@charset "UTF-8";
/*
 * 轮播
 */
.swiper {
  width: 100%;
  /*height: 100%;*/
  /*	height: 34rem;*/
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  top: 45% !important;
  width: 2.75rem;
  height: 2.75rem;
}
.mySwiper .swiper-button-next img,
.mySwiper .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-button-next {
  right: 3rem !important;
}

.mySwiper .swiper-button-prev {
  left: 3rem !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#topSlider {
  position: relative;
}

#topSlider .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
#topSlider .swiper-wrapper {
  height: 34rem;
}
#topSlider .swiper-slide a video {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  /* height: 100%; */
}
#topSlider .swiper-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: 0.875rem;
  justify-content: center;
}

#topSlider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.3rem;
  width: 2.5rem;
  height: auto;
  color: #fff;
  opacity: 0.5;
  transition: all 0.5s;
  background: none;
  cursor: pointer;
  font-size: 0.875rem;

  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}

#topSlider .swiper-pagination .swiper-pagination-bullet-active {
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 1;
  font-size: 1.125rem;
}

#topSlider .swiper-pagination .swiper-pagination-bullet-active:after {
  /* background-color: #FB9100; */
  /* opacity: 1; */
  content: '';
  width: 1rem;
  margin-left: 0.3rem;
  height: 1px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 3200px) {
  /* .swiper-pagination-custom {
    bottom: 4%;
  }
  #topSlider .swiper-pagination .swiper-pagination-bullet {
    font-size: 24px;
    width: 60px;
  } */
}
@media (max-width: 1600px) {
  #topSlider .swiper-wrapper {
    height: 28rem;
  }
}
@media (max-width: 768px) {
  #topSlider {
    height: 48.8vw;
  }
  #topSlider .swiper-wrapper {
    height: 100%;
  }
  #topSlider .swiper-pagination {
    justify-content: flex-start;
    padding-left: 3vw;
  }
  .mySwiper .swiper-button-prev,
  .mySwiper .swiper-button-next {
    display: none;
  }
  .mySwiper .swiper-button-prev img,
  .mySwiper .swiper-button-next img {
    max-width: 100%;
  }
}
