.banner-container {
  width: 523px;
  height: 126px;
}
.banner-container-m4.banner-container {
  width: 1110px;
}

.banner-container .swiper-wrapper-bn {
  width: 523px;
  height: 126px;
}

.banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-container .swiper-slide .img-box {
  display: block;
  width: 48%;
  height: 100%;
  cursor: pointer;
}

.banner-container-m4.banner-container .swiper-slide .img-box {
  width: 24%;
}

.banner-container .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .banner-container {
    width: 100%;
    height: 100%;
  }

  .banner-container.banner-container-m4 {
    width: 100%;
    height: 100%;
  }
  
  .banner-container.banner-container-m4 .swiper-wrapper-bn,
  .banner-container .swiper-wrapper-bn {
    width: 100%;
    height: 100%;
  }
}
