.pc-spec-block{
    display: block;
}
.mobile-spec-block{
    display: none;
}

.product-content{
    display: flex;
    justify-content: center;
}
.product-content table{
    width: auto !important;

}

.product-content table thead tr th,.product-content table tbody tr td{
    width: fit-content !important;
    padding-right:80px;
}
.product-content table thead tr th{
    padding-bottom: 10px;
}

.meibovue .product-content{
    flex-direction: column;
}
.meibovue .product-content table:nth-of-type(2) td{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    padding:0px 30px !important;
    text-align: center;
    vertical-align: middle;
}

.meibovue .product-content table:nth-of-type(2)  tr td:nth-of-type(1){
    min-width: 50px;
}
.meibovue .product-content table:nth-of-type(2) tr td:nth-of-type(3){
    min-width: 50px;
}

.meibovue .product-content table:nth-of-type(3) tr td{
    text-align: center;
    padding:10px;
    border-top: 0px;
    border:1px solid rgb(221, 221, 221);
    border-top: none;
}

.quikvue .product-content{
    flex-direction: column;
}
.quikvue .product-content .img-div{
   border:1px solid rgb(221, 221, 221);
   border-bottom: none;
    border-right: none;
   width: fit-content;
}
.quikvue .product-content .img-div .img-div-title{
    padding:10px;
    border-right:1px solid rgb(221, 221, 221);
    font-weight: bold;
}
.quikvue .product-content .img-div .img-div-content .img-div-content-img-wrap{
    padding: 20px;
    border:1px solid rgb(221, 221, 221);
    border-right: none;
    border-left: none;
}
.quikvue .product-content .img-div .img-div-content{
    display: flex;
}
.quikvue .product-content .img-div table td{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    text-align: center;
    vertical-align: middle;
    padding:0px 30px !important;
}
.quikvue .product-content .img-div table tr td:nth-of-type(1){
    min-width: 50px;
}
.quikvue .product-content .img-div table tr td:nth-of-type(3){
    min-width: 50px;
}
