.banner-swiper {
  width: 100%;
}

.banner-swiper .responsive-box {
  padding-top: 75%;
}

.banner-swiper .tw-picture-source-box {
  height: 300px;
}

.product-review {
  padding: 15px 0;
}

.product-review .product-review-swiper {
  width: 100%;
  flex-shrink: 0;
}

.product-review .product-review-swiper .tw-picture-source-box {
  height: 325px;
}

.product-review .news {
  padding: 20px 0 0;
  color: #333;
}

.product-review .new-item {
  display: flex;
  padding: 15px;
}

.product-review .date-box {
  background-color: #f2f2f2;
  width: 65px;
  height: 65px;
  text-align: center;
  margin-right: 5px;
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-review .date-box .day {
  margin-bottom: 2px;
  font-size: 18px;
}

.product-review .date-box .date {
  font-size: 12px;
}

.product-review .new-box {
  color: #333;
  padding: 0 5px;
}

.product-review .new-box .title {
  font-size: 20px;
  font-weight: bold;
}

.product-review .new-box .desc {
  margin-top: 8px;
  font-size: 12px;
  color: #888;
}

.selected-cases-swiper .responsive-box {
  padding-top: 75%;
  background-color: rgba(0, 0, 0, 0.5);
}

.selected-cases-swiper .tw-picture-source-box {
  height: 285px;
}


.statistics-wrapper {
  background: var(--tw-primary-color);
  color: #fff;
  padding: 25px 10px;
}

.statistics-wrapper .tw-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
}

.statistics-wrapper .counter-wrapper {
  text-align: center;
}

.statistics-wrapper .counter {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.statistics-wrapper .counter-number {
  font-size: 18px;
}

.statistics-wrapper .counter-suffix {
  font-size: 12px;
}

.statistics-wrapper .counter-title {
  font-size: 12px;
}

.partners-wrapper {
  display: grid;
  gap: 15px;
  padding: 15px 15px 20px;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: 100px;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .tw-product-list {
    display: flex !important;
    overflow-x: auto;
    gap: 20px !important;
  }

  .tw-product-list .product-box {
    flex-shrink: 0;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .floor-title-wrapper .floor-en {
    font-size: 36px;
  }

  .selected-cases-swiper .responsive-box {
    padding-top: 50%;
  }

  .selected-cases-swiper .tw-picture-source-box {
    height: 625px;
  }

  .statistics-wrapper {
    padding: 40px 0;
  }

  .statistics-wrapper .tw-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .statistics-wrapper .counter {
    margin-bottom: 12px;
  }

  .statistics-wrapper .counter-number {
    font-size: 32px;
  }

  .statistics-wrapper .counter-title {
    font-size: 14px;
  }

  .partners-wrapper {
    justify-content: center;
    grid-auto-flow: row;
    /* 恢复正常流 */
    grid-auto-columns: unset;
    overflow-x: visible;
    grid-template-columns: repeat(auto-fit, 150px);
    padding-bottom: 40px;
  }

}

@media (min-width: 1024px) {

  .banner-swiper .tw-picture-source-box{
    height: 730px;
  }

  .product-review {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .product-review .product-review-swiper .tw-picture-source-box {
    height: 525px;
  }

  .product-review .product-review-swiper {
    width: 66.66666667%;
    flex-grow: 0;
  }

  .product-review .product-review-swiper .swiper-flybox {
    width: 60%;
  }

  .product-review .news {
    padding: 0 15px;
    width: 33.33333333%;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }

  .product-review .news .new-item {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .product-review .news .day {
    /* font-size: 14px; */
  }

  .product-review .news .desc {
    font-size: 14px;
    line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .statistics-wrapper .counter {
    margin-bottom: 16px;
  }

  .statistics-wrapper .counter-number {
    font-size: 69px;
    font-weight: bold;
  }

  .statistics-wrapper .counter-suffix {
    font-size: 18px;
    font-weight: bold;
  }

  .statistics-wrapper .counter-title {
    font-size: 16px;
  }

  .partners-wrapper {
    grid-template-columns: repeat(auto-fit, 180px);
  }
}