@media screen and (max-width: 1366px) {
    .content-slide .name{font-size: 60px;line-height: 60px;}
}
@media screen and (max-width: 1250px) {
    .menu-pc,.form-search,.widget-desktop{display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    #arcontactus{display: block;}
    .fs-32{font-size: 30px;}
    .fs-20{font-size: 18px;}
    .content-slide .name{font-size: 40px;line-height: 40px;}
    .content-slide .desc{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;height: 90px;}
}

@media screen and (max-width:992px) {
    .table-wishlist{min-width: 900px;}
    .news__grid{grid-template-columns: repeat(3, calc(33.33% - (20px * 2 / 3)));}
    .fs-32{font-size: 28px;}
    .dropdown-item{padding: 0!important;}
    .content-slide .name{font-size: 30px;line-height: 30px;}
    .fs-24{font-size: 22px;}
}

@media screen and (max-width:768px) {
    .fs-32{font-size: 26px;}
    .fs-20{font-size: 16px;}
    .banner{height: 250px;}
    .header{background: linear-gradient(60deg, #DADADA 24%,#ffffff 24%,#ffffff 25%, var(--red) 25%, var(--red) 75%);}
    body{font-size: 15px;}
    .product__grid{grid-template-columns: repeat(3, calc(33.33% - (15px * 2 / 3)));}
    .swiper-pagination-bullet{width: 8px;height: 8px;border: 1px solid #fff;}
    .content-slide .name{font-size: 20px;line-height: 20px;}
    .content-slide .desc{-webkit-line-clamp: 3;height: 60px;}
    .fs-24{font-size: 20px;}
    .fs-18{font-size: 16px;}
}

@media screen and (max-width:576px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .breadcrumb-item{font-size: 12px;}
    .banner{height: 210px;}
    body{font-size: 14px;}
    input,textarea{font-size: 14px!important;}
    .header{background: var(--red);}
    .header a{color: #fff;}
    .header a.ic-call img{filter: brightness(0) invert(1);}
    .fs-32{font-size: 24px;}
    .fs-20{font-size: 15px;}
    .product__grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));grid-gap: 10px;}
    .news__grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));grid-gap: 10px;}
    .fs-24{font-size: 18px;}
    .content-slide{max-width: 80%;}
    .text-3line{height: 62px;}
    .fs-14{font-size: 13px;}
    .header img{max-width: 15px;}
    .header{font-size: 13px;}
    .fs-18{font-size: 15px;}
}

@media screen and (max-width:450px) {
   .banner{height: 160px;}
   .fs-14{font-size: 12px;}
   .header{font-size: 12px;}
   .content-slide{display: none;}
   .video-grid-index{grid-template-columns: repeat(2,1fr);}
   .fs-32{font-size: 22px;}
   .fs-18{font-size: 14px;}
}

@media screen and (max-width:320px) {
    .breadcrumb-item{font-size: 9px;}
    .fs-32{font-size: 20px;}
}