<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

html, body {
    /*background-color: #024ea2;*/
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    /*background: #fff top left no-repeat;*/
    background-size: 100% 100%;
}

/*a, img {
    border: 0;
}*/

img {
    border: 0;
    vertical-align: middle;
}

a {
    /*text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    outline: none;
    text-decoration: none;
}

    a:hover {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        outline: none;
        text-decoration: none;
    }

.timeColor {
    font-size: 13px;
    color: #f90;
}

.timeTip {
    font-size: 13px;
    color: #333;
}

.fleft {
    float: left;
}

.spnInit {
    width: 169px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    display: inline-block;
    position: absolute;
    z-index: 999;
    color: #333;
    font-size: 13px;
}

.spnBlur {
    background-image: url('../images/bg_check.png');
}

.logindiv {
    width: 496px;
    height: 492px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -246px 0 0 -248px;
}

.logindiv2 {
    width: 496px;
    height: 57px;
    margin-bottom: 17px;
    /*background:url(../images/logo1.png) left center no-repeat;*/
}

.logindiv3 {
    width: 496px;
    height: 35px;
    margin-bottom: 19px;
    background: url(../images/title.png) right center no-repeat;
}

.logindiv4 {
    width: 496px;
    height: 334px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #a4a4a4;
    -moz-box-shadow: 0 0 5px #a4a4a4;
    box-shadow: 0 0 5px #a4a4a4;
}

.foot {
    width: 496px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -248px;
}

.headText {
    width: 442px;
    height: 54px;
    line-height: 54px;
    background: #f39626 url(../images/login_img.png) 15px center no-repeat;
    font-size: 24px;
    color: #fff;
    padding-left: 54px;
}

.ipd1 {
    width: 385px;
    height: 42px;
    margin: 0 auto;
    margin-top: 30px;
}

.ipt1 {
    width: 383px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #afafaf;
    border: 1px solid #ccc;
    background: #fff url(../images/login_user.png) 360px center no-repeat;
}

.ipd2 {
    width: 385px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    margin-top: 25px;
}

.ipt2 {
    width: 383px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #afafaf;
    border: 1px solid #ccc;
    background: #fff url(../images/login_pwd.png) 360px center no-repeat;
}

.ipt2a {
    width: 352px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 26px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    background: #fff url(../images/login_pwd.png) 362px center no-repeat;
    outline: none;
}

.ipt2b {
    width: 352px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 26px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    display: none;
    background: #fff url(../images/login_pwd.png) 362px center no-repeat;
    outline: none;
}

.ipd3 {
    width: 387px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 20px;
}

.icheckbox_square-blue {
    display: block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 28px;
    border: none;
    cursor: pointer;
}

    .icheckbox_square-blue,
    .icheckbox_square-blue.static:hover {
        background: url(../images/check_box1.png) left center no-repeat;
    }

        .icheckbox_square-blue.checked {
            background: url(../images/check_box2.png) left center no-repeat;
        }

.ua {
    height: 28px;
    line-height: 28px;
    float: left;
    margin-left: 1px;
}

.ub {
    height: 28px;
    line-height: 28px;
    float: left;
    margin-left: 2px;
}

.a_active1 {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.a_active1a {
    font-size: 13px;
    color: #106ab5;
    cursor: pointer;
}

.a_active2 {
    height: 28px;
    line-height: 28px;
    float: right;
}

.a_active2a {
    font-size: 13px;
    color: #333;
    font-size: 13px;
    margin: 5px 23px;
    clear: both;
}

.a_active3 {
    font-size: 13px;
    font-weight: bold;
    color: #f39626;
}

.btd {
    width: 385px;
    height: 42px;
    margin: 0 auto;
    margin-top: 22px;
}

.btt {
    font-size: 22px;
    color: #fff;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    width: 385px;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    text-align: center;
    background: #f39626;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.smallLay {
    display: none;
    width: 496px;
    height: 496px;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    -o-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}

.smallLay_f {
    display: none;
    width: 496px;
    height: 350px;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    -o-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}

.tit_ul {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.tip {
    text-align: center;
    display: none;
}

.infoText {
    margin-top: 180px;
    font-size: 13px;
    color: #333;
}

.tit_text {
    margin-left: 10px;
    font-size: 14px;
}

.cls_btn {
    background: url(../images/close.png) right center no-repeat;
    width: 20px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.ipd_text {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #333;
}

.ipt_text {
    width: 373px;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    outline: none;
}

.c_code_msg {
    width: 294px;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    float: left;
}

.msgs {
    float: left;
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background-color: #468cd2;
    border: 1px solid #468cd2;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    cursor: pointer;
    outline: none;
}

    .msgs:hover {
        background-color: #f39626;
        border: 1px solid #f39626;
        outline: none;
    }

.msgs1 {
    float: left;
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background: #E6E6E6;
    border: 1px solid #CCCCCC;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    color: #666;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.ion {
    color: #f00;
    font-size: 14px;
    margin-right: 3px;
    vertical-align: middle;
}

.btn_ul {
    text-align: center;
    margin-top: 25px;
}

.sub {
    width: 55px;
    height: 29px;
    line-height: 28px;
    background-color: #468cd2;
    border: 1px solid #468cd2;
    color: #fff;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
}

    .sub:hover {
        width: 55px;
        height: 29px;
        line-height: 28px;
        background-color: #f39626;
        border: 1px solid #f39626;
        color: #fff;
        font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        outline: none;
    }

.res {
    width: 55px;
    height: 29px;
    line-height: 28px;
    background-color: #468cd2;
    border: 1px solid #468cd2;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
    color: #fff;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    border-radius: 4px;
    outline: none;
}

    .res:hover {
        width: 55px;
        height: 29px;
        line-height: 28px;
        background-color: #f39626;
        border: 1px solid #f39626;
        text-align: center;
        margin-left: 20px;
        cursor: pointer;
        color: #fff;
        font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
        border-radius: 4px;
        outline: none;
    }

.text1 {
    width: 385px;
    margin: 0 auto;
    margin-top: 10px;
}

.text1a {
    width: 385px;
    clear: both;
    margin: 0 auto;
}

.text2 {
    margin-top: 15px;
}

.login {
    position: relative;
    float: left;
}

.loginFormTdIpt {
    width: 352px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 26px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    background: #fff url(../images/login_user.png) 362px center no-repeat;
    border: 1px solid #ccc;
    outline: none;
}

.login .on_changes {
    font-size: 14px;
    color: #666;
    width: 383px;
    position: absolute;
    z-index: 999;
    top: 40px;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
}

    .login .on_changes li {
        padding: 10px 5px;
    }

        .login .on_changes li:hover {
            padding: 10px 5px;
            cursor: pointer;
        }

        .login .on_changes li.active {
            background: #CEE7FF;
        }

.loginTwo {
    position: relative;
    float: left;
}

    .loginTwo .on_changesTwo {
        font-size: 14px;
        color: #666;
        width: 383px;
        position: absolute;
        z-index: 999;
        top: 33px;
        list-style: none;
        background: #fff;
        border: 1px solid #ccc;
        display: none;
    }

        .loginTwo .on_changesTwo li {
            padding: 10px 5px;
        }

            .loginTwo .on_changesTwo li:hover {
                padding: 10px 5px;
                cursor: pointer;
            }

            .loginTwo .on_changesTwo li.active {
                background: #CEE7FF;
            }

.loginThree {
    position: relative;
    float: left;
}

    .loginThree .on_changesThree {
        font-size: 14px;
        color: #666;
        width: 383px;
        position: absolute;
        z-index: 999;
        top: 33px;
        list-style: none;
        background: #fff;
        border: 1px solid #ccc;
        display: none;
    }

        .loginThree .on_changesThree li {
            padding: 10px 5px;
        }

            .loginThree .on_changesThree li:hover {
                padding: 10px 5px;
                cursor: pointer;
            }

            .loginThree .on_changesThree li.active {
                background: #CEE7FF;
            }

.box_logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.box_title {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 22px;
}

.box_p1 {
    background: transparent;
    width: 372px;
    height: 32px;
    line-height: 32px;
    position: relative;
    left: 49px;
    text-align: right;
    font-size: 14px;
    color: #f00;
}

.box_ipt1 {
    display: block;
    border: 1px solid #d9d9d9;
    padding-left: 25px;
    height: 38px;
    line-height: 38px;
    position: relative;
    left: 49px;
    font-size: 14px;
    text-align: left;
    background: #fff url(../images/uname.png) left center no-repeat;
}

.box_ipt2 {
    display: block;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    padding-left: 25px;
    height: 38px;
    line-height: 38px;
    position: relative;
    left: 49px;
    font-size: 14px;
    text-align: left;
    background: #fff url(../images/upwd.png) left center no-repeat;
}

.box_ipt3 {
    display: block;
    border: 1px solid #d9d9d9;
    padding-left: 25px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: left;
    background: #fff url(../images/token.png) left center no-repeat;
}

.box_btn {
    display: block;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f39626;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

.kenbox {
    overflow: hidden;
    _display: inline-block;
    position: relative;
    left: 49px;
    margin-top: 20px;
}

.ken_right {
    margin-left: 159px;
}

.sp_line {
    display: inline-block;
    color: #fff;
    padding: 0 25px;
}

/****/
.box_ipt1, .box_ipt2 {
    width: 347px;
}

.kenbox {
    width: 372px;
}

.ken_left {
    float: left;
    width: 157px;
}

.box_ipt3 {
    width: 130px;
}

.ken_right {
    margin-left: 168px;
    text-align: center;
}

.wrap {
    width: 470px;
    height: 540px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.box {
    width: 470px;
    height: 484px;
    background: url('../images/box.png') left top no-repeat;
    overflow: hidden;
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.box_p3 {
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
}

.login-tab {
    height: 64px;
    width: 64px;
    color: green;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    text-align: center;
    border: none;
    position: absolute;
    z-index: 10;
    background: transparent;
    display: block;
    right: 12px;
    top: 12px;
}

    .login-tab a {
        width: 100%;
        height: 100%;
        top: 0;
        position: absolute;
        left: 0;
        border-right: 0;
        text-decoration: none;
        color: #666;
    }

        .login-tab a.checked, .box .login-tab a:hover {
            font-weight: 700;
            color: #e4393c;
        }

.login-tab-l {
    height: 64px;
    width: 64px;
    background-image: url('../images/qrcode.png') !important;
    background-size: 64px 64px !important;
}

.login-tab-r {
    height: 64px;
    width: 64px;
    background-image: url('../images/form-login.png') !important;
    background-size: 64px 64px !important;
}

.qrcode-guide-tooltip {
    position: absolute;
    right: 41px;
    top: 37px;
    height: 15px;
    width: fit-content;
    background-color: rgba(0,0,0,.5);
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    padding: 5px 10px;
    text-align: left;
    color: #fff;
}

.tooltip-left {
    -ms-transform: translateY(-25%) translateX(-5px);
    transform: translateY(-25%) translateX(-5px);
    border-radius: 2px;
    z-index: 1;
    transition: opacity .3s;
}

.qrcode-guide-tooltip::after {
    margin-left: 0;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-width: 4px;
    border-color: transparent transparent transparent rgba(0,0,0,.5);
}

.tooltip-left::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    border-style: solid;
}

.qr {
    border-radius: 10px;
    display: none;
    width: 320px;
    height: 400px;
    /*margin: 0 auto;*/
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

    .qr iframe {
        display: block;
        max-width: 100%;
        height: 380px;
        border: 0;
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
    }
</pre></body></html>