html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, textarea {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 "Arial","Hiragino Sans GB","Microsoft YaHei","SimSun";
    color: #6c6c6c;
    border-radius: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

i {
    display: block;
}

@-webkit-keyframes header-down {
    0% {
        top: -50px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes header-down {
    0% {
        top: -50px;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes header-down {
    0% {
        top: -50px;
    }

    100% {
        top: 0;
    }
}

@keyframes header-down {
    0% {
        top: -50px;
    }

    100% {
        top: 0;
    }
}

.btn, input.btn {
    display: inline-block;
    width: 98px;
    height: 28px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

    .btn.btn-disabled, input.btn.btn-disabled {
        background-color: #e5e5e5 !important;
        border-color: #e5e5e5 !important;
        color: #9c9c9c !important;
        cursor: not-allowed !important;
    }

    .btn.btn-default, input.btn.btn-default {
        border-color: #e5e5e5;
        background-color: #fff;
    }

        .btn.btn-default:hover, input.btn.btn-default:hover {
            border-color: #ffdce5;
            color: #ef3664;
        }

    .btn.btn-red, input.btn.btn-red {
        border-color: #fb658a;
        color: #ef3664;
    }

        .btn.btn-red:hover, input.btn.btn-red:hover {
            border-color: #fb658a;
            background-color: #fff2f5;
            color: #fb658a;
        }

    .btn.btn-gray, input.btn.btn-gray {
        border-color: #ebebeb;
        background-color: #f5f5f5;
    }

        .btn.btn-gray:hover, input.btn.btn-gray:hover {
            color: #ef3664;
        }

    .btn.btn-primary, input.btn.btn-primary {
        background-color: #fb658a;
        border-color: #fb658a;
        color: #fff;
    }

        .btn.btn-primary:hover, input.btn.btn-primary:hover {
            border-color: #ef3664;
            color: #ffdce5;
        }

    .btn.btn-x-big, input.btn.btn-x-big {
        width: 178px;
        height: 38px;
        line-height: 40px;
    }

    .btn.btn-big, input.btn.btn-big {
        width: 148px;
        height: 32px;
        line-height: 34px;
    }

    .btn.btn-small, input.btn.btn-small {
        font-size: 12px;
        width: 60px;
        height: 22px;
        line-height: 24px;
    }

    .btn.btn-x-small, input.btn.btn-x-small {
        font-size: 12px;
        width: 58px;
        height: 18px;
        line-height: 20px;
    }

.screen {
    border: 1px solid #ebebeb;
    background-color: #fff;
    position: relative;
    z-index: 400;
}

    .screen h5 {
        height: 36px;
        line-height: 36px;
        padding: 0 10px 0 20px;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        background: #f5f5f5;
    }

        .screen h5 small {
            color: #6c6c6c;
            font-size: 12px;
        }

            .screen h5 small .num {
                color: #333;
                font-family: arial;
            }

    .screen .catid {
        display: none;
    }

        .screen .catid .nav-category {
            border-bottom: none;
        }

        .screen .catid .nc-value {
            border-bottom: 1px dashed #ebebeb;
        }

        .screen .catid .last .nc-value {
            border-bottom: none;
        }

        .screen .catid .last.nav-category {
            border-bottom: 1px dashed #ebebeb;
        }

    .screen .nav-filter .nc-value {
        z-index: 100;
    }

    .screen .nav-category {
        height: auto;
        border-bottom: 1px dashed #ebebeb;
    }

        .screen .nav-category .nc-key, .screen .nav-category .all, .screen .nav-category .types {
            float: left;
        }

        .screen .nav-category .nc-key {
            width: 95px;
            padding-left: 19px;
            line-height: 36px;
            color: #9c9c9c;
        }

        .screen .nav-category .nc-value {
            float: left;
            position: relative;
            width: 1074px;
            height: auto;
            background-color: #fff;
        }

            .screen .nav-category .nc-value a.all, .screen .nav-category .nc-value span.all {
                text-align: center;
                float: left;
                width: 80px;
                color: #6c6c6c;
                cursor: pointer;
            }

                .screen .nav-category .nc-value a.all.red, .screen .nav-category .nc-value span.all.red {
                    color: #fb658a;
                }

            .screen .nav-category .nc-value .types {
                width: 970px;
                height: 28px;
                overflow: hidden;
                padding: 5px 0;
            }

                .screen .nav-category .nc-value .types a {
                    height: 28px;
                    line-height: 28px;
                    margin: 0 40px 0 0;
                    white-space: nowrap;
                    cursor: pointer;
                    display: inline-block;
                }

                    .screen .nav-category .nc-value .types a.selected {
                        color: #ef3664;
                    }

                    .screen .nav-category .nc-value .types a:hover {
                        color: #ef3664;
                    }

                .screen .nav-category .nc-value .types.show-more {
                    height: auto;
                }

            .screen .nav-category .nc-value .more {
                position: absolute;
                display: none;
                right: 10px;
                top: 5px;
                width: 36px;
                height: 24px;
                color: #6c6c6c;
                line-height: 24px;
                cursor: pointer;
            }

                .screen .nav-category .nc-value .more.close i {
                    transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                }

                .screen .nav-category .nc-value .more i {
                    position: absolute;
                    right: 0;
                    top: 10px;
                    transition: transform .2s ease-in 0s;
                    -webkit-transition: -webkit-transform .2s ease-in 0s;
                    background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                    background-position: -270px -244px;
                    width: 7px;
                    height: 4px;
                }

        .screen .nav-category.last, .screen .nav-category:last-child {
            border-bottom: none;
        }

        .screen .nav-category .small-box {
            padding-left: 60px;
        }

            .screen .nav-category .small-box .small-cate {
                width: 1130px;
            }

                .screen .nav-category .small-box .small-cate .types {
                    width: 1000px;
                    border-bottom: 1px dotted #efefef;
                }

                    .screen .nav-category .small-box .small-cate .types.last {
                        border-bottom: none;
                    }

.body_search3 .conditions {
    margin-left: -18px;
}

.conditions li.c-item {
    position: relative;
    margin: 0 26px 0 0;
    float: left;
    border: 1px solid #fff;
    border-bottom: none;
    cursor: pointer;
}

    .conditions li.c-item .trigger {
        z-index: 80;
        height: 33px;
        line-height: 34px;
        padding: 0 25px 0 18px;
        cursor: pointer;
        color: #6c6c6c;
        position: relative;
        border-bottom: 1px solid #fff;
    }

        .conditions li.c-item .trigger i {
            top: 15px;
            right: 15px;
            position: absolute;
            transition: transform .2s ease-in 0s;
            -webkit-transition: -webkit-transform .2s ease-in 0s;
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -270px -244px;
            width: 7px;
            height: 4px;
        }

        .conditions li.c-item .trigger em {
            color: #999;
        }

        .conditions li.c-item .trigger .value {
            max-width: 55px;
            overflow: hidden;
            display: inline-block;
            white-space: nowrap;
            vertical-align: top;
            text-overflow: ellipsis;
            color: #333;
        }

    .conditions li.c-item .overlay {
        position: absolute;
        width: 400px;
        top: 34px;
        left: -1px;
        display: none;
        z-index: 30;
    }

        .conditions li.c-item .overlay .o-item {
            width: 392px;
            height: auto;
            overflow: hidden;
            padding: 15px 10px 14px;
            line-height: 26px;
            border: 1px solid #ddd;
            background-color: #fff;
        }

            .conditions li.c-item .overlay .o-item a.o-item-all {
                height: 30px;
                line-height: 30px;
                display: block;
                clear: both;
                float: none;
                text-align: center;
                margin: 0 10px 8px;
                background-color: #f5f5f5;
            }

            .conditions li.c-item .overlay .o-item a {
                float: left;
                margin: 0 10px 4px;
                color: #333;
                white-space: nowrap;
            }

                .conditions li.c-item .overlay .o-item a:hover, .conditions li.c-item .overlay .o-item a.selected {
                    color: #ef3664;
                }

            .conditions li.c-item .overlay .o-item.o-item-btns {
                width: 300px;
                padding: 20px 20px 20px 10px;
            }

                .conditions li.c-item .overlay .o-item.o-item-btns .btns {
                    padding: 4px 0 0;
                    text-align: center;
                    clear: both;
                }

                .conditions li.c-item .overlay .o-item.o-item-btns .btn {
                    width: 80px;
                    margin: 0;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    color: #ef3664;
                    border: 1px solid #fb658a;
                    outline: none;
                    display: block;
                    cursor: pointer;
                    text-align: center;
                    background-color: #fff;
                    vertical-align: middle;
                    margin: 0 5px;
                    display: inline-block;
                    zoom: 1;
                    *display: inline;
                }

                    .conditions li.c-item .overlay .o-item.o-item-btns .btn:hover {
                        background-color: #fb658a;
                        color: #fff;
                    }

                .conditions li.c-item .overlay .o-item.o-item-btns .btn-fill {
                    background-color: #fb658a;
                    color: #fff;
                }

                    .conditions li.c-item .overlay .o-item.o-item-btns .btn-fill:hover {
                        color: #ffdce5;
                    }

    .conditions li.c-item:hover, .conditions li.c-item.hover {
        top: -1px;
        z-index: 99;
        border-color: #ddd;
    }

        .conditions li.c-item:hover .trigger, .conditions li.c-item.hover .trigger {
            padding-top: 1px;
            margin-bottom: -1px;
        }

            .conditions li.c-item:hover .trigger i, .conditions li.c-item.hover .trigger i {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
            }

        .conditions li.c-item:hover .overlay, .conditions li.c-item.hover .overlay {
            display: block;
        }

    .conditions li.c-item.date:hover, .conditions li.c-item.date.hover {
        border-color: #fff;
    }

.conditions .checks {
    height: auto;
}

    .conditions .checks li {
        width: 64px;
        height: 24px;
        line-height: 24px;
        margin: 0 0 14px 9px;
        float: left;
        cursor: pointer;
        color: #333;
        text-align: center;
        position: relative;
        border: 1px solid #ddd;
        overflow: hidden;
    }

        .conditions .checks li i {
            right: -2px;
            bottom: -5px;
            display: none;
            position: absolute;
            color: #fb658a;
        }

        .conditions .checks li.selected {
            border-color: #fb658a;
        }

            .conditions .checks li.selected i {
                display: block;
            }

.nc-current {
    width: 660px;
    margin-top: 10px;
}

    .nc-current span {
        color: #333;
    }

        .nc-current span.current-cate {
            padding: 5px 0 5px 10px;
            border: 1px solid #e5e5e5;
            background: #f5f5f5;
            line-height: 1;
        }

            .nc-current span.current-cate i {
                cursor: pointer;
                color: #999;
            }

                .nc-current span.current-cate i:hover {
                    color: #fb658a;
                }

.nc-count {
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 20px;
    font-weight: 500;
    color: #333;
}

    .nc-count .num {
        color: #333;
        font-family: arial;
    }

.goods-sort {
    margin: 10px 0 20px;
    background-color: #f1f1f1;
    border: 1px solid #ebebeb;
}

    .goods-sort .pro-sort {
        overflow: hidden;
    }

        .goods-sort .pro-sort .s-b-left {
            float: left;
        }

            .goods-sort .pro-sort .s-b-left ul {
                overflow: hidden;
            }

                .goods-sort .pro-sort .s-b-left ul .h-item {
                    float: left;
                    width: 80px;
                    line-height: 40px;
                    text-align: center;
                    cursor: pointer;
                }

                    .goods-sort .pro-sort .s-b-left ul .h-item.curr {
                        background: #fff;
                    }

                        .goods-sort .pro-sort .s-b-left ul .h-item.curr span, .goods-sort .pro-sort .s-b-left ul .h-item.curr i {
                            color: #ef3664;
                        }

                        .goods-sort .pro-sort .s-b-left ul .h-item.curr.time {
                            width: 100px;
                        }

                    .goods-sort .pro-sort .s-b-left ul .h-item span {
                        color: #333;
                        vertical-align: middle;
                    }

                    .goods-sort .pro-sort .s-b-left ul .h-item.desc .sort-down {
                        visibility: visible;
                        display: inline;
                    }

                    .goods-sort .pro-sort .s-b-left ul .h-item.desc .sort-up {
                        display: none;
                    }

                    .goods-sort .pro-sort .s-b-left ul .h-item.asc .sort-up {
                        visibility: visible;
                        display: inline;
                    }

                    .goods-sort .pro-sort .s-b-left ul .h-item.asc .sort-down {
                        display: none;
                    }

                    .goods-sort .pro-sort .s-b-left ul .h-item .vvicon {
                        vertical-align: middle;
                        font-size: 14px;
                        visibility: hidden;
                    }

                    .goods-sort .pro-sort .s-b-left ul .h-item .sort-up {
                        display: none;
                    }

                .goods-sort .pro-sort .s-b-left ul .item {
                    float: left;
                    width: 80px;
                    line-height: 38px;
                    text-align: center;
                }

                    .goods-sort .pro-sort .s-b-left ul .item input::-webkit-input-placeholder {
                        color: #9c9c9c;
                    }

                    .goods-sort .pro-sort .s-b-left ul .item input::-moz-placeholder {
                        color: #9c9c9c;
                    }

                    .goods-sort .pro-sort .s-b-left ul .item input:-ms-input-placeholder {
                        color: #9c9c9c;
                    }

                    .goods-sort .pro-sort .s-b-left ul .item input:-moz-placeholder {
                        color: #9c9c9c;
                    }

                    .goods-sort .pro-sort .s-b-left ul .item.time {
                        width: 98px;
                    }

                        .goods-sort .pro-sort .s-b-left ul .item.time.curr {
                            width: 100px;
                        }

                    .goods-sort .pro-sort .s-b-left ul .item.price {
                        height: 40px;
                        padding: 0 5px 0 0;
                        width: auto;
                        border-right: none;
                    }

                        .goods-sort .pro-sort .s-b-left ul .item.price .line {
                            width: 5px;
                            height: 1px;
                            margin-top: 21px;
                            background-color: #9c9c9c;
                            overflow: hidden;
                        }

                        .goods-sort .pro-sort .s-b-left ul .item.price .price-box {
                            margin: 7px 5px 0;
                            width: 60px;
                            height: 24px;
                            border: 1px solid #ddd;
                            padding-left: 10px;
                            line-height: 2;
                            background-color: #fff;
                            overflow: hidden;
                        }

                            .goods-sort .pro-sort .s-b-left ul .item.price .price-box:focus {
                                border-color: #fb658a;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.price .price-box em {
                                color: #9c9c9c;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.price .price-box .input_bak {
                                width: 62px;
                                height: 26px;
                                line-height: 26px;
                                border: none;
                                border-width: 0;
                                color: #333;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.price .price-box.ml {
                                margin-left: 10px;
                            }

                        .goods-sort .pro-sort .s-b-left ul .item.price .btn {
                            margin: 0;
                            height: 24px;
                            line-height: 24px;
                            font-size: 14px;
                            color: #ef3664;
                            border: 1px solid #fb658a;
                            outline: none;
                            display: block;
                            cursor: pointer;
                            text-align: center;
                            background-color: #fff;
                            background-color: #fb658a;
                            color: #fff;
                            float: left;
                            margin: 7px 0 0;
                            padding: 0 12px;
                        }

                            .goods-sort .pro-sort .s-b-left ul .item.price .btn:hover {
                                background-color: #fb658a;
                                color: #fff;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.price .btn:hover {
                                color: #ffdce5;
                            }

                        .goods-sort .pro-sort .s-b-left ul .item.price .price_start_end {
                            width: 50px;
                            font-size: 12px;
                            padding-left: 0;
                            padding-right: 0;
                            margin-right: 5px;
                        }

                    .goods-sort .pro-sort .s-b-left ul .item.combine, .goods-sort .pro-sort .s-b-left ul .item.slzz, .goods-sort .pro-sort .s-b-left ul .item.sp, .goods-sort .pro-sort .s-b-left ul .item.video {
                        width: 150px;
                        background-color: #fff;
                        height: 26px;
                        line-height: 26px;
                        margin-top: 8px;
                        margin-right: 8px;
                    }

                        .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine {
                            padding: 0 13px 0 10px;
                            height: 26px;
                        }

                            .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine .h-item, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine .h-item, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine .h-item, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine .h-item {
                                display: inline;
                                margin: 0;
                                float: none;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine .opt-checkbox .vvicon, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine .opt-checkbox .vvicon, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine .opt-checkbox .vvicon, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine .opt-checkbox .vvicon {
                                float: left;
                                color: #fb658a;
                                font-size: 16px;
                                cursor: pointer;
                                visibility: visible;
                                line-height: 28px;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine a.vvicon, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine a.vvicon, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine a.vvicon, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine a.vvicon {
                                color: #fecc26;
                                font-size: 14px;
                                float: right;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine .checkbox-checked .checked, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine .checkbox-checked .checked, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine .checkbox-checked .checked, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine .checkbox-checked .checked {
                                display: inline-block;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine .checkbox-checked .uncheck, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine .checkbox-checked .uncheck, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine .checkbox-checked .uncheck, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine .checkbox-checked .uncheck {
                                display: none;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine .checkbox-uncheck .checked, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine .checkbox-uncheck .checked, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine .checkbox-uncheck .checked, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine .checkbox-uncheck .checked {
                                display: none;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine .checkbox-uncheck .uncheck, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine .checkbox-uncheck .uncheck, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine .checkbox-uncheck .uncheck, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine .checkbox-uncheck .uncheck {
                                display: inline-block;
                                color: #e5e5e5;
                            }

                            .goods-sort .pro-sort .s-b-left ul .item.combine .opt-combine .opt-text, .goods-sort .pro-sort .s-b-left ul .item.slzz .opt-combine .opt-text, .goods-sort .pro-sort .s-b-left ul .item.sp .opt-combine .opt-text, .goods-sort .pro-sort .s-b-left ul .item.video .opt-combine .opt-text {
                                vertical-align: text-bottom;
                                display: inline-block;
                            }

                    .goods-sort .pro-sort .s-b-left ul .item.combine {
                        width: 150px;
                    }

                    .goods-sort .pro-sort .s-b-left ul .item.slzz {
                        width: 115px;
                    }

                    .goods-sort .pro-sort .s-b-left ul .item.sp {
                        width: 77px;
                    }

                    .goods-sort .pro-sort .s-b-left ul .item.video {
                        width: 100px;
                    }

        .goods-sort .pro-sort .s-b-right {
            line-height: 40px;
            padding-right: 12px;
            float: right;
        }

    .goods-sort .pro-sort-wt {
        background-color: #fff;
        border-top: 1px solid #ebebeb;
        height: 39px;
    }

.data-split {
    position: absolute;
}

.tips {
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 14px;
    color: #333;
    background-color: #fafafa;
}

    .tips a {
        font-size: 12px;
        font-weight: normal;
        margin: 10px;
        color: #6c6c6c;
    }

.item-goods {
    border: 1px solid #e5e5e5;
    height: 130px;
    padding: 10px;
}

    .item-goods .pic {
        width: 130px;
        height: 130px;
        text-align: center;
        overflow: hidden;
    }

        .item-goods .pic img {
            max-width: 130px;
            max-height: 130px;
        }

    .item-goods .desc {
        width: 550px;
        padding-left: 20px;
        line-height: 1;
    }

        .item-goods .desc .title {
            font-size: 14px;
        }

            .item-goods .desc .title a {
                color: #333;
            }

                .item-goods .desc .title a:hover {
                    color: #ef3664;
                }

        .item-goods .desc .price {
            padding: 15px 0;
            font-size: 18px;
            color: #ef3664;
            font-weight: bold;
            font-family: verdana;
        }

            .item-goods .desc .price span.yuan {
                font-weight: lighter;
                margin-right: 3px;
            }

        .item-goods .desc .info a {
            display: block;
            float: left;
            font-size: 14px;
        }

            .item-goods .desc .info a.ww-status {
                float: left;
                width: 15px;
                height: 15px;
                background-position: center;
                background-repeat: no-repeat;
            }

                .item-goods .desc .info a.ww-status.ww-on {
                    background-image: url(../Images/online.png);
                }

                .item-goods .desc .info a.ww-status.ww-off {
                    background-image: url(../Images/offline.png);
                }

        .item-goods .desc .info .info-shop {
            padding-right: 5px;
        }

        .item-goods .desc .info .shop-icon {
            margin-left: 10px;
            padding-left: 10px;
            height: 16px;
            border-left: 1px solid #e5e5e5;
        }

        .item-goods .desc .info .shop-icon-hd {
            overflow: inherit;
        }

            .item-goods .desc .info .shop-icon-hd .item-slzz-logo {
                margin-top: 0;
            }

        .item-goods .desc a.upload {
            width: 84px;
            margin: 0;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            border: 1px solid #fb658a;
            outline: none;
            display: block;
            cursor: pointer;
            text-align: center;
            background-color: #fff;
            border-color: #e5e5e5;
            color: #333;
            border-color: #fb658a;
            color: #ef3664;
        }

            .item-goods .desc a.upload:hover {
                background-color: #fb658a;
                color: #fff;
            }

            .item-goods .desc a.upload:hover {
                background-color: #fff;
                color: #ef3664;
                border: 1px solid #ffdce5;
            }

            .item-goods .desc a.upload:hover {
                background-color: #fb658a;
                color: #fff;
            }

.comment-list-box {
    margin-top: 10px;
}

    .comment-list-box h2 {
        color: #333;
        font-size: 16px;
        margin: 0 0 10px;
        font-weight: normal;
        line-height: 1;
    }

.side-list {
    width: 220px;
}

    .side-list li, .side-list dd {
        width: 220px;
        z-index: 10;
        margin-bottom: 10px;
        border: 1px solid #f5f5f5;
        position: relative;
        background: #fff;
    }

        .side-list li .isRecommd, .side-list dd .isRecommd {
            top: 0;
            left: 0;
            z-index: 999;
            position: absolute;
            background-image: url(./Images/sp_icon3.png?_=2cea5da7);
            background-position: -154px -61px;
            width: 33px;
            height: 20px;
        }

        .side-list li .more-info, .side-list dd .more-info {
            background-color: #fff;
        }

        .side-list li:hover, .side-list dd:hover, .side-list li.hover, .side-list dd.hover {
            z-index: 99;
        }

        .side-list li a, .side-list dd a {
            display: block;
        }

        .side-list li .pic, .side-list dd .pic {
            height: 330px;
            text-align: center;
            overflow: hidden;
        }

            .side-list li .pic img, .side-list dd .pic img {
                max-height: 100%;
            }

        .side-list li .ico_item_active, .side-list dd .ico_item_active {
            margin: 10px 0 0 5px;
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -154px -20px;
            width: 45px;
            height: 16px;
            display: none;
        }

        .side-list li .ico_item_active_1, .side-list dd .ico_item_active_1 {
            display: inline;
        }

        .side-list li .price, .side-list dd .price {
            float: left;
            padding-left: 8px;
            height: 38px;
            line-height: 38px;
            color: #ef3664;
            overflow: hidden;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
            font-family: verdana;
        }

            .side-list li .price span.yuan, .side-list dd .price span.yuan {
                margin-right: 2px;
                font-family: arial;
                font-weight: normal;
            }

        .side-list li .pos, .side-list dd .pos {
            float: right;
            width: 120px;
            text-align: right;
            padding-right: 5px;
            height: 38px;
            line-height: 38px;
        }

            .side-list li .pos .more-new-link, .side-list dd .pos .more-new-link {
                width: 120px;
                height: 16px;
                line-height: 16px;
                white-space: nowrap;
                overflow: hidden;
                vertical-align: middle;
                text-overflow: ellipsis;
                margin-top: 11px;
                max-width: 120px;
            }

                .side-list li .pos .more-new-link a, .side-list dd .pos .more-new-link a {
                    display: inline;
                    color: #333;
                    padding-right: 3px;
                }

                    .side-list li .pos .more-new-link a:hover, .side-list dd .pos .more-new-link a:hover {
                        color: #ef3664;
                    }

                    .side-list li .pos .more-new-link a img, .side-list dd .pos .more-new-link a img {
                        vertical-align: text-bottom;
                    }

            .side-list li .pos > a, .side-list dd .pos > a {
                width: 120px;
                height: 19px;
                line-height: 19px;
                white-space: nowrap;
                overflow: hidden;
                vertical-align: middle;
                text-overflow: ellipsis;
                color: #333;
                margin-top: 10px;
                max-width: 120px;
            }

                .side-list li .pos > a:hover, .side-list dd .pos > a:hover {
                    color: #ef3664;
                }

                .side-list li .pos > a img, .side-list dd .pos > a img {
                    vertical-align: text-bottom;
                    margin-right: 3px;
                }

            .side-list li .pos .triangle, .side-list dd .pos .triangle {
                left: 50px;
            }

            .side-list li .pos .triangle-up1, .side-list dd .pos .triangle-up1 {
                top: 34px;
            }

            .side-list li .pos .triangle-up2, .side-list dd .pos .triangle-up2 {
                top: 35px;
            }

            .side-list li .pos .more-info, .side-list dd .pos .more-info {
                padding: 5px 10px 10px;
                width: 200px;
                left: -96px;
                top: 38px;
                text-align: left;
                line-height: 26px;
            }

                .side-list li .pos .more-info .shop-pos, .side-list dd .pos .more-info .shop-pos {
                    margin: 0;
                }

                .side-list li .pos .more-info a.ww-status, .side-list dd .pos .more-info a.ww-status {
                    width: 15px;
                    height: 15px;
                    margin-top: 5px;
                    background-repeat: no-repeat;
                    background-position: center;
                }

                    .side-list li .pos .more-info a.ww-status.ww-off, .side-list dd .pos .more-info a.ww-status.ww-off {
                        background-image: url('../Images/offline.png');
                    }

                    .side-list li .pos .more-info a.ww-status.ww-on, .side-list dd .pos .more-info a.ww-status.ww-on {
                        background-image: url('../Images/online.png');
                    }

        .side-list li.small, .side-list dd.small {
            width: 166px;
        }

            .side-list li.small .pic, .side-list dd.small .pic {
                width: 166px;
                height: 250px;
            }

            .side-list li.small .price, .side-list dd.small .price {
                text-align: center;
                width: 166px;
                font-size: 16px;
                padding-left: 0;
            }

        .side-list li:hover, .side-list dd:hover {
            z-index: 11;
        }

        .side-list li.hover, .side-list dd.hover {
            z-index: 11;
        }

            .side-list li.hover .pos .more-info, .side-list dd.hover .pos .more-info, .side-list li.hover .pos .triangle, .side-list dd.hover .pos .triangle {
                display: block;
            }

            .side-list li.hover .more-info {
                display: block;
            }

    .side-list .service-tips {
        position: absolute;
        padding: 5px 10px;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #f5f5f5;
        margin-top: -1px;
        color: #6c6c6c;
        z-index: 10000;
    }

        .side-list .service-tips img.strength {
            float: left;
            padding-right: 5px;
        }

        .side-list .service-tips i, .side-list .service-tips span {
            display: block;
            float: left;
        }

        .side-list .service-tips i {
            margin: 2px 5px 0 0;
        }

            .side-list .service-tips i.df {
                background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                background-position: -207px -218px;
                width: 15px;
                height: 15px;
            }

            .side-list .service-tips i.sp {
                background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                background-position: -167px -218px;
                width: 15px;
                height: 15px;
            }

            .side-list .service-tips i.tx {
                background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                background-position: -147px -218px;
                width: 15px;
                height: 15px;
            }

        .side-list .service-tips span {
            color: #333;
        }

        .side-list .service-tips p {
            clear: both;
            margin-top: 5px;
            color: #6c6c6c;
        }

.side-ad, .comment-relative {
    position: relative;
}

    .side-ad .top-hd, .comment-relative .top-hd {
        position: absolute;
        top: -1px;
        right: -11px;
    }

        .side-ad .top-hd a, .comment-relative .top-hd a {
            cursor: pointer;
        }

    .side-ad .bottom-hd, .comment-relative .bottom-hd {
        text-align: right;
        margin-top: 25px;
        margin-left: 11px;
    }

        .side-ad .bottom-hd a, .comment-relative .bottom-hd a {
            cursor: pointer;
        }

.goods-list {
    width: 950px;
    height: auto;
}

    .goods-list ul {
        left: 0;
        top: 0;
        margin: 0 0 0 -10px;
        z-index: 200;
    }

        .goods-list ul li {
            position: relative;
            z-index: 9;
            float: left;
            width: 230px;
            height: 320px;
            margin: 0 0 10px 10px;
            background-color: #fff;
        }

            .goods-list ul li:hover, .goods-list ul li.hover {
                z-index: 100;
            }

                .goods-list ul li.hover .more-info {
                    display: block;
                }

            .goods-list ul li .isRecommd, .goods-list ul li .isFocus, .goods-list ul li .isSf {
                top: 0;
                left: 0;
                z-index: 999;
                display: none;
                position: absolute;
            }

            .goods-list ul li .isSf {
                display: block;
            }

            .goods-list ul li .isFocus, .goods-list ul li .isSf {
                top: 1px;
                left: 1px;
            }

            .goods-list ul li .isRecommd {
                background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                background-position: -154px -61px;
                width: 33px;
                height: 20px;
            }

            .goods-list ul li .isFocus {
                display: block;
                background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                background-position: -69px -85px;
                width: 77px;
                height: 20px;
            }

            .goods-list ul li .isRecommd_1 {
                display: block;
            }

            .goods-list ul li .ico_item_active {
                margin: 6px 0 0 5px;
                background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                background-position: -154px -20px;
                width: 45px;
                height: 16px;
                display: none;
            }

            .goods-list ul li .ico_item_active_1 {
                display: inline;
            }

            .goods-list ul li .art_no_ {
                display: none;
            }

            .goods-list ul li .item {
                border: 1px solid #f5f5f5;
            }

                .goods-list ul li .item .pic {
                    display: block;
                    vertical-align: middle;
                    position: relative;
                    height: 228px;
                    width: 228px;
                    overflow: hidden;
                    text-align: center;
                }

                    .goods-list ul li .item .pic > a:first-child {
                        height: 228px;
                        width: 228px;
                        display: block;
                        position: relative;
                    }

                        .goods-list ul li .item .pic > a:first-child img {
                            vertical-align: middle;
                        }

                            .goods-list ul li .item .pic > a:first-child img.item-adpic-slzz {
                                position: absolute;
                                left: 0;
                                top: 0;
                            }

                    .goods-list ul li .item .pic img {
                        max-height: 228px;
                        max-width: 228px;
                    }

                    .goods-list ul li .item .pic .slzz-item-logo {
                        top: 0;
                        left: 0;
                        position: absolute;
                    }

                    .goods-list ul li .item .pic i, .goods-list ul li .item .pic .ctrl, .goods-list ul li .item .pic .sold, .goods-list ul li .item .pic .select, .goods-list ul li .item .pic .sold-bg, .goods-list ul li .item .pic p.is-focus {
                        position: absolute;
                    }

                    .goods-list ul li .item .pic i, .goods-list ul li .item .pic .ctrl {
                        display: none;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                    }

                        .goods-list ul li .item .pic i.two span, .goods-list ul li .item .pic .ctrl.two span {
                            width: 113px;
                        }

                        .goods-list ul li .item .pic i.two .addFav, .goods-list ul li .item .pic .ctrl.two .addFav {
                            width: 114px;
                            border-right: none;
                        }

                        .goods-list ul li .item .pic i.video-ident {
                            z-index: 300;
                            position: absolute;
                            display: block;
                            left: 7px;
                            bottom: 5px;
                            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                            background-position: -207px -120px;
                            width: 24px;
                            height: 24px;
                        }

                    .goods-list ul li .item .pic.theft .sp-hide-mask {
                        position: absolute;
                        background: #000;
                        z-index: 400;
                        width: 230px;
                        height: 230px;
                        opacity: .1;
                        filter: alpha(opacity=10);
                    }

                    .goods-list ul li .item .pic.theft .sp-hide-pic {
                        position: absolute;
                        z-index: 401;
                        width: 230px;
                        height: 230px;
                        background: url('../Images/common/spdt2.png') no-repeat center;
                    }

                    .goods-list ul li .item .pic.theft img {
                        filter: url(blur.svg#blur);
                        -webkit-filter: blur(10px);
                        -moz-filter: blur(10px);
                        -ms-filter: blur(10px);
                        filter: blur(10px);
                        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
                    }

                    .goods-list ul li .item .pic .item-manage {
                        position: absolute;
                        right: 0;
                        top: 0;
                        height: 30px;
                        text-align: right;
                        display: none;
                    }

                        .goods-list ul li .item .pic .item-manage a {
                            float: right;
                            display: block;
                            line-height: 30px;
                            padding: 0 10px;
                            color: #0066c0;
                            filter: alpha(opacity=80);
                            opacity: .8;
                            background-color: #fff;
                            margin-left: 1px;
                        }

                            .goods-list ul li .item .pic .item-manage a:hover {
                                background-color: #0066c0;
                                color: #fff;
                                opacity: 1;
                                filter: alpha(opacity=100);
                            }

                    .goods-list ul li .item .pic .ctrl {
                        z-index: 999;
                    }

                        .goods-list ul li .item .pic .ctrl span {
                            width: 77px;
                            height: 30px;
                            line-height: 30px;
                            float: left;
                            color: #000;
                            background-color: #fff;
                            opacity: .75;
                            filter: alpha(opacity=75);
                            font-size: 12px;
                            cursor: pointer;
                        }

                            .goods-list ul li .item .pic .ctrl span:hover {
                                background-color: #fb658a;
                                color: #fff;
                                opacity: 1;
                                filter: alpha(opacity=100);
                            }

                        .goods-list ul li .item .pic .ctrl .addFav {
                            width: 72px;
                            border-left: 1px solid #e1e1e1;
                            border-right: 1px solid #e1e1e1;
                        }

                    .goods-list ul li .item .pic .sold-bg {
                        left: 0;
                        top: 0;
                        width: 188px;
                        height: 188px;
                        background: url(../Images/op.png);
                        z-index: 2;
                    }

                    .goods-list ul li .item .pic .sold {
                        left: 48px;
                        top: 63px;
                        width: 90px;
                        height: 60px;
                        border: 2px solid #fff;
                        color: #fff;
                        line-height: 60px;
                        text-align: center;
                        font-size: 18px;
                        font-weight: bold;
                        z-index: 3;
                    }

                    .goods-list ul li .item .pic .select {
                        display: none;
                        top: 0;
                        right: 0;
                        z-index: 4;
                        cursor: pointer;
                    }

                        .goods-list ul li .item .pic .select.selected {
                            display: block;
                        }

                    .goods-list ul li .item .pic p.is-focus {
                        left: 0;
                        top: 0;
                        width: 70px;
                        height: 22px;
                        line-height: 22px;
                        background-color: #ffa703;
                        color: #fff;
                    }

                    .goods-list ul li .item .pic:hover i, .goods-list ul li .item .pic:hover .ctrl, .goods-list ul li .item .pic:hover .select, .goods-list ul li .item .pic:hover .item-manage {
                        display: block;
                    }

                        .goods-list ul li .item .pic:hover i.video-ident {
                            display: none;
                        }

                .goods-list ul li .item .desc {
                    padding: 4px 10px 0 10px;
                }

                    .goods-list ul li .item .desc .info {
                        line-height: 28px;
                    }

                        .goods-list ul li .item .desc .info .price {
                            font-size: 18px;
                            color: #ef3664;
                            font-weight: bold;
                            font-family: verdana,arial;
                        }

                            .goods-list ul li .item .desc .info .price span.yuan {
                                font-family: Arial;
                                font-weight: normal;
                                margin-right: 3px;
                            }

                            .goods-list ul li .item .desc .info .price .price-txt {
                                width: 110px;
                                float: left;
                                overflow: hidden;
                            }

                        .goods-list ul li .item .desc .info .overflow {
                            overflow: hidden;
                        }

                        .goods-list ul li .item .desc .info .sales {
                            color: #9c9c9c;
                        }

                            .goods-list ul li .item .desc .info .sales .num {
                                font-family: arial;
                            }

                        .goods-list ul li .item .desc .info .status0 {
                            font-size: 16px;
                            color: #9c9c9c;
                            font-weight: bold;
                        }

                    .goods-list ul li .item .desc .shop-name-box .num {
                        max-width: 75px;
                        margin-left: 9px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        color: #9c9c9c;
                    }

                    .goods-list ul li .item .desc .shop-name .inner {
                        height: 28px;
                        display: block;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        color: #6c6c6c;
                        overflow: hidden;
                    }

                    .goods-list ul li .item .desc .title {
                        height: 36px;
                        margin: 3px 0 7px;
                        line-height: 18px;
                        overflow: hidden;
                    }

                        .goods-list ul li .item .desc .title a {
                            color: #333;
                        }

                            .goods-list ul li .item .desc .title a:hover {
                                color: #ef3664 !important;
                            }

                                .goods-list ul li .item .desc .title a:hover b.q {
                                    color: #ef3664 !important;
                                }

                            .goods-list ul li .item .desc .title a b.q {
                                color: #fb658a;
                                font-weight: lighter;
                            }

                    .goods-list ul li .item .desc .foot {
                        height: 20px;
                        padding: 6px 10px;
                        margin: 0 -10px;
                        border-top: 1px solid #f5f5f5;
                        color: #999;
                    }

                        .goods-list ul li .item .desc .foot .service-icon .s-item {
                            width: auto;
                            margin: 0;
                        }

                            .goods-list ul li .item .desc .foot .service-icon .s-item i {
                                margin-top: 3px;
                            }

                        .goods-list ul li .item .desc .foot .art-no {
                            width: 67px;
                            text-align: right;
                            float: right;
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }

                        .goods-list ul li .item .desc .foot .upload {
                            width: 58px;
                            text-align: right;
                            cursor: pointer;
                            color: #6c6c6c;
                            text-decoration: underline;
                        }

                            .goods-list ul li .item .desc .foot .upload:hover {
                                color: #ff4640;
                            }

            .goods-list ul li .item-hot .desc {
                padding: 0;
                height: 140px;
                background-color: #fb658a;
                color: #fff;
                font-family: "Microsoft YaHei";
            }

                .goods-list ul li .item-hot .desc .inner {
                    padding: 30px 25px 20px;
                    text-align: center;
                }

                    .goods-list ul li .item-hot .desc .inner .shop-name {
                        font-size: 20px;
                        height: 22px;
                        line-height: 22px;
                        font-weight: 600;
                        width: 100%;
                        overflow: hidden;
                    }

                    .goods-list ul li .item-hot .desc .inner .shop-pos, .goods-list ul li .item-hot .desc .inner .shop-text {
                        font-size: 14px;
                        height: 14px;
                        line-height: 14px;
                    }

                    .goods-list ul li .item-hot .desc .inner .shop-pos {
                        padding: 10px 0 15px;
                        margin-bottom: 15px;
                        border-bottom: 1px solid #fb7b9b;
                        margin-top: 5px;
                    }

                    .goods-list ul li .item-hot .desc .inner .shop-text {
                        overflow: hidden;
                        -ms-text-overflow: ellipsis;
                        text-overflow: ellipsis;
                        font-size: 12px;
                        color: #ffdce5;
                    }

    .goods-list.new-list {
        width: 1190px;
    }

        .goods-list.new-list ul {
            width: 1200px;
        }

            .goods-list.new-list ul li {
                height: auto;
            }

                .goods-list.new-list ul li .item .desc .foot {
                    height: 30px;
                    padding: 6px 10px 0;
                    border-top: none;
                }

                    .goods-list.new-list ul li .item .desc .foot a {
                        color: #333;
                        max-width: 100px;
                        overflow: hidden;
                        display: inline-block;
                        vertical-align: middle;
                        text-overflow: ellipsis;
                    }

        .goods-list.new-list .pos .triangle-up1 {
            top: 24px;
        }

        .goods-list.new-list .pos .triangle-up2 {
            top: 25px;
        }

        .goods-list.new-list .pos .more-info {
            top: 30px;
            left: -12px;
        }

    .goods-list.hot-list {
        width: 1190px;
    }

        .goods-list.hot-list ul li.frist {
            width: 470px;
            height: 370px;
            overflow: hidden;
        }

        .goods-list.hot-list ul li .item .pic a {
            width: 228px;
            height: 228px;
        }

    .goods-list.shop-list li {
        height: auto;
    }

        .goods-list.shop-list li .item {
            height: 340px;
        }

            .goods-list.shop-list li .item .desc .title {
                margin: 4px 0 8px;
            }

            .goods-list.shop-list li .item .desc .foot {
                padding: 0 10px;
                border: none;
            }

            .goods-list.shop-list li .item .pic span.dktj {
                position: absolute;
                left: 0;
                top: 0;
            }

                .goods-list.shop-list li .item .pic span.dktj img {
                    width: 60px;
                    height: 20px;
                }

    .goods-list.small-list {
        width: 790px;
    }

        .goods-list.small-list li {
            width: 190px;
            height: 330px;
        }

            .goods-list.small-list li .item .pic {
                height: 188px;
                width: 188px;
            }

                .goods-list.small-list li .item .pic > a:first-child {
                    height: 188px;
                    width: 188px;
                }

                .goods-list.small-list li .item .pic img {
                    max-height: 188px;
                    max-width: 188px;
                }

            .goods-list.small-list li .item .desc .info .up_time {
                color: #9c9c9c;
                position: absolute;
                right: 10px;
            }

            .goods-list.small-list li .item .desc .foot .pos {
                width: 105px;
            }

            .goods-list.small-list li .item .desc .foot .art-no {
                width: 67px;
                text-align: right;
                float: right;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .goods-list.small-list li .item .desc .foot .upload {
                width: 58px;
                text-align: right;
                cursor: pointer;
                color: #6c6c6c;
                text-decoration: underline;
            }

                .goods-list.small-list li .item .desc .foot .upload:hover {
                    color: #ff4640;
                }

.service-icon .s-item {
    float: left;
    width: 60px;
    margin-right: 15px;
    color: #6c6c6c;
}

    .service-icon .s-item i {
        float: left;
        margin-left: 5px;
        margin-top: 6px;
    }

    .service-icon .s-item.tx i {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -147px -218px;
        width: 15px;
        height: 15px;
    }

    .service-icon .s-item.sp i {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -167px -218px;
        width: 15px;
        height: 15px;
    }

    .service-icon .s-item.df i {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -207px -218px;
        width: 15px;
        height: 15px;
    }

    .service-icon .s-item.ys i {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -180px -170px;
        width: 15px;
        height: 15px;
    }

.service-icon.small .s-item {
    width: 12px;
    margin-right: 15px;
}

.service-icon.shown_sp_0 .s-item.sp {
    display: none;
}

.service-tips {
    position: absolute;
    padding: 5px 10px;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #f5f5f5;
    margin-top: -1px;
    color: #6c6c6c;
    z-index: 10000;
}

    .service-tips img.strength {
        float: left;
        padding-right: 5px;
    }

    .service-tips i, .service-tips span {
        display: block;
        float: left;
    }

    .service-tips i {
        margin: 2px 5px 0 0;
    }

        .service-tips i.df {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -207px -218px;
            width: 15px;
            height: 15px;
        }

        .service-tips i.sp {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -167px -218px;
            width: 15px;
            height: 15px;
        }

        .service-tips i.tx {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -147px -218px;
            width: 15px;
            height: 15px;
        }

    .service-tips span {
        color: #333;
    }

    .service-tips p {
        clear: both;
        margin-top: 5px;
        color: #6c6c6c;
    }

a.ww-status {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

    a.ww-status.ww-off {
        background-image: url('../Images/offline.png');
    }

    a.ww-status.ww-on {
        background-image: url('../Images/online.png');
    }

.pos {
    position: relative;
    float: left;
    width: 138px;
    height: 30px;
    z-index: 220;
    white-space: nowrap;
}

    .pos > a {
        overflow: hidden;
        max-width: 90px;
        white-space: nowrap;
        display: inline-block;
        vertical-align: middle;
        text-overflow: ellipsis;
    }

        .pos > a.ww-status {
            margin-left: 5px;
            margin-top: -3px;
        }

    .pos .triangle {
        position: absolute;
        display: none;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        z-index: 222;
    }

    .pos .triangle-up1 {
        top: 20px;
        border-bottom: 6px solid #f5f5f5;
    }

    .pos .triangle-up2 {
        top: 21px;
        border-bottom: 6px solid #fff;
    }

    .pos .more-info {
        position: absolute;
        padding: 0 10px 10px;
        width: 208px;
        display: none;
        left: -11px;
        top: 26px;
        text-align: left;
        border: 1px solid #f5f5f5;
        z-index: 221;
        background-color: #fff;
    }

        .pos .more-info .shop-pos {
            margin: 10px 0 0;
        }

        .pos .more-info .shop-icon, .pos .more-info .shop-year-icon {
            display: inline;
            margin-top: 9px;
        }

            .pos .more-info .shop-icon .shop-year-icon {
                margin-top: 0;
            }

        .pos .more-info .shop-gold {
            margin-top: 7px;
        }

            .pos .more-info .shop-gold .shop-item-img {
                float: left;
                margin-right: 3px;
            }

            .pos .more-info .shop-gold .item-slzz-logo {
                margin-top: 2px;
            }

    .pos:hover .triangle {
        display: block;
    }

.pos-new:hover .more-info {
    display: block;
}

body {
    background-color: #ffffff;
    font-family: Arial,"Hiragino Sans GB","Microsoft YaHei","SimSun";
    -webkit-font-smoothing: antialiased;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #ef3664;
    }

input, textarea {
    outline: none;
}

.text-error {
    color: #fb658a;
}

i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.vam {
    vertical-align: middle;
}

.w, .top_bar_inner {
    width: 1190px;
    margin: auto;
}

.clear {
    width: 0;
    height: 0;
    clear: both;
}

.clear, .clearfix {
    zoom: 1;
}

    .clear:after, .clearfix:after {
        content: '.';
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
    }

.mt20 {
    margin-top: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mr2 {
    margin-right: 2px !important;
}

.mr3 {
    margin-right: 3px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt20 {
    padding-top: 20px !important;
}

.ff-arial {
    font-family: arial !important;
}

.loading3 {
    background-image: url(img/loading3.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.red {
    color: #ef3664 !important;
}

a.red:hover {
    color: #fb658a !important;
}

.hide {
    display: none !important;
}

#uploadNumber {
    color: #999;
}

#paddingLeft {
    padding-left: 15px;
}

.appealLeft0 {
    color: #333;
    padding-left: 23px;
}

.appealLeft1 {
    padding-left: 10px !important;
}

.fontColor {
    color: #333;
}

#itemAppeal {
    padding-left: 10px !important;
}

.paddingTop {
    padding-top: 10px;
}

.paddingBottom {
    padding-bottom: 10px;
}

.msgInput {
    border: 1px solid #ebebeb;
    padding: 10px;
    color: #333;
}

.aftenrInput {
    border: 1px solid #999 !important;
}

.artColor {
    color: #6c6c6c;
}

.v-checkbox {
    margin-right: 5px;
    background-image: url(../Images/sp_icon3.png?_=2cea5da7);
    background-position: -270px -38px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

    .v-checkbox.checked {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -270px -57px;
        width: 14px;
        height: 14px;
    }

.v-radio span {
    line-height: 16px;
    cursor: pointer;
    vertical-align: middle;
    color: #333;
}

    .v-radio span i.vvicon {
        display: none;
        font-size: 16px;
        color: #9c9c9c;
        margin-right: 12px;
    }

        .v-radio span i.vvicon.un-checked {
            display: inline;
        }

    .v-radio span.checked i.vvicon {
        display: inline;
        color: #fb658a;
    }

        .v-radio span.checked i.vvicon.un-checked {
            display: none;
        }

.v-radio.vertical span {
    display: block;
}

    .v-radio.vertical span.desc {
        float: none;
    }

.v-single-check .vvicon {
    margin-right: 5px;
    vertical-align: bottom;
}

.v-single-check .check-false {
    color: #e5e5e5;
}

.v-single-check .check-true {
    color: #ef3664;
}

dl.v-select {
    cursor: pointer;
    line-height: 28px;
    position: relative;
    z-index: 10;
}

    dl.v-select dt {
        padding: 0 10px;
        width: 118px;
        height: 28px;
        border: 1px solid #ebebeb;
        color: #333;
        z-index: 10;
    }

        dl.v-select dt i {
            float: right;
            margin-top: 13px;
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -270px -244px;
            width: 7px;
            height: 4px;
        }

    dl.v-select.dis dt {
        cursor: not-allowed;
        opacity: .6;
        filter: alpha(opacity=60);
        color: #6c6c6c;
    }

    dl.v-select dd {
        display: none;
        width: 138px;
        position: absolute;
        border: 1px solid #ebebeb;
        left: 0;
        top: 30px;
        background-color: #fff;
        z-index: 11;
    }

        dl.v-select dd ul li:hover {
            color: #ef3664;
        }

        dl.v-select dd ul li.disabled {
            color: #9c9c9c;
        }

            dl.v-select dd ul li.disabled a {
                color: #9c9c9c;
            }

    dl.v-select.showed {
        z-index: 99;
    }

        dl.v-select.showed dt {
            border-color: #9c9c9c;
        }

        dl.v-select.showed i {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -270px -253px;
            width: 7px;
            height: 4px;
        }

        dl.v-select.showed dd {
            display: block;
            z-index: 100;
        }

    dl.v-select.o-region dt {
        width: 318px;
    }

    dl.v-select.o-region dd {
        width: 338px;
    }

.top_bar {
    height: 29px;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    line-height: 22px;
}

    .top_bar a {
        color: #6c6c6c;
    }

        .top_bar a:hover {
            color: #ef3664;
        }

    .top_bar .red {
        color: #ef3664;
    }

    .top_bar .fl {
        padding: 5px 0 5px 0;
    }

        .top_bar .fl .item {
            margin: 0 24px 0 0;
        }

    .top_bar .fr {
        padding: 5px 0;
        float: right;
    }

    .top_bar .item {
        margin-left: 24px;
        float: left;
        display: inline;
        position: relative;
        z-index: 10099;
    }

        .top_bar .item > a {
            position: relative;
            z-index: 10100;
        }

        .top_bar .item .menu {
            min-width: 50px;
            padding: 28px 12px 6px 12px;
            top: -5px;
            left: -12px;
            right: -9px;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            border-top: none;
            z-index: 10080;
            display: none;
            position: absolute;
        }

            .top_bar .item .menu .menu-item {
                line-height: 26px;
                display: block;
                cursor: pointer;
            }

        .top_bar .item i.jib {
            margin-left: 2px;
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -270px -244px;
            width: 7px;
            height: 4px;
        }

        .top_bar .item:hover i.jib {
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-backface-visibility: hidden;
            -webkit-transition: -webkit-transform .2s ease-in;
            -moz-transition: -moz-transform .2s ease-in;
            -o-transition: -o-transform .2s ease-in;
            transition: transform .2s ease-in;
        }

        .top_bar .item:hover .menu {
            display: block;
        }

        .top_bar .item:hover.sitemap i.block {
            display: block;
        }

        .top_bar .item.sitemap i.block {
            position: absolute;
            display: none;
            width: 80px;
            height: 30px;
            border: 1px solid #e5e5e5;
            border-top: none;
            border-bottom: none;
            z-index: 10081;
            top: -30px;
            right: -1px;
            background-color: #fff;
        }

        .top_bar .item.sitemap .menu {
            left: -475px;
        }

        .top_bar .item.sitemap .menu, .top_bar .item.sitemap .site-menu {
            width: 540px;
            top: 24px;
            padding: 10px 0 8px;
            border-top: 1px solid #e5e5e5;
        }

            .top_bar .item.sitemap .menu ul li, .top_bar .item.sitemap .site-menu ul li {
                width: 90px;
                float: left;
                padding: 0 0 0 20px;
                border-right: 1px solid #f5f5f5;
            }

                .top_bar .item.sitemap .menu ul li strong, .top_bar .item.sitemap .site-menu ul li strong {
                    color: #333;
                    font-weight: bold;
                }

                .top_bar .item.sitemap .menu ul li.last, .top_bar .item.sitemap .site-menu ul li.last {
                    width: 60px;
                    border: none;
                }

                .top_bar .item.sitemap .menu ul li a, .top_bar .item.sitemap .site-menu ul li a {
                    color: #6c6c6c;
                }

                    .top_bar .item.sitemap .menu ul li a:hover, .top_bar .item.sitemap .site-menu ul li a:hover {
                        color: #ef3664;
                    }

        .top_bar .item.sitemap em {
            display: block;
        }

        .top_bar .item .item-inner {
            display: none;
            padding-top: 10px;
            width: 158px;
            height: 168px;
            background-color: #fff;
            position: absolute;
            border: 1px solid #fb658a;
            text-align: center;
            color: #333;
            line-height: 15px;
            left: -54px;
        }

            .top_bar .item .item-inner .tringle {
                position: absolute;
                background: url('../Images/tringle.png');
                width: 10px;
                height: 6px;
                top: -6px;
                left: 76px;
            }

        .top_bar .item:hover .item-inner {
            display: block;
        }

        .top_bar .item .item-phone .vvicon {
            color: #9c9c9c;
            margin-top: -1px;
        }

        .top_bar .item .item-phone:hover {
            color: #ef3664;
        }

            .top_bar .item .item-phone:hover i {
                color: #ef3664;
            }

    .top_bar .item-on .item-phone {
        color: #ef3664;
    }

        .top_bar .item-on .item-phone .vvicon {
            color: #ef3664;
        }

    .top_bar .item-on .item-inner {
        display: block;
    }

.header3_wrap {
    min-width: 1190px;
    background-color: #fff;
}

.header_inner .tab-wraper {
    position: relative;
    float: left;
    width: 69px;
    height: 36px;
    display: none;
}

    .header_inner .tab-wraper .tab {
        position: absolute;
        top: 0;
        left: 0;
        width: 69px;
        overflow: hidden;
        height: 36px;
        line-height: 36px;
        background-color: #fff;
    }

        .header_inner .tab-wraper .tab i.jib {
            top: 17px;
            right: 12px;
            position: absolute;
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -270px -244px;
            width: 7px;
            height: 4px;
        }

        .header_inner .tab-wraper .tab:hover {
            height: 72px;
            border-bottom: solid 1px #e5e5e5;
            border-top: none;
            border-left: 1px solid #e5e5e5;
            margin-left: -1px;
        }

            .header_inner .tab-wraper .tab:hover i.jib {
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-backface-visibility: hidden;
                -webkit-transition: -webkit-transform .2s ease-in;
                -moz-transition: -moz-transform .2s ease-in;
                -o-transition: -o-transform .2s ease-in;
                transition: transform .2s ease-in;
            }

            .header_inner .tab-wraper .tab:hover .menu {
                display: block;
            }

    .header_inner .tab-wraper .triggers {
        text-indent: 15px;
        color: #6b6b6b;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        margin-left: -1px;
    }

        .header_inner .tab-wraper .triggers .trigger {
            cursor: pointer;
            background-color: #f5f5f5;
        }

            .header_inner .tab-wraper .triggers .trigger:hover {
                color: #ef3664;
            }

        .header_inner .tab-wraper .triggers:hover .trigger {
            background-color: #fff;
        }

.header_fixed .tab-wraper {
    display: block;
}

.header_fixed .btn-cart {
    display: none !important;
}

.header3 {
    width: 1190px;
    padding: 18px 0;
    height: auto;
    margin: 0 auto;
}

    .header3 .location {
        width: 132px;
        margin: 0 0 0 26px;
        float: left;
        height: 10px;
    }

        .header3 .location .location-inner {
            position: relative;
            width: 1px;
        }

        .header3 .location .location-box {
            width: 88px;
            margin-top: 24px;
            margin-left: -5px;
            color: #6c6c6c;
            border: 1px solid transparent;
            border-left-color: #ecebe7;
            padding-left: 10px;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 99999;
            background-color: #fff;
        }

            .header3 .location .location-box .location-name {
                height: 40px;
                line-height: 40px;
                cursor: pointer;
            }

                .header3 .location .location-box .location-name span {
                    display: block;
                    font-size: 16px;
                    font-weight: 600;
                    float: left;
                }

                .header3 .location .location-box .location-name i {
                    float: left;
                    width: 9px;
                    height: 6px;
                    background-position: left center;
                    background-repeat: no-repeat;
                    margin-top: 17px;
                    margin-left: 10px;
                }

                .header3 .location .location-box .location-name .location-up {
                    background-image: url(../Images/common/t-down.png);
                }

            .header3 .location .location-box .location-list {
                font-size: 14px;
                padding-bottom: 3px;
                display: none;
            }

                .header3 .location .location-box .location-list li {
                    height: 28px;
                    cursor: pointer;
                }

                    .header3 .location .location-box .location-list li:hover {
                        color: #ef3664;
                    }

        .header3 .location .show {
            border-color: #ecebe7;
        }

            .header3 .location .show .location-name .location-up {
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-backface-visibility: hidden;
                -webkit-transition: -webkit-transform .2s ease-in;
                -moz-transition: -moz-transform .2s ease-in;
                -o-transition: -o-transform .2s ease-in;
                transition: transform .2s ease-in;
            }

            .header3 .location .show .location-list {
                display: block;
            }

    .header3 .logo {
        margin: 6px 0 0 0;
        float: left;
        width: 210px;
        height: 40px;
        display: block;
        background: url('img/logo/logo_v3.png');
        background-image: -webkit-image-set(url('../Images/logo/logo_v3.png') 1x, url('../Images/logo/logo_v3@2x.png') 2x);
    }

        .header3 .logo img {
            display: none;
        }

    .header3 .search {
        position: relative;
        margin: 0;
        float: left;
        z-index: 10086;
    }

        .header3 .search .search-tab {
            overflow: hidden;
            padding-bottom: 4px;
        }

            .header3 .search .search-tab .line {
                color: #e5e5e5;
                font-style: normal;
                float: left;
            }

            .header3 .search .search-tab .item {
                margin: 0 10px;
                float: left;
                position: relative;
                cursor: pointer;
            }

                .header3 .search .search-tab .item.selected {
                    color: #ef3664;
                    font-weight: bold;
                    cursor: default;
                }

    .header3 .search-operation-btn {
        height: 76px;
        line-height: 83px;
    }

        .header3 .search-operation-btn em {
            color: #e5e5e5;
            padding: 0 5px;
        }

.search-form {
    padding: 0 1px;
    position: relative;
    zoom: 1;
}

    .search-form .search-content {
        border: 1px solid #e5e5e5;
        float: left;
    }

    .search-form .search-query {
        width: 460px;
        height: 36px;
        padding: 0 10px;
        line-height: 36px;
        border: none;
        background-color: #fff;
        border-right: none !important;
        color: #333;
    }

        .search-form .search-query:focus {
            border-color: #f96388;
            color: #333;
        }

    .search-form .search-btn {
        width: 90px;
        height: 38px;
        padding-top: 4px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        float: left;
        border: none;
        background-color: #f96388;
        cursor: pointer;
    }

        .search-form .search-btn:hover {
            color: #ffdce5;
        }

            .search-form .search-btn:hover .ico-search {
                opacity: .7;
                filter: alpha(opacity=70);
            }

        .search-form .search-btn .ico-search {
            position: relative;
            top: -1px;
            color: #fff;
        }

        .search-form .search-btn:focus {
            outline: none;
        }

    .search-form .search-keywords {
        width: 742px;
        height: 16px;
        padding: 6px 0 0;
        clear: both;
        overflow: hidden;
        white-space: nowrap;
    }

        .search-form .search-keywords .item {
            padding-right: 15px;
            font-size: 12px;
            float: left;
        }

    .search-form .btn_applay_stall {
        color: #ef3664;
        display: block;
        float: left;
        width: 30px;
        margin-left: 10px;
        padding-top: 2px;
    }

        .search-form .btn_applay_stall:hover {
            color: #fb658a;
        }

    .search-form span.soutu-btn {
        display: block;
        position: absolute;
        left: 455px;
        top: 7px;
        cursor: pointer;
        color: #999;
    }

        .search-form span.soutu-btn:hover {
            color: #fb658a;
        }

.btn-cart {
    position: relative;
    margin: 0;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #ef3664;
    border: 1px solid #fb658a;
    outline: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    border-color: #e5e5e5;
    color: #333;
    width: 148px;
    margin: 0 0 0 20px;
    float: left;
}

    .btn-cart:hover {
        background-color: #fb658a;
        color: #fff;
    }

    .btn-cart:hover {
        background-color: #fff;
        color: #ef3664;
        border: 1px solid #ffdce5;
    }

    .btn-cart .num {
        position: absolute;
        left: 96px;
        top: 0;
        font-family: arial;
        margin: auto;
        color: #fff;
        white-space: nowrap;
        border-radius: 7px;
        padding: 0 5px;
        line-height: 14px;
        background: url(img/common/cart.png) no-repeat;
        background: -webkit-linear-gradient(#ff7a6e, #ef3564);
        background: -o-linear-gradient(#ff7a6e, #ef3564);
        background: -moz-linear-gradient(#ff7a6e, #ef3564);
        background: linear-gradient(#ff7a6e, #ef3564);
        width: 28px \9;
        height: 15px \9;
        display: block \9;
        padding: 0 \9;
        text-align: center;
        font-size: 12px;
    }

    .btn-cart i {
        position: absolute;
        right: 12px;
        top: 0;
        color: #fb658a;
    }

.header_shop, .header_market {
    padding-top: 20px;
    height: 60px;
    background-color: #fff;
}

    .header_shop .logo, .header_market .logo {
        width: 90px;
        height: 40px;
        display: inline;
        background: url('../Images/logo/logo_shop.png');
        background-image: -webkit-image-set(url('../Images/logo/logo_shop.png') 1x, url('../Images/logo/logo_shop@2x.png') 2x);
        background-image: -moz-image-set(url('../Images/logo/logo_shop.png') 1x, url('../Images/logo/logo_shop@2x.png') 2x);
        background-image: -ms-image-set(url('../Images/logo/logo_shop.png') 1x, url('../Images/logo/logo_shop@2x.png') 2x);
        background-image: -o-image-set(url('../Images/logo/logo_shop.png') 1x, url('../Images/logo/logo_shop@2x.png') 2x);
    }

        .header_shop .logo img, .header_market .logo img {
            display: none;
        }

    .header_shop .search_tab_top, .header_market .search_tab_top {
        display: none;
    }

    .header_shop .search, .header_market .search {
        float: right;
    }

        .header_shop .search .tab-wraper, .header_market .search .tab-wraper {
            display: block;
        }

        .header_shop .search .search-tag li, .header_market .search .search-tag li {
            float: left;
            width: 42px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            cursor: pointer;
        }

            .header_shop .search .search-tag li.curr, .header_market .search .search-tag li.curr {
                background-color: #ff4640;
                color: #fff;
            }

        .header_shop .search .search-box, .header_market .search .search-box {
            position: relative;
        }

            .header_shop .search .search-box .search-box-in, .header_market .search .search-box .search-box-in {
                width: 500px;
                height: 34px;
                float: left;
            }

            .header_shop .search .search-box input, .header_market .search .search-box input {
                height: 36px;
            }

                .header_shop .search .search-box input[type='text'], .header_market .search .search-box input[type='text'], .header_shop .search .search-box input#q, .header_market .search .search-box input#q {
                    float: left;
                    width: 401px;
                    line-height: 32px;
                    height: 34px;
                    padding-left: 9px;
                    color: #333;
                    font-family: "arial","Hiragino Sans GB","宋体","sans-serif";
                    border: 1px solid #e5e5e5;
                    border-right: none;
                }

                    .header_shop .search .search-box input[type='text']:focus, .header_market .search .search-box input[type='text']:focus, .header_shop .search .search-box input#q:focus, .header_market .search .search-box input#q:focus {
                        border-color: #fb658a;
                    }

                .header_shop .search .search-box input.btn, .header_market .search .search-box input.btn, .header_shop .search .search-box input#go, .header_market .search .search-box input#go {
                    float: left;
                    width: 80px;
                    *line-height: 32px;
                    outline: none;
                }

        .header_shop .search .hot-words, .header_market .search .hot-words {
            width: 530px;
            height: 18px;
            overflow: hidden;
            font-family: "arial","Hiragino Sans GB","宋体","sans-serif";
            white-space: nowrap;
            padding: 5px 0 0 10px;
        }

            .header_shop .search .hot-words a, .header_market .search .hot-words a {
                padding-right: 12px;
            }

    .header_shop .search-form .search-btn, .header_market .search-form .search-btn {
        height: 36px;
    }

    .header_shop .search-form .search-query, .header_market .search-form .search-query {
        width: 260px;
        height: 34px;
        line-height: 34px;
    }

    .header_shop .search-form .search-content, .header_market .search-form .search-content {
        line-height: 34px;
    }

    .header_shop .header_inner .tab-wraper, .header_market .header_inner .tab-wraper {
        height: 34px;
    }

        .header_shop .header_inner .tab-wraper .tab, .header_market .header_inner .tab-wraper .tab {
            height: 34px;
            line-height: 34px;
        }

            .header_shop .header_inner .tab-wraper .tab:hover, .header_market .header_inner .tab-wraper .tab:hover {
                overflow: visible;
            }

            .header_shop .header_inner .tab-wraper .tab i.jib, .header_market .header_inner .tab-wraper .tab i.jib {
                top: 16px;
                right: 7px;
            }

    .header_shop .btn-cart, .header_market .btn-cart {
        width: 118px;
        height: 34px;
        line-height: 34px;
    }

.header_bottom_line {
    border-bottom: 1px solid #ddd;
}

.stall-head {
    height: 40px;
    padding: 2px 30px 3px 30px;
    margin: 0 0 0 30px;
    border-left: 1px solid #e5e5e5;
    overflow: hidden;
    min-width: 180px;
}

    .stall-head .stall-head-name {
        color: #333 !important;
        font-size: 0;
        *font-size: 0;
        font-family: arial;
        *letter-spacing: normal;
        *word-spacing: -1px;
    }

        .stall-head .stall-head-name a {
            font-size: 20px;
        }

    .stall-head .update-head-name {
        font-size: 26px;
        color: #333 !important;
    }

    .stall-head .stall-head-desc {
        max-width: 220px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #999;
    }

    .stall-head .market-head-name {
        padding-top: 5px;
        font-size: 26px;
        color: #333 !important;
    }

    .stall-head .slzz-stall-head-name {
        height: 20px;
        line-height: 20px;
    }

        .stall-head .slzz-stall-head-name .slzz-shop-name {
            float: left;
            margin: 0 5px 0 0;
        }

            .stall-head .slzz-stall-head-name .slzz-shop-name a {
                font-size: 16px;
                color: #333;
            }

                .stall-head .slzz-stall-head-name .slzz-shop-name a:hover {
                    color: #ef3664;
                }

        .stall-head .slzz-stall-head-name .slzz-logo {
            float: left;
            padding-top: 3px;
        }

        .stall-head .slzz-stall-head-name .slzz-text {
            float: left;
            font-size: 12px;
            color: #333;
            padding-left: 5px;
            font-weight: 600;
        }

    .stall-head .slzz-stall-head-desc {
        max-width: 220px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #9c9c9c;
    }

    .stall-head .ww-status {
        margin-left: 10px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        margin-top: 1px;
    }

.header_fixed .header_inner {
    top: 0;
    left: 0;
    right: 0;
    height: 38px;
    padding: 6px 0;
    z-index: 9999;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-animation: header-down .2s ease-in 0s 1;
    -moz-animation: header-down .2s ease-in 0s 1;
    -o-animation: header-down .2s ease-in 0s 1;
    animation: header-down .2s ease-in 0s 1;
}

    .header_fixed .header_inner .logo {
        width: 76px;
        height: 34px;
        margin: 0;
        background: url('img/logo/logo_fixd.png');
        background-image: -webkit-image-set(url('img/logo/logo_fixd.png') 1x, url('img/logo/logo_fixed@2x.png') 2x);
        background-image: -moz-image-set(url('img/logo/logo_fixd.png') 1x, url('img/logo/logo_fixed@2x.png') 2x);
        background-image: -ms-image-set(url('img/logo/logo_fixd.png') 1x, url('img/logo/logo_fixed@2x.png') 2x);
        background-image: -o-image-set(url('img/logo/logo_fixd.png') 1x, url('img/logo/logo_fixed@2x.png') 2x);
    }

    .header_fixed .header_inner .header3 {
        padding: 0;
    }

        .header_fixed .header_inner .header3 .search-tab, .header_fixed .header_inner .header3 .search-keywords {
            display: none;
        }

        .header_fixed .header_inner .header3 .search {
            margin-left: 75px;
        }

        .header_fixed .header_inner .header3 .search-operation-btn {
            height: 40px;
            line-height: 40px;
        }

    .header_fixed .header_inner .search-form .search-query {
        width: 390px;
    }

.header_fixed .more-words {
    width: 409px;
    top: 38px;
    left: 71px;
}

.header_fixed .stall-head {
    margin-top: -4px;
}

.header_fixed .header3 .location .location-box {
    margin-top: 0;
}

.header_market .search-form .search-query {
    width: 310px;
}

.header_market .search-form .search-outer {
    margin-right: 140px;
    float: right;
}

.header_market .search-form .search-btn {
    width: 80px;
    font-size: 14px;
}

.header_market .search-form .btn-cart {
    position: absolute;
    right: 0;
    top: 0;
}

.header_market.header_fixed .search-form .btn-cart {
    display: block !important;
    top: -7px;
    border-bottom: 0;
    bottom: 0;
    line-height: 50px;
    height: 50px;
}

    .header_market.header_fixed .search-form .btn-cart .num {
        top: 9px;
    }

    .header_market.header_fixed .search-form .btn-cart i.vvicon {
        display: none;
    }

.header_market.header_fixed .logo, .header_market.header_fixed .stall-head {
    display: none;
}

.header_market.header_fixed .search-form .search-query {
    width: 310px;
}

.more-words {
    left: 1px;
    top: 60px;
    z-index: 100086;
    width: 480px;
    font-family: "arial","Hiragino Sans GB","宋体","sans-serif";
    color: #999;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    position: absolute;
}

    .more-words ul {
        margin: 10px;
    }

        .more-words ul li {
            height: 24px;
            line-height: 24px;
            overflow: hidden;
        }

            .more-words ul li .title {
                width: 310px;
                float: left;
            }

                .more-words ul li .title span.cate {
                    margin-left: 3px;
                    color: #999;
                }

                    .more-words ul li .title span.cate span {
                        margin: 0 0 0 2px;
                        cursor: pointer;
                        color: #6c6c6c;
                    }

            .more-words ul li .count {
                width: 130px;
                float: right;
                text-align: right;
            }

            .more-words ul li a {
                color: #6c6c6c;
            }

                .more-words ul li a:hover {
                    color: #ef3664;
                }

                    .more-words ul li a:hover span.cate {
                        color: #ef3664;
                    }

                        .more-words ul li a:hover span.cate span {
                            color: #ef3664;
                        }

            .more-words ul li.history {
                color: #6c6c6c;
            }

                .more-words ul li.history:hover {
                    color: #ef3664;
                }

            .more-words ul li.selected {
                background: #f5f5f5;
            }

    .more-words .suggest-shop {
        display: none;
        height: 30px;
        line-height: 33px;
        padding: 0 10px;
        border-bottom: 1px solid #e5e5e5;
    }

        .more-words .suggest-shop a {
            display: block;
            color: #ef3664;
        }

        .more-words .suggest-shop i.icon-shop {
            color: #ffb500;
            font-size: 18px;
            margin-right: 10px;
        }

        .more-words .suggest-shop .icon-go {
            position: relative;
            top: -1px;
            left: 0;
        }

    .more-words .search-img {
        float: right;
        margin: 10px;
        width: 160px;
        height: 240px;
    }

.index_nav {
    min-width: 1190px;
    height: 40px;
    background-color: #f96388;
}

    .index_nav.ishome .nav_drop {
        background-color: #fff;
    }

        .index_nav.ishome .nav_drop .title {
            border-left-color: #fff !important;
            border-right-color: #fff !important;
        }

            .index_nav.ishome .nav_drop .title a {
                color: #333 !important;
            }

    .index_nav.ishome .nav_drop_menu {
        display: block !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .index_nav.ishome .ico_nav_drop_menu {
        color: #e4e4e4 !important;
    }

    .index_nav .index_nav_inner {
        margin: 0 auto;
        width: 1190px;
        position: relative;
    }

        .index_nav .index_nav_inner .nav_item_list {
            margin: 0 0 0 10px;
            padding: 2px 0 0 0;
            float: left;
            display: inline;
            height: 38px;
            margin-left: 200px;
        }

            .index_nav .index_nav_inner .nav_item_list .item {
                width: 85px;
                height: 38px;
                font-size: 14px;
                line-height: 38px;
                margin: 0 5px 0 0;
                color: #fff;
                float: left;
                display: inline;
                text-align: center;
                position: relative;
            }

                .index_nav .index_nav_inner .nav_item_list .item .item-rank-link {
                    display: block;
                    width: 100%;
                    height: 100%;
                    color: #fff;
                }

                    .index_nav .index_nav_inner .nav_item_list .item .item-rank-link:hover {
                        color: #ffdce5;
                    }

                .index_nav .index_nav_inner .nav_item_list .item:hover {
                    color: #ffdce5;
                }

                .index_nav .index_nav_inner .nav_item_list .item.selected {
                    background-color: #fff;
                    color: #ef3664;
                }

                    .index_nav .index_nav_inner .nav_item_list .item.selected .item-rank-link {
                        color: #ef3664;
                    }

                .index_nav .index_nav_inner .nav_item_list .item .new {
                    background: url('../Images/common/new.png') no-repeat;
                    width: 21px;
                    height: 21px;
                    display: block;
                    position: absolute;
                    top: 4px;
                    right: -4px;
                }

            .index_nav .index_nav_inner .nav_item_list .newamount-box {
                font-size: 9pt;
                top: -10px;
                right: -18px;
                z-index: 1;
                width: 34px;
                overflow: hidden;
                text-align: center;
                position: absolute;
            }

                .index_nav .index_nav_inner .nav_item_list .newamount-box .newamount {
                    color: #fff;
                    font-family: arial;
                    transform: scale(.9);
                    display: block;
                }

                .index_nav .index_nav_inner .nav_item_list .newamount-box .vvicon {
                    top: 0;
                    left: 0;
                    font-size: 34px;
                    z-index: -1;
                    color: #7edacd;
                    position: absolute;
                }

            .index_nav .index_nav_inner .nav_item_list .newrank-tip {
                top: 3px;
                right: -6px;
                z-index: 1;
                text-align: center;
                position: absolute;
                background: url(../Images/common/newtip.png) no-repeat;
                width: 21px;
                height: 12px;
                display: block;
            }

            .index_nav .index_nav_inner .nav_item_list .newrank-box {
                display: none;
            }

            .index_nav .index_nav_inner .nav_item_list .new-hot {
                position: absolute;
                background: url(../Images/hot.png);
                width: 21px;
                height: 12px;
                top: 3px;
                right: -5px;
            }

            .index_nav .index_nav_inner .nav_item_list .item-mask-show {
                z-index: 99999999;
                background-color: #fb658a;
                margin-top: -2px;
                height: 40px;
                line-height: 40px;
            }

                .index_nav .index_nav_inner .nav_item_list .item-mask-show .newrank-tip {
                    display: none;
                }

                .index_nav .index_nav_inner .nav_item_list .item-mask-show .newrank-box {
                    position: absolute;
                    top: 48px;
                    left: -50px;
                    width: 190px;
                    background-color: #fff;
                    font-size: 14px;
                    border-radius: 5px;
                    color: #333;
                    text-align: center;
                    line-height: 35px;
                    padding: 15px 0;
                    display: block;
                }

                    .index_nav .index_nav_inner .nav_item_list .item-mask-show .newrank-box i {
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        border-bottom: 6px solid #fff;
                        left: 85px;
                        top: -6px;
                    }

                    .index_nav .index_nav_inner .nav_item_list .item-mask-show .newrank-box .btn {
                        border-color: #e5e5e5;
                        width: 70px;
                        height: 24px;
                        line-height: 24px;
                        font-size: 12px;
                    }

                        .index_nav .index_nav_inner .nav_item_list .item-mask-show .newrank-box .btn:hover {
                            border-color: #ffdce5;
                        }

        .index_nav .index_nav_inner .nav_drop {
            margin-top: 2px;
            width: 190px;
            height: 38px;
            float: left;
            color: #fff;
            z-index: 1999;
            position: absolute;
            left: 0;
        }

            .index_nav .index_nav_inner .nav_drop:hover {
                background-color: #fff;
            }

                .index_nav .index_nav_inner .nav_drop:hover .nav_drop_menu {
                    display: block !important;
                }

                .index_nav .index_nav_inner .nav_drop:hover div.title {
                    border-color: transparent;
                    background-color: #fff;
                }

                    .index_nav .index_nav_inner .nav_drop:hover div.title a {
                        color: #333;
                    }

                .index_nav .index_nav_inner .nav_drop:hover .ico_nav_drop_menu {
                    color: #e4e4e4;
                }

            .index_nav .index_nav_inner .nav_drop > .title {
                padding: 0 0 0 15px;
                border-left: 1px solid #f9819e;
                border-right: 1px solid #f9819e;
                z-index: 2000;
                position: relative;
            }

            .index_nav .index_nav_inner .nav_drop .ico_nav_drop_menu {
                color: #f9819e;
                margin: 0 13px 0 0;
                font-size: 15px;
                display: inline;
            }

            .index_nav .index_nav_inner .nav_drop .title {
                line-height: 38px;
                font-size: 14px;
            }

                .index_nav .index_nav_inner .nav_drop .title a {
                    color: #fff;
                }

                    .index_nav .index_nav_inner .nav_drop .title a :hover {
                        color: #333;
                    }

            .index_nav .index_nav_inner .nav_drop .nav_drop_menu {
                display: none;
                top: 0;
                height: 327px;
                z-index: 2000;
                position: relative;
                background-color: #fff;
                box-shadow: 0 0 3px rgba(0,0,0,0.1);
            }

                .index_nav .index_nav_inner .nav_drop .nav_drop_menu .title {
                    line-height: 32px;
                    display: block;
                    position: relative;
                }

                    .index_nav .index_nav_inner .nav_drop .nav_drop_menu .title span {
                        display: block;
                        float: left;
                    }

                    .index_nav .index_nav_inner .nav_drop .nav_drop_menu .title i {
                        top: 5px;
                        left: 58px;
                        width: 20px;
                        height: 12px;
                        position: absolute;
                        background: url(../Images/common/hot3.png) no-repeat;
                    }

                .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item {
                    height: auto;
                    padding: 0 0 3px 15px;
                    border-bottom: 1px dashed #e5e5e5;
                    float: left;
                    overflow: hidden;
                    position: relative;
                    z-index: 2001;
                }

                    .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item:last-child {
                        border-bottom: none !important;
                    }

                    .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item:first-child:before {
                        border-bottom: none !important;
                    }

                    .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item:hover, .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item.selected {
                        z-index: 110;
                        width: 176px;
                        background-color: #fff;
                        border-bottom-style: solid;
                    }

                        .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item:hover:last-child, .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item.selected:last-child {
                            border-bottom: 1px solid #e5e5e5 !important;
                        }

                        .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item:hover:before, .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item.selected:before {
                            content: '';
                            left: 0;
                            right: 0;
                            top: -1px;
                            position: absolute;
                            border-bottom: 1px solid #e5e5e5;
                        }

                    .index_nav .index_nav_inner .nav_drop .nav_drop_menu .menu_item .item {
                        width: 48px;
                        margin: 0 9px 5px 0;
                        float: left;
                        white-space: nowrap;
                        overflow: hidden;
                    }

    .index_nav .nav_expend {
        display: none;
        z-index: 99;
        height: 325px;
        border: 1px solid #e5e5e5;
        top: 38px;
        left: 190px;
        position: absolute;
    }

        .index_nav .nav_expend .nav_item {
            width: 800px;
            display: none;
            overflow: hidden;
            position: relative;
            z-index: -1;
        }

            .index_nav .nav_expend .nav_item.selected {
                z-index: 999;
            }

            .index_nav .nav_expend .nav_item.pid_1 dl.first, .index_nav .nav_expend .nav_item.pid_2 dl.first {
                width: 234px;
            }

                .index_nav .nav_expend .nav_item.pid_1 dl.first li, .index_nav .nav_expend .nav_item.pid_2 dl.first li {
                    float: left;
                    width: 50%;
                }

            .index_nav .nav_expend .nav_item.pid_1 dl, .index_nav .nav_expend .nav_item.pid_2 dl {
                width: 114px;
            }

            .index_nav .nav_expend .nav_item.pid_3 dl, .index_nav .nav_expend .nav_item.pid_6 dl {
                width: 170px;
            }

            .index_nav .nav_expend .nav_item .nav_expend_ad {
                display: none;
            }

            .index_nav .nav_expend .nav_item.hascatad .nav_expend_ad {
                display: block;
            }

        .index_nav .nav_expend .nav_expend_txt {
            width: 580px;
            height: 325px;
            z-index: 12;
            float: left;
            overflow: hidden;
            position: relative;
            background-color: #fff;
        }

            .index_nav .nav_expend .nav_expend_txt .inner {
                width: 580px;
                height: 325px;
                position: relative;
                overflow: hidden;
                zoom: 1;
            }

            .index_nav .nav_expend .nav_expend_txt dl {
                padding: 9px 0;
                float: left;
                display: inline;
                margin: 0 12px 0 24px;
            }

            .index_nav .nav_expend .nav_expend_txt dt {
                margin: 0 0 6px;
                padding: 0 0 9px;
                font-size: 14px;
                border-bottom: 1px dashed #e5e5e5;
            }

            .index_nav .nav_expend .nav_expend_txt dd li {
                padding: 3px 0;
            }

        .index_nav .nav_expend .nav_expend_ad {
            width: 220px;
            height: 325px;
            overflow: hidden;
            float: left;
            position: relative;
        }

            .index_nav .nav_expend .nav_expend_ad .inner {
                width: 220px;
                height: 325px;
                position: relative;
                overflow: hidden;
                zoom: 1;
            }

            .index_nav .nav_expend .nav_expend_ad a {
                position: absolute;
                top: 0;
                right: 0;
            }

            .index_nav .nav_expend .nav_expend_ad img {
                display: block;
            }

.footer3_wrap {
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    min-width: 1190px;
    margin-top: 50px;
}

.footer3 {
    margin: 0 auto;
    width: 1190px;
    padding: 25px 0 0;
}

    .footer3 .top_links {
        color: #e5e5e5;
        text-align: center;
    }

        .footer3 .top_links .item {
            margin: 0 20px;
            color: #333;
        }

            .footer3 .top_links .item:hover {
                color: #ef3664;
            }

    .footer3 .copy {
        text-align: center;
        padding: 12px 0;
        color: #9c9c9c;
    }

    .footer3 .secur {
        height: 30px;
        text-align: center;
    }

        .footer3 .secur .item {
            margin: 0 10px;
        }

    .footer3 .links {
        text-align: center;
        padding: 20px 0 20px;
    }

        .footer3 .links .item {
            margin: 0 10px;
            color: #333;
        }

            .footer3 .links .item:hover {
                color: #ef3664;
            }

.fixed_bar_bg {
    content: '';
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 5px;
    position: fixed;
    background-color: #f5f5f5;
}

.fixed_bar {
    right: 0;
    bottom: 50px;
    position: fixed;
    z-index: 2000;
}

    .fixed_bar .item {
        width: 21px;
        padding: 9px 7px;
        margin: 0 0 5px;
        display: block;
        text-align: center;
        background-color: #f5f5f5;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        position: relative;
        z-index: 30;
        line-height: 15px;
    }

        .fixed_bar .item:hover {
            color: #fff;
            background-color: #fb658a !important;
        }

            .fixed_bar .item:hover .ico {
                color: #fff;
            }

        .fixed_bar .item i {
            margin-bottom: 4px;
        }

        .fixed_bar .item p {
            width: 15px;
            margin: auto;
        }

        .fixed_bar .item.item-cart {
            padding: 9px 1px;
            width: 33px;
        }

            .fixed_bar .item.item-cart .cartAmount {
                position: relative;
                top: 3px;
                margin: auto;
                color: #fff;
                white-space: nowrap;
                border-radius: 7px;
                padding: 0 5px;
                line-height: 14px;
                background: url(img/common/cart.png) no-repeat;
                background: -webkit-linear-gradient(#ff7a6e, #ef3564);
                background: -o-linear-gradient(#ff7a6e, #ef3564);
                background: -moz-linear-gradient(#ff7a6e, #ef3564);
                background: linear-gradient(#ff7a6e, #ef3564);
                width: 28px \9;
                height: 15px \9;
                display: block \9;
                padding: 0 \9;
                text-align: center;
            }

    .fixed_bar .ico {
        font-size: 16px;
        line-height: 1;
        display: block;
        margin: 0 auto;
        color: #9c9c9c;
    }

.body_index3 .toolbar-tab, .body_newstyle3 .toolbar-tab, .body_markets3 .toolbar-tab, .body_hot3 .toolbar-tab, .body_ctaegory3 .toolbar-tab, .body_slzz3 .toolbar-tab, .body_index3 .toolbar-line, .body_newstyle3 .toolbar-line, .body_markets3 .toolbar-line, .body_hot3 .toolbar-line, .body_ctaegory3 .toolbar-line, .body_slzz3 .toolbar-line {
    background-color: #fff;
}

.breadcrumb {
    height: 21px;
    position: relative;
    margin: 10px 0 10px 20px;
    color: #6c6c6c;
}

    .breadcrumb a.title {
        color: #333;
    }

    .breadcrumb a:hover {
        color: #ff4640;
    }

    .breadcrumb .keyword {
        padding: 3px 3px 3px 8px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
    }

        .breadcrumb .keyword .vvicon {
            position: relative;
            left: 0;
            top: 1px;
            margin-left: 5px;
            font-size: 14px;
        }

        .breadcrumb .keyword:hover {
            border-color: #fb658a;
            color: #ef3664;
        }

            .breadcrumb .keyword:hover em {
                color: #ef3664;
            }

            .breadcrumb .keyword:hover .vvicon {
                color: #ef3664;
            }

    .breadcrumb .search-info {
        position: absolute;
        right: 0;
        top: 1px;
        float: none;
        width: 150px;
        text-align: right;
        color: #6c6c6c;
    }

        .breadcrumb .search-info span .num {
            font-weight: bold;
            color: #6c6c6c;
        }

    .breadcrumb .last {
        color: #6c6c6c;
    }

    .breadcrumb .recordCount {
        color: #333;
    }

.vv-msg {
    position: relative;
    padding: 5px 20px;
    margin: 10px 0;
    background-color: #fef9e9;
    border: 1px solid #fee79a;
    line-height: 18px;
}

    .vv-msg i {
        position: absolute;
        left: 20px;
        top: 20px;
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -270px -114px;
        width: 14px;
        height: 12px;
    }

    .vv-msg strong {
        color: #333;
    }

    .vv-msg .tip {
        float: left;
        width: 105px;
    }

    .vv-msg .txt {
        padding-left: 24px;
        font-size: 12px;
        line-height: 20px;
    }

        .vv-msg .txt.none {
            padding-left: 0;
        }

        .vv-msg .txt a {
            margin-right: 20px;
            float: left;
            display: inline;
        }

    .vv-msg a {
        color: #333;
    }

        .vv-msg a:hover {
            color: #ef3664;
        }

            .vv-msg a:hover font {
                color: #ef3664;
            }

        .vv-msg a font {
            font-size: 16px;
            position: relative;
            top: 1px;
            left: -4px;
            color: #333;
        }

    .vv-msg span.red {
        color: #ef3664;
    }

    .vv-msg.warning {
        border-color: #fdabc0;
        background-color: #fff0f4;
    }

    .vv-msg.uc {
        padding: 5px 10px;
    }

.err-info {
    color: #ef3664;
    display: none;
    padding: 0 5px;
    border: 1px solid #fcb7c8;
    line-height: 24px;
    background-color: #feeff3;
}

    .err-info i.vvicon {
        color: #fb658a !important;
    }

.vv-tag {
    position: relative;
    height: 38px;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ebebeb;
}

    .vv-tag ul {
        position: absolute;
        height: 40px;
        top: 0;
        left: 0;
    }

        .vv-tag ul li {
            width: 110px;
            height: 38px;
            line-height: 38px;
            *line-height: 39px;
            float: left;
            text-align: center;
            font-size: 14px;
            color: #333;
            cursor: pointer;
        }

            .vv-tag ul li.curr {
                border-bottom: 2px solid #fb658a;
            }

    .vv-tag.x-tag ul li {
        width: 140px;
    }

.mini-page {
    font-size: 14px;
    font-weight: lighter;
    color: #6c6c6c;
}

    .mini-page span.prev > .mp-prev, .mini-page span.next > .mp-prev, .mini-page span.prev > .mp-next, .mini-page span.next > .mp-next {
        color: #e5e5e5;
    }

    .mini-page .mp-prev, .mini-page .mp-next {
        color: #9c9c9c;
        font-size: 16px;
    }

    .mini-page .mp-prev, .mini-page .mp-next, .mini-page .pageinfo {
        padding: 5px;
        vertical-align: middle;
    }

.top_ban_60 {
    min-width: 1190px;
    width: 100%;
    height: 60px;
    display: none;
    overflow: hidden;
    position: relative;
}

    .top_ban_60 a {
        display: block;
        width: 100%;
        height: 60px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .top_ban_60 .inner {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -595px;
        height: 0;
        width: 1190px;
        text-align: right;
    }

        .top_ban_60 .inner .close {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -36px -218px;
            width: 18px;
            height: 18px;
            position: relative;
            cursor: pointer;
            z-index: 99;
        }

            .top_ban_60 .inner .close:hover {
                background-image: url(../Images/sp_icon3.png?_=2cea5da7);
                background-position: -184px -190px;
                width: 18px;
                height: 18px;
            }

.order-step {
    width: 400px;
    float: right;
    margin-top: 14px;
}

    .order-step dl {
        position: relative;
        width: 100px;
        float: left;
    }

        .order-step dl dd {
            position: absolute;
            left: 39px;
            top: -15px;
            color: #ebebeb;
            width: 15px;
            height: 33px;
            line-height: 33px;
        }

            .order-step dl dd.step-number {
                color: #9c9c9c;
                font-family: arial;
                text-align: center;
            }

        .order-step dl dt {
            border-top: 4px solid #ebebeb;
            line-height: 1;
            padding-top: 15px;
            color: #6c6c6c;
            text-align: center;
        }

        .order-step dl.ready dt {
            border-top-color: #81d9cd;
            color: #333;
        }

        .order-step dl.ready dd i {
            font-size: 18px;
            color: #81d9cd;
        }

        .order-step dl.ready dd.step-number {
            left: 40px;
            top: -16px;
            color: #fff;
        }

.shop-year-icon {
    width: 40px;
    height: 15px;
}

    .shop-year-icon.year1, .shop-year-icon.year, .shop-year-icon.year0 {
        display: none !important;
    }

    .shop-year-icon.year2 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -207px -60px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year3 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -207px -80px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year4 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -207px -100px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year5 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: 0 -170px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year6 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -135px -150px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year7 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -45px -150px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year8 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: 0 -150px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year9 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -45px -170px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year10 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -90px -150px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year11 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -90px -170px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year12 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -135px -170px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year13 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -207px 0;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year14 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -207px -20px;
        width: 40px;
        height: 15px;
    }

    .shop-year-icon.year15 {
        background-image: url(../Images/sp_icon3.png?_=2cea5da7);
        background-position: -207px -40px;
        width: 40px;
        height: 15px;
    }

.shop-icon {
    height: 16px;
    overflow: hidden;
}

    .shop-icon i {
        float: left;
        margin-right: 3px;
    }

        .shop-icon i.cert {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -129px -110px;
            width: 18px;
            height: 15px;
        }

        .shop-icon i.miao {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -187px -218px;
            width: 15px;
            height: 15px;
        }

        .shop-icon i.top50 {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -154px -86px;
            width: 41px;
            height: 15px;
        }

        .shop-icon i.top100 {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -154px 0;
            width: 48px;
            height: 15px;
        }

        .shop-icon i.top300 {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -69px -130px;
            width: 48px;
            height: 15px;
        }

        .shop-icon i.top1000 {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -69px -110px;
            width: 55px;
            height: 15px;
        }

        .shop-icon i.top3000 {
            background-image: url(../Images/sp_icon3.png?_=2cea5da7);
            background-position: -85px -65px;
            width: 55px;
            height: 15px;
        }

    .shop-icon .cert-gold {
        float: left;
        margin: -1px 3px 0 0;
    }

.lack-tips {
    display: block;
    height: auto;
    line-height: 1;
    position: relative;
    z-index: 10;
    border: none;
}

    .lack-tips > i {
        display: none;
        position: absolute;
        width: 10px;
        height: 6px;
        left: 43px;
        top: 15px;
        border: none;
        background: url('../Images/common/vtips2.png') no-repeat;
        z-index: 11;
    }

    .lack-tips i.iBack {
        background-image: url('../Images/common/v-tips.png') !important;
        top: 25px !important;
        left: 15px !important;
    }

    .lack-tips .lack-status {
        width: 94px;
        height: 22px;
        line-height: 22px;
        background: #ffdce5;
        border: 1px solid rgba(251,101,138,0.4);
        color: #fb658a;
    }

    .lack-tips .lack-txt {
        display: none;
        position: absolute;
        left: -140px;
        top: 20px;
        width: 200px;
        color: #6c6c6c;
        padding: 10px 20px 5px 20px;
        line-height: 18px;
        border-radius: 1px;
        border: 1px solid #fb658a;
        background-color: #fafafa;
        text-align: left;
        z-index: 11;
    }

    .lack-tips .lack-txt1 {
        border: 1px solid #fde287;
        background-color: #fef9e9;
        padding: 5px 5px 5px 5px !important;
        top: 30px !important;
        left: 0 !important;
        width: 150px !important;
    }

    .lack-tips .lack-txt2 {
        border: 1px solid #fde287;
        background-color: #fef9e9;
        padding: 0 0 5px 5px;
        top: 0 !important;
        left: 280px !important;
        width: 265px !important;
        height: 95%;
    }

    .lack-tips .table-old {
        float: right;
        text-align: center;
        padding: 5px 10px;
        background: #fde287;
    }

    .lack-tips i.iBack1 {
        width: 20px !important;
        height: 16px !important;
        background-image: url('../Images/common/stock.png') !important;
        top: 50px !important;
        left: 275px !important;
    }

    .lack-tips:hover, .lack-tips.hover {
        z-index: 11;
    }

        .lack-tips:hover > i, .lack-tips.hover > i, .lack-tips:hover .lack-txt, .lack-tips.hover .lack-txt {
            display: block;
        }

.layui-layer-up .layui-layer-title {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #f5f5f5;
}

.layui-layer-up .layui-layer-setwin {
    right: 14px;
    top: 14px;
}

.layui-layer-up .layui-layer-btn {
    text-align: center;
}

.layer-up-box {
    text-align: center;
    color: #6c6c6c;
}

    .layer-up-box .msg {
        width: 100%;
        text-align: center;
        color: #9c9c9c;
    }

    .layer-up-box .up-btn-list {
        height: auto;
        margin: 10px 10px 15px;
    }

        .layer-up-box .up-btn-list a {
            float: left;
            display: block;
            margin: 20px 15px 0;
            margin: 30px 10px 0;
            width: 70px;
            color: #6c6c6c;
            height: 14px;
            padding-top: 60px;
            line-height: 1;
            background-position: top center;
            background-repeat: no-repeat;
            text-align: center;
        }

            .layer-up-box .up-btn-list a.pdd {
                background-image: url('img/common/up_pdd.png');
            }

            .layer-up-box .up-btn-list a.tb {
                background-image: url('img/common/up_tb.png');
            }

            .layer-up-box .up-btn-list a.ali {
                background-image: url('img/common/up_ali.png');
            }

            .layer-up-box .up-btn-list a.mls {
                background-image: url('img/common/up_mls.png');
            }

            .layer-up-box .up-btn-list a.smt {
                background-image: url('img/common/up_smt.png');
            }

            .layer-up-box .up-btn-list a.jd {
                background-image: url('img/common/up_jd.png');
            }

            .layer-up-box .up-btn-list a.mgj {
                background-image: url('img/common/up_mgj.png');
            }

            .layer-up-box .up-btn-list a.wx {
                background-image: url('img/common/up_wx.png');
            }

            .layer-up-box .up-btn-list a.ccj {
                background-image: url('img/common/up_ccj.png');
            }

.layui-layer-tips.service-tips .layui-layer-content {
    color: #6c6c6c;
    line-height: 18px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px;
    box-shadow: none;
}

    .layui-layer-tips.service-tips .layui-layer-content i {
        display: none;
    }

.layui-layer-tips.stock-less .layui-layer-content {
    color: #6c6c6c;
    padding: 5px;
    box-shadow: none;
    line-height: 18px;
    border: 1px solid #ffe693;
    border-radius: 1px;
}

    .layui-layer-tips.stock-less .layui-layer-content i {
        position: absolute;
        width: 6px;
        height: 10px;
        left: -5px;
        top: 9px;
        border: none;
        background: url('img/common/stock.png') no-repeat;
    }

        .layui-layer-tips.stock-less .layui-layer-content i.layui-layer-TipsS {
            display: none;
        }

.layui-layer-tips.img-tips .layui-layer-content {
    padding: 10px;
    width: 230px;
    height: 230px;
    color: #6c6c6c;
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    text-align: center;
}

    .layui-layer-tips.img-tips .layui-layer-content i {
        position: absolute;
        width: 0;
        height: 0;
        left: -8px;
        top: 7px;
        border-width: 7px 7px 7px 0;
        border-style: solid;
        border-color: transparent #ebebeb transparent transparent;
    }

        .layui-layer-tips.img-tips .layui-layer-content i.layui-layer-TipsS {
            left: -6px;
            top: 7px;
            border-color: transparent #fff transparent transparent;
        }

.layui-layer-tips.video-tips .layui-layer-content {
    padding: 5px;
    color: #6c6c6c;
    box-shadow: none;
    border: 1px solid #fde287;
    text-align: center;
    max-width: 136px;
}

.layui-layer-cart .layui-layer-setwin {
    right: 44px;
    top: 44px;
}

    .layui-layer-cart .layui-layer-setwin .layui-layer-close2 {
        width: 14px;
        height: 14px;
        background-position: 0 -40px;
    }

        .layui-layer-cart .layui-layer-setwin .layui-layer-close2:hover {
            background-position: 0 -40px;
        }

.item-flyer {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    z-index: 19891115;
}

.empty-tip {
    width: 580px;
    height: 200px;
    margin: 80px auto;
    text-align: center;
}

    .empty-tip .vvicon {
        margin: 10px auto;
        font-size: 72px;
        color: #e5e5e5;
    }

    .empty-tip .text {
        color: #9c9c9c;
        font-size: 14px;
    }

        .empty-tip .text span.keyword {
            color: #ee3d37;
        }

    .empty-tip .icon-down {
        display: block;
        background-image: url(img/shop/shopdown.png);
        width: 72px;
        height: 72px;
        margin: 0 auto 15px;
    }

.vvicon {
    font-size: 16px;
    font-style: normal;
    font-family: "vvicicon" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
}

    .vvicon:after {
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0;
        -moz-osx-font-smoothing: grayscale;
    }

    .vvicon.warning {
        color: #fdcb3d;
        position: relative;
        top: -1px;
    }

.tip-tab-sub {
    position: absolute;
    display: none;
    right: 7px;
    top: 1px;
    width: 5px;
    height: 5px;
    color: #ef3664;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: -webkit-linear-gradient(#ff7a6e, #ef3664);
    background: -o-linear-gradient(#ff7a6e, #ef3664);
    background: -moz-linear-gradient(#ff7a6e, #ef3664);
    background: linear-gradient(#ff7a6e, #ef3664);
}

.top_bar_inner .item-active {
    position: relative;
}

    .top_bar_inner .item-active .tip-tab-sub {
        display: block;
        right: 9px;
        top: -4px;
    }

.top_bar_inner .item-menu-active {
    position: relative;
}

    .top_bar_inner .item-menu-active .tip-tab-sub {
        display: block;
        right: 0;
        top: 3px;
    }

.top_bar_notice {
    background-color: #fff3f6;
    height: 30px;
    line-height: 30px;
    color: #333;
}

    .top_bar_notice span {
        color: #ef3664;
        padding-right: 5px;
    }

    .top_bar_notice a {
        color: #0066c0;
    }

        .top_bar_notice a i {
            color: #0066c0;
            vertical-align: top;
            line-height: 28px;
        }

        .top_bar_notice a:hover {
            color: #0066c0;
            text-decoration: underline;
        }

.miao-notice {
    width: 1188px;
    margin: auto;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 50px 0;
}

    .miao-notice h2 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1;
        margin-bottom: 25px;
    }

    .miao-notice p {
        padding: 5px 0;
        line-height: 1;
        font-size: 14px;
    }

        .miao-notice p.desc {
            font-size: 12px;
            margin-top: 15px;
            color: #999;
        }

    .miao-notice a.btn {
        margin-top: 30px;
    }

.header_shop {
    line-height: 40px;
}

.login-main {
    position: relative;
    height: 520px;
}

    .login-main input {
        border: none;
    }

    .login-main .login-text {
        position: absolute;
        width: 450px;
        height: 100px;
        left: 145px;
        bottom: 122px;
    }

    .login-main .login-pannel {
        position: relative;
        width: 380px;
        margin: 80px 30px 0 0;
        float: right;
        background: url(img/border.png);
        padding: 10px;
    }

        .login-main .login-pannel.login-tusou {
            float: none;
            padding: 0;
            margin: 80px auto 0 auto;
            border: 1px solid #ebebeb;
            box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
        }

    .login-main .login-form {
        width: 380px;
        background: #fff;
    }

        .login-main .login-form .btn-disable, .login-main .login-form .btn-red {
            margin-left: 11px;
            width: 155px;
            height: 37px;
            line-height: 37px;
        }

        .login-main .login-form .btn-disable {
            background-color: #f5f5f5;
            color: #9c9c9c;
            border-color: #9c9c9c;
            cursor: not-allowed;
        }

        .login-main .login-form .form-title {
            background-color: #f5f5f5;
            padding: 10px 20px;
            height: 20px;
            line-height: 20px;
        }

            .login-main .login-form .form-title strong {
                color: #333;
                font-size: 16px;
            }

        .login-main .login-form .form-main {
            padding: 20px;
            height: auto;
        }

            .login-main .login-form .form-main .btn.btn-x-big {
                width: 340px;
                font-size: 16px;
            }

                .login-main .login-form .form-main .btn.btn-x-big[disabled='disabled'] {
                    text-indent: -9999em;
                    background-color: #fff;
                    background-image: url(img/loading.gif);
                    background-repeat: no-repeat;
                    background-position: center;
                }

            .login-main .login-form .form-main dl {
                height: 38px;
                border: 1px solid #e5e5e5;
                width: 338px;
                margin-bottom: 15px;
            }

                .login-main .login-form .form-main dl dt {
                    float: left;
                    width: 38px;
                    height: 38px;
                    line-height: 38px;
                    text-align: center;
                    background-color: #f5f5f5;
                }

                .login-main .login-form .form-main dl dd {
                    float: left;
                }

                    .login-main .login-form .form-main dl dd input {
                        padding: 0 10px;
                        width: 280px;
                        *width: 276px !important;
                        border-width: 0 !important;
                        height: 37px;
                        line-height: 37px;
                        font-size: 14px;
                        color: #333;
                    }

                        .login-main .login-form .form-main dl dd input:-webkit-autofill {
                            -webkit-box-shadow: 0 0 0 1000px #fff inset;
                        }

                .login-main .login-form .form-main dl.code {
                    height: 40px;
                    border: none;
                }

                    .login-main .login-form .form-main dl.code dd.code-input, .login-main .login-form .form-main dl.code dd.sms-input {
                        border: 1px solid #e5e5e5;
                        width: 165px;
                        overflow: hidden;
                    }

                        .login-main .login-form .form-main dl.code dd.code-input input, .login-main .login-form .form-main dl.code dd.sms-input input {
                            width: 145px;
                        }

                    .login-main .login-form .form-main dl.code dd.focus {
                        border-color: #9c9c9c;
                    }

                    .login-main .login-form .form-main dl.code dd.error-focus {
                        border-color: #fb658a;
                    }

                    .login-main .login-form .form-main dl.code dd.code-img {
                        width: 110px;
                        height: 40px;
                        margin-left: 10px;
                    }

                    .login-main .login-form .form-main dl.code dd.code-btn {
                        padding: 0;
                        width: 45px;
                        border: none;
                        height: 40px;
                        line-height: 40px;
                        color: #333;
                        text-align: right;
                        cursor: pointer;
                    }

                        .login-main .login-form .form-main dl.code dd.code-btn:hover {
                            color: #ef3664;
                        }

                .login-main .login-form .form-main dl.focus {
                    border-color: #9c9c9c;
                }

                .login-main .login-form .form-main dl.error-focus {
                    border-color: #fb658a;
                }

            .login-main .login-form .form-main .login-other {
                line-height: 15px;
                vertical-align: middle;
            }

                .login-main .login-form .form-main .login-other label {
                    cursor: pointer;
                }

                    .login-main .login-form .form-main .login-other label i {
                        padding-right: 5px;
                        *font-size: 15px;
                    }

                        .login-main .login-form .form-main .login-other label i.check-false {
                            display: inline;
                            color: #e5e5e5;
                        }

                        .login-main .login-form .form-main .login-other label i.check-true {
                            display: none;
                            color: #ef3664;
                        }

                    .login-main .login-form .form-main .login-other label.checked i.check-true {
                        display: inline;
                    }

                    .login-main .login-form .form-main .login-other label.checked i.check-false {
                        display: none;
                    }

                    .login-main .login-form .form-main .login-other label.error {
                        display: block;
                        border: 1px solid rgba(251,101,138,0.5);
                        background-color: rgba(251,101,138,0.1);
                        color: #6c6c6c;
                        padding: 0 5px;
                        margin: 0 0 15px;
                        height: 24px;
                        line-height: 24px;
                    }

                        .login-main .login-form .form-main .login-other label.error .error-icon {
                            color: #fb658a;
                            font-size: 15px;
                            margin: 0 5px;
                            vertical-align: bottom;
                        }

    .login-main.login-code {
        height: 475px;
    }

        .login-main.login-code .login-form .form-main {
            height: 280px;
        }

.toolbar-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99990;
    width: 35px;
    height: 100%;
    transition: right .2s linear;
}

.toolbar-open {
    right: 300px;
    transition: right .3s linear;
}

    .toolbar-open .toolbar-tab {
        -webkit-box-shadow: 3px 0 5px rgba(0,0,0,0.1);
        -moz-box-shadow: 3px 0 5px rgba(0,0,0,0.1);
        box-shadow: -3px 0 5px rgba(0,0,0,0.1);
    }

    .toolbar-open .toolbar-line {
        -webkit-box-shadow: -3px 0 5px rgba(0,0,0,0.15);
        -moz-box-shadow: -3px 0 3px rgba(0,0,0,0.15);
        box-shadow: -3px 0 3px rgba(0,0,0,0.15);
    }

    .toolbar-open .tab-sub {
        color: #ef3664;
        background-image: url(img/common/cart1.png);
        background: url(img/common/cart.png) no-repeat;
        background: -webkit-linear-gradient(#fff, #fff);
        background: -o-linear-gradient(#fff, #fff);
        background: -moz-linear-gradient(#fff, #fff);
        background: linear-gradient(#fff, #fff);
    }

.toolbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    z-index: 99990;
}

.toolbar-panels {
    position: absolute;
    left: 35px;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 999990;
    background: #f5f5f5 none repeat scroll 0 0;
}

.toolbar-panel {
    width: 300px;
    height: 100%;
    position: absolute;
    z-index: 999990;
    background: #f5f5f5 none repeat scroll 0 0;
}

.toolbar-line {
    position: absolute;
    left: 30px;
    top: 0;
    width: 5px;
    height: 100%;
    z-index: 999990;
    background-color: #f5f5f5;
}

.tbar-panel-header {
    position: relative;
    width: 280px;
    background: #f5f5f5;
    padding: 0 10px 10px 10px;
    z-index: 999992;
}

    .tbar-panel-header .tbar-op {
        height: 30px;
        line-height: 40px;
    }

    .tbar-panel-header .tbar-tipbox {
        height: 20px;
        line-height: 20px;
        border: 1px solid #fde288;
        background-color: #fefaec;
        padding: 5px 5px 5px 10px;
    }

        .tbar-panel-header .tbar-tipbox .tip-text {
            width: 210px;
            color: #333;
        }

        .tbar-panel-header .tbar-tipbox .tip-btn {
            width: 40px !important;
        }

.tbar-panel-main {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 999991;
}

.tbar-panel-content {
    width: 317px;
    z-index: 1000000;
}

.tbar-panel-footer {
    width: 280px;
    height: 80px;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999992;
    color: #333;
    line-height: 28px;
}

    .tbar-panel-footer .jtc-number {
        float: left;
    }

        .tbar-panel-footer .jtc-number em {
            font-family: arial;
            font-weight: 600;
        }

    .tbar-panel-footer .jtc-sum {
        text-align: right;
        float: right;
        font-size: 14px;
        color: #ef3664;
    }

        .tbar-panel-footer .jtc-sum em {
            font-family: verdana;
            font-weight: bold;
        }

    .tbar-panel-footer .jtc-btn {
        width: 280px !important;
    }

.order-dis-tips {
    display: none;
    position: absolute;
    font-size: 12px;
    left: 10px;
    bottom: 60px;
    width: 260px;
    color: #6c6c6c;
    padding: 10px;
    line-height: 18px;
    height: 32px;
    overflow: hidden;
    border-radius: 1px;
    border: 1px solid #ffe693;
    background-color: #fefaec;
    text-align: left;
    z-index: 999993;
}

.order-dis-icon {
    display: none;
    position: absolute;
    width: 10px;
    height: 6px;
    left: 142px;
    bottom: 55px;
    border: none;
    background: url('img/common/vtips3.png') no-repeat;
    z-index: 999994;
}

.toolbar-header {
    position: absolute;
    top: 0;
    right: -6px;
}

.toolbar-tabs {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 35px;
    margin-top: -61px;
    z-index: 999999;
}

.toolbar-tab {
    position: relative;
    width: 35px;
    padding: 9px 0;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: #f5f5f5;
    line-height: 15px;
    z-index: 30;
    text-align: center;
}

    .toolbar-tab:hover {
        color: #fff;
        background-color: #fb658a !important;
    }

        .toolbar-tab:hover .tab-ico, .toolbar-tab:hover .tab-text {
            color: #fff;
        }

        .toolbar-tab:hover a {
            color: #fff;
        }

    .toolbar-tab.tbar-tab-click-selected {
        color: #fff;
        background-color: #fb658a !important;
    }

        .toolbar-tab.tbar-tab-click-selected .tab-ico, .toolbar-tab.tbar-tab-click-selected .tab-text {
            color: #fff;
        }

        .toolbar-tab.tbar-tab-click-selected.tab-sub {
            color: #c81623;
            background-color: #fff;
            background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
            text-shadow: 1px 0 1px rgba(0,0,0,0.3);
        }

    .toolbar-tab.tbar-tab-help.tbar-tab-click-selected .tbar-panel-help, .toolbar-tab.tbar-tab-goods-help.tbar-tab-click-selected .tbar-panel-help, .toolbar-tab.tbar-tab-setting-help.tbar-tab-click-selected .tbar-panel-help {
        left: -143px;
        width: 140px;
        transition-property: width,left;
        transition-duration: .2s,.2s;
        transition-timing-function: ease-in,ease-in;
    }

    .toolbar-tab.tbar-tab-goods-help.tbar-tab-click-selected .tbar-panel-help, .toolbar-tab.tbar-tab-setting-help.tbar-tab-click-selected .tbar-panel-help {
        top: -127px;
        height: 195px;
    }

        .toolbar-tab.tbar-tab-goods-help.tbar-tab-click-selected .tbar-panel-help ul li, .toolbar-tab.tbar-tab-setting-help.tbar-tab-click-selected .tbar-panel-help ul li {
            height: auto;
            line-height: 20px;
            padding: 5px 0;
        }

    .toolbar-tab.tbar-tab-setting-help.tbar-tab-click-selected .tbar-panel-help {
        height: 217px;
        top: -148px;
    }

.tab-ico {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin: 0 auto;
    color: #9c9c9c;
    margin: 0 0 4px 2px;
}

.tab-text {
    display: block;
    width: 15px;
    margin: auto;
    color: #333;
}

.tab-sub {
    position: relative;
    left: 0;
    top: 4px;
    display: none;
    margin: auto;
    color: #fff;
    white-space: nowrap;
    border-radius: 7px;
    padding: 0 5px;
    line-height: 14px;
    background: url(img/common/cart.png) no-repeat;
    background: -webkit-linear-gradient(#ff7a6e, #ef3564);
    background: -o-linear-gradient(#ff7a6e, #ef3564);
    background: -moz-linear-gradient(#ff7a6e, #ef3564);
    background: linear-gradient(#ff7a6e, #ef3564);
    width: 28px \9;
    height: 15px \9;
    display: block \9;
    padding: 0 \9;
    text-align: center;
}

.hide {
    display: none;
}

.toolbar-footer {
    position: absolute;
    bottom: -1px;
    width: 100%;
    margin: 0;
    padding: 0;
    font: 12px/150% Arial,Verdana,"宋体";
    color: #666;
}

.tbar-tab-top {
    background-position: -50px -250px;
}

.tbar-tab-feedback {
    background-position: -50px -300px;
}

.footer-tab-text {
    width: 50px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-family: "微软雅黑";
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 0;
    background-color: #7a6e6e;
    border-radius: 3px 0 0 3px;
    transition: left .3s ease-in-out .1s;
    font-style: normal;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.tbar-tab-hover {
    left: -60px;
    background-color: #c81623;
}

.tbar-tab-footer-hover {
    left: -48px;
    background-color: #c81623;
}

.tbar-tab-selected {
    background-color: #c81623;
}

    .tbar-tab-selected .tab-sub {
        color: #c81623;
        background-color: #fff;
        background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        text-shadow: 1px 0 1px rgba(0,0,0,0.3);
    }

.survey-tab-ico {
    display: none;
}

.survey-tab-text {
    left: 0;
    width: 35px;
    height: 30px;
    padding: 2px 0 3px;
    line-height: 15px;
    background: #c81623 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    border-radius: 3px 0 0 3px;
    transition: left .3s ease-in-out .1s;
    font-style: normal;
    margin: 0;
    cursor: pointer;
}

.J-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.tbar-panel-history .jth-item .add-cart-button:hover {
    background: #c81623 none repeat scroll 0 0;
}

.tbar-cart-list {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #666;
}

table.side-cart-list {
    width: 300px;
    background-color: #fff;
    margin-bottom: 10px;
}

    table.side-cart-list th, table.side-cart-list td {
        padding: 10px 0;
    }

    table.side-cart-list .ckd {
        width: 24px;
        text-align: right;
    }

    table.side-cart-list thead th.shop-info {
        padding-left: 10px;
    }

    table.side-cart-list tbody td {
        border-top: 1px solid #f5f5f5;
    }

        table.side-cart-list tbody td.pic {
            width: 50px;
            padding: 10px 5px;
        }

            table.side-cart-list tbody td.pic a {
                display: block;
                width: 50px;
                height: 50px;
                overflow: hidden;
            }

                table.side-cart-list tbody td.pic a img {
                    max-height: 50px;
                    max-width: 50px;
                }

        table.side-cart-list tbody td.sku {
            width: 70px;
        }

            table.side-cart-list tbody td.sku .sku-line {
                margin: 0 5px;
                width: 60px;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

        table.side-cart-list tbody td.amount {
            -webkit-user-select: none;
        }

            table.side-cart-list tbody td.amount .amount-box {
                width: 52px;
                height: 16px;
                margin: 0 auto;
                overflow: hidden;
            }

                table.side-cart-list tbody td.amount .amount-box span, table.side-cart-list tbody td.amount .amount-box input {
                    display: block;
                    float: left;
                }

                table.side-cart-list tbody td.amount .amount-box span {
                    width: 14px;
                    height: 14px;
                    line-height: 14px;
                    text-align: center;
                    color: #9c9c9c;
                    cursor: pointer;
                    background-color: #f5f5f5;
                    border: 1px solid #e5e5e5;
                }

                    table.side-cart-list tbody td.amount .amount-box span.dis {
                        color: #e5e5e5;
                        cursor: default;
                    }

                    table.side-cart-list tbody td.amount .amount-box span i {
                        font-size: 14px;
                    }

                table.side-cart-list tbody td.amount .amount-box input {
                    width: 20px;
                    height: 16px;
                    line-height: 16px;
                    border: none;
                    text-align: center;
                    font-family: arial;
                }

        table.side-cart-list tbody td.total {
            padding-right: 10px;
            color: #333;
        }

            table.side-cart-list tbody td.total .price {
                font-family: verdana;
                font-weight: bold;
            }

    table.side-cart-list span.checkbox i {
        font-size: 14px;
        color: #e5e5e5;
        cursor: pointer;
    }

        table.side-cart-list span.checkbox i.i-checked {
            display: none;
            color: #fb658a;
        }

    table.side-cart-list span.checkbox.checked i.i-unchecked {
        display: none;
    }

    table.side-cart-list span.checkbox.checked i.i-checked {
        display: inline;
    }

.tbar-panel-help {
    position: absolute;
    margin-right: 10px;
    width: 0;
    height: auto;
    left: -5px;
    top: -148px;
    background-color: #fff;
    text-align: left;
    line-height: 30px;
    background-color: #fb658a;
    overflow: hidden;
    z-index: 29;
}

    .tbar-panel-help h2 {
        padding: 0 10px;
        height: 30px;
        background-color: #fb658a;
        color: #fff;
        overflow: hidden;
    }

    .tbar-panel-help ul {
        margin: 0 1px 1px;
        background-color: #fff;
        padding: 0 9px;
    }

        .tbar-panel-help ul li {
            height: 30px;
            overflow: hidden;
            border-bottom: 1px solid #e5e5e5;
        }

            .tbar-panel-help ul li.more {
                border-bottom: none;
            }

                .tbar-panel-help ul li.more i {
                    position: relative;
                    left: -3px;
                    top: -1px;
                }

            .tbar-panel-help ul li a {
                color: #333 !important;
            }

                .tbar-panel-help ul li a:hover {
                    color: #ef3664 !important;
                }

.tbar-tab-backup .tab-backup-sub {
    position: absolute;
    left: -5px;
    top: 0;
    width: 0;
    height: 66px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .tbar-tab-backup .tab-backup-sub .tab-backup-inner {
        padding: 10px;
        text-align: left;
    }

        .tbar-tab-backup .tab-backup-sub .tab-backup-inner p {
            color: #ef3664;
            margin-bottom: 10px;
        }

        .tbar-tab-backup .tab-backup-sub .tab-backup-inner .btn {
            width: 100%;
            height: 22px;
            font-size: 12px;
            line-height: 22px;
        }

            .tbar-tab-backup .tab-backup-sub .tab-backup-inner .btn:hover {
                color: #ef3664;
            }

.tbar-tab-backup:hover .tab-backup-sub .tab-backup-inner .btn {
    color: #333;
}

    .tbar-tab-backup:hover .tab-backup-sub .tab-backup-inner .btn:hover {
        color: #ef3664;
    }

.tbar-tab-backup.tbar-tab-click-selected .tab-backup-sub {
    border: 1px solid #fb658a;
    left: -143px;
    width: 138px;
    transition-property: width,left;
    transition-duration: .2s,.2s;
    transition-timing-function: ease-in,ease-in;
}

.toolbar-white .toolbar-tab {
    background-color: #fff;
}

.toolbar-tab-code {
    padding-top: 14px;
    position: relative;
    height: 16px;
}

    .toolbar-tab-code .vvicon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        line-height: 40px;
    }

    .toolbar-tab-code .toolbar-tab-inner {
        position: absolute;
        left: 0;
        top: -141px;
        width: 0;
        height: 178px;
        border: 0 solid #fb658a;
        background-color: #fff;
        text-align: center;
        overflow: hidden;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .toolbar-tab-code .toolbar-tab-inner p {
            width: 158px;
        }

        .toolbar-tab-code .toolbar-tab-inner img {
            margin-top: 10px;
        }

    .toolbar-tab-code:hover {
        background-color: #fb658a;
        color: #fff;
    }

        .toolbar-tab-code:hover .toolbar-tab-inner {
            width: 158px;
            left: -162px;
            border-width: 1px;
            color: #333;
        }

.toolbar-on {
    background-color: #fb658a !important;
    color: #fff;
}

    .toolbar-on .toolbar-tab-inner {
        width: 158px;
        left: -162px;
        border-width: 1px;
        color: #333;
    }

.tusou-wrap {
    display: none;
    position: absolute;
    top: 22px;
    left: 1px;
}

.tusou-main {
    position: relative;
    height: 44px;
    z-index: 1500;
}

    .tusou-main.on .tusou-up {
        display: block;
    }

    .tusou-main.on .tusou-form .fl {
        border-color: #fb658a;
    }

.tusou-intro {
    margin-top: 15px;
}

    .tusou-intro dl dt {
        color: #333;
        line-height: 1;
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .tusou-intro dl dt a {
            color: #ef3664;
        }

            .tusou-intro dl dt a .vvicon {
                color: #ef3664;
                margin-top: -2px;
            }

            .tusou-intro dl dt a:hover {
                color: #fb658a;
            }

    .tusou-intro dl dd.download {
        margin-top: 5px;
        color: #333;
    }

    .tusou-intro dl dd.intro-row ul {
        margin-left: 15px;
    }

    .tusou-intro dl dd.intro-row li {
        list-style: disc outside;
    }

.tusou-form {
    position: relative;
}

    .tusou-form .fl {
        width: 509px;
        height: 42px;
        border: 1px solid #e5e5e5;
        border-right: none;
    }

        .tusou-form .fl i.camera {
            display: block;
            margin: 15px 10px 0 9px;
            float: left;
            width: 16px;
            height: 14px;
            background-image: url(../Images/tusou/camera.png);
            background-position: 0 14px;
        }

        .tusou-form .fl input {
            width: 460px;
            float: left;
            margin-top: 7px;
            border: 1px solid #fff;
            height: 30px;
            line-height: 30px;
            margin-left: 5px;
        }

            .tusou-form .fl input:-webkit-autofill {
                -webkit-box-shadow: 0 0 0 1000px #fff inset;
            }

        .tusou-form .fl.error {
            border-color: #fb658a;
        }

    .tusou-form .fr {
        width: 90px;
        height: 44px;
    }

        .tusou-form .fr input, .tusou-form .fr button {
            width: 90px;
            height: 44px;
            background-color: #fb658a;
            text-align: center;
            font-size: 16px;
            color: #fff;
            border: none;
            cursor: pointer;
            outline: none;
        }

            .tusou-form .fr input:hover, .tusou-form .fr button:hover {
                border-color: #ef3664;
                color: #ffdce5;
            }

    .tusou-form .err-msg {
        display: none;
        position: absolute;
        padding: 5px;
        top: 8px;
        left: 315px;
        background: #fff;
        color: #ef3664;
    }

        .tusou-form .err-msg i {
            color: #fb658a;
            position: relative;
            top: -1px;
            left: 0;
        }

.tusou-up {
    display: none;
    border: 1px solid #e5e5e5;
    height: 150px;
    border-top: none;
    left: 0;
    top: 44px;
    padding: 10px 2px;
    width: 504px;
    background-color: #fff;
    overflow: hidden;
}

.tusou-static {
    text-align: center;
}

    .tusou-static .tusou-area {
        height: 90px;
        width: 540px;
        line-height: 90px;
        background-color: #f5f5f5;
        font-size: 16px;
        color: #999;
        text-align: center;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        opacity: 1;
    }

        .tusou-static .tusou-area.hover {
            background: #fff2f5;
        }

.tusou-loading {
    text-align: center;
}

    .tusou-loading img {
        margin-top: 45px;
    }

    .tusou-loading p {
        margin-top: 20px;
    }

.tusou-error {
    text-align: center;
}

    .tusou-error p.h4 {
        margin-top: 30px;
        line-height: 1;
        color: #333;
    }

    .tusou-error p.desc {
        line-height: 1;
        margin: 10px 0 30px;
    }

.tusou-code {
    width: 372px;
    margin: 0 auto;
}

    .tusou-code .code-msg {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }

    .tusou-code .code-warning {
        color: #333;
    }

    .tusou-code .code-error {
        display: none;
        color: #ef3664;
    }

    .tusou-code .code-form {
        margin: 25px 0;
    }

        .tusou-code .code-form input {
            float: left;
            width: 130px;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            border: 1px solid #e5e5e5;
        }

        .tusou-code .code-form img {
            margin: 0 10px;
            float: left;
        }

    .tusou-code .code-change {
        float: right;
        line-height: 40px;
        color: #colorG3;
    }

    .tusou-code .code-change-btn {
        color: #1381ed;
        cursor: pointer;
        text-decoration: underline;
    }

    .tusou-code .code-btn {
        width: 370px;
        height: 38px;
        line-height: 40px;
    }

.up-img {
    position: relative;
    margin: 20px 0 0 180px;
    width: 180px;
    height: 40px;
    overflow: hidden;
}

    .up-img input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
    }

    .up-img:hover a.btn.btn-default.btn-up-local {
        border-color: #ffdce5;
        color: #ef3664;
    }

.header3 .search .tusou-main {
    background-color: #fff;
    height: 38px;
}

.header3 .search .tusou-form .fl {
    height: 36px;
    width: 481px;
}

    .header3 .search .tusou-form .fl i.camera {
        display: none;
    }

    .header3 .search .tusou-form .fl input {
        width: 460px;
        margin: 3px 0 0 10px;
    }

.header3 .search .tusou-form .fr {
    height: 36px;
}

    .header3 .search .tusou-form .fr button {
        height: 38px;
        text-indent: -9999;
    }

        .header3 .search .tusou-form .fr button i.vvicon {
            margin-top: 2px;
            font-size: 20px;
        }

.header3 .search .tusou-form .err-msg {
    top: 7px;
    padding: 3px 5px;
    left: 330px;
}

.header3 .search .tusou-up {
    width: 532px;
    padding: 20px 19px;
}

.header3 .search .tusou-static .tusou-area {
    width: 532px;
}

.header_fixed .header3 .search .tusou-wrap {
    top: 0;
}

.item-goods {
    position: relative;
    background-color: #f5f5f5;
}

    .item-goods .pic {
        background-color: #f5f5f5;
        line-height: 130px;
    }

        .item-goods .pic img {
            vertical-align: middle;
        }

    .item-goods .desc h3 {
        margin: 15px 0 30px;
        line-height: 1;
        font-weight: lighter;
        font-size: 14px;
    }

        .item-goods .desc h3 em {
            color: #333;
        }

    .item-goods .desc .item-tags a {
        float: left;
        border: 1px solid #e5e5e5;
        padding: 5px 15px;
        margin-right: 10px;
        background-color: #fff;
    }

        .item-goods .desc .item-tags a.checked {
            border-color: #fb658a;
            background: url(../Images/tusou/checked.png) no-repeat right bottom #fff;
        }

    .item-goods .malong {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 80px;
    }

        .item-goods .malong a {
            position: relative;
            display: block;
            text-align: right;
            color: #999;
        }

            .item-goods .malong a p {
                color: #6c6c6c;
                position: absolute;
                width: 245px;
                height: 30px;
                line-height: 30px;
                display: none;
                right: 0;
                top: 20px;
                padding: 0 10px;
                border: 1px solid #e5e5e5;
                background-color: #fafafa;
                text-align: center;
            }

                .item-goods .malong a p img {
                    margin: 0 3px;
                }

            .item-goods .malong a:hover {
                color: #6c6c6c;
            }

                .item-goods .malong a:hover p {
                    display: block;
                }

    .item-goods .item-link {
        position: absolute;
        right: 5px;
        bottom: 10px;
        text-align: right;
        color: #999;
    }

        .item-goods .item-link a {
            margin: 0 5px;
            color: #6c6c6c;
        }

            .item-goods .item-link a:hover {
                color: #ef3664;
            }

.search-main {
    width: 1190px;
}

    .search-main .search-sub-title {
        margin-bottom: 10px;
    }

        .search-main .search-sub-title h2 {
            float: left;
            width: 200px;
            height: 18px;
            padding-left: 10px;
            text-align: left;
            font-size: 18px;
            line-height: 18px;
            color: #333;
            font-weight: lighter;
            border-left: 2px solid #ef3664;
        }

.search-middle {
    margin-top: 25px;
    line-height: 1;
}

    .search-middle .none-msg {
        font-size: 14px;
        color: #999;
    }

.empty-tip .text {
    line-height: 15px;
}

.empty-tip .tusou-help {
    color: #ef3664;
    font-size: 12px;
}

    .empty-tip .tusou-help .vvicon {
        font-size: 16px;
        color: #ef3664;
        margin-top: 6px;
    }

    .empty-tip .tusou-help:hover {
        color: #fb658a;
    }

.ts-banner .opt-combine {
    float: left;
    width: 85px;
    padding: 1px 10px;
    background-color: #fff;
    margin-top: 6px;
    height: 27px;
    line-height: 27px;
    margin-left: 10px;
}

    .ts-banner .opt-combine .opt-checkbox .vvicon {
        float: left;
        color: #fb658a;
        font-size: 16px;
        cursor: pointer;
        visibility: visible;
        line-height: 28px;
    }

    .ts-banner .opt-combine a.vvicon {
        color: #fecc26;
        font-size: 14px;
        float: right;
    }

    .ts-banner .opt-combine .checkbox-checked .checked {
        display: inline-block;
    }

    .ts-banner .opt-combine .checkbox-checked .uncheck {
        display: none;
    }

    .ts-banner .opt-combine .checkbox-uncheck .checked {
        display: none;
    }

    .ts-banner .opt-combine .checkbox-uncheck .uncheck {
        display: inline-block;
        color: #e5e5e5;
    }

    .ts-banner .opt-combine .opt-text {
        padding: 0 3px;
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2) {
    .tusou-form .fl i.camera {
        background-image: url('../Images/tusou/camera@2x.png');
        background-size: 100%;
    }
}

.pos .more-info .shop-gold .shop-item-img {
    float: left;
    margin-right: 3px;
}

@font-face {
    font-family: 'vvicicon';
    src: url('//at.alicdn.com/t/font_84396_ffx88imfedsra4i.eot');
    src: url('//at.alicdn.com/t/font_84396_ffx88imfedsra4i.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_84396_ffx88imfedsra4i.woff') format('woff'),url('//at.alicdn.com/t/font_84396_ffx88imfedsra4i.ttf') format('truetype'),url('//at.alicdn.com/t/font_84396_ffx88imfedsra4i.svg#vvicicon') format('svg');
}

footer {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19891020;
    height: 260px;
}

    footer .inner {
        position: relative;
        height: 200px;
        padding: 40px 50px 40px 100px;
    }

        footer .inner .close {
            position: absolute;
            left: 0;
            top: 0;
            width: 70px;
            height: 70px;
            background-color: #9c9c9c;
            border-bottom-right-radius: 70px;
            text-indent: 5px;
            line-height: 65px;
        }

            footer .inner .close .close-bt {
                font-size: 40px;
                color: #000;
            }

        footer .inner .content {
            width: 100%;
            display: block;
        }

            footer .inner .content .icon {
                float: left;
                width: 200px;
            }

                footer .inner .content .icon img {
                    width: 180px;
                    height: 180px;
                }

            footer .inner .content .text {
                float: left;
                margin: 23px 0 0 20px;
                color: #fff;
                font-size: 46px;
                line-height: 70px;
            }

        footer .inner .btn {
            float: right;
            width: 260px;
            height: 110px;
            border: 2px solid #ef3664;
            color: #ef3664;
            line-height: 110px;
            font-size: 46px;
            text-align: center;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            margin-top: 36px;
        }

.common-tip {
    background: #fef9e9;
    border: 1px solid #fde287;
    color: #6c6c6c;
}

    .common-tip em {
        display: block;
        background-image: url(img/common/vtips.png);
        z-index: 20;
        position: absolute;
        width: 10px;
        height: 6px;
    }

.taobaoSp {
    display: none;
}

.miao-notice {
    width: 1188px;
    margin: auto;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 50px 0;
}

    .miao-notice h2 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1;
        margin-bottom: 25px;
    }

    .miao-notice p {
        padding: 5px 0;
        line-height: 1;
        font-size: 14px;
    }

        .miao-notice p.desc {
            font-size: 12px;
            margin-top: 15px;
            color: #999;
        }

    .miao-notice a.btn {
        margin-top: 30px;
    }

.item-slzz-logo {
    width: 19px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
}

.item-gold-icon {
    float: left;
    margin: 8px 3px 0 0;
}

body .nc-container .nc_wrapper {
    border: 1px solid #e5e5e5;
    width: 338px !important;
}

body .nc-container.tb-login .nc_wrapper {
    width: 338px !important;
}

body .nc-container.tb-login .imgCaptcha, body .nc-container.tb-login .clickCaptcha {
    width: 340px;
}

    body .nc-container.tb-login .imgCaptcha .captcha-error, body .nc-container.tb-login .clickCaptcha .captcha-error {
        width: 332px;
    }

body .nc-container.tb-login .errloading {
    width: 330px;
}

body .nc-container .nc_scale {
    background: #f5f5f5;
}

    body .nc-container .nc_scale .nc_ok {
        background: #8ab700;
    }

    body .nc-container .nc_scale .btn_ok {
        line-height: 40px;
        color: #8ab700;
    }

    body .nc-container .nc_scale .btn_warn {
        line-height: 40px;
        color: #ffb500;
    }

    body .nc-container .nc_scale .nc_bg {
        _height: 38px;
        background: #8ab700;
    }

    body .nc-container .nc_scale.nc_err .nc_bg {
        background: #fef9e9;
    }

    body .nc-container .nc_scale.nc_err .scale_text2 {
        color: #333;
    }

    body .nc-container .nc_scale .scale_text {
        line-height: 38px;
    }

        body .nc-container .nc_scale .scale_text i {
            color: #ef3664;
        }

    body .nc-container .nc_scale .scale_text2 {
        color: #fff;
        text-align: center;
        text-indent: -42px;
    }

    body .nc-container .nc_scale span {
        width: 38px;
        height: 38px;
        line-height: 38px;
        border: none;
    }

    body .nc-container .nc_scale .clickCaptcha, body .nc-container .nc_scale .imgCaptcha {
        position: relative;
        top: 38px;
        left: -1px;
        border: 1px solid #e5e5e5;
    }

    body .nc-container .nc_scale .clickCaptcha {
        height: 275px;
    }

body .nc-container .errloading {
    width: 328px;
    text-align: center;
    color: #333;
    background-color: #fef9e9;
    border-color: #fde287;
}

    body .nc-container .errloading .icon_warn {
        display: none;
    }

    body .nc-container .errloading a {
        color: #ef3664;
        margin: 0 3px;
    }

body .nc-container .imgCaptcha, body .nc-container .clickCaptcha {
    width: 338px;
}

body .nc-container .clickCaptcha_text .icon_close {
    position: relative;
    top: 3px;
    left: 0;
    color: #fb658a;
}

body .nc-container .imgCaptcha {
    padding-top: 5px;
}

    body .nc-container .imgCaptcha .imgCaptcha_text input {
        border: 1px solid #e5e5e5;
        padding: 0 10px;
    }

    body .nc-container .imgCaptcha .nc_scale_submit {
        width: 88px;
        height: 22px;
        line-height: 22px;
        border: 1px solid #fb658a;
        background-color: #fff;
        color: #ef3664;
    }

        body .nc-container .imgCaptcha .nc_scale_submit span {
            line-height: 23px;
        }

body .nc_scale {
    height: 38px;
}

body.body_reg3 .nc-container .nc_wrapper, body.body_reg3 .imgCaptcha, body.body_reg3 .clickCaptcha {
    width: 378px !important;
}

body.body_reg3 .nc-container .errloading {
    width: 368px;
}

.email_auto_complete {
    width: 256px;
    border: 1px solid #e5e5e5;
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    top: 109px;
    left: 40px;
    display: none;
}

.email_auto_ul em {
    font-style: normal;
}

.email_auto_ul li {
    line-height: 24px;
    text-indent: 5px;
    cursor: default;
}

    .email_auto_ul li.login_auto_title {
        font-weight: normal;
        line-height: 30px;
    }

    .email_auto_ul li.hover, .email_auto_ul li.curr {
        color: #ef3664;
        background-color: #f5f5f5;
    }

.loading-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 999999;
    background: rgba(0,0,0,0.3);
}

.loading-common {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.loading-3 {
    background-image: url(img/loading3.gif);
    height: 50px;
    width: 100px;
}

.index_ad_90 {
    margin: 0 auto;
    width: 1190px;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 90px;
}

    .index_ad_90 a, .index_ad_90 img {
        width: 100%;
        height: 100%;
        display: block;
    }

body.body_tusou3 {
    background-color: #fff;
}

    body.body_tusou3 .header3 .logo {
        height: 40px;
        width: 210px;
        background: none;
    }

        body.body_tusou3 .header3 .logo img {
            display: block;
            width: 210px;
        }

    body.body_tusou3 .header3 .tusou-main {
        width: 600px;
        margin-top: 5px;
    }

    body.body_tusou3 .header_fixed .header_inner {
        height: 52px;
    }

        body.body_tusou3 .header_fixed .header_inner .header3 .logo img {
            width: 160px;
            margin-top: 10px;
        }

.tusou {
    margin-top: 104px;
    width: 600px;
    margin-bottom: 104px;
}

.tusou-title {
    text-align: center;
    margin-bottom: 50px;
}

.goods-list {
    width: 1190px;
}

.drop-box_content:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: -6px;
    left: 50%;
    margin-left: -4.5px;
    background: #ffffff;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    transform: rotate(-45deg);
    z-index: 2;
    display: block;
}

.drop-box_content {
    right: 47px;
    top: 47px;
    width: 160px;
    text-align: center;
    padding: 10px 0;
}

    .drop-box_content:after {
        content: '';
        position: absolute;
        height: 20px;
        width: 100%;
        left: 0;
        top: -16px;
    }

.drop-box_content {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 7px;
    display: none;
}

.poa {
    position: absolute;
}
