@charset "UTF-8";
.swiper-wrap {
  width: 100%;
  margin-top: 1.58rem;
}

/*轮播 */
.solutionSwiper {
  margin: 0 auto;
  position: relative;
}
.solutionSwiper .swiperContainer {
  overflow: hidden;
}
.solutionSwiper .swiper-slide {
  text-align: center;
}
.solutionSwiper .swiper-slide img {
  width: 6.82rem;
  height: 7.9rem;
}

.swiperTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.34rem;
  height: 0.56rem;
  background-color: #000000;
  border-radius: 0.28rem;
  opacity: 0.4;
  position: absolute;
  bottom: 0.28rem;
  left: 50%;
  margin-left: -1.14rem;
  z-index: 999;
}
.swiperTabList li {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #cccaca;
  border-radius: 50%;
  margin-right: 0.08rem;
}
.swiperTabList li:last-child {
  margin: 0;
}
.swiperTabList li.active {
  width: 0.5rem;
  height: 0.16rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
}