/*登录*/
.loginbg{width: 100%; height: 100%; background: url(../images/login/bg.jpg) no-repeat center; background-size: cover; }
.loginbg a{color: #2b8bf1; }
.login-main{width: 1100px; height: 600px; background: #fff; position: fixed; top: 50%; left: 50%; margin-left: -550px; margin-top:-300px; 
	-webkit-box-shadow: 5px 5px 20px 1px rgba(3,20,58,.2);
	box-shadow: 5px 5px 20px 1px rgba(3,20,58,.2);
}
.login-left{width: 525px; }
.login-left img{display: block; margin: 150px 0 0 40px;}

.login-right{width: 405px; margin: 35px 85px;}
.login-tit{line-height:120px; font-size: 28px; color: #2374e7; font-weight: bold; }

.login-form ul li{position: relative; border-bottom: 1px solid #e6e6e6; margin-top:18px; }
.login-form ul input[type="text"],
.login-form ul input[type="password"]{width: 100%; height: 60px; line-height: 60px; border:none; font-size: 18px; color: #333; }
.login-form ul li .pwd-forget{line-height: 60px; display: block; height: 60px; position: absolute; bottom:0; right:0; font-size: 18px; }
.login-form ul li .getcode{display: inline-block; height: 60px; position: absolute; bottom:0; right:0; font-size: 18px; background: none;border:none; color: #2b8bf1; }
.login-form ul li .getcode:focus{outline: none; }

.login-btn{display: block; width: 100%; height: 50px; background: #2b8bf1; border:none; color: #fff; font-size: 18px;margin: 80px 0 0; }
.to-register{font-size: 18px; color: #999; line-height: 40px;}
.finish-btn,
.register-btn{display: block; width: 100%; height: 50px; background: #2b8bf1; border:none; color: #fff; font-size: 18px;margin: 55px 0 0; }

/*兼容小屏*/
@media only screen and (max-width:1200px) {
	.login-main{width: 575px; margin-left: -288px; }
	.login-tit{text-align: center;}
	.login-left{display: none;}
}
