.xxxzbox{
    margin-top: 30px;
	padding: 30px 30px 160px;
	background: url(../images/hd/lyxzbg.png) no-repeat;
    background-size: 100% 100%;
}

.xxxztitle{
    font-size: 30px;
    text-align: center;
}
.contxt{
    padding: 0 40px;
}
.agree{
    text-align: center;
}
.agree a{
    display: inline-block;
	width:120px;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	background:#195369;
	border-radius:5px;
}
.agree a.del{
	background:#999;
}
.agree a + a{
	margin-left:20px;
}
.row {
    text-align: center;
}
.row + .row {
    margin-top: 20px;
}
.btn-warning {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    background-color: #145FB3;
    border-color: #145FB3;
}