.register_main{
	width: 100%;
	height:100%;
	overflow-y: auto;
	background: #f5f5f5;
}
.register_wraper{
	padding: 0.2rem;
}
.register_wraper_head{
	text-align: center;
	padding: 0.2rem;
	font-size: 0.32rem;
}
.input_wraper{
	background-color: #fff;
	border-radius: 0.15rem;
	margin-bottom: 0.6rem;
	overflow: hidden;
}
.input_wraper_li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.li_ico_phone{
	 width: 0.9rem;
	 min-width: 0.9rem;
	 height: 0.9rem;
	 background-image:url(/uploads/image/fx100ppi/el-ico-iphone.png);
	 background-size: auto 0.4rem;
	 background-position: center center;
	 background-repeat: no-repeat;
}
.li_ico_mima{
	width: 0.9rem;
	min-width: 0.9rem;
	height: 0.9rem;
	background-image:url(/uploads/image/fx100ppi/el-ico-mima.png);
	background-size: auto 0.4rem;
	background-position: center center;
	background-repeat: no-repeat;
}
.li_input{
	border-radius: 0rem;
	padding:0.3rem 0.2rem 0.3rem 0rem;
	height: 0.9rem;
	box-sizing: border-box;
	border: 0rem;
}
.yanzhengma_div{
	display:flex;
	display: -webkit-flex;
	align-items:center;
	-webkit-align-items: center;
	background-color: #fff;
	margin-bottom: 0.3rem;
	border-radius:0.05rem;
	overflow: hidden;
}
.yanzhengma{
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	padding: 0 0.2rem;
	border: 0rem;
}
#get_new{
	width: 2rem;
	min-width: 2rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	border-top-right-radius:0.05rem;
	border-bottom-right-radius:0.05rem;
	color: #fff;
}
.get_new{
	background-color: #6292ea;
}
.get_new_hui{
	background-color: #b0b0b0;
}
.submit_div{
	display: flex;
}
.submit_div button{
	flex: 1;
	-webkit-flex: 1;
	background: #6292ea;
	color: #ffffff;
	border:none;
	font-size: 0.3rem;
	height: 0.9rem;
	line-height: 0.9rem;
	border-radius: 0.08rem;
}
.submit_div button:active,.get_new:active{
	background: #5681d0;
}
