.warp{
	width: 100%;

}
.content{
	max-width: 7.5rem;
	background-color: #fff;
	margin: auto;
}
.hline{
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	height: 0.08rem;
	background: #D8DAE0;
	border-radius: 0.04rem;
	margin-top: 0.47rem;
}
.vline{
	height: 100%;
	background: #147BDF;
	border-radius: 0.04rem;
}
.codetip{
	text-align: center;
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
	margin-top: 0.56rem;
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
}
.inputs{
	display: flex;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	height: 0.72rem;
	line-height: 0.72rem;
	margin-top: 1.18rem;
}

.inputs .area{
	width: 0.96rem;
	margin-right: 0.27rem;
	border-bottom: 0.01rem solid #D8DAE0;
	text-align: center;
	font-size: 0.36rem;
	font-family: Microsoft YaHei;
}

.inputs.reg2{
	margin-top: 0.78rem;
	display: flex;
	justify-content: space-between;
}
.inputs .codein{
	width: 0.8rem;
	border-bottom: 0.01rem solid #D8DAE0;
	text-align: center;
	font-size: 0.36rem;
	font-family: Microsoft YaHei;
}
.inputs .codein input{
	height: 100%;
	width: 100%;
	font-size: 0.48rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
	border: none;
	text-align: center;
}

.inputs .input{
	border-bottom: 0.01rem solid #D8DAE0;
	position: relative;
}
.inputs .clear{
	width: 0.43rem;
	height: 0.43rem;
	line-height: 0.43rem;
	text-align: center;
	font-size: 0.43rem;
	position: absolute;
	right: 0;
	top:0.18rem;
	color: #D8DAE0;
}

.inputs .input input{
	height: 100%;
	width: 100%;
	font-size: 0.36rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	border: none;
}

.tips{
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	margin-top: 0.65rem;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
}
.tips i{
	margin-right: 0.05rem;
}

.tips a{
	margin-left: 0.05rem;
	margin-right: 0.05rem;
	color: #147BDF;
}
.btns{
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	background: #D9DBE0;
	border-radius: 0.2rem;
	font-size: 0.36rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.26rem;
}
.btns.on{
	background: #147BDF;
}
.btns.reg2{
	margin-top: 1.49rem;
}
.nologin{
	width: 100%;
	text-align: center;
	font-size: 0.3rem;
}
.nologin a{
	color: #147BDF;
	margin-left: 0.05rem;
}
.chek{
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.mobile{
	text-align: center;
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
}
.dtime{
	margin-top: 0.4rem;
	text-align: center;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A9ABB2;
}
.resend{
	margin-top: 0.4rem;
	text-align: center;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #147BDF;
}
.icon-xuanzekuang{
	color: #147BDF;
}
.types{
	display: flex;
	justify-content: space-between;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	margin-top: 0.57rem;
	margin-bottom: 0.3rem;
}
.types .item{
	width: 2.62rem;
	height: 0.91rem;
	background: #D8DAE0;
	border-radius: 0.15rem;
	text-align: center;
	line-height: 0.91rem;
	font-size: 0.32rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.types .item.on{
	color: #FFFFFF;
	background: #147BDF;
}