.home-carousel {
  height: 100vh;
}
.home-carousel .carousel-item-content {
  position: relative;
  height: 100%;
}
.home-carousel .carousel-item-content .describe {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  top: 16.667vw;
}
.home-carousel .carousel-item-content .describe .banner-detail-btn {
  width: 10.208vw;
  height: 2.8125vw;
  border-radius: 27px;
  margin-top: 3.646vw;
  font-size: 0.9375vw;
}
.home-carousel .carousel-item-content .describe .h1 {
  font-size: 2.8125vw;
  font-weight: 600;
}
.home-carousel .carousel-item-content .describe .h2 {
  font-size: 1.771vw;
  margin-top: 0.521vw;
  margin-bottom: 2.083vw;
  font-weight: 600;
}
.home-carousel .carousel-item-content .describe .h3 {
  margin-bottom: 1.302vw;
  font-size: 0.833vw;
  white-space: pre-wrap;
}
.home-carousel .carousel-item-content .banner-img {
  width: 100%;
  height: 100%;
}
.home-carousel .swiper-pagination-bullet {
  width: 1.5625vw;
  height: 0.208vw;
  border-radius: 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .home-carousel {
    height: 50vh;
  }
}
/*# sourceMappingURL=swiper.css.map */