@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 2558.99px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
@media (min-width: 2559px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 25.6);
  }
}
/* 手机 */
@media (max-width: 768px) {
  body {
    background-color: #f9f4f1;
  }
  /* banner */
  .wp-banner-sections {
    position: relative;
    width: 100%;
  }
  .wp-banner-sections .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 21.33333333rem;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 28vh 5% 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content h3 {
    font-family: 'Alibaba_55';
    margin: 0;
    font-size: 1.33333333rem;
    line-height: 1.6;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    paint-order: stroke fill;
    text-shadow: 0 0 1.33333333rem #fff;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    font-size: 0.66666667rem;
    color: #fff;
    margin-bottom: 1.33333333rem;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge i {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge i .icon {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    fill: #eb6100;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge a {
    font-family: 'Alibaba_55';
    font-size: 0.66666667rem;
    color: #fff;
    text-shadow: 0 0.33333333rem 1.46666667rem #000000;
  }
  .wp-banner-sections .swiper-slide.is-animate .wp-banner-bg img {
    transform: scale(1);
    transition: transform 5s ease;
  }
  .wp-banner-sections .scnasiimg {
    display: block;
    position: absolute;
    bottom: -0.1rem;
    width: 100%;
    min-height: auto;
    z-index: 2;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa {
    position: relative;
    width: 100%;
    height: 1.33333333rem;
    overflow: hidden;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1.33333333rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-dark svg path {
    fill: #fff;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* 产品中心 */
  .gsjj {
    position: relative;
    z-index: 2;
    padding: 5% 5% 10%;
    color: #333;
    background-color: #fff;
  }
  .gsjj .scnasiimg {
    display: none;
  }
  .gsjj .product-detail-section {
    padding: 5% 0 0;
    width: 100%;
    background: #fff;
  }
  .gsjj .product-detail-section .product-detail-container {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
    position: relative;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main {
    width: 100%;
    box-sizing: border-box;
    height: 13.33333333rem;
    border: 0.06666667rem solid #e6e6e6;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: crosshair;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.25s ease;
    user-select: none;
    pointer-events: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .gallery-arrow {
    display: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 0.53333333rem;
    margin-top: 0.66666667rem;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport {
    width: 0;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs {
    width: 100%;
    min-width: 100%;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    gap: 0.03333333rem;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs .gallery-thumb {
    width: auto;
    min-width: 0;
    height: 4rem;
    flex: 0 0 calc((100% - 0.13333333rem) / 3);
    box-sizing: border-box;
    border: 0.06666667rem solid #eee;
    background: #fff;
    padding: 0.2rem;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
    user-select: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs .gallery-thumb:hover,
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs .gallery-thumb.is-active {
    border-color: #eb6100;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow {
    width: 1.33333333rem;
    height: 1.33333333rem;
    flex: 0 0 1.33333333rem;
    padding: 0;
    border: 0.06666667rem solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.26666667rem 0.8rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    transition: border-color 0.25s ease, background 0.25s ease, opacity 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow::before {
    content: "";
    width: 0.33333333rem;
    height: 0.33333333rem;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 0.06666667rem solid #999;
    border-left: 0.06666667rem solid #999;
    transition: border-color 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow.prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow.next::before {
    transform: translate(-65%, -50%) rotate(135deg);
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow:hover:not(:disabled) {
    border-color: #eb6100;
    background: #eb6100;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow:hover:not(:disabled)::before {
    border-color: #fff;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow:disabled {
    opacity: 0.35;
    cursor: default;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow.is-hidden {
    display: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-info {
    width: 100%;
    position: relative;
    min-height: 13.33333333rem;
    overflow: visible;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .product-meta {
    padding-top: 0.33333333rem;
    transition: opacity 0.2s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .product-meta .product-meta-row {
    height: 2rem;
    display: flex;
    align-items: center;
    border-bottom: 0.06666667rem solid #eeeeee;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .product-meta .product-meta-row strong {
    font-size: 0.8rem;
    color: #333;
    margin-right: 0.33333333rem;
    font-weight: 400;
    white-space: nowrap;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .product-meta .product-meta-row span {
    color: #666666d7;
    font-size: 0.66666667rem;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .contact-btn-wrap {
    margin-top: 0.66666667rem;
    display: grid;
    justify-content: left;
    transition: opacity 0.2s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .contact-btn-wrap .contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.33333333rem;
    height: 1.66666667rem;
    border-radius: 0.33333333rem;
    background: #eb6100;
    color: #fff;
    text-decoration: none;
    font-size: 0.66666667rem;
    transition: all 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .contact-btn-wrap .contact-btn:hover {
    background: #d94f00;
    transform: translateY(-0.13333333rem);
    box-shadow: 0 0.53333333rem 1.2rem rgba(240, 90, 0, 0.22);
  }
  .gsjj .product-detail-section .product-detail-container .product-info .zoom-preview {
    display: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box {
    margin-top: 1.33333333rem;
    transition: opacity 0.2s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-title {
    margin: 0 0 0.66666667rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
    color: #222;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form {
    width: 100%;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .form-control {
    width: 100%;
    height: 2rem;
    border: 0.06666667rem solid #dcdcdc;
    border-radius: 0.33333333rem;
    outline: none;
    padding: 0 0.33333333rem;
    margin-bottom: 0.66666667rem;
    color: #999;
    font-size: 0.6rem;
    transition: border-color 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .form-control:focus {
    border-color: #eb6100;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form textarea.form-control {
    height: 5.66666667rem;
    padding-top: 0.66666667rem;
    resize: none;
    display: block;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .submit-wrap {
    margin-top: 0.33333333rem;
    display: grid;
    justify-content: center;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .submit-wrap .submit-btn {
    display: block;
    width: 5.33333333rem;
    height: 1.66666667rem;
    border: none;
    border-radius: 3.33333333rem;
    background: #eb6100;
    color: #fff;
    cursor: pointer;
    font-size: 0.6rem;
    transition: all 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .submit-wrap .submit-btn:hover {
    background: #d94f00;
    transform: translateY(-0.13333333rem);
    box-shadow: 0 0.53333333rem 1.2rem rgba(240, 90, 0, 0.22);
  }
  .gsjj .product-detail-section .product-detail-container .product-info.is-zooming .product-meta {
    opacity: 0;
  }
  .gsjj .product-detail-section .product-detail-container .product-info.is-zooming .contact-btn-wrap {
    opacity: 0;
  }
  .gsjj .product-detail-section .product-detail-container .product-info.is-zooming .message-box {
    opacity: 0;
  }
  /* 产品大图弹框：独立模块，不依赖页面主容器 */
  .product-image-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #000000e3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .product-image-modal .product-image-modal-content {
    width: 100%;
    height: 100%;
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
  }
  .product-image-modal .product-image-modal-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0.33333333rem;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }
  .product-image-modal .product-image-modal-close,
  .product-image-modal .product-image-modal-arrow {
    width: 1.33333333rem;
    height: 1.33333333rem;
    position: absolute;
    z-index: 3;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #666;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .product-image-modal .product-image-modal-close {
    top: 0.66666667rem;
    right: 0.66666667rem;
  }
  .product-image-modal .product-image-modal-close::before,
  .product-image-modal .product-image-modal-close::after {
    content: "";
    width: 50%;
    height: 0.06666667rem;
    position: absolute;
    left: 25%;
    top: calc(50% - (1rem / 15));
    background: #fff;
  }
  .product-image-modal .product-image-modal-close::before {
    transform: rotate(45deg);
  }
  .product-image-modal .product-image-modal-close::after {
    transform: rotate(-45deg);
  }
  .product-image-modal .product-image-modal-close:hover {
    opacity: 1;
    transform: scale(1.4);
  }
  .product-image-modal .product-image-modal-arrow {
    top: 48%;
    transform: translateY(-50%);
  }
  .product-image-modal .product-image-modal-arrow::before {
    content: "";
    width: 0.33333333rem;
    height: 0.33333333rem;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 0.06666667rem solid #fff;
    border-left: 0.06666667rem solid #fff;
  }
  .product-image-modal .product-image-modal-arrow.prev {
    left: 0.06666667rem;
  }
  .product-image-modal .product-image-modal-arrow.prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
  }
  .product-image-modal .product-image-modal-arrow.next {
    right: 0.06666667rem;
  }
  .product-image-modal .product-image-modal-arrow.next::before {
    transform: translate(-65%, -50%) rotate(135deg);
  }
  .product-image-modal .product-image-modal-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.4);
  }
  .product-image-modal .product-image-modal-page {
    width: 100%;
    height: 3.33333333rem;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.66666667rem;
    line-height: 3.33333333rem;
    text-align: center;
    pointer-events: none;
  }
  .product-image-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* 更多产品 */
  .producthot {
    width: 100%;
    height: 100%;
    background-color: #f9f4f1;
    padding: 10% 5%;
  }
  .producthot .w-1640 {
    width: 100%;
    margin: 0 auto;
  }
  .producthot .w-1640 .titlesca {
    display: flex;
    margin-bottom: 1.33333333rem;
  }
  .producthot .w-1640 .titlesca .left {
    width: 100%;
  }
  .producthot .w-1640 .titlesca .left h3 {
    text-align: center;
    font-size: 1.06666667rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
  }
  .producthot .w-1640 .product-category-section {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .producthot .w-1640 .product-category-section .category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
    margin-bottom: 1.66666667rem;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab {
    width: 47.5%;
    height: 3.33333333rem;
    border: 0.06666667rem solid #333;
    border-radius: 0.33333333rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #333;
    text-decoration: none;
    transition: all 0.35s ease;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab .tab-icon {
    width: 1.33333333rem;
    height: 1.33333333rem;
    margin-bottom: 0.33333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab .tab-icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    filter: grayscale(1) brightness(1.2);
    opacity: 1;
    transition: filter 0.35s ease, opacity 0.35s ease;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab .tab-title {
    font-size: 0.66666667rem;
    line-height: 1;
    transition: color 0.35s ease;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active {
    background: #fff;
    border-color: #fff;
    color: #eb6100;
    box-shadow: 0 0.66666667rem 1.66666667rem rgba(0, 0, 0, 0.04);
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active .tab-icon img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(56%) saturate(1969%) hue-rotate(354deg) brightness(75%) contrast(168%);
    opacity: 1;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active .tab-title {
    color: #eb6100;
  }
  .producthot .w-1640 .product-category-section .product-panels {
    width: 100%;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel {
    display: none;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper {
    overflow: hidden;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 0.66666667rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card .product-img {
    width: 100%;
    height: 8.6rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card .product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card .product-name {
    height: 3.33333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.66666667rem;
    color: #333;
    text-align: center;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide:nth-child(4n + 1) .product-card .product-name {
    background: #f7e8e4;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide:nth-child(4n + 2) .product-card .product-name {
    background: #daeae1;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide:nth-child(4n + 3) .product-card .product-name {
    background: #d8e0e3;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide:nth-child(4n + 4) .product-card .product-name {
    background: #f7e8bc;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-arrow {
    position: absolute;
    top: 35%;
    z-index: 10;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #333;
    cursor: pointer;
    box-shadow: 0 0.53333333rem 1.6rem rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-prev {
    left: 0.13333333rem;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-next {
    right: 0.13333333rem;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-arrow.is-hide {
    display: none;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-arrow:hover {
    background: #eb6100;
    color: #fff;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-prev::after {
    content: "‹";
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 400;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-next::after {
    content: "›";
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 400;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel.is-active {
    display: block;
  }
  /* footer波浪 */
  .wave-wrapfooter {
    background-color: #f9f4f1;
  }
}

.producthot .w-1640 .product-category-section .category-tabs .category-tab .tab-icon {
  position: relative;
}
.producthot .w-1640 .product-category-section .category-tabs .category-tab .tab-icon .tab-icon-filtered {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  background-color: #eb6100;
  -webkit-mask: var(--tab-icon) center / contain no-repeat;
  mask: var(--tab-icon) center / contain no-repeat;
  filter: none !important;
}
.producthot .w-1640 .product-category-section .category-tabs .category-tab:hover .tab-icon .tab-icon-original,
.producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active .tab-icon .tab-icon-original {
  opacity: 0 !important;
}
.producthot .w-1640 .product-category-section .category-tabs .category-tab:hover .tab-icon .tab-icon-filtered,
.producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active .tab-icon .tab-icon-filtered {
  opacity: 1 !important;
  background-color: #eb6100 !important;
  filter: none !important;
}
.producthot .w-1640 .product-category-section .category-tabs .category-tab:hover .tab-title,
.producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active .tab-title {
  color: #eb6100 !important;
}
/* pc */
@media (min-width: 768px) {
  body {
    background-color: #f9f4f1;
  }
  /* banner */
  .wp-banner-sections {
    position: sticky;
    top: 0;
    width: 100%;
    height: 118vh;
  }
  .wp-banner-sections .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 118vh;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 16.4rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 45vh;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    margin: 0;
    font-size: 0.64rem;
    color: #fff;
    display: inline-block;
    font-family: 'Alibaba_55';
    font-weight: 400;
    text-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.5);
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge i .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #eb6100;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge a {
    font-family: 'Alibaba_55';
    font-size: 0.16rem;
    color: #fff;
    text-shadow: 0 0.05rem 0.22rem #000000;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .swiper-slide.is-animate .wp-banner-bg img {
    transform: scale(1);
    transition: transform 5s ease;
  }
  .wp-banner-sections .scnasiimg {
    display: none;
  }
  /* 产品中心 */
  .gsjj {
    position: relative;
    z-index: 2;
    padding: 0.7rem 0 0.85rem;
    color: #333;
    background-color: #fff;
  }
  .gsjj .scnasiimg {
    display: block;
    position: absolute;
    top: -1.2rem;
    width: 100%;
    min-height: 1.25rem;
    z-index: 2;
  }
  .gsjj .scnasiimg .wave-wrapa {
    position: relative;
    width: 100%;
    height: 1.25rem;
    overflow: hidden;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1.25rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .gsjj .scnasiimg .wave-wrapa .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-dark svg path {
    fill: #fff;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .gsjj .product-detail-section {
    width: 100%;
    background: #fff;
  }
  .gsjj .product-detail-section .product-detail-container {
    width: 16.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0.1rem;
    align-items: start;
    position: relative;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery {
    width: 7.85rem;
    position: relative;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main {
    width: 100%;
    height: 5.55rem;
    border: 0.01rem solid #e6e6e6;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: crosshair;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.25s ease;
    user-select: none;
    pointer-events: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main img.is-fading {
    opacity: 0;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .zoom-lens {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.95rem;
    height: 2.45rem;
    background: rgba(165, 165, 165, 0.45);
    border: 0.01rem solid rgba(150, 150, 150, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 4;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .zoom-lens.is-show {
    opacity: 1;
    visibility: visible;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .gallery-arrow {
    width: 0.42rem;
    height: 100%;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    cursor: pointer;
    padding: 0;
    outline: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .gallery-arrow::before {
    content: "";
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    border-top: 0.02rem solid #dedede;
    border-left: 0.02rem solid #dedede;
    transition: border-color 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .gallery-arrow:hover::before {
    border-color: #eb6100;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .gallery-arrow.prev {
    left: 0.16rem;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .gallery-arrow.prev::before {
    transform: rotate(-45deg);
    margin-left: 0.1rem;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .gallery-arrow.next {
    right: 0.16rem;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-main .gallery-arrow.next::before {
    transform: rotate(135deg);
    margin-left: 0.04rem;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.08rem;
    margin-top: 0.1rem;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    gap: 0.09rem;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs .gallery-thumb {
    width: calc((100% - 0.45rem) / 6);
    height: 1rem;
    flex: 0 0 calc((100% - 0.45rem) / 6);
    box-sizing: border-box;
    border: 0.01rem solid #eee;
    background: #fff;
    padding: 0.03rem;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
    user-select: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs .gallery-thumb:hover,
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumbs-viewport .gallery-thumbs .gallery-thumb.is-active {
    border-color: #eb6100;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow {
    width: 0.34rem;
    height: 0.34rem;
    flex: 0 0 0.34rem;
    padding: 0;
    border: 0.01rem solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    transition: border-color 0.25s ease, background 0.25s ease, opacity 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow::before {
    content: "";
    width: 28%;
    height: 28%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 0.02rem solid #999;
    border-left: 0.02rem solid #999;
    transition: border-color 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow.prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow.next::before {
    transform: translate(-65%, -50%) rotate(135deg);
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow:hover:not(:disabled) {
    border-color: #eb6100;
    background: #fff8f3;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow:hover:not(:disabled)::before {
    border-color: #eb6100;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow:disabled {
    opacity: 0.35;
    cursor: default;
  }
  .gsjj .product-detail-section .product-detail-container .product-gallery .gallery-thumbs-wrap .gallery-thumb-arrow.is-hidden {
    display: none;
  }
  .gsjj .product-detail-section .product-detail-container .product-info {
    width: 8.3rem;
    position: relative;
    min-height: 5.55rem;
    overflow: visible;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .product-meta {
    padding-top: 0.05rem;
    transition: opacity 0.2s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .product-meta .product-meta-row {
    height: 0.6rem;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #eeeeee;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .product-meta .product-meta-row strong {
    font-size: 0.22rem;
    color: #333;
    margin-right: 0.12rem;
    font-weight: 400;
    white-space: nowrap;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .product-meta .product-meta-row span {
    color: #666666d7;
    font-size: 0.16rem;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .contact-btn-wrap {
    margin-top: 0.35rem;
    display: grid;
    justify-content: right;
    transition: opacity 0.2s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .contact-btn-wrap .contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    background: #eb6100;
    color: #fff;
    text-decoration: none;
    font-size: 0.16rem;
    transition: all 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .contact-btn-wrap .contact-btn:hover {
    background: #d94f00;
    transform: translateY(-0.02rem);
    box-shadow: 0 0.08rem 0.18rem rgba(240, 90, 0, 0.22);
  }
  .gsjj .product-detail-section .product-detail-container .product-info .zoom-preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.55rem;
    border: 0.01rem solid #eeeeee;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 0.12rem 0.3rem rgba(0, 0, 0, 0.08);
  }
  .gsjj .product-detail-section .product-detail-container .product-info .zoom-preview.is-show {
    opacity: 1;
    visibility: visible;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box {
    margin-top: 0.5rem;
    transition: opacity 0.2s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-title {
    margin: 0 0 0.35rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 400;
    color: #222;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form {
    width: 100%;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .form-control {
    width: 100%;
    height: 0.36rem;
    border: 0.01rem solid #dcdcdc;
    border-radius: 0.05rem;
    outline: none;
    padding: 0 0.14rem;
    margin-bottom: 0.14rem;
    color: #999;
    font-size: 0.14rem;
    transition: border-color 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .form-control:focus {
    border-color: #eb6100;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form textarea.form-control {
    height: 0.85rem;
    padding-top: 0.1rem;
    resize: none;
    display: block;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .submit-wrap {
    margin-top: 0.35rem;
    display: grid;
    justify-content: center;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .submit-wrap .submit-btn {
    display: block;
    width: 2rem;
    height: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    background: #eb6100;
    color: #fff;
    cursor: pointer;
    font-size: 0.16rem;
    transition: all 0.25s ease;
  }
  .gsjj .product-detail-section .product-detail-container .product-info .message-box .message-form .submit-wrap .submit-btn:hover {
    background: #d94f00;
    transform: translateY(-0.02rem);
    box-shadow: 0 0.08rem 0.18rem rgba(240, 90, 0, 0.22);
  }
  .gsjj .product-detail-section .product-detail-container .product-info.is-zooming .product-meta {
    opacity: 0;
  }
  .gsjj .product-detail-section .product-detail-container .product-info.is-zooming .contact-btn-wrap {
    opacity: 0;
  }
  .gsjj .product-detail-section .product-detail-container .product-info.is-zooming .message-box {
    opacity: 0;
  }
  /* 产品大图弹框：独立模块，不依赖页面主容器 */
  .product-image-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #000000e3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .product-image-modal .product-image-modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
  }
  .product-image-modal .product-image-modal-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0.1rem;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }
  .product-image-modal .product-image-modal-close,
  .product-image-modal .product-image-modal-arrow {
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    z-index: 3;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #666;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .product-image-modal .product-image-modal-close {
    top: 0.1rem;
    right: 0.1rem;
  }
  .product-image-modal .product-image-modal-close::before,
  .product-image-modal .product-image-modal-close::after {
    content: "";
    width: 50%;
    height: 0.02rem;
    position: absolute;
    left: 25%;
    top: calc(50% - (1rem / 100));
    background: #fff;
  }
  .product-image-modal .product-image-modal-close::before {
    transform: rotate(45deg);
  }
  .product-image-modal .product-image-modal-close::after {
    transform: rotate(-45deg);
  }
  .product-image-modal .product-image-modal-close:hover {
    opacity: 1;
    transform: scale(1.4);
  }
  .product-image-modal .product-image-modal-arrow {
    top: 48%;
    transform: translateY(-50%);
  }
  .product-image-modal .product-image-modal-arrow::before {
    content: "";
    width: 0.11rem;
    height: 0.11rem;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 0.02rem solid #fff;
    border-left: 0.02rem solid #fff;
  }
  .product-image-modal .product-image-modal-arrow.prev {
    left: 0.1rem;
  }
  .product-image-modal .product-image-modal-arrow.prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
  }
  .product-image-modal .product-image-modal-arrow.next {
    right: 0.1rem;
  }
  .product-image-modal .product-image-modal-arrow.next::before {
    transform: translate(-65%, -50%) rotate(135deg);
  }
  .product-image-modal .product-image-modal-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.4);
  }
  .product-image-modal .product-image-modal-page {
    width: 100%;
    height: 0.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.5rem;
    text-align: center;
    pointer-events: none;
  }
  .product-image-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* 更多产品 */
  .producthot {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #f9f4f1;
    padding: 0.85rem 0;
  }
  .producthot .w-1640 {
    width: 16.4rem;
    margin: 0 auto;
  }
  .producthot .w-1640 .titlesca {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .producthot .w-1640 .titlesca .left {
    width: 100%;
  }
  .producthot .w-1640 .titlesca .left h3 {
    text-align: center;
    font-size: 0.36rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
  }
  .producthot .w-1640 .product-category-section {
    width: 100%;
    padding: 0.5rem 0;
    overflow: hidden;
  }
  .producthot .w-1640 .product-category-section .category-tabs {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 0.5rem;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab {
    width: 2.2rem;
    height: 1rem;
    border: 0.01rem solid #333;
    border-radius: 0.1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #333;
    text-decoration: none;
    transition: all 0.35s ease;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab .tab-icon {
    width: 0.43rem;
    height: 0.43rem;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab .tab-icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    filter: grayscale(1) brightness(1.2);
    opacity: 1;
    transition: filter 0.35s ease, opacity 0.35s ease;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab .tab-title {
    font-size: 0.2rem;
    line-height: 1;
    transition: color 0.35s ease;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab:hover {
    transform: translateY(-0.03rem);
    color: #eb6100;
    transition: all 0.35s ease;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab:hover .tab-icon img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(56%) saturate(1969%) hue-rotate(354deg) brightness(75%) contrast(168%);
    opacity: 1;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab:hover .tab-title {
    color: #eb6100;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active {
    background: #fff;
    border-color: #fff;
    color: #eb6100;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.04);
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active .tab-icon img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(56%) saturate(1969%) hue-rotate(354deg) brightness(75%) contrast(168%);
    opacity: 1;
  }
  .producthot .w-1640 .product-category-section .category-tabs .category-tab.is-active .tab-title {
    color: #eb6100;
  }
  .producthot .w-1640 .product-category-section .product-panels {
    width: 100%;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel {
    display: none;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap {
    position: relative;
    max-width: 16.4rem;
    margin: 0 auto;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper {
    overflow: hidden;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card .product-img {
    width: 3.9rem;
    height: 3.9rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card .product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card .product-name {
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide .product-card:hover .product-img img {
    transform: scale(1.06);
    transition: transform 0.45s ease;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide:nth-child(4n + 1) .product-card .product-name {
    background: #f7e8e4;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide:nth-child(4n + 2) .product-card .product-name {
    background: #daeae1;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide:nth-child(4n + 3) .product-card .product-name {
    background: #d8e0e3;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper .swiper-wrapper .swiper-slide:nth-child(4n + 4) .product-card .product-name {
    background: #f7e8bc;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper.is-static .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.25rem;
    transform: none !important;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-swiper.is-static .swiper-wrapper .swiper-slide {
    width: 3.9rem !important;
    margin-right: 0 !important;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 0.46rem;
    height: 0.46rem;
    margin-top: -0.23rem;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #333;
    cursor: pointer;
    box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-prev {
    left: -0.23rem;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-next {
    right: -0.23rem;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-arrow.is-hide {
    display: none;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-arrow:hover {
    background: #eb6100;
    color: #fff;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-prev::after {
    content: "‹";
    font-size: 0.28rem;
    line-height: 1;
    font-weight: 400;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel .product-swiper-wrap .product-next::after {
    content: "›";
    font-size: 0.28rem;
    line-height: 1;
    font-weight: 400;
  }
  .producthot .w-1640 .product-category-section .product-panels .product-panel.is-active {
    display: block;
  }
  /* footer波浪 */
  .wave-wrapfooter {
    background-color: #f9f4f1;
  }
}
