@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  margin: 0;
}
#carousel {
  position: relative;
  width: 14rem !important;
  margin: 0 auto 0px auto;
  /* border: 1px solid #000; */
}

.p1 {
  padding-bottom: 2.49rem !important;
}

.carousel {
  height: 3.2rem;

  /* margin-bottom: 20px; */
}

#carousel .swiper {
  padding-top: 0.19rem;
  padding-bottom: 0.18rem;
}
#carousel .swiper-wrapper {
}
#carousel .swiper-slide {
  /* width: 325px; */
  width: 25%;
  display: flex;
  flex-direction: column;
  background: #fff;
  /* box-shadow: 0 .784rem .1961rem #ddd; */
  /* margin: 0 3px; */
}
#carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 2.58rem !important;
  object-fit: cover;
}
#carousel .swiper-slide p {
  line-height: 0.568rem;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 0.8em;
  margin: 0 auto;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#carousel .swiper-pagination {
  width: 100%;
  bottom: .3922rem;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #e8f5ff;
  width: .3922rem;
  height: 10px;
  opacity: 1;
  border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #3eb2f3;
  width: 35px;
}

#carousel .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#carousel .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#carousel .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#carousel .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
  content: "";
}


.swiper-button{
  display: flex;
  width: 100%;
  margin-top: 0.588rem;
  justify-content: center;
  align-items: center;

}

.swiper-button .btn{
  width: .4117rem;
  height: .4117rem;
  
}

.prev{
  margin-right: 24px;
}

.swiper-button img{
  width: .4117rem;
  height: .4117rem;
}