@charset "utf-8";
input, button{
	outline: none;
	background: #fff;
	-webkit-appearance:none;
}
.formSub{
	padding: 0 5.5%;
	margin-top: 1.75rem;
}
.formSub .item .text{
	color: #333;
	font-size: 1.05rem;
	width: 100%;
	height: 2.75rem;
	padding: 0 4.2%;
	box-sizing: border-box;
	border-radius: 0.5rem;
	border: 1px solid #e6e6e6;
}
.formSub .agree{
	color: #999;
	font-size: 1rem;
	line-height: 1.1;
	padding: 1rem 0;
	text-align: left;
}
.formSub .agree span{
	display: inline-block;
	vertical-align: top;
}
.formSub .agree span a{
	color: #1eaadc;
}
.formSub .agree .radio{
	width: 1.05rem;
	height: 1.05rem;
	background: url(/static/img/home/icon_check_no.png?v=20210901) no-repeat;
	background-size: 1.05rem;
	margin-top: -0.05rem;
	margin-right: 0.25rem;
}
.formSub .agree .radio.checked:before{
	content: '';
	zoom: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/static/img/home/icon_check_yes.png?v=20210901) no-repeat;
	background-size: 1.05rem;
}
.formSub .subBtn{
	color: #fff;
	font-size: 1.2rem;
	width: 100%;
	height: 2.75rem;
	background: #ff6648;
	border-radius: 0.5rem;
}

.model{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
.formVerify{
	width: 88%;
	text-align: center;
	padding-top: 1.6rem;
	padding-bottom: 2.5rem;
	background: #fff;
	border-radius: 10px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: -3px 1.8px 27px 3px rgba(96, 96, 96, .12);
}
.formVerify h2{
	color: #333;
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 1.0666rem;
}
.formVerify .closeVerBtn{
	position: absolute;
	top: 0.69rem;
	right: 1rem;
	height: 0.9rem;
}
.formVerify .dxtext{
	color: #666;
	font-size: 1.2rem;
	padding: 0.375rem 0 0.625rem;
}
.formVerify .dxtext span{
	color: #f54d43;
	font-weight: bold;
	margin-left: 0.9rem;
}
.formVerify .verifyInfo{
	width: 80.3%;
	margin: 0 auto;
	text-align: left;
}
.formVerify .verifyInfo .itembox{
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 1.125rem;
}
.formVerify .verifyInfo .ipt-txt{
	width: 60.7%;
	height: 2.5rem;
	color: #333;
	font-size: 1rem;
	padding: 0 5.2%;
	background: #f6f6f8;
	box-sizing: border-box;
	border-radius: 0.225rem;
	border: 1px solid #f0f0f0;
}
.formVerify .verifyInfo .yzimg,
.formVerify .verifyInfo .getyzm{
	position: absolute;
}
.formVerify .verifyInfo .yzimg{
	top: 0.3rem;
	right: 3%;
	width: 4.75rem;
    height: 1.9rem;
}
.formVerify .verifyInfo .getyzm{
	top: 0;
	right: 0;
	width: 35.4%;
	height: 2.5rem;
	color: #1eaadc;
	font-size: 1rem;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0.225rem;
	background: #edf9ff;
    border: 1px solid #8fc0d2;
}
.formVerify .verifyInfo .getyzm-time{
	color: #666;
	background: #fff;
	border: 1px solid #e6e6e6;
}
.formVerify .verifyInfo .itembox-yzm .ipt-txt{
	width: 100%;
	padding-right: 40%;
}
.btntipbox{
	position: relative;
}
.btntipbox .subbtn{
	width: 100%;
	height: 2.5rem;
	color: #fff;
	font-size: 1.05rem;
	border-radius: 0.45rem;
	background: #1eaadc;
	margin-top: 1.6875rem;
	box-shadow: 0 2px 14px 2.5px rgba(30, 170, 220, 0.15);
}
.btntipbox .errortip{
	position: absolute;
	left: 0;
	top: 0;
	color: #ff6040;
    font-size: 0.875rem;
    line-height: 1.6875rem;
}

.subMsg {
	background: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
.subMsg .subMsg_con {
	height: 3.12rem;
	border-radius: 1.6rem;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 1rem;
	line-height: 3.12rem;
	text-align: center;
	padding: 0 1.422rem;
}
.subMsg .layui-layer-content {
	padding: 0 !important;
}