div.dataTables_wrapper div.dataTables_filter label {
    height: 40px;
    vertical-align: middle;
    font-size: 14px;
    float: left !important;
}

    div.dataTables_wrapper div.dataTables_filter label input {
        height: 35px;
        line-height: 1.21428571em;
        padding: .67857143em 1em;
        font-size: 14px;
        background: #fff;
        border: 1px solid rgba(34,36,38,.15);
        color: #666;
        border-radius: 4px;
        box-shadow: 0 0 0 0 transparent inset;
    }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    background-position-y: center;
    background-position-x: left;
}
/* Table Head */
table.product-table thead th {
    background-color: #3f3f3f;
    color: #fff;
    border-bottom-width: 0;
    height: 45px;
    padding-left: 15px;
    padding-right: 10px !important;
    font-weight: 700;
    font-size: 12px;
}

table.product-table tr {
    height: 50px;
}

    table.product-table tr td div.col {
        position: relative;
    }

    table.product-table tr td.price {
        color: #ff4800;
        text-align: right !important;
        min-width: 80px;
    }

        table.product-table tr td.price .spdiscount123 {
            font-size: 10px;
            color: #999;
        }

            table.product-table tr td.price .spdiscount123 em {
                font-style: normal;
                text-decoration: line-through;
            }

    table .product-table tr td.product_sn {
        text-align: left !important;
    }
    /*库存超出*/
    table.product-table tr td.stock .product-lead-time {
        color: #ffffff;
        background-color: #ff4800;
        padding: 3px 10px;
        border: 1px #ff4800 solid;
        border-radius: 3px;
        cursor: pointer;
        font-size: 13px;
    }

/*more参数*/
table.product-table tbody tr td i.extend {
    position: absolute;
    cursor: pointer;
    color: #ff4800;
    top: 5px;
    left: 10px;
    right: 0;
    bottom: 0;
    margin: auto;
}

    table.product-table tbody tr td i.extend.open {
        transform: rotate(0);
    }

/* Column Style */
table.product-table td {
    font-size: 14px;
}

/* Padding and font style */
table.product-table td, table.product-table th {
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
    border-bottom: solid 1px #bfbfbf;
}

/*产品展开部分样式*/
table.product-table tbody tr td div.extend-box {
    width: 99.9%;
    min-height: 200px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 12px;
}

    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;
            }

.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;
}

.product-new {
    padding: 0px 10px;
    background: #ff4800;
    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;
}

/*附件下载*/
div.extend-box .download-box {
    overflow: hidden;
    padding: 10px 0px;
    display: flex;
}

    div.extend-box .download-box .download-btn {
        margin-right: 20px;
        color: #ff4800;
        font-size: 12px;
        line-height: 20px;
    }

        div.extend-box .download-box .download-btn img {
            margin-right: 6px;
        }

div.extend-box {
    padding: 20px 20px 60px 20px;
    background: #f8f8f8;
}

    div.extend-box .group {
        overflow: hidden;
        margin-top: 25px;
    }

.group .group-box {
    float: left;
    overflow: hidden;
}

    .group .group-box .item .img {
        width: 130px;
        height: 130px;
        box-sizing: border-box;
        border: 1px solid #dfdfdf;
        cursor: pointer;
    }

        .group .group-box .item .img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            background: #fff;
        }

    .group .group-box .item .text {
        margin-top: 10px;
        font-size: 12px;
        word-break: break-all;
    }

        .group .group-box .item .text .name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .group .group-box .item .text .price {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 5px;
            color: #ff4800;
        }

            .group .group-box .item .text .price .checkbox {
                float: right;
                position: relative;
                width: 16px;
                height: 16px;
                overflow: hidden;
                cursor: pointer;
            }

                .group .group-box .item .text .price .checkbox input {
                    cursor: pointer;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                }


                .group .group-box .item .text .price .checkbox label {
                    display: block;
                    width: 16px;
                    height: 16px;
                    background: url(../images/check_box.png) 0px 0px no-repeat #bfbfbf;
                    background-size: cover;
                    border-radius: 50%;
                    opacity: 0;
                }

                .group .group-box .item .text .price .checkbox input:checked + label {
                    background-color: #ff4800;
                }


    .group .group-box .master {
        float: left;
        width: 130px;
        margin-right: 60px;
        position: relative;
    }

        .group .group-box .master::before,
        .group .group-box .master::after {
            content: '';
            position: absolute;
            display: block;
            right: -40px;
            top: 65px;
            width: 18px;
            height: 2px;
            background: #333;
        }

        .group .group-box .master::after {
            transform: rotate(90deg);
        }

    .group .group-box .list {
        overflow: hidden;
        position: relative;
        float: left;
        /*width: 435px;*/
        min-width: 435px;
        width: calc(100% - 400px);
        height: 200px;
    }

        .group .group-box .list .list-cont {
            position: absolute;
            left: 0;
            width: 99999px;
        }

            .group .group-box .list .list-cont .item {
                float: left;
                margin-right: 15px;
                width: 130px;
            }

    .group .group-box .opt {
        float: right;
        width: 55px;
        height: 140px;
    }

        .group .group-box .opt .btn {
            width: 100%;
            height: 66px;
            padding-top: 1px;
            background: #fff;
            position: relative;
            transition: background 0.2s ease-in;
            cursor: pointer;
        }

            .group .group-box .opt .btn.prev::before,
            .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;
            }

            .group .group-box .opt .btn.prev {
                margin-bottom: 6px;
            }

                .group .group-box .opt .btn.prev::before {
                    transform: rotate(-135deg) translate(-5px, 5px);
                }

            .group .group-box .opt .btn:hover {
                background: #ff4800;
            }

                .group .group-box .opt .btn:hover::before {
                    border-color: #fff;
                }

.group .group-buy {
    float: right;
    width: 150px;
    height: 140px;
    background: #ffffff;
    text-align: center;
    color: #666;
}

    .group .group-buy h3 {
        font-size: 14px;
        margin-top: 25px;
    }

    .group .group-buy p {
        margin-top: 3px;
    }

        .group .group-buy p span {
            color: #ff4800;
        }

    .group .group-buy .btn {
        width: 110px;
        height: 40px;
        margin: 15px auto;
        background: #ff4800;
        border-radius: 5px;
        color: #fff;
        line-height: 40px;
        cursor: pointer;
    }

        .group .group-buy .btn i {
            margin-right: 5px;
        }


table.product-detail {
    width: 100%;
    min-width: 580px !important;
    margin-top: 25px;
}

table.product-compilations-detail {
    width: 100%;
    min-width: 580px !important;
    margin-top: 25px;
}

    table.product-compilations-detail tr:nth-child(odd) {
        background: #efefef !important;
    }

    table.product-compilations-detail tr:nth-child(even) {
        background: #f7f7f7 !important;
    }

    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 #d4d7da;
}

    table.product-detail tr td {
        width: 50%;
        padding: 8px 0;
        font-size: 12px !important;
        border: 1px solid #d4d7da;
    }

        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 td {
    height: 26px;
}

.lead_time {
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}


.imgSelected {
    position: relative;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    line-height: 130px;
    color: #ff4800;
    border: 1px solid #ff4800 !important;
}

    .imgSelected:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -1px;
        border: 18px solid #ff4800;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .imgSelected:after {
        content: '';
        width: 5px;
        height: 12px;
        position: absolute;
        right: 6px;
        bottom: 6px;
        border: 2px solid #fff;
        border-top-color: transparent;
        border-left-color: transparent;
        transform: rotate(45deg);
    }
