.section-title {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 20px;
  white-space: nowrap;
}
.section-title:before,
.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.4);
}
.series-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-top: 10px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
.fliter-section {
  position: relative;
  width: 1200px;
  margin: 40px auto 60px;
  padding: 0 30px;
}
.fliter-section .fliter-box {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  grid-template-columns: repeat(6, 1fr);
}
.fliter-section .fliter-box .fliter-item {
  position: relative;
  transition: all 0.3s;
}
.fliter-section .fliter-box .fliter-item img {
  width: 100%;
  display: block;
}
.fliter-section .fliter-box .fliter-item .fliter-name {
  position: absolute;
  left: 6%;
  top: 45%;
  font-weight: 700;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
}
.fliter-section .fliter-box .fliter-item .fliter-name span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.fliter-section .fliter-box .fliter-item:hover {
  transform: scale(0.95);
}
.product-section {
  margin: 30px auto 60px;
  width: 1200px;
}
.product-section .title-en {
  display: block;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
}
.product-section .content {
  padding-top: 20px;
  position: relative;
}
.product-section .product {
  width: 1120px;
  margin: 0 auto;
}
.product-section .product .swiper-wrapper {
  height: auto;
}
.product-section .product .swiper-wrapper .swiper-slide {
  width: 280px !important;
}
.product-section .product .goods {
  width: 260px;
  padding-bottom: 10px;
  margin: 10px auto;
  padding: 10px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.product-section .product .goods .img-wrap {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.product-section .product .goods .img-wrap img {
  width: 100%;
}
.product-section .product .goods .info-wrap {
  text-align: center;
  padding: 6px 0 0;
}
.product-section .product .goods .info-wrap h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-section .product .goods .info-wrap h3 span {
  font-size: 16px;
}
.product-section .product .goods .info-wrap .sub {
  position: absolute;
  right: 26px;
  top: 36px;
}
.product-section .product .goods .info-wrap .sub .ml {
  font-size: 10px;
  border-radius: 19px;
  padding: 2px 8px;
  letter-spacing: 0;
  font-weight: 700;
  color: #000000;
  border: 1.5px solid #000000;
  background-color: #FFF;
}
.product-section .product .goods .info-wrap .notes {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  overflow: hidden;
  margin: 10px auto 0;
  align-items: center;
}
.product-section .product .goods .info-wrap .notes .notes-name {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
}
.product-section .product .goods .info-wrap .notes .notes-name:nth-child(3) {
  border-right: none;
}
.product-section .product .goods .info-wrap .notes .notes-name:first-child {
  margin-left: 0;
}
.product-section .product .goods .info-wrap .notes .notes-item {
  width: 100%;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0086ff;
}
.product-section .product .goods .info-wrap .notes .notes-item:last-child {
  border-right: none;
}
.product-section .product .goods .info-wrap .pricebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0;
}
.product-section .product .goods .info-wrap .pricebox .now {
  font-weight: 700;
  font-size: 20px;
  color: red;
  letter-spacing: 0;
  pointer-events: none;
}
.product-section .product .goods .info-wrap .pricebox .now .twd {
  font-size: 12px;
  margin-right: 2px;
}
.product-section .product .goods .info-wrap .pricebox .stars {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-section .product .goods .info-wrap .pricebox .stars i {
  font-size: 10px;
  padding: 0 1px 0 2px;
  line-height: 14px;
  border-radius: 3px;
  margin-right: 1px;
  background: linear-gradient(90deg, #ffae00 var(--fill, 0%), #e0e0e0 0%);
  color: #fff;
}
.product-section .product .goods .info-wrap .pricebox .stars i:last-child {
  margin-right: 0;
}
.product-section .product .goods .info-wrap .pricebox .stars .stars-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #999;
  transition: all 0.3s;
  margin-left: 2px;
}
.product-section .product .goods:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.product-section .product .goods:hover .cart-wrap {
  opacity: 1;
}
.product-section .product .last {
  width: 220px;
  height: 220px;
  margin: 100px auto;
  transition: all 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-section .product .last .last-text {
  margin-top: 8px;
  font-size: 16px;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.9);
}
.product-section .product .last .more-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  transition: all 0.3s;
}
.product-section .product .last .more-arrow {
  margin-top: 12px;
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 8px 8px 8px 11px;
  transition: all 0.3s;
}
.product-section .product .last .more-arrow i {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
}
@keyframes goShop {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
.product-section .product .last:hover {
  width: 200px;
  height: 200px;
  margin: 110px auto;
}
.product-section .product .last:hover .more-arrow {
  margin-top: 24px;
  transform: scale(1.2);
}
.product-section .product .last:hover .more-arrow i {
  animation: goShop 1s infinite;
}
.product-section .product-paging {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.product-section .product-paging .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  transition: transform 0.3s, background-color 0.3s, opacity 0.5s, pointer-events 0s, cursor 0s;
}
.product-section .product-paging .btn:hover {
  transform: scale(1.2);
}
.product-section .product-paging .btn.prev i {
  margin-left: 4px;
}
.product-section .product-paging .btn.next i {
  margin-right: 4px;
}
.product-section .product-paging .btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.product-section .product-paging .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
}
.product-section .product-paging .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.product-section .product-paging .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.product-section .more-btn {
  display: flex;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
  border-radius: 99px;
  margin: 0 auto;
}
.product-section .more-btn i {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  animation: goShop 1s infinite;
}
