.wheelPlay {
  background: #f1f6f9 url(../images/news/bg.jpg) no-repeat center bottom / 100% auto;
  position: relative;
  overflow: hidden;
}
.wheelPlay .cistern {
  z-index: 2;
}
.wheelPlay .con {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
@media (max-width: 750px) {
  .wheelPlay .con {
    margin-top: 0px;
  }
}
.wheelPlay .con .imgbox {
  width: 100%;
  height: 100%;
}
.wheelPlay .con .swiper-container2 {
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .wheelPlay .con .swiper-container2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.wheelPlay .con .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.wheelPlay .con .swiper-slide div {
  width: 100%;
}
.wheelPlay .con .swiper-slide img {
  opacity: 0.6;
  width: 100%;
}
.wheelPlay .con .swiper-slide-active,
.wheelPlay .con .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 999;
}
.wheelPlay .con .swiper-slide-active img,
.wheelPlay .con .swiper-slide-duplicate-active img {
  opacity: 1;
}
.wheelPlay .con .icon-left,
.wheelPlay .con .icon-right {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  font-size: 35px;
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 16px #888888;
}
@media (max-width: 750px) {
  .wheelPlay .con .icon-left,
  .wheelPlay .con .icon-right {
    display: none;
  }
}
.wheelPlay .con .icon-left .iconfont,
.wheelPlay .con .icon-right .iconfont {
  font-size: 35px;
  position: relative;
  color: #e0e0e0;
}
.wheelPlay .con .icon-right {
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.wheelPlay .con .icon-left {
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.wheelPlay .con .icon-right:hover .iconfont,
.wheelPlay .con .icon-left:hover .iconfont {
  color: #c7000b;
}
.wheelPlay .swiper-paginations .swiper-pagination-bullet-active {
  background-color: #c7000b;
}
.wheelPlay .bg {
  z-index: 1;
}
.wheelPlay .bg div {
  position: absolute;
}
.wheelPlay .bg div img {
  width: 100%;
}
.wheelPlay .bg div.bg2 {
  width: 126px;
  top: 110px;
  font-size: 0;
  right: 10px;
  z-index: 1;
}
@media (max-width: 1920px) {
  .wheelPlay .swiper-paginations {
    position: relative;
    top: 30px;
    text-align: center;
  }
  .wheelPlay .swiper-paginations .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background-color: #cacaca;
    border-radius: 2px;
    margin: 0 5px;
    opacity: 1;
  }
  .wheelPlay .swiper-paginations .swiper-pagination-bullet-active {
    background-color: #c7000b;
  }
}
@media (max-width: 768px) {
  .wheelPlay .swiper-paginations {
    top: 0px;
  }
  .wheelPlay .swiper-paginations .swiper-pagination-bullet {
    width: 20px;
    margin: 0 5px;
  }
  .wheelPlay .bg {
    display: none;
  }
}
@media (max-width: 750px) {
  .wheelPlay {
    padding: 30px 0;
  }
  .wheelPlay .con .icon-right,
  .wheelPlay .con .icon-left {
    display: none;
  }
}
