@media (max-width: 1200px) {
    .product-content table thead tr th, .product-content table tbody tr td{
        padding-right: 50px;
    }
}
@media (max-width: 768px) {
    .pc-spec-block{
        display: none;
    }
    .mobile-spec-block{
        display: block;
    }
    .product-content table thead tr th, .product-content table tbody tr td{
        padding-right: 10px;
        /* width: 50% !important; */
    }
    .product-content table{
        width: 100% !important;
    
    }
    .meibovue .product-content table:nth-of-type(2) td{
        padding:0px 0px !important;
    }
    .meibovue .product-content table:nth-of-type(3) tr{
        display: flex;
        flex-direction: column;
    }
    .meibovue .product-content table:nth-of-type(3) tr td{
        height: auto;
    }

    .quikvue .product-content .img-div .img-div-content .img-div-content-img-wrap{
        padding:10px;
        border-right:1px solid rgb(221, 221, 221);
    }
    .quikvue .product-content .img-div .img-div-content{
        flex-direction: column-reverse;
    }
    .quikvue .product-content .img-div table td{
        padding:0px 0px !important;
        
    }
    
    
}