﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font: "宋体","Arial";
    font-size: 12px;
}

img {
    border: 0;
}

p {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.fixTable {
    width: 100%;
    table-layout: fixed;
}

.clear {
    clear: both;
}

.redBox {
    width: 100%;
    height: auto;
    background: url(../images/success_bg.png) repeat-x;
}

.redBox_bg {
    width: 960px;
    height: 450px;
    background: url(../images/successbox_bg.png) center top;
    position: relative;
}

.redBoxContent {
    width: 820px;
    height: auto;
    position: absolute;
    top: 160px;
    left: 70px;
}

    .redBoxContent .redTitle {
        width: auto;
        height: 50px;
        line-height: 50px;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        background: url(../images/ptico.gif) no-repeat 5px 17px;
        padding-left: 30px;
    }

    .redBoxContent .redText {
        width: 820px;
        height: auto;
        padding: 10px 0 0 10px;
    }

        .redBoxContent .redText .pOne {
            font-size: 16px;
            color: #f10000;
            line-height: 30px;
            height: 30px;
        }

            .redBoxContent .redText .pOne a {
                color: #008bdb;
                text-decoration: none;
            }

                .redBoxContent .redText .pOne a:hover {
                    text-decoration: underline;
                    color: #24a8f4;
                }

        .redBoxContent .redText .pTwo {
            color: #000;
            font-weight: bold;
            height: 30px;
            line-height: 30px;
        }

        .redBoxContent .redText .pThree {
            background: url(../images/cico.gif) no-repeat 0 6px;
            padding-left: 20px;
            line-height: 20px;
        }

        .redBoxContent .redText .pfour {
            background: url(../images/cico.gif) no-repeat 0 11px;
            padding-left: 20px;
            height: 30px;
            line-height: 30px;
        }

        .redBoxContent .redText .actPanel {
            line-height: 30px;
        }

        .redBoxContent .redText .intoSite {
            display: block;
        }

            .redBoxContent .redText .intoSite img {
                margin-top: 10px;
            }

    .redBoxContent .actText {
        width: auto;
        height: auto;
        padding: 60px 0 0 50px;
    }

        .redBoxContent .actText .apOne {
            background: url(../images/cico.gif) no-repeat 0 10px;
            padding-left: 15px;
            line-height: 30px;
        }

        .redBoxContent .actText .apTwo {
            background: url(../images/cico.gif) no-repeat 0 10px;
            padding-left: 15px;
            line-height: 30px;
        }

.again {
    color: #005a84;
}

    .again:hover {
        color: #1697d3;
    }

.notColor {
    color: #d10005;
    text-decoration: none;
}

    .notColor:hover {
        text-decoration: underline;
    }

.indexBody {
    background: url(../images/rmanagebg.png) repeat-x #3a90e6;
}

.manageBox {
    width: 100%;
    position: absolute;
    top: 0;
}

.manageBox_bg {
    width: 960px;
    height: 640px;
    background: url(../images/managebg.png) 0 -2px no-repeat;
    position: relative;
}

.loginfank {
    width: 146px;
    height: 76px;
    position: absolute;
    top: 390px;
    left: 40px;
}

.loginHelp {
    width: 151px;
    height: 40px;
    position: absolute;
    top: 420px;
    right: 0;
}

.LoginBox {
    width: 564px;
    height: auto;
    position: absolute;
    top: 170px;
    left: 242px;
}

.LoginBoxSub {
    width: 564px;
    height: 299px;
    background: url(../images/loginbox.png);
}

    .LoginBoxSub .SubTitle {
        width: 545px;
        height: 98px;
        line-height: 98px;
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-family: "方正准圆简体";
        text-shadow: 1px 1px #002b61;
    }

    .LoginBoxSub .subContent {
        width: 564px;
        height: auto;
        background: url(../images/login_middle.png);
    }

        .LoginBoxSub .subContent .subteable {
            width: 370px;
            height: auto;
            float: left;
        }

            .LoginBoxSub .subContent .subteable .text {
                color: #FFF;
                text-align: right;
            }

            .LoginBoxSub .subContent .subteable .input1 {
                width: 135px;
                height: 24px;
                line-height: 24px;
                background: url(../images/qiye_inpt.png) left no-repeat;
                _background-attachment: fixed;
                border: 0;
                padding-left: 24px;
                *line-height: 24px;
            }

            .LoginBoxSub .subContent .subteable .input2 {
                width: 135px;
                height: 24px;
                line-height: 24px;
                background: url(../images/yg_input.png) no-repeat;
                _background-attachment: fixed;
                border: 0;
                padding-left: 24px;
                *line-height: 24px;
            }

            .LoginBoxSub .subContent .subteable .input3 {
                width: 135px;
                height: 24px;
                background: url(../images/mima_input.png) no-repeat;
                _background-attachment: fixed;
                border: 0;
                padding-left: 24px;
                *line-height: 24px;
            }

            .LoginBoxSub .subContent .subteable .input4 {
                width: 75px;
                height: 24px;
                background: url(../images/yzm_input.png) no-repeat;
                _background-attachment: fixed;
                border: 0;
                *line-height: 24px;
                padding-left: 5px;
            }

            .LoginBoxSub .subContent .subteable .validateImg {
                width: 60px;
                height: 24px;
                cursor: pointer;
                display: inline-block;
            }

        .LoginBoxSub .subContent .loginButton {
            width: 170px;
            height: 100px;
            padding-top: 25px;
            float: left;
        }

        .LoginBoxSub .subContent .loginButton {
            color: #fff;
        }

            .LoginBoxSub .subContent .loginButton a {
                color: #fff;
            }

                .LoginBoxSub .subContent .loginButton a:hover {
                    color: #b4ddfa;
                }

    .LoginBoxSub .shadow {
        padding-left: 1px;
    }

    .LoginBoxSub .totalError {
        line-height: 30px;
        padding-left: 203px;
        color: #cfe3f8;
        padding-top: 10px;
    }

    .LoginBoxSub .login_button {
        width: 94px;
        height: 66px;
        float: left;
    }

    .LoginBoxSub .Free {
        width: 60px;
        height: 23px;
        float: left;
        line-height: 40px;
        padding: 25px 0 0 15px;
    }

.help {
    width: 100%;
    height: auto;
    background: url(../images/help_bg.png) repeat-x;
}

.helpbox {
    width: 1000px;
    height: auto;
}

.helpTop {
    width: 1000px;
    height: 67px;
    background: url(../images/helptopbg.png);
    text-align: right;
    line-height: 67px;
    color: #055883;
}

    .helpTop a {
        color: #055883;
        text-decoration: none;
        margin-right: 3px;
    }

        .helpTop a:hover {
            text-decoration: underline;
        }

.bold {
    font-weight: bold;
}

.helpMiddle {
    width: 1000px;
    height: auto;
}

    .helpMiddle .side {
        width: 53px;
        height: auto;
        float: left;
    }

    .helpMiddle .Helpleft {
        width: 207px;
        height: auto;
        float: left;
        background: url(../images/helpleftcbg.png);
        padding-bottom: 40px;
    }

        .helpMiddle .Helpleft .HLTitle {
            width: 207px;
            height: 73px;
        }

        .helpMiddle .Helpleft .HLContent {
            width: 207px;
            height: auto;
            background: url(../images/helpleftctop.png) top no-repeat;
        }

            .helpMiddle .Helpleft .HLContent .List {
                width: 207px;
                height: 35px;
                background: url(../images/helpleftline.png) no-repeat bottom;
                line-height: 35px;
            }

                .helpMiddle .Helpleft .HLContent .List a {
                    display: block;
                    background: url(../images/helpico.gif) no-repeat 20px 15px;
                    padding-left: 40px;
                    color: #FFF;
                    text-decoration: none;
                    font-size: 14px;
                }

                    .helpMiddle .Helpleft .HLContent .List a:hover {
                        background: #078dc2;
                    }

    .helpMiddle .HelpRight {
        width: 690px;
        height: auto;
        background: #fff;
        border: 1px solid #badaf1;
        border-top: 0;
        float: left;
        padding-left: 48px;
        padding-bottom: 40px;
    }

        .helpMiddle .HelpRight .HRmiddle {
            width: 650px;
            height: auto;
        }

            .helpMiddle .HelpRight .HRmiddle .HRtextBox {
                width: 650px;
                height: auto;
                border-bottom: 1px #cfcfcf dashed;
                margin-bottom: 10px;
                padding-bottom: 5px;
            }

                .helpMiddle .HelpRight .HRmiddle .HRtextBox .title {
                    width: 650px;
                    height: 30px;
                    line-height: 30px;
                }

                    .helpMiddle .HelpRight .HRmiddle .HRtextBox .title a {
                        color: #1b669f;
                        font-size: 14px;
                        font-weight: bold;
                        text-decoration: none;
                    }

                        .helpMiddle .HelpRight .HRmiddle .HRtextBox .title a:hover {
                            text-decoration: underline;
                        }

                .helpMiddle .HelpRight .HRmiddle .HRtextBox .text {
                    width: 650px;
                    height: auto;
                    line-height: 20px;
                }

                    .helpMiddle .HelpRight .HRmiddle .HRtextBox .text a {
                        color: #1b669f;
                    }

                        .helpMiddle .HelpRight .HRmiddle .HRtextBox .text a:hover {
                            text-decoration: none;
                        }

.helpViewTitle {
    width: 650px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #0d5e99;
    border-bottom: 1px solid #badaf1;
    margin: 40px 0 15px 0;
}

.helpViewcontent {
    width: 650px;
    line-height: 22px;
}

.search {
    width: 650px;
    height: 39px;
    margin: 10px 0 15px 0;
}

    .search .searchLeft {
        width: 10px;
        height: 39px;
        float: left;
    }

    .search .sMiddle {
        width: 480px;
        height: 39px;
        background: url(../images/searchbg.png);
        float: left;
    }

        .search .sMiddle .inputText {
            width: auto;
            height: 29px;
            margin-top: 5px;
            _margin-top: 4px;
            float: left;
        }

.textI {
    width: 370px;
    height: 29px;
    background: url(../images/searchinput.png) repeat-x;
    border: 0;
    *line-height: 29px;
}

.searchButton {
    width: 97px;
    height: 29px;
    background: url(../images/search.png) no-repeat;
    border: 0;
    margin: 5px 0 0 5px;
}

.search .searchRight {
    width: 5px;
    height: 39px;
    float: left;
}

.searchBottom {
    width: 1000px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
    margin-top: 10px;
}

.page {
    width: auto;
    height: 25px;
    float: right;
    clear: both;
    margin: 10px 40px 20px 0;
}

    .page .item {
        float: left;
        width: 20px;
        margin: 0 5px 0 0;
        height: 20px;
    }

        .page .item a {
            text-align: center;
            text-decoration: none;
            display: block;
            width: 100%;
            height: 100%;
            line-height: 20px;
            font-size: 10px;
            color: #333;
        }

    .page .pre {
        background: url(../images/page.gif) 2px 0 no-repeat;
    }

    .page .normal {
        background: url(../images/page.gif) -54px 0 no-repeat;
    }

    .page .selected {
        background: url(../images/page.gif) -26px 0 no-repeat;
    }

        .page .selected a {
            color: #FFF;
            cursor: default;
        }

    .page .next {
        background: url(../images/page.gif) -80px 0 no-repeat;
    }

    .page .hide {
        display: none;
    }

.webfunc {
    width: 715px;
    height: auto;
    background: #fff;
    border: 1px solid #badaf1;
    border-top: 0;
    float: left;
    padding-left: 11px;
    padding-right: 12px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

    .webfunc .Pro_CMiddle .table {
        table-layout: fixed;
        width: 715px;
        font-size: 12px;
        line-height: 25px;
    }

        .webfunc .Pro_CMiddle .table .firstLine {
            font-weight: bolder;
            font-size: 14px;
            height: 38px;
            background: #52b0dd;
            color: #fff;
        }

            .webfunc .Pro_CMiddle .table .firstLine td {
                text-align: center;
            }

            .webfunc .Pro_CMiddle .table .firstLine .td1 {
                border-left: none;
                width: 250px;
            }

            .webfunc .Pro_CMiddle .table .firstLine .td2 {
                border-left: none;
                width: 150px;
            }

            .webfunc .Pro_CMiddle .table .firstLine .td3 {
                width: 130px;
            }

            .webfunc .Pro_CMiddle .table .firstLine .td6 {
                width: 380px;
            }

            .webfunc .Pro_CMiddle .table .firstLine .td5 {
                border-left: none;
                width: 150px;
            }

        .webfunc .Pro_CMiddle .table .contentLine .buy-button {
            display: block;
            margin: 0 auto;
        }

    .webfunc .support1 {
        color: #090;
        font: "宋体";
        font-weight: bold;
    }

    .webfunc .nosupport1 {
        color: #F00;
        font: "宋体";
        font-weight: bold;
    }

    .webfunc .orange {
        font-family: "宋体";
        font-size: 14px;
        color: #000;
        line-height: 30px;
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .webfunc .red {
        font-family: "宋体";
        font-size: 14px;
        color: #F00;
    }

    .webfunc .regAreab {
        height: 32px;
        background: url(../images/oye.jpg) repeat-x;
        border: 1px solid #c3d3f1;
    }

    .webfunc .Pro_CMiddle .table .contentLine td {
        text-align: center;
    }

    .webfunc .Pro_CMiddle .table .contentLine .td1 {
        border-left: none;
        text-align: left;
        padding-left: 10px;
    }

    .webfunc .Pro_CMiddle .table .contentLine .td2 {
        border-left: none;
        width: 150px;
    }

    .webfunc .Pro_CMiddle .table .contentLine .td3 {
        width: 130px;
    }

        .webfunc .Pro_CMiddle .table .contentLine .td3 span {
            display: block;
            float: right;
        }

    .webfunc .Pro_CMiddle .table .contentLine .td4 {
        text-align: left;
        padding-left: 10px;
    }

    .webfunc .Pro_CMiddle .table .contentLine .td5 {
        border-left: none;
        width: 150px;
    }

    .webfunc .Pro_CMiddle .table .contentLine .td6 {
        width: 380px;
    }

    .webfunc .Pro_CMiddle .table .contentLine2 td {
        text-align: center;
    }

    .webfunc .Pro_CMiddle .table .contentLine2 .td1 {
        border-left: none;
        border-bottom: 0;
        text-align: left;
    }

        .webfunc .Pro_CMiddle .table .contentLine2 .td1 table {
            table-layout: fixed;
            width: 100%;
        }

            .webfunc .Pro_CMiddle .table .contentLine2 .td1 table td {
                border: 0;
                text-align: left;
                padding-left: 10px;
                font-size: 12px;
                line-height: 25px;
            }

            .webfunc .Pro_CMiddle .table .contentLine2 .td1 table .leftTd {
                width: 90px;
                border-bottom: 0;
            }

    .webfunc .Pro_CMiddle .buy {
        display: block;
        width: 65px;
        height: 26px;
        float: right;
    }

    .webfunc .Pro_CMiddle .table .firstLine td {
        border-bottom: 1px solid #e2e2e2;
        border-left: 1px solid #45a3d0;
    }

    .webfunc .Pro_CMiddle .table .contentLine .buy-button {
        width: 103px;
        height: 32px;
        background: url(../images/wfbuy.png) no-repeat 6px 2px;
    }

    .webfunc .Pro_CMiddle .table .contentLine td {
        border-left: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .webfunc .Pro_CMiddle .table .contentLine2 td {
        border-left: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .webfunc .Pro_CMiddle .table .contentLine2 .td1 table td {
        border-bottom: 1px solid #e2e2e2;
    }

    .webfunc .Pro_CMiddle .table .contentLine2 .td1 table .leftTd {
        border-right: 1px solid #e2e2e2;
    }

.MailFunc {
    width: 738px;
    height: auto;
    float: left;
    background: #fff;
    border: 1px solid #badaf1;
    border-top: 0;
    padding-bottom: 15px;
}

    .MailFunc a {
        color: #006cbc;
        font-weight: bolder;
        text-decoration: underline;
    }

    .MailFunc .table {
        table-layout: fixed;
        border: 1px solid #cbeafa;
        border-bottom: 0;
        width: 720px;
        margin-left: 10px;
        font-size: 12px;
        line-height: 25px;
    }

        .MailFunc .table .firstLine {
            background-color: #52b0dd;
            font-weight: bolder;
            font-size: 14px;
            color: #FFF;
            height: 40px;
        }

            .MailFunc .table .firstLine td {
                text-align: center;
                border-left: 1px solid #cbeafa;
                border-bottom: 1px solid #cbeafa;
            }

        .MailFunc .table .contentLine td {
            border-left: 1px solid #cbeafa;
            border-bottom: 1px solid #cbeafa;
            text-align: center;
        }

        .MailFunc .table .contentLine2 td {
            border-left: 1px solid #cbeafa;
            border-bottom: 1px solid #cbeafa;
            text-align: center;
        }

        .MailFunc .table .contentLine2 .td1 {
            border-left: none;
            border-bottom: 0;
            text-align: left;
            width: 350px;
        }

            .MailFunc .table .contentLine2 .td1 table {
                table-layout: fixed;
                width: 100%;
            }

                .MailFunc .table .contentLine2 .td1 table td {
                    border: 0;
                    border-bottom: 1px solid #cbeafa;
                    text-align: left;
                    padding-left: 10px;
                    font-size: 12px;
                    line-height: 25px;
                }

                .MailFunc .table .contentLine2 .td1 table .leftTd {
                    border-bottom: 0;
                    border-right: 1px solid #cbeafa;
                }

    .MailFunc .buy {
        background: url(../images/buy.jpg) center no-repeat;
        display: block;
        width: 65px;
        height: 26px;
        margin-top: 13px;
        float: right;
    }

.support {
    width: 25px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/bg01.png) no-repeat -1405px -326px;
}

.nosupport {
    width: 25px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/bg01.png) no-repeat -1441px -326px;
}

.tips2 {
    width: 449px;
    height: 281px;
    line-height: 41px;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #d65c38;
    border-color: #ffd587/9;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 10px -5px #b3b3b3;
    -moz-box-shadow: 0 5px 10px -5px #b3b3b3;
    -webkit-box-shadow: 0 5px 10px -5px #b3b3b3;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    font-size: 22px;
    line-height: 270px;
    text-align: center;
}

    .tips2 .msg2 {
        width: 325px;
        height: 100px;
        line-height: 25px;
        text-align: left;
        font-size: 16px;
        color: #585858;
        position: relative;
        margin: 70px auto;
    }

.setPwdButton {
    display: block;
    width: 133px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    background: #f40;
    font-size: 17px;
    text-align: center;
    float: left;
    margin-top: 45px;
    margin-left: 85px;
    text-decoration: none;
}

.popupBg {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    _position: absolute;
    _height: expression(document.documentElement.clientHeight);
    background-color: #000;
    filter: alpha(opacity=70);
    z-index: 9032;
    overflow: hidden;
    opacity: .7;
}

.textSpan {
    line-height: 45px;
    margin-left: 20px;
    font-size: 28px;
    color: #5e5e5e;
}

.tipsText {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    margin-left: 45px;
    margin-top: 15px;
}

.tips2 .tipsClose {
    margin: 0 10px 0 7px;
    width: 23px;
    height: 22px;
    cursor: pointer;
    background: url(../images/close.png) -2px -3px no-repeat;
    display: inline;
    position: absolute;
    top: -65px;
    right: -67px;
}

.main-body {
    width: 815px;
    height: 576px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.no-qrcode {
    width: 428px;
}

.main-body .hide {
    display: none !important;
}

.no-border-radius-2 {
    border-radius: 12px 0 0 0 !important;
}

.no-border-radius-4 {
    border-radius: 0 0 0 12px !important;
}

.new-login {
    width: 428px;
    position: relative;
    float: left;
}

    .new-login .top {
        width: 428px;
        height: 117px;
        background-color: #0371d1;
        border-radius: 12px 12px 0 0;
        font-family: SourceHanSansCN-Regular;
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0;
        color: #fff;
        line-height: 117px;
        text-align: center;
        overflow: hidden;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .new-login .top .bg1 {
            display: inline-block;
            width: 74px;
            height: 74px;
            background: #fff;
            opacity: .1;
            border-radius: 0 74px 0 0;
            position: absolute;
            left: 0;
            top: 43px;
        }

        .new-login .top .bg2 {
            display: inline-block;
            width: 94px;
            height: 94px;
            background: #fff;
            opacity: .1;
            border-radius: 50%;
            position: absolute;
            right: -16px;
            top: -16px;
        }

    .new-login .bottom {
        width: 428px;
        background: #fff;
        border-radius: 0 0 12px 12px;
        padding-bottom: 53px;
    }

        .new-login .bottom .center {
            width: 288px;
            margin: 0 auto;
            padding-top: 40px;
            padding-bottom: 15px;
            position: relative;
        }

            .new-login .bottom .center .item {
                width: 288px;
                height: 35px;
                border-bottom: 1px solid #dae1e6;
                margin-bottom: 35px;
            }

                .new-login .bottom .center .item .validateImg {
                    position: absolute;
                    right: 36px;
                    cursor: pointer;
                }

            .new-login .bottom .center .error {
                position: absolute;
                height: 26px;
                line-height: 25px;
                width: 264px;
                border: 1px solid #fdd3d3;
                bottom: 8px;
                padding-left: 33px;
                color: #e63333;
                display: none;
                background: url(../images/login_icon.png) -104px -50px no-repeat #feefef;
            }

            .new-login .bottom .center .item .icon {
                display: inline-block;
                width: 33px;
                height: 22px;
            }

            .new-login .bottom .center .item .icon-1 {
                background: url("../images/icon-login.png") no-repeat 1px 0;
            }

            .new-login .bottom .center .item .icon-2 {
                background: url("../images/icon-login.png") no-repeat -54px 0;
            }

            .new-login .bottom .center .item .icon-3 {
                background: url("../images/icon-login.png") no-repeat -106px 0;
            }

            .new-login .bottom .center .item .icon-4 {
                background: url("../images/icon-login.png") no-repeat 0 -43px;
                position: absolute;
                right: -10px;
                cursor: pointer;
            }

            .new-login .bottom .center .item .icon-5 {
                background: url("../images/icon-login.png") no-repeat -55px -43px;
            }

            .new-login .bottom .center .item .icon-6 {
                background: url("../images/icon-login.png") no-repeat 0 -93px;
                position: absolute;
                right: -10px;
                margin-top: 8px;
                cursor: pointer;
            }

            .new-login .bottom .center .item input {
                display: inline-block;
                width: 227px;
                height: 22px;
                padding: 0;
                position: absolute;
                border: 0;
                outline: 0;
                font-size: 14px;
                letter-spacing: 0;
            }

        .new-login .bottom .tip {
            clear: both;
            height: 16px;
            line-height: 16px;
            width: 288px;
            margin: 0 auto;
        }

            .new-login .bottom .tip .icon-nocheck {
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 2px;
                border: solid 1px #9abcda;
                position: relative;
                top: 2px;
                margin: 1px 8px 1px 1px;
                cursor: pointer;
            }

            .new-login .bottom .tip .icon-check {
                margin: 0 7px 0 0;
                width: 14px;
                height: 14px;
                border: 0;
                background: url(../images/icon-login.png) no-repeat -111px -48px;
            }

            .new-login .bottom .tip .login-tip {
                font-family: MicrosoftYaHei;
                font-size: 12px;
                font-weight: normal;
                font-stretch: normal;
                letter-spacing: 0;
                color: #9abcda;
                cursor: pointer;
            }

            .new-login .bottom .tip .no-pwd {
                font-stretch: normal;
                letter-spacing: 0;
                color: #1391ff;
                text-decoration: none;
                position: absolute;
                right: 62px;
            }

        .new-login .bottom .deal {
            width: 288px;
            height: 40px;
            background-color: #0371d1;
            border-radius: 16px;
            margin: 0 auto 0;
            text-align: center;
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            letter-spacing: 0;
            cursor: pointer;
        }

.qr-code {
    float: left;
    width: 387px;
    height: 518px;
    border-radius: 0 12px 12px 0;
    background-color: rgba(80,130,174,.3);
    position: relative;
}

    .qr-code .show-qr-code {
        width: 166px;
        height: 166px;
        background: url("../images/demo.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .qr-code .show-qr-code .content {
            color: #fff;
            font-size: 14px;
            position: absolute;
            width: 210px;
            text-align: center;
            bottom: -43px;
            left: -22px;
            height: 13px;
            line-height: 13px;
            cursor: default;
        }

.foot {
    position: absolute;
    bottom: 28px;
    text-align: center;
    width: 100%;
}

    .foot a {
        text-decoration: none;
        color: #c7c7c7;
    }
