/** Shopify CDN: Minification failed

Line 76:3 Unexpected "*"

**/
@font-face {
  font-family: "Roboto";
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url('/cdn/shop/files/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KronaOne";
  src: url('/cdn/shop/files/KronaOne.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: "Montserrat";
  src: url('/cdn/shop/files/Montserrat-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url('/cdn/shop/files/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}
﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: auto !important;
    text-size-adjust: auto !important;
    -moz-text-size-adjust: auto !important;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

input,
img {
    border: none;
}

li {
    list-style: none;
}

#root {
    position: relative;
    width: 100%;
    min-height: 100vh;

    /* overflow-x: hidden; */
}

.sp-highlight {
    color: #FF9811;
}

.sp-uppercase {
    text-transform: uppercase;
}

.sp-relative {
    position: relative;
}

.sp-img {
    display: block;
    width: 100%;
}

.sp-flex-x {
    display: flex;
    align-items: center;
}

.flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-bg {}

.header-top {
    position: relative;
    z-index: 11;
    text-align: center;
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    width: 1920px;
    height: 25px;
    background: #1B1B1B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top .sp-star {
    width: 15px;
    height: 14px;
}

.header-top div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 30px;

}

.header-top .sp-header-icon {
    width: 14px;
    height: auto;
    margin-right: 10px;
}

.sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.sp-fixed {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    animation: stuckMoveDown 0.6s;
    z-index: 10;
}

.sp-fixed .sp_header-content {
    width: 1920px;
    background-color: #fff;
    top: 0px;
    left: 0px;
    border-radius: 0;
}

.sp-fixed .sp_header-content .sp-top-btn {
    border-radius: 0;
}

/* .sp-fixed .sp_header-content .sp-top-btn {
    right: 117px;
}

.sp-fixed .sp_header-content .sp-cart {
    right: 380px;
} */

.sp_header-wrap {
    position: relative;
}

.sp_header-content {
    position: fixed;
    top: 80px;
    left: 212px;
    width: 1400px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #010100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 4;
}

.sp_header-content-pc ul {
    display: flex;
    align-items: center;
    gap: 42px;
    font-family: Poppins-Medium;
    position: absolute;
    top: 23px;
    left: 263px;

}

.sp_header-content ul span {
    padding: 0 5px;
    height: 18px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 9px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    /* margin-left: -4px; */
    vertical-align: middle;
    transform: translateY(-5px);
}

.sp_header-content .sp-logo {
    position: absolute;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    left: 50px;
    top: 9px;
    line-height: 1;
}

.sp-cart {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    right: 255px;
}

.sp-cart .sp-icon {
    width: 100%;
}

.sp_header-content .sp-cart {
    top: 20px;
}

.sp-cart .sp-num {
    position: absolute;
    right: -14px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: #FF0000;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto-Medium;
    font-size: 19px;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
}

.sp-cart .sp-num.sp-gray {
    /* background-color: #858585; */
}

.sp-top-btn {
    width: 220px;
    height: 70px;
    background: linear-gradient(180deg, #FFDA82 0%, #FF950C 100%);
    font-family: Roboto;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 0 10px 10px 0;
    right: 0;
    position: absolute;
    top: 0;

}

.sp-part-top {
    /* margin-top: 264px; */
}

.sp-price-group {
    display: flex;
    align-items: baseline;
}

.sp-price-group .sp-price2 {
    text-decoration: line-through;
}

.btn-style {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sp-stroke {
    position: relative;
}

.sp-stroke::after {
    content: attr(data-title);
    -webkit-text-stroke: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.sp-stroke::before {
    content: attr(data-title);
    -webkit-text-stroke: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.sp-stroke-shadow {
    position: relative;
    z-index: 1;
}

.sp-stroke-shadow::before {
    content: attr(data-title);
    -webkit-text-stroke: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-shadow: -6px 8px 0px rgba(16, 16, 16, 0.39);
    z-index: -1;
}


.sp-btn-style1 {
    width: 650px;
    height: 86px;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    animation: skip 4s infinite;

    font-family: Poppins;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 42px;
    position: relative;
    background: url('/cdn/shop/files/20260212-sp-btn-bg-pc.png') no-repeat;
    padding-left: 150px;
    text-transform: uppercase;
}

.sp-btn-style1 span {
    margin: 0 10px;
    display: inline-block;
}

.sp-button-box {
    position: relative;
    width: 492px;
    height: 100px;
    background: #FD4C00;
    border-radius: 50px;
    box-sizing: border-box;
    padding-left: 55px;
    display: flex;
    align-items: center;
    animation: skip 4s infinite;
    font-size: 38px;
    color: #FFFFFF;
}

.sp-button-box .sp-arrow {
    position: absolute;
    top: -5px;
    right: -5px;
}

.sp-title-wrap {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}

.sp-title {
    font-size: 48px;
    color: #211B1D;
    line-height: 1;
}

.sp-sub-title {
    font-family: Roboto-Medium;
    font-size: 36px;
    color: #211B1D;
    line-height: 1;
}

.sp-part1 {
    width: 1920px;
    height: 960px;
    background: url('/cdn/shop/files/20260212-bg1-pc_18ba08e3-330f-4fb0-b73f-c965011e9e96.png?v=1771055574') no-repeat center;
    background-size: cover;
    position: relative;
}

/* 主标题 */
.sp-part1 .sp-main-title {
    position: absolute;
    top: 210px;
    left: 260px;
    font-family: KronaOne;
    font-weight: 400;
    font-size: 80px;
    color: #242424;
    line-height: 86px;
}




/* 副标题 */
.sp-part1 .sp-sub-text {
    position: absolute;
    top: 400px;
    left: 260px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #24242480;
    line-height: 1.2;
}

/* 功能图标 */
.sp-part1 .sp-features {
    position: absolute;
    top: 506px;
    left: 260px;
    display: flex;
    gap: 50px;
}

.sp-part1 .sp-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sp-part1 .sp-feature-icon {
    width: 88px;
    height: 88px;
    margin-bottom: 10px;
}

.sp-part1 .sp-feature-label {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #242424;
    line-height: 1.2;
}

/* 购买按钮 */
.sp-part1 .sp-btn-box {
    position: absolute;
    top: 716px;
    left: 260px;
}

.sp-part1 .sp-btn-box-pc .sp-btn-style1 {
    width: 520px;
    height: 86px;
    font-size: 42px;
    padding-left: 90px;
    background: url('/cdn/shop/files/20260212-sp-btn-bg-pc2.png') no-repeat;
    background-size: 100% 100%;
}


/* 底部客户数 */
.sp-part1 .sp-customers {
    position: absolute;
    top: 832px;
    left: 260px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sp-part1 .sp-avatars {
    width: 31px;
    height: 28px;
}

.sp-part1 .sp-customers span {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 21px;
    color: #242424;
}

.sp-part1 .sp-customers strong {
    color: #F7941D;
    font-family: Poppins-Medium;
}

.sp-orange {
    color: #F7941D;
}

.sp-part2 {
    width: 1920px;
    height: 865px;
    background: #FFFCF7;
    position: relative;
}

/* 标题 */
.sp-part2 .sp-title {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Poppins;
    font-weight: bold;
    font-size: 58px;
    color: #242424;
    line-height: 1;
}

/* 左侧 Others 卡片 */
.sp-part2 .sp2-others {
    position: absolute;
    top: 217px;
    left: 260px;
    width: 400px;
    height: 548px;
    background: linear-gradient(180deg, #EFEFEF 5%, #9F9F9F 100%);
    box-shadow: 0px 0px 24px 0px rgba(157, 146, 126, 0.21);
    border-radius: 20px;
}

.sp-part2 .sp2-other-img {
    width: 364px;
    height: 288px;
    object-fit: cover;
    position: absolute;
    top: 21px;
    left: 18px;

}

.sp-part2 .sp2-tag-others {
    position: absolute;
    top: 286px;
    left: 105px;
    width: 191px;
    height: 45px;
    background: #898989;
    border-radius: 23px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-part2 .sp2-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.sp-part2 .sp2-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-part2 .sp2-icon {
    width: 30px;
    height: auto;
}

.sp-part2 .sp2-item span {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #242424;
}

/* VS 图标 */
.sp-part2 .sp2-vs-img {
    position: absolute;
    top: 360px;
    left: 622px;
    width: 113px;
    height: auto;
    z-index: 4;
}

/* 中间 Ours 卡片 */
.sp-part2 .sp2-ours {
    position: absolute;
    top: 217px;
    left: 680px;
    width: 980px;
    height: 548px;
    background: linear-gradient(180deg, #FFF5E5 5%, #FFDF91 100%);
    box-shadow: 0px 0px 24px 0px rgba(157, 146, 126, 0.21);
    border-radius: 20px;

}

.sp-part2 .sp2-ours-img {
    width: 374px;
    height: 288px;
    object-fit: cover;
    position: absolute;
    top: 21px;
    left: 18px;
}

.sp-part2 .sp2-tag-ours {
    position: absolute;

    background: linear-gradient(180deg, #FFDA82 0%, #FF950C 100%);
    position: absolute;
    top: 286px;
    left: 105px;
    width: 191px;
    height: 45px;
    border-radius: 23px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* 右侧 GIF 视频 */
.sp-part2 .sp2-gif-box {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 548px;
    height: 506px;
    border-radius: 20px;
    overflow: hidden;
}

.sp-part2 .sp2-gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.sp-part3 {
    width: 1920px;
    height: 940px;
    background: url('/cdn/shop/files/20260212-bg3-pc.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
}



/* 180° Slide Lid 标签 */
.sp-part3 .sp3-slide-tag {
    position: absolute;
    left: 483px;
    bottom: 191px;
    width: 152px;
}


.sp-part3 .sp3-slide-text {
    display: block;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 36px;
    color: #242424;
    position: absolute;
    left: 480px;
    bottom: 140px;

}

/* 右侧内容区域 */
.sp-part3 .sp3-right {
    position: absolute;
    left: 993px;
    top: 95px;
    width: 850px;
}

.sp-part3 .sp3-title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 58px;
    color: #2B2B2B;
    line-height: 1.2;
    margin-bottom: 20px;
}


.sp-part3 .sp3-sub-text {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
}

/* 三个数据指标 */
.sp-part3 .sp3-stats {
    display: flex;
    gap: 60px;
    margin-bottom: 10px;
}

.sp-part3 .sp3-stat-item {
    text-align: left;
}

.sp-part3 .sp3-stat-num {
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    color: #FF9811;
}

.sp-part3 .sp3-stat-label {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 22px;
    color: #242424;
    margin-top: 8px;
}

/* 评价卡片 */
.sp-part3 .sp3-review-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('/cdn/shop/files/20260212-bg3-bg.png') no-repeat;
    width: 713px;
    height: 293px;
    margin-bottom: 0px;
    position: absolute;
    left: -20px;
}

.sp-part3 .sp3-review-left {
    flex: 1;
    padding-left: 50px;
}

.sp-part3 .sp3-review-title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 26px;
    color: #FF9811;
    margin-bottom: 10px;
}

.sp-part3 .sp3-review-text {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.8;
}

.sp-part3 .sp3-review-author {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.sp-part3 .sp3-review-badges {

    width: 339px;
    height: auto;
}





/* 购买按钮 */
.sp-part3 .sp-btn-box {
    display: inline-block;
    position: absolute;
    bottom: 95px;
    left: 993px;
}

.sp-part3 .sp-btn-box-pc .sp-btn-style1 {
    width: 600px;
    height: 86px;
    /* background: url('/cdn/shop/files/20260212-sp-btn-bg-pc3.png') no-repeat; */
    background-size: contain;
}




.sp3-feature-label {
    font-family: Roboto-Regular;
    font-weight: 400;
}

.sp-part4 {
    width: 1920px;
    height: 840px;
    background: #FFFCF7;

}

/* 左侧文字区域 */
.sp-part4 .sp4-left {
    position: absolute;
    left: 260px;
    top: 100px;
}

.sp-part4 .sp4-title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 58px;
    color: #242424;
    line-height: 1.2;
    margin-bottom: 22px;
}

.sp-part4 .sp4-sub-text {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 26px;
    color: #24242490;
    margin-bottom: 10px;
}

/* 三个分区说明 */
.sp-part4 .sp4-sections {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sp-part4 .sp4-section-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 541px;
    height: 140px;
    background: linear-gradient(267deg, #FFBD67 0%, #FF9811 100%);
    border-radius: 10px;
    padding-left: 20px;
}

.sp-part4 .sp4-slide-tag {
    position: absolute;
    left: 307px;
    bottom: 128px;
    width: 161px;
}


.sp-part4 .sp4-slide-text {
    font-size: 30px;
    left: 278px;
    bottom: 88px;
    position: absolute;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 30px;
    color: #242424;
}

.sp-part4 .sp4-section-num {
    font-family: Poppins;
    font-weight: 600;
    font-size: 80px;
    color: #FF9912;
    font-style: italic;
    line-height: 1;
    width: 106px;
    height: 98px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 12px;
    /* 补偿斜体视觉偏移 */
}

.sp-part4 .sp4-section-content {
    flex: 1;
}

.sp-part4 .sp4-section-title {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.sp-part4 .sp4-section-desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
}

/* 右侧产品图 */
.sp-part4 .sp4-right {
    position: absolute;
    right: 260px;
    top: 100px;
}

.sp-part4 .sp4-product-img {
    width: 749px;
    height: auto;
}

/* Part5 - Sanitization */
.sp-part5 {
    width: 1920px;
    height: 821px;
    background: url('/cdn/shop/files/20260212-bg5-pc.png') no-repeat center;
    background-size: 100% 100%;
}

/* 标题 */
.sp-part5 .sp-title {
    position: absolute;
    top: 100px;
    right: 260px;
    text-align: center;
    font-family: Poppins;
    font-weight: bold;
    font-size: 52px;
    color: #242424;
    line-height: 1;
}



/* 副标题 */
.sp-part5 .sp-sub-text {
    position: absolute;
    top: 180px;
    right: 260px;
    width: 943px;
    text-align: center;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 26px;
    color: #242424;
    line-height: 1.2;
}

/* 大图 */
.sp5-main-img {
    position: absolute;
    top: 270px;
    right: 260px;
    width: 953px;
    height: auto;
}

/* 购买按钮 */
.sp-part5 .sp-btn-box {
    position: absolute;
    top: 1105px;
    left: 700px;
}

.sp-part5 .sp-btn-box .sp-btn-style1 {
    padding-left: 120px;
    width: 520px;
    height: 97px;
    font-size: 45px;
    background: url('/cdn/shop/files/20260212-sp-btn-bg-pc.png') no-repeat;
    background-size: 100% 100%;
}

/* Part7 轮播样式 */
.sp-part7 {
    position: relative;
    box-sizing: border-box;
    padding-top: 96px;
    height: 1108px;
    background: #FFFCF7;
}

.sp-part7 .sp-title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 58px;
    color: #242424;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

/* .sp-part7 .sp-highlight {
    color: #FF9811;
} */

.sp-part7 .sp-sub-text {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 26px;
    color: #24242480;
    /* opacity: 0.8; */
    text-align: center;
}

.sp-part7 .sp-swiper2 {
    position: absolute;
    top: 281px;
    padding-bottom: 141px;
    width: 1816px;
    left: 52px;
}

.sp-part7 .sp-pagination {
    bottom: 120px !important;
    top: auto !important;
}

.sp-part7 .swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.sp-part7 .swiper-slide {
    position: relative;
    width: 830px;
    height: 590px;
    transition: all 0.3s;
    margin: 0;
    box-sizing: border-box;
    overflow: visible;
    z-index: 1;
}



.sp-part7 .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.sp-part7 .sp-swiper2 img {
    width: 830px;
    height: 590px;
}

.sp-part7 .sp-swiper2 .sp-text {
    position: absolute;
    bottom: 52px;
    left: 10px;
    width: 100%;
    text-align: center;
    text-align: center;
    color: #fff;
    z-index: 3;
}

.sp-part7 .sp-swiper2 .sp-text-title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
}

.sp-part7 .sp-swiper2 .sp-text-desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 23px;
}

/* .sp-part7 .swiper-slide-active .sp-text-title {
    font-size: 32px;
}

.sp-part7 .swiper-slide-active .sp-text-desc {
    font-size: 20px;
} */

.sp-part7 .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    background: #999999;
    border-radius: 4px;
    opacity: 1;
    /* margin: 0 -40px !important; */
}

.sp-part7 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    height: 8px;
    background: #FF9811 !important;
    ;
    border-radius: 4px;
    border-radius: 6px;
}

.sp-btn-box {
    display: flex;
    justify-content: center;
}

.sp-part7 .sp-btn-box {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}

/* sp-part8 override (20260212) */
.sp-part8 {
    height: 560px;
    background: #FFFCF7;
}




.sp-part8 .sp8-left {
    flex: 0 0 640px;
}

.sp-part8 .sp8-right {
    flex: 1;
    min-width: 0;
}

.sp-part8 .sp8-img {
    width: 600px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 320px;
}

.sp-part8 .sp8-title {
    position: absolute;
    top: 137px;
    left: 1089px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 58px;
}

.sp-part8 .sp8-specs {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 1089px;
    top: 240px;
    line-height: 50px;

}

.sp-part8 .sp8-spec-item {
    font-family: Poppins-Regular;
    font-size: 26px;
    color: #242424;
    opacity: 0.7;
}

.sp-part8 .sp8-spec-label {
    font-family: Poppins-SemiBold;
    font-weight: bold;
}


/* PC端隐藏促销区块 */
.sp-promo-section {
    display: none;
}

.sp_product_part {
    width: 100%;
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;
    padding: 0px 260px 100px;
}

.sp_product_content {
    display: flex;
    gap: 40px;
    box-sizing: border-box;
}

.sp-color {
    color: #FD4C00;
}

.sp_product_part .sp-title {
    width: 1161px;
    text-align: center;
    margin: 0 auto 20px;
    font-family: HelveticaNeueLTStd-HvEx;
    font-weight: normal;
    font-size: 50px;
    color: #061244;
    line-height: 60px;
}

.sp-scroll-top .sp-product-top {

    padding: 0;
    width: 100%;
    height: 293px;
    margin-bottom: 84px;
    padding-top: 70px;
    box-sizing: border-box;
    position: relative;
    background: url('/cdn/shop/files/20260212-product-top.png') no-repeat;
}

.sp-scroll-top .sp-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 500;
    font-size: 20px;
    color: #1B1B1B;
    font-family: Poppins-Medium;
}

.sp-scroll-top .sp-info br,
.sp-scroll-top .sp-info2 br {
    display: block;
}

.sp-scroll-top .sp-info2 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 50px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
}


.sp-scroll-top .sp-emoji {
    position: absolute;
    animation: skip 4s infinite;

    width: 75px;
    top: 51px;
}

.sp-scroll-top .sp-emoji1 {
    left: 471px;
}

.sp-scroll-top .sp-emoji2 {
    right: 471px;
}


.sp-scroll-top .sp-info3 span {
    font-size: 78px;
}

.sp-scroll-top .sp-info4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 40px;
}

.sp-scroll-top .sp-info4-item {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: Roboto-Regular;
    font-size: 24px;
    color: #FFFFFF;
}


.sp_product_part .sp-img-wrap {


    padding: 15px 10px 0;
    user-select: none;
    box-sizing: border-box;
    width: 731px;
    height: 516px;
    background: #ee6500;
    border-radius: 30px;
}

.sp_product_part .sp-img-wrap .swiper-box {
    width: 710px;
    height: 398px;
    background: #FFFFFF;
    border-radius: 20px;
}

.sp_product_part .sp-img-wrap .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;

}

.sp_product_part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    display: block;
    width: auto;
    height: 360px;
    margin-top: 20px;
}

.sp_product_part .sp-img-wrap .sp-img-p2 {
    width: auto;
    height: 300px;
    margin-top: 40px !important;
}

.sp_product_part .sp_product_inner {
    width: 606px;
}


.sp_product_part .sp-row1 {
    width: 440px;
    position: absolute;
    bottom: 28px;
    left: 90px;
    font-family: Poppins-Medium;
    text-align: left;
    line-height: 1.2;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 16px;
}

.sp_product_part .sp-round {
    position: absolute;
    bottom: 56px;
    left: 84px;
    width: 344px;
    height: 20px;
}

/* .sp_product_part .sp-round1 {
    position: absolute;
    bottom: 56px;
    left: 84px;
    width: 64px;
    height: 29px;
    animation: sp-round-pc 2s infinite;
    background: linear-gradient(-90deg, #FF9F22 0%, rgba(255, 159, 34, 0) 100%);
    width: 272px;
    height: 13px;
    background: #FFE400;
    border-radius: 7px;
} */

.sp_product_part .sp-row1 .sp-span {
    font-family: "Roboto";
}

@keyframes sp-round-pc {
    0% {
        width: 64px;
    }

    100% {
        width: 364px;
    }
}

.sp_product_part .sp-row1 p {
    font-family: "Roboto-Regular";
    font-size: 22px;
    font-style: normal;
    text-transform: none;
}

.sp_product_part .gift-icon {
    width: 44px;
    height: auto;
    position: absolute;
    bottom: 26px;
    left: 22px;
    animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-clock-icon {
    width: 19px;
    /* position: absolute;
    top: 5px;
    left: 490px; */
    animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-clock-s {
    position: absolute;
    right: 45px;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    line-height: 1;
    box-sizing: border-box;
}

.sp_product_part .sp-clock-s .clock-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp_product_part .sp-clock-s .clock-label {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 7px;
    font-family: Roboto-Regular;
}

.sp_product_part .sp-clock-s .square {
    width: 49px;
    height: 47px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 25px;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins";
    flex-shrink: 0;
    box-sizing: border-box;
}

.sp_product_part .sp-clock-s .dots {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    margin: 0 5px;
}

.sp_product_part .sp-clock-s .dot {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
}

.sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
    /* margin-top: 20px; */
}

.sp_product_part .option-title {
    width: 505px;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #A0A0A0;
    line-height: 1;
    margin: 20px 0px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sp_product_part .sp-opt-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    position: relative;
}

.sp_product_part .sp-opt-group .sp-hot {
    width: 22px;
    height: auto;
    margin-right: 10px;
}

.sp_product_part .sp-option {
    position: relative;
    width: auto;
    min-width: 122px;
    height: 48px;
    background: #ECECEC;
    border-radius: 5px;
    border: 2px solid #C9C9C9;
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #5D5D5D;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
    user-select: none;
    padding: 0 35px;
    font-weight: normal;
    font-family: Poppins-Regular;
}

.sp_product_part .sp-option.active {
    background: #FD771B;
    color: #ffffff;
    border: 2px solid #FD771B;
}

.sp_product_part .sp-option .sp-span {
    font-family: "Roboto-Regular";
    margin-left: 5px;
}

.sp_product_part .sp-color .sp-option .sp-icon {
    position: static;
}

.sp_product_part .sp-option .sp-icon {
    width: 22px;
    margin-right: 10px;
}

/* .sp_product_part .sp-color .sp-option {

    padding: 27px 30px;
    border-radius: 8px;
    background: #fff;
    width: 183px;
    height: 183px;
    background: #FFFFFF;
    border-radius: 10px;
}

.sp_product_part .sp-color .sp-option.active {
    border: 3px solid #FD771B;

    background: #fff;
} */

.sp_product_part .sp-color .sp-option .sp-color-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.sp_product_part .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 35px;
    font-family: Poppins;
    padding-bottom: 19px;
    border-bottom: 2px solid #000000;
}

.sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 30px;
    align-items: baseline;
    margin-bottom: 0px;
}

.sp_product_part .sp-price1 {
    font-family: Poppins;
    font-size: 50px;
    color: #F00000;
}

.sp_product_part .sp-price2 {
    font-family: "Poppins-Regular";
    font-size: 26px;
    color: #9D9D9D;
    margin-left: 32px;
}

.sp_product_part .sp-row {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

.sp_product_part .sp-clock {
    height: 186px;
    animation: shakeCart 3s infinite ease-in-out;
    position: absolute;
    z-index: -1;
    top: -25px;
    right: 79px;
}

.sp_product_part .sp-row img {
    position: relative;
    z-index: 1;
    width: 28px;
    animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-row .sp-p {
    width: 145px;
    height: 30px;
    background: #FD771B;
    border-radius: 10px;


    font-family: Poppins;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    margin-left: -20px;
    padding-left: 10px;
    box-sizing: border-box;
    transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-top: 64px;
}

.sp_product_part .addCart {
    font-family: Roboto;
    font-weight: bold;
    border-radius: 10px;
    width: 308px;
    height: 59px;
    background: #FFF3E0;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 26px;
    color: #312A2A;
    gap: 14px;
    text-transform: uppercase;
}

.sp_product_part .addCart img {
    width: 24px;
}

.sp_product_part .sp-btn-style {
    width: 594px;
    height: 91px;
    background: #E00000;
    border-radius: 10px;
    cursor: pointer;
    margin: 22px auto 22px 0;
    font-size: 43px;
    font-family: "Poppins";
    color: #fff;
    animation: skip 4s infinite;
    text-align: center;
}

.sp_product_part .sp-title-s {
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    color: #0B0B0B;
    line-height: 45px;
}

.sp-tip5 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: #141414;
    font-family: "Poppins-Medium";
}

.sp-tip5 img {
    width: 58px;
}

.sp-tip5 .sp-span {
    color: #cf2f29;
}

@keyframes skip {

    0%,
    10%,
    16%,
    27%,
    100% {
        transform: scale(1);
    }

    5%,
    13%,
    21% {
        transform: scale(0.9);
    }
}

@keyframes skip2 {

    0%,
    10%,
    16%,
    27%,
    100% {
        transform: scale(1);
    }

    5%,
    13%,
    21% {
        transform: scale(1.2);
    }
}

.addGroup {

    width: 264px;
    height: 60px;
    border-radius: 10px;
    border: 2px solid #828282;
    padding: 0px 25px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #eeeeee; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    padding: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

.addGroup input {
    outline: 0;
    border: none;
    text-align: center;
    box-sizing: border-box;
    width: 130px;
    height: 100%;
    color: #232326;
    background: transparent;
    /* vertical-align: middle; */
    padding: 0;
    font-family: "Roboto-Medium";
    font-size: 23px;
    color: #000000;
    /* border-left: 2px solid #646464;
  border-right: 2px solid #646464; */
    line-height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.cart-btn .on {
    animation: scaleAni 1s ease-in-out forwards;
}

.sp_header-content .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
    animation: shakeCart 3s infinite ease-in-out;
}

@keyframes shakeCart {

    0%,
    16% {
        transform: scale(1) rotate(0);
    }

    2% {
        transform: scale(1.2) rotate(0);
    }

    4%,
    8%,
    12% {
        transform: scale(1.2) rotate(-10deg);
    }

    6%,
    10%,
    14% {
        transform: scale(1.2) rotate(10deg);
    }
}

@keyframes scaleAni {
    from {
        transform: scale(1) rotate(0);
    }

    10% {
        transform: scale(1.2) rotate(0);
    }

    15% {
        transform: scale(1.2) rotate(-10deg);
    }

    20% {
        transform: scale(1.2) rotate(10deg);
    }

    25% {
        transform: scale(1.2) rotate(-10deg);
    }

    30% {
        transform: scale(1.2) rotate(10deg);
    }

    35% {
        transform: scale(1.2) rotate(-10deg);
    }

    40% {
        transform: scale(1.2) rotate(10deg);
    }

    45% {
        transform: scale(1.2) rotate(0);
    }

    50% {
        transform: scale(1) rotate(0);
    }

    to {
        transform: scale(1) rotate(0);
    }
}

@keyframes cuteFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-15px) rotate(-5deg);
    }

    50% {
        transform: translateY(-25px) rotate(0deg);
    }

    75% {
        transform: translateY(-15px) rotate(5deg);
    }
}

@keyframes rgbFlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.sp-footer-img {
    width: 100%;
    display: block;
    margin: 25px auto 20px;
}

.sp-footer-img2 {
    width: 475px;
    display: block;
}

.sp-footer-box1 {
    width: 100%;
    background: #daf1ff;
    border-radius: 10px;
    padding: 20px 40px 30px;
    box-sizing: border-box;
}

.sp-footer-box1 .sp-p {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Poppins-SemiBold";
    font-size: 20px;
    color: #282828;
    margin-bottom: 20px;
}

.sp-footer-box1 .sp-icon {
    width: 25px;
}

.sp-footer-box2 {
    width: 100%;
    background: #fffdf0;
    border-radius: 10px;
    padding: 16px 41px;
    box-sizing: border-box;
    margin-top: 20px;
}

.sp-footer-box2 .sp-icon {
    width: 29px;
}

.sp-footer-box2 .sp-p {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Roboto";
    font-size: 20px;
    color: #282828;
    margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {

    font-family: "Poppins-Regular";
    font-size: 17px;
    color: #666666;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: 400;
}

.sp-footer-box2 span {

    font-family: "Poppins";
}

.sp-circles {
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "AkzidenzGroteskBQ-Bold";
    font-size: 28px;
    color: #fffefe;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    flex-shrink: 0;
}

.sp-circles p {
    font-size: 57px;
}

.sp-circle1 {
    width: 51px;
    height: 45px;
    background-image: url('/cdn/shop/files/20260212-icon1.png');
}

.sp-circle2 {
    width: 49px;
    height: 49px;
    background-image: url('/cdn/shop/files/20260212-icon2.png');
}

.sp-circle3 {
    width: 48px;
    height: 42px;
    background-image: url('/cdn/shop/files/20260212-icon3.png');
}

.sp-circle4 {
    width: 49px;
    height: 49px;
    background-image: url('/cdn/shop/files/20260212-icon4.png');
}

.sp-circle-part {
    margin: 0 auto;
    width: 1920px;
    height: 201px;
    /* padding: 52px 0px; */
    background: url('/cdn/shop/files/20260212-bg9-pc.png') no-repeat !important;
    background-size: 100% 100% !important;
    padding: 0 348px;
}

/* .sp-circle-part .sp-title {
  font-family: "Poppins";
  margin-bottom: 70px;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
} */
.sp-circle-part .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* gap: 120px; */
    align-items: center;
    height: 100%;
}

.sp-circle-part .sp-item {

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.sp-circle-part .sp-item .sp-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.sp-circle-part .sp-item .sp-p1 {
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.2;
    /* margin-bottom: 8px; */
}

.sp-circle-part .sp-item .sp-p2 {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #FD9A00;
    line-height: 1.2;
}

/* =========================================
   保障�?样式 - PC端优�?(基准宽度 1920px)
   ========================================= */

.sp-promise-section2 {
    width: 1920px;
    height: 535px;
    background: url('/cdn/shop/files/20260212-sp-promise-pc.png') no-repeat;
    padding: 100px 260px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    font-family: "Roboto";
    background-size: 100% 100%;

}

/* PC端标题显�?*/
.sp-bz3-section-title {
    display: block;
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: nowrap;
    font-weight: bold;
    line-height: 1;
}

.sp-bz3-section-title br {
    display: none;
}

/* 卡片容器：PC端横向排�?*/
.sp-bz3-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

/* 单个卡片样式 - PC端纵向排�?*/
.sp-bz3-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 124px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    width: 445px;
    height: 250px;
    box-sizing: border-box;
}

/* 图标区域 - PC�?*/
.sp-bz3-card-icon {
    width: 73px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 33px;
    flex-shrink: 0;
}

.sp-bz3-icon-img {
    width: 73px;
    height: 73px;

    object-fit: contain;
}

/* 文本内容区域 - PC�?*/
.sp-bz3-card-content h3 {
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 20px;
    color: #1E1E20;
    line-height: 28px;
}

.sp-bz3-card-content h3 br {
    display: none;
}

.sp-bz3-card-content p {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    opacity: 0.7;
}

.sp-q-part {
    padding: 60px 260px 50px;
}

.sp-q-part .sp-btn-style1 {
    margin: 50px auto 0;
}

.sp-q-part .sp-title {
    font-size: 50px;
    color: #2D2D2D;
    line-height: 1.05;
    margin-bottom: 40px;
    text-align: center;

}

.sp-q-part .gradually .sp-title span i {
    font-style: initial;
}

.sp-q-part .sp-title .sp-span {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 25px;
    color: #42B0FD;
    margin: 0;

}

.sp-q-part .sp-box .sp-item {
    /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
    margin-bottom: 10px;
}

.sp-q-part .q-row {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;

    font-family: "Poppins-SemiBold";
    font-size: 25px;
    color: #282828;
    line-height: 1.2;
    cursor: pointer;
    padding-left: 30px;
    user-select: none;
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    padding-right: 160px;
}

.sp-q-part .q-row .sp-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.sp-q-part .q-row .sp-icon::after {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "Poppins-Medium";
    font-size: 35px;
    color: #696969;
}

.sp-q-part .sp-text {
    width: 1400px;
    height: 110px;
    background: #E7F5FF;
    /* border-radius: 20px; */
    border-radius: 0px 0px 20px 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    font-family: "Poppins-Regular";
    font-size: 22px;
    font-weight: 400;
    font-size: 24px;
    color: #242323;
    line-height: 35px;
    display: none;
    padding-bottom: 25px;
    padding-top: 25px;
    box-sizing: border-box;
    transition: all 0.3s;
    opacity: 0;
}

.sp-q-part .sp-show .q-row {
    color: #ffffff;
    background: #42B0FD;
    border-radius: 20px 20px 0px 0px;
}

.sp-q-part .sp-show .sp-icon {}

.sp-q-part .sp-show .sp-icon::after {
    content: "-";
    color: #ffffff;
}

.sp-q-part .sp-show .sp-text {
    display: block;
    opacity: 1;
}

.sp-pop {
    width: 1080px;
    /* display: flex;
  flex-direction: column;
  align-items: center; */
    border-radius: 80px 80px 0px 0px;
    background-color: #fff;
    overflow-y: auto;
    padding: 60px 0px 0px;
    box-sizing: border-box;
    max-height: 90%;
    position: absolute;
    bottom: 0;
    animation: sp-fade-in 1.5s;
    display: none;
}

/* 渐入动画初始状�?*/
.sp-ani,
.sp-ani2,
.sp-ani-fast {
    opacity: 0;
}

@keyframes sp-fade-in {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.sp-pop::-webkit-scrollbar {
    width: 0;
}

.sp-pop .product-part {
    padding-top: 40px;
}

.sp-pop .sp-pop-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Roboto-Regular";
    font-size: 65px;
    color: #ff0000;
    line-height: 66px;
    padding: 0 30px 20px;
    box-sizing: border-box;
    font-style: italic;
}

.sp_pc {
    display: block;
}

.sp_mobile {
    display: none;
}

@media only screen and (max-width: 1080px) {
    #root {
        width: 100%;
        min-height: 100vh;
        background: url('/cdn/shop/files/20260212-bg.png') no-repeat;
        background-size: cover;
        overflow-x: hidden;
    }

    .header-top {
        position: fixed;
        top: 0;
        left: 0;
        height: 60px;
        font-size: 28px;
        width: 1080px;
        z-index: 100;
    }

    .header-top .sp-star {
        width: 25px;
        height: 24px;
    }

    .header-top .sp-header-icon {
        width: 34px;
        height: auto;
        margin-right: 20px;
    }

    .sp_pc {
        display: none;
    }

    .sp_mobile {
        display: block;
        padding-top: 60px;
    }

    .sp_header {
        /* padding: 5px; */
    }

    .sp_header-content {
        position: initial;
        width: 1080px;
        height: 120px;
        padding: 0 50px;
        margin: 0 auto;
        justify-content: space-between;
        top: 25px;
    }

    .sp_header-content .sp-logo {
        font-weight: 500;
        font-size: 74px;
        left: 218px;
        position: unset;
        transform: unset;
        position: absolute;
        top: 72px;
    }

    .sp-top-btn {
        width: 265px;
        height: 75px;
        border-radius: 38px;
        font-size: 35px;

        margin: 0;
        margin-left: 24px;
        position: absolute;
        top: 80px;
        right: 41px;
        animation: skip 4s infinite;
    }

    .sp_header-content .sp-cart {
        width: 62px;
        position: absolute;
        top: 100px;
        right: 350px;
    }

    .sp_header-content .sp-cart .sp-icon {
        width: 55px;
    }



    .sp-cart .sp-num {
        width: 35px;
        height: 35px;
        border: none;
        font-size: 22px;
    }

    .sp-menu-btn {
        width: 52px;
        cursor: pointer;
        margin-right: 50px;
    }



    .sp-btn-style1 {
        width: 900px;
        height: 134px;
        display: flex;
        align-items: center;
        font-size: 70px;
        position: relative;
        background: url('/cdn/shop/files/20260212-sp-btn-bg.png') no-repeat;
        background-size: 100% 100%;
        padding-left: 180px;
    }

    .sp-btn-style1 span {
        margin: 0 15px;
    }

    .sp-part1 {
        width: 1080px;
        height: 2000px;
        background: url('/cdn/shop/files/20260212-bg1_2067240e-e507-4068-bc7c-d5041318ee82.png?v=1771055573') no-repeat center top;
        background-size: 100% auto;
        position: relative;
    }

    /* 主标题 - 移动端 */
    .sp-part1 .sp-main-title {
        top: 1027px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 100px;
        line-height: 1.1;
    }



    /* 副标题 - 移动端 */
    .sp-part1 .sp-sub-text {
        top: 1269px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 33px;
    }

    /* 功能图标 - 移动端隐藏 */
    .sp-part1 .sp-features {
        display: none;
    }

    /* 购买按钮 - 移动端 */
    .sp-part1 .sp-btn-box {
        position: absolute;
        top: auto;
        bottom: 194px;
        left: 90px;
        right: 90px;
    }


    /* 底部客户数 - 移动端 */
    .sp-part1 .sp-customers {
        position: absolute;
        bottom: 120px;
        top: auto;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sp-part1 .sp-avatars {
        width: 55px;
        height: 55px;
    }

    .sp-part1 .sp-customers span {
        font-size: 28px;
        color: #555;
    }

    .sp-part1 .sp-customers strong {
        color: #F7941D;
    }

    /* 底部特性图标 - 移动端静态横排 */
    .sp-part1 .sp-bottom-features {
        position: absolute;
        bottom: 377px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 145px;
    }

    .sp-part1 .sp-bottom-features .sp-bottom-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sp-part1 .sp-bottom-features .sp-bottom-icon {
        width: 123px;
        height: 123px;
        margin-bottom: 15px;
    }

    .sp-part1 .sp-bottom-features .sp-bottom-text {
        font-family: Poppins-Medium;
        font-weight: 500;
        font-size: 33px;
        color: #242424;
        line-height: 1.2;
    }

    .sp-title {
        font-size: 55px;
    }

    .sp-sub-title {
        font-size: 38px;
    }

    .sp-part2 {
        width: 1080px;
        height: 1552px;
    }

    /* ===== Part2 移动端 ===== */
    .sp-part2 {

        width: 1080px;
        height: 1967px;
    }

    /* 标题 - 移动端 */
    .sp-part2 .sp-title {
        top: 120px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 70px;
    }

    /* GIF 视频 - 移动端 */
    .sp-part2 .sp2-gif-box {
        position: absolute;
        top: 246px;
        left: 51px;
        width: 977px;
        height: 904px;
        border-radius: 30px;
        background: transparent;
    }

    /* .sp-part2 .sp2-gif {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.1);
    } */

    /* 左侧 Others 卡片 - 移动端 */
    .sp-part2 .sp2-others {
        position: absolute;
        top: 1200px;
        left: 51px;
        width: 471px;
        height: 646px;
        background: linear-gradient(180deg, #EFEFEF 5%, #9F9F9F 100%);
        box-shadow: 0px 0px 24px 0px rgba(157, 146, 126, 0.21);
        border-radius: 30px;
    }

    .sp-part2 .sp2-other-img {
        width: 429px;
        height: 339px;
    }

    .sp-part2 .sp2-tag-others {
        position: absolute;
        left: 123px;
        top: 337px;
        font-size: 42px;
        width: 225px;
        height: 63px;
        border-radius: 27px;
    }

    .sp-part2 .sp2-list {
        gap: 28px;
        bottom: 37px;
        left: 25px;
    }

    .sp-part2 .sp2-icon {
        width: 35px;
        height: auto;
    }

    .sp-part2 .sp2-item span {
        font-size:
            24px;
    }

    /* VS 图标 - 移动端 */
    .sp-part2 .sp2-vs-img {
        position: absolute;
        top: 1368px;
        left: 477px;
        width: 133px;
        z-index: 10;
    }

    /* Ours 卡片 - 移动端 */
    .sp-part2 .sp2-ours {
        position: absolute;
        top: 1200px;
        right: 51px;
        width: 471px;
        height: 646px;
        padding: 20px;
        left: auto;
        border-radius: 20px;
    }

    .sp-part2 .sp2-ours-img {
        width: 429px;
        height: 339px;
    }

    .sp-part2 .sp2-tag-ours {
        position: absolute;
        left: 123px;
        top: 337px;
        font-size: 42px;
        width: 225px;
        height: 63px;
        border-radius: 27px;
    }

    /* ===== Part3 移动端 ===== */
    .sp-part3 {
        width: 1080px;
        height: 2374px;
        background: url('/cdn/shop/files/20260212-bg3.png') no-repeat center top;
        background-size: 100% auto;
    }

    .sp-part3 .sp3-right {
        top: 115px;
        left: 0;
        width: 100%;
        padding: 0;
    }

    .sp-part3 .sp3-title {
        font-size: 70px;
        text-align: center;
    }

    .sp-part3 .sp3-sub-text {
        font-size: 33px;
        line-height: 40px;
        text-align: center;
    }

    .sp-part3 .sp3-stat-item {
        text-align: center;
    }

    .sp-part3 .sp3-stats {
        justify-content: center;
        gap: 90px;
    }

    .sp-part3 .sp3-stat-num {
        font-size: 70px;
    }

    .sp-part3 .sp3-stat-label {
        font-size: 30px;
    }


    .sp-part3 .sp3-slide-tag {
        position: absolute;
        left: 452px;
        bottom: 933px;
        width: 222px;
    }


    .sp-part3 .sp3-slide-text {
        font-size: 54px;
        left: 458px;
        bottom: 871px;
        line-height: 1;
    }

    .sp-part3 .sp3-review-card {
        top: 1660px;
        left: 17px;
        bottom: auto;
        padding: 35px 30px;
        background: url('/cdn/shop/files/20260212-bg3-bg-m.png') no-repeat;
        width: 1046px;
        height: 417px;
        margin-bottom: 20px;
    }

    .sp-part3 .sp3-review-title {
        font-size: 40px;
    }

    .sp-part3 .sp3-review-text {
        font-size: 30px;
        line-height: 45px;
    }

    .sp-part3 .sp3-review-author {
        font-size: 30px;
        margin-bottom: 45px;
        line-height: 45px;
    }

    .sp-part3 .sp3-review-badges {

        width: 510px;
        height: auto;
    }



    .sp-part3 .sp-btn-box {
        top: 2120px;
        left: 90px;
        bottom: auto;
    }

    /* .sp-part3 .sp-btn-box .sp-btn-style1 {
        width: 100%;
        height: 130px;
        font-size: 58px;
        border-radius: 65px;
    } */


    .sp-part4 {
        width: 1080px;
        height: 2314px;
        padding: 120px 53px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sp-part4 .sp4-title {
        font-size: 70px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 20px;
    }



    .sp-part4 .sp4-sub-text {
        font-size: 33px;
        text-align: center;
        margin-bottom: 40px;
    }

    .sp-part4 .sp4-product-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .sp-part4 .sp4-product-img {
        width: 974px;
        height: auto;
    }

    .sp-part4 .sp4-sections {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .sp-part4 .sp4-section-item {
        display: flex;
        align-items: center;
        gap: 25px;
        width: 976px;
        height: 253px;
    }

    .sp-part4 .sp4-slide-tag {
        left: 400px;
        bottom: 168px;
        width: 206px;
    }


    .sp-part4 .sp4-slide-text {
        font-size: 39px;
        left: 362px;
        bottom: 115px;
    }

    .sp-part4 .sp4-section-num {
        font-size: 120px;
        line-height: 1;
        text-align: center;
        width: 192px;
        border-radius: 20px;
        height: 176px;
        padding-top: 10px;
    }

    .sp-part4 .sp4-section-content {
        flex: 1;
    }

    .sp-part4 .sp4-section-title {
        font-size: 60px;
        margin-bottom: 8px;
    }

    .sp-part4 .sp4-section-desc {
        font-size: 40px;
        line-height: 1.1;
    }

    /* Part5 - Sanitization 移动端 */
    .sp-part5 {
        width: 1080px;
        height: 2626px;
        background: url('/cdn/shop/files/20260212-bg5-m.png') no-repeat center;
        background-size: 100% 100%;
    }

    /* 标题 - 移动端 */
    .sp-part5 .sp-title {
        top: 113px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 70px;
        line-height: 1.2;
    }



    /* 副标题 - 移动端 */
    .sp-part5 .sp-sub-text {
        top: 300px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 33px;
        line-height: 1.3;
    }

    /* 大图 - 移动端 */
    .sp-part5 .sp5-main-img {
        position: absolute;
        top: 1400px;
        left: 54px;
        width: 972px;
        height: auto;
    }









    /* Part7 轮播样式 - 移动�?*/
    .sp-part7 {
        width: 1080px;
        height: 1342px;
        box-sizing: border-box;
        padding-top: 0;

    }

    .sp-part7 .sp-title {
        font-size: 66px;
        text-align: center;
        top: 110px;
        margin-bottom: 0;
        line-height: 65px;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .sp-part7 .sp-sub-text {
        position: absolute;
        top: 216px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 33px;
        margin-bottom: 0;
    }


    .sp-part7 .sp-swiper2 {
        position: absolute;
        top: 317px;
        width: 100%;
        height: auto;
        left: 0px;
        padding: 0 60px;
        box-sizing: border-box;
        overflow: visible;
    }

    .sp-part7 .sp-pagination {
        bottom: -20px !important;
    }

    .sp-part7 .swiper-slide {
        position: relative;
        width: auto;
        height: 722px;
        transition: all 0.3s;
        box-sizing: border-box;
        overflow: hidden;
    }

    .sp-part7 .swiper-slide-active {
        transform: scaleY(1);
        opacity: 1;
    }

    .sp-part7 .sp-swiper2 img {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .sp-part7 .sp-swiper2 .sp-text {
        position: absolute;
        bottom: 53px;
        width: 100%;
        text-align: center;
        text-align: center;
        color: #fff;
        z-index: 3;
    }

    .sp-part7 .sp-swiper2 .sp-text-title {
        margin-bottom: 13px;
        font-size: 40px;
        line-height: 1;
    }

    .sp-part7 .sp-swiper2 .sp-text-desc {
        font-size: 24px;
        line-height: 33px;
    }

    .sp-part7 .swiper-pagination-bullet {
        width: 36px;
        height: 12px;
        border-radius: 6px;
        opacity: 1;
        margin: 0 10px !important;
    }

    .sp-part7 .swiper-pagination-bullet-active {
        opacity: 1;
        width: 73px;
        height: 12px;
        border-radius: 6px;
    }

    .sp-part7 .sp-btn-box {
        bottom: 120px;
    }

    .sp-part8 {
        width: 1080px;
        height: auto;
        margin: 0 auto;
        padding: 120px 36px;
        box-sizing: border-box;
    }

    .sp-part8 .sp-part8-box {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
    }

    .sp-part8 .sp8-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .sp-part8 .sp8-title {
        width: 100%;
        text-align: center;
        font-size: 70px;
        margin-bottom: 40px;
        position: relative;
        left: auto;
        top: auto;
    }

    .sp-part8 .sp8-specs {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
        position: relative;
        left: 0;
        top: auto;
        line-height: 1;
        align-items: center;

    }

    .sp-part8 .sp8-spec-item {
        font-size: 33px;
        line-height: 1.4;
    }

    .sp-part8 .sp8-spec-label {
        font-family: Poppins-SemiBold;
        font-weight: bold;
        color: #1B1B1B;
        opacity: 1;
    }

    .sp-part8 .sp8-left {
        flex: 0 0 auto;
        width: 100%;
    }

    .sp-part8 .sp8-right {
        width: 100%;
    }

    .sp-part8 .sp8-img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        border: 3px solid #E8E8E8;
        position: relative;
        left: auto;
        top: auto;
    }


    .sp_product_part {
        padding: 0px 40px 100px;
    }

    .sp_product_content {
        flex-direction: column;
    }

    .sp-scroll-top .sp-info {
        font-size: 30px;
        margin-bottom: 45px;
        gap: 9px;
        text-align: center;
        line-height: 39px;
    }

    .sp-scroll-top .sp-info br,
    .sp-scroll-top .sp-info2 br {
        display: block;
    }

    .sp-scroll-top .sp-product-top {
        background: url('/cdn/shop/files/20260212-product-top-m.png') no-repeat;
        padding-top: 24px;
        height: 280px;
    }

    .sp-scroll-top .sp-info img {
        /* transform: translateY(-3px); */
        line-height: 50px;
    }

    .sp-scroll-top .sp-info2 {
        font-size: 50px;
        text-align: center;
        margin-bottom: 10px;
    }


    .sp-scroll-top .sp-emoji {
        position: absolute;
        top: 21px;
    }

    .sp-scroll-top .sp-emoji1 {
        left: 40px;
    }

    .sp-scroll-top .sp-emoji2 {
        right: 40px;
    }

    .sp_product_part .sp-img-wrap {
        width: 1010px;
        height: 713px;
        padding: 17px 15px 0;
    }

    .sp_product_part .sp-img-wrap .swiper-box {
        width: 981px;
        height: 550px;
    }



    .sp_product_part .sp-img-wrap .sp-img-p {
        height: 500px;
        margin-top: 20px;
    }

    .sp_product_part .sp-img-wrap .sp-img-p2 {

        width: auto;
        height: 367px;
        margin-top: 100px !important;
    }

    .sp_product_part .sp-round {
        position: absolute;
        bottom: 78px;
        left: 106px;
        width: 454px;
        height: 23px;
    }

    /* .sp_product_part .sp-round1 {
        position: absolute;
        bottom: 78px;
        left: 106px;
        width: 376px;
        height: 18px;
        animation: sp-round 2s infinite;

    } */


    @keyframes sp-round {
        0% {
            width: 64px;
        }

        100% {
            width: 520px;
        }
    }

    .sp_product_part .sp_product_inner {
        width: 100%;
    }

    .sp_product_part .sp-row1 {
        bottom: 36px;
        left: 106px;
        font-size: 24px;
        width: unset;
    }

    .sp_product_part .sp-row1 p {
        font-size: 30px;
    }

    .sp_product_part .gift-icon {
        width: 58px;
        height: auto;
        position: absolute;
        bottom: 37px;
        left: 23px;
        animation: shakeCart 3s infinite ease-in-out;
    }

    .sp_product_part .sp-clock-icon {
        width: 26px;

        top: 16px;
        left: 544px;
    }

    .sp_product_part .sp-clock-s {
        right: 22px;
        bottom: 25px;
    }

    .sp_product_part .sp-clock-s .clock-label {
        font-size: 17px;
        margin-top: 5px;
    }

    .sp_product_part .sp-clock-s .square {
        width: 67px;
        height: 65px;
        font-size: 35px;
    }

    .sp_product_part .sp-clock-s .dots {
        gap: 10px;
        margin: 0 10px;
    }

    .sp_product_part .sp-clock-s .dot {
        width: 6px;
        height: 6px;
    }

    .sp_product_part .sp-padding {
        box-sizing: border-box;
        padding: 0 0px;
    }

    .sp_product_part .option-title {
        width: auto;
        font-size: 32px;
        margin: 37px 0px 30px;
    }

    .sp_product_part .option-title .sp-span {
        font-family: "Roboto";
        color: #333333;
    }

    .sp_product_part .sp-opt-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .sp_product_part .sp-option {
        min-width: 200px;
        height: 75px;
        font-size: 32px;
        padding: 0 55px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* box-sizing: border-box; */
    }


    .sp_product_part .sp-opt-group .sp-hot {
        width: 33px;
        height: 47px;
        margin-right: 10px;
    }


    .sp_product_part .sp-option .sp-icon {
        width: 39px;
        margin-right: 16px;
    }




    .sp_product_part .title {
        font-size: 57px;
        text-align: left;
        padding-bottom: 50px;
        padding-top: 40px;
    }

    .sp_product_part .sp-price-group {
        line-height: 1.1;
        margin-top: 35px;
        align-items: center;
        margin-bottom: 30px;
        justify-content: flex-start;

    }

    .sp_product_part .sp-price1 {
        font-size: 80px;
    }

    .sp_product_part .sp-price2 {
        font-size: 46px;
    }

    .sp_product_part .sp-row {
        margin-left: 40px;
    }

    .sp_product_part .sp-clock {
        height: 186px;
        animation: shakeCart 3s infinite ease-in-out;
        position: absolute;
        z-index: -1;
        top: -25px;
        right: 79px;
    }

    .sp_product_part .sp-row img {
        width: 68px;
    }

    .sp_product_part .sp-row .sp-p {

        font-size: 51px;
        margin-left: -36px;
        padding-left: 16px;
        transform: translateY(5px);
        width: 272px;
        height: 56px;
        background: #FD771B;
        border-radius: 10px;
        line-height: 56px;
    }

    .sp_product_part .sp-quality-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 38px;
    }

    .sp_product_part .addCart {
        width: 489px;
        height: 93px;
        border-radius: 10px;
        font-size: 42px;
        gap: 19px;
    }

    .sp_product_part .addCart img {
        width: 42px;
    }

    .sp_product_part .sp-btn-style {
        width: 100%;
        width: 1000px;
        height: 146px;
        border-radius: 12px;
        margin: 40px auto 60px;
        font-size: 70px;
        margin-bottom: 20px;
    }

    .sp_product_part .sp-title-s {
        /* width: 845px; */
        font-size: 60px;
        color: #0B0B0B;
        line-height: 65px;
        text-align: center;
        margin: 0 auto;
    }

    .sp-tip5 {
        gap: 20px;
        font-size: 33px;
    }

    .sp-tip5 img {
        width: 103px;
    }

    .addGroup {
        width: 482px;
        height: 97px;
        border-radius: 10px;
        border: 2px solid #828282;
        padding: 0px 36px;
    }

    .addGroup .sp-reduce,
    .addGroup .sp-add {
        width: 32px;
    }

    .addGroup input {
        width: 230px;
        font-size: 42px;
    }

    .sp-footer-img {
        width: 937px;
        margin: 80px auto 53px;
        margin-top: 40px;
    }

    .sp-footer-img2 {
        width: 852px;
    }

    .sp-footer-box1 {
        width: 100%;
        padding: 35px 80px 55px;
        box-sizing: border-box;
    }

    .sp-footer-box1 .sp-p {
        gap: 12px;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .sp-footer-box1 .sp-p img {
        width: 45px;
    }

    .sp-footer-box2 {
        width: 100%;
        padding: 30px 70px;
        margin-top: 26px;
    }

    .sp-footer-box2 .sp-p {
        gap: 12px;
        font-size: 36px;
        margin-bottom: 26px;
    }

    .sp-footer-box2 .sp-p img {
        width: 50px;
    }

    .sp-footer-box2 .sp-li {
        font-size: 31px;
        margin-top: 16px;

    }



    .sp-footer-box2 .sp-li p {
        text-align: left;
    }

    .sp-circle-part {
        width: 1080px;
        height: auto;
        padding: 80px 100px;
        background: url('/cdn/shop/files/20260212-bg9.png') no-repeat !important;
        background-size: cover !important;
        box-sizing: border-box;
    }

    .sp-circle-part .sp-title {
        margin-bottom: 68px;
        display: none;
    }

    .sp-circle-part .sp-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 80px 0;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sp-circle-part .sp-content {
        padding: 0;
    }

    .sp-circle-part .sp-item {
        width: 50%;
        flex-direction: column;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .sp-circle-part .sp-item .sp-icon-wrap {
        width: 120px;
        height: 120px;
        transform: unset;
        position: unset;
        margin-bottom: 30px;
    }

    .sp-circle-part .sp-item .sp-p1 {
        font-family: "Roboto-Medium";
        font-size: 36px;
        color: #FFFFFF;
        margin-bottom: 12px;
        text-align: center;
        padding: 0;
    }

    .sp-circle-part .sp-item .sp-p2 {
        font-family: "Roboto-Regular";
        font-size: 30px;
        color: #FD9A00;
        text-align: center;
    }

    .sp-circle1 {
        width: 101px;
        height: 90px;
        background-image: url('/cdn/shop/files/20260212-icon1.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sp-circle2 {
        width: 95px;
        height: 97px;
        background-image: url('/cdn/shop/files/20260212-icon2.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sp-circle3 {
        width: 95px;
        height: 83px;
        background-image: url('/cdn/shop/files/20260212-icon3.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sp-circle4 {
        width: 97px;
        height: 97px;
        background-image: url('/cdn/shop/files/20260212-icon4.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* =========================================
       保障�? - 移动端适配 (基准宽度 1080px)
       ========================================= */
    .sp-promise-section2 {
        width: 100%;
        width: 1080px;
        height: 1313px;
        background: url('/cdn/shop/files/20260212-sp-promise.png') no-repeat;
        min-height: auto;
        position: relative;
        padding: 0;
        background-size: 100% 100%;
    }

    /* 移动端标题隐�?*/
    .sp-bz3-section-title {
        position: absolute;
        top: 115px;
        left: 0;

        text-align: center;
        font-size: 70px;
        width: 100%;


        margin-bottom: 0;
        display: flex;
        justify-content: center;

    }

    .sp-bz3-section-title br {
        display: block;
    }

    /* 卡片容器：移动端纵向排列 */
    .sp-bz3-cards-container {
        flex-direction: column;
        gap: 25px;
        top: 240px;
        left: 40px;
        position: absolute;
    }

    /* 单个卡片样式 - 移动端左右排�?*/
    .sp-bz3-card {
        flex-direction: row;
        align-items: center;
        text-align: left;
        border-radius: 30px;
        width: 100%;
        height: auto;
        width: 1000px;
        height: 300px;
        /* background: rgba(255, 255, 255, 0.95); */
        border-radius: 30px;
        box-sizing: border-box;
        padding: 36px 40px;
        flex: none;
    }

    #root {
        overflow: hidden;
    }

    /* 图标区域 - 移动�?*/
    .sp-bz3-card-icon {
        width: 204px;
        height: 204px;
        margin-right: 51px;
        position: static;
    }

    .sp-bz3-icon-img {
        width: 204px;
        height: 204px;
    }

    /* 文本内容区域 - 移动�?*/
    .sp-bz3-card-content h3 {
        font-size: 46px;
        color: #000000;
        margin-bottom: 20px;
        line-height: 48px;
    }

    .sp-bz3-card-content h3 br {
        display: block;
    }

    .sp-bz3-card-content p {
        font-size: 28px;

        color: #000000;
        line-height: 35px;

    }

    .sp-q-part {
        padding: 70px 40px 240px;
    }



    .sp-q-part .sp-title {
        margin-bottom: 70px;
        font-size: 60px;
    }

    .sp-q-part .gradually .sp-title span i {
        font-style: normal;
    }

    .sp-q-part .sp-title .sp-span {
        font-size: 36px;
    }

    .sp-q-part .sp-box .sp-item {
        /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
        margin: 0 auto 15px;
    }

    .sp-q-part .q-row {
        font-size: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .sp-q-part .sp-text {
        padding-left: 42px;
        padding-right: 23px;
        font-size: 27px;
        color: #4b4a4a;
        line-height: 50px;
        width: 1000px;
        height: 206px;
        background: #E7F5FF;
        padding-top: 38px;
        padding-bottom: 36px;
    }

    .sp-q-part .q-row .sp-icon {
        right: 30px;
    }

    .sp-q-part .q-row .sp-icon::after {
        font-size: 50px;
    }

    .sp-btn-style2 {
        width: 1080px;
        height: 172px;
        display: none;
        z-index: 99;
        box-sizing: border-box;
        align-items: flex-end;
        background-size: 100% 100%;
        position: relative;

    }

    .sp-btn-style2 .sp-area2-left {
        width: 436px;
        height: 172px;
        background-color: #fffaee;
        position: relative;

    }

    .sp-btn-style2 .sp-area-top {
        position: absolute;

    }

    .sp-btn-style2 .sp-area1 {
        top: 17px;
        left: 77px;
        width: 88px;
    }

    .sp-btn-style2 .sp-area2 {
        top: 27px;
        left: 180px;
        width: 186px;
    }

    .sp-btn-style2 .sp-area3 {
        top: 40px;
        left: 27px;
        width: 387px;
    }

    .sp-btn-style2 .sp-area-text {
        position: absolute;
        left: 180px;
        bottom: 25px;
        font-family: Poppins;
        font-weight: bold;
        font-size: 22px;
        color: #D79025;
        line-height: 32px;
        font-style: italic;
    }

    .sp-btn-style2 .sp-area {
        width: 454px;
        height: 180px;
        text-align: center;
        font-size: 25px;
        color: #ce962f;
        line-height: 35px;
        font-family: "Poppins-Medium";
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sp-btn-style2 .sp-area .sp-top {
        width: 100%;
        height: auto;
    }

    .sp-btn-style2 .sp-area .sp-p {
        font-size: 22px;
        color: #FFEFCB;
        line-height: 1;
        position: absolute;
        top: -10px;
        width: 100%;
        text-transform: uppercase;
        font-family: "Poppins-SemiBold";
    }

    .sp-btn-style2 .sp-area .sp-info {
        font-size: 15px;
        color: #FFFFFF;
        line-height: 1;
        position: absolute;
        top: 85px;
        width: 100%;
        font-family: Poppins-Regular;
    }

    .sp-btn-style2 .sp-area2-right {
        position: relative;
        right: 0;
        height: 172px;
        width: 644px;

        background: linear-gradient(180deg, #FFB535 0%, #FF7E0C 100%);
    }

    .sp-btn-style2 .sp-area2-right .sp-left {}

    .sp-btn-style2 .sp-area2-right .sp-right {
        flex-shrink: 0;
        font-family: Poppins;
        font-weight: bold;
        font-size: 70px;
        color: #FFFFFF;
        justify-content: center;
        box-sizing: border-box;
        flex-direction: column;
        animation: skip 4s infinite 1s;
        position: absolute;
        left: 227px;
        line-height: 1;
        top: 40px;
    }


    .sp-right-text {
        position: absolute;
        left: 267px;
        top: 115px;
        font-family: Poppins-Medium;
        font-weight: 500;
        font-size: 27px;
        color: #FFFFFF;
    }

    .sp-btn-style2 .sp-cart {
        width: 128px;
        height: 128px;
        background: linear-gradient(180deg, #FFFBF2, #FFD195);
        border-radius: 10px;
        margin-right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 70px;
        top: 24px;

    }

    .sp-btn-style2 .sp-cart .sp-num {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 28px;
        font-size: 20px;
    }

    .sp-btn-style2 .sp-cart .sp-icon {
        width: 62px;
    }

    .sp-btn-style2.sp-fixed-bottom {
        position: fixed;
        bottom: 0;
        animation: stuckMoveUp 0.6s;
        display: flex;
    }

    .sp-menu-mask {
        background: rgba(11, 11, 11, 0.6);
        width: 100%;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        z-index: 99;
        display: none;
    }

    .sp-menu {
        width: 473px;
        -webkit-overflow-scrolling: touch;
        background-color: #f2f2f2;

        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 50px;
        bottom: 0;
        padding-top: 110px;
        box-sizing: border-box;
        animation: stuckMoveLeft 0.5s;
    }

    .sp-menu .sp-menu-item {
        width: 100%;
        height: 90px;
        border-bottom: 1px solid rgba(71, 71, 71, 0.14);

        font-family: "Poppins";
        font-size: 33px;
        color: #636363;
    }

    .sp-menu .sp-menu-item a {
        width: 100%;
        height: 100%;
        padding-left: 55px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .sp-menu .sp-menu-item a .sp-span {
        width: 60px;
        height: 28px;
        background: #d72b2b;
        border-radius: 3px;
        font-size: 19px;
        color: #ffffff;
        text-align: center;
        line-height: 28px;
        margin-left: 25px;
    }

    .sp-menu .sp-menu-item:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .sp-menu li .sp-row {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: 42px;
        padding-left: 55px;
    }

    .sp-menu li .sp-row a img {
        width: 31px;
        height: 31px;
    }

    .sp-menu .sp-close-btn {
        position: absolute;
        top: 37px;
        right: 22px;
        width: 39px;
        cursor: pointer;
    }

    .sp-scroll-top {
        scroll-margin-top: 74px;
    }

    .size-btn div {
        font-size: 37px;
        color: #2D2D2D;
        line-height: 40px;
    }

    .size-btn .sp-arrow-img {
        width: 24px;
    }

    .sp-scroll-top {
        scroll-margin-top: 100px;
    }

    .gradually .sp-title span,
    .gradually i {
        display: inline-block;
        position: relative;
        opacity: 0;
        font-style: normal;
    }

    .gradually .sp-sub-title {
        opacity: 0;
    }

    @keyframes swift-up-fade {
        0% {
            transform: translateY(0.8rem);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }

    @keyframes swiper-up-fade {
        0% {
            transform: translateY(20px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }

    .sp-ani,
    .sp-ani2 {
        opacity: 0;
    }

    @keyframes sp-fade-in {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }

    @keyframes sp-fade-left {
        0% {
            transform: translateX(100px);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    @keyframes stuckMoveDown {
        0% {
            transform: translateY(-100%);
        }

        to {
            transform: translateY(0);
        }
    }

    @keyframes stuckMoveUp {
        0% {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    @keyframes stuckMoveLeft {
        0% {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0);
        }
    }

    @keyframes stuckFadeIn {
        0% {
            opacity: 0;
        }

        to {
            opacity: 1;
        }


    }

    @supports (-webkit-touch-callout: none) {
        .sp-footer-box2 .sp-li {
            font-size: 16px !important;
            margin-top: 16px;
            /* font-size: 31px; */
            transform: scale(0.8) !important;
            -webkit-text-size-adjust: none !important;
            text-size-adjust: none !important;
            transform-origin: left center;
            white-space: nowrap;
        }

        .sp-btn-style2 .sp-area .sp-info {
            font-size: 12px !important;

        }

        .sp-part8 .sp8-specs {
            margin-left: 36px !important;
            left: 36px !important;

        }

        .sp-part8 .sp8-spec-item {
            font-size: 16px !important;
            margin-top: 16px;
            /* font-size: 31px; */
            transform: scale(0.8) !important;
            -webkit-text-size-adjust: none !important;
            text-size-adjust: none !important;
            transform-origin: left center;
            white-space: nowrap;
        }

        .sp-part8 .sp8-spec-label {
            font-size: 16px !important;
            /* font-size: 31px; */
            transform: scale(0.8) !important;
            -webkit-text-size-adjust: none !important;
            text-size-adjust: none !important;
            transform-origin: left center;
            white-space: nowrap;
        }
    }
}







/* =========================================
   新增样式 - 产品区域改版
   ========================================= */

/* 保障标签区域 - PC*/
.sp-guarantee-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 20px;
}

/* PC端禁用swiper轮播，直接显�?*/
@media only screen and (min-width: 1081px) {
    .sp-guarantee-tags.sp-guarantee-swiper .swiper-wrapper {
        display: flex;
        justify-content: center;
        gap: 87px;
        transform: none !important;
    }
    table.customer-buy-more-discount-table {
        font-size: 20px;
    }
}

.sp-guarantee-tags.sp-guarantee-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

/* PC端隐藏重复的slide */
.sp-guarantee-tags.sp-guarantee-swiper .swiper-slide:nth-child(n+4) {
    display: none;
}

.sp-guarantee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.sp-guarantee-item .sp-check-icon {
    width: 32px;
    height: auto;
}

/* Risk-Free 标题样式 */
.sp-risk-free {
    font-size: 50px;
    color: #061244;
    text-transform: none !important;
}

/* 省钱提示 */
.sp-save-tip {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.sp-save-tip .sp-car {
    width: 43px;
    height: 21px;
}



/* 尺寸选择样式 - PC�?*/
.sp_product_part .sp-size .sp-option {
    width: auto;
    height: 50px;
    font-family: Roboto-Medium;

    font-weight: 500;
    font-size: 23px;
    color: #5D5D5D;
    border-radius: 5px;
    border: 2px solid #D3D3D3;
    padding: 0;
    min-width: 252px;
}

.sp_product_part .sp-size .sp-option.active {
    background: #FF7200;
    border: 2px solid #FF4800;
    color: #fff;
}

.sp_product_part .sp-size .sp-option:hover {
    border-color: #FF6600;
}

/* =========================================
   移动端样�?   ========================================= */
@media only screen and (max-width: 1080px) {

    /* 保障标签区域 - 移动端 - 两行静态显示 */
    .sp-guarantee-tags {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 40px;
        margin-top: 40px;
        padding: 0 30px;
    }

    /* 移动端禁用swiper轮播，改为静态flex布局 */
    .sp-guarantee-tags.sp-guarantee-swiper {
        display: flex !important;
        overflow: visible;
        padding: 0 30px;
        width: 100%;
    }

    .sp-guarantee-tags.sp-guarantee-swiper .swiper-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 15px 40px !important;
        transform: none !important;
        transition: none !important;
    }

    .sp-guarantee-tags.sp-guarantee-swiper .swiper-slide {
        width: auto !important;
        flex-shrink: 0;
        margin: 0 !important;
    }

    /* 移动端只显示前3个slide，隐藏重复的 */
    .sp-guarantee-tags.sp-guarantee-swiper .swiper-slide:nth-child(n+4) {
        display: none !important;
    }

    .sp-guarantee-item {
        font-size: 28px;
        gap: 17px;
        white-space: nowrap;
        font-family: Poppins-Regular;
        font-weight: 400;
    }

    .sp-guarantee-item .sp-check-icon {
        width: 44px;
    }

    /* Risk-Free 标题样式 - 移动�?*/
    .sp-risk-free {
        font-size: 60px;
        line-height: 1.2;
    }

    /* 省钱提示 - 移动�?*/
    .sp-save-tip {
        font-size: 32px;
    }

    .sp-save-tip .sp-car {
        width: 68px;
        height: 32px;
    }

    /* 尺寸选择样式 - 移动�?*/
    .sp_product_part .sp-size {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .sp_product_part .sp-size .sp-option {
        min-width: 427px;
        height: 80px;
        font-size: 39px;
    }
}


/* ================= QA2 FAQ 样式 ================= */
.sp-qa2-container {
    margin: 0 auto;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 200px;
    transform-origin: top left;
    font-family: "Roboto";

}




.sp-qa2-list-container {
    margin: 0 auto;
    width: 1400px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 5px 32px 0px rgba(72, 63, 59, 0.15);
    border-radius: 20px;
}

.sp-qa2-item {
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 36px;

}

.sp-qa2-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
    height: 70px;
    font-size: 28px;
    color: #38200B;
    font-family: Poppins-SemiBold;
}


.sp-qa2-subtitle {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 25px;
    color: #38200B;
    display: flex;
    justify-content: center;
    line-height: 1;
    /* margin-bottom: 30px; */
}


.sp-qa2-title {
    text-align: center;
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    color: #FF9A14;
    text-transform: uppercase;
    margin-bottom: 45px;
    letter-spacing: 1px;
}

.sp-qa2-list-container {
    width: 1400px;
}




.sp-qa2-icon-box {
    width: 32px;
    height: 32px;
    font-size: 18px;
}


.sp-qa2-icon-box {
    color: #696969;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: transform 0.4s cubic-bezier(0.4, 0.0, 0.2, 1); */
}

.sp-qa2-icon-plus {
    display: block;

}

.sp-qa2-icon-minus {
    display: none;

}

.sp-qa2-icon {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
}

.sp-qa2-item.active .sp-qa2-icon-plus {
    display: none;
}

.sp-qa2-item.active .sp-qa2-icon-minus {
    display: block;
}

.sp-qa2-answer {
    display: none;
    padding: 30px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #4B4A4A;
    line-height: 35px;
}

.sp-qa2-item.active .sp-qa2-icon-box {
    /* transform: rotate(135deg); */
    color: #fff;
}

.sp-qa2-item.active .sp-qa2-question {
    background: linear-gradient(180deg, #FFDA82 0%, #FF950C 100%);
    border-radius: 20px 20px 0 0;
    color: #fff;
}

.sp-qa2-item.active .sp-qa2-answer {
    background-color: #FFFAEF;
}

.sp-qa2-item.active {
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.sp-qa2-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

/* .sp-qa2-btn-wrapper .sp-btn-style1 {
    width: 628px;
    font-size: 38px;
    height: 97px;
    background: url('/cdn/shop/files/20260212-sp-btn-bg.png') no-repeat;
    padding-left: 70px;
} */

/* 移动�?QA2 适配 */
@media screen and (max-width: 1080px) {
    .sp-qa2-container {
        height: auto;
        margin-bottom: 100px;
        padding-top: 115px;
    }

    .sp-qa2-list-container {
        width: 100%;
        box-sizing: border-box;
        width: 998px;
        box-shadow: 0px 5px 32px 0px rgba(72, 63, 59, 0.15);
        border-radius: 25px;


    }

    .sp-qa2-icon {
        font-size: 40px;
    }

    .sp-qa2-icon-box {
        width: 40px;
        height: 40px;
    }

    .sp-qa2-title {
        font-size: 70px;
        margin-bottom: 51px;
    }

    .sp-qa2-subtitle {
        font-size: 44px;
        /* margin-bottom: 27px; */
    }

    .sp-qa2-item {
        /* margin-bottom: 40px; */
    }

    .sp-qa2-question {
        font-size: 38px;
        /* height: auto; */
        height: 100px;
        padding: 0px 18px;
    }

    .sp-qa2-icon-box {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .sp-qa2-answer {
        padding: 28px 60px 35px 18px;
        font-size: 27px;
        line-height: 40px;
    }

    .sp-qa2-btn-wrapper {
        left: 70px;
        margin-top: 80px;
        display: none;
    }

    .sp-qa2-btn-wrapper .sp-btn-style1 {
        width: 940px;
        height: 161px;
        font-size: 57px;
        background: url('/cdn/shop/files/20260212-sp-btn-bg.png') no-repeat;
        padding-left: 70px;
        background-size: 100% 100%;
    }
}


/* Automatic Generated Fixed CSS */
@media only screen and (max-width: 1080px) { .mf-bundle-product { zoom: 2.2; }#root .customer_buy_more_wrapper .customer_buy_more_title { font-size: 50px; margin-bottom: 40px; }#root table.customer-buy-more-discount-table { color: #000; }#root .quick-add-hidden { margin: 20px 40px 40px; font-size: 40px; }
#root table.customer-buy-more-discount-table th, td { padding: 20px 10px !important; } }
.mf-bundle-checkout-warning{ color: #788188 !important; opacity: 0.6; }
.app-embed-plus-component-pay-button-address-text { color: #000; opacity: 0.75; font-size: 16px !important; }
.app-embed-plus-component-bundler { padding-top: 0px !important; padding-bottom: 0px !important; }
product-recommendations { display: none !important; }
p,ul,ol,li,h2,h3,a {
  margin: unset;
  padding: unset;
  font-size: unset;
}
img {
display: unset;
}
product-recommendations,.lt_back_to_top,.product-recommendations {
    display: none !important;
}

footer {
    display: none !important;
}