@charset 'utf-8';

/* 登录页 */
html,body {height:100%;}
body.log {background:#EAF5FF;}
.log-center, .log-top {width:900px;}
.log-center {position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;height:500px;}

.log-top {position:absolute;left:0;right:0;top:50%;margin-top:-332px;height:52px;margin-left:auto;margin-right:auto;margin-bottom:20px;text-align:left;}
.log-top .logo {width:250px;height:auto;display:inline-block;vertical-align:middle;}

.log-box {background:#ffffff;border-radius:4px;box-shadow:0px 10px 30px 0px rgba(130,140,153,0.2);-webkit-box-shadow:0px 10px 30px 0px rgba(130,140,153,0.2);}
/* .log-box .top-logo {height:40px;line-height:40px;margin-bottom:24px;}
.log-box .top-logo img {height:auto;display:inline-block;vertical-align:middle;}
.log-box .top-logo .line, .log-box .userInfo .cz-line {font-family:'宋体',arial;margin:0 10px;color:#e2e3e6;font-size:15px;}
.log-box .top-logo .head-tit {font-size:15px;color:#a3afc2;} */

.log-box .r-log-meg {width:450px;height:100%;}
.log-box .r-log-meg .meg-inner {margin:50px 65px 0px 65px;text-align:center;}
.log-box .r-log-meg .log-tit {font-size:18px;color:#4a4a4a;line-height:24px;margin-bottom:30px;}
.log-box .log-form {width:100%;margin-bottom:24px;}
.log-box .log-form input {width:100%;height:44px;line-height:normal;vertical-align:middle;box-sizing:border-box;border-radius:2px;background:#ffffff;border:1px solid #D7D7D9;}
.log-box .log-form .inputFocus {border-color:#0F78E1;}
.log-box .log-form .errorFocus {border-color:#FF4433;}
.log-box .input-error {font-size:12px;color:#FF4433;text-align:right;margin-top:3px;}

.log-box .logBtn {width:100%;height:48px;line-height:48px;background:#0F78E1;border-radius:4px;background-size:cover;font-size:16px;letter-spacing:5px;text-align:center;font-weight:600;margin:0 auto;}

.log-box .l-log-pic {width:450px;height:100%;}

.log-footer {position:absolute;left:0;top:50%;margin-top:290px;width:100%;text-align:center;font-size:14px;color:#999999;line-height:22px;}

/* 验证码 */
.log-form .code-box input {width:56.25%;}
.log-form .code-box .code-pic {height: 44px; width: 37.5%; display: block;}

/* 登录切换 */
.log-box .top-nav {height:46px;margin:0 18px;margin-bottom:40px;}
/* 记住密码 */
.log-rembfgt {color:rgba(0,0,0,0.65);line-height:22px;}
.log-rembfgt .label-checkbox {top:0px;}
.log-rembfgt .checkbox-i {width:16px;height:16px;margin-right:0.15em;background:url(../images/icon-uncheck.png) no-repeat 0 0;}
.log-rembfgt .checked {background:url(../images/icon-checked.png) no-repeat 0 0;}  

@media \0screen\,screen\9 {	
  .log-box .log-form input {line-height: 44px;}
}