@charset 'utf-8';

/* 登录页 */
html,body {height:100%;}
body.log {background:#EAF5FF;}

.log-center {position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;width:820px;height:460px;}

.log-box {background:#ffffff;border-radius:8px;box-shadow:0 10px 10px 0 rgba(207,228,248,0.78);-webkit-box-shadow:0 10px 10px 0 rgba(207,228,248,0.78);}
.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 .l-log-meg {width:430px;height:100%;}
.log-box .l-log-meg .meg-inner {margin:60px 65px 0px 65px;text-align:center;}
.log-box .l-log-meg .log-tit {font-size:18px;color:#4a4a4a;line-height:24px;margin-bottom:30px;}
.log-box .log-form {width:100%;margin-bottom:15px;}
.log-box .log-form input {width:100%;height:36px;line-height:36px;box-sizing:border-box;border-radius:4px;background:#F5F9FF;border:1px solid #e8f2fb;}
.log-box .log-form .inputFocus {border-color:#428BFF;}
.log-box .input-error {font-size:12px;color:#ff5879;text-align:right;margin-top:3px;}

.log-box .logBtn {width:258px;height:44px;line-height:44px;background:url(../images/logBtn.png) no-repeat;background-size:cover;font-size:18px;letter-spacing:5px;text-align:center;line-height:40px;font-weight:600;margin:0 auto;}

.log-box .r-log-pic {width:390px;height:100%;}

.log-footer {position:absolute;left:0;top:50%;margin-top:280px;width:100%;text-align:center;font-size:12px;color:#6f7379;}

/* 验证码 */
.log-form .code-box input {width:60%;}
.log-form .code-box .code-pic {height: 36px; width: auto; display: block;}