
.productlist .swiper-button-next{
    outline: none;
    background: url('/template/default/images/next-r.png') no-repeat;
    width: 41px;
    background-size: cover;
}
.productlist .style-cover-box img {
    object-fit: scale-down;
}
.productlist .swiper-button-prev{
    outline: none;
    background: url('/template/default/images/pre-r.png') no-repeat;
    width: 41px;
    background-size: cover;
}
.productlist .swiper-button-next.swiper-button-disabled{
    outline: none;
    background: url('/template/default/images/next-g.png') no-repeat;
    width: 41px;
    background-size: cover;
}
.productlist .swiper-button-prev.swiper-button-disabled{
    outline: none;
    background: url('/template/default/images/pre-g.png') no-repeat;
    width: 41px;
    background-size: cover;
}
.productlist .describe-title {
    background: #A41414;
    color: #fff !important;
}
.productlist .right-info { 
    padding: 24px 0;
    border-radius: 2px;
    max-height: 816px;
    overflow-y: auto;
}
.productlist .product-cover {
    margin-bottom: 15px;
}
.productlist .title {
    margin-bottom: 40px;
}
.productlist .point {
    color: #161414;
}
.productlist .product-args-list {
    line-height: 32px ;
    color: #1a1a1a;
}
.productlist  .describe-title-box {
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}
.productlist  .describe-title-box div {
    display: inline-block;
    padding: 8px 16px ;
    border-radius: 2px;
    margin-bottom: -1px;
}
.productlist  .describe-title-box div:hover{
    cursor: pointer;
}
.download {
    letter-spacing: 3px;
    color: #b3b3b3;
    margin-bottom: 16px;
}
.productlist .active-btn {
    padding: 8px 16px;
    background-color: #333333;
    color: #fff;
    font-size: 14px;
    margin-right: 40px;
    display: inline-block;
    border-radius: 2px ;
}
.productlist .active-btn:hover {
    cursor: pointer;
}
.productlist .style-cover-box {
    border-radius: 2px;
    border: solid 1px #eeeeee;
}
.productlist .style-cover-box:hover {
    box-shadow: 5px 13px 24px 0px 
    rgba(58, 58, 58, 0.3);
}
.productlist .bg-a4{
    background-color: #a41414;
}
.productlist .swiper-slide:hover {
    cursor: pointer;
}
.productlist .swiper-father {
    position: relative;
    padding: 0 60px;
}
.productlist .style-swiper {
    padding: 30px;
}
.productlist .product-title {
    margin-top: 18px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #a2a2a2;
}

  .productlist .title {
    margin-bottom: 15px;
    }   
@media (max-width: 1200px) {
    .productlist .right-info{
        max-height: 400px;
    }
 }

@media (max-width: 991.98px) { 
    .productlist .right-info{
        max-height: 300px;
    }
    .productlist .active-btn {
        margin-right: 5px;

    }
    .productlist .swiper-button-next{
        display: none
    }
    .productlist .swiper-button-prev{
        display: none
    }
    .productlist .swiper-father {
        padding: 0px;
    }
}