.swiper-reciation {
  position: relative;
  width: 100%;
  height: 6.04rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}

.swiper-reciation .swiper-slide {
  width: 90vw !important;
  max-width: 1328px !important;
}

.swiper-reciation .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.swiper-reciation .swiper-button-prev, .swiper-reciation .swiper-button-next {
  background-image: none;
  height: 100%;
  position: absolute;
  margin-top: 0;
  top: 0rem;
  width: 8%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-reciation .swiper-button-prev {
  left: 0;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.swiper-reciation .swiper-button-next {
  right: 0;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.swiper-reciation .swiper-pagination {
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.swiper-reciation .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  border-radius: 0;
  transition: all 0.4s;
  width: 0.5rem;
  background-color: #bab9b9;
  height: 2px;
  position: relative;
}

.swiper-reciation .swiper-pagination .swiper-pagination-bullet:after {
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  cursor: pointer;
}

.swiper-reciation .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.42rem;
  background-color: #193a63;
}

.page-title {
  width: 90vw;
  max-width: 1320px;
  margin: 0.5rem auto;
  font-size: 0.48rem;
  color: #000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .swiper-reciation .swiper-button-next, .swiper-reciation .swiper-button-prev {
    display: none;
  }
}
