.section-take-our-word {
    padding: 0 80px;
    width: 100%;
    margin-top: 40px;
}

.section-take-our-word_title {
    text-align: center;
    font-size: 34px;
    color: #000;
    line-height: 43px;
    width: 100%;
}

.section-take-our-word_title img {
    width: 100%;
    height: 100%;
    max-height: 45px;
    object-fit: contain;
}

.section-take-our-word_slick {
    margin-top: 25px;
}

.section-take-our-word .slick-arrow {
    width: 40px;
    height: 40px;
}

.section-take-our-word .slick-prev {
    left: -40px;
}

.section-take-our-word .slick-next {
    right: -40px;
}

.section-take-our-word .slick-arrow::before {
    color: #BF77F9;
    font-size: 40px;
}

.section-take-our-word_slider_item {
    position: relative;
    margin: 48px 15px 22px;
    width: 280px;
    height: 390px;
    border-radius: 10px;
    overflow: hidden;
}

.section-take-our-word_slider_item_image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.section-take-our-word_slider_item_image img {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

.section-take-our-word_slider_item_image-default {
    width: 100%;
    height: 100%;
    background-color: #efefef;
}

.section-take-our-word_slider_item_image-bg {
    z-index: 10;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(136, 136, 136, 0.1) 32.05%, rgba(0, 0, 0, 0.2) 58.28%, rgba(0, 0, 0, 0.35) 65.15%, #000000 100%);
}

.section-take-our-word_video_modal-opener {
    display: block;
    width: 0;
    height: 0;
}

.section-take-our-word_video_play-btn {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.section-take-our-word_slider_item_video-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 11;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0.45;
}

.section-take-our-word_slider_item_video-icon:hover {
    transform: scale(1.1);
}

.section-take-our-word_slider_item_video-icon svg {
    width: 50%;
    height: 50%;
    margin-left: 4px;
    color: #777;
}

.section-take-our-word_slider_item_content {
    position: absolute;
    top: 180px;
    left: 16px;
    right: 26px;
    z-index: 11;
}

.section-take-our-word_slider_item_content_title {
    color: #FFFFFF;
}

.section-take-our-word_slider_item_content_avator-wrapper {
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.section-take-our-word_slider_item_content_avator {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.section-take-our-word_slider_item_content_avator img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-take-our-word_slider_item_content_avator-default {
    width: 24px;
    height: 24px;
    background-color: #D9D9D9;
}

.section-take-our-word_slider_item_content_avator-name {
    margin-left: 2px;
    font-style: normal;
    color: #FFFFFF;
}

.section-take-our-word_slider_item_content_rate-component {
    margin-left: 24px;
}

.section-take-our-word_slider_item_content_rate-text {
    margin-top: 5px;
    margin-left: 24px;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.section-take-our-word_slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.section-take-our-word_slider_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: transparent;
}

.section-take-our-word_slider_btn svg {
    width: 40px;
    height: 40px;
    color: var(--arrow-button-bg, #BF77F9);
}

.section-take-our-word_slider_btn[name="previous"],
.section-take-our-word_slider_btn[name="next"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-take-our-word_slider_btn[name="previous"] {
    transform: translateY(-50%) rotate(-180deg);
    left: -46px;
}

.section-take-our-word_slider_btn[name="next"] {
    right: -46px;
}

.section-take-our-word_slider_btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.section-take-our-word_slider .product-card-wrapper .card__colors {
    padding-left: 2px;
}

.section-take-our-word_slider_slider {
    display: flex;
    width: 100%;
}

.section-take-our-word_slider .section-take-our-word_slider_slide:last-child {
    margin-right: 0;
}

.section-take-our-word .center-slider {
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .section-take-our-word {
  }
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .section-take-our-word {
    padding: 0 12px;
    margin-top: 30px;
  }

  .section-take-our-word_title {
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    margin-bottom: 20px;

    svg {
        width: 90%;
    }
  }

  /* 两列布局 */
  .section-take-our-word--mobile-layout__columns {
    &.section-take-our-word_slider_slider {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      width: 100%;
    }

    /* 调整单个滑块样式 */
    .section-take-our-word_slider_slide {
      width: 100%;
      margin-right: 0;
    }
  }

  /* 左右滑动布局 */
  .section-take-our-word--mobile-layout__slider {
    /* 优化滑动性能 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
    overscroll-behavior-x: contain;

    &.section-take-our-word_slider_slider {
      display: flex;
      gap: 12px;
      padding: 10px 0;
      transform: translateZ(0);
      will-change: transform;
      touch-action: pan-x pan-y;
      user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    /* 左右滑动布局的滑块样式 */
    .section-take-our-word_slider_slide {
      /* 计算宽度: (屏幕宽度 - 间距) / 2.25 */
      flex: 0 0 calc((100vw - 24px) / 2.25);
      min-width: calc((100vw - 24px) / 2.25);
      scroll-snap-align: start;
    }
  }

  /* 隐藏导航按钮 */
  .section-take-our-word_slider_btn {
    display: none;
  }

  /* 调整单个卡片样式 */
  .section-take-our-word_slider_item {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    margin: 0;
    border-radius: 10px;
  }

  /* 调整图片容器 */
  .section-take-our-word_slider_item_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .section-take-our-word_slider_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 调整播放按钮 */
  .section-take-our-word_slider_item_video-icon {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
  }

  /* 调整内容区域 */
  .section-take-our-word_slider_item_content {
    top: auto;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  /* 调整标题 */
  .section-take-our-word_slider_item_content_title {
    margin-bottom: 8px;
  }

  /* 调整头像区域 */
  .section-take-our-word_slider_item_content_avator-wrapper {
    margin-top: 4px;
  }

  .section-take-our-word_slider_item_content_avator {
    width: 20px;
    height: 20px;
  }

  /* 调整评分组件 */
  .section-take-our-word_slider_item_content_rate-component {
    margin-left: 0;
    margin-top: 4px;
    transform: scale(0.8);
    transform-origin: left center;
  }

  /* 调整评论文本 */
  .section-take-our-word_slider_item_content_rate-text {
    margin: 4px 0 0 0;
    -webkit-line-clamp: 3;
    padding-right: 0;
  }

  /* 调整渐变背景 */
  .section-take-our-word_slider_item_image-bg {
    background: linear-gradient(180deg, 
      rgba(136, 136, 136, 0) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.7) 100%
    );
  }

  /* 调整视频模态框 */
  .section-take-our-word_video_modal-opener {
    /* width: 24px; */
    /* height: 24px; */
  }
}