.video-review-box {
  padding: 0.66rem 0rem;
}

.breadcrumbs-label-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  flex-wrap: wrap;
  position: sticky;
  top: 0.84rem;
  background: white;
  z-index: 2;
  padding: 10px 0px;
}

.breadcrumbs-label-list .label-item.active {
  background: #2f67b3;
  color: #fff;
}

.breadcrumbs-label-list .label-item {
  border-radius: 6px;
  background: #ebebeb;
  cursor: pointer;
  padding: 7px 21px;
  color: #333;
  font-size: max(18px, 0.18rem);
  font-weight: 800;
}

.item-title {
  margin-top: 0.6rem;
  color: #333;
  /* H2 */
  font-family: Avenir;
  font-size: max(36px, 0.36rem);
  font-style: normal;
  font-weight: 800;
  line-height: 116.667%;
  text-transform: capitalize;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

.video-review-item .item-label {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.33rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

.video-review-item .item-label .label-item {
  border-radius: 24.5px;
  background: white;
  border: 1px solid rgba(183, 183, 183, 0.16);
  padding: 11px 14px;
  font-weight: 800;
  font-size: max(18px, 0.18rem);
  line-height: 144.444%;
  text-align: center;
  cursor: pointer;
}

.video-review-item .item-label .label-item.active {
  background: #2f67b3;
  color: #fff;
}

.item-content {
  border-radius: 10px;
  background: #f7fbff;
  padding-bottom: 0.6rem;
  padding-top: 0.36rem;
}

.product-video-list {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}

.product-video-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}

.product-video-item .video-content {
  width: 3.59rem;
  height: 2.01937rem;
  aspect-ratio: 16/9;
}

.product-video-item .video-title {
  color: #333;
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 800;
  line-height: 133.333%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  min-height: 0.47rem;
}

.product-video-item .author-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
}

.product-video-item .author-data .author-name {
  color: #333;
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.product-video-item .author-data .author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-header {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  padding-top: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.review-header .title {
  color: #333;
  /* H3 */
  font-family: Avenir;
  font-size: max(28px, 0.28rem);
  font-style: normal;
  font-weight: 800;
  line-height: 128.571%;
  /* 128.571% */
  text-transform: capitalize;
}

.review-header .read-more {
  color: #333;
  text-align: center;

  /* 正文文字 */
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  /* 133.333% */
}

.review-header .read-more {
  display: flex;
  min-width: 3.31rem;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #2f67b3;
}

.review-header .read-more a {
  color: #fff;
  text-align: center;
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 800;
  line-height: 133.333%;
  /* 133.333% */
  text-transform: capitalize;
}

.review-body {
  padding-left: 2.2rem !important;
  padding-right: 2.2rem !important;
  padding-top: 49px !important;
  /* position: relative; */
}

.review-author-name {
  color: #333;
  font-family: Avenir;
  font-size: max(20px, 0.2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 133.023%; /* 26.605px */
}
.review-position-text {
  color: #2f67b3;
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  text-transform: capitalize;
}

.review-body .swiper-slide {
  padding: 27px 15px;
  height: auto;
  border: 1px solid #dadada;
  background: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 0.53rem !important;
  height: 0.53rem !important;
  border-radius: 100%;
  cursor: pointer;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #2f67b3;
}

.reviews-list {
  display: none;
}

.item-star-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 22px;
}

.item-star-date .review-date {
  color: #595959;
  text-align: right;

  /* 正文文字 */
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  /* 133.333% */
}

.review-product-title a {
  height: 0.52rem;
  align-self: stretch;
  color: #333;
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 800;
  line-height: 0.26rem;
  /* 144.444% */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 12px;
}
.review-content {
  color: #333;
  /* 正文文字 */
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%; /* 133.333% */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 16px;
  height: 1.4rem;
  cursor: pointer;
}

/* 提示框样式 */
.review-tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  width: 90%; /* 限制提示框的最大宽度 */
  white-space: pre-wrap; /* 保持换行 */
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: none; /* 初始状态隐藏 */
  max-height: 260px;
  height: 100%;
  overflow: auto;
}

/* 通过 hover 显示提示框 */
.review-content:hover .review-tooltip {
  display: block;
  top: 50%; /* 垂直居中 */
  left: 50%; /* 水平居中 */
  transform: translate(-50%, -50%); /* 使提示框完全居中于鼠标 */
}

/* 显示提示框 */
/* .review-content:hover .review-tooltip {
    display: block;
} */

.review-author-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 16px;
  border-top: 1px solid rgba(183, 183, 183, 0.16);
  margin-bottom: 0.3rem;
}
.review-author-product .review-product img {
  width: 1.13rem;
  height: 0.76rem;
  aspect-ratio: 113/76;
  border: 1px solid rgba(153, 193, 238, 0.76);
}
.review-author-product .review-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.review-author-product .review-author .review-author-avatar {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 100%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: Avenir;
  font-size: max(24px, 0.24rem);
  font-style: normal;
  font-weight: 800;
  line-height: 133.023%; /* 31.925px */
}

.review-position {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.review-position-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.helpful-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.helpful-box .helpful-text {
  color: #999;
  text-align: right;

  /* 正文文字 */
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 150% */
}

.helpful-box .help-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #999;

  /* 按钮文字 */
  font-family: Avenir;
  font-size: max(18px, 0.18rem);
  font-style: normal;
  font-weight: 800;
  line-height: 144.444%; /* 144.444% */
}
.helpful-box .help-handle svg {
  cursor: pointer;
}

.oc-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 0.1rem 0.53rem;
  height: 0.5.rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: 700;
  gap: 0.12rem;
  border-radius: 0.12rem;
  background-color: #fff;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2392156863);
}

@media (max-width: 1025px) {
  .breadcrumbs-label-list,
  .item-title,
  .item-content {
    padding-left: 31px;
    padding-right: 31px;
  }
  .video-review-item .item-label {
    padding-left: 31px;
    padding-right: 31px;
  }
  .product-video-list {
    padding-left: 0;
    padding-right: 0;
  }
  .product-video-list {
    grid-template-columns: 1fr;
  }
  .breadcrumbs-label-list {
    gap: 0.41rem;
    top: 92px;
  }
  .breadcrumbs-label-list .label-item {
    font-size: max(12px, 0.22rem);
    font-weight: 400;
    line-height: 145%;
  }
  .item-title {
    font-size: max(16px, 0.36rem);
    line-height: 183%;
  }
  .video-review-item .item-label {
    gap: 0.1rem;
    justify-content: flex-start;
  }
  .video-review-item .item-label .label-item {
    padding: 11px 17px;
    font-size: max(12px, 0.22rem);
    border-radius: 27px;
  }
  .product-video-item .video-content {
    width: 100%;
    height: auto;
  }
  .product-video-item .video-title {
    font-size: max(15px, 0.3rem);
    font-weight: 500;
    line-height: 166.667%;
  }
  .oc-toast {
    padding: 0.1rem 0.23rem;
  }
  .product-video-item .author-data .author-name {
    font-size: max(0.22rem, 12px);
    font-weight: 400;
    line-height: 145%;
  }
  .product-video-item .author-data .author-avatar {
    font-size: max(0.22rem, 12px);
  }
  .product-video-item {
    gap: 0.21rem;
  }
  .review-header {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.44rem;
    gap: 0.2rem;
  }
  .review-header .title {
    font-size: max(0.3rem, 15px);
    font-weight: 500;
    line-height: 167%;
    text-transform: capitalize;
  }
  .star-total {
    color: #333;
    text-align: center;

    /* 移动端正文 */
    font-family: Avenir;
    font-size: max(0.22rem, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 145.455%; /* 145.455% */
  }

  .review-header .read-more {
    padding: 0.12rem 0.08rem;
  }
  .review-header .read-more a {
    font-size: max(0.22rem, 12px);
    font-weight: 400;
    line-height: 145.455%; /* 145.455% */
  }
  .review-body {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-top: 0.44rem !important;
    cursor: pointer;
  }
  .review-body .swiper-slide {
    padding: 0.27rem 0.15rem;
  }
  .star svg {
    width: max(0.24rem, 12px);
    height: max(0.24rem, 12px);
  }
  .review-star svg {
    width: max(0.24rem, 12px);
    height: max(0.24rem, 12px);
  }
  .item-star-date .review-date {
    font-size: max(0.22rem, 12px);
    font-weight: 400;
    line-height: 145.455%; /* 145.455% */
  }
  .item-star-date {
    margin-bottom: 0.22rem;
  }
  .review-product-title a {
    font-size: max(0.3rem, 15px);
    font-weight: 500;
    line-height: 167%;
    text-transform: capitalize;
    height: 0.99rem;
  }
  .review-content {
    font-size: max(0.22rem, 12px);
    font-weight: 400;
    line-height: 145.455%; /* 145.455% */
    -webkit-line-clamp: 5;
    height: 1.6rem;
  }
  .review-author-product {
    padding-top: 0.24rem;
  }

  .review-author-product .review-author .review-author-avatar {
    font-size: max(0.24rem, 12px);
  }

  .review-author-name {
    font-size: max(0.3rem, 15px);
    font-weight: 500;
    line-height: 167%;
    text-transform: capitalize;
  }
  .review-position-text {
    font-size: max(0.22rem, 12px);
    font-weight: 400;
    line-height: 145.455%; /* 145.455% */
  }
  .review-position-logo svg {
    width: max(0.18rem, 12px);
    height: max(0.18rem, 12px);
  }
  .review-position {
    gap: 3px;
  }
  .review-author-product .review-product img {
    width: 1.27rem;
    height: 0.85rem;
    aspect-ratio: 127/85;
    border: 1px solid rgba(153, 193, 238, 0.76);
  }
  .helpful-box .helpful-text {
    font-size: max(0.22rem, 12px);
    font-weight: 400;
    line-height: 145.455%; /* 145.455% */
  }
  .helpful-box .help-handle {
    font-size: max(0.22rem, 12px);
    font-weight: 400;
    line-height: 145.455%; /* 145.455% */
    gap: 0;
  }
  .help-handle svg {
    width: 0.32rem;
    height: 0.32rem;
  }
  .mobile-like {
    margin-right: max(0.13rem, 12px);
  }
}
