.detailed-box .product-img{
    max-width: 500px;
    max-height: 500px;
    display: inline-block;
    background-color: #f1f1f1;
}
.detailed-box .img-profile{
    max-width: 100%;
    max-height: 550px;
    margin: 0 0 30px;
}
/*.slick-slide{
    height:auto;
}
.slick-slide img{
    width: 100%;
    height:auto;
}
.product-smImg-box{
    overflow: hidden;
}
.product-smImg-box .slick-list{
    margin: 20px -20px;
}
.product-smImg-box .slick-slide{
    margin: 0 20px;
    cursor:pointer;
}
.product-smImg-box .slick-current img,
.product-smImg-box .slick-slide:hover img{
    background-color: rgba(0, 0, 0, 0.3);
}
.product-smImg-box .slick-slide:hover{

}*/
.slick-prev, .slick-next,
.slick-prev:before, .slick-next:before{
    display: none!important;
}
.product-introduction{
    border-bottom: 1px solid #0191ff;
    color: #0191ff;
}
.product-accessories-box .bg-img{
    width: 100%;
    height: calc((1170px - 292px - 30px - 80px) / 4);
    margin: 0 10px;
}
.product-title h2{
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 40px;
    border: 0px;
}
.product-title h2:after{
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #0191ff;
    position: absolute;
    top: 0;
    left: 0;
}
.product-hr{
    margin: 30px 0 40px;
    border: 1px solid #9e9e9e;
}
.detailed-box table tr td:first-child{
    background-color: #eee;
}
.user-box img{
    max-width: 100%!important;
    height: auto!important;
}


@media screen and (max-width: 1199px){
    .product-accessories-box .bg-img{
        height: calc((950px - 187px - 30px - 40px) / 4);
    }
}
@media screen and (max-width: 991px){
    .product-accessories-box .bg-img{
        height: calc((750px - 187px - 30px - 40px) / 2);
    }
}
@media  screen and (max-width: 767px){
    .product-title p{
        font-size: 16px;
    }
    .product-title h2{
        margin: 20px 0;
    }
    .classification-box h2{
        margin: 0 0 10px;
    }
    .classification-box li{
        float: left;
        margin: 0 20px 0 0;
    }

    /*.product-smImg-box .slick-list{
        margin: 20px -10px;
    }
    .product-smImg-box .slick-slide{
        margin: 0 10px;
    }*/
    .product-accessories-box .bg-img{
        height: calc((100vw - 30px - 40px) / 2);
    }
}
@media  screen and (max-width: 550px){
    .detailed-box .product-img{
        max-width: 290px;
        max-height: 290px;
    }
}