header{
	box-shadow: 0px 2px 2px #e6e6e6;
}
body{
	background: #fff;
}
@media only screen and (min-width: 750px){
	html{
	    background: #FFFFFF;
    }
}
.show-logo {
	width: 100%;
}
.show-logo img{
	display: block;
	width: 70%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 35px;
}
.input-login {
	margin: 0 22.5px;
	margin-right: 62.5px;

}
.input-login input{
	width: 100%;
	border: none;
	height: 40px;
	border-radius: 5px;
	font-size: 12px;
	color: #333333;
	line-height: 40px;
	padding-left: 40px;
}
.input-login input[type=text]{
	border-bottom: 1px solid #EEEEEE;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: url(../img/icon/icon-user.png);
	background-repeat: no-repeat;
	background-size: 12px 14px;
	background-position: center;
	background-position-x: 15px;
}
.input-login input[type=password]{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: url(../img/icon/icon-pwd.png);
	background-repeat: no-repeat;
	background-size: 11px 13px;
	background-position: center;
	background-position-x: 15px;
}
.submit-button{
	margin: 0 22.5px;
}
input[type=submit]{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 130px;
	background: #0082df;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size:14px;
	border: none;
	border-radius: 5px;
}
.go-weixin{
	margin: 0 22.5px;
}
.go-weixin p{
	border-bottom: 1px solid #dddddd;
	text-align: center;
	position: relative;
}
.go-weixin p span{
	display: block;
	width: 120px;
	height: 15px;
	text-align: center;
	position: absolute;
	left: 50%;
	background: #EEEEEE;
	margin-left: -60px;
	top: 50%;
	margin-top: -10px;
}
.weixin-logo{
	display: block;
	width: 33px;
	margin: 20px auto;
}
.Dynamic-login{
	position: relative;
	display: none;
}
.Dynamic-login input[type=button]{
	width: auto;
	position: absolute;
	right: -25px;
	height: 25px;
	line-height: 25px;
	border-radius:15px ;
	top: 48px;
	padding: 0 15px;
	background: #eeeeee;
	color: #8b4495;
	font-size: 11px;
}
.login-tips{
	margin: 6px 22px;
	font-size:10px;
	color:#873b90;
	line-height: 18px;
}
.login-tips img{
	width:15px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}