﻿.cpym_top {

}
.cpym_top h1 {
    font-size: 24px;
    margin-bottom:20px;
}
.prudetails {
    background-color: rgb(240,240,240);
}
    .prudetails .container {
        padding-bottom: 20px;
    }
    .details-nav {
        font-size: 14px;
    }

    .details-nav a {
        color:#000;
    }
.col-md-6.product-info {
    margin-top:20px;
}
.swiper-button-prev, .swiper-button-next {
    color: red;
}
.swiper.gallery .swiper-slide {
    max-height:50vh;
}
    .swiper.gallery .swiper-slide img {
        width: 100%;
        max-height: 50vh;
        object-fit:fill;
    }
    .swiper.thumbs {
        margin-top: 20px;
    }
        .swiper.thumbs .swiper-slide {
            max-height: 12vh;
        }
            .swiper.thumbs .swiper-slide img {
                width: 100%;
                height:100%;
                max-height: 11vh;
                object-fit: fill;
            }
            .swiper.thumbs .swiper-slide.swiper-slide-thumb-active {
                border: 2px solid red;
            }
.product-content {
    margin-top: 20px;
    
}
.product-content-in {
    border-bottom: 1px solid #ccc;
    padding-bottom:10px;
}
.product-content-in h1 {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
    .product-content-in p {
        font-size: 14px;
        color: #818181;
    }
.product-info-list {
    color: #818181;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    margin-top:40px;
    padding-bottom:40px;
}
.tm, .jd {
    display: block;
    width:40%;
    margin-top:30px;
    float:left;
   
}
.tm img,.jd img{
    width:75%;
}
.product-details-blog {
    margin-bottom:50px;
}
.product-details-title {
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom:10px;
}
.product-details-info {
    width:60%;
    margin-left:auto;
    margin-right:auto;
}
.product-details-info img {
    width: 100% !important;
    height: auto !important;
}
.more-product-list .col-md-3.col-xs-3.col-sm-3 {
    margin-bottom:20px;
}
.more-product-list a{
    color:#000;
}
.more-product :hover {
    color: #e66666;
}
    .more-product {
        border: solid 1px #E1E1E1;
        border-radius: 16px;
        overflow: hidden;
    }
.more-product-pic {
    height: 30vh;
}
.more-product-pic img {
    width: 100%;
    height:100%;
   
}
.more-product-txt {
    border-top: solid 1px #E1E1E1;
    line-height: 55px;
    text-align: center;
}
.con_tit {
    margin-top:60px;
}
    
    .cpym_tit p {
        margin-bottom: 0.1rem;
    }
.text-content p {
    margin-bottom: 0rem;
}
.text-content img {
    width:100% !important;
    height:auto !important;
}
@media screen and (max-width: 994px) {
}

@media only screen and (min-width: 768px) and (max-width: 994px) {
    .product-details-info {
        width:80%;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-info {
        width: 100%;
    }
    .more-product-list .col-md-3.col-xs-3.col-sm-3 {
        width:50%;
    }
    .more-product-pic {
        height: 15vh;
    }
}