#banner_View {
  height: 64rem;
}

#banner_View #banner_content, #banner_View .swiper-container {
  width: 100%;
  height: 100%;
}

#banner_View .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#banner_View .pagination_item_active {
  background-color: #ffffff;
  width: 12px;
  border-radius: 12px;
  opacity: 1;
}

#banner_View .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1441px) and (min-width: 1200px) {
  #banner_View {
    height: 60rem;
  }
}

@media screen and (max-width: 1200px) {
  #banner_View {
    height: 59.6rem;
  }
}
@media screen and (max-width: 1090px) {
  #banner_View {
    height: 42.6rem;
  }
}

@media screen and (max-width: 996px) {
  #banner_View {
    height: 40.6rem;
  }
}

@media screen and (max-width: 576px) {
  #banner_View {
    height: 18rem;
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 414px) {
  #banner_View {
    height: 17.6rem;
    margin-top: 3.6rem;
  }
}

@media screen and (max-width: 376px) {
  #banner_View {
    height: 15.6rem;
  }
}
/*# sourceMappingURL=index.css.map */