﻿body{
	background-color: #fff;
}
.yqlj{
	display: none;
}
.footer{
	display: none;
}
.mobilefoot{
	display: block;
}
.head{
	display: none;
}
.head-mobile{
	display: block;
}
.content{
	width: 100%;
	padding: 40px 20px;
	margin: 0;
}
form{
	width: 100%;
}
form div span{
	display: none;
}
.yhm input, .password input, .yzm input{
	width: 100%;
	padding-left: 11%;
	background-repeat: no-repeat;
	background-position: 2% center;
	background-size: 8%;
}
.yhm input{
	background-image: url(yonghuming.png);
}
.password input{
	background-image: url(mima.png);
}
.yzm input{
	background-image: url(yanzhengma.png);
	width: 70%;
}
.yzm .ma{
	width: 25%;
	float: right;
	margin-right: 0;
	margin-left: 0;
}
form button{
	width: 48%;
	height: 40px;
}
.denglu{
	margin-left: 0;
}
.chongzhi{
		float: right;
	}
	.denglu{
		margin-right: 0;
	}
@media  screen and (max-width: 768px) and (min-width: 500px) {
	.yhm input, .password input, .yzm input{
		background-size: auto;
	}
	
}
.denglu{
	margin-left: 0;
	width: 48%;
	height: 40px;
	margin-right: 0;
}
.chongzhi{
	float: right;
	width: 48%;
	height: 40px;
}
.footer{width:100%!important}