@charset "UTF-8";
.swiper-container{
  position: relative;
}

.swiper-button-next,
.swiper-button-prev{
  height: 2.25rem;
  width: 2.25rem;
  border-style: none;
}

@media (min-width: 320px) and (max-width: 767px){
  .swiper-button-next,
.swiper-button-prev{
    display: none;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next i,
.swiper-button-prev i{
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: var(--bg-primary-color);
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-pagination-bullet {
  margin-right: 8px;
  opacity: 1;
}

.swiper-pagination{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  opacity: 1; /* 默认背景色 */
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-primary-color);
}
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 8px;
}

.swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.swiper-pagination-bullet-active {
  background-color: var(--bg-primary-color);
}

.banner-carousel-component .swiper-pagination{
  bottom: -10px;
}
