.filter-options {
    z-index: 1;
}


/*参数页  Network & Connectivity 新增样式*/
.Bluetooth{display:contents;}
.Bluetooth:before{
    content:"";
    display: inline-block;
    width: 60px;
    height: 30px;
    background: url("https://d316acfc88wber.cloudfront.net/global/Bluetooth_CM_Black1.png");
    background-size: cover;
}
@media screen and (min-width: 768px){
    .cs-product-tech-spec ul.cs-product-tech-spec-list{
        display: grid;
        grid-template-columns: 25% 25% 25% 25% 25%;
        width: 70%;
    }
    .cs-product-tech-spec .cs-product-tech-spec-list li{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }
 .cs-product-tech-spec .cs-product-tech-spec-list li p{
        margin-bottom: 0;
    }
    .cs-product-tech-spec .cs-product-tech-spec-list li:before{
        top: unset;
    }
}
/*9t 参数页背景颜色更改 */
.product-detail-tile-wrap{
    background:#fff;
}