.product {
  width: 100%;
  background: #fafffe;
  position: relative;
  overflow: hidden;
}
.product > img {
  position: absolute;
  top: -20%;
  left: -35%;
  width: 120%;
  height: 100%;
  transform: rotate(88deg);
  z-index: 0;
  object-fit: cover;
}
.product .inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 50px 0;
  z-index: 2;
  position: relative;
}
.product .inner .section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.product .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 32%;
}
.product .inner .section1 .title p {
  color: #222222;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.product .inner .section1 .search {
  width: 66%;
  border-radius: 7px;
  background: rgba(230, 230, 230, 0.56);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.product .inner .section1 .search input {
  width: 84%;
  height: 34px;
  border: none;
  outline: none;
  background: transparent;
  color: #063669;
  font-size: 16px;
  line-height: 22px;
}
.product .inner .section1 .search input::placeholder {
  color: rgba(105, 105, 105, 0.7);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.product .inner .section2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.product .inner .section2 .section2-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product .inner .section2 .section2-left .prim {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product .inner .section2 .section2-left .prim .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #f1f1f1;
  padding: 14px 18px;
  gap: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.product .inner .section2 .section2-left .prim .top > svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.product .inner .section2 .section2-left .prim .top p {
  color: #063669;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.product .inner .section2 .section2-left .prim .top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product .inner .section2 .section2-left .prim .top .icon svg {
  width: 20px;
  height: 20px;
}
.product .inner .section2 .section2-left .prim .top .icon .sub {
  display: none;
}
.product .inner .section2 .section2-left .prim .top .icon .add {
  display: flex;
}
.product .inner .section2 .section2-left .prim .bottom {
  width: 95%;
  margin: 0 auto;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background: #ffffff;
}
.product .inner .section2 .section2-left .prim .bottom .sec {
  padding: 9px 14px;
  color: #063669;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.product .inner .section2 .section2-left .prim .bottom .sec:hover,
.product .inner .section2 .section2-left .prim .bottom .sec-active {
  color: #e61874;
  font-weight: 700;
}
.product .inner .section2 .section2-left .prim-active .top {
  background: rgba(230, 24, 116, 0.08);
}
.product .inner .section2 .section2-left .prim-active .top > svg path,
.product .inner .section2 .section2-left .prim-active .top .category-icon path {
  fill: #e61874;
}
.product .inner .section2 .section2-left .prim-active .top p {
  color: #e61874;
}
.product .inner .section2 .section2-left .prim-active .top .icon .sub {
  display: flex;
}
.product .inner .section2 .section2-left .prim-active .top .icon .add {
  display: none;
}
.product .inner .section2 .section2-left .prim-active .bottom {
  display: flex;
}
.product .inner .section2 .section2-right {
  width: 73%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.product .inner .section2 .section2-right .section2-right-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.product .inner .section2 .section2-right .section2-right-top .item {
  width: 32%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(215, 244, 246, 1) 0%, rgba(225, 225, 225, 1) 100%);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  transition: 0.3s;
}
.product .inner .section2 .section2-right .section2-right-top .item:hover {
  transform: translateY(-6px);
}
.product .inner .section2 .section2-right .section2-right-top .item .tag {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  color: #1b9ba4;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.product .inner .section2 .section2-right .section2-right-top .item img {
  width: 80%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.product .inner .section2 .section2-right .section2-right-top .item .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  height: 18px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(115, 115, 115, 0.59) 0%, rgba(217, 217, 217, 0) 100%);
}
.product .inner .section2 .section2-right .section2-right-top .item .title {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.product .inner .section2 .section2-right .section2-right-top .item:hover img {
  transform: scale(1.05);
}
.product .inner .section2 .section2-right .section2-right-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .inner .section2 .section2-right .section2-right-bottom .page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.product .inner .section2 .section2-right .section2-right-bottom .pre-pageBtn,
.product .inner .section2 .section2-right .section2-right-bottom .next-pageBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .inner .section2 .section2-right .section2-right-bottom .pre-pageBtn.disabled,
.product .inner .section2 .section2-right .section2-right-bottom .next-pageBtn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.product .inner .section2 .section2-right .section2-right-bottom .pages {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.product .inner .section2 .section2-right .section2-right-bottom .pages .num {
  padding: 5px 10px;
  border-radius: 4px;
  background: transparent;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product .inner .section2 .section2-right .section2-right-bottom .pages .num-active {
  background: #e61874;
  color: #ffffff;
}
.pros-empty {
  width: 100%;
  border-radius: 12px;
  background: rgba(27, 155, 164, 0.08);
  color: #063669;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 30px;
  text-align: center;
}
.pros-hidden {
  display: none !important;
}
@media (max-width: 1200px) {
  .product .inner {
    gap: 40px;
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .product > img {
    display: none;
  }
  .product .inner {
    gap: 30px;
    padding: 40px 0;
  }
  .product .inner .section1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .product .inner .section1 .title,
  .product .inner .section1 .search {
    width: 100%;
  }
  .product .inner .section2 {
    flex-direction: column;
    gap: 24px;
  }
  .product .inner .section2 .section2-left,
  .product .inner .section2 .section2-right {
    width: 100%;
  }
  .product .inner .section2 .section2-left {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .product .inner .section2 .section2-left .prim {
    width: 48%;
  }
  .product .inner .section2 .section2-right .section2-right-top .item {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .product .inner {
    gap: 24px;
    padding: 35px 0;
  }
  .product .inner .section1 .title {
    gap: 14px;
  }
  .product .inner .section1 .title p {
    font-size: 18px;
    line-height: 26px;
  }
  .product .inner .section1 .search {
    padding: 10px 14px;
  }
  .product .inner .section1 .search input,
  .product .inner .section1 .search input::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .product .inner .section2 .section2-left {
    flex-direction: column;
    gap: 12px;
  }
  .product .inner .section2 .section2-left .prim,
  .product .inner .section2 .section2-right .section2-right-top .item {
    width: 100%;
  }
  .product .inner .section2 .section2-left .prim .top {
    padding: 12px 14px;
  }
  .product .inner .section2 .section2-left .prim .top p,
  .product .inner .section2 .section2-left .prim .bottom .sec,
  .product .inner .section2 .section2-right .section2-right-top .item .tag,
  .product .inner .section2 .section2-right .section2-right-top .item .title {
    font-size: 14px;
    line-height: 22px;
  }
  .product .inner .section2 .section2-right {
    gap: 24px;
  }
  .product .inner .section2 .section2-right .section2-right-top {
    gap: 18px;
  }
  .product .inner .section2 .section2-right .section2-right-top .item {
    padding: 16px;
  }
  .product .inner .section2 .section2-right .section2-right-top .item img {
    width: 72%;
  }
  .product .inner .section2 .section2-right .section2-right-bottom .page {
    gap: 16px;
    flex-wrap: wrap;
  }
  .product .inner .section2 .section2-right .section2-right-bottom .pre-pageBtn svg,
  .product .inner .section2 .section2-right .section2-right-bottom .next-pageBtn svg {
    width: 48px;
    height: auto;
  }
  .pros-empty {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}