@media screen and (max-width: 1024px) {
  .banner1 {
    padding-top: 1.1rem;
  }
}
.banner1 .banner1-img {
  width: 100%;
  height: 6rem;
}
.banner1 .swiper-pagination-bullet {
  width: 0.53rem;
  height: 0.04rem;
  background: #434345;
  border-radius: unset;
}
.banner1 .swiper-pagination-bullet-active {
  background: #1443d1;
}
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0.32rem;
}
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
}
.banner1 .swiper-container {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1024px) {
  .banner1 .swiper-container {
    display: none;
  }
}
.banner1 .swiper-container-phone {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .banner1 .swiper-container-phone {
    display: block;
  }
}
.banner1 .swiper-pagination-phone {
  display: none;
}
