/*登录*/
.loginBody .bg{background: url(../img/login/bg_login.jpg) no-repeat;background-size: 100% 100%;height: 100%;width: 100%;}
.bg{position: fixed;top: 0;left: 0;right: 0;border-bottom: 0;width: 100%;}

#loginMain .login-box{width: 800px;}
#loginMain .loginLeft{width: 400px;height: 375px;padding-left: 50px;}
#loginMain .loginRight{width: 400px;height: 375px;padding:0;}
#loginMain .loginList{width: auto;margin-bottom: 30px;}
.loginHeader{height: 40px;text-align: center;margin-bottom: 30px;background: #004E96;color: white;}
.loginHeader p{line-height: 40px;font-size: 16px;}

.loginContent{padding:0 30px;}

#loginMain .login-btn{border-radius: 0;margin-left: 10px;}

#loginMain .login_che{margin-bottom: 30px;}
#loginMain .loginList input{width: 260px;}
#loginMain .login-box{height: 375px;}
.login-box{ width: 1000px;height: 550px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}

.loginLeft{color: white; width: 500px;height: 550px;float: left;background: rgba(237,241,245,0.2);padding-left: 100px;}
.loginLeft img{width: 300px;margin-top: 120px;}
.loginRight{padding-top: 50px; width: 500px;height: 550px;float: left;background: white;padding-left: 80px;}
.loginList{height: 42px; margin-bottom: 50px; padding-left: 10px;width: 300px;}
.loginList span{color: #004e96;display: block;margin: 6px 10px 0 0px;font-size: 20px;}
.loginList input{border: 1px solid #ccc;outline: none;width: 250px;height: 35px;padding: 0 10px;}
.login_che{cursor: pointer;margin-bottom: 50px;padding-left: 15px;}
.login_che a{text-decoration: underline;}
.loginBody .layui-form-checked[lay-skin=primary] i{border-color: #004e96;background-color: #004e96;color: #fff;}
.login-btn{width: 300px;height: 35px;background: #004e96;color: white;border-radius: 30px;border: 0;}
.iKnow{float: left;margin-left: 10px;}
.stillLogin{float: right;margin-right: 10px;color: #000!important;background-color: #ddd!important;}

.login-wang{width: 300px;margin-top: 20px;font-size: 14px;}
.login-wang a{margin-left: 10px;color: #004e96;}




/*注册*/
.register .loginRight{padding-top: 20px;}
.loginList .reList{height: 36px;width: 100%;}
.reList li{float: left;height: 100%;width: 75px;text-align: center; line-height: 25px;position: relative;cursor: pointer;}
.re-border{position: absolute;bottom: 3px; background:#004e96;height: 2px;width:55px;left: 12px;}
.register .loginList{padding-left: 0;margin-bottom: 20px;}
.re-phone{display: none;}
.verifyCode input{width: 160px;}
.verifyCode{width: 190px;position: relative;}
.getIphoneCode,.getEmailCode{position: absolute ;top: 0;border-radius: 3px; right: -140px;border: 0;color: white;top: 2px; background: #004e96;padding: 5px 10px;}

.register .login_che{cursor: pointer;margin-bottom: 20px;padding-left: 3px;padding-right: 20px;}
.register .login-wang{margin-top: 10px;}

@media only screen and (max-width:1024px ) {
	.loginLeft{display: none;}
	#loginMain .login-box{width: auto;}
	.register .bg .login-box{width: auto;height: 475px;}
	.loginRight{clear: both;margin: 0 auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
	.register .loginRight{padding: 20px 40px 0;height: 475px;}
}


