@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 100%;
    font-family: "微软雅黑", Arial, sans-serif;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    background: #FFF;
    font-family: "微软雅黑";
}

.main_width {
    width: 1000px;
    margin: 0 auto;
}

.align-center {
    text-align: center;
}

.text-gray {
    color: #999;
}
.text-red {
    color:orangered;
}

#login {
    display: block;
    height: 100%;
    margin-bottom: -33px;
    background: #f3f3f3;
}

#login_header {
    display: block;
    height: 80px;
    background: #f3f3f3;
}

.login_logo {
    float: left;
    margin-top: 10px;
}

.login_info {
    float: left;
    margin-left: 10px;
    line-height: 80px;
    font-size: 18px;
    color: #0088cc;
    font-weight: bold;
}

.login_headerContent {
    float: right;
    display: block;
    width: 400px;
    height: 80px;
}

.navList {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding-left: 28px;
    text-align: right;
}

.navList ul {
    float: right;
    display: block;
    overflow: hidden;
}

.navList li {
    float: left;
    display: block;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
}

.navList .line {
    padding: 0;
    color: #999;
}

.navList a {
    display: block;
    white-space: nowrap;
    line-height: 40px;
    color: #666;
    text-decoration: none;
}

.navList a:hover {
    text-decoration: underline;
}

#login_content {
    display: block;
    position: relative;
}

#login_content .main_width {
    position: relative;
    z-index: 100;
}

.loginForm {
    display: block;
    width: 310px;
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 100;
}

.loginHeader {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #6b97e0;
    display: flex;
}

.loginHeader h2 {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    flex: 1;
}

.loginHeader #login_switch {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.loginHeader #login_switch img {
    width: 30px;
    height: 30px;
    line-height: 40px;
    vertical-align: middle;
}

.loginFormBox {
    background: #cddef2;
    padding: 30px 20px;
}

.loginForm p {
    margin-bottom: 20px;
}

.loginForm label {
    float: left;
    width: 60px;
    line-height: 25px;
    color: #4c4c4c;
    font-size: 14px;
}

.loginForm .login_input {
    width: 204px;
    height: 30px;
    line-height: 30px;
    padding: 0px 2px;
    border: 1px solid #80a5c4;
}

.validateCode {
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    margin: 0;
    border: 1px solid #80a5c4;
    vertical-align: middle;
}

.loginForm .validateCodeImg {
    width: 70px;
    height: 30px;
    margin: 0 2px;
    vertical-align: middle;
}

.loginForm .code {
    float: left;
    margin-right: 5px;
}

.login_bar {
    padding-left: 60px;
}

.login_bar .sub {
    display: block;
    width: 100%;
    height: 35px;
    background: #578cda;
    color: #fff;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.login_bar .sub:hover {
    background: #64a0fa;
}

.login_banner {
    display: block;
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.login_banner img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.login_main {
    display: none;
    margin: 15px auto;
}

.helpList {
    float: right;
    width: 200px;
}

.helpList li {
    display: block;
    padding-left: 10px;
    background: url(../default/images/login_list.png) no-repeat 0 -40px;
}

.helpList a {
    line-height: 21px;
    color: #333;
    text-decoration: none;
}

.helpList a:hover {
    text-decoration: underline;
}

.login_inner {
    display: block;
    width: 560px;
    padding: 30px 20px 0 20px;
}

.login_inner p {
    margin: 10px 0;
    line-height: 150%;
    font-size: 14px;
    color: #666;
}

#login_footer {
    clear: both;
    display: block;
    padding: 10px 0;
    border-top: solid 1px #e2e5e8;
    background: #f6f7fb;
    color: #666;
    text-align: center;
}

.loginForm .forgetPWD {
    float: right;
}

.blank_body {
    background: #1F2D3D;
}

.fgt-page {
    width: 435px;
    padding: 30px;
    height: 345px;
    position: absolute;
    left: 50%;
    top: 0%;
    margin: 200px 0 0 -200px;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;

}

.fgt-page h2 {
    font-size: 24px;
    color: #1F2D3D;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.fgt-box .unit {
    overflow: hidden;
    margin-bottom: 15px;
}

.fgt-box .unit label {
    float: left;
    width: 80px;
    color: #333;
}

.fgt-box input {
    float: left;
    width: 276px;
    height: 20px;
    line-height: 20px;
    padding: 3px 5px;
}

.fgt-box .VerifyCode {
    width: 180px;
    margin-right: 15px;
}

.fgt-box .getVerifyCode {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 0;
    color: #fff;
    background: #20a0ff;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.fgt-box .getVerifyCode.disable {
    background: #aaa;
}

.fgt-footer {
    margin-left: 0px;
    margin-right: 4px
}

.fgt-footer button {
    display: block;

    width: 100%;
    height: 35px;
    background: #578cda;
    color: #fff;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.qrcode_login {
    display: none;
    background: #fff;
    padding: 20px;
}

.login_qrcode {
    position: relative;
}


.login_qrcode_reset {
    display: block;
    margin: 0 auto;
}
.login_qrcode_guoqi,.noUser_mask{
    display: none;
}

