.ProductReviewCarousel-carouselWrapper-OqQ {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.ProductReviewCarousel-swiperContainer-8EF {
  margin: 0 24px;
  height: 100%;
}

.ProductReviewCarousel-title-bHn {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 24px 0;
}


.ProductReviewCarousel-review-swiper-button-prev-892,
.ProductReviewCarousel-review-swiper-button-next-xP8 {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px #0002;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.ProductReviewCarousel-review-swiper-button-prev-892 {
  left: 8px;
}

.ProductReviewCarousel-review-swiper-button-next-xP8 {
  right: 8px;
}

.ProductReviewCarousel-review-swiper-button-prev-892 img,
.ProductReviewCarousel-review-swiper-button-next-xP8 img {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.ProductReviewCarousel-review-swiper-button-prev-892:hover,
.ProductReviewCarousel-review-swiper-button-next-xP8:hover {
  background: #eee;
}

.ProductReviewCarousel-swiperWrapper-wwe {
  display: flex;
  align-items: stretch;
  height: 100%;
  padding: 24px 0;
}

.ProductReviewCarousel-swiperSlide-tdf {
  height: auto;
  /* background-color: #f00; */
}

.ProductReviewCarousel-reviewCard-JsA {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin: 0 12px;
  padding: 24px 0;
  height: 300px;
}

.ProductReviewCarousel-reviewCard-JsA .ProductReviewCarousel-avatar-sKz {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.06);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.ProductReviewCarousel-reviewCard-JsA .ProductReviewCarousel-nickname-L35 {
  font-weight: 600;
  font-size: 16px;
}

/* summary 要求单行显示,多与的省略号表示 */
.ProductReviewCarousel-reviewCard-JsA .ProductReviewCarousel-summary-06W {
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  margin: 0 auto;
}

.ProductReviewCarousel-reviewCard-JsA .ProductReviewCarousel-text-kKm {
  font-size: 16px;
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

@media (max-width: 960px) {
  .ProductReviewCarousel-swiperContainer-8EF {
    margin: 0;
  }

  .ProductReviewCarousel-title-bHn {
    font-size: 24px;
  }


}
