<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section1 .content {
  position: relative;

}
.section1 .swiper-container-four {
  width: 100%;
  /* max-width: 1560px; */
}
.section1 .swiper-container-four .swiper-slide {
  height: 0.73rem;
  width: 1.19rem;
}
.section1 .swiper-container-four .swiper-slide img {
  height: 100%;
  width: 100%;
}
.section1 .swiper-button-white {
  background-color: #62b400;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
}
.section1 .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 0;
}
.section1 .swiper-button-white.swiper-button-disabled {
  background-color: #cecece;
}
.section1 .swiper-pagination-bullet {
  background-color: #cecece;
  width: 20px;
  height: 20px;
}
.section1 .swiper-pagination-bullet-active {
  background-color: #62b400;
}
.swiper-button-next, .swiper-button-prev {
	margin-top: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .section1 .swiper-container-four {
    padding-bottom: 30px;
  }
  .section1 .swiper-container-four .swiper-slide {
    width: 30%;
    height: auto;
  }
  .section1 .swiper-container-four .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper-button-white {
    display: none;
  }
}

</pre></body></html>