.swiper-wrapper {
  display: flex !important; /* 强制flex布局，swiper滚动依赖这个 */
  transition: transform 0.3s ease !important;}
.swiper-slide {
  flex-shrink: 0 !important;}
.mySwiper {
  overflow: hidden;}