/*  Swiper 轮播  */
#module .swiper-wrapper {
  height: auto;
  padding-bottom: var(--spacing-4xl);
}

#module .swiper-nav .swiper-pagination-bullet {
  width: var(--spacing-md);
  height: var(--spacing-md);
}

#module .swiper-nav .swiper-pagination-bullet-active {
  background-color: #459775;
}

#module .swiper-nav .swiper-pagination {
  position: relative;
  display: flex;
  bottom: 0;
}

#module .swiper-nav .swiper-pagination-bullet {
  width: 50%;
  border-radius: 0;
  height: auto;
  font-family: Gilroy;
  font-weight: bold;
  font-size: var(--font-size-25);
  color: #ffffff !important;
  border: none;
  margin: 0;
  line-height: 3;
  opacity: 1;
  background: #226743;
  text-align: center;
}

#module .swiper-nav .swiper-pagination-bullet-active {
  background:#459775;
}
