@charset "UTF-8";
/*
  pxTovw
  750：设计稿宽度
  $px：元素在设计稿上的宽度
*/
.slide-show .img-box {
  width: 100%;
  max-height: 500px;
}
.slide-show .indicators {
  margin: -20px auto 0;
  display: flex;
  width: auto;
}
.slide-show .indicators .swiper-pagination-bullet {
  width: 155px !important;
  margin-top: 24px !important;
  height: 5px !important;
  background: #ffffff !important;
  opacity: 0.2 !important;
  transition: all 0.4s !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.slide-show .indicators .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.slide-show .top-bar {
  margin-top: 44px;
  width: 100%;
  height: 60px;
  background: url("../../assets/label/banner-top-bg.png") no-repeat center right;
  background-size: 66vw 60px;
}
.slide-show .bottom-bar {
  margin-bottom: 45px;
  margin-top: -10px;
  width: 100%;
  height: 120px;
  background: url("../../assets/label/banner-bottom-bg.png") no-repeat top right;
  background-size: 80vw 120px;
}
.slide-show .swiper-father {
  position: relative;
}
.slide-show .swiper-slide {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.slide-show .controls {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.slide-show .controls .slide-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  background: url("../../assets/label/next.png") no-repeat center right;
  background-size: 40px 40px;
}
.slide-show .swiper-button-next::after,
.slide-show .swiper-button-prev::after {
  content: "" !important;
}

@media screen and (max-width: 750px) {
  .slide-show .swiper-slide {
    height: 36.3vw;
  }
  .slide-show .top-bar {
    margin-top: 5.3333333333vw;
    height: 5.33vw;
    background: url("../../assets/label/banner-top-bg.png") no-repeat center right;
    background-size: 80vw 5.33vw;
  }
  .slide-show .bottom-bar {
    margin-top: 0;
    margin-bottom: 8vw;
    height: 13.3vw;
    background: url("../../assets/label/banner-bottom-bg.png") no-repeat top right;
    background-size: 94vw 13.3vw;
  }
  .slide-show .indicators {
    width: auto;
    margin: 5px auto 0;
    display: flex;
  }
  .slide-show .indicators .swiper-pagination-bullet {
    width: 13.3vw !important;
    margin-top: 24px;
    height: 2px !important;
    background: #ffffff;
    opacity: 0.2;
    transition: all 0.4s;
  }
  .slide-show .indicators .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .slide-show .img-box {
    min-height: 36vw;
  }
  .slide-show .controls .slide-next {
    cursor: pointer;
    width: 5.33vw;
    height: 5.33vw;
    position: absolute;
    right: 5.33vw;
    background: url("../../assets/label/next.png") no-repeat center right;
    background-size: 5.33vw 5.33vw;
  }
}