
@media screen and (max-width: 991px){
  .wrap{
    min-width:0 !important
  }
  .wrap .banner-swiper .swiper-button-next,
  .wrap .banner-swiper .swiper-button-prev,
  .wrap .banner-swiper .swiper-button-next2,
  .wrap .banner-swiper .swiper-button-prev2,
  .wrap .prodect-wrap .product-btn .swiper-button-next1,
  .wrap .prodect-wrap .product-btn .swiper-button-prev1{
    display:none !important
  }
  .wrap .banner-btn .pagination{
    bottom:12px !important;
    width:100% !important
  }
  .wrap .prodect-wrap{
    width:auto;
    margin:0 auto 32px;
    padding:0 16px
  }
  .wrap .goodsTitle img{
    width:42% !important;
    max-width:180px;
    margin-top:32px !important
  }
  .wrap .prodect-wrap .product-btn{
    gap:12px !important;
    margin-top:20px !important
  }
  .wrap .prodect-wrap .product-btn>a{
    width:calc(50% - 6px) !important
  }
}
