﻿
/*左侧筛选*/
#box {
    background: rgba(255, 255, 255, 0.8);
    margin: 20px auto;
    margin-bottom: 20px;
    border: solid 1px #ECECEC;
    border-radius: 10px;
}

    #box dl {
        line-height: 45px;
        border-bottom: solid 1px #ECECEC;
    }

        #box dl.curs {
            border-bottom: none;
        }

        #box dl:last-child {
            border: none;
        }

    #box dt {
        color: #252525;
        border-bottom: solid 1px #ECECEC;
        cursor: pointer;
        font-weight: 700;
        font-size: 16px;
        line-height: 50px;
        padding-left: 15px;
        position: relative;
    }

        #box dt i {
            color: #333;
            font-size: 16px;
            line-height: 1;
            position: absolute;
            top: 18px;
            right: 14px;
            transition: all 0.4s ease-in-out;
        }

            #box dt i.curs {
                transform: rotate(-180deg);
            }

    #box .checkSpan {
        width: 16px;
        height: 16px;
        position: relative;
        display: inline-block;
        text-align: center;
        line-height: 12px;
        position: absolute;
        right: 15px;
        top: 8px;
    }

        #box .checkSpan i {
            font-weight: normal;
            color: #bfbfbf;
            opacity: 1;
        }

    #box dd {
        color: #555555;
        font-size: 14px;
        cursor: pointer;
        line-height: 2;
        position: relative;
        padding-right: 30px;
        margin: 8px 0px;
        padding-left: 15px;
    }

    #box dl dd:first-child {
        margin-top: 10px;
    }

    #box dd.active {
        color: var(--accent-bg);
        font-weight: bold;
    }

        #box dd.active .checkSpan i:before {
            content: "\e71d";
            color: var(--accent-bg);
            opacity: 1;
        }

div.select {
    background: #f8f8f8;
    margin: 0;
    padding: 15px 20px;
}

    div.select dd {
        border: 1px solid var(--accent-bg);
        height: 25px;
        line-height: 25px;
        margin-top: 13px;
        padding: 0 2px 0 10px;
        border-radius: 3px;
        background-color: #fff;
        display: inline-block;
        margin-right: 10px;
    }

        div.select dd span {
            width: 20px;
            height: 20px;
            display: inline-block;
            text-align: center;
            line-height: 20px;
            background: var(--accent-bg);
            color: #fff;
            margin-left: 10px;
            cursor: pointer;
            border-radius: 5px;
        }

/*右侧内容*/
.list-filter ul li .product-item .product-image img {
    width: 105px;
}

.list-filter ul li .product-item .product-image {
    width: 100px;
    height: 100px;
    float: left;
    background: #f5f6f6;
    border-radius: 5px;
}

.list-filter ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ECECEC;
}

    .list-filter ul li .product-item .product-content {
        float: left;
        padding-left: 12px;
        padding-top: 5px;
        overflow: hidden;
    }

        .list-filter ul li .product-item .product-content a {
            font-size: 14px;
            line-height: 20px;
            height: 40px;
            color: #111111;
        }

            .list-filter ul li .product-item .product-content a:hover {
                color: var(--accent-bg);
            }

    .list-filter ul li .product-item .product-product_sn {
        line-height: 32px;
        font-size: 13px;
        color: #666666;
        height: 32px;
    }

        .list-filter ul li .product-item .product-product_sn .no-stock-alert {
            margin-left: 20px;
        }

            .list-filter ul li .product-item .product-product_sn .no-stock-alert a {
                color: var(--accent-bg);
                padding: 2px 3px;
                border: 1px var(--accent-bg) solid;
                border-radius: 3px;
                cursor: pointer;
                font-size: 12px;
            }

    .list-filter ul li .product-item .product-content .product-price {
        padding-top: 10px;
        font-size: 14px;
        float: left;
        line-height: 32px;
        color: var(--accent-bg);
        width: 85px;
    }

    .list-filter ul li .product-item .product-content .product-cart {
        padding-top: 10px;
    }

        .list-filter ul li .product-item .product-content .product-cart .wrapper-input {
            float: left;
            margin-left: 15px;
        }

        .list-filter ul li .product-item .product-content .product-cart .cart-btn {
            display: inline-block;
            float: left;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            color: #ffffff;
            padding: 0 8px;
            background-color: var(--accent-bg);
            border: 1px solid var(--accent-bg);
            border-radius: 5px;
            cursor: pointer;
            margin-left: 15px;
        }

    .list-filter ul li .product-item .product-extend-i {
        float: left;
        width: 30px;
        padding-top: 35px;
    }

        .list-filter ul li .product-item .product-extend-i .extend {
            display: block;
            cursor: pointer;
            width: 20px;
            height: 20px;
            background: url(../images/ikzi.png) no-repeat center;
            background-size: 100%;
        }

.list-filter .no-product {
    text-align: center;
    color: var(--accent-bg);
    font-size: 16px;
}

    .list-filter .no-product a {
        color: #ffffff;
        background-color: var(--accent-bg);
        padding: 3px 5px;
        border: 1px var(--accent-bg) solid;
        border-radius: 3px;
        cursor: pointer;
    }

.main .extend {
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 13px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    border-radius: 10px;
}

    .main .extend ul div {
        display: block;
        overflow: hidden;
    }

    .main .extend ul li {
        float: left;
        position: relative;
        width: auto;
        padding-right: 30px;
        padding-left: 10px;
        border: 1px solid var(--accent-bg);
        border-radius: 5px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 16px;
        font-size: 14px;
    }

        .main .extend ul li.attr-name {
            width: auto;
            height: 30px;
            border: none;
            padding-right: 0;
        }

    .main .extend ul li {
        margin-right: 16px;
    }

        .main .extend ul li .close {
            position: absolute;
            right: 5px;
            top: 6px;
            width: 16px;
            height: 16px;
            display: inline-block;
            background: var(--accent-bg);
            color: #fff;
            cursor: pointer;
            font-size: 10px;
            line-height: 16px;
            border-radius: 2px;
            font-style: normal;
            text-align: center;
        }


.product-extend .extend-box .table-label pre {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    padding: 5px 10px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.category-spanview {
    margin: 15px 10px;
    font-size: 14px;
    display: inline-block;
    color: #333;
    border: solid 1px #ECECEC;
    padding: 0 15px;
    border-radius: 5px;
    cursor: pointer;
}

    .category-spanview:hover {
        color: var(--accent-bg);
    }

.main .extend .filter_selected_btn_container {
    float: right;
    width: 200px;
}


    .main .extend .filter_selected_btn_container .back-filter-container,
    .main .extend .filter_selected_btn_container .clear-filter-container {
        display: none;
        float: right;
        margin-right: 15px;
    }

    .main .extend .filter_selected_btn_container i {
        cursor: pointer;
        font-size: 14px;
    }

        .main .extend .filter_selected_btn_container i:hover {
            color: var(--accent-bg);
        }

        .main .extend .filter_selected_btn_container i.clear-filter:before {
            content: '';
            float: left;
            position: relative;
            top: 2px;
            margin-right: 5px;
            width: 14px;
            height: 14px;
            background: url(../icon/shopping-step/shopping-step-del-1.png) center no-repeat;
        }

        .main .extend .filter_selected_btn_container i.back-filter:before {
            content: '';
            float: left;
            position: relative;
            top: 2px;
            margin-right: 5px;
            width: 14px;
            height: 14px;
            background: url(../icon/shopping-step/back.png) center no-repeat;
        }





/**123333*/


table.product-table tbody tr td div.extend-box .goods-name {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

table.product-table tbody tr td div.extend-box ul.table {
    padding: 20px 0 5px 0;
    overflow: hidden;
}

    table.product-table tbody tr td div.extend-box ul.table li {
        float: left;
        width: 50%;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
    }

        table.product-table tbody tr td div.extend-box ul.table li:nth-of-type(odd) {
            border-left: 1px solid #bfbfbf;
        }

        table.product-table tbody tr td div.extend-box ul.table li:nth-of-type(1) {
            border-top: 1px solid #bfbfbf;
        }

        table.product-table tbody tr td div.extend-box ul.table li:nth-of-type(2) {
            border-top: 1px solid #bfbfbf;
        }

        table.product-table tbody tr td div.extend-box ul.table li .t {
            width: 50%;
            float: left;
            box-sizing: border-box;
            padding-left: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        table.product-table tbody tr td div.extend-box ul.table li .c {
            width: 50%;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

table.product-table tbody tr td div.extend-box .download-box {
    overflow: hidden;
}

    table.product-table tbody tr td div.extend-box .download-box .download-btn {
        float: left;
        margin-right: 25px;
        width: 105px;
    }

table.product-table tbody tr td div.extend-box .group {
    overflow: hidden;
    margin-top: 25px;
}

    table.product-table tbody tr td div.extend-box .group .group-box {
        width: 930px;
        float: left;
        overflow: hidden;
    }

        table.product-table tbody tr td div.extend-box .group .group-box .item .img {
            width: 150px;
            height: 133px;
            box-sizing: border-box;
            border: 1px solid #dfdfdf;
        }

            table.product-table tbody tr td div.extend-box .group .group-box .item .img img {
                display: block;
                width: 150px;
            }

        table.product-table tbody tr td div.extend-box .group .group-box .item .text {
            margin-top: 10px;
        }

            table.product-table tbody tr td div.extend-box .group .group-box .item .text .name {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 150px;
            }

            table.product-table tbody tr td div.extend-box .group .group-box .item .text .price {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-top: 5px;
                color: var(--accent-bg);
            }

                table.product-table tbody tr td div.extend-box .group .group-box .item .text .price .checkbox {
                    float: right;
                    position: relative;
                    margin-right: 5px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    overflow: hidden;
                    cursor: pointer;
                }

                    table.product-table tbody tr td div.extend-box .group .group-box .item .text .price .checkbox input {
                        cursor: pointer;
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        opacity: 0;
                    }

                    table.product-table tbody tr td div.extend-box .group .group-box .item .text .price .checkbox label {
                        display: block;
                        width: 100%;
                        height: 100%;
                        background: url(../icon/product-detail/checked-2.png) 3px 3px no-repeat #626262;
                    }

                    table.product-table tbody tr td div.extend-box .group .group-box .item .text .price .checkbox input:checked + label {
                        background-color: var(--accent-bg);
                    }

        table.product-table tbody tr td div.extend-box .group .group-box .master {
            float: left;
            width: 150px;
            margin-right: 60px;
            position: relative;
        }

            table.product-table tbody tr td div.extend-box .group .group-box .master::before,
            table.product-table tbody tr td div.extend-box .group .group-box .master::after {
                content: '';
                position: absolute;
                display: block;
                right: -40px;
                top: 65px;
                width: 18px;
                height: 2px;
                background: #333;
            }

            table.product-table tbody tr td div.extend-box .group .group-box .master::after {
                transform: rotate(90deg);
            }

        table.product-table tbody tr td div.extend-box .group .group-box .list {
            overflow: hidden;
            position: relative;
            float: left;
            width: 640px;
            height: 200px;
        }

            table.product-table tbody tr td div.extend-box .group .group-box .list .list-cont {
                position: absolute;
                left: 0;
                width: 99999px;
            }

                table.product-table tbody tr td div.extend-box .group .group-box .list .list-cont .item {
                    float: left;
                    margin: 0 5px;
                }

        table.product-table tbody tr td div.extend-box .group .group-box .opt {
            float: right;
            width: 55px;
            height: 140px;
        }

            table.product-table tbody tr td div.extend-box .group .group-box .opt .btn {
                width: 100%;
                height: 66px;
                padding-top: 1px;
                background: #fff;
                position: relative;
                transition: background 0.2s ease-in;
                cursor: pointer;
            }

                table.product-table tbody tr td div.extend-box .group .group-box .opt .btn.prev::before,
                table.product-table tbody tr td div.extend-box .group .group-box .opt .btn.next::before {
                    content: '';
                    display: block;
                    margin: 22px auto 0;
                    width: 20px;
                    height: 20px;
                    border-top: 2px solid #333;
                    border-right: 2px solid #333;
                    transform: rotate(45deg) translate(-5px, 5px);
                    transition: border-color 0.2s ease-in;
                }

                table.product-table tbody tr td div.extend-box .group .group-box .opt .btn.prev {
                    margin-bottom: 6px;
                }

                    table.product-table tbody tr td div.extend-box .group .group-box .opt .btn.prev::before {
                        transform: rotate(-135deg) translate(-5px, 5px);
                    }

                table.product-table tbody tr td div.extend-box .group .group-box .opt .btn:hover {
                    background: var(--accent-bg);
                }

                    table.product-table tbody tr td div.extend-box .group .group-box .opt .btn:hover::before {
                        border-color: #fff;
                    }

    table.product-table tbody tr td div.extend-box .group .group-buy {
        float: right;
        width: 200px;
        height: 140px;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
        color: #666;
    }

        table.product-table tbody tr td div.extend-box .group .group-buy h3 {
            font-size: 14px;
            margin-top: 25px;
        }

        table.product-table tbody tr td div.extend-box .group .group-buy p {
            margin-top: 3px;
        }

            table.product-table tbody tr td div.extend-box .group .group-buy p span {
                color: var(--accent-bg);
            }

        table.product-table tbody tr td div.extend-box .group .group-buy .btn {
            width: 110px;
            height: 40px;
            margin: 15px auto;
            background: var(--accent-bg);
            border-radius: 5px;
            color: #fff;
            line-height: 40px;
            cursor: pointer;
        }

            table.product-table tbody tr td div.extend-box .group .group-buy .btn::before {
                content: '';
                display: inline-block;
                width: 14px;
                height: 14px;
                margin-right: 5px;
                position: relative;
                top: 2px;
                background: url(../icon/product-detail/cart-2.png);
            }


table.product-detail {
    width: 100%;
    min-width: 580px !important;
    margin-top: 25px;
    border: solid 1px #f4f7fa;
}

table.product-compilations-detail {
    width: 100%;
    min-width: 580px !important;
    margin-top: 25px;
}

    table.product-compilations-detail tr {
        height: auto;
        border: 1px solid #bfbfbf;
    }

        table.product-compilations-detail tr td {
            padding: 12px 15px;
            font-size: 12px !important;
        }

.comp-title {
    font-size: 14px;
    font-weight: bold;
}

table.product-detail tr {
    height: auto;
    border: 1px solid #bfbfbf;
}

    table.product-detail tr td {
        width: 50%;
        padding: 12px 0;
        font-size: 12px !important;
    }

        table.product-detail tr td .t {
            width: 40%;
            float: left;
            box-sizing: border-box;
            padding-left: 30px;
        }

        table.product-detail tr td .c {
            width: 60%;
            float: left;
            box-sizing: border-box;
            padding-left: 30px;
            padding-right: 15px;
            word-break: break-word;
        }

table.list-attr tr {
    border: none;
}

    table.list-attr tr td {
        height: 26px;
    }

.lead_time {
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}


.product-new {
    padding: 0px 10px;
    background: var(--accent-bg);
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.cart-btn-disable {
    background: #999999 !important;
    border: #999999 1px solid !important;
}


.readmore-js-toggle {
    display: block;
    width: 100%;
    font-size: 12px;
    color: var(--accent-bg);
    padding-left: 15px;
}

.readmore-js-section {
    overflow: hidden;
}

.flexlist4 {
    padding: 0;
}
