#wrap{
	padding-top: 3.76rem;
}

/*登陆信息*/
.login{
	width: 86.6%;/*650/750*/
	overflow: hidden;
	margin: 2.6rem auto 0;/*130/50*/
	border-radius: 5px;
	border: 1px solid #cfcfcf;
}
.login section{
	height: 2.2rem;/*110/50*/
	border-bottom:1px solid #cfcfcf;
	overflow: hidden;
}
.login section:last-child{
	border-bottom: none;
}
.login label{
	display: block;
	float: left;
	line-height: 2.2rem;
	width: 25%;/*120/650*/
	font-size: 0.6rem;/*30/50*/
	text-align:right;
}
.login input{
	display: block;
	float: left;
	width: 75%;
	box-sizing: border-box;
	height: 1.2rem;
	border: none;
	margin-top: 0.5rem;
	font-size: 0.6rem;
	outline: medium;
	font-family: "微软雅黑";
}

/*验证码*/
.yzm input{
	width: 40%;
}
.yzm .take{
	display:block;
	float: left;
	width:34%;
	height: 1.8rem;
	margin-top: 0.2rem;
	border: none;
	background: #ff001f;
	color:white;
	font-family: "微软雅黑";
	font-size: 0.6rem;
	border-radius: 5px;
	outline: medium;
}

.mobile{
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color:#333333;
	font-size: 0.6rem;
	text-decoration: underline;
	margin-bottom: 3.32rem;/*166/50*/
}
.next{
	width: 86.4%;/*648/750*/
	height: 1.8rem;/*90/50*/
	margin: 0 auto;
	display: block;
	background: #ff9537;
	border: none;
	color:white;
	font-size: 0.64rem;/*32/50*/
	border-radius: 3px;
	font-family: "微软雅黑";
	outline: medium;
}
