﻿/*店头*/
.shop-top {
    width: 100%;
    min-width: 1190px;
    background-color: #000;
}

.shop-topinfo {
    height: 95px;
}

.shop-topinfo, .shop_info {
    clear: both;
    margin: 0 auto;
    width: 1190px;
}

.shop_info {
    overflow: hidden;
    height: 93px;
}

    .shop_info .lft {
        float: left;
    }

        .shop_info .lft .security_bname {
            margin: 10px 0;
            height: 43px;
        }

            .shop_info .lft .security_bname .security {
                position: relative;
                float: left;
                overflow: hidden;
                margin-right: 15px;
                width: 38px;
                height: 43px;
            }

                .shop_info .lft .security_bname .security .mark {
                    position: absolute;
                    top: 0;
                    left: 0;
                    overflow: hidden;
                    width: 38px;
                    height: 43px;
                    background: transparent none repeat scroll 0 0 !important;
                    opacity: 0;
                    filter: Alpha(opacity=0);
                }

            .shop_info .lft .security_bname .bname {
                float: left;
                height: 43px;
                color: #fff;
                font-size: 43px;
                font-family: Microsoft Yahei,simhei,simsun;
                line-height: 43px !important;
            }

        .shop_info .lft .bdomain {
            height: 17px;
            color: #fff;
            font-size: 17px;
            font-family: verdana,arial,simsun,sans-serif;
            line-height: 17px !important;
        }

            .shop_info .lft .bdomain a {
                color: #fff;
            }

    .shop_info .rht {
        float: right;
        text-align: right;
    }

        .shop_info .rht .telqq {
            margin-top: 5px;
            height: 22px;
            color: #fff;
            text-align: right;
            font-size: 1pc;
            font-family: verdana,arial,simsun,sans-serif;
            line-height: 22px !important;
        }

            .shop_info .rht .telqq a {
                margin-left: 5px;
                vertical-align: middle;
            }

        .shop_info .rht .shop_address {
            color: #fff;
            text-align: right;
            font-size: 1pc;
        }

        .shop_info .rht .pro_info {
            margin-top: 5px;
            height: 20px;
            text-align: right;
            font: 400 9pt simsun,verdana,arial,Microsoft Yahei,sans-serif;
        }

            .shop_info .rht .pro_info ul {
                float: right;
            }

                .shop_info .rht .pro_info ul li {
                    float: left;
                    margin-left: 6px;
                    padding: 0 6px;
                    height: 20px;
                }

                    .shop_info .rht .pro_info ul li.danger {
                        background-color: #000;
                        color: #fff;
                        font-size: 14px;
                        line-height: 20px !important;
                    }

                    .shop_info .rht .pro_info ul li.ps {
                        line-height: 20px !important;
                    }

                    .shop_info .rht .pro_info ul li.ps, .shop_info .rht .pro_info ul li.rs {
                        background-color: #ff0;
                        color: #b20000;
                    }

                        .shop_info .rht .pro_info ul li.rs .t {
                            float: left;
                            line-height: 20px !important;
                        }

                        .shop_info .rht .pro_info ul li.rs .p {
                            float: left;
                        }

                            .shop_info .rht .pro_info ul li.rs .p img {
                                margin: 2px 6px 2px 2px;
                            }

.tb-seller-bail {
    display: inline-block;
}

.tb-icon {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    overflow: hidden;
}

.tb-icon {
    background: url(https://sooxie.com/images/bzj.png);
}

.tb-seller-bail-text {
    border: 1px solid #00ba97;
    color: #00ba97;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    margin-top: 2px;
    display: inline;
    float: left;
    text-indent: 4px;
}
/*店铺导航*/
.shop-nav {
    width: 100%;
    height: 40px;
    background-color: #333;
    min-width: 1190px;
}

    .shop-nav li {
        float: left;
        height: 35px;
    }

    .shop-nav ul {
        margin: 0 auto;
        padding: 0;
        width: 1190px;
        min-width: 1190px;
        list-style: none;
        text-align: center;
        line-height: 40px;
    }

        .shop-nav ul li a span {
            font-family: Arial;
            font-size: 10px;
            color: #ff0;
        }

    .shop-nav a#nn {
        height: 40px;
        background-color:  rgba(255,255,255,.4);
        color: #fff;
        font-weight: 700;
    }

    .shop-nav ul li a {
        display: block;
        padding: 0 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
    }

        .shop-nav ul li a.link, .shop-nav ul li a:visited {
            color: #fff;
        }

        .shop-nav ul li a:hover {
            background-color: rgba(255,255,255,.4);
            background-image: none;
        }

.main {
    width: 100%;
    max-width: 80pc;
    background: #f9f9f9;
}
/*公告*/
.msgbox {
    margin: 0 auto;
    margin-top: 8px;
    width: 1190px;
}

.msgbox, .xbox {
    overflow: hidden;
    height: auto;
}

.xbox {
    margin-top: 20px;
    width: 1170px;
}

.scroll_vertical {
    position: relative;
    height: 90pt;
    padding: 5px;
    width: 1178px;
    height: auto;
    border: 1px solid #f6dda5;
    background-color: #fff9df;
    line-height: 25px;
}

    .scroll_vertical .box {
        overflow: hidden;
        position: relative;
        height: 60px;
    }

    .scroll_vertical .list {
        position: absolute;
        top: 0;
        left: 0;
    }

        .scroll_vertical .list li {
            text-align: left;
            padding: 5px;
        }
/*店铺页*/
.probox, .shop-sort {
    width: 1190px;
    margin: 0 auto;
}

.probox {
    overflow: hidden;
    padding-bottom: 20px;
    height: auto;
    background-color: #fff;
}

.boxmain {
    padding: 2px 0;
}

    .boxmain ul {
        background: #fff;
    }

.pro {
    width: 236px;
    height: 305px;
    float: left;
    border: #e5e5e5 solid 1px;
    margin-right: -1px;
    margin-bottom: -1px;
}

.img {
    padding: 5px 2px;
    width: 220px;
    height: 220px;
    position: relative;
    margin: 0 auto;
}

.price {
    text-indent: 7px;
}

.redboder {
    border: #e5e5e5 solid 1px;
    border-bottom: #333 solid 1px;
    margin-right: -1px;
    width: 238px;
    height: 304px;
    float: left;
}

.pname, .sname {
    width: 220px;
    text-align: left;
    text-indent: 7px;
    line-height: 22px;
}

.sname {
    overflow: hidden;
    color: #999;
}

.Vtui {
    height: 43px;
    width: 44px;
    position: absolute;
    display: block;
    background: url(https://sooxie.com/images/zhutui.png) no-repeat 0 0 transparent;
    right: 0;
    background-position: -56px 0;
}

.pageNav {
    padding: 5px;
    margin-top: 10px;
    text-align: left;
    float: left;
}

    .pageNav span.current {
        padding: 5px 7px;
        font-weight: 700;
        background-color: #2e6ab1;
        margin: 0 4px;
        color: #fff;
    }

    .pageNav span.disabled {
        border: 1px solid #929292;
        padding: 3px 6px;
        margin: 0 3px;
        color: #929292;
    }

    .pageNav span.normal {
        border: 1px solid #9aafe5;
        padding: 3px 6px;
        color: #2e6ab1;
        margin: 0 4px;
        text-decoration: none;
        cursor: pointer;
    }

        .pageNav span.normal:hover {
            border: 1px solid #2b66a5;
            color: #000;
            background-color: #ffefd5;
        }

    .pageNav span.pagerPrev {
        background: url(../image/pprev_btn.gif) 5px center no-repeat;
        padding-left: 15px;
    }

    .pageNav span.pagerNext {
        background: url(../image/pnext_btn.gif) 45px center no-repeat;
        padding-right: 15px;
    }

    .pageNav span.pagerPrev:hover {
        background: #e7e7e7 url(/image/pprev_btn.gif) 5px center no-repeat;
        padding-left: 15px;
    }

    .pageNav span.pagerNext:hover {
        background: #e7e7e7 url(/image/pnext_btn.gif) 45px center no-repeat;
        padding-right: 15px;
    }

.sort {
    margin-top: 5px;
    width: 1188px;
    height: 30px;
    border: 1px solid #dfdfdf;
    line-height: 30px;
}

    .sort .item {
        position: relative;
        float: left;
        padding: 0 15px;
        color: #282828;
        text-align: center;
        cursor: pointer;
    }

        .sort .item:hover {
            background-color: #f7c6ce;
            text-decoration: none;
        }

        .sort .item.current, .sort .item.current:hover {
            background-color: #cc2643;
            color: #fff;
        }

        .sort .item .icon {
            position: absolute;
            top: 50%;
            right: 3px;
            margin-top: -4px;
        }

        .sort .item.current .icon-down {
            background-position: -7px -42px;
        }

        .sort .item.current .icon-up {
            background-position: -7px -51px;
        }

    .sort input {
        height: 18px;
        line-height: 18px;
        width: 35px;
        border: 1px solid #ccc;
    }

#pbtn {
    line-height: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 5px;
    width: 30px;
}

.icon, .progress {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 3px;
    background: url(https://sooxie.com/images/icons.png) 0 0 no-repeat;
    vertical-align: middle;
}

.icon-down {
    background-position: 0 -42px;
}

.icon-down, .icon-up {
    width: 7px;
    height: 9px;
}

.icon-up {
    background-position: 0 -51px;
}

.bdseaech {
    width: 260px;
    position: relative;
}

.txtbox {
    border: 0;
    line-height: 25px;
    width: 200px;
    padding: 0 3px;
}

.sbtn, .txtbox {
    height: 25px;
    vertical-align: middle;
}

.sbtn {
    width: 25px;
    background-image: url(https://sooxie.com/images/sbtn.jpg);
    border: none;
    cursor: pointer;
}

@media screen and (min-width:0\0) {
    .bdseaech {
        padding-top: 8px;
        height: 35px;
    }
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
/*客服窗口*/
#msg_win {
    width: 200px;
    position: absolute;
    right: 10px;
    overflow: hidden;
    z-index: 99;
    background: whiteSmoke;
    font-size: 12px;
    margin-top: 30px;
}

    #msg_win .icos {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
    }

        #msg_win .icos a {
            float: left;
            color: #666;
            text-align: center;
            font-weight: bold;
            text-decoration: none;
            font-family: webdings;
            display: block;
            line-height: 12px;
            padding-right: 2px;
        }

#msg_title {
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    background: #3e3f40;
    font-size: 12px;
    padding: 0 10px;
}

#msg_content {
    width: 200px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    #msg_content .service .hd {
        background: #333;
        padding: 4px 10px;
    }

        #msg_content .service .hd h3 {
            font-size: 18px;
            color: #fff;
            margin: 0;
        }

        #msg_content .service .hd p {
            font-size: 11px;
            color: #4b3f3f;
            margin: 0;
        }

    #msg_content .service_content li {
        display: block;
        border-bottom: 1px #b1b1b1 dotted;
        padding: 5px 10px;
    }

    #msg_content .service_content .sp {
        border-bottom: none;
        padding-right: 0;
    }

    #msg_content .top_head a {
        display: block;
        height: 26px;
        text-align: center;
        background: #3e3f40 url(top.png) no-repeat 10px;
        color: #fff;
        line-height: 26px;
        clear: both;
    }

#bdshare {
    margin: 0 0 0 5px;
}

#msg_win .close {
    float: right;
    color: #fff;
    padding: 5px;
    margin: -2px -5px -5px;
    font: bold 20px/20px simsun;
    text-shadow: 0 1px 0 #ddd;
}

    #msg_win .close:hover {
        color: #999;
    }
/*公告页*/
.msgnav {
    margin: 0 auto;
    margin-top: 10px;
    width: 885pt;
    height: 30px;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
}

.msglist {
    overflow: hidden;
    margin-top: 20px;
    margin-left: 15px;
    width: 870pt;
    height: auto;
}

    .msglist li {
        padding-right: 10px;
        padding-left: 20px;
        border-bottom: 1px dashed #ccc;
        background: url(https://sooxie.com/images/list_r2_c2.jpg) no-repeat left center;
        list-style-position: inside;
        font-size: 14px;
        line-height: 40px;
    }

        .msglist li a {
            color: #666;
        }
/*详情页*/
.leftprolist {
    float: left;
    width: 15pc;
}

.leftprolist, .newprolist {
    overflow: hidden;
    height: auto;
}

.newprolist {
    margin: 0 auto;
    width: 237px;
}

    .newprolist li {
        margin-top: 10px;
        width: 14pc;
        height: 250px;
        line-height: 20px;
    }

.lftproimg {
    padding: 2px;
    width: 230px;
    height: 230px;
}

.rightpro {
    float: right;
    overflow: hidden;
    width: 900px;
    height: auto;
}

.proinfo {
    width: 895px;
    height: 422px;
}

.proimglst {
    float: left;
    width: 350px;
    height: 25pc;
}

.prodsc {
    float: right;
    overflow: hidden;
    width: 525px;
    height: 355px;
}

.infotab {
    width: 355px;
    height: 29px;
}

    .infotab li {
        float: left;
        margin-right: 1px;
        width: 95px;
        height: 29px;
        background-color: #f7f7f7;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 29px;
        cursor: pointer;
        border: 1px solid #eee;
        border-bottom: none;
    }

        .infotab li#huan {
            background-color: #333;
        }

.infobox {
    padding: 9px 0 0 10px;
    width: 500px;
    height: 310px;
    border: 1px solid #999;
    margin-top: 1px;
    margin-left: 1px;
}

    .infobox div em {
        color: #ff2a00;
        font-weight: 700;
        font-style: normal;
        font-size: 35px;
        font-family: Verdana,"黑体";
        line-height: 35px;
    }

    .infobox h2 {
        width: 495px;
        font-size: 1pc;
        line-height: 30px;
    }

.infoline {
    overflow: hidden;
    width: 500px;
    height: 40px;
    white-space: nowrap;
    line-height: 40px;
}

.infobox b {
    color: #cb0002;
}

.infobox img {
    margin: 10px 10px 10px 0;
}

infobox_h {
    overflow: hidden;
    height: 250px;
}

.tab-main {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 1px solid #333;
    display: inline-block;
    display: block;
    margin-top: 3px;
}

    .tab-main ul {
        margin-top: -1px;
    }

    .tab-main li.current {
        background-color: #333;
        color: #fff;
        cursor: default;
    }

.large li {
    padding: 7px 25px;
    font-size: 14px;
}

.tab-main li {
    position: relative;
    display: inline-block;
    font-family: microsoft yahei;
    cursor: pointer;
}

.prodetails {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    width: 870px;
    height: auto;
    line-height: 25px;
}

.mtop8 {
    margin-top: 8px;
}

.prodetails p {
    line-height: 30px;
}

.prodetails span {
    clear: both;
}

.prodetails img {
    max-width: 870px;
}

.bline {
    border-bottom: 1px dotted #ccc;
}

#attributes {
    margin-bottom: 10px;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    padding-top: 20px;
}

    #attributes ul {
        padding: 10px 15px;
    }

        #attributes ul:after {
            visibility: hidden;
            display: block;
            clear: both;
            height: 0;
            content: "\20";
        }

    #attributes .auth-wrap {
        clear: both;
        margin-bottom: 2px;
        border-bottom: 1px solid #fff;
    }

    #attributes .auth-list {
        padding-bottom: 5px;
        border-bottom: 1px solid #e6e6e6;
    }

        #attributes .auth-list li {
            display: inline;
            float: left;
            width: 21pc;
            height: 1pc;
            margin-right: 20px;
            padding: 5px 0;
            overflow: hidden;
            text-indent: 5px;
            white-space: nowrap;
            color: #000;
        }

        #attributes .auth-list img {
            margin-right: 5px;
            vertical-align: middle;
        }

    #attributes .attributes-list {
        clear: both;
    }

        #attributes .attributes-list li {
            display: inline;
            float: left;
            width: 180px;
            height: 24px;
            margin-right: 15px;
            overflow: hidden;
            text-indent: 5px;
            line-height: 24px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    #attributes .authenticate {
        width: 100%;
        height: auto;
    }

        #attributes .authenticate ul {
            margin: -24px 0 0 5em;
        }


.selected {
    color: #fff;
    text-decoration: none;
}

    .selected li {
        background-color: #333;
    }

    .selected:link, a.selected:visited {
        color: #fff;
        text-decoration: none;
    }

a.selected:hover {
    color: #fff;
    text-decoration: underline;
}

.jqzoom {
    float: left;
    border: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 0;
    display: block;
}

.zoomdiv {
    z-index: 100;
    width: 350px;
    height: 350px;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup, .zoomdiv {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 350px;
    height: 350px;
    border: 1px solid #dfdfdf;
}

.spec-scroll {
    clear: both;
    margin-top: 5px;
    width: 22pc;
}

    .spec-scroll .prev {
        float: left;
        margin-right: 4px;
    }

    .spec-scroll .next {
        float: right;
    }

    .spec-scroll .next, .spec-scroll .prev {
        display: block;
        font-family: "宋体";
        text-align: center;
        width: 10px;
        height: 54px;
        line-height: 54px;
        border: 1px solid #ccc;
        background: #ebebeb;
        cursor: pointer;
        text-decoration: none;
    }

    .spec-scroll .items {
        float: left;
        position: relative;
        width: 322px;
        height: 56px;
        overflow: hidden;
    }

        .spec-scroll .items ul {
            position: absolute;
            width: 999999px;
            height: 56px;
        }

            .spec-scroll .items ul li {
                float: left;
                width: 4pc;
                text-align: center;
            }

                .spec-scroll .items ul li img {
                    border: 1px solid #ccc;
                    padding: 2px;
                    width: 50px;
                    height: 50px;
                }

                    .spec-scroll .items ul li img:hover {
                        border: 2px solid #f60;
                        padding: 1px;
                    }

.size {
    width: 490px;
    height: 100%;
    padding-top: 2px;

}

    .size, .size b, .size li {
        float: left;
    }

        .size li a {
            border: 1px solid #ccc;
        }

            .size li a:link, .size li a:visited {
                text-decoration: none;
                color: #000;
                height: 10px;
                line-height: 10px;
                text-align: center;
                float: left;
                margin-left: 3px;
                padding: 6px;
            }

            .size li a:hover {
                border: 1px solid #ff6701;
                text-decoration: none;
                color: #000;
            }

.select a:link {
    border: 1px solid #ff6701;
    background: url(https://sooxie.com/images/select.png) no-repeat no-repeat right bottom;
}

.infobtn {
    display: inline-block;
    width: 130px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: Microsoft YaHei;
}

    .infobtn, .infobtn:hover {
        text-decoration: none;
        border: 1px solid #333;
        color: #000;
    }

        .infobtn:hover {
            background: #ccc;
        }

.xzbtn, .xzbtn:hover {
    border: 1px solid #333;
    color: #fff;
    background: #333;
    text-decoration: none;
}

.btnbox {
    clear: both;
    padding: 9pt 0;
}

.theme-buy {
    margin-top: 7%;
    text-align: center;
}

.dform {
    font-size: 15px;
}

.theme-popover-mask {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    display: none;
}

.theme-popover {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 250px;
    margin: -75pt 0 0 -175px;
    border-radius: 5px;
    border: 2px solid #e4e4e4;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
    background: #fff;
}

.theme-poptit {
    border-bottom: 1px solid #ddd;
    padding: 9pt;
    position: relative;
    height: 24px;
}

    .theme-poptit .close {
        float: right;
        color: #999;
        padding: 5px;
        margin: -2px -5px -5px;
        font: 700 14px/14px simsun;
        text-shadow: 0 1px 0 #ddd;
    }

        .theme-poptit .close:hover {
            color: #444;
            text-decoration: none;
        }

.theme-popbod {
    padding: 10px 15px;
    color: #444;
    height: 148px;
}

.dform {
    margin: -50px -20px -50px 0;
    text-align: left;
    font-size: 14px;
}

.theme-popbod li {
    float: left;
    padding-left: 25px;
    margin: 15px 0;
}

.ab {
    position: fixed;
    top: 50%;
}

.icon-video {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: url(https://sooxie.com/images/videoico.png) no-repeat center;
    background-size: cover;
}
