.swiper-container2 .pagination {
  width: 100%;
  height: 31px;
  position: absolute;
  bottom: 0;
  text-align: right;
  box-sizing: border-box;
  text-align: center;
}
.swiper-container2 .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 4px;
  background: #fff;
  margin-right: 10px;
  margin-top: 22px;
}
.swiper-container2 .pagination .swiper-pagination-switch.swiper-active-switch {
  width: 26px;
  background: #DF000A;
}
.scrollSwiper .swiper-slide{
  position:relative;
}
.scrollSwiper .swiperText{
  position: absolute;
  bottom: -30px;
  left: 0;
  padding: 10px 10px 20px 10px;
  background: rgb(52, 97, 200);
  width: 300px;
  z-index: 200;
  color: #ffffff;
  width: 332px;
  box-sizing: border-box;
  font-size:12px;
}
.scrollSwiper{
  width: 332px !important;
  height:242px;
  overflow: hidden;
  position:relative;
}
.scrollSwiper img{
  width:100%;
 
}