img{
	vertical-align: top;
}
.login{
	width: 100%;
	min-width: 1200px;
}

/* header */
header div{
	width: 1200px;
	margin: 0 auto;
	height:72px;
}
header img{
	width: 153px;
	height: auto;
	margin-top: 22px;
	margin-right: 30px;
}
header p{
	font-size:18px;
	color:#333;
	line-height:60px;
	margin-top: 12px;
}

/* main */
.main{
	width: 100%;
	height: 590px;
	background:url() no-repeat center 0;
	background-size:; 
	background:#3a85f8;
}
.main.night{
	background:#263e6d;
}
.content{
	width: 1200px;
	height: 100%;
	margin:0 auto;
	position: relative;
	background: url(../img/baitian.png) no-repeat 0 0;
	background-size:710px auto;
}
.main.night .content{
	background: url(../img/wanshang.png) no-repeat 0 0;
	background-size:710px auto;
}
.login-box{
	background:#ffffff;
	box-shadow:2px 2px 10px 0 rgba(31,92,174,0.30);
	width:400px;
	height:470px;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -235px;
}
.account{
	padding: 30px;
	height: 352px;
}
.account h3{
	font-size:20px;
	color:#333;
	line-height: 20px;
	margin-bottom: 40px;
}
.account h3 span{
	cursor: pointer;
}
.account h3 span:hover,.account h3 span.on{
	color: #3a85f8;
}
.account .form{
	display: none;
}
.label{
	position: relative;
	
	border:1px solid #bbb;
	border-radius:2px;
	width:338px;
	height:52px;
	margin: 25px 0 15px;
	padding-left: 60px;
	box-sizing: border-box;
}
.label.error{
	border:1px solid #E44845;
}
.label.user{
	background: url(../img/login-1.png) no-repeat 17px center;
}
.label.password{
	background: url(../img/suo-1.png) no-repeat 17px center;
}
.label.error.user{
	background: url(../img/login-err.png) no-repeat 17px center;
}
.label.error.password{
	background: url(../img/suo-err.png) no-repeat 17px center;
}
.account .ts,.account .ts1{
	overflow: hidden;
	line-height:initial ;
}
.ts span,.ts1 span{
	float: left;
	color:#E44845 ;
	font-size: 14px;
	display: none;
}
.label img{
	width: 22px;
	height: 22px;
	margin: 16px 10px;
}

.label img.err{
	display: none;
}
.label input{
	width:232px ;
	height: 100%;
	font-size:16px;
	color: #333;
	border:none;
	outline: none;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;  //使用足够大的纯色内阴影覆盖黄色背景
}
input::-webkit-input-placeholder{ 
    color:    #999;
}
input:-moz-placeholder { 
    color:    #999;
}
input::-moz-placeholder { 
    color:    #999;
}
input:-ms-input-placeholder { 
    color:    #999;
} 
.label.focus{
	border:1px solid  #3a85f8;
}
.forget{
	font-size:16px;
	color:#666;
	line-height:16px;
	margin-bottom: 25px;
	text-align: right;
	display: block;
}
.forget:hover{
	text-decoration: underline;
}
.btn{
	background:#3a85f8;
	border-radius:2px;
	width:340px;
	height:54px;
	font-size:20px;
	color:rgba(255,255,255,1);
	line-height:54px;
	border:none;
}
.btn.disabled{
	/*color:rgba(255,255,255,0.5);*/
}
.btn:hover{
	opacity: 0.8;
}
.account p{
	line-height:58px ;
	font-size:18px;
	color:#999;
	text-align: center;
}
.account p a{
	color: #0f1419;
}
.account p a:hover{
	color: #3a85f8;
}

.other{
	width: 100%;
	height: 58px;
	background:#f5f5f5;
	font-size:16px;
	color:#333;
	line-height:58px;
	text-align: center;
}
.other img{
	margin: 12px 10px 12px 20px;
	width:34px;
	height:34px;
	border-radius:50%;
}

/* weixin */
.weixin{
	text-align: center;
	padding: 30px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.weixin .mode{
	font-size:20px;
	color:#333;
	line-height:20px;
	margin-bottom: 60px; 
	font-weight: bold;
}
.weixin .close-btn{
	width:20px;
	height:20px;
	transition: .5s all ease;
}
.weixin .close-btn:hover{
	transform: rotate(360deg);
}
.weixin .code{
	width:200px;
	height:200px;
	margin-bottom: 20px;
}
.weixin .prompt{
	font-size:16px;
	color:#333;
	line-height:26px;
}

/* footer */
footer{
	width: 1200px;
	margin:0 auto;
	margin-top: 156px;
	text-align: center;
	padding-bottom: 40px;
}
footer a{
	font-size:14px;
	color:#666;
	line-height:54px;
	/*margin: 0 15px;*/
	font-weight: normal;
}
footer p{
	font-size:14px;
	color:#333;
	line-height:24px;
}
.codebtn{
    background: #3a85f8;
    border-radius: 2px;
    width: 120px;
    height: 44px;
    position: absolute;
    right: 5px;
    top: 4px;
    border: none;
    font-size: 14px;
    color: rgba(255,255,255,.5);
    transition: all 0.5s;
    color: #fff;
    cursor: pointer;
}
.codebtn:hover{
    background: #1063E3;
}
 