.mb15 {
    margin-bottom: 15px;
}

.refresh-row {
    position: relative;
    height: 20px;
}

    .refresh-row .refresh {
        position: absolute;
        top: 7px;
        right: 0;
        padding-left: 20px;
        width: 54px;
        background: url("/cn/source/img/buy/size_helper_icon.png") 0 0 no-repeat;
        background-size: 14px;
        color: #143c7c;
        cursor: pointer;
        font-size: 12px;
    }

        .refresh-row .refresh:hover {
            color: #5097ff;
        }

.buy-shopping-searchBar {
    width: 1000px;
    margin: 20px auto;
}

    .buy-shopping-searchBar span a {
        padding: 0 10px;
        color: #e83820;
    }

    .buy-shopping-searchBar input {
        width: 652px;
        height: 40px;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #e83820;
        border-right: 0;
        line-height: 40px;
        padding: 0 5px;
        margin-top: -3px;
    }

        .buy-shopping-searchBar input::-webkit-input-placeholder {
            text-align: center;
        }

    .buy-shopping-searchBar button {
        width: 48px;
        height: 40px;
        border: 0;
        cursor: pointer;
        text-indent: -9000em;
        background: url("/cn/source/img/buy/selfservice/icon_search.png") center #e83820 no-repeat;
    }

.collect-wrap-dialog {
    padding-left: 120px;
    background: url("/cn/source/img/goodsdetail/collect_icon.png") 70px center no-repeat;
}

    .collect-wrap-dialog p:nth-child(1) {
        font-weight: bold;
        color: #333;
    }

    .collect-wrap-dialog a {
        color: #4880c4;
    }

.m-buy {
    background: url("/cn/source/img/buy/buy_bg.png") -22px top repeat-x;
    overflow: hidden;
}

    .m-buy a {
        cursor: pointer;
    }

.orion-prompt .title {
    font-size: 12px;
    color: #333;
}

.orion-prompt .orion-prompt-inner {
    max-width: 320px;
}

.redirect-order {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

    .redirect-order .link:hover {
        cursor: pointer;
        color: #5097ff;
    }

.buy-wrap {
    width: 1200px;
    margin: 20px auto 0 auto;
    background: #fff;
    padding: 31px 0 45px 0;
    position: relative;
}

.buy-googleTip {
    width: 500px;
    height: 36px;
    background: #71abff;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -250px;
    color: #fff;
    line-height: 36px;
    text-indent: 16px;
}

    .buy-googleTip button {
        width: 26px;
        height: 26px;
        background: transparent;
        border: 0;
        box-sizing: border-box;
        text-align: center;
        line-height: 26px;
        color: #fff;
        font-size: 18px;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        font-family: simsun;
        text-indent: 0;
    }

        .buy-googleTip button:focus {
            outline: 0;
        }

.buy-main {
    width: 100%;
    float: left;
    position: relative;
}
/* 閸熷棗鎼ч崶鍓у妫板嫯顫� */
.buy-preview {
    width: 384px;
    float: left;
    margin-left: 30px;
}

    .buy-preview .preview-window {
        width: 382px;
        height: 382px;
        border: 1px solid #eee;
        background: center no-repeat;
        background-size: contain;
        position: relative;
    }

    .buy-preview .preview-list ul {
        width: 400px;
    }

        .buy-preview .preview-list ul li {
            width: 62px;
            height: 62px;
            float: left;
            margin: 16px 16px 0 0;
            border: 1px solid #eee;
            background: center no-repeat;
            background-size: contain;
            cursor: pointer;
        }

            .buy-preview .preview-list ul li:hover {
                border-color: #ccc;
            }

            .buy-preview .preview-list ul li i {
                display: none;
                width: 0;
                height: 0;
                overflow: hidden;
                border: 8px solid transparent;
                border-bottom-color: #143c7c;
                position: absolute;
                top: -15px;
                left: 23px;
            }

            .buy-preview .preview-list ul li.active {
                cursor: default;
                border-color: #143c7c;
                box-shadow: inset 0 0 0 1px #143c7c;
                position: relative;
            }

                .buy-preview .preview-list ul li.active i {
                    display: block;
                }

    .buy-preview .preview-userEdit {
        text-align: center;
    }

        .buy-preview .preview-userEdit .preview-tips-top {
            color: #999;
            font-size: 14px;
            line-height: 30px;
        }

            .buy-preview .preview-userEdit .preview-tips-top img {
                margin-top: 50px;
            }

            .buy-preview .preview-userEdit .preview-tips-top em {
                color: #e83820;
            }

            .buy-preview .preview-userEdit .preview-tips-top p {
                padding: 0 60px;
            }

        .buy-preview .preview-userEdit .preview-tips-bottom {
            position: absolute;
            bottom: 40px;
            width: 100%;
        }

            .buy-preview .preview-userEdit .preview-tips-bottom span {
                display: inline-block;
                font-size: 18px;
                line-height: 30px;
                margin-bottom: 12px;
                color: #333;
                background: rgba(255, 255, 255, 0.7);
                padding: 0 60px;
            }

            .buy-preview .preview-userEdit .preview-tips-bottom p input {
                width: 71%;
                height: 32px;
                border: 1px solid #eee;
                border-right: 0;
                background: #f6f4f7;
                padding: 0 10px;
                box-sizing: border-box;
            }

            .buy-preview .preview-userEdit .preview-tips-bottom p a {
                display: inline-block;
                width: 17%;
                height: 32px;
                line-height: 32px;
                text-align: center;
                color: #fff;
                background: #ffaa00;
                vertical-align: bottom;
                text-decoration: none;
                cursor: pointer;
            }

    .buy-preview .preview-toolbar {
        margin-top: 22px;
        height: 65px;
    }

        .buy-preview .preview-toolbar li {
            float: right;
            margin-left: 26px;
        }

            .buy-preview .preview-toolbar li i {
                display: inline-block;
                width: 24px;
                height: 24px;
                vertical-align: middle;
                background: url("/cn/source/img/buy/icon_props.png") 0 0 no-repeat;
            }

            .buy-preview .preview-toolbar li span {
                display: inline-block;
                line-height: 24px;
                color: #666;
                vertical-align: middle;
                margin-left: 3px;
            }

        .buy-preview .preview-toolbar .preview-share {
            position: relative;
            padding-right: 7px;
        }

            .buy-preview .preview-toolbar .preview-share i {
                background-position: 0 -60px;
                cursor: pointer;
            }

            .buy-preview .preview-toolbar .preview-share nav {
                visibility: hidden;
                width: 116px;
                height: 22px;
                background: #fff;
                border: 1px solid #e2e2e2;
                border-radius: 2px;
                position: absolute;
                top: 34px;
                right: 0;
                text-align: center;
                padding: 5px 0;
            }

                .buy-preview .preview-toolbar .preview-share nav span {
                    position: absolute;
                    width: 0;
                    height: 0;
                    z-index: 1;
                    border: 7px solid transparent;
                    border-bottom-color: #d1d1d1;
                    right: 8px;
                    top: -14px;
                }

                    .buy-preview .preview-toolbar .preview-share nav span:nth-of-type(2) {
                        border-width: 6px;
                        border-bottom-color: #fff;
                        right: 9px;
                        top: -12px;
                    }

            .buy-preview .preview-toolbar .preview-share a {
                display: inline-block;
                width: 22px;
                height: 22px;
                cursor: pointer;
                background: #333;
                margin: 0 2px;
                background: url("/cn/source/img/buy/icon_share.png") 0 0 no-repeat;
                /* 鏉╂瑤绔寸悰灞炬Ц闁插秶鐤嗛惂鎯у閸掑棔闊╅惃鍕壉瀵拷 */
                float: none;
                padding: 0;
                line-height: 22px;
            }

                .buy-preview .preview-toolbar .preview-share a:nth-of-type(1) {
                    background-position: 0 0;
                }

                .buy-preview .preview-toolbar .preview-share a:nth-of-type(2) {
                    background-position: 0 -30px;
                }

                .buy-preview .preview-toolbar .preview-share a:nth-of-type(3) {
                    background-position: 0 -60px;
                }

                .buy-preview .preview-toolbar .preview-share a:nth-of-type(4) {
                    background-position: 0 -90px;
                }

            .buy-preview .preview-toolbar .preview-share .preview-share-mask {
                width: 0;
                height: 0;
                position: absolute;
                top: 0;
                right: 0;
            }

            .buy-preview .preview-toolbar .preview-share.active nav {
                visibility: visible;
            }

            .buy-preview .preview-toolbar .preview-share.active i {
                background-position: -30px -60px;
            }

        .buy-preview .preview-toolbar .preview-like {
            cursor: pointer;
        }

            .buy-preview .preview-toolbar .preview-like i {
                background-position: 0 -30px;
                cursor: pointer;
            }

            .buy-preview .preview-toolbar .preview-like.active i {
                background-position-x: -30px;
            }

            .buy-preview .preview-toolbar .preview-like.active span {
                color: #f55;
            }

        .buy-preview .preview-toolbar.disabled .preview-share a:nth-of-type(1) {
            background-position: -30px 0;
        }

        .buy-preview .preview-toolbar.disabled .preview-share a:nth-of-type(2) {
            background-position: -30px -30px;
        }

        .buy-preview .preview-toolbar.disabled .preview-share a:nth-of-type(3) {
            background-position: -30px -60px;
        }

        .buy-preview .preview-toolbar.disabled .preview-share a:nth-of-type(4) {
            background-position: -30px -90px;
        }

        .buy-preview .preview-toolbar.disabled .preview-share .preview-share-mask {
            width: 100%;
            height: 100%;
        }

        .buy-preview .preview-toolbar.disabled .preview-like i {
            cursor: default;
        }

.buy-info {
 
    margin-left: 1px;
    color: #666;
}

    .buy-info .active-store {
        float: right;
        background-color: #f3383f;
        color: #fff;
        padding: 0 14px;
        margin-top: -15px;
        margin-right: -14px;
    }

        .buy-info .active-store .active-store_amount {
            font-size: 18px;
            font-weight: bold;
            margin-right: 4px;
        }

        .buy-info .active-store .active-store_label {
            font-size: 16px;
        }

    .buy-info .before-u-buy {
        display: inline-block;
        font-size: 12px;
        color: #f3383f;
        font-weight: bolder;
        margin-left: 10px;
        cursor: pointer;
        vertical-align: top;
        padding-top: 2px;
    }

    .buy-info .goods-title {
        font-size: 24px;
        line-height: 24px;
        color: #333;
        margin-top: -3px;
        word-break: normal;
    }

    .buy-info .goods-url {
        cursor: pointer;
        line-height: 20px;
        color: #5097ff;
    }

        .buy-info .goods-url:hover {
            text-decoration: underline;
        }

    .buy-info .goods-title-input {
        font-size: 16px;
        color: #333;
        height: 32px;
        border: 1px solid #eee;
        line-height: 32px;
        width: 100%;
        text-indent: 4px;
        box-sizing: border-box;
    }

    .buy-info .double11-flag {
        width: 506px;
        height: 30px;
        margin-top: 14px;
    }

    .buy-info .double11-flag-cn {
        background: url("/cn/source/img/buy/double11_cn.png") no-repeat center;
    }

    .buy-info .double11-flag-en {
        background: url("/cn/source/img/buy/double11_en.png") no-repeat center;
    }

    .buy-info .goods-price {
        padding: 15px 15px 10px 15px;
    }

        .buy-info .goods-price em.qem {
            display: inline-block;
            vertical-align: top;
            margin-left: 4px;
            width: 16px;
            height: 20px;
            background: url(/cn/source/img//buy/icon_help_gray.png) center no-repeat;
        }

        .buy-info .goods-price p.qem {
            display: inline-block;
            font-size: 12px;
            color: #666666;
        }

        .buy-info .goods-price .appr {
            float: left;
            line-height: 38px;
            margin-right: 2px;
            color: #e83820;
            font-size: 14px;
        }

        .buy-info .goods-price.active .goods-txt, .buy-info .goods-price.active .goods-edit, .buy-info .goods-price.active .popBox-help {
            display: none;
        }

        .buy-info .goods-price.active input, .buy-info .goods-price.active input:active {
            display: block; /*width: 200px; border-color: @red; box-shadow: 0 0 5px @red; outline: none;*/
        }

        .buy-info .goods-price.active .goods-reasons, .buy-info .goods-price.active .goods-edit-tip {
            display: block;
        }

        .buy-info .goods-price.active.notUserPrice .goods-edit-label {
            display: block;
        }

        .buy-info .goods-price.active.notUserPrice input {
            border-color: #e83820;
        }

        .buy-info .goods-price.brokenPrice .goods-txt, .buy-info .goods-price.brokenPrice .goods-edit {
            display: none;
        }

        .buy-info .goods-price.brokenPrice .goods-require, .buy-info .goods-price.brokenPrice input, .buy-info .goods-price.brokenPrice input:active {
            display: block; /*width: 200px; border-color: @red; box-shadow: 0 0 5px @red; outline: none;*/
        }

        .buy-info .goods-price.brokenPrice .popBox {
            margin-top: 7px;
        }

        .buy-info .goods-price.hasExclusive .goods-rmb, .buy-info .goods-price.hasExclusive .goods-txt, .buy-info .goods-price.hasExclusive .goods-price-tool input {
            color: #666;
        }

        .buy-info .goods-price.hasPromotion .goods-edit, .buy-info .goods-price.hasPromotion .popBox-help {
            display: none;
        }

        .buy-info .goods-price.availableForeignCurrency input {
            padding-left: 48px;
            margin-left: -48px;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            color: #999;
            width: 140px;
            margin-top: 3px;
        }

        .buy-info .goods-price.availableForeignCurrency.active .goods-txt, .buy-info .goods-price.availableForeignCurrency.brokenPrice .goods-txt {
            display: block;
        }

        .buy-info .goods-price.availableForeignCurrency.active .foreign-currency span, .buy-info .goods-price.availableForeignCurrency.brokenPrice .foreign-currency span {
            display: none;
        }

    .buy-info .goods-original {
        font-size: 12px;
        color: #999;
        line-height: 22px;
    }

        .buy-info .goods-original span {
            display: inline-block;
            width: 60px;
        }

        .buy-info .goods-original i {
            text-decoration: line-through;
        }

    .buy-info .goods-price-tool {
        /*background: #ccc;*/
    }

        .buy-info .goods-price-tool .goods-require {
            float: left;
            font-size: 22px;
            color: #e83820;
            height: 38px;
            line-height: 38px;
            width: 20px;
            display: none;
        }

        .buy-info .goods-price-tool .goods-rmb {
            float: left;
            font-style: normal;
            color: #e83820;
            font-size: 25px;
            font-weight: bold;
            height: 38px;
            line-height: 38px;
            position: relative;
            z-index: 2;
            white-space: nowrap;
        }

        .buy-info .goods-price-tool .goods-txt {
            font-size: 25px;
            font-weight: bold;
            color: #e83820;
            display: inline-block;
            line-height: 38px;
        }

        .buy-info .goods-price-tool .goods-edit {
            float: left;
            font-size: 14px;
            line-height: 23px;
            margin-top: 3px;
            margin-left: 10px;
            color: #fe4255;
            border: 1px solid #fe4255;
            border-radius: 2px;
            padding: 0 10px;
        }

            .buy-info .goods-price-tool .goods-edit:hover {
                cursor: pointer;
                text-decoration: underline;
            }

        .buy-info .goods-price-tool input {
            display: none;
            float: left;
            width: 160px;
            height: 38px;
            border: 1px solid #ddd;
            line-height: 38px;
            box-sizing: border-box;
            padding: 0 4px 0 55px;
            margin-left: -55px;
            font-size: 25px;
            color: #e83820;
            background: #fff;
            outline: 0;
        }

            .buy-info .goods-price-tool input.warn {
                -ms-animation: border-blink 0.4s linear forwards;
                animation: border-blink 0.4s linear forwards;
            }

        .buy-info .goods-price-tool .popBox-help {
            float: left;
            margin-top: 8px;
        }

        .buy-info .goods-price-tool .goods-promotion-price {
            float: left;
            color: #e83820;
            margin-right: 10px;
            vertical-align: bottom;
            height: 34px;
            line-height: 34px;
            padding-top: 4px;
        }

    .buy-info .goods-edit-label {
        display: none;
        color: #e83820;
        float: left;
        font-size: 12px;
        line-height: 24px;
        margin-top: 8px;
        margin-left: 10px;
        padding-left: 20px;
        background: url("/cn/source/img/buy/icon_tip_warn.png") 4px 5px no-repeat;
    }

    .buy-info .goods-edit-tip {
        line-height: 20px;
        margin-top: 5px;
        color: #e83820;
        display: none;
        font-size: 12px;
    }

    .buy-info .goods-reasons {
        display: none;
        margin-top: 10px;
        margin-bottom: 5px;
        background: #fff;
        border: 1px solid #f1f1f1;
        border-radius: 2px;
        color: #333;
        position: relative;
    }

        .buy-info .goods-reasons li, .buy-info .goods-reasons button {
            display: block;
            float: left;
            height: 32px;
            line-height: 32px;
            border: 1px solid #f7f7f7;
            padding: 0 16px;
            margin: 14px 10px 0 0;
            color: #666;
            cursor: pointer;
            box-sizing: border-box;
            text-decoration: none;
            background: #fff;
        }

            .buy-info .goods-reasons li:hover, .buy-info .goods-reasons button:hover {
                border-color: #ccc;
            }

            .buy-info .goods-reasons li.active, .buy-info .goods-reasons button.active {
                border: 2px solid #143c7c;
                padding: 0 15px;
                line-height: 30px;
                cursor: default;
            }

        .buy-info .goods-reasons button {
            border-radius: 2px;
        }

        .buy-info .goods-reasons .confirm-button {
            background: #143c7c;
            border-color: #143c7c !important;
            color: #fff;
        }

            .buy-info .goods-reasons .confirm-button:disabled {
                color: #999;
                background: #f7f7f7;
                border-color: #f7f7f7 !important;
                cursor: not-allowed;
            }

        .buy-info .goods-reasons .goods-reasons-arrowUp {
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom-color: #fff;
            position: absolute;
            top: -16px;
            left: 35px;
        }

        .buy-info .goods-reasons .goods-reasons-main {
            padding: 10px 0 15px 13px;
            border: 1px solid transparent;
        }

            .buy-info .goods-reasons .goods-reasons-main p {
                margin-bottom: -5px;
                line-height: 24px;
            }

            .buy-info .goods-reasons .goods-reasons-main i {
                display: none;
                color: #e83820;
                font-size: 12px;
                padding-left: 20px;
                background: url("/cn/source/img/buy/icon_tip_warn.png") 4px 5px no-repeat;
            }

            .buy-info .goods-reasons .goods-reasons-main.warn {
                -ms-animation: border-blink 0.4s linear forwards;
                animation: border-blink 0.4s linear forwards;
            }

            .buy-info .goods-reasons .goods-reasons-main.warn2 {
                border-color: red;
            }

                .buy-info .goods-reasons .goods-reasons-main.warn2 i {
                    display: inline-block;
                }

        .buy-info .goods-reasons .goods-reasons-bottom {
            border-top: 1px dashed #e2e2e2;
            padding: 0 13px 13px 13px;
            position: relative;
        }

            .buy-info .goods-reasons .goods-reasons-bottom em {
                color: #e83820;
                width: 13px;
                text-align: center;
                line-height: 32px;
                position: absolute;
                top: 15px;
                left: 0;
                display: none;
            }

            .buy-info .goods-reasons .goods-reasons-bottom textarea {
                display: block;
                outline: 0;
                padding: 6px 15px;
                width: 100%;
                box-sizing: border-box;
                margin-top: 15px;
                border: 1px solid #ddd;
                background: #f6f4f7;
                border-radius: 2px;
                resize: vertical;
                height: 32px;
                line-height: 18px;
            }

            .buy-info .goods-reasons .goods-reasons-bottom button {
                outline: 0;
            }

            .buy-info .goods-reasons .goods-reasons-bottom.warn textarea {
                -ms-animation: border-blink 0.4s linear forwards;
                animation: border-blink 0.4s linear forwards;
            }

            .buy-info .goods-reasons .goods-reasons-bottom i {
                display: none;
                font-size: 12px;
                float: right;
                color: #e83820;
                text-align: right;
                height: 24px;
                line-height: 24px;
                margin-bottom: -24px;
                padding-left: 20px;
                background: url("/cn/source/img/buy/icon_tip_warn.png") 4px 5px no-repeat;
            }

            .buy-info .goods-reasons .goods-reasons-bottom.warn2 i {
                display: block;
            }

            .buy-info .goods-reasons .goods-reasons-bottom.warn2 textarea {
                border-color: red;
            }

            .buy-info .goods-reasons .goods-reasons-bottom.require em {
                display: block;
            }

    .buy-info .goods-reasons-cross {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #aaa;
        font: 16px/20px simsun;
        cursor: pointer;
    }

        .buy-info .goods-reasons-cross:hover {
            color: #444;
        }

    .buy-info .goods-exclusive {
        margin-left: 5px;
        margin-top: 6px;
        line-height: 24px;
    }

        .buy-info .goods-exclusive > * {
            float: left;
        }

        .buy-info .goods-exclusive p {
            background: #e83820;
            margin-left: 14px;
            padding: 0 5px 0 8px;
            border-radius: 0 2px 2px 0;
            color: #fff;
            height: 24px;
            line-height: 24px;
            vertical-align: middle;
        }

        .buy-info .goods-exclusive i {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-left: -22px;
            background: url("/cn/source/img/buy/icon_exclusive.png") no-repeat;
        }

        .buy-info .goods-exclusive em {
            color: #e83820;
            margin-left: 8px;
        }

        .buy-info .goods-exclusive strong {
            color: #e83820;
            font-size: 18px;
            font-weight: bold;
        }

        .buy-info .goods-exclusive span {
            color: #999;
            margin-left: 5px; /*width: 100%;  margin-left: 2px;  margin-top: 5px;*/
        }

    .buy-info .goods-reasons-tip {
        color: #999;
        line-height: 24px;
    }

    .buy-info .goods-options .foreign-currency {
        margin-left: 0;
        line-height: 32px;
        min-width: 76px;
        margin-right: 3px;
        color: #e83820;
    }

    .buy-info .goods-options-row {
        margin-top: 6px;
        line-height: 32px;
        min-height: 47px;
    }

        .buy-info .goods-options-row:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .buy-info .goods-options-shop {
        margin-bottom: -14px;
        display: flex;
        justify-content: space-between;
        min-height: 30px;
        font-size: 12px;
        padding: 10px 20px;
        border: 1px solid #f3383f;
        background-color: #f6e9dc;
    }

        .buy-info .goods-options-shop .left-content .discount-title {
            color: #f3383f;
        }

        .buy-info .goods-options-shop .left-content .discount-link {
            font-size: 12px;
            margin-left: 10px;
        }

        .buy-info .goods-options-shop .left-content .no-margin {
            margin-left: 0;
        }

        .buy-info .goods-options-shop .left-content.en {
            padding-top: 10px;
            font-weight: bold;
        }

        .buy-info .goods-options-shop .right-content {
            color: #f3383f;
            font-size: 12px;
            padding-top: 9px;
            margin-left: auto;
            font-weight: bold;
        }

        .buy-info .goods-options-shop .fs-20 {
            color: #f3383f;
            font-size: 20px;
        }

    .buy-info .goods-options-label {
        min-width: 65px;
        max-width: 100%;
        padding-right: 8px;
        min-height: 32px;
        line-height: 32px;
        color: #000000;
        font-weight: 1200;
    }

    .buy-info .goods-options-content {
        /*overflow: hidden;*/
        min-height: 32px;
        line-height: 32px;
    }

        .buy-info .goods-options-content.error input {
            outline-color: #e83820;
        }

        .buy-info .goods-options-content.error .goods-count-error {
            display: inline-block;
        }

        .buy-info .goods-options-content.goods-alert a {
            float: none;
        }

        .buy-info .goods-options-content .size_helper_entrance {
            margin-bottom: 10px;
        }

            .buy-info .goods-options-content .size_helper_entrance i.size-icon {
                display: inline-block;
                vertical-align: middle;
                width: 16px;
                height: 16px;
                background: url("/cn/source/img/buy/size_helper_icon.png") 0 0 no-repeat;
                background-size: 100% 100%;
                margin-right: 10px;
            }

            .buy-info .goods-options-content .size_helper_entrance a {
                display: inline-block;
                vertical-align: middle;
                color: #1268bb;
            }

    .buy-info .goods-options-freight {
        padding: 0 0 6px 0;
    }

        .buy-info .goods-options-freight .goods-options-content {
            padding-top: 11px;
        }

            .buy-info .goods-options-freight .goods-options-content input.goods-freight {
                font-size: 12px;
            }

            .buy-info .goods-options-freight .goods-options-content span.goods-options-warehouse {
                color: #666;
            }

            .buy-info .goods-options-freight .goods-options-content span, .buy-info .goods-options-freight .goods-options-content em {
                font-weight: bolder;
                font-size: 16px;
            }

            .buy-info .goods-options-freight .goods-options-content span {
                color: #333;
            }

            .buy-info .goods-options-freight .goods-options-content.en em.goods-freight-rmb {
                width: 40px;
            }

            .buy-info .goods-options-freight .goods-options-content.en input.en.goods-freight {
                margin-left: -42px;
                padding: 0 4px 0 40px;
                width: 30px;
            }

        .buy-info .goods-options-freight .goods-options-label {
            padding-top: 11px;
            font-size: 16px;
            color: #333;
            font-weight: bolder;
        }

            .buy-info .goods-options-freight .goods-options-label.en {
                min-width: 174px;
                max-width: 250px;
                padding-right: 5px;
            }

        .buy-info .goods-options-freight a {
            color: #5097ff;
        }

    .buy-info .goods-freight {
        width: 676px;
        height: 38px;
        border: 1px solid #eee;
        line-height: 30px;
        padding: 0 4px 0 48px;
        margin-left: -64px;
        color: #999;
        background: #f6f4f7;
    }

    .buy-info .goods-freight-rmb {
        color: #999;
        display: inline-block;
        width: 64px;
        height: 38px;
        line-height: 38px;
        position: relative;
        z-index: 2;
        text-align: center;
        text-indent: 2px;
    }

    .buy-info .goods-options-delivery .goods-options-content em {
        color: #143c7c;
        display: inline-block;
        margin: 0 3px;
        font-weight: bold;
    }

    .buy-info .goods-options-delivery .goods-options-content div {
        display: inline-block;
        margin-left: 7px;
        position: relative;
    }

        .buy-info .goods-options-delivery .goods-options-content div .popBox {
            display: none;
            top: 28px;
            left: -185px;
            position: absolute;
            width: 370px;
            height: 211px;
            background: url("/cn/source/img/buy/pic_delivery01.png") center no-repeat;
            padding: 0;
        }

        .buy-info .goods-options-delivery .goods-options-content div:hover .popBox {
            display: block;
        }

    .buy-info .goods-options-delivery .goods-options-content span {
        color: #5097ff;
        cursor: default;
    }

    .buy-info .goods-options-delivery .goods-options-content i {
        display: inline-block;
        font: 14px/22px simsun;
        vertical-align: -6px;
    }

    .buy-info .goods-options-tags {
        position: relative;
    }

        .buy-info .goods-options-tags::before, .buy-info .goods-options-tags::after {
            display: table;
            content: " ";
        }

        .buy-info .goods-options-tags::after {
            clear: both;
        }

        .buy-info .goods-options-tags li {
            display: inline-block;
            margin: 0 5px 7px 0;
            padding: 3px 5px;
            border: 1px solid #eee;
            box-sizing: border-box;
            cursor: pointer;
            overflow: hidden;
            border-radius: 5px;
        }

b .buy-info .goods-options-tags li:hover {
    border-color: #ccc;
}

.buy-info .goods-options-tags li.active {
    cursor: default;
    border: 2px solid #813ef1;
    padding: 3px 5px;
    text-decoration: none;
}

.buy-info .goods-options-tags li.disabled {
    cursor: default;
    background: #f9f9f9;
    color: #989898;
    border: 1px dashed #ccc;
    opacity: 0.6;
}

.buy-info .goods-options-tags li img {
    display: inline-block;
    height: 100%;
    width: auto;
    vertical-align: top;
    margin-left: 3px;
}

.buy-info .goods-options-tags li i {
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    line-height: 32px;
    margin: 0 5px 0 2px;
    vertical-align: top;
}

.buy-info .goods-sizes-border {
    display: none;
    border: 1px solid #e83820;
    border-radius: 2px;
    box-shadow: 0 0 5px #e83820;
    position: absolute;
    padding: 0 5px 5px 15px;
    margin: -7px 0 0 -15px;
}

    .buy-info .goods-sizes-border.show {
        display: block;
    }

.buy-info .goods-count {
    float: left;
    height: 30px;
    padding: 0 4px;
    width: 52px;
    border: 1px solid #eee;
    line-height: 30px;
    text-align: center;
}

.buy-info .goods-options-text {
    display: block;
    border: 1px solid #eee;
    resize: vertical;
    padding: 5px 4px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    min-height: 120px;
    width: 100%;
}

.buy-info .goods-options-charLimit {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.buy-info .goods-option-desc {
    font-size: 12px;
    line-height: 15px;
    color: #999;
}

    .buy-info .goods-option-desc a {
        color: #5097ff;
    }

.buy-info .goods-count-btns {
    width: 24px;
    margin-left: 10px;
    float: left;
}

    .buy-info .goods-count-btns i {
        display: block;
        width: 22px;
        height: 13px;
        border: 1px solid #eee;
        cursor: pointer;
        text-align: center;
        line-height: 13px;
        text-indent: -200em;
        overflow: hidden;
        background: center -5px no-repeat;
    }

        .buy-info .goods-count-btns i:hover {
            border-color: #ccc;
        }

        .buy-info .goods-count-btns i:active {
            border-color: #999;
            -webkit-user-select: none;
        }

        .buy-info .goods-count-btns i.disabled {
            border-color: #eee !important;
            cursor: default;
            opacity: 0.5;
        }

.buy-info .goods-count-add {
    background-image: url("../Images/icon_arrow_up.png") !important;
}

.buy-info .goods-count-reduce {
    background-image: url("../images/icon_arrow_down.png") !important;
    margin-top: 2px;
}

.buy-info .goods-commit {
    margin: 10px 0 16px 0px;
}

    .buy-info .goods-commit button {
        float: left;
        height: 46px;
        line-height: 46px;
        border: 1px solid #e83820;
        font-size: 18px;
        padding: 0 24px;
        cursor: pointer;
        border-radius: 2px;
        margin-right: 10px;
    }

    .buy-info .goods-commit input {
        float: left;
        height: 46px;
        line-height: 46px;
        border: 1px solid #e83820;
        font-size: 18px;
        padding: 0;
        cursor: pointer;
        border-radius: 2px;
        margin-right: 10px;
    }

    .buy-info .goods-commit .goods-icon-tag {
        margin: 20px 0 0 30px;
    }

        .buy-info .goods-commit .goods-icon-tag a {
            color: #5097ff;
        }

.buy-info .goods-count-min {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #ff6666;
}

.buy-info .goods-count-error {
    display: none;
    margin-top: 10px;
    line-height: 22px;
    font-size: 12px;
    background: #fff2f2;
    border: 1px solid #ff6666;
    padding: 0 4px;
    margin-left: 73px;
}

    .buy-info .goods-count-error img {
        vertical-align: -4px;
        margin-right: 4px;
    }

.buy-info .goods-buyNow {
    color: #e83820;
    background: #ffe6e9;
}

    .buy-info .goods-buyNow:disabled {
        background: #e2e2e2;
        border-color: #e2e2e2;
        color: #fff;
        cursor: not-allowed;
    }

.buy-info .goods-addToCart {
    color: #fff;
    background: #e83820;
}

    .buy-info .goods-addToCart:disabled {
        background: #999;
        border-color: #999;
        cursor: not-allowed;
    }

.buy-info .goods-icon-tag {
    display: inline-block;
    line-height: 20px;
    margin-right: 30px;
    margin-top: 6px;
    position: relative;
    cursor: default;
}

    .buy-info .goods-icon-tag i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
    }

        .buy-info .goods-icon-tag i img {
            width: 20px;
            height: 20px;
        }

    .buy-info .goods-icon-tag span, .buy-info .goods-icon-tag a {
        float: left;
        margin-left: 5px;
    }

    .buy-info .goods-icon-tag .popBox {
        display: none;
        width: 340px;
        top: 27px;
        left: 50%;
        margin-left: -170px;
    }

        .buy-info .goods-icon-tag .popBox:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 10px;
            top: -10px;
            left: 0;
        }

    .buy-info .goods-icon-tag:hover .popBox {
        display: block;
    }

.buy-info .goods-promotion {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px;
}

    .buy-info .goods-promotion i {
        display: inline-block;
        height: 20px;
        padding: 0 5px;
        border-radius: 2px;
        background: #e83820;
        color: #fff;
        margin-right: 5px;
    }

    .buy-info .goods-promotion span {
        color: #333;
    }

    .buy-info .goods-promotion.goods-rebates {
        margin-bottom: 10px;
    }

        .buy-info .goods-promotion.goods-rebates i {
            background: #e83820;
        }

        .buy-info .goods-promotion.goods-rebates span {
            color: #333;
        }

        .buy-info .goods-promotion.goods-rebates em {
            display: inline-block;
            vertical-align: top;
            margin-left: 4px;
            width: 16px;
            height: 20px;
            background: url("/cn/source/img//buy/icon_help_gray.png") center no-repeat;
        }

.buy-info .goods-options-warehouse {
    margin-left: 16px;
}

    .buy-info .goods-options-warehouse dd {
        line-height: 32px;
    }

    .buy-info .goods-options-warehouse i:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 5px;
        background: url("/cn/source/img//buy/icon_help_gray.png") center no-repeat;
        margin-top: 6px;
        vertical-align: top;
    }

    .buy-info .goods-options-warehouse em {
        color: #1268bb;
        margin: 0 0 0 10px;
        font-weight: bold;
    }

    .buy-info .goods-options-warehouse select {
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
        border: 1px dashed #1268bb;
        background: #e5f3fe;
        margin: 0 10px;
    }

        .buy-info .goods-options-warehouse select:focus {
            outline: 0;
        }

.buy-info .foreign-currency {
    float: left;
    color: #999;
    line-height: 38px;
    margin-left: 15px;
    z-index: 2;
    position: relative;
}

.buy-info .alibabaTips {
    width: 430px;
    float: left;
    padding: 6px 0 20px 0;
}

    .buy-info .alibabaTips dl {
        margin-bottom: 14px;
    }

.buy-info .size-helper-modal .mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.buy-info .size-helper-modal .size-content {
    width: 640px;
    position: fixed;
    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%);
    background: #fff;
    z-index: 1001;
}

    .buy-info .size-helper-modal .size-content .title {
        width: 100%;
        position: relative;
    }

        .buy-info .size-helper-modal .size-content .title h2 {
            height: 50px;
            line-height: 50px;
            width: 100%;
            text-align: center;
            color: #333333;
            font-size: 16px;
            font-weight: bolder;
        }

        .buy-info .size-helper-modal .size-content .title i {
            width: 20px;
            height: 20px;
            display: block;
            font-size: 20px;
            position: absolute;
            z-index: 1002;
            top: 10px;
            right: 10px;
            background: url("/cn/source/img//buy/icon_cross.png") 0 0 no-repeat;
            background-size: 100% 100%;
            cursor: pointer;
        }

    .buy-info .size-helper-modal .size-content .desc {
        text-align: center;
        font-size: 12px;
        color: #666666;
        padding: 0 15px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        word-break: normal;
        overflow: hidden;
    }

        .buy-info .size-helper-modal .size-content .desc.en {
            text-align: left;
        }

    .buy-info .size-helper-modal .size-content .size-table-wrap {
        width: 100%;
        padding-bottom: 20px;
        overflow-x: hidden;
    }

        .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box {
            width: 100%;
            position: relative;
            box-shadow: 0 3px 5px #f2f2f2;
        }

            .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box a {
                position: absolute;
                font-size: 12px;
                color: #1268bb;
                right: 18px;
                top: 20px;
            }

            .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box .tab-title {
                width: 100%;
                height: 14px;
                padding: 20px 0;
                text-align: center;
            }

                .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box .tab-title span, .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box .tab-title i {
                    display: inline-block;
                    vertical-align: top;
                    height: 14px;
                    line-height: 1;
                }

                .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box .tab-title span {
                    cursor: pointer;
                    color: #333;
                    font-weight: bolder;
                }

                    .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box .tab-title span.active {
                        color: #1268bb;
                        position: relative;
                    }

                        .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box .tab-title span.active:after {
                            content: "";
                            display: block;
                            width: 100%;
                            height: 3px;
                            background: #1268bb;
                            bottom: -7px;
                            position: absolute;
                        }

                        .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box .tab-title span.active:before {
                            content: "";
                            display: block;
                            position: absolute;
                            width: 4px;
                            height: 4px;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            bottom: -6px;
                            background: #1268bb;
                            transform: rotate(45deg);
                            -ms-transform: rotate(45deg);
                            /* IE 9 */
                            -moz-transform: rotate(45deg);
                            /* Firefox */
                            -webkit-transform: rotate(45deg);
                            /* Safari 閸滐拷 Chrome */
                            -o-transform: rotate(45deg); /* Opera */
                        }

                .buy-info .size-helper-modal .size-content .size-table-wrap .tab-title-box .tab-title i {
                    width: 1px;
                    background: #dddddd;
                    margin: 0 30px;
                }

        .buy-info .size-helper-modal .size-content .size-table-wrap .table-content {
            width: 100%;
            height: 322px;
            overflow-y: auto;
            padding-left: 20px;
            box-sizing: border-box;
        }

            .buy-info .size-helper-modal .size-content .size-table-wrap .table-content .male, .buy-info .size-helper-modal .size-content .size-table-wrap .table-content .female {
                width: 100%;
                text-align: center;
            }

                .buy-info .size-helper-modal .size-content .size-table-wrap .table-content .male img, .buy-info .size-helper-modal .size-content .size-table-wrap .table-content .female img {
                    width: 600px;
                }

            .buy-info .size-helper-modal .size-content .size-table-wrap .table-content p {
                font-size: 12px;
                color: #999999;
                padding: 10px 0 30px;
            }

            .buy-info .size-helper-modal .size-content .size-table-wrap .table-content #measuring {
                width: 600px;
            }

.buy-reasons {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-top: 40px;
    position: relative;
}

    .buy-reasons dl {
        height: 100%;
    }

    .buy-reasons dt {
        float: left;
        box-sizing: border-box;
        padding: 16px 20px;
        width: 180px;
        height: 100%;
        border-right: 1px solid #eee;
        background: #f6f4f7;
        line-height: 22px;
        font-size: 18px;
    }

        .buy-reasons dt span {
            font-size: 14px;
            color: #333;
            font-weight: 900;
        }

        .buy-reasons dt em {
            font-size: 14px;
            color: #333;
            font-weight: 900;
        }

    .buy-reasons dd {
        float: left;
        height: 40px;
        position: relative;
        margin-top: 19px;
        width: 108px;
        padding-left: 51px;
    }

        .buy-reasons dd:before {
            width: 32px;
            height: 30px;
            content: "";
            position: absolute;
            left: 12px;
            top: 4px;
            background: url("/cn/source/img/buy/icon_reasons2.png") 0 0 no-repeat;
        }

        .buy-reasons dd p {
            font-size: 12px;
        }

        .buy-reasons dd:nth-of-type(2):before {
            background-position: center -30px;
        }

        .buy-reasons dd:nth-of-type(3):before {
            background-position: center -60px;
        }

        .buy-reasons dd:nth-of-type(4):before {
            background-position: center -90px;
        }

        .buy-reasons dd:nth-of-type(5):before {
            background-position: center -120px;
        }

    .buy-reasons a {
        position: absolute;
        top: 30px;
        right: 30px;
        color: #5097ff;
        line-height: 18px;
    }

.buy-relevant {
    /*height: 283px;*/
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-top: -1px;
    padding-bottom: 10px;
}

    .buy-relevant h3 {
        font-size: 18px;
        line-height: 65px;
        text-indent: 28px;
        color: #333;
    }

    .buy-relevant ul li {
        float: left;
        margin-left: 30px;
        width: 160px;
    }

    .buy-relevant ul a {
        display: block;
        width: 160px;
        height: 160px;
        overflow: hidden;
        cursor: pointer;
    }

        .buy-relevant ul a img {
            width: 160px;
            height: auto;
        }

    .buy-relevant ul em {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 26px;
        margin-top: 3px;
    }

    .buy-relevant ul p {
        line-height: 22px;
    }

    .buy-relevant ul span {
        color: #e83820;
    }

    .buy-relevant ul del {
        color: #999;
        font-size: 12px;
        display: block;
        line-height: 18px;
    }

.buy-toolbar {
    height: 54px;
    margin-top: 24px;
    position: relative;
}

    .buy-toolbar .fixed {
        position: fixed;
        top: 0;
        z-index: 2;
        background: #fff;
    }

        .buy-toolbar .fixed .toolbar-addGoods {
            display: block;
        }

    .buy-toolbar .toolbar-btns {
        width: 100%;
        height: 54px;
        border: 1px solid #eee;
        box-sizing: border-box;
        margin-left: -1px;
    }

        .buy-toolbar .toolbar-btns a {
            display: block;
            position: relative;
            height: 51px;
            float: left;
            color: #999;
            line-height: 54px;
            text-align: center;
            border-bottom: 2px solid transparent;
            overflow: hidden;
            text-decoration: none;
            cursor: pointer;
            padding: 0 16px;
        }

            .buy-toolbar .toolbar-btns a:hover {
                cursor: pointer;
                color: #333333;
            }

            .buy-toolbar .toolbar-btns a.active {
                border-color: #333333;
                cursor: default;
                color: #333333;
            }

                .buy-toolbar .toolbar-btns a.active i {
                    display: block;
                }

            .buy-toolbar .toolbar-btns a i {
                display: none;
                border: 7px solid transparent;
                border-bottom-color: #333333;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -7px;
            }

    .buy-toolbar .toolbar-addGoods {
        display: none;
        position: absolute;
        width: 220px;
        height: 54px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 54px;
        border: 0;
        background: #e83820;
        right: -219px;
        top: 0;
        cursor: pointer;
    }

.buy-activities {
    width: 220px;
    float: left;
    margin-top: -54px;
    padding-bottom: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
}

    .buy-activities h2 {
        padding: 11px 24px;
        line-height: 30px;
        font-size: 14px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    .buy-activities .buy-activities-img {
        display: inline-block;
        width: 200px;
        margin-top: 20px;
        text-decoration: none;
    }

        .buy-activities .buy-activities-img:nth-of-type(1) {
            margin-top: 10px;
        }

        .buy-activities .buy-activities-img img {
            width: 200px;
            height: auto;
        }

    .buy-activities .buy-activities-title {
        color: #999;
        margin-top: 10px;
    }

    .buy-activities .buy-activities-desc {
        color: #e83820;
    }

.buy-detailContent {
    width: 100%;
    float: left;
    padding: 4px 0 0 5px;
    box-sizing: border-box;
    color: #999;
    font: 12px/20px simsun;
}

    .buy-detailContent a {
        color: #5097ff;
    }

.buy-aside {
    width: 219px;
    height: 100%;
    float: left;
}

.buy-shopBox {
    position: relative;
}

    .buy-shopBox .shopBox-header {
        padding: 19px 20px 19px 12px;
        background: #f6f4f7;
        line-height: 16px;
        font-size: 14px;
        color: #373737;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }

        .buy-shopBox .shopBox-header a {
            color: #333;
            cursor: pointer;
            text-decoration: none;
        }

            .buy-shopBox .shopBox-header a:hover {
                color: #666;
            }

    .buy-shopBox .shopBox-icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        vertical-align: -3px;
        margin-right: 10px;
    }

    .buy-shopBox .icon-wd {
        background-image: url("../image/icon_wd.png");
    }

    .buy-shopBox .icon-tmall {
        background-image: url("../image/icon_tmall.png");
    }

    .buy-shopBox .icon-jd {
        background-image: url("../image/icon_jd.png");
    }

    .buy-shopBox .icon-tb {
        background-image: url("../image/icon_taobao.png");
    }

    .buy-shopBox .icon-jhs {
        background-image: url("../image/icon_jhs.png");
    }

    .buy-shopBox .icon-vip {
        background-image: url("/cn/source/img/buy/icon_vip.png");
    }

    .buy-shopBox .icon-dd {
        background-image: url("/cn/source/img/buy/icon_dangdang.png");
    }

    .buy-shopBox .icon-yh {
        background-image: url("/cn/source/img/buy/icon_yhd.png");
    }

    .buy-shopBox .icon-amazon {
        background-image: url("/cn/source/img/buy/icon_amazon.png");
    }

    .buy-shopBox .icon-alibaba {
        background-image: url("/cn/source/img/buy/icon_alibaba.png");
    }

    .buy-shopBox .icon-arrow {
        display: none;
        width: 24px;
        height: 24px;
        background-image: url("/cn/source/img/buy/icon_arrow_down.png");
        position: absolute;
        right: 4px;
        top: 16px;
    }

    .buy-shopBox .shopBox-body {
        box-sizing: border-box;
        border: 1px solid #eee;
        color: #999;
        text-align: center;
        padding: 15px 0;
        background: #fff;
    }

        .buy-shopBox .shopBox-body em {
            font-size: 25px;
            font-weight: bold;
            vertical-align: -1px;
            margin-right: 4px;
            line-height: 40px;
        }

            .buy-shopBox .shopBox-body em.down {
                color: #00945e;
            }

            .buy-shopBox .shopBox-body em.up {
                color: #e83820;
            }

        .buy-shopBox .shopBox-body i {
            vertical-align: 2px;
            margin-left: 1px;
        }

            .buy-shopBox .shopBox-body i.up {
                color: #e83820;
            }

            .buy-shopBox .shopBox-body i.down {
                color: #00945e;
            }

        .buy-shopBox .shopBox-body table {
            width: 74%;
            margin: 5px auto 0 auto;
        }

        .buy-shopBox .shopBox-body td, .buy-shopBox .shopBox-body th {
            line-height: 22px;
            text-align: center;
            white-space: nowrap;
        }

    .buy-shopBox .shopBox-footer {
        background: #f6f4f7;
        padding: 2px 0;
        text-align: center;
    }

        .buy-shopBox .shopBox-footer a {
            display: inline-block;
            height: 30px;
            border: 1px solid #e83820;
            color: #e83820;
            line-height: 30px;
            text-align: center;
            margin: 10px auto;
            background: #ffe6e9;
            padding: 0 10px;
        }

            .buy-shopBox .shopBox-footer a:hover {
                text-decoration: none;
            }

            .buy-shopBox .shopBox-footer a.disabled {
                color: #ccc;
                border-color: #ccc;
                cursor: default;
                background: transparent;
            }

        .buy-shopBox .shopBox-footer p {
            padding: 0 10px;
            line-height: 20px;
            text-align: left;
        }

        .buy-shopBox .shopBox-footer em {
            /*display: block;*/
            color: #999;
        }

        .buy-shopBox .shopBox-footer span {
            /*display: block;*/
            color: #666;
        }

        .buy-shopBox .shopBox-footer i {
            vertical-align: 2px;
            margin-left: 1px;
            color: #00945e;
        }

.shopBox-warning {
    border: 1px solid #ff8d00;
    padding-top: 4px;
    z-index: 1;
}

    .shopBox-warning .shopBox-body {
        border: 0;
    }

    .shopBox-warning .shopBox-warning-header {
        width: 230px;
        min-height: 70px;
        padding: 10px 0 13px 62px;
        overflow: hidden;
        margin-left: -7px;
        cursor: default;
        background: url("/cn/source/img/buy/icon_risk_shop01.png") 15px 15px #ff8d00 no-repeat;
        position: relative;
        color: #fff;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .shopBox-warning .shopBox-warning-header h3 {
            font-size: 18px;
            font-weight: bold;
            line-height: 28px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .shopBox-warning .shopBox-warning-header p {
            font-size: 12px;
            line-height: 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .shopBox-warning .shopBox-warning-header i {
            width: 0;
            height: 0;
            position: absolute;
            top: -5px;
            left: -6px;
            border: 5px solid transparent;
            border-bottom-color: #fff;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

            .shopBox-warning .shopBox-warning-header i:nth-of-type(2) {
                bottom: -5px;
                top: auto;
                left: 2px;
                border-bottom-color: #666;
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    .shopBox-warning .shopBox-warning-shopName {
        height: 26px;
        padding: 10px 0;
        margin: 0 14px;
        border-bottom: 1px solid #ddd;
    }

        .shopBox-warning .shopBox-warning-shopName i {
            vertical-align: middle;
        }

        .shopBox-warning .shopBox-warning-shopName a {
            color: #333;
            cursor: pointer;
            text-decoration: none;
            line-height: 26px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
            width: 160px;
            vertical-align: middle;
        }

.shopBox-warning-l2 {
    border-color: #ff6f00;
}

    .shopBox-warning-l2 .shopBox-warning-header {
        background-color: #ff6f00;
        background-image: url("/cn/source/img/buy/icon_risk_shop02.png");
    }

.shopBox-warning-l3 {
    border-color: #ff2c2f;
}

    .shopBox-warning-l3 .shopBox-warning-header {
        background-color: #ff2c2f;
        background-image: url("/cn/source/img/buy/icon_risk_shop03.png");
    }

.buy-cartBox {
    background: #f6f4f7;
    margin-top: 30px;
    border: 1px solid #000000;
    color: #999;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

    .buy-cartBox .cartBox-header {
        height: 56px;
        line-height: 56px;
        overflow: hidden;
        color: #fff;
        font-size: 16px;
        background: #333333;
        text-align: center;
    }

    .buy-cartBox .cartBox-body {
        height: 392px;
        overflow: hidden;
        overflow-y: scroll;
    }

        .buy-cartBox .cartBox-body li {
            position: relative;
            min-height: 74px;
            margin: 2px;
            background: #fff;
            padding: 7px 6px 0 7px;
            overflow: hidden;
            border-radius: 2px;
        }

            .buy-cartBox .cartBox-body li:hover .goods-delete {
                display: block;
            }

            .buy-cartBox .cartBox-body li:hover .goods-count button {
                visibility: visible;
            }

            .buy-cartBox .cartBox-body li:hover .goods-count input {
                border-color: #eee;
            }

        .buy-cartBox .cartBox-body .goods-pic {
            width: 67px;
            height: 67px;
            background: url("/cn/source/img/buy/brokenGoods_default.png") center no-repeat;
            background-size: contain;
            float: left;
            margin-bottom: 7px;
        }

        .buy-cartBox .cartBox-body .goods-info {
            padding-left: 74px;
            font-size: 14px;
            line-height: 22px;
            margin-top: -4px;
        }

            .buy-cartBox .cartBox-body .goods-info p {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-right: 20px;
            }

        .buy-cartBox .cartBox-body .goods-delete {
            display: none;
            position: absolute;
            width: 18px;
            height: 18px;
            font-size: 12px;
            line-height: 18px;
            right: -1px;
            top: 4px;
            cursor: pointer;
            font-style: normal;
            color: #999;
        }

            .buy-cartBox .cartBox-body .goods-delete:hover {
                color: #333;
            }

        .buy-cartBox .cartBox-body .goods-price {
            margin-top: 6px;
            margin-bottom: 7px;
            height: 18px;
        }

            .buy-cartBox .cartBox-body .goods-price strong {
                float: right;
                color: #333;
                font-weight: normal;
            }

        .buy-cartBox .cartBox-body .goods-count {
            float: left;
        }

            .buy-cartBox .cartBox-body .goods-count button {
                visibility: hidden;
                display: inline-block;
                font-style: normal;
                width: 16px;
                height: 16px;
                border: 1px solid #eee;
                line-height: 16px;
                font-size: 12px;
                text-align: center;
                background: #fff;
                box-sizing: content-box;
            }

                .buy-cartBox .cartBox-body .goods-count button:hover {
                    background: #eee;
                    color: #555;
                    cursor: pointer;
                }

                .buy-cartBox .cartBox-body .goods-count button:disabled {
                    opacity: 0.5;
                    cursor: default;
                    background: #fff !important;
                }

                .buy-cartBox .cartBox-body .goods-count button:focus {
                    outline: 0;
                }

            .buy-cartBox .cartBox-body .goods-count input {
                margin-left: -1px;
                width: 26px;
                height: 16px;
                border: 1px solid transparent;
                line-height: 14px;
                font-size: 12px;
                text-align: center;
            }

                .buy-cartBox .cartBox-body .goods-count input:focus {
                    outline: 0;
                    border-color: #ccc !important;
                }

    .buy-cartBox .cartBox-box {
        background: url("/cn/source/img/buy/bg_cartBox_box.png") center top no-repeat;
        text-align: center;
        padding: 72px 20px 0 20px;
        margin-top: 120px;
    }

    .buy-cartBox .cartBox-footer {
        padding: 4px;
        line-height: 30px;
    }

        .buy-cartBox .cartBox-footer .goods-total {
            float: right;
            color: #e83820;
        }

        .buy-cartBox .cartBox-footer a {
            display: block;
            height: 24px;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            border-radius: 2px;
            background: #e83820;
            color: #fff;
            padding: 13px 0;
            cursor: pointer;
        }

            .buy-cartBox .cartBox-footer a:hover {
                text-decoration: none;
            }

            .buy-cartBox .cartBox-footer a i {
                display: inline-block;
                width: 24px;
                height: 24px;
                background: url("/cn/source/img//buy/icon_arrow_right.png") 2px 0;
                vertical-align: middle;
            }

            .buy-cartBox .cartBox-footer a.disabled {
                background: #999;
                cursor: default;
            }
/* 閹绘劗銇氬鍡楀彆閻€劍鐗卞锟� */
.popBox {
    position: absolute;
    background: #fbf8f3;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

    .popBox .arrow-top, .popBox .arrow-left {
        position: absolute;
        width: 0;
        height: 0;
        border: 8px solid transparent;
    }

    .popBox .arrow-top {
        border-bottom-color: #fbf8f3;
        top: -16px;
        left: 50%;
        margin-left: -8px;
    }

    .popBox .arrow-left {
        border-right-color: #fbf8f3;
        left: -16px;
        top: 50%;
        margin-top: -8px;
    }

.popBox-help {
    display: inline-block;
    width: 16px;
    height: 24px;
    position: relative;
    background: url("/cn/source/img/buy/icon_help2.png") no-repeat;
    margin-left: 10px;
    vertical-align: -6px;
}

    .popBox-help .popBox {
        display: none;
        width: 250px;
        left: 24px;
        top: -17px;
    }

    .popBox-help:hover .popBox {
        display: block;
    }

    .popBox-help.popBox-tag {
        width: auto;
        padding: 0 5px;
        border: 1px solid #ffbcc3;
        border-radius: 1px;
        background: #feebed;
        color: #ff3d3d;
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        margin: 0 0 10px 0;
        vertical-align: 5px;
    }

        .popBox-help.popBox-tag .popBox {
            width: 320px;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
            left: -1px;
            top: 25px;
        }

            .popBox-help.popBox-tag .popBox .arrow-top {
                border-bottom-color: #fff;
                top: -13px;
                left: 30px;
                margin-left: 0;
            }

            .popBox-help.popBox-tag .popBox p {
                font-size: 12px;
            }

        .popBox-help.popBox-tag:after {
            content: "";
            display: inline-block;
            width: 15px;
            height: 20px;
            background: url("../image/icon_help2.png") center 2px no-repeat;
            vertical-align: top;
            margin-left: 2px;
        }

        .popBox-help.popBox-tag:before {
            content: "";
            height: 26px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

.popBox-priceTip {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    background: url("/cn/source/img/buy/icon_excalmatory.png") no-repeat;
    margin-left: 5px;
    vertical-align: -7px;
}

    .popBox-priceTip .popBox {
        display: none;
        min-width: 200px;
        max-width: 280px;
        left: 34px;
        margin-top: -3px;
        word-wrap: break-word;
    }

    .popBox-priceTip .arrow-left {
        top: 6px;
        margin-top: 0;
    }

    .popBox-priceTip:hover .popBox {
        display: block;
    }

.buy-delivery-title {
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 8px;
}

.buy-delivery {
    display: block;
    width: 1200px;
    height: 380px;
    background: url("/cn/source/img/buy/pic_delivery02.png") center bottom no-repeat;
}

#cartTarget {
    width: 0;
    height: 0;
    background: #e83820;
    position: absolute;
    top: 72%;
    right: -70px;
}

#goodsShadow {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff no-repeat;
    background-size: contain;
    border: 1px solid #eee;
    margin: -1px -1px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

    #goodsShadow.action {
        animation: goods 1s;
        display: block;
        width: 100%;
        height: 100%;
    }

@keyframes goods {
    0% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    50% {
        opacity: 1;
        width: 15%;
        height: 15%;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 15%;
        height: 15%;
    }
}

.brokenGoods .popBox-help .popBox {
    width: 120px;
}

.brokenGoods .goods-mark::after {
    content: "*";
    color: #e83820;
    margin: 0 2px;
}

.buy-loading {
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 200px 0;
    color: #666;
}

    .buy-loading p {
        margin-top: 20px;
    }
/** 閸欙拷11瀵顢� **/
.dialog1111-wrap {
    width: 100%;
    height: 100%;
    background: center no-repeat rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.dialog1111 {
    width: 530px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -205px 0 0 -265px;
    background: url("/cn/source/img//buy/bg_1111_dialog_bg.png") center bottom #ff2e64 no-repeat;
    padding: 42px 30px 30px 30px;
    color: #fff;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .dialog1111 h3 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
    }

    .dialog1111 ol {
        margin-top: 12px;
    }

    .dialog1111 p, .dialog1111 li {
        font-size: 14px;
        line-height: 26px;
    }

    .dialog1111 div {
        text-align: center;
        margin-top: 48px;
    }

    .dialog1111 button, .dialog1111 .button {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 40px;
        border: 1px solid #ffd011;
        border-radius: 4px;
        text-decoration: none;
        background: #ffd011;
        color: #e83820;
        font-size: 18px;
        margin: 0 10px;
        outline: 0;
        cursor: pointer;
    }

    .dialog1111 button {
        border-color: #fff;
        background: transparent;
        color: #fff;
        opacity: 0.8;
        font-size: 14px;
    }

    .dialog1111 i {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 0.8px simsun;
        -ms-transition: transform 0.4s ease;
        -ms-border-radius: 36px;
        transition: transform 0.4s ease;
        border-radius: 20px;
    }

        .dialog1111 i:hover {
            -ms-transform: rotate(180deg);
            -ms-transition: transform 0.4s ease;
            transform: rotate(180deg);
            transition: transform 0.4s ease;
        }
/** 闁噣妾烘搴ㄦ珦閹绘劗銇氬锟� **/
.dialogRisk-wrap {
    width: 100%;
    height: 100%;
    background: center no-repeat rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.dialogRisk {
    width: 520px;
    height: 70%;
    border-radius: 5px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -265px; /*-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);*/
}

    .dialogRisk header {
        border-radius: 5px 5px 0 0;
        color: #fff;
        padding: 20px 32px 20px 115px;
        background: url("/cn/source/img//buy/icon_risk.png") 30px 32px #f7941d no-repeat;
    }

        .dialogRisk header h3 {
            font-size: 24px;
            font-weight: bold;
            line-height: 44px;
            margin-bottom: 3px;
            color: #ffffff;
        }

        .dialogRisk header p {
            line-height: 24px;
        }

        .dialogRisk header em {
            font-size: 20px;
            font-weight: bold;
            margin: 0 4px;
        }

    .dialogRisk footer {
        background: #fff;
        text-align: center;
        padding: 20px 0 20px 0;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

        .dialogRisk footer a {
            display: inline-block;
            font-size: 14px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            color: #fff;
            background: #f7941d;
            border: 1px solid #f7941d;
            border-radius: 3px;
            text-decoration: none;
            cursor: pointer;
            padding: 0 34px;
        }

        .dialogRisk footer .dialogRisk-body-mask {
            content: "";
            position: absolute;
            top: -50px;
            left: 0;
            width: 100%;
            height: 50px;
            background: linear-gradient(transparent, #fff);
            display: none;
        }

.dialogRisk-body {
    background: #fff;
    height: 64%;
    max-height: 390px;
    overflow-y: auto;
}

    .dialogRisk-body > div {
        height: 100%;
    }

    .dialogRisk-body dl {
        padding: 5px 0 14px 0;
        border-bottom: 1px solid #ddd;
        margin: 0 30px;
    }

        .dialogRisk-body dl:last-of-type {
            border-bottom: 0;
        }

    .dialogRisk-body dt {
        font-size: 14px;
        display: inline-block;
        color: #ff1733;
        background: #fff8f9;
        padding: 0 8px;
        border: 1px dotted #ff1733;
        line-height: 24px;
        margin: 16px 0 5px;
        font-weight: bold;
    }

    .dialogRisk-body dd {
        font-size: 12px;
        color: #333;
        line-height: 24px;
    }
/** 鏉堣顢嬮梻顏嗗剨閸斻劎鏁� **/
@-ms-keyframes border-blink {
    0% {
        border-color: transparent;
        -ms-box-shadow: 0 0 5px rgba(255, 0, 0, 0);
    }

    20% {
        border-color: red;
        -ms-box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    }

    40% {
        border-color: transparent;
        -ms-box-shadow: 0 0 5px rgba(255, 0, 0, 0);
    }

    60% {
        border-color: red;
        -ms-box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    }

    80% {
        border-color: transparent;
        -ms-box-shadow: 0 0 5px rgba(255, 0, 0, 0);
    }

    100% {
        border-color: red;
        -ms-box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    }
}

@keyframes border-blink {
    0% {
        border-color: transparent;
        box-shadow: 0 0 5px rgba(255, 0, 0, 0);
    }

    20% {
        border-color: red;
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    }

    40% {
        border-color: transparent;
        box-shadow: 0 0 5px rgba(255, 0, 0, 0);
    }

    60% {
        border-color: red;
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    }

    80% {
        border-color: transparent;
        box-shadow: 0 0 5px rgba(255, 0, 0, 0);
    }

    100% {
        border-color: red;
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    }
}
/** 閸熷棗鎼ф稉瀣仸閹绘劗銇� **/
.goods-sold-out {
    padding: 30px 50px;
    background: url("/cn/source/img//buy/icon_none.png") 0 32px no-repeat;
}

    .goods-sold-out p {
        font-size: 16px;
        line-height: 32px;
        padding: 5px 3px 11px 0;
        display: inline-block;
        border-bottom: 1px solid #f0f0f0;
    }

    .goods-sold-out dl {
        margin-top: 12px;
    }

    .goods-sold-out dd {
        font-size: 12px;
        line-height: 28px;
    }

    .goods-sold-out dt {
        font-size: 12px;
        line-height: 38px;
    }
/** 閺勩儴濡崣鎴ｆ彛閹绘劗銇� **/
.spring-tips {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 30px;
    font-size: 12px;
    background-color: #fcf8d9;
    margin-top: 20px;
    margin-bottom: -20px;
}

    .spring-tips .spring-title {
        color: #dd6611;
        font-weight: bold;
    }

    .spring-tips .spring-desc {
        color: #dd6611;
    }

.dialog-spring-festival:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 435px;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
/** 1688閸熷棗鎼у鍦崶 **/
.dialog-alibaba:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 435px;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}

.dialog-alibaba .Dialog-body {
    padding: 20px 0 0 25px;
    height: 420px;
    overflow-y: auto;
    position: relative;
}

    .dialog-alibaba .Dialog-body .tips {
        margin-left: 88px;
        margin-right: 30px;
        margin-bottom: 40px;
    }

    .dialog-alibaba .Dialog-body .alibabaTips {
        padding: 19px 19px 1px 19px;
        background: #f5f5f5;
    }

        .dialog-alibaba .Dialog-body .alibabaTips dl {
            display: flex;
            margin-bottom: 12px;
        }

            .dialog-alibaba .Dialog-body .alibabaTips dl dt {
                margin-right: 10px;
            }

    .dialog-alibaba .Dialog-body h3 {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        margin: 10px 0;
    }

        .dialog-alibaba .Dialog-body h3 span {
            font-size: 12px;
            color: #fe4255;
            margin-left: 15px;
            line-height: 20px;
        }

            .dialog-alibaba .Dialog-body h3 span img {
                width: 20px;
                line-height: 20px;
                vertical-align: -1px;
            }

.dialog-alibaba footer .button {
    font-size: 14px !important;
    padding: 0 20px !important;
}

.dialog-alibaba footer {
    padding-top: 25px;
}

.lang-en .dialog-alibaba .Dialog-body .alibabaTips {
    padding: 19px 19px 1px 19px;
    background: #f5f5f5;
}

    .lang-en .dialog-alibaba .Dialog-body .alibabaTips dl {
        display: block;
        margin-bottom: 12px;
    }

        .lang-en .dialog-alibaba .Dialog-body .alibabaTips dl dt {
            margin-right: 10px;
        }

.lang-en .label1688 {
    width: 0 !important;
    line-height: 22px;
}
/** 1688閹绘劗銇� **/
.alibabaTips dt {
    display: inline-block;
    background: #f8f9ff;
    line-height: 23px;
    color: #1268bb;
    border: 1px dotted #1268bb;
    padding: 0 8px;
    font-size: 12px;
    margin-bottom: 6px;
    white-space: nowrap;
    height: 23px;
}

.alibabaTips dd {
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.disclaimer {
    padding: 10px 15px 12px 15px;
    background: #f9f9f9;
}

    .disclaimer h3 {
        color: #1268bb;
        font-size: 12px;
        line-height: 26px;
        height: 26px;
        padding-left: 26px;
        background: url("../image/icon_notice.png") 0 6px no-repeat;
    }

    .disclaimer p {
        font-size: 12px;
        color: #333;
        line-height: 24px;
    }

.double11-18 {
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
}

    .double11-18 p {
        background: #fff1f1;
        border: 1px solid #ffbdc3;
        font-size: 12px;
        color: #333333;
        display: inline-block;
        line-height: 24px;
        padding: 0 12px;
        font-weight: bold;
    }

        .double11-18 p em {
            display: inline-block;
            width: 20px;
            height: 16px;
            position: relative;
            background: url("/cn/source/img/buy/icon_tip_warn_16.png") no-repeat;
            vertical-align: -3px;
        }

.double11 .orion-prompt-content {
    position: relative;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #ffbdc3;
    background: #fff1f1;
    color: #333333;
    font-weight: bold;
}

    .double11 .orion-prompt-content .orion-prompt-inner {
        padding: 5px 25px 5px 10px;
    }

.double11.orion-prompt .title {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}

    .double11.orion-prompt .title .close-tip {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url("/cn/source/img/buy/close.png") no-repeat;
        position: absolute;
        top: 5px;
        right: 6px;
        cursor: pointer;
    }

.double11.orion-prompt-placement-bottom .orion-prompt-arrow {
    border-bottom-color: #fff1f1;
}

.double11.orion-prompt-placement-bottom .orion-prompt-inner:after {
    border-bottom-color: #ffbdc3;
}
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.dialog-1688-before-buy {
    background: url("/cn/source/img/shopping1688/dialogBeforeBuy/title_bg.png") no-repeat center top;
    max-height: 850px;
}

    .dialog-1688-before-buy > header {
        background: transparent !important;
    }

        .dialog-1688-before-buy > header > h3 {
            font-size: 24px !important;
            color: #f24724 !important;
            text-align: center;
            line-height: 24px !important;
            padding-top: 24px;
            font-weight: bold;
            text-indent: 0 !important;
        }

        .dialog-1688-before-buy > header .Dialog-close {
            background: url("/cn/source/img/shopping1688/dialogBeforeBuy/close.png") no-repeat center !important;
        }

    .dialog-1688-before-buy .Dialog-body {
        margin-top: 12px;
        padding: 0 30px 20px;
    }

    .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-description {
        color: #ff5300;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        padding-bottom: 20px;
    }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-description span {
            color: #0047e8;
        }

    .dialog-1688-before-buy .dialog-1688-before-buy-cont > ul {
        overflow: hidden;
    }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont > ul li {
            float: left;
            width: 204px;
            padding: 0 10px;
            text-align: center;
        }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont > ul li h2 {
                color: #f24724;
                font-size: 14px;
                line-height: 18px;
                font-weight: bold;
                width: 190px;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont > ul li p {
                font-size: 12px;
                color: #666;
                line-height: 18px;
                text-align: left;
            }

    .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-notice {
        font-size: 12px;
        color: #f24724;
        height: 26px;
        line-height: 26px;
        padding: 12px 0;
    }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-notice span {
            vertical-align: text-top;
            display: inline-block;
            width: 103px;
            height: 16px;
            padding: 0 8px 0 6px;
            background: url("/cn/source/img/shopping1688/dialogBeforeBuy/notice.png") no-repeat center;
        }

    .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer {
        border: 1px solid #f68e56;
        background: #fff6ed;
        position: relative;
    }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer h1 {
            text-align: center;
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p {
            transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            position: absolute;
            left: -1px;
            background: #fff6ed;
            border: 1px solid #f68e56;
        }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p > h1 {
                font-size: 16px;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p h3 {
                color: #f00;
                text-align: center;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p h2 {
                line-height: 40px;
                font-weight: bold;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p .disclaimer-rule-cont-rule .rule-list-title {
                font-weight: bold;
                font-size: 12px;
                padding: 8px 0 0px;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p .disclaimer-rule-cont-rule > div {
                padding: 0 10px 10px 20px;
            }

                .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p .disclaimer-rule-cont-rule > div p {
                    font-size: 12px;
                    padding: 8px 0 0px;
                }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p .disclaimer-rule-footer {
                line-height: 24px;
                padding-left: 20px;
                padding-bottom: 10px;
            }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-cont {
            transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            max-height: 280px;
            width: 668px;
            height: 0;
            overflow-y: scroll;
            padding: 0 10px;
        }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-cont-default {
            transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            max-height: 280px;
            width: 668px;
            overflow-y: scroll;
            padding: 0 10px;
            height: 0;
        }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-cont-active {
            transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            max-height: 280px;
            width: 668px;
            height: 0;
            overflow-y: scroll;
            padding: 0 10px;
            height: 280px;
        }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-default {
            transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            position: absolute;
            left: -1px;
            background: #fff6ed;
            border: 1px solid #f68e56;
            opacity: 0;
            top: 50px;
        }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-default > h1 {
                font-size: 16px;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-default h3 {
                color: #f00;
                text-align: center;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-default h2 {
                line-height: 40px;
                font-weight: bold;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-default .disclaimer-rule-cont-rule .rule-list-title {
                font-weight: bold;
                font-size: 12px;
                padding: 8px 0 0px;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-default .disclaimer-rule-cont-rule > div {
                padding: 0 10px 10px 20px;
            }

                .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-default .disclaimer-rule-cont-rule > div p {
                    font-size: 12px;
                    padding: 8px 0 0px;
                }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-default .disclaimer-rule-footer {
                line-height: 24px;
                padding-left: 20px;
                padding-bottom: 10px;
            }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-active {
            transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            position: absolute;
            left: -1px;
            background: #fff6ed;
            border: 1px solid #f68e56;
            opacity: 1;
            top: -230px;
        }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-active > h1 {
                font-size: 16px;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-active h3 {
                color: #f00;
                text-align: center;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-active h2 {
                line-height: 40px;
                font-weight: bold;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-active .disclaimer-rule-cont-rule .rule-list-title {
                font-weight: bold;
                font-size: 12px;
                padding: 8px 0 0px;
            }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-active .disclaimer-rule-cont-rule > div {
                padding: 0 10px 10px 20px;
            }

                .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-active .disclaimer-rule-cont-rule > div p {
                    font-size: 12px;
                    padding: 8px 0 0px;
                }

            .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-disclaimer .dialog-1688-disclaimer-p-active .disclaimer-rule-footer {
                line-height: 24px;
                padding-left: 20px;
                padding-bottom: 10px;
            }

    .dialog-1688-before-buy .dialog-1688-before-buy-cont .colse-disclaimer-rule {
        text-align: right;
        cursor: pointer;
        background: #f24724;
        position: absolute;
        top: -26px;
        right: -1px;
        color: #fff;
        font-size: 12px;
        padding: 1px 4px;
    }

    .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-agree {
        padding-left: 50px;
        padding-top: 18px;
        font-size: 12px;
        color: #000;
        overflow: hidden;
    }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-agree input {
            margin-right: 4px;
            cursor: pointer;
        }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-agree button {
            float: right;
            font-size: 14px;
            min-width: 128px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            border-radius: 3px;
            text-decoration: none;
            padding: 0 15px;
            outline: 0;
            box-sizing: border-box;
        }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-agree .dialog-1688-button-default {
            cursor: auto;
            border: 1px solid #b0b0b0;
            background-color: #b0b0b0;
        }

        .dialog-1688-before-buy .dialog-1688-before-buy-cont .dialog-1688-agree .dialog-1688-button-active {
            cursor: pointer;
            border: 1px solid #1268bb;
            background-color: #1268bb;
        }
/** 鐎电鐦藉锟� **/
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.Dialog-mask {
    width: 100%;
    height: 100%;
    background: center no-repeat rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.Dialog-size-lg {
    width: 960px !important;
}

.Dialog-size-md {
    width: 750px !important;
}

.Dialog {
    width: 750px;
    border-radius: 9px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .Dialog header {
        position: relative;
        width: 100%;
        height: 46px;
        background: #555;
    }

        .Dialog header h3 {
            color: #fff;
            line-height: 46px;
            text-indent: 20px;
            font-size: 16px;
        }

        .Dialog header .Dialog-close {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 12px;
            right: 20px;
            background: url("/cn/source/img//Dialog/icon_close.png") center no-repeat;
            cursor: pointer;
            border: 0;
            outline: 0;
        }

            .Dialog header .Dialog-close:disabled {
                cursor: default;
            }

    .Dialog footer {
        background: #fff;
        text-align: center;
        padding-bottom: 30px;
        margin-top: -1px;
        position: relative;
    }

        .Dialog footer button, .Dialog footer .button, .Dialog footer .Dialog-button {
            display: inline-block;
            font-size: 18px;
            min-width: 128px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            color: #fff;
            background-color: #555;
            border: 1px solid #555;
            border-radius: 3px;
            text-decoration: none;
            cursor: pointer;
            margin: 0 10px;
            padding: 0 15px;
            outline: 0;
            box-sizing: border-box;
        }

            .Dialog footer button:hover, .Dialog footer .button:hover, .Dialog footer .Dialog-button:hover {
                background-color: #e83820;
                border-color: #e83820;
            }

            .Dialog footer button:active, .Dialog footer .button:active, .Dialog footer .Dialog-button:active {
                background-color: #e83820;
                border-color: #e83820;
            }

            .Dialog footer button:disabled, .Dialog footer .button:disabled, .Dialog footer .Dialog-button:disabled {
                background-color: #ccc !important;
                border-color: #ccc !important;
                cursor: default;
            }

        .Dialog footer .Dialog-cancel {
            background-color: transparent !important;
            color: #555 !important;
        }

            .Dialog footer .Dialog-cancel:hover {
                color: #e83820 !important;
                border-color: #e83820;
            }

            .Dialog footer .Dialog-cancel:active {
                color: #e83820 !important;
                border-color: #e83820;
            }

            .Dialog footer .Dialog-cancel:disabled {
                color: #ccc !important;
                border-color: #ccc !important;
                background-color: transparent !important;
            }

    .Dialog .Dialog-icon-box {
        line-height: 24px;
        padding-left: 95px;
        min-height: 64px;
        color: #333;
        background: url("/cn/source/img/Dialog/icon_theme01.png") 0 0 no-repeat;
    }

    .Dialog.disabled footer:after {
        display: block;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: transparent;
        top: 0;
        left: 0;
    }

    .Dialog.Dialog-theme2 header {
        background: #f7941d;
    }

    .Dialog.Dialog-theme2 footer button, .Dialog.Dialog-theme2 footer .button, .Dialog.Dialog-theme2 footer .Dialog-button {
        background: #f7941d;
        border-color: #f7941d;
    }

        .Dialog.Dialog-theme2 footer button:hover, .Dialog.Dialog-theme2 footer .button:hover, .Dialog.Dialog-theme2 footer .Dialog-button:hover {
            background-color: #f9aa2e;
            border-color: #f9aa2e;
        }

        .Dialog.Dialog-theme2 footer button:active, .Dialog.Dialog-theme2 footer .button:active, .Dialog.Dialog-theme2 footer .Dialog-button:active {
            background-color: #e87d15;
            border-color: #e87d15;
        }

    .Dialog.Dialog-theme2 footer .Dialog-cancel {
        color: #f7941d !important;
    }

        .Dialog.Dialog-theme2 footer .Dialog-cancel:hover {
            color: #f9aa2e !important;
            border-color: #f9aa2e;
        }

        .Dialog.Dialog-theme2 footer .Dialog-cancel:active {
            color: #e87d15 !important;
            border-color: #e87d15;
        }

    .Dialog.Dialog-theme2 .Dialog-icon-box {
        background-image: url("/cn/source/img/Dialog/icon_theme02.png");
    }

    .Dialog.Dialog-theme3 header {
        background: #ff1733;
    }

    .Dialog.Dialog-theme3 footer button, .Dialog.Dialog-theme3 footer .button, .Dialog.Dialog-theme3 footer .Dialog-button {
        background: #ff1733;
        border-color: #ff1733;
    }

        .Dialog.Dialog-theme3 footer button:hover, .Dialog.Dialog-theme3 footer .button:hover, .Dialog.Dialog-theme3 footer .Dialog-button:hover {
            background-color: #ef5467;
            border-color: #ef5467;
        }

        .Dialog.Dialog-theme3 footer button:active, .Dialog.Dialog-theme3 footer .button:active, .Dialog.Dialog-theme3 footer .Dialog-button:active {
            background-color: #eb263e;
            border-color: #eb263e;
        }

    .Dialog.Dialog-theme3 footer .Dialog-cancel {
        color: #ff1733 !important;
    }

        .Dialog.Dialog-theme3 footer .Dialog-cancel:hover {
            color: #f96476 !important;
            border-color: #f96476;
        }

        .Dialog.Dialog-theme3 footer .Dialog-cancel:active {
            color: #eb263e !important;
            border-color: #eb263e;
        }

    .Dialog.Dialog-theme3 .Dialog-icon-box {
        background-image: url("/cn/source/img/Dialog/icon_theme03.png");
    }

    .Dialog.Dialog-size-sm {
        width: 360px;
    }

        .Dialog.Dialog-size-sm header h3 {
            font-size: 14px;
        }

        .Dialog.Dialog-size-sm footer button, .Dialog.Dialog-size-sm footer .button, .Dialog.Dialog-size-sm footer .Dialog-button {
            min-width: 85px;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
        }

.Dialog-body {
    padding: 30px;
    background: #fff;
}
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.hide {
    display: none;
}

.step-1688 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

    .step-1688 .step-item-buy-page {
        opacity: 0;
        position: absolute;
        background: rgba(255, 100, 100, 0.1);
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
    }

        .step-1688 .step-item-buy-page .bg-item {
            position: absolute;
            width: 40px;
            height: 40px;
            border-color: #ff5300;
            border-style: solid;
        }

            .step-1688 .step-item-buy-page .bg-item:nth-of-type(1) {
                left: 0;
                top: 0;
                border-width: 5px 0 0 5px;
            }

            .step-1688 .step-item-buy-page .bg-item:nth-of-type(2) {
                right: 0;
                top: 0;
                border-width: 5px 5px 0 0;
            }

            .step-1688 .step-item-buy-page .bg-item:nth-of-type(3) {
                left: 0;
                bottom: 0;
                border-width: 0 0 5px 5px;
            }

            .step-1688 .step-item-buy-page .bg-item:nth-of-type(4) {
                right: 0;
                bottom: 0;
                border-width: 0 5px 5px 0;
            }

        .step-1688 .step-item-buy-page .step-cont {
            position: absolute;
            right: -246px;
            top: 0;
            color: #fff;
            background: #f4532d;
            width: 210px;
            padding: 12px 10px 14px;
            font-size: 12px;
        }

            .step-1688 .step-item-buy-page .step-cont:before {
                content: "";
                position: absolute;
                left: -16px;
                top: 8px;
                width: 0;
                height: 0;
                border-width: 8px;
                border-style: solid;
                border-color: transparent #f4532d transparent transparent;
            }

            .step-1688 .step-item-buy-page .step-cont p {
                cursor: pointer;
                width: 180px;
                height: 30px;
                line-height: 30px;
                background: #fff;
                color: #f4532d;
                text-align: center;
                margin: 16px auto 0;
                transition: all 0.5s linear;
                -webkit-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
            }

                .step-1688 .step-item-buy-page .step-cont p:hover {
                    -moz-box-shadow: 0 0 5px #333;
                    -webkit-box-shadow: 0 0 5px #333;
                    box-shadow: 0 0 5px #333;
                }
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.orion-prompt {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -10;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0.1s, z-index 0s ease-in-out 0.3s;
    transition: opacity 0.2s ease-in-out 0.1s, z-index 0s ease-in-out 0.3s;
}

    .orion-prompt a {
        color: #e83820;
        cursor: pointer;
    }

        .orion-prompt a:hover, .orion-prompt a.hover {
            color: #c70029;
        }

        .orion-prompt a:active, .orion-prompt a.active {
            color: #142341;
        }

        .orion-prompt a:visited, .orion-prompt a.visited {
            color: #e83820;
        }

        .orion-prompt a:disabled, .orion-prompt a.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

    .orion-prompt * {
        box-sizing: border-box;
    }

    .orion-prompt.no-arrow .orion-prompt-inner:after {
        display: none;
    }

.orion-prompt-show {
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.orion-prompt-content {
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #fff;
}

.orion-prompt-inner {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: left;
    max-width: 250px;
    min-width: 20px;
    word-break: normal;
    white-space: normal;
    word-wrap: break-word;
}

    .orion-prompt-inner:after {
        display: inline-block;
        vertical-align: top;
        content: "";
        z-index: 0;
        position: absolute;
        width: 0;
        height: 0;
        border: 7px solid transparent;
    }

    .orion-prompt-inner.no-arrow:after {
        display: none;
    }

    .orion-prompt-inner li + li {
        margin-top: 5px;
    }

.orion-prompt-arrow {
    z-index: 10;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}

.orion-prompt-placement-top {
    padding-bottom: 7px;
}

    .orion-prompt-placement-top .orion-prompt-arrow {
        bottom: -6px;
        left: 50%;
        margin-left: -6px;
        border-top-color: #fff;
        border-bottom: none;
    }

    .orion-prompt-placement-top .orion-prompt-inner:after {
        bottom: -8px;
        left: 50%;
        margin-left: -7px;
        border-top-color: #ddd;
        border-bottom: none;
    }

.orion-prompt-placement-right {
    padding-left: 7px;
}

    .orion-prompt-placement-right .orion-prompt-arrow {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-right-color: #fff;
        border-left: none;
    }

    .orion-prompt-placement-right .orion-prompt-inner:after {
        left: -8px;
        top: 50%;
        margin-top: -7px;
        border-right-color: #ddd;
        border-left: none;
    }

.orion-prompt-placement-bottom {
    padding-top: 7px;
}

    .orion-prompt-placement-bottom.no-arrow {
        padding-top: 3px;
    }

    .orion-prompt-placement-bottom .orion-prompt-arrow {
        top: -6px;
        left: 50%;
        margin-left: -6px;
        border-bottom-color: #fff;
        border-top: none;
    }

    .orion-prompt-placement-bottom .orion-prompt-inner:after {
        top: -8px;
        left: 50%;
        margin-left: -7px;
        border-bottom-color: #ddd;
        border-top: none;
    }

.orion-prompt-placement-left {
    padding-right: 7px;
}

    .orion-prompt-placement-left .orion-prompt-arrow {
        right: -6px;
        top: 50%;
        margin-top: -6px;
        border-left-color: #fff;
        border-right: none;
    }

    .orion-prompt-placement-left .orion-prompt-inner:after {
        right: -8px;
        top: 50%;
        margin-top: -7px;
        border-left-color: #ddd;
        border-right: none;
    }
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.guide-modal-mask {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

    .guide-modal-mask.hide {
        display: none;
        z-index: -10;
    }

    .guide-modal-mask .guide-modal-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
        z-index: 88;
        cursor: pointer;
        background: url("/cn/source/img/Dialog/close_0.png") center center no-repeat;
    }

    .guide-modal-mask .guide-modal-container {
        width: 750px;
        min-height: 500px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

        .guide-modal-mask .guide-modal-container.purchase {
            background: #fff;
            border-radius: 10px;
        }

            .guide-modal-mask .guide-modal-container.purchase .modal-content .modal-tips.cn {
                padding-top: 24px;
            }

            .guide-modal-mask .guide-modal-container.purchase .modal-content .modal-tips.en {
                padding-top: 14px;
            }

        .guide-modal-mask .guide-modal-container.transfer {
            background: url("/cn/source/img/Dialog/guidemodal/transfer.png") 0 0 no-repeat, #fff;
        }

            .guide-modal-mask .guide-modal-container.transfer .modal-content .modal-header span {
                background: -ms-linear-gradient(left, #585281, #19b2cc);
                background: -webkit-linear-gradient(left, #585281, #19b2cc);
                background: -moz-linear-gradient(left, #585281, #19b2cc);
                background: -o-linear-gradient(left, #585281, #19b2cc);
            }

            .guide-modal-mask .guide-modal-container.transfer .modal-content .modal-tips.cn {
                padding-top: 4px;
            }

            .guide-modal-mask .guide-modal-container.transfer .modal-content .modal-tips.en {
                padding-top: 3px;
                line-height: 1.2;
            }

        .guide-modal-mask .guide-modal-container .modal-content {
            padding: 0 0;
        }

            .guide-modal-mask .guide-modal-container .modal-content .modal-header {
                width: 100%;
                padding: 25px 29px;
                box-sizing: border-box;
                background-color: #fff5f5;
                border-radius: 10px 10px 0 0;
            }

                .guide-modal-mask .guide-modal-container .modal-content .modal-header h3 {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 18px;
                    color: #ff4444;
                    font-weight: bolder;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-header span {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 12px;
                    font-weight: bolder;
                    color: #666666;
                    padding: 0 20px;
                    border-radius: 15px;
                }

            .guide-modal-mask .guide-modal-container .modal-content .modal-step {
                width: 100%;
                text-align: center;
                padding: 10px 30px;
                box-sizing: border-box;
                display: flex;
                justify-content: space-between;
                position: relative;
                flex-direction: column;
            }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step div {
                    display: flex;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-indexs {
                    justify-content: space-around;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-name {
                    justify-content: space-around;
                    padding-top: 20px;
                    font-weight: bold;
                    font-size: 12px;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step:after {
                    display: block;
                    content: "";
                    position: absolute;
                    width: calc(100% - 60px);
                    height: 15px;
                    border-radius: 15px;
                    background: #f5f5f5;
                    top: 13px;
                    right: 30px;
                    z-index: 0;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step.step-0::after {
                    background: linear-gradient(90deg, #ffefef, 50%, #f5f5f5, 50%, #f5f5f5);
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step.step-1::after {
                    background: #ffefef;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step.step-3::after {
                    background: #f5f5f5;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    z-index: 1;
                }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item:nth-of-type(1):after {
                        display: none;
                        width: 0;
                        height: 0;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.en:after {
                        right: 82px;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item i, .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item span {
                        display: block;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item i {
                        width: 16px;
                        height: 16px;
                        border-radius: 50%;
                        box-sizing: border-box;
                        background: #dddddd;
                        border: 2px solid #dddddd;
                        text-align: center;
                        line-height: 12px;
                        font-size: 12px;
                        color: #666666;
                        margin: 3px auto;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item span {
                        font-size: 12px;
                        color: #333333;
                        line-height: 1;
                        margin-top: 20px;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.purchase.current i {
                        background: #ff6666;
                        border: 2px solid #ff6666;
                        color: #fff;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.purchase.current span {
                        color: #333333;
                        font-weight: bolder;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.transfer.current i {
                        background: #e83820;
                        border: 2px solid #e83820;
                        color: #fff;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.transfer.current span {
                        color: #e83820;
                        font-weight: bolder;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.purchase.current:after {
                        background: #0087fb;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.transfer.current:after {
                        background: #e83820;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.read:before {
                        display: block;
                        content: "\2714";
                        width: 16px;
                        height: 16px;
                        border-radius: 50%;
                        background: #e83820;
                        position: absolute;
                        color: #fff;
                        box-sizing: border-box;
                        z-index: 10;
                        top: 0;
                        left: 0;
                        right: 0;
                        margin: 3px auto;
                        line-height: 12px;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.purchase.read:before {
                        border: 2px solid #e83820;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.transfer.read:before {
                        border: 2px solid #e83820;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step .step-item.read span {
                        color: #333333 !important;
                        font-weight: bolder !important;
                    }

            .guide-modal-mask .guide-modal-container .modal-content .modal-step-content {
                width: 100%;
            }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-title {
                    padding: 0px 30px 20px 30px;
                    font-weight: bolder;
                    display: flex;
                    font-size: 18px;
                    color: #333333;
                }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-title.en {
                        padding: 10px 30px;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-title span {
                        color: #f24724;
                        font-size: 18px;
                        font-weight: bold;
                    }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner > p {
                    font-size: 12px;
                    color: #666666;
                    word-break: break-all;
                    padding: 0 55px;
                    line-height: 2;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner.en > div {
                    padding-left: 30px;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner > div {
                    padding-left: 30px;
                }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner > div strong, .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner > div p {
                        display: inline-block;
                        vertical-align: top;
                        color: #666;
                        font-size: 12px;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner > div strong {
                        margin-top: 3px;
                    }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner > div p {
                        width: 620px;
                        line-height: 2;
                    }

                .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner a {
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 15px;
                    margin-bottom: 20px;
                    font-size: 12px;
                    color: #e83820;
                    margin-right: 40px;
                }

                    .guide-modal-mask .guide-modal-container .modal-content .modal-step-content .content-inner a:nth-of-type(1) {
                        margin-left: 30px;
                    }

            .guide-modal-mask .guide-modal-container .modal-content .modal-tips {
                padding-left: 36px;
                padding-top: 14px;
                height: 64px;
                background: url("/cn/source/img/Dialog/guidemodal/bulb.png") 0 center no-repeat;
                box-sizing: border-box;
                font-size: 12px;
                font-weight: bolder;
                color: #666666;
            }

                .guide-modal-mask .guide-modal-container .modal-content .modal-tips.en {
                    padding-top: 4px;
                }

                .guide-modal-mask .guide-modal-container .modal-content .modal-tips a {
                    color: #e83820;
                }

        .guide-modal-mask .guide-modal-container .modal-operate {
            text-align: center;
            padding-top: 10px;
            padding-bottom: 30px;
        }

            .guide-modal-mask .guide-modal-container .modal-operate .orion-checkbox-label {
                top: 2px;
            }

            .guide-modal-mask .guide-modal-container .modal-operate > div {
                text-align: left;
                padding-top: 8px;
                display: flex;
                justify-content: space-between;
            }

            .guide-modal-mask .guide-modal-container .modal-operate .previous, .guide-modal-mask .guide-modal-container .modal-operate .no-remind, .guide-modal-mask .guide-modal-container .modal-operate button {
                display: inline-block;
                min-width: 140px;
                border-radius: 15px;
                padding: 0 20px;
                border: 0;
                box-sizing: border-box;
                outline: none;
                vertical-align: top;
                font-size: 14px;
                line-height: 1.5;
                text-align: center;
                background: none;
                cursor: pointer;
            }

            .guide-modal-mask .guide-modal-container .modal-operate .previous {
                color: #666666;
            }

                .guide-modal-mask .guide-modal-container .modal-operate .previous.hide {
                    visibility: hidden;
                }

            .guide-modal-mask .guide-modal-container .modal-operate .no-remind {
                margin-top: 7px;
                color: #666666;
                display: inline-block;
                cursor: pointer;
            }

                .guide-modal-mask .guide-modal-container .modal-operate .no-remind.hide {
                    visibility: hidden;
                }

            .guide-modal-mask .guide-modal-container .modal-operate .disagree {
                margin-right: 20px;
                color: #333333;
                line-height: 33px;
                border: 1px solid #d1d1d1;
            }

            .guide-modal-mask .guide-modal-container .modal-operate .agree {
                background: #999999;
                color: #fefefe;
            }

                .guide-modal-mask .guide-modal-container .modal-operate .agree.active {
                    background: #e83820;
                }

            .guide-modal-mask .guide-modal-container .modal-operate .next {
                color: #fff;
                background: #ff4444;
            }
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.orion-checkbox {
    box-sizing: border-box;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

.orion-checkbox-label {
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
}

    .orion-checkbox-label:after {
        position: absolute;
        opacity: 0;
        content: "\2714";
        box-sizing: border-box;
        background: transparent;
        color: #f48e2b;
        font-size: 16px;
        line-height: 1;
        top: -1px;
        left: 1px;
        -webkit-transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    }

.orion-checkbox-ele {
    display: none;
}

    .orion-checkbox-ele:checked + .orion-checkbox-label:after {
        box-sizing: border-box;
        opacity: 1;
    }

    .orion-checkbox-ele:disabled + .orion-checkbox-label {
        background-color: #f5f5f5;
        cursor: not-allowed;
    }

        .orion-checkbox-ele:disabled + .orion-checkbox-label:after {
            color: #ccc;
        }

a.wegobuy-btn {
    text-decoration: none;
    cursor: pointer;
    color: #fff !important;
}

a.wegobuy-btn, button.wegobuy-btn {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 18px;
    border: 1px solid transparent;
    padding: 0 30px;
    text-align: center;
    background-image: none;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

    a.wegobuy-btn.wegobuy-btn-default, button.wegobuy-btn.wegobuy-btn-default {
        background: rgba(0, 0, 0, 0);
        color: black;
        border-color: #000000;
    }

        a.wegobuy-btn.wegobuy-btn-default:hover, button.wegobuy-btn.wegobuy-btn-default:hover, a.wegobuy-btn.wegobuy-btn-default.hover, button.wegobuy-btn.wegobuy-btn-default.hover {
            background: rgba(0, 0, 0, 0);
        }

        a.wegobuy-btn.wegobuy-btn-default:active, button.wegobuy-btn.wegobuy-btn-default:active, a.wegobuy-btn.wegobuy-btn-default.active, button.wegobuy-btn.wegobuy-btn-default.active {
            background: rgba(0, 0, 0, 0);
        }

        a.wegobuy-btn.wegobuy-btn-default:disabled, button.wegobuy-btn.wegobuy-btn-default:disabled, a.wegobuy-btn.wegobuy-btn-default.disabled, button.wegobuy-btn.wegobuy-btn-default.disabled {
            background: #ccc;
            cursor: not-allowed;
            pointer-events: none;
        }

        a.wegobuy-btn.wegobuy-btn-default:hover, button.wegobuy-btn.wegobuy-btn-default:hover, a.wegobuy-btn.wegobuy-btn-default:active, button.wegobuy-btn.wegobuy-btn-default:active {
            color: #ff4444;
            border-color: #ff4444;
        }

    a.wegobuy-btn.wegobuy-btn-primary, button.wegobuy-btn.wegobuy-btn-primary {
        background: #ff4444;
    }

        a.wegobuy-btn.wegobuy-btn-primary:hover, button.wegobuy-btn.wegobuy-btn-primary:hover, a.wegobuy-btn.wegobuy-btn-primary.hover, button.wegobuy-btn.wegobuy-btn-primary.hover {
            background: #ff7777;
        }

        a.wegobuy-btn.wegobuy-btn-primary:active, button.wegobuy-btn.wegobuy-btn-primary:active, a.wegobuy-btn.wegobuy-btn-primary.active, button.wegobuy-btn.wegobuy-btn-primary.active {
            background: #ff1111;
        }

        a.wegobuy-btn.wegobuy-btn-primary:disabled, button.wegobuy-btn.wegobuy-btn-primary:disabled, a.wegobuy-btn.wegobuy-btn-primary.disabled, button.wegobuy-btn.wegobuy-btn-primary.disabled {
            background: #ccc;
            cursor: not-allowed;
            pointer-events: none;
        }

    a.wegobuy-btn.wegobuy-btn-success, button.wegobuy-btn.wegobuy-btn-success {
        background: #40c87d;
    }

        a.wegobuy-btn.wegobuy-btn-success:hover, button.wegobuy-btn.wegobuy-btn-success:hover, a.wegobuy-btn.wegobuy-btn-success.hover, button.wegobuy-btn.wegobuy-btn-success.hover {
            background: #54e796;
        }

        a.wegobuy-btn.wegobuy-btn-success:active, button.wegobuy-btn.wegobuy-btn-success:active, a.wegobuy-btn.wegobuy-btn-success.active, button.wegobuy-btn.wegobuy-btn-success.active {
            background: #1abb62;
        }

        a.wegobuy-btn.wegobuy-btn-success:disabled, button.wegobuy-btn.wegobuy-btn-success:disabled, a.wegobuy-btn.wegobuy-btn-success.disabled, button.wegobuy-btn.wegobuy-btn-success.disabled {
            background: #ccc;
            cursor: not-allowed;
            pointer-events: none;
        }

    a.wegobuy-btn.wegobuy-btn-warning, button.wegobuy-btn.wegobuy-btn-warning {
        background: #f48e2b;
    }

        a.wegobuy-btn.wegobuy-btn-warning:hover, button.wegobuy-btn.wegobuy-btn-warning:hover, a.wegobuy-btn.wegobuy-btn-warning.hover, button.wegobuy-btn.wegobuy-btn-warning.hover {
            background: #ffa853;
        }

        a.wegobuy-btn.wegobuy-btn-warning:active, button.wegobuy-btn.wegobuy-btn-warning:active, a.wegobuy-btn.wegobuy-btn-warning.active, button.wegobuy-btn.wegobuy-btn-warning.active {
            background: #ec7400;
        }

        a.wegobuy-btn.wegobuy-btn-warning:disabled, button.wegobuy-btn.wegobuy-btn-warning:disabled, a.wegobuy-btn.wegobuy-btn-warning.disabled, button.wegobuy-btn.wegobuy-btn-warning.disabled {
            background: #ccc;
            cursor: not-allowed;
            pointer-events: none;
        }

    a.wegobuy-btn.wegobuy-btn-danger, button.wegobuy-btn.wegobuy-btn-danger {
        background: #ff1733;
    }

        a.wegobuy-btn.wegobuy-btn-danger:hover, button.wegobuy-btn.wegobuy-btn-danger:hover, a.wegobuy-btn.wegobuy-btn-danger.hover, button.wegobuy-btn.wegobuy-btn-danger.hover {
            background: #ff4a60;
        }

        a.wegobuy-btn.wegobuy-btn-danger:active, button.wegobuy-btn.wegobuy-btn-danger:active, a.wegobuy-btn.wegobuy-btn-danger.active, button.wegobuy-btn.wegobuy-btn-danger.active {
            background: #e3001b;
        }

        a.wegobuy-btn.wegobuy-btn-danger:disabled, button.wegobuy-btn.wegobuy-btn-danger:disabled, a.wegobuy-btn.wegobuy-btn-danger.disabled, button.wegobuy-btn.wegobuy-btn-danger.disabled {
            background: #ccc;
            cursor: not-allowed;
            pointer-events: none;
        }

    a.wegobuy-btn.wegobuy-btn-xs, button.wegobuy-btn.wegobuy-btn-xs {
        font-size: 12px;
        line-height: 25px;
    }

    a.wegobuy-btn.wegobuy-btn-sm, button.wegobuy-btn.wegobuy-btn-sm {
        font-size: 14px;
        line-height: 30px;
    }

    a.wegobuy-btn.wegobuy-btn-md, button.wegobuy-btn.wegobuy-btn-md {
        font-size: 16px;
        line-height: 40px;
    }

    a.wegobuy-btn.wegobuy-btn-lg, button.wegobuy-btn.wegobuy-btn-lg {
        font-size: 18px;
        line-height: 50px;
    }

.wegobuy-modal-mask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .wegobuy-modal-mask .wegobuy-modal-content {
        background-color: white;
        border-radius: 10px;
    }

        .wegobuy-modal-mask .wegobuy-modal-content .wegobuy-modal-header {
            padding: 20px 30px;
            border-radius: 10px 10px 0px 0px;
            background-color: #fff5f5;
        }

        .wegobuy-modal-mask .wegobuy-modal-content .wegobuy-modal-body {
            padding: 30px;
        }

        .wegobuy-modal-mask .wegobuy-modal-content .wegobuy-modal-footer {
            padding: 30px;
            text-align: center;
            border-radius: 0px 0px 10px 10px;
        }
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.hide {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

.transform {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

input::-ms-clear {
    display: none;
}

a {
    cursor: pointer !important;
}

.clear-margin {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.clear-show {
    display: block;
}

.clear-hide {
    display: none;
}

.fast-login-content {
    width: 400px;
    min-height: 430px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    margin: 150px auto;
}

    .fast-login-content .close, .fast-login-content .login-title {
        width: 100%;
    }

    .fast-login-content .close {
        height: 20px;
        padding-top: 20px;
    }

        .fast-login-content .close img {
            width: 20px;
            height: 20px;
            display: block;
            float: right;
            margin-right: 20px;
            cursor: pointer;
        }

.fast-mainBox {
    width: 360px;
    min-height: 430px;
    position: relative;
    margin: 0 auto;
}

    .fast-mainBox .common {
        background: #fff;
        border-radius: 6px;
        width: 100%;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

    .fast-mainBox .fast-title {
        font-size: 20px;
        line-height: 60px;
        text-align: center;
        color: #333;
    }

    .fast-mainBox .loginBox-default {
        background: #fff;
        border-radius: 6px;
        width: 100%;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        opacity: 0;
        z-index: 5;
        height: 455px;
    }

    .fast-mainBox .loginBox-active {
        background: #fff;
        border-radius: 6px;
        width: 100%;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        opacity: 1;
        z-index: 10;
        height: 440px;
    }

    .fast-mainBox .loginBox-active-captcha {
        background: #fff;
        border-radius: 6px;
        width: 100%;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        opacity: 1;
        z-index: 10;
        height: 100%;
    }

    .fast-mainBox .registerBox-default {
        background: #fff;
        border-radius: 6px;
        width: 100%;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        height: 440px;
        opacity: 0;
        z-index: 5;
    }

    .fast-mainBox .registerBox-active {
        background: #fff;
        border-radius: 6px;
        width: 100%;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        height: 455px;
        opacity: 1;
        z-index: 10;
    }

    .fast-mainBox .go-register {
        width: 280px;
        margin: 0 auto;
        border-top: 1px solid #eee;
        padding-top: 16px;
        font-size: 14px;
        color: #999;
        text-align: center;
        margin-top: 17px;
    }

        .fast-mainBox .go-register a {
            color: #e83820;
            text-decoration: none;
        }

            .fast-mainBox .go-register a:hover {
                text-decoration: underline;
                color: #143c7c;
            }

    .fast-mainBox .fast-error-box {
        position: absolute;
        width: 236px;
        border: 1px solid #e83820;
        min-height: 20px;
        background: #fde7ec url("/cn/source/img//login/error_icon.jpg") no-repeat 10px 8px;
        color: #333;
        font-size: 12px;
        left: 40px;
        top: 9px;
        padding: 5px 5px 5px 36px;
        line-height: 20px;
    }

    .fast-mainBox input.inviteCode-input {
        background: #fff;
        border: 1px solid #efefef;
        height: 30px;
        line-height: 32px;
    }

    .fast-mainBox .register-bottom {
        width: 280px;
        margin: 20px auto 0;
        border-top: 1px solid #eee;
        padding-top: 20px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }

    .fast-mainBox a.go-login {
        color: #e83820;
    }

        .fast-mainBox a.go-login:hover {
            text-decoration: underline;
        }

    .fast-mainBox .binding .btnS {
        margin-bottom: 10px;
    }

    .fast-mainBox .fast-otherWay .list {
        width: 192px;
        margin: 0 auto;
    }

    .fast-mainBox .fast-otherWay span {
        width: 280px;
        display: block;
        margin: 0 auto 10px;
        padding-bottom: 10px;
        color: #999;
        text-align: center;
    }

    .fast-mainBox .fast-otherWay a {
        display: inline-block;
        margin: 0 8px;
        width: 32px;
        height: 32px;
    }

    .fast-mainBox .fast-otherWay img {
        width: 32px;
        height: 32px;
    }

    .fast-mainBox .copyTxt {
        margin-top: 120px;
    }

    .fast-mainBox .registerBtn {
        z-index: 1;
    }

    .fast-mainBox .waring {
        text-align: left;
        overflow: hidden;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.6s ease-in-out;
        position: absolute;
        left: 410px;
        top: 50%;
        transform: translateY(-50%);
        width: 360px;
    }

        .fast-mainBox .waring img, .fast-mainBox .waring span {
            float: left;
        }

        .fast-mainBox .waring img {
            width: 16px;
            height: 16px;
            float: left;
            border-radius: 50%;
            margin-top: 1px;
        }

        .fast-mainBox .waring span {
            text-indent: 5px;
            width: 343px;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 18px;
        }

    .fast-mainBox .waring-default {
        text-align: left;
        overflow: hidden;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.6s ease-in-out;
        position: absolute;
        left: 410px;
        top: 50%;
        transform: translateY(-50%);
        width: 360px;
        height: 0px;
    }

        .fast-mainBox .waring-default img, .fast-mainBox .waring-default span {
            float: left;
        }

        .fast-mainBox .waring-default img {
            width: 16px;
            height: 16px;
            float: left;
            border-radius: 50%;
            margin-top: 1px;
        }

        .fast-mainBox .waring-default span {
            text-indent: 5px;
            width: 343px;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 18px;
        }

    .fast-mainBox .waring-active {
        text-align: left;
        overflow: hidden;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.6s ease-in-out;
        position: absolute;
        left: 410px;
        top: 50%;
        transform: translateY(-50%);
        width: 360px;
        height: 18px;
    }

        .fast-mainBox .waring-active img, .fast-mainBox .waring-active span {
            float: left;
        }

        .fast-mainBox .waring-active img {
            width: 16px;
            height: 16px;
            float: left;
            border-radius: 50%;
            margin-top: 1px;
        }

        .fast-mainBox .waring-active span {
            text-indent: 5px;
            width: 343px;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 18px;
        }

    .fast-mainBox .loading-box {
        overflow: hidden;
        position: relative;
        width: 280px;
        margin: 0 auto;
    }

        .fast-mainBox .loading-box .loading {
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: rotate(0) translate(0) scale(1) skew(0);
            -webkit-transform: rotate(0) translate(0) scale(1) skew(0);
            -o-transform: rotate(0) translate(0) scale(1) skew(0);
            transform: rotate(0) translate(0) scale(1) skew(0);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 9999;
        }

        .fast-mainBox .loading-box .loading-default {
            display: none;
        }

        .fast-mainBox .loading-box .loading-active {
            display: block;
        }

    .fast-mainBox .btnS {
        border: 1px solid #999999;
        outline-color: #ff3366;
        border-radius: 6px;
        width: 280px;
        height: 42px;
        background-color: #e83820;
        margin: 15px 0 20px;
        border-width: 0;
        border-radius: 3px;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        position: relative;
        z-index: 1;
    }

        .fast-mainBox .btnS:link {
            background-color: #e94e5f;
        }

        .fast-mainBox .btnS:hover {
            background-color: #d14655;
        }

        .fast-mainBox .btnS:active {
            box-shadow: 0 0 0 2px #ff3366;
        }

        .fast-mainBox .btnS:focus {
            outline: none;
        }

    .fast-mainBox .fotgetPsw {
        text-align: center;
        padding-top: 13px;
    }

        .fast-mainBox .fotgetPsw a {
            color: #e83820;
            text-decoration: none;
            cursor: pointer;
        }

            .fast-mainBox .fotgetPsw a:hover {
                text-decoration: underline;
                color: #e83820;
            }

    .fast-mainBox .emailAuto {
        position: relative;
    }

    .fast-mainBox .input-close {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url("/cn/source/img//login/input_close.png") no-repeat center center;
        cursor: pointer;
    }

    .fast-mainBox #loginList, .fast-mainBox #registerList {
        padding-left: 0;
        width: 280px;
        list-style: none;
        border: 1px solid #74c9e6;
        -moz-border-radius: 0 0 2px 2px;
        border-radius: 2px;
        position: absolute;
        top: 42px;
        left: 0px;
        background: #fff;
        display: none;
        z-index: 9999;
        height: 176px;
        overflow-y: scroll;
    }

        .fast-mainBox #loginList li, .fast-mainBox #registerList li {
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-indent: 10px;
            cursor: pointer;
            overflow: hidden;
            text-align: left;
        }

            .fast-mainBox #loginList li.first_li, .fast-mainBox #registerList li.first_li {
                cursor: default;
            }

        .fast-mainBox #loginList .current, .fast-mainBox #registerList .current {
            background: #baeafb;
        }

    .fast-mainBox .loginMsg {
        width: 280px;
        height: 42px;
        margin: 10px auto 0;
        position: relative;
    }

        .fast-mainBox .loginMsg input {
            width: 100%;
            height: 100%;
            line-height: 38px;
            border-radius: 3px;
            border: none;
            text-indent: 6px;
            background: #efefef;
            text-indent: 20px;
        }

            .fast-mainBox .loginMsg input:focus {
                outline: 2px solid #ff3366;
                border-radius: 3px;
            }

        .fast-mainBox .loginMsg .showPsw {
            position: absolute;
            right: 12px;
            top: 13px;
        }

            .fast-mainBox .loginMsg .showPsw img {
                width: 24px;
                height: 24px;
                cursor: pointer;
            }

        .fast-mainBox .loginMsg #verCode-input {
            width: 172px;
        }

        .fast-mainBox .loginMsg .verCode {
            position: absolute;
            right: 0px;
            top: 0px;
        }

            .fast-mainBox .loginMsg .verCode img {
                height: 42px;
                width: 100px;
                cursor: pointer;
            }

.container1 > div, .container2 > div, .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner {
    width: 20px;
    height: 20px;
    position: relative;
}

    .spinner .spinner-container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .spinner .container2 {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .spinner .container3 {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    .spinner .circle1 {
        top: 0;
        left: 0;
    }

    .spinner .circle2 {
        top: 0;
        right: 0;
    }

    .spinner .circle3 {
        right: 0;
        bottom: 0;
    }

    .spinner .circle4 {
        left: 0;
        bottom: 0;
    }

    .spinner .container2 .circle1 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .container3 .circle1 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spinner .container1 .circle2 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .container2 .circle2 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .spinner .container3 .circle2 {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .spinner .container1 .circle3 {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .spinner .container2 .circle3 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .spinner .container3 .circle3 {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .spinner .container1 .circle4 {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .spinner .container2 .circle4 {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .spinner .container3 .circle4 {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.detail-header {
    background: #ffffff;
    padding: 18px;
    margin-bottom: 8px;
}

    .detail-header .detail-title {
        color: #143c7c;
    }

    .detail-header .detail-title {
        display: table;
        width: 100%;
        height: 20px;
        color: #143c7c;
        box-sizing: border-box;
        overflow: hidden;
    }

        .detail-header .detail-title i {
            display: table-cell;
            border-bottom: 1px solid #e5e5e5;
            transform: translateY(-10px);
        }

        .detail-header .detail-title h3 {
            display: table-cell;
            width: 1px;
            color: #ff3c3c;
            padding-right: 8px;
            white-space: nowrap;
            letter-spacing: 1px;
            line-height: 1.5;
            font-size: 14px;
            font-weight: bold;
        }

    .detail-header a, .detail-header a:link, .detail-header a:hover, .detail-header a:focus {
        color: #ff3c3c;
    }

.detail-box {
    background-color: #ffffff;
    padding: 20px;
}

    .detail-box a, .detail-box a:link, .detail-box a:hover, .detail-box a:focus {
        color: #ff3c3c;
    }

    .detail-box .detail-subTitle {
        color: #ff3c3c;
        padding: 5px 20px;
        line-height: 1.5;
        background: #fff1f1;
        border-radius: 12px;
    }
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.detail-title {
    display: table;
    width: 100%;
    height: 20px;
    color: #666;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
}

    .detail-title i {
        display: table-cell;
        border-bottom: 1px solid #e5e5e5;
        transform: translateY(-10px);
    }

    .detail-title h3 {
        display: table-cell;
        width: 1px;
        padding-right: 8px;
        white-space: nowrap;
        letter-spacing: 1px;
        line-height: 1.5;
        font-size: 14px;
        font-family: microsoft yahei;
        font-weight: bold;
    }

.detail-subTitle {
    color: #5097ff;
    cursor: default;
    text-decoration: none;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.detail-goodsDetail {
    overflow: hidden;
}

    .detail-goodsDetail iframe {
        border: 0;
        width: 100%;
        height: 800px;
        overflow-y: scroll;
    }

    .detail-goodsDetail > img {
        width: 100%; /* max-width: 740px; */
    }

.hr {
    margin: 20px 0;
    border-bottom: 1px dashed #b3b3b3;
}

.detail-forbidden {
    padding: 12px 0px;
    margin: 5px 0 20px 0;
    color: #333;
}

    .detail-forbidden em {
        color: #ff1733;
    }

    .detail-forbidden li {
        margin-top: 12px;
    }

        .detail-forbidden li .detail-forbidden-icon {
            display: inline-block;
            margin-top: 20px;
        }

            .detail-forbidden li .detail-forbidden-icon > i {
                width: 80px;
                height: 80px;
                margin-right: 20px;
                display: inline-block;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }

                .detail-forbidden li .detail-forbidden-icon > i:last-child {
                    margin-right: 0;
                }

        .detail-forbidden li:nth-of-type(1) .detail-forbidden-icon > i:nth-of-type(1) {
            background-image: url("/cn/source/img/buy/icon_forbidden_2.png");
        }

        .detail-forbidden li:nth-of-type(1) .detail-forbidden-icon > i:nth-of-type(2) {
            background-image: url("/cn/source/img/buy/icon_forbidden_6.png");
        }

        .detail-forbidden li:nth-of-type(1) .detail-forbidden-icon > i:nth-of-type(3) {
            background-image: url("/cn/source/img/buy/icon_forbidden_8.png");
        }

        .detail-forbidden li:nth-of-type(2) {
            margin-top: 30px;
        }

            .detail-forbidden li:nth-of-type(2) .detail-forbidden-icon > i:nth-of-type(1) {
                background-image: url("/cn/source/img/buy/icon_forbidden_3.png");
            }

            .detail-forbidden li:nth-of-type(2) .detail-forbidden-icon > i:nth-of-type(2) {
                background-image: url("/cn/source/img/buy/icon_forbidden_5.png");
            }

            .detail-forbidden li:nth-of-type(2) .detail-forbidden-icon > i:nth-of-type(3) {
                background-image: url("/cn/source/img/buy/icon_forbidden_4.png");
            }

            .detail-forbidden li:nth-of-type(2) .detail-forbidden-icon > i:nth-of-type(4) {
                background-image: url("/cn/source/img/buy/icon_forbidden_1.png");
            }

            .detail-forbidden li:nth-of-type(2) .detail-forbidden-icon > i:nth-of-type(5) {
                background-image: url("/cn/source/img/buy/icon_forbidden_7.png");
            }

            .detail-forbidden li:nth-of-type(2) .detail-forbidden-icon > i:nth-of-type(6) {
                background-image: url("/cn/source/img/buy/icon_forbidden_9.png");
            }

        .detail-forbidden li:nth-of-type(3) {
            margin-top: 30px;
        }

            .detail-forbidden li:nth-of-type(3) .detail-forbidden-icon > i:nth-of-type(1) {
                background-image: url("/cn/source/img/buy/icon_forbidden_10.png");
            }

    .detail-forbidden .popBox {
        top: 30px;
        left: -120px;
        width: 590px;
    }

        .detail-forbidden .popBox .arrow-top {
            left: 124px;
            margin-left: 0;
        }

.detail-expressTable {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

    .detail-expressTable tr {
        height: 40px;
        line-height: 40px;
        color: #333;
        text-align: center;
    }

        .detail-expressTable tr:nth-of-type(odd) {
            background: #f9f9f9;
        }

    .detail-expressTable th {
        background: #eee;
        text-align: center;
        font-size: 14px;
    }

    .detail-expressTable td {
        border: 1px solid #eee;
        border-top: 0;
        border-bottom: 0;
    }

    .detail-expressTable i {
        display: inline-block;
        width: 18px;
        height: 14px;
        background-image: url("/cn/source/img/buy/icon_ok.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.detail-expressVolume {
    margin-bottom: 30px;
}

    .detail-expressVolume dl {
        width: 100%;
        box-sizing: border-box;
        float: left;
        font-size: 12px;
        padding: 10px 10px 10px 10px;
        margin: 5px 0;
        background-size: 40px 40px;
        background-position: 0px center;
        background-repeat: no-repeat;
        background-color: #f5f5f5;
    }

        .detail-expressVolume dl::before {
            width: 40px;
            height: 40px;
            display: block;
            content: " ";
            position: relative;
            float: left;
            margin-right: 10px;
            background-image: url("/cn/source/img/buy/icon_express.png");
        }

        .detail-expressVolume dl:nth-of-type(1)::before {
            background-position: 0px calc(0px);
        }

        .detail-expressVolume dl:nth-of-type(2)::before {
            background-position: 0px calc(-40px);
        }

        .detail-expressVolume dl:nth-of-type(3)::before {
            background-position: 0px calc(-80px);
        }

        .detail-expressVolume dl:nth-of-type(4)::before {
            background-position: 0px calc(-120px);
        }

        .detail-expressVolume dl:nth-of-type(5)::before {
            background-position: 0px calc(-160px);
        }

        .detail-expressVolume dl:nth-of-type(6)::before {
            background-position: 0px calc(-200px);
        }

    .detail-expressVolume dt {
        font-weight: bold;
        font-size: 12px;
        color: #333;
    }

    .detail-expressVolume dd {
        font-size: 12px;
    }

    .detail-expressVolume.detail-expressVolume-en {
        margin-bottom: 10px;
    }

        .detail-expressVolume.detail-expressVolume-en dl {
            margin: 10px 0 30px;
        }
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.detail-afterSales {
    color: #333;
}

    .detail-afterSales nav {
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .detail-afterSales nav a.question-link {
            line-height: 28px;
            color: #333333;
        }

            .detail-afterSales nav a.question-link:hover, .detail-afterSales nav a.question-link:active, .detail-afterSales nav a.question-link:focus {
                color: #ff3c3c;
            }

        .detail-afterSales nav p::before {
            content: "\B7   ";
            color: #5097ff;
        }
/* 娑撴槒澹婄拫锟� */
*, :after, :before {
    box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.dialogSensitive-wrap {
    width: 100%;
    height: 100%;
    background: center no-repeat rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .dialogSensitive-wrap .dialogSensitive {
        width: 444px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -178px;
        margin-left: -225px;
        background: #fff;
        border-radius: 4px;
        border: 3px solid #fe4255;
    }

        .dialogSensitive-wrap .dialogSensitive:before {
            content: "";
            width: 186px;
            height: 311px;
            position: absolute;
            right: -109px;
            bottom: -3px;
            background: url("/cn/source/img/buy/sensitive_man.png") no-repeat;
        }

    .dialogSensitive-wrap .dialogSensitive-close {
        width: 20px;
        height: 20px;
        background: url("/cn/source/img/buy/icon_cross.png") no-repeat;
        position: absolute;
        right: 17px;
        top: 17px;
        text-indent: -9000em;
        z-index: 3;
        cursor: pointer;
    }

    .dialogSensitive-wrap .dialogSensitive-body {
        position: relative;
        z-index: 2;
        padding: 20px 28px 30px 28px;
    }

        .dialogSensitive-wrap .dialogSensitive-body h3 {
            font-size: 18px;
            color: #fe4255;
            line-height: 30px;
        }

        .dialogSensitive-wrap .dialogSensitive-body p {
            margin-top: 14px;
            font-size: 12px;
            color: #333;
            line-height: 20px;
        }

        .dialogSensitive-wrap .dialogSensitive-body a {
            display: block;
            width: 240px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            text-align: center;
            font-size: 14px;
            background: #fe4255;
            border-radius: 2px;
            margin: 45px auto 0 auto;
        }

            .dialogSensitive-wrap .dialogSensitive-body a:hover {
                text-decoration: none;
            }

    .dialogSensitive-wrap footer {
        position: relative;
        z-index: 2;
        background: #f5f5f5;
        padding: 15px 30px;
        box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 0.3);
    }

        .dialogSensitive-wrap footer strong, .dialogSensitive-wrap footer p {
            font-size: 12px;
        }

        .dialogSensitive-wrap footer p {
            color: #666;
            margin-top: 4px;
        }

        .dialogSensitive-wrap footer a {
            margin: 0 4px;
            text-decoration: underline;
        }

.cart-num-message {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

    .cart-num-message .message {
        width: 285px;
        height: 120px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

        .cart-num-message .message h3 {
            font-size: 12px;
            color: #000;
            text-align: center;
            height: 20px;
            line-height: 20px;
            margin: 20px 0 30px;
        }

            .cart-num-message .message h3 i {
                display: inline-block;
                width: 20px;
                height: 20px;
                background: url("/cn/source/img/buy/message_icon.png") 0 0 no-repeat;
                vertical-align: middle;
                margin-right: 5px;
            }

        .cart-num-message .message button {
            width: 80px;
            height: 30px;
            margin: 0 auto;
            background: #e83820;
            text-align: center;
            line-height: 30px;
            color: #fff;
            font-size: 12px;
            display: block;
            border: 0;
            outline: none;
        }
