.reg-drag{
	width: 100%;
}
.reg-drag h3{
	margin:0.0rem;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	position: relative;
	font-size: 0.48rem;
	border-bottom: 0.03rem solid #f1f1f1;
}
.reg-drag h3 .back{
	position: absolute;
	left: 0.4rem;
	top: 0.01rem;
	color: #000;
}
.reg-form{
	box-sizing: border-box;
	margin-top:0.8rem;
	padding:0.0rem 0.6rem;
}
.reg-form input{
	width: 100%;
	height:1rem;
	border:none;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
	outline: none;
	text-indent: 1rem;
	margin-bottom: 0.7rem;
}
.reg-form input.username{
	background: url("../img/yonghu.png") 0.2rem center no-repeat;
	background-size:0.53rem;
}
.reg-form input.password{
	background: url("../img/mima.png") 0.01rem center no-repeat;
	background-size:0.93rem;
}
.reg-form input.yzm{
	background: url("../img/yzm.png") 0.01rem center no-repeat;
	background-size:0.93rem;
}
.reg-form input.yzm{
	width: 40%;
}
.yzm-con{
	display: inline-block;
	padding:0.2rem 0.4rem;
	background-color: #666;
	margin-left: 0.27rem;
	color: #fff;
}
.reg-form input.submit{
	background-color: #c73538;
	border-bottom: none;
	text-indent: 0.0rem;
	color: #fff;
	margin-bottom:0.2rem;
}
.reg-form ul li a{
	color: #000;
} 
.reg-form ul li a:nth-of-type(1){
	margin-left: 0.0rem;
}
.reg-form ul li a:nth-of-type(2){
	margin-right:0.0rem;
	float: right;
}
.other-login{
	text-align:center;
	margin-top:1.3rem;
}
.other-login h4{
	text-align:center;
	font-size: 0.43rem;
}
.other-login a{
	display: inline-block;
	width: 10%;
	margin:0.0rem 0.5rem;
	margin-top:0.53rem;
}
.drag-box{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.check-password{
	width: 8rem;
	height: 3rem;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0.4rem;
	border-radius: 0.3rem;
}
.check-password dl{
	display: inline-block;
}
.check-password dl img{
	display: inline-block;
	width: 1.5rem;
	margin: 0.0 1rem;
}
.check-password dl dd{
	margin-top: 0.2rem;
}