/* 未能缩小。正在返回未缩小的内容。
(34,36): run-time error CSS1046: Expect comma, found '51'
(34,42): run-time error CSS1046: Expect comma, found '/'
 */
body {
    background-color: rgba(245,245,245,1);
    font-family: "微软雅黑";
    height: auto;
    display: flex;
}



body.huike {
    height: 100%
}
.successbody {
    position:relative;
}
.huike-login-wrapper {
    height: 100%;
    width:100%;
    display: flex;
    background: #CFE9FF;
    justify-content: center;
    align-items: center;
    min-width: 840px;
    min-height: 500px;
}

.huike-login-content {
    display: flex;
    width: 840px;
    height: 500px;
    min-width: 840px;
    min-height: 500px;
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgb(51 51 51 / 10%);
    overflow: hidden;
}

.huike-logo-left {
    width: 43%;
    position: relative;
}

    .huike-logo-left p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 16px;
        color: #ffffff;
    }

        .huike-logo-left p a {
            margin-left: 4px;
            color: #ffffff;
        }

    .huike-logo-left img {
        width: 100%;
        height: 100%;
    }

.product-huike-login {
    flex: 1;
    padding: 8px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-flow: column;
}

    .product-huike-login input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px #ecf2fd inset;
        -webkit-text-fill-color: #b7b6cb;
    }

        .product-huike-login input:-webkit-autofill:focus {
            -webkit-box-shadow: 0 0 0 50px #ecf2fd inset;
            -webkit-text-fill-color: #b7b6cb;
        }

    .product-huike-login .login-code,
    .product-huike-login .login-pc {
        flex: 1;
    }

    .product-huike-login .login-code {
        margin-top: 32px;
    }

    .product-huike-login .login-pc {
        margin-top: 16px;
    }

        .product-huike-login .login-pc .login-form {
            height: calc(100% - 28px);
            box-sizing: border-box;
        }

            .product-huike-login .login-pc .login-form form {
                position: relative;
                height: 100%;
            }

    .product-huike-login .login .login-type {
        display: flex;
        justify-content: center;
    }

        .product-huike-login .login .login-type li.current {
            position: relative;
            background-color: #fff;
            cursor: text;
            color: #3E91FF;
        }

            .product-huike-login .login .login-type li.current:after {
                content: "";
                position: absolute;
                left: 30%;
                bottom: -3px;
                width: 40%;
                height: 3px;
                background: #3E91FF;
            }

        .product-huike-login .login .login-type li {
            width: 100px;
            text-align: center;
            cursor: pointer;
            height: 28px;
            border: none;
            line-height: 28px;
            font-size: 15px;
            color: #757575;
        }

    .product-huike-login .login-table {
        display: flex;
        flex-flow: column;
        height: 100%;
        justify-content: center;
    }

        .product-huike-login .login-table > div {
        }

        .product-huike-login .login-table .input-td {
            display: flex;
            justify-content: center;
        }

        .product-huike-login .login-table .td-reg {
            display: flex;
            justify-content: center;
        }

            .product-huike-login .login-table .td-reg > div {
                width: 60%;
                display: flex;
                justify-content: space-between;
                margin-top: 8px;
            }

        .product-huike-login .login-table .input-td .field {
            margin: 16px 12px 0;
            width: 60%;
            height: 40px;
        }

        .product-huike-login .login-table .input-td.input-validate .field {
            width: 40%;
        }

        .product-huike-login .login-table .input-td.input-msg .field {
            height: auto;
            margin: 3px 12px 00;
            color: red;
        }

        .product-huike-login .login-table .input-td.input-validate img {
            width: 20%;
            margin-top: 16px;
            height: 40px;
        }

        .product-huike-login .login-table .input-td .field .field-inner {
            width: 100%;
            height: 100%
        }

        .product-huike-login .login-table .input-td .input-icon {
            position: absolute;
            height: 15px;
            width: 15px;
            top: 12px;
            left: 12px;
        }

            .product-huike-login .login-table .input-td .input-icon.icon-right {
                right: 12px;
                left: auto;
            }

        .product-huike-login .login-table .input-td .field .field-inner .login-text {
            width: 100%;
            height: 100%;
            line-height: 40px;
            box-sizing: border-box;
            background: #ecf2fd;
            border-radius: 40px;
            color: #b7b6cb;
            padding: 0 32px;
        }

        .product-huike-login .login-table .input-td.input-validate .field .field-inner .login-text {
            padding: 0 16px;
        }

        .product-huike-login .login-table .login-button {
            background: #3e91ff;
            width: 100%;
            color: #FFFFFF;
            height: 40px;
            border-radius: 40px;
            border: none;
        }

    .product-huike-login #scancode_table {
        height: 100%;
        display: flex;
        flex-flow: column;
    }

    .product-huike-login .login-tab {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 8px;
        top: 8px;
    }

        .product-huike-login .login-tab .status_tips {
            width: 100%;
            height: 100%
        }

.login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-logo-huike {
    width: 160px;
    height: 89px;
    padding-top: 32px;
    box-sizing: border-box;
}

    .login-logo-huike img {
        width: 100%
    }

.huike-login-wrapper #showloginmsg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.huike-login-wrapper .scan_img {
    margin-right: 8px;
    width: 24px;
    height: 24px
}

.huike-login-wrapper #showloginmsg p {
    color: #757575;
    font-size: 12px;
    line-height: 24px
}

.product-huike-login .huike-checkbox {
    flex: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 12px;
}




















































.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.hidden {
    display: none !important;
}

.login-wrapper {
    width: 760px;
    height: 382px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 55%;
    top: 50%;
    margin-left: -400px;
    margin-top: -230px;
    position: absolute;
}

.get-password-wrapper, .reset-password-wrapper, .reg-result-wrapper {
    width: 760px;
    height: 382px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 55%;
    top: 50%;
    margin-left: -400px;
    margin-top: -230px;
    position: absolute;
}
/*.get-password-wrapper, .reset-password-wrapper{
	margin-left: -285px;
	width: 575px;
}
.get-password-wrapper{
	height: 400px;
    margin-top: -230px;
}*/
.reset-password-wrapper {
    height: 324px;
    margin-top: -180px;
}

.agreement-wrapper {
    width: 600px;
    border-radius: 5px;
    margin: 0 auto;
}

.register-wrapper {
    position: relative;
    width: 650px;
    height: auto;
    margin: 40px auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 100;
}

.agreement-wrapper {
    width: 900px;
    padding-bottom: 15px;
}

.reg-result-wrapper {
    width: 630px;
    margin-left: -315px;
    height: 170px;
    margin-top: -240px;
}

.product-login .login table {
    width: 296px;
    margin: 20px 0 0 0px;
}

.product-login table tr td {
    vertical-align: middle;
    text-align: left;
    padding-bottom: 10px;
}

.product-login table tr th {
    width: 27%;
    width: 80px\0;
    text-align: right;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 16px;
    color: #666;
}

.product-login .login table.quick {
    margin-top: 36px;
}

.product-login table.quick tr td {
    padding-bottom: 10px;
    margin-bottom: 19px;
}

.product-login table.quick tr th {
    padding-bottom: 23px;
}

.product-login.register table tr td, .product-login.register table tr th {
    padding-bottom: 20px;
}

    .product-login.register table tr td.validatebox-invalid, .product-login.register table tr th.validatebox-invalid {
        padding-bottom: 0;
    }

.product-login .register table {
    width: 100%;
    margin-top: 10px;
}

    .product-login .register table tr th {
        width: 15%;
    }

.product-login table a {
    text-align: right;
    color: #999;
    margin-left: 5px;
    border-left: 1px solid #999;
    padding-left: 8px;
}

.get-password table a {
    text-align: center;
}

.product-login table a:first-child {
    border: none;
    padding: 0;
    margin: 0;
}

.product-login table td.td-reg a:first-child {
    float: left;
    padding: 0;
    margin: 0;
    border: none;
}

.product-login table td.td-reg a:last-child {
    float: right;
    padding: 0;
    margin: 0;
    border: none;
}

.product-login table a:hover {
    text-decoration: underline;
}

.product-login table tr th:after {
    content: ':';
    margin: 0 5px;
}

.product-login table tr th.notext:after {
    content: '';
    margin: 0 5px;
}

.product-login .login-text {
    text-indent: 3px;
    /*width:200px;
	height:30px;*/
    width: 250px;
    height: 40px;
    line-height: 30px\0;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #777777;
    border-radius: 4px;
}

.product-login .login .login-text {
    padding-left: 44px;
}

.register .login-text {
    height: 40px;
    line-height: 31px\0;
    width: 270px;
    letter-spacing: 1px;
    padding: 0px 10px;
}

    .login .login-text:hover,
    .register .login-text:hover {
        border-color: #B9B9B9;
    }

    .login .login-text.focus,
    .register .login-text.focus {
        border-color: #6583cc;
    }

.get-password .login-text {
    width: 310px;
}

.product-login.register table tr th {
    line-height: 30px;
    vertical-align: top;
}

.product-login .login-text2 {
    width: 140px;
}

.product-login .login .login-text2 {
    padding: 0 10px;
    width: 197px;
}

.product-login .validate-text {
    width: 115px;
}

.product-login.get-password .login-text2 {
    width: 240px;
}

.product-login .validate-img {
    margin-left: 4px;
    cursor: pointer;
    float: left;
    height: 44px;
}

.register table a {
    color: #333;
    /*font-weight: bold;*/
    text-decoration: underline;
    border: none;
    padding-left: 0;
    margin-left: 0;
    cursor: pointer;
    text-decoration: none;
}
/*分开写，不然低版本ie不识别*/
:root .product-login .return-login, :root .product-login .next {
    width: 140px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
}

:root .product-login .quick .login-button, :root .product-login .quick .return-login {
    margin-bottom: 0;
}

.product-login .login-button, .product-login .return-login, .product-login .next {
    width: 140px;
    height: 42px;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    cursor: pointer;
    font-weight: normal;
}

.product-login .next {
    margin-top: 30px;
}

.reset-password .login-button {
    margin-top: 15px;
}

:root .product-login a.return-login {
    width: 138px;
    height: 38px;
    top: 0;
    line-height: 38px;
}

:root .product-login a.next {
    margin-top: 30px;
}

.product-login .login-button:hover, .product-login .return-login:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.logo {
    /*position: absolute;
	top:-50px;
	margin-top:-5px;*/
    /*width:100%;*/
    display: inline-block;
    margin-right: 30px;
    margin-top: 40px;
    vertical-align: top;
}

    .logo h1 {
        margin: 5px 0;
        float: left;
    }

    .logo h2 {
        float: left;
        margin-top: 8px;
    }

.product-login {
    position: relative;
    margin-top: -30px;
    margin-left: -50px;
    display: inline-block;
    padding: 10px 20px;
    clear: both;
    background: rgba(255,255,255,1);
    border: 1px solid rgb(203, 206, 216);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    border-top-right-radius: 0px;
}

    .product-login .login-tab {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .product-login .product {
        width: 550px;
        float: left;
        margin-left: 15px;
        /*height:320px;*/
        margin-top: 45px;
    }

        .product-login .product .product-list {
            position: relative;
        }

    .product-login h3 {
        margin-left: 15px;
    }

    .product-login h3, .argument h3 {
        line-height: 30px;
        margin-top: 10px;
        font-size: 16px;
        color: #313131;
    }

    .product-login .login {
        float: left;
        min-height: 318px;
    }

        .product-login .login .login-type {
            padding: 18px 55px 0;
            border-bottom: 1px solid #d2d2d2;
        }

            .product-login .login .login-type li {
                display: inline-block;
                width: 90px;
                text-align: center;
                /*background-color: #F2F2F2;*/
                /*border-radius: 3px 3px 0 0;*/
                /*border: 1px solid #D2D2D2;*/
                /*border-bottom: none;*/
                cursor: pointer;
                height: 28px;
                border: none;
                line-height: 28px;
                font-size: 14px;
                color: #999;
            }

                .product-login .login .login-type li.quick {
                    margin-right: 100px;
                }

                .product-login .login .login-type li.current {
                    position: relative;
                    background-color: #FFF;
                    cursor: text;
                    border-bottom: 4px solid #FFC300;
                    color: #282828;
                }

    .product-login .product .wide-prd, .product-login .product .square-prd, .product-login .product .long-prd {
        position: absolute;
    }

    .product-login .product .wide-prd-img, .product-login .product .wide-prd {
        width: 260px;
        height: 128px;
    }

    .product-login .product .square-prd-img, .product-login .product .square-prd {
        width: 128px;
        height: 128px;
    }

    .product-login .product .long-prd-img, .product-login .product .long-prd {
        width: 144px;
        height: 260px;
    }

.product .product-list img {
    cursor: pointer;
}

.product-login .product span {
    position: absolute;
    height: 24px;
    line-height: 24px;
    background: #333333;
    text-align: left;
    text-indent: 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    bottom: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    color: #fff;
    font-weight: bold;
    display: none;
}

.product-login .product .product-list > div:hover span {
    display: block;
}

.product-login .product .product-list > div:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.product-login .error-msg {
    color: red;
    margin-top: 2px;
    margin-left: 5px;
    display: none;
    max-width: 220px;
    word-wrap: break-word;
}

.product-login.register .error-msg {
    max-width: 300px;
}

.product-login .register .argeement {
    color: #999;
}

    .product-login .register .argeement a {
        border: none;
        margin: 0;
        padding: 0;
        color: #009DDC;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

.register h3 {
    margin-left: 20px;
    margin-bottom: 5px;
}

.reset-password {
    /*width:520px;*/
    /*margin-top: 90px;*/
    /*margin-left: 110px;*/
}

.reg-result {
    /*width:520px;*/
    margin-top: 25px;
    margin-left: 0px;
    width: 100%;
}

.register {
    width: 520px;
    margin-top: 30px;
    margin-left: 0px;
}
/*.reg-result{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: block;
}*/
.get-password {
    width: 520px;
    height: 310px;
    margin-left: 115px;
    margin-top: 45px;
}

    .get-password table a {
        height: 30px;
        line-height: 28px;
        margin-left: 2px;
        padding: 0 20px;
        font-weight: normal;
    }

        .get-password table a.readonly {
            background: #4698ea; /* Old browsers */
            background: -moz-linear-gradient(top, #3a8cd3 10%, #7ad0ef 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#3a8cd3), color-stop(100%,#7ad0ef)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #3a8cd3 10%,#7ad0ef 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #3a8cd3 10%,#7ad0ef 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #3a8cd3 10%,#7ad0ef 100%); /* IE10+ */
            background: linear-gradient(to bottom, #3a8cd3 10%,#7ad0ef 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a8cd3', endColorstr='#7ad0ef',GradientType=0 ); /* IE6-9 */
        }

        .get-password table a:hover {
            text-decoration: none;
            opacity: 1;
        }

.product-login .return-login {
    /*border-left:none;*/
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    height: 38px;
}
/*.product-login .login-button {
	background: url("/Images/login/login-btn.png");
	width: 152px;
	height: 48px;
	border: none;
	font-size: 18px;
}*/
.product-login .login-button {
    width: 296px;
    height: 45px;
    border: 0px none;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 45px;
    font-size: 18px;
    color: #282828;
    background: #FFC300 none repeat scroll 0% 0%;
    border-radius: 3px;
    cursor: pointer;
}

.product-login.register .login-button {
    width: 270px;
    height: 48px;
    line-height: 34px;
}

.product-login .login-button.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.product-login th > label.required:before {
    content: "*";
    color: red;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.register .return-login, .get-password .return-login {
    /*margin-top:10px;*/
    position: relative;
    top: -2px \0;
}

    .get-password .return-login:hover, .register .return-login:hover {
        text-decoration: none;
    }

.reset-password {
    height: 240px;
    padding: 10px;
}

    .reset-password .login-button {
        width: 100%;
    }

.register {
    height: auto;
    padding-bottom: 14px;
    padding-top: 5px;
    padding: 30px 80px 40px;
    margin-bottom: 35px;
    background: rgba(255,255,255,1);
    border: 1px solid rgb(203, 206, 216);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

    .register > h2 {
        font-size: 24px;
        font-weight: 400;
        color: #282828;
    }

.reg-result {
    height: auto;
    padding-bottom: 20px;
    /*position: absolute;*/
    /*top:0;*/
}

.register form table {
    width: 515px;
}

.register form h3, .get-password h3, .reset-password h3, .agreement h3, .reg-result h3 {
    font-size: 16px;
    color: #313131;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin: 10px 2px;
    text-indent: 8px;
}

.register form h3 {
    margin-top: 0;
    padding-bottom: 5px;
}

.agreement h3 {
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

.get-password .si-form {
    /*margin-left:40px;*/
    padding-top: 40px;
}

    .get-password .si-form table {
        /*width:80%;*/
        width: 100%;
    }

.reset-password .si-form table {
    /*width: 80%;
	margin: 15px auto;*/
    /*width: 88px\0;*/
}

    .reset-password .si-form table th {
        min-width: 88px\0;
    }

.get-password .si-form table tr td {
    text-align: center;
    line-height: 36px;
}

.register select {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #777;
    font-size: 14px;
    padding: 7px 0 8px;
    width: 168px;
}

    .register select.focus {
        border-color: #6583cc;
    }

    .register select.row-select {
        width: 300px;
    }

.agreement {
    width: 860px;
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    padding: 10px 20px;
    margin-top: 40px;
}

    .agreement .agreement-container {
        width: 840px;
        padding: 5px 10px;
        font-size: 13px;
        line-height: 24px;
    }

        .agreement .agreement-container p {
            /*margin-bottom: 8px;*/
            line-height: 26px;
        }

        .agreement .agreement-container div {
            margin: 26px 0;
        }

        .agreement .agreement-container h4 {
            font-weight: bold;
        }

        .agreement .agreement-container p.welcome {
            text-indent: 2em;
        }

.reg-result h3 {
    font-weight: bold;
}

.reg-result h4 {
    font-size: 15px;
    font-weight: bold;
}

.reg-result .dw_computer,
.reg-result .dw_mobile {
    float: left;
    height: 158px;
    margin-left: 10px;
    margin-top: 16px;
    width: 44%;
}
/*.reg-result .dw_mobile {
    float:right;
    margin-right: 10px;
}*/
.dw_mobile .dw_button:hover {
    opacity: 0.75;
}

.dw_computer img, .dw_mobile img {
    height: 55px;
    width: 55px;
    display: block;
    margin: 12px auto;
}

.dw_coding img {
    margin-top: 12px;
}

.dw_computer .dw_button,
.dw_mobile .dw_button {
    background: url("/images/download_btn.png");
    border: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 36px;
    left: 50%;
    line-height: 33px;
    margin-left: -52px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 104px;
}

.dw_coding {
    margin-top: 36px;
}

    .dw_coding img {
        border: 0 none;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    .dw_coding .ios_coding {
        margin-left: 5%;
        margin-right: 12%;
    }

    .dw_coding .ios_coding, .dw_coding .android_coding {
        float: left;
        width: 40%;
    }

.reg-result .download-message p.message {
    text-align: left;
    margin: 0;
    text-indent: 16px;
}

.reg-result .download-message,
.reg-result .login-message {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
}

    .reg-result .download-message .box {
        height: 255px;
    }

    .reg-result .login-message p {
        text-align: left;
        min-height: 30px;
        line-height: 30px;
    }

    .reg-result .login-message label {
        float: left;
        margin-right: 16px;
        text-align: right;
        width: 80px;
        font-size: 13px;
    }

.reg-result .col-left,
.reg-result .col-right {
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
    width: 46%;
}

.reg-result .whole {
    width: 98%
}

.reg-result p.message {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

.reg-result .box {
    border: 1px solid #d2d2d2;
}

.reg-result p.message.box {
    font-size: 14px;
    font-weight: bold;
    margin: 15px auto;
    padding: 10px;
    width: 300px;
    text-align: left;
}

.reg-result p.message em {
    font-weight: bold;
    margin-right: 5px;
}

.reg-result a.return-login {
    margin: 15px 0 0 253px;
}

.reset-password-wrapper .reg-result a.return-login {
    margin: 20px 85px;
}

.reg-result .title b {
    background: url("/Images/messager_icons.png") no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 5px;
}

.reg-result .title .success {
    background-position: 0 0;
}

.reg-result .title .error {
    background-position: -64px 0;
}

.reg-result .title .warning {
    background-position: -96px 0;
}

.register select.cascade-select {
    max-width: 110px;
}

.reg-result.return-login {
    margin-left: 200px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 999;
    height: 50px;
    line-height: 25px;
    background: none;
    padding: 5px;
    margin-top: 10px;
}

    #footer p {
        color: #000;
        display: inline-block;
        line-height: 50px;
        margin: 0 10px;
        z-index: 998;
    }

/*低版本信息提示*/
.version-error-msg {
    position: absolute;
    width: 980px;
    left: 50%;
    top: 0;
    margin-left: -500px;
    z-index: 1000;
    background: #fff;
    text-indent: 2em;
    padding: 0 10px 3px;
    line-height: 24px;
}

    .version-error-msg a {
        color: red;
    }

.agreement-wrapper .logo,
.reg-result-wrapper .logo,
.reset-password-wrapper .logo,
.get-password-wrapper .logo,
.register-wrapper .logo {
    position: static;
    height: 40px;
    margin: 10px 0 20px 40px;
    width: 95%;
}

.get-password-wrapper .logo {
    width: 90%;
}

    .agreement-wrapper .logo h1 img,
    .reg-result-wrapper .logo h1 img,
    .reset-password-wrapper .logo h1 img,
    .get-password-wrapper .logo h1 img,
    .register-wrapper .logo h1 img {
        /*height: 33px;
    margin-top: 5px;*/
        margin-left: -12px;
        margin-top: -5px;
    }

    .agreement-wrapper .logo h2,
    .reg-result-wrapper .logo h2,
    .reset-password-wrapper .logo h2,
    .get-password-wrapper .logo h2,
    .register-wrapper .logo h2 {
        float: right;
    }

/*
* form校验
*/
/**************************** start by wangpf 2013/10/18 *****************/
.product-login .input-td,
.input-td {
    position: relative;
    display: block;
    *display: table-cell;
}

    .product-login .input-td .input-validation-error,
    .input-td .input-validation-error {
        background-color: #FFF3F3 !important;
        border: 1px solid #E80C4D !important;
    }

    .product-login .input-td .field-validation-error,
    .input-td .field-validation-error {
        *zoom: expression( this.insertBefore( document.createElement("div"), this.childNodes[0] ).className="before" );
    }

        .product-login .input-td .field-validation-error:before,
        .input-td .field-validation-error:before {
            content: "";
            background: url("/Images/login/tip-header.png") no-repeat scroll center center transparent;
            display: block;
            position: absolute;
            /*left: -10%;
    left: -11px\9;*/
            left: -11px;
            width: 15px;
            height: 14px;
            top: 4px;
        }

    .product-login .input-td .field-validation-error,
    .input-td .field-validation-error {
        /*background:url("/Images/login/validate-tip.gif") no-repeat left center;*/
        background-image: -moz-linear-gradient(left, #FFFFFF, #ECE7D9);
        background-color: #FFFAEC \9;
        border: 1px solid #B2B2B2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        /*box-shadow: 1px 0 0 #B2B2B2;*/
        display: block;
        position: absolute;
        float: right;
        line-height: 32px;
        min-height: 32px;
        padding-left: 5px;
        /*text-indent: 7px;*/
        top: 1px;
        margin-left: 210px;
        vertical-align: top;
        min-width: 140px;
        z-index: 991;
    }

    .product-login .input-td .field-validation-valid,
    .input-td .field-validation-valid {
        display: none;
    }

/**************************** end   by wangpf 2013/10/18 *****************/

/*登陆/注册 页面校验*/
.login .field .field-inner,
.product-login .field .field-inner {
    position: relative;
}

.login .input-td .field .field-inner,
.product-login .input-td .field .field-inner {
    /*position: static;*/
}

    .login .input-td .field .field-inner .tip-content,
    .product-login .input-td .field .field-inner .tip-content {
        float: left;
    }
/* wangpf 20140627 */
/* 注册页面 */
.input-td > div {
    display: inline-block;
    position: relative !important;
}

.input-td div.validatebox-tip {
    display: block;
}

.input-td .input-icon {
    display: inline-block;
    position: absolute;
    height: 44px;
    width: 44px;
    top: 0;
    left: 0;
}

.tenant-icon {
    background: url("/Images/login/ic_login_merchants.png") no-repeat scroll center center transparent;
}

.account-icon {
    background: url("/Images/login/ic_login_Username.png") no-repeat scroll center center transparent;
}

.password-icon {
    background: url("/Images/login/ic_login_Password.png") no-repeat scroll center center transparent;
}

.product-huike-login .tenant-icon {
    background: url("/Images/login/ic_login_huike_merchants.png") 0% 0% / cover no-repeat;
}

.product-huike-login .account-icon {
    background: url("/Images/login/ic_login_huike_Username.png") 0% 0% / cover no-repeat;
}

.product-huike-login .password-icon {
    background: url("/Images/login/ic_login_huike_Password.png") 0% 0% / cover no-repeat;
}

.huike-password-icon {
    background: url("/Images/huike_no_show.png") 0% 0% / cover no-repeat;
}

    .huike-password-icon.show {
        background: url("/Images/huike_show.png") 0% 0% / cover no-repeat;
    }

.register form h3 {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
}

.register .field-tip.readonly {
    background-color: #B9B9B9;
}

.register .field-tip span {
}

.register span.tip {
    color: #333;
    margin-left: 5px;
}

.product-login.register a.phone {
    font-size: 12px;
    color: #FCFCFC;
    /*padding: 7px 26px; wangpf-20180131*/
}

.register a.phone:hover {
    text-decoration: none;
}

.register .field-tip.readonly a {
    text-decoration: none;
    cursor: default;
    padding: 0;
}

.register a.email {
    font-size: 12px;
    font-weight: normal;
    color: #267cb2;
    margin-left: 3px;
    display: inline-block;
    height: 32px;
    line-height: 31px;
    vertical-align: middle;
}

    .register a.email .validate-img {
        width: 54px;
        height: 100%;
        margin: 0;
    }

    .register a.email span {
        margin-left: 7px;
    }

.register ul {
    height: 30px;
    line-height: 30px;
    margin: 10px auto 25px;
    text-align: center;
    width: 60%;
}

.register .error-msg ul {
    margin: 0;
    width: 100%;
    text-align: left;
}

.register ul li {
    display: inline-block;
    width: auto;
    padding-right: 20px;
}

.register label {
    font-size: 14px;
    font-weight: 400;
    color: #7A7D88;
}

.register .service-term label {
    font-size: 12px;
    font-weight: normal;
}

    .register .service-term label a {
        color: #2b4a78;
    }

.register ul li label {
    padding-bottom: 2px;
    color: #999;
}

    .register ul li label:hover {
        cursor: pointer;
    }

.register ul li.current label {
    border-bottom: 2px solid #6d8ad6;
    color: #333;
}

.input-td .service-term {
    margin-bottom: 0px !important;
    text-align: left;
}

.register .service-term {
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.register .field-tip {
    position: relative;
    background-color: #A0A0A0;
    color: #F2F2F2;
    margin-left: 5px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    top: 1px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 4px;
}

.register .login-text2 {
    /*width: 160px;*/
}

    .register .login-text2.validate-text {
        width: 120px;
    }

.register .tlbar {
    text-align: center;
}

    .register .tlbar span {
        font-size: 12px;
    }

    .register .tlbar a {
        padding: 0 3px;
        text-decoration: none;
        color: #00A0E9;
        font-size: 12px;
    }

        .register .tlbar a:hover {
            text-decoration: underline;
        }
/*cnzz统计数据*/
#cnzz_stat_icon_1253551123 {
    display: none;
}
/*在线客服插件*/
.ichat-content {
    min-height: 200px;
}

#ichatButtonName {
    font-weight: bold;
}

.ichat-list a img {
    position: absolute;
    left: 0;
    line-height: 14px;
    top: 2px;
}

body > a {
    display: none;
}

/*2017/4/24*/
.header {
    margin: 0px auto;
    overflow: visible;
    background: #0C0C0C none repeat scroll 0% 0%;
    height: 60px;
}

.fixed-style {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    opacity: 0.9;
}

.header h1 {
    font-size: 26px;
    line-height: 1em;
}

.header .logo {
    float: left;
    padding: 8px 0px;
    width: 160px;
    margin: 0 auto;
}

    .header .logo a {
        display: block;
        position: relative;
        width: 160px;
    }

.header .wrapper {
    height: 100%;
    min-width: 1120px;
    width: 1120px;
    margin-top: 0px;
    margin: 0px auto 0px;
    clear: both;
    position: relative;
}

.header .logo2 {
    width: 110px;
    margin: 15px 0px 0px 5px;
}

.logo-left {
    display: inline-block;
    vertical-align: top;
    width: 360px;
}

    .logo-left h2 {
        float: left;
        margin-left: -130px;
        margin-top: -30px;
    }

.login-wrapper {
    margin-top: -180px;
}

.service-term {
    text-align: center;
}

#div_qr_mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .9;
    background: #0d1c28;
    padding-top: 70px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

    #div_qr_mask .svg_icon {
        margin-bottom: 16px;
    }

    #div_qr_mask #p_firstMsg {
        font-size: 18px;
        font-weight: 600;
    }

    #div_qr_mask #a_refresh {
        color: aliceblue;
        text-decoration: underline;
        margin: 0;
        padding: 0;
        border: none;
    }

    #div_qr_mask #p_secondMsg {
        padding-top: 10px;
        letter-spacing: 0;
        text-align: center;
        line-height: 28px;
    }

#showloginmsg {
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
}

