/* Hero */
.hero {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/hero/bg.jpg');
  background-position: center;
}
.hero .hero-swiper .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.6s ease;
}
.hero .hero-swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}
.hero .hero-swiper .swiper-slide:not(.swiper-slide-active) {
  z-index: 1;
}
.hero .content {
  background-color: transparent !important;
}
.hero .content .hero-text {
  background-color: rgba(var(--white-color-rgb), 0.55);
  border-radius: 50px;
}/*# sourceMappingURL=index3.css.map */