﻿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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited {
        color: #267cb2;
    }

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, label, select {
    vertical-align: middle;
    font-size: 12px;
}

input {
    outline: none;
}

th, td {
    text-align: left;
    vertical-align: middle;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: '.';
    visibility: hidden;
    display: block;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

embed {
    display: none;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track-piece {
    background-color: #ccc;
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 15px;
    background-color: #34495e;
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 15px;
    background-color: #34495e;
    -webkit-border-radius: 10px;
}

html {
    scrollbar-base-color: #34495e;
    scrollbar-3dlight-color: silver;
    scrollbar-highlight-color: #ccc;
    scrollbar-track-color: #ebebeb;
    scrollbar-arrow-color: #34495e;
    scrollbar-shadow-color: silver;
    scrollbar-dark-shadow-color: silver;
}

.si-message-box {
    width: 300px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: #9c9c9c 0 2px 7px 1px;
    -moz-box-shadow: #9c9c9c 0 2px 7px 1px;
    box-shadow: #9c9c9c 0 2px 7px 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .si-message-box .message-main b.warning, .si-message-box .message-main b.error, .si-message-box .message-main b.info, .si-message-box .message-main b.confirm, .si-message-box .message-main b.succeed, .si-message-box .message-main b.confirms, .si-message-box .message-main b.normal {
        background-image: url(/Images/message/messager_icons.png);
        background-repeat: no-repeat;
    }

    .si-message-box .message-title {
        height: 26px;
        background-position: 0 -105px;
        border-bottom: 1px solid #ccc;
        background: linear-gradient(to bottom,#f9f9f9 0,#efefef 100%) repeat-x scroll 0 0 transparent;
        background: #f3f3f3 \0;
        border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
    }

        .si-message-box .message-title h3 {
            font-size: 14px;
            color: #333;
            font-weight: bold;
            text-indent: 15px;
            line-height: 26px;
            height: 26px;
        }

        .si-message-box .message-title a {
            width: 16px;
            height: 16px;
            background-position: 0 0;
            display: inline-block;
            float: right;
            margin: 5px 8px 0 0;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            background: url(/Images/window/panel_tools.png) -16px 0 no-repeat;
            opacity: .6;
            filter: alpha(opacity=60);
        }

            .si-message-box .message-title a:hover {
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .si-message-box .message-main {
        padding: 10px 20px 10px;
        text-align: center;
        clear: both;
    }

        .si-message-box .message-main .user-message {
            text-align: left;
            color: #333;
            font-size: 14px;
            font-weight: bold;
            vertical-align: middle;
            line-height: 20px;
            padding: 10px 0;
        }

        .si-message-box .message-main p {
            padding-bottom: 5px;
            text-align: right;
            color: #666;
        }

        .si-message-box .message-main a.blue {
            color: #fff;
        }

        .si-message-box .message-main a {
            color: #333;
            margin-right: 5px;
        }

            .si-message-box .message-main a.link {
                color: #4260ac;
                margin: 0 2px;
            }

            .si-message-box .message-main a.current {
                border: 1px solid #aaa;
            }

            .si-message-box .message-main a.blue.current {
                border: 1px solid rgba(0,0,0,.05);
            }

            .si-message-box .message-main a.mr-15 {
                margin-right: 15px;
            }

        .si-message-box .message-main div b {
            position: absolute;
            top: 35px;
            left: 26px;
            width: 32px;
            height: 32px;
            *height: 34px;
            display: inline-block;
            margin-right: 5px;
        }

        .si-message-box .message-main div p {
            word-wrap: break-word;
            padding-left: 45px;
            padding-bottom: 10px;
            font-size: 14px;
            text-align: left;
            color: #000;
        }

            .si-message-box .message-main div p.box {
                border: 1px solid #ccc;
                font-weight: bold;
                margin: auto 45px;
                padding: 5px;
                text-align: left;
                width: 65%;
            }

        .si-message-box .message-main div .msgInfo {
            *display: inline-block;
        }

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 999;
}

.si-message-box .message-main b.warning {
    background-position: -96px 0;
}

.si-message-box .message-main b.error {
    background-position: -64px 0;
}

.si-message-box .message-main b.info, .si-message-box .message-main b.normal {
    background-position: 0 0;
}

.si-message-box .message-main b.confirm, .si-message-box .message-main b.confirms {
    background-position: -32px 0;
}

body
{
    /*background: url(/admin/images/login_body.jpg) no-repeat center fixed rgb(5,135,209);*/
    background-size: 0 100%;
    font-family: "微软雅黑";
    height: auto;
    background-color: #000000;
}

.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: 68%;
    /*right:100px;*/
    top: 50%;
    margin-left: -400px;
    margin-top: -230px;
    position: absolute;
    z-index:6;
}
.login-wrapper{position: relative;top: 210px;margin: 0 auto;width: 1200px;height: 380px;}

.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: -200px;
}

.agreement-wrapper {
    width: 600px;
    border-radius: 5px;
    margin: 0 auto;
}

.register-wrapper {
    position: relative;
    width: 660px;
    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: 310px;
    margin: 15px 0 0 20px;
}

.product-login table tr td {
    vertical-align: middle;
    padding-bottom: 10px;
}

.product-login table tr th {
    width: 27%;
    text-align: right;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 10px;
    color: #666;
}

.product-login .login table.quick {
    margin-top: 30px;
}

.product-login table.quick tr td {
    padding-bottom: 16px;
}

.product-login table.quick tr th {
    padding-bottom: 16px;
}

.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: 8px;
    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 a:hover {
    text-decoration: underline;
}

.product-login table tr th:after {
    content: ':';
    margin: 0 5px;
}

.product-login .login-text {
    text-indent: 3px;
    width: 200px;
    height: 30px;
    line-height: 30px\0;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #777;
    border-radius: 2px;
}

.register .login-text {
    height: 31px;
    line-height: 31px\0;
    width: 270px;
    letter-spacing: 1px;
}

    .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 .validate-text {
    width: 115px;
}

.product-login.get-password .login-text2 {
    width: 240px;
}

.product-login .validate-img {
    margin-left: 4px;
    cursor: pointer;
   /* float: left;*/
}

.register table a {
    color: #333;
    text-decoration: underline;
    border: none;
    padding-left: 0;
    margin-left: 0;
    cursor: pointer;
    text-decoration: none;
}

: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: 15px;
    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: .8;
    filter: alpha(opacity=80);
}

.logo {
    display: inline-block;
    margin-right: 30px;
    margin-top: 40px;
    vertical-align: top;
    width: 700px;
}

    .logo h1
{
    margin: 5px 0 5px 0;
    float: left;
}

    .logo h2 {
        float: left;
        margin-top: 12px;
    }

.product-login
{
    border: 1px solid #EEEEEE;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    clear: both;
    background: #fefefe;
    border-radius: 5px;
    box-shadow: 0 0 3px #666666;
}

    .product-login .product {
        width: 550px;
        float: left;
        margin-left: 15px;
        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: 345px;
    }

        .product-login .login .login-type {
            margin-left: 10px;
            padding-left: 45px;
            padding-top: 18px;
            border-bottom: 1px solid #d2d2d2;
        }

            .product-login .login .login-type li {
                display: inline-block;
                width: 60px;
                text-align: center;
                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;
    top: 1px;
    background-color: #fff;
    cursor: text;
    border-bottom: 2px solid ;
    color: #333;
    border-bottom-color: #F96206;
   /*border-bottom-color: #1A9606;*/
}

    .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: #333;
    text-align: left;
    text-indent: 10px;
    opacity: .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: .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;
}

.get-password, .reset-password, .register, .reg-result {
    width: 520px;
}

.reg-result {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.get-password {
    height: 310px;
}

    .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;
            background: -moz-linear-gradient(top,#3a8cd3 10%,#7ad0ef 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#3a8cd3),color-stop(100%,#7ad0ef));
            background: -webkit-linear-gradient(top,#3a8cd3 10%,#7ad0ef 100%);
            background: -o-linear-gradient(top,#3a8cd3 10%,#7ad0ef 100%);
            background: -ms-linear-gradient(top,#3a8cd3 10%,#7ad0ef 100%);
            background: linear-gradient(to bottom,#3a8cd3 10%,#7ad0ef 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a8cd3',endColorstr='#7ad0ef',GradientType=0);
        }

        .get-password table a:hover {
            text-decoration: none;
            opacity: 1;
        }

.product-login .return-login {
    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("/MerchantCenter/PublicResources/img/login-btn.png");
    width: 100px;
    height: 48px;
    border: none;
    font-size: 18px;
}

.product-login.register .login-button {
    background: url("/MerchantCenter/PublicResources/img/register-btn.png");
    width: 100px;
    height: 48px;
    line-height: 34px;
}



.product-login .login-button.disabled {
    opacity: .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 {
    position: relative;
    top: -2px \0;
}

    .get-password .return-login:hover, .register .return-login:hover {
        text-decoration: none;
    }

.reset-password {
    height: 230px;
}

.register {
    height: auto;
    padding-bottom: 14px;
    padding-top: 5px;
    background: url("/MerchantCenter/PublicResources/img/register-box.png");
    background-size: 100%;
    border: none;
    background-size: 100% 100%;
    padding: 70px 80px 60px;
    margin-bottom: 35px;
}

.reg-result {
    height: auto;
    padding-bottom: 30px;
}

.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 50px 10px 40px;
}

.register form h3 {
    margin-top: 0;
    padding-bottom: 5px;
}

.agreement h3 {
    margin: 10px;
}

.get-password .si-form {
    padding-top: 40px;
}

    .get-password .si-form table {
        width: 100%;
    }

.reset-password .si-form table {
    width: 80%;
    margin: 15px auto;
}

    .reset-password .si-form table th {
        width: 32%;
    }

.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: 275px;
}

    .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;
}

    .agreement .agreement-container {
        width: 840px;
        padding: 5px 10px;
        font-size: 13px;
        line-height: 24px;
    }

        .agreement .agreement-container p {
            margin-bottom: 8px;
        }

            .agreement .agreement-container p.welcome {
                text-indent: 2em;
            }

.reg-result p.message {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

    .reg-result p.message.box {
        border: 1px solid #d2d2d2;
        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 245px;
}

.reset-password-wrapper .reg-result a.return-login {
    margin-left: 215px;
}

.reg-result .title b {
    background: url("/Images/message/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;
}

.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: 99;
    height: 50px;
    line-height: 25px;
    background: none;
}

    #footer p {
        
        display: inline-block;
        line-height: 50px;
        margin: 0 10px;
    }

.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: 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 {
        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;
    }

.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("/MerchantCenter/PublicResources/img/tip-header.png") no-repeat scroll center center transparent;
            display: block;
            position: absolute;
            left: -11px;
            width: 15px;
            height: 14px;
            top: 4px;
        }

    .product-login .input-td .field-validation-error, .input-td .field-validation-error {
        background-image: -moz-linear-gradient(left,#fff,#ece7d9);
        background-color: #fffaec \9;
        border: 1px solid #b2b2b2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        position: absolute;
        float: right;
        line-height: 32px;
        min-height: 32px;
        padding-left: 5px;
        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;
    }

.login .field .field-inner, .product-login .field .field-inner {
    position: relative;
}

.login .input-td .field .field-inner, .product-login .input-td .field .field-inner {
}

    .login .input-td .field .field-inner .tip-content, .product-login .input-td .field .field-inner .tip-content {
        float: left;
    }

.input-td > div {
    display: inline-block;
    position: relative !important;
}

.input-td div.validatebox-tip {
    display: block;
}

.register form h3 {
    color: #555;
    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;
}

.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-weight: bold;
    font-size: 14px;
}

.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;
}

.register .service-term {
    margin-left: 26%;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.register .field-tip {
    position: relative;
    background-color: #a0a0a0;
    color: #f2f2f2;
    margin-left: 5px;
    width: 120px;
    height: 32px;
    line-height: 31px;
    top: 1px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
}

.register .login-text2 {
}

    .register .login-text2.validate-text {
        width: 120px;
    }

.register .tlbar {
    margin-left: 27%;
}

    .register .tlbar span {
        margin-left: 30px;
        font-size: 14px;
        font-family: "宋体";
    }

    .register .tlbar a {
        padding: 0 3px;
        text-decoration: none;
        color: #6d88d7;
        font-size: 14px;
        font-family: "宋体";
    }

        .register .tlbar a:hover {
            text-decoration: underline;
        }

#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;
}

.si-tbar {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: relative;
}

    .si-tbar > ul {
        display: inline-block;
        line-height: 24px;
        padding: 5px 0;
    }

        .si-tbar > ul li {
            float: left;
            margin-left: 7px;
        }

            .si-tbar > ul li > a {
                color: #333;
                vertical-align: middle;
            }

            .si-tbar > ul li a.si-btn {
                position: relative;
                padding-left: 23px;
                padding-right: 10px;
                text-indent: 3px;
                font-weight: normal;
                border: none;
                background: none;
                box-shadow: none;
                text-shadow: none;
            }

                .si-tbar > ul li a.si-btn:hover {
                    background: #6b89d5;
                    color: #fff;
                }

                .si-tbar > ul li a.si-btn.disabled:hover {
                    background: none repeat scroll 0 0 rgba(0,0,0,0);
                    color: buttonshadow;
                }

            .si-tbar > ul li .si-btn b {
                background: url("/Images/toolbar/tlbar.png");
                display: block;
                height: 16px;
                left: 4px;
                position: absolute;
                top: 5px;
                width: 16px;
            }

            .si-tbar > ul li .si-btn.blue {
                background: #6b89d5;
                padding: 1px 17px;
            }

                .si-tbar > ul li .si-btn.blue b, .si-tbar > ul li .si-btn.blue:hover b {
                    background-image: none;
                }

            .si-tbar > ul li .refresh b, .si-tbar > ul li .refresh.disabled:hover b {
                background-position: 0 -71px;
            }

            .si-tbar > ul li .refresh:hover b {
                background-position: -24px -71px;
            }

            .si-tbar > ul li .create b, .si-tbar > ul li .create.disabled:hover b {
                background-position: 0 -5px;
            }

            .si-tbar > ul li .create:hover b {
                background-position: -24px -5px;
            }

            .si-tbar > ul li .edit b, .si-tbar > ul li .edit.disabled:hover b {
                background-position: 0 -27px;
            }

            .si-tbar > ul li .edit:hover b {
                background-position: -24px -27px;
            }

            .si-tbar > ul li .delete b, .si-tbar > ul li .delete.disabled:hover b {
                background-position: 0 -49px;
            }

            .si-tbar > ul li .delete:hover b {
                background-position: -24px -49px;
            }

            .si-tbar > ul li .save b, .si-tbar > ul li .save.disabled:hover b {
                background-position: 0 -93px;
            }

            .si-tbar > ul li .save:hover b {
                background-position: -24px -93px;
            }

            .si-tbar > ul li .save-ext b, .si-tbar > ul li .save-ext.disabled:hover b {
                background-position: 0 -93px;
            }

            .si-tbar > ul li .save-ext:hover b {
                background-position: -24px -93px;
            }

            .si-tbar > ul li .saveIcreate b {
                background-position: -1px -126px;
            }

            .si-tbar > ul li .cancel b, .si-tbar > ul li .cancel.disabled:hover b {
                background-position: 0 -269px;
            }

            .si-tbar > ul li .cancel:hover b {
                background-position: -24px -269px;
            }

            .si-tbar > ul li .send b, .si-tbar > ul li .send.disabled:hover b {
                background-position: 0 -424px;
            }

            .si-tbar > ul li .send:hover b {
                background-position: -24px -424px;
            }

            .si-tbar > ul li .open b, .si-tbar > ul li .open.disabled:hover b {
                background-position: 0 -336px;
            }

            .si-tbar > ul li .open:hover b {
                background-position: -24px -336px;
            }

            .si-tbar > ul li .stop b, .si-tbar > ul li .stop.disabled:hover b {
                background-position: 0 -358px;
            }

            .si-tbar > ul li .stop:hover b {
                background-position: -24px -358px;
            }

            .si-tbar > ul li .print b, .si-tbar > ul li .print.disabled:hover b {
                background-position: 0 -203px;
            }

            .si-tbar > ul li .print:hover b {
                background-position: -24px -203px;
            }

            .si-tbar > ul li .approve b, .si-tbar > ul li .approve.disabled:hover b {
                background-position: 0 -115px;
            }

            .si-tbar > ul li .approve:hover b {
                background-position: -24px -115px;
            }

            .si-tbar > ul li .selectItem b, .si-tbar > ul li .selectItem.disabled:hover b {
                background-position: 0 -137px;
            }

            .si-tbar > ul li .selectItem:hover b {
                background-position: -24px -137px;
            }

            .si-tbar > ul li .preview b {
            }

            .si-tbar > ul li .batchCreate b, .si-tbar > ul li .batchCreate.disabled:hover b {
                background-position: 0 -380px;
            }

            .si-tbar > ul li .batchCreate:hover b {
                background-position: -24px -380px;
            }

            .si-tbar > ul li .import b, .si-tbar > ul li .import.disabled:hover b {
                background-position: 0 -226px;
            }

            .si-tbar > ul li .import:hover b {
                background-position: -24px -226px;
            }

            .si-tbar > ul li .export b, .si-tbar > ul li .export.disabled:hover b {
                background-position: 0 -248px;
            }

            .si-tbar > ul li .export:hover b {
                background-position: -24px -248px;
            }

            .si-tbar > ul li .batchImport b, .si-tbar > ul li .batchImport.disabled:hover b {
                background-position: 0 -291px;
            }

            .si-tbar > ul li .batchImport:hover b {
                background-position: -24px -291px;
            }

            .si-tbar > ul li .scan b, .si-tbar > ul li .scan.disabled:hover b {
                background-position: 0 -159px;
            }

            .si-tbar > ul li .scan:hover b {
                background-position: -24px -159px;
            }

            .si-tbar > ul li .download b, .si-tbar > ul li .download.disabled:hover b {
                background-position: 0 -313px;
            }

            .si-tbar > ul li .download:hover b {
                background-position: -24px -313px;
            }

            .si-tbar > ul li .saveIcreate b, .si-tbar > ul li .saveIcreate.disabled:hover b {
                background-position: 0 -402px;
            }

            .si-tbar > ul li .saveIcreate:hover b {
                background-position: -24px -402px;
            }

            .si-tbar > ul li .accredit b, .si-tbar > ul li .accredit.disabled:hover b {
                background-position: 0 -5px;
            }

            .si-tbar > ul li .accredit:hover b {
                background-position: -24px -5px;
            }

            .si-tbar > ul li .unaccredit b, .si-tbar > ul li .unaccredit.disabled:hover b {
                background-position: 0 -49px;
            }

            .si-tbar > ul li .unaccredit:hover b {
                background-position: -24px -49px;
            }

            .si-tbar > ul li .import input[type="file"] {
                position: absolute;
                left: 0;
                width: 86px;
                height: 25px;
                font-size: 20px \0;
                left: 2px \0;
                height: 27px \0;
                cursor: pointer;
                opacity: 0;
                filter: alpha(opacity=0);
            }

    .si-tbar .search input[type="text"] {
        height: 22px;
        height: 23px\0;
        line-height: 23px\0;
        border: 1px solid #b5b5b5;
        margin-right: 5px;
        vertical-align: bottom;
        text-indent: 22px;
        width: 190px;
        background: url("/Images/toolbar/search.png") no-repeat no-repeat;
        background-position: 2px 3px;
    }

    .si-tbar .adv {
        line-height: 24px \9;
        float: left;
    }

    .si-tbar .adv, .si-tbar .adved {
        padding-right: 8px;
        cursor: pointer;
        margin-left: 15px;
        position: relative;
        font-weight: bold;
    }

        .si-tbar .adved b {
            position: absolute;
            left: -14px;
            top: -3px;
            top: -4px\0;
            height: 39px;
            height: 38px\9;
            height: 39px\0;
            border: 1px solid #ccc;
            border-bottom-color: #fff;
            width: 85px;
            z-index: 14;
        }

        .si-tbar .adv:hover {
            text-decoration: underline;
        }

        .si-tbar .adv i {
            border-color: #333 #fff #fff;
            border-style: solid;
            border-width: 4px;
            display: block;
            height: 0;
            position: absolute;
            right: -3px;
            top: 11px;
            top: 10px\0;
            width: 0;
        }

        .si-tbar .adved i {
            border-color: #fff #fff #333;
            border-width: 5px\0;
            top: 7px;
            top: 5px\0;
        }

.adv-search {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.center .si-tbar {
    border-top: 1px solid #ccc;
}

.tab-box-item .si-tbar {
    border-bottom: none;
}

.center .si-tbar ul {
    text-align: center;
}

    .center .si-tbar ul li, .align-right .si-tbar ul li {
        float: none;
        display: inline;
    }

.align-right .si-tbar ul {
    text-align: right;
}

.si-tbar .barcodes {
    line-height: 24px;
    padding-left: 5px;
    width: 230px;
}

    .si-tbar .barcodes label {
        margin-right: 5px !important;
    }

        .si-tbar .barcodes label:after {
            content: ":";
            font-size: 16px;
        }

    .si-tbar .barcodes input[type="text"] {
        height: 22px;
        line-height: 22px;
        border: 1px solid #b5b5b5;
        text-indent: 3px;
        margin-right: 5px;
        vertical-align: bottom;
        width: 160px;
    }

.si-btn, .si-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    padding: 1px 13px;
    box-shadow: 0 1px 1px rgba(255,255,255,.5) inset;
    border: 1px solid rgba(0,0,0,.15);
    border: 1px solid #c2c2c2 \0;
    background: none repeat scroll 0 0 rgba(0,0,0,.05);
    background: #f3f3f3 \0;
}

:root .si-btn, :root .si-button {
    line-height: 25px;\9
}

.si-btn:hover, .si-button:hover {
    box-shadow: 0 1px 1px rgba(255,255,255,.1) inset,0 0 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.1) inset,0 0 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,.1) inset,0 0 1px rgba(0,0,0,.2);
    opacity: .9;
}

.si-btn:active, .si-button:active {
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.1) inset;
    opacity: .7;
}

.si-btn.disabled, .si-button.disabled {
    background: none transparent;
    color: buttonshadow;
    cursor: default;
    text-shadow: 0 1px 1px rgba(0,0,0,0);
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,0);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,0);
}

button.si-btn, button.si-button {
    padding: 0 10px;
    height: 26px;
    line-height: 21px;
    padding: 0 14px 2px \0;
    height: 27px \0;
    line-height: 27px \0;
    *position: relative;
    *top: 4px;
    *padding: 0 9px 2px;
    *margin-left: 5px;
}

:root button.si-btn, :root button.si-button {
    padding: 0 13px 2px\9;
    line-height: 26px\9;
    height: 26px;\9
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    button.si-btn {
        line-height: 24px;
        padding: 0 15px 2px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    button.si-button {
        line-height: 24px;
        padding: 0 15px 2px;
    }
}

.si-btn.blue, .si-button.blue {
    background: #6b89d5;
    box-shadow: 0 0 1px rgba(255,255,255,.5) inset;
    color: #fff;
}

    .si-btn.blue.disabled, .si-button.blue.disabled {
        background: #90aef8;
    }

.si-btn.violet, .si-button.violet {
    background: #6c89d5;
    box-shadow: 0 0 1px rgba(255,255,255,.5) inset;
    color: #fff;
}

.si-sidebar {
    margin-left: 5px;
    margin-top: -25px;
    position: absolute;
    right: 0;
}

.si-btn.disabled b {
    opacity: .6;
    filter: alpha(opacity=60);
}

.si-sidebar li {
    float: left;
    margin-right: 10px;
}

    .si-sidebar li a {
        cursor: pointer;
    }

.setting-bar {
    line-height: 24px;
    padding-left: 12px;
}

    .setting-bar .page-size {
        height: 22px;
        line-height: 22px;
        padding: 0;
        border: 1px solid #b5b5b5;
        text-indent: 3px;
        margin-right: 5px;
    }

.solid {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(255,255,255,.5) inset;
}

    .solid:hover {
        box-shadow: 0 1px 1px rgba(255,255,255,.5) inset,0 0 2px rgba(0,0,0,.2);
        opacity: .9;
    }

    .solid:active {
        box-shadow: 0 0 6px 0 rgba(0,0,0,.4) inset;
        opacity: 1;
        color: rgba(255,255,255,.5);
    }

.si-tbar .adv-search {
    background: #fff;
    width: 100%;
}

    .si-tbar .adv-search .si-form {
    }

.si-wind .si-tbar.form-list {
    margin: 0;
    padding: 0;
    border-top: none;
}

    .si-wind .si-tbar.form-list .si-btn {
        background: none repeat scroll 0 0 rgba(0,0,0,.05);
        background: #f3f3f3 \0;
    }

.validatebox-invalid input {
    background-color: #fff3f3 !important;
    border: 1px solid #e80c4d !important;
}

.validatebox-tip {
    position: relative;
    height: auto;
    right: -14px;
    float: left;
    top: 0;
    width: auto !important;
    word-break: break-all;
    font-size: .9em;
    z-index: 990;
}

    .validatebox-tip.text {
        float: none;
        line-height: 28px;
        z-index: 99;
    }

.product-login .validatebox-tip.arrow-left {
    left: 211px;
    right: -211px !important;
}

.get-password-wrapper .validatebox-tip.arrow-left {
    left: 128px;
}

.register .validatebox-tip.arrow-left {
    left: 283px;
    right: -283px !important;
}

.login-wrapper .field .field-inner, .register .field .field-inner {
    position: static;
}

.validatebox-tip.box {
    position: absolute;
}

.validatebox-tip.text {
    display: inline-block;
    left: 0;
    color: #9a2424;
    vertical-align: middle;
}

.validatebox-tip .tip-content {
    display: inline-block;
    line-height: 32px;
    padding-left: 5px;
    text-indent: 0;
    top: 0;
    vertical-align: top;
}

.validatebox-tip.box .tip-content {
    background-color: #efefef;
    border: 1px solid #b2b2b2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px #b2b2b2;
    float: right;
    width: auto;
    padding-right: 5px;
    background-image: -moz-linear-gradient(left,#fff,#ece7d9);
}

.register .validatebox-tip.box .tip-content {
    float: none;
}

.register .validatebox-tip.text .tip-content {
    width: 300px;
}

.validatebox-tip .tip-content .error-icon {
    background: url("/Images/validate/error-icon.png") no-repeat scroll 0 0 rgba(0,0,0,0);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 4px;
    left: -4px;
}

.validatebox-tip .tip-header {
    display: block;
}

    .validatebox-tip .tip-header b {
        background: url("/Images/validate/arrow-left.png") no-repeat scroll center center transparent;
        display: inline-block;
        position: absolute;
        left: -6px;
        top: 5px;
        height: 14px;
        width: 7px;
        z-index: 992;
    }

.validatebox-tip.text .tip-header {
    display: none;
}

.validatebox-tip.arrow-down {
    top: -29px;
}

    .validatebox-tip.arrow-down .tip-header b {
        width: 14px;
        height: 7px;
        left: 7px;
        margin-top: -1px;
        top: 100%;
        background: url("/Images/validate/arrow-down.png") no-repeat scroll center center transparent;
    }

    .validatebox-tip.arrow-down .tip-content {
        padding: 0 7px;
        float: left;
        width: 100%;
    }
     
 .yunmao_box
{
    width: 560px;
    height: 380px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    /*background: rgb(000,000,000) url(/MerchantCenter/PublicResources/images/yunmao.jpg) no-repeat fixed left bottom;*/
    /*background-image: url('../images/yunmao.jpg');*/
}
 .tianji_box
{
    width: 670px;
    height: 760px;
    position: absolute;
    z-index: 2;
    background-color: #C0C0C0;
    top: 0px;
    right: 0px; /* background: rgb(000,000,000) url(/MerchantCenter/PublicResources/images/yunmao.jpg) no-repeat fixed left bottom;*/
    background: rgb(000,000,000) url(/MerchantCenter/PublicResources/images/tianji.jpg) repeat-x fixed right top; /*background-image: url('/MerchantCenter/PublicResources/images/tianji.jpg');*/
    padding-right: -40px;
}