﻿.product-index .backfafafa {
    background: #fafafa;
}

.product-index .backfff {
    background: #fff;
}


.product-index .in-stock {
    display: flex;
    margin-bottom: 20px;
}

.product-index .in-stock .in-stock-left {
    background: url(/Content/img/xianhuo_bg.jpg) no-repeat;
    min-height: 464px;
    max-width: 270px;
    width: 100%;
    padding: 28px 40px 20px 20px;
}

.product-index .in-stock .in-stock-left h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}

.product-index .in-stock .in-stock-left .manufacturer-list li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-bottom: dashed 1px #f0f0f0;
    min-height: 30px;
    margin-bottom: 11px;
}

.product-index .in-stock .in-stock-right {
    padding: 30px;
    width: 100%;
}

.product-index .in-stock-right .thead {
    min-height: 50px;
    background-color: #fafafa;
    height: 100%;
}

.product-index .in-stock-right .thead ul {
    min-height: 50px;
}

.product-index .in-stock-right .thead ul span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.product-index .in-stock-right .tbody .li-line {
    border-bottom: 1px solid #fafafa;
    margin-top: 10px;
    padding-bottom: 10px;
}

.product-index .kefu {
    background: url(/Content/img/product_kefu.png) no-repeat center;
    background-position: 0 0;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 6px;
}

.product-index .in-stock-right .inquiryBtn {
    max-width: 100px;
    width: 100%;
    min-height: 30px;
    background-color: #a1c2dc;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}

@media(max-width:1200px) {
    .product-index .in-stock .in-stock-right {
        overflow-x: scroll;
    }

    .product-index .in-stock .in-stock-right .table {
        width: 800px;
    }
}

@media(max-width:992px) {

    .product-index .in-stock {
        align-items: center;
        flex-direction: column;
    }

    .in-stock-right::-webkit-scrollbar {
        width: 5px;
        height: 1.3vw;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .in-stock-right::-webkit-scrollbar-thumb {
        background-color: rgba(191,191,191,1);
        background-clip: padding-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        min-height: 10px;
    }

    .in-stock-right::-webkit-scrollbar-thumb {
        background-color: #cdcdcd;
    }
}

@media(max-width:576px) {
    .product-index .in-stock .in-stock-left {
        margin-bottom: 10px;
    }
}

.product-index .advan-stock {
    background: url(/Content/img/youshi_bg.jpg) no-repeat center !important;
}

.product-index .other-stock {
    background: url(/Content/img/qita_bg.jpg) no-repeat center !important;
}
