.coupeAskDcotorSwiper {
  position: relative;
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
  height: 150px;
  display: none;
}
.coupeAskDcotorSwiper .swiper-wrapper {
  height: 120px;
}

.coupeAskDcotorSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.coupeAskDcotorSwiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
}
.coupeAskDcotorSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
}
