body{
	padding-top: 0;
}
html{
	background: url(/static/mobile/img/loginBg.jpg) no-repeat;
	background-size: contain;
}
.main h4{
	margin: 1.5rem 0 0.47rem .8rem;
	font-size: 0.6rem;
	color: #fff;
}
.change_box{
	padding: .5rem;
	background: #fff;
	border-radius: 0.2rem;
	box-sizing: border-box;
}
.change_box img{
	width: 1.8rem;
	display: block;
	margin: 0 auto;
	    margin-bottom: 0.2rem;
}
.formview{
	border-bottom: 1px solid #ececec;
	font-size: .3rem;
	margin-bottom: 0.2rem;
}
.formview input{
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	padding: .3rem 0.2rem;
	box-sizing: border-box;
}
.forgotPassword{
	text-align: left !important;
	padding: 0 0.2rem;
	color: #0081e6;
	font-size: .24rem;
	display: block;
}
.change_box button,.change_box a{
	display: block;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	border-radius: .1rem;
	font-size: .3rem;
	margin: .2rem auto;
}
.register{
	background: #fff;
	border: 1px solid #dddddd;
}


.vercode button{
	width: 53%;
	font-size: .28rem;
	color: #D83C39 ;
	background: #fff;
	text-align: right;
	margin: 0  auto !important;
}
.vercode input{
	width: 40%;
}
