/** Shopify CDN: Minification failed

Line 5377: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: "Roboto-BlackItalic";
  src: url("/cdn/shop/files/Roboto-BlackItalic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Anton";
  src: url("/cdn/shop/files/Anton-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: "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: "AkzidenzGroteskBQ-XBold";
  src: url("/cdn/shop/files/AkzidenzGrotesk-ExtraBoldCond_40f07d63-a76d-4a4d-a78e-330458cae966.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  src: url("/cdn/shop/files/Unbounded-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ballory";
  src: url("/cdn/shop/files/BalloryRegular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Coalition";
  src: url("/cdn/shop/files/Coalition.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/cdn/shop/files/Montserrat-Bold.otf");
  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;
    /* background: url("../image/20260228-bg-pc.png") no-repeat; */
    background-size: cover;
    font-family: Anton;
    /* overflow-x: hidden; */
      letter-spacing: 0px;
  line-height: initial;
  color: inherit;
  font-size: inherit;
}

#root div:empty {
    display: block;
}

.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;
    align-items: center;
    display: flex;
    justify-content: center;
}

.header-top .swiper-wrapper {
        height: 25px;
}

.header-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
        background: #1B1B1B;
}

.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 .sp-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
}

.sp-fixed .sp_header-content {
    width: 1920px;
    background-color: #fff;
    top: 0px;
    left: 0px;

}

.sp_header-wrap {
    position: relative;
}

.sp_header-content {
    position: fixed;
    top: 45px;
    left: 260px;
    width: 1401px;
    height: 73px;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    font-size: 16px;
    color: #010100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 4;
}

.sp-fixed .sp_header-content ul {
    left: 265px;
}

.sp-fixed .sp-top-btn {
    width: 232px;
    height: 50px;
    background: #FF0000;
    right: 260px;
    top: 15px;
    animation: skip 4s infinite;
}

.sp-fixed .sp-cart {
    right: 570px;
    width: 37px;
    top: 20px;
}

.sp_header-content ul {
    display: flex;
    align-items: center;
    gap: 37px;
    font-family: Roboto;
    position: absolute;
    top: 28px;
    left: 40px;

}

.sp_header-content ul span {
    padding: 0 5px;
    height: 13px;
    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;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
}

.sp-cart {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    right: 285px;
}

.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: 232px;
    height: 73px;
    background: #FF0000;
    font-family: Roboto;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #FFFFFF;

    right: 0px;
    position: absolute;
    top: 0px;

}

.sp-top-btn div {
    animation: skip 4s infinite;

}

.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-box {
    position: absolute;
    top: 676px;
    left: 221px;
}

.sp-btn-style1 {
    width: 676px;
    height: 90px;
    background: #FBB809 !important;
    border-radius: 20px;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    animation: skip 4s infinite;
    font-family: AkzidenzGroteskBQ-XBold;
    font-weight: bold;
    font-size: 42px;
    color: #222222;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sp-btn-style1-small {
    width: 555px;
    height: 90px;
}

.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-family: Montserrat;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1;
}

.sp-sub-title {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #959595;
    line-height: 1;
}

.sp-image {
    width: 100%;
    height: 100%;

}


.sp-part1 {
    /* margin-top: 85px; */
    height: 1100px;
    /* background: url(/cdn/shop/files/20260228-bg1-pc.png) no-repeat; */
}

.sp-part1 .sp-title {
    position: absolute;
    top: 185px;
    left: 260px;
    line-height: 1.2;
    font-family: Coalition;
    font-weight: 400;
    font-size: 60px;
    width: max-content;
    text-align: left;
}


.sp-part1 .sp-sub-title {
    position: absolute;
    top: 340px;
    left: 260px;
    width: max-content;
    text-align: left;
}

.sp-part1 .sp-part1-video {
    position: absolute;
    top: 450px;
    left: 260px;
    width: 626px;
    height: 390px;
}

.sp-part1 .sp-part1-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sp-part1 .sp-part1-btn {
    position: absolute;
    bottom: 120px;
    left: 260px;

}




.sp-part2 {
    width: 1920px;
    height: 960px;
    background: #2A2A2A;
}

/* 顶部特性图标区域 */
.sp2-features {
    position: absolute;
    top: 60px;
    left: 260px;
    display: flex;
    gap: 160px;
}

.sp2-feature-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 200px;
}

.sp2-feature-icon {
    width: auto;
    height: 50px;
    object-fit: contain;
    object-position: left center;
}

.sp2-feature-title {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
}

.sp2-feature-desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #A5A5A5;
    line-height: 24px;
}

/* 主标题 */
.sp-part2 .sp-title {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    text-align: center;
}


.sp-part2 .sp-sub-title {
    position: absolute;
    top: 364px;
    left: 0;
    width: 100%;
    text-align: center;
}

/* 四个问题图片卡片区域 */
.sp2-problems {
    position: absolute;
    top: 430px;
    left: 260px;
    display: flex;
    gap: 48px;
}

.sp2-problem-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.sp2-problem-img {
    width: 314px;
    height: 372px;
    object-fit: cover;
}

.sp2-problem-text {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}


.sp-part3 {
    width: 1920px;
    height: 1100px;
    /* background: url(/cdn/shop/files/20260228-bg3-pc.png); */
}

/* 主标题 */
.sp-part3 .sp-title {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}



/* 副标题 */
.sp-part3 .sp-sub-title {
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
    text-align: center;
}

/* 轮播容器 */
.sp-swiper3 {
    position: absolute;
    top: 426px;
    left: 260px;
    width: 1400px;
    height: auto;
    padding-bottom: 100px;
    /* overflow: hidden; */
}

.sp-swiper3 .swiper-slide {
    position: relative;
    width: 1182px !important;
    height: 377px;
    background: #0A0A0A;
    border: 2px solid #E5AB08;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    opacity: 0.4;
}

.sp-swiper3 .swiper-slide-active {
    opacity: 1;
}

/* Before/After 标签 */
.sp3-slide-labels {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 43px;
    z-index: 10;
    pointer-events: none;
}

.sp3-label-before,
.sp3-label-after {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;

}

.sp3-label-divider {
    flex: 1;
    height: 2px;
    background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    margin: 0 20px;
}

.sp-swiper3 .sp3-slide-group {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}

.sp-swiper3 .swiper-slide .sp3-slide-img {
    width: 1120px;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    top: 72px;
    left: 32px;
}

/* 分页指示器 */
.sp3-pagination {
    position: absolute;
    bottom: 30px !important;
    left: 0;
    width: 100%;
    z-index: 10;
}

.sp3-pagination .swiper-pagination-bullet {
    width: 86px;
    height: 10px;
    background: #C1C1C1;
    border-radius: 5px;
    opacity: 1;
    margin: 0 10px !important;
}

.sp3-pagination .swiper-pagination-bullet-active {
    background: #FFB505;
}

/* 底部三个特性 */
.sp3-features {
    position: absolute;
    top: 290px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 245px;
}

.sp3-feature-item {
    text-align: center;
}

.sp3-feature-value {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 48px;
    color: #FCB800;
    line-height: 1;
    margin-bottom: 10px;
}

.sp3-feature-label {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
}

/* 购买按钮 */
.sp-part3 .sp-btn-box {
    position: absolute;
    bottom: 100px;
    top: auto;
    left: 622px;
    width: max-content;


}

.sp-part4 {
    width: 1920px;
    height: 961px;
    /* background: url(/cdn/shop/files/20260228-bg4-pc.png); */
    margin-top: -5px;
}

/* 主标题 */
.sp-title {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;

}



/* 副标题 */
.sp-sub-title {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    text-align: center;

}

.sp4-compare-item {
    position: absolute;
    top: 257px;

    width: 103px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.sp4-compare-item1 {
    left: 462px;

}

.sp4-compare-icon {
    width: 19px;
    height: auto;
}

.sp4-compare-item2 {

    left: 1352px;
}


.sp4-compare-text {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 29px;
}



/* 右侧文字标注 */
.sp4-detect-text {
    position: absolute;
    top: 330px;
    right: 276px;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 499px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000050;
    border-radius: 24px;
    font-family: Poppins-Medium;
}

.sp4-dot {
    width: 12px;
    height: 12px;
    background: #FBB809;
    border-radius: 50%;
}



/* 底部三个特性 */
.sp4-features {
    position: absolute;
    bottom: 138px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 286px;
}

.sp4-feature-item {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    padding-right: 80px;
}

.sp4-feature-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
}

.sp4-feature-item:last-child {
    padding-right: 0;
}

.sp4-feature-item:last-child::after {
    display: none;
}

.sp4-feature-icon {
    width: auto;
    height: 77px;
}

.sp4-feature-text {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 34px;
}


.sp-orange-line {
    width: 1920px;
    height: 14px;
    background: #FBB809;
}

.sp-part5 {
    width: 1920px;
    height: 1092px;
    /* background: url("/cdn/shop/files/20260228-bg5-pc.png") no-repeat center; */
    background-size: 100% 100%;
}

/* 顶部品牌logo走马灯 */
.sp5-brands-marquee {
    position: absolute;
    top: 94px;
    left: 70px;
    right: 70px;
    width: auto;
    height: 85px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sp5-brands-track {
    display: flex;
    white-space: nowrap;
    animation: brands-marquee 20s linear infinite;
}

.sp5-brand-logo {
    height: 85px;
    width: auto;
    display: block;
    flex-shrink: 0;
}

@keyframes brands-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 主标题 */
.sp-part5 .sp-title {
    position: absolute;
    top: 265px;
    left: 260px;
    width: max-content;
}



/* 副标题 */
.sp-part5 .sp-sub-title {
    position: absolute;
    top: 330px;
    left: 260px;
    width: max-content;
}

/* 三个特性 */
.sp5-features {
    position: absolute;
    top: 406px;
    left: 260px;
    display: flex;
    gap: 30px;
}

.sp5-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.sp5-feature-dot {
    width: 17px;
    height: 17px;
    background: #FBB809;
    border-radius: 50%;
    flex-shrink: 0;
}

.sp5-feature-title {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.2;
}

.sp5-feature-desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 1;
}



.sp5-day-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 60px;
    background: #FFB505;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Bold;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
}

/* 右侧竖向轮播 */
.sp5-carousel {
    position: absolute;
    top: 520px;
    left: 260px;
    width: 458px;
    height: 335px;
    padding-left: 20px;
}

.sp5-carousel .swiper-wrapper {
    flex-direction: column;
}

.sp5-carousel .swiper-slide {
    position: relative;
}

.sp5-slide-img {
    width: 458px;
    height: 335px;
    display: block;
}

.sp5-slide-label {
    position: absolute;
    left: 0px;
    width: 448px;
    text-align: center;
    bottom: 15px;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 36px;
    color: #222222;
}

/* 轮播分页器 */
.sp5-pagination {
    position: absolute;
    left: 0px;
    top: 59px !important;
    width: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sp5-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0;
}

.sp5-pagination .swiper-pagination-bullet-active {
    width: 7px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 3px;
}

/* 购买按钮 */
.sp5-btn {
    position: absolute;
    bottom: 90px;
    left: 260px;

}

.sp-part6 {
    width: 1920px;
    height: 1262px;
    /* background: url(/cdn/shop/files/20260228-bg6-pc.png); */
    margin-top: -5px;
}

.sp-part6 .sp-title {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
}


.sp-part6 .sp-sub-title {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    text-align: center;
}

.sp-part6 .sp-part6-vehicles {
    position: absolute;
    top: 230px;
    left: 260px;
    width: 1400px;
    overflow: hidden;
}

.sp-part6 .sp-part6-vehicles-track {
    display: flex;
    gap: 30px;
    animation: vehicles-marquee 20s linear infinite;
}

.sp-part6 .sp-part6-vehicle-item {
    position: relative;
    width: 447px;
    flex-shrink: 0;
}

.sp-part6 .sp-part6-vehicle-img {
    width: 447px;
    height: 309px;
}

@keyframes vehicles-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-447px * 6 - 30px * 6));
    }
}

.sp-part6 .sp-part6-vehicle-label {
    position: absolute;
    bottom: 5px;
    left: 0px;
    text-align: center;

    width: 447px;
    height: 50px;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 25px;
    color: #010103;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sp-part6 .sp-part6-vehicle-label::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #010103;
    margin-right: 10px;
    flex-shrink: 0;
}

.sp-part6 .sp-part6-pagination {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.sp-part6 .sp-part6-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #666;
    opacity: 0.5;
    margin: 0 6px;
}

.sp-part6 .sp-part6-pagination .swiper-pagination-bullet-active {
    background: #FF8C00;
    opacity: 1;
}

.sp-part6 .sp-part6-trust {
    position: absolute;
    top: 620px;
    left: 230px;
    width: 1454px;
    height: 424px;
    background: url(/cdn/shop/files/20260228-bg6-1-pc.png);
}



.sp-part6 .sp-part6-trust-center {
    position: absolute;
    left: 384px;
    top: 67px;
    width: max-content;
}

.sp-part6 .sp-part6-trust-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 30px;
    color: #FBB809;
    line-height: 1;
    margin-bottom: 20px;
}


.sp-part6 .sp-part6-trust-subtitle {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.5;
    margin-bottom: 53px;
}

.sp-part6 .sp-part6-trust-quote {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 29px;
    margin-bottom: 15px;

}


.sp-part6 .sp-part6-trust-author {
    font-family: Ballory;
    font-weight: 400;
    font-size: 44px;
    color: #FBB809;
    line-height: 1;
    position: absolute;
    top: 80px;
    left: 506px;
    white-space: nowrap;

}

.sp-part6 .sp-part6-trust-role {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 20px;
    position: absolute;
    top: 132px;
    left: 560px;
    text-align: center;
    white-space: nowrap;
}


.sp-part6 .sp-part6-cert-img {
    height: auto;
    width: 650px;
}

.sp-part6 .sp-part6-trust-right {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -100px;
}



.sp-part6 .sp-btn-box {
    position: absolute;
    bottom: 90px;
    left: 622px;
    top: auto;
}

.sp-big-part {
    width: 1920px;
    height: 1480px;
    background: #2A2A2A;
}

.sp-part7 {
    height: 795px;
    width: 1920px;
}

.sp-part7 .sp-title {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}


.sp-part7 .sp-sub-title {
    position: absolute;
    top: 161px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.sp-part7 .sp-part7-steps {
    position: absolute;
    top: 246px;
    left: 260px;
    display: flex;
    gap: 18px;
}

.sp-part7 .sp-part7-step {
    position: relative;
    width: 337px;
}

.sp-part7 .sp-part7-step-img {
    width: 337px;
    height: 397px;
}

.sp-part7 .sp-part7-step-number {
    position: absolute;
    top: 266px;
    left: 13px;
    width: 55px;
    height: 55px;
    background: #FBB809;
    font-family: Unbounded;
    font-weight: bold;
    font-size: 26px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-part7 .sp-part7-step-title {
    position: absolute;
    bottom: 30px;
    left: 8px;
    width: 100%;
    font-family: Unbounded;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
}

.sp-part7 .sp-part7-step-desc {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF50;
    line-height: 1;
}

.sp-part8 {
    width: 1920px;
    height: 685px;
}

.sp-part8 .sp-part8-box {
    width: 1513px;
    height: 600px;
    background: #1B1B1B;
    position: absolute;
    left: 206px;
    top: 0px;
}

/* 产品图片 */
.sp-part8 .sp8-product-img {
    position: absolute;
    top: 84px;
    left: 144px;
    width: 519px;
    height: 433px;
}

/* 标题 */
.sp-part8 .sp-title {
    position: absolute;
    top: 94px;
    left: 753px;
    width: max-content;
}

/* 规格信息 */
.sp-part8 .sp8-info {
    position: absolute;
    top: 176px;
    left: 753px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sp-part8 .sp8-info-row {
    display: flex;
    gap: 80px;
}

.sp-part8 .sp8-info-item {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 1;
}

.sp-part8 .sp8-info-label {
    font-family: Poppins-SemiBold;
    font-weight: 600;
}

.sp-part8 .sp8-info-value {
    margin-left: 10px;
}

/* 包含物品 */
.sp-part8 .sp8-includes {
    position: absolute;
    top: 413px;
    left: 753px;
    width: 458px;
    height: 98px;
    background: #363430;
    padding: 20px 30px;
    background-size: 100% 100%;
    border-left: 7px solid #FFB932;
}

.sp-part8 .sp8-include-item {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.3;
}

/* 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;
}

/* PC端隐藏促销区块 */
.sp-promo-section {
    display: none;
}

.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;

    margin-bottom: 84px;
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
    background: url(/cdn/shop/files/20260228-sp-product-top.png);
    height: 333px;
}

.sp-scroll-top .sp-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    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: 34px;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    margin-top: 14px;
}


.sp-scroll-top .sp-emoji {
    position: absolute;
    animation: skip 4s infinite;

    width: 83px;
    top: 105px;
}

.sp-scroll-top .sp-emoji1 {
    left: 450px;
}

.sp-scroll-top .sp-emoji2 {
    right: 450px;
}


.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: #ff4800;
    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: 385px;
    margin-top: 0px;
}

/* .sp_product_part .sp-img-wrap .sp-img-p2 {
    width: auto;
    height: 565px;
    margin-top: 70px !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;
    gap: 5px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 16px;
}

.sp_product_part .sp-round {
    position: absolute;
    bottom: 56px;
    left: 84px;
    width: 344px;
    height: 20px;
}


.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: 47px;
    position: absolute;
    bottom: 30px;
    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-size: 22px;
    color: #696969;
    font-family: "Poppins-SemiBold";
    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-option {
    position: relative;
    width: auto;
    min-width: 230px;
    height: 46px;
    border-radius: 23px;
    background: #F7F7F7;
    border: 2px solid #D3D3D3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
    user-select: none;
    padding: 0 15px;
    font-family: Poppins-Medium;
    font-weight: normal;
    font-size: 22px;
    color: #5D5D5D;
}

.sp_product_part .sp-option.active {
    background: #393939;
    color: #ffffff;
}



.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 .sp-model .sp-option {
    width: 112px;
    height: 129px;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 621px;
    height: 70px;
    border-radius: 10px;
    color: #2F2F2F;
}

.sp_product_part .sp-model .sp-option.active {
    background: #2F2F2F;

    color: #fff;
}

.sp_product_part .title {
    font-weight: bold;
    font-size: 28px;
    color: #0B0B0B;
    line-height: 35px;
    font-family: Poppins-Medium;
    padding-bottom: 20px;
    border-bottom: 2px solid #9D9D9D50;
}

.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-Medium";
    font-size: 46px;
    color: #ff0707;
}

.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: 10px;
}

.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: 300px;
    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: 540px;
    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: "Roboto";
    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/20260228-icon1.png");
}

.sp-circle2 {
    width: 49px;
    height: 49px;
    background-image: url("/cdn/shop/files/20260228-icon2.png");
}

.sp-circle3 {
    width: 48px;
    height: 42px;
    background-image: url("/cdn/shop/files/20260228-icon3.png");
}

.sp-circle4 {
    width: 49px;
    height: 49px;
    background-image: url("/cdn/shop/files/20260228-icon4.png");
}

.sp-circle-part {
    margin: 0 auto;
    width: 1920px;
    height: 201px;
    /* padding: 52px 0px; */
    background: url("/cdn/shop/files/20260228-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-orange {
    color: #FBB809;
}

.sp-promise-section2 {
    width: 1920px;
    height: 524px;
    /* background: url(/cdn/shop/files/20260228-sp-promise-pc.png) no-repeat; */
    padding: 90px 278px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    font-family: "Roboto";
    background-size: 100% 100%;
    position: relative;

}

.sp-promise-section2 .sp-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 524px;
    z-index: 0;
}

.sp-promise-section2 .sp-pc-promise {
    display: block;
}

.sp-promise-section2 .sp-mobile-promise {
    display: none;
}

/* PC端标题显�?*/
.sp-bz3-section-title {
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 75px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
}

.sp-bz3-section-title br {
    display: none;
}

/* 卡片容器：PC端横向排�?*/
.sp-bz3-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

/* 单个卡片样式 - PC端纵向排�?*/
.sp-bz3-card {
    background: #343434;
    border-radius: 25px;
    padding: 55px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    width: 443px;
    height: 214px;
    box-sizing: border-box;
}

/* 图标区域 - PC�?*/
.sp-bz3-card-icon {
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -43px;
    flex-shrink: 0;
}

.sp-bz3-icon-img {
    width: 86px;
    height: 86px;

    object-fit: contain;
}

/* 文本内容区域 - PC�?*/
.sp-bz3-card-content h3 {
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
}

.sp-bz3-card-content p {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.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/20260228-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 .swiper-wrapper {
        width: 1080px;
        height: 60px;
}

    .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 {
        width: 260px;
        position: unset;
        transform: unset;
        font-weight: bold;
        font-size: 50px;
        color: #080705;
        display: block;
    }

    .sp-top-btn {
        width: 354px;
        height: 68px;
        border-radius: 31px;
        font-size: 35px;

        margin: 0;
        margin-left: 24px;
        position: absolute;
        top: 90px;
        right: 41px;
    }

    .sp-cart {
        width: 49px;
        position: absolute;
        top: 90px;
        right: 480px;
    }

    .sp_header-content .sp-cart .sp-icon {
        width: 55px;
    }

    .sp_header-content .sp-cart {
        top: 100px;
    }

    .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-box {
        top: 1466px;
        left: 51px;
    }

    .sp-btn-style1 {

        display: flex;
        align-items: center;
        font-size: 60px;
        position: relative;
        width: 932px;
        height: 130px;
        border-radius: 20px;
    }

    .sp-btn-style1 span {
        margin: 0 20px;
    }

    .sp-title {
        font-size: 70px;
    }

    .sp-sub-title {
        font-size: 36px;
    }

    .sp_mobile .sp-part1 {
        height: 2257px;
        /* background: url(/cdn/shop/files/20260228-bg1.png); */
        margin-top: 0;
    }



    .sp_mobile .sp-part1 .sp-title {
        position: absolute;
        top: 969px;
        font-size: 72px;
        left: 0;
        width: 100%;
        text-align: center;
    }


    .sp_mobile .sp-part1 .sp-sub-title {
        position: absolute;
        top: 1154px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 1.2;
        text-align: center;
    }

    .sp_mobile .sp-part1 .sp-part1-video {
        position: absolute;
        top: 1288px;
        left: 38px;
        width: 1004px;
        height: 625px;
    }

    .sp_mobile .sp-part1 .sp-part1-video-player {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sp-part1 .sp-part1-btn {
        bottom: 120px;
        left: 74px;

    }

    .sp-title {
        font-size:
            70px;
    }

    .sp-sub-title {
        font-size: 36px;
    }

    .sp_mobile .sp-part2 {
        width: 1080px;
        height: 2649px;
        background: #2A2A2A;
        margin-top: -5px;
    }

    /* 顶部特性图标区域 */
    /* 顶部特性图标区域 - 移动端 */
    .sp_mobile .sp2-features {
        position: absolute;
        top: 120px;
        left: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px 80px;
    }

    .sp_mobile .sp2-feature-item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: auto;
    }

    .sp_mobile .sp2-feature-icon {
        width: auto;
        height: 103px;
        object-fit: contain;
        object-position: left center;
    }

    .sp_mobile .sp2-feature-title {
        font-size: 36px;
    }

    .sp_mobile .sp2-feature-desc {
        font-size: 30px;
        line-height: 41px;
    }

    /* 主标题 */
    .sp-part2 .sp-title {
        top: 865px;
        line-height: 80px;
    }


    .sp-part2 .sp-sub-title {
        top: 1054px;

    }




    /* 四个问题图片卡片 - 移动端网格布局 */
    .sp_mobile .sp2-problems {
        position: absolute;
        top: 1149px;
        left: 46px;
        right: 46px;
        width: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 86px 36px;
    }

    .sp_mobile .sp2-problem-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .sp_mobile .sp2-problem-img {
        width: 479px;
        height: 565px;
        aspect-ratio: 1;
        object-fit: cover;
    }

    .sp_mobile .sp2-problem-text {
        font-size: 37px;
        color: #FFFFFF;
        line-height: 46px;
    }

    .sp-part3 {
        width: 1080px;
        height: 1888px;
        /* background: url(/cdn/shop/files/20260228-bg3.png); */
        margin-top: -5px;
    }

    .sp-part3 .sp-image {
        width: 1080px;
        margin-top: -5px;
    }

    /* 主标题 - 移动端 */
    .sp-part3 .sp-title {
        position: absolute;
        top: 189px;
        left: 42px;
        text-align: left;
        line-height: 80px;
    }


    /* 副标题 - 移动端 */
    .sp-part3 .sp-sub-title {
        position: absolute;
        top: 465px;
        left: 42px;

        line-height: 46px;
        text-align: left;
    }

    /* 轮播容器 - 移动端 */
    .sp_mobile .sp-swiper3 {
        position: absolute;
        top: 626px;
        left: 40px;
        width: 1000px;
        height: auto;
        overflow: visible;
    }

    .sp_mobile .sp-swiper3 .swiper-slide {
        width: 1000px !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        gap: 40px;
        border: none;

    }

    .sp_mobile .sp3-slide-item {
        position: relative;
        width: 1000px;
        height: 319px;
        background: #0A0A0A;
        border: 2px solid #E5AB08;
        box-sizing: border-box;
    }

    .sp_mobile .sp3-slide-labels {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        padding: 0 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 2;
    }

    .sp_mobile .sp3-label-before,
    .sp_mobile .sp3-label-after {
        font-size: 32px;
        background: none;
        padding: 0;
    }

    .sp_mobile .sp3-label-divider {
        margin: 0 15px;
    }

    .sp_mobile .sp-swiper3 .sp3-slide-img {
        width: 947px;
        height: 230px;
        object-fit: contain;
        position: absolute;
        left: 27px;
        top: 61px;
        margin: 0;
    }

    /* 分页指示器 - 移动端 */
    .sp_mobile .sp3-pagination {
        position: absolute !important;
        bottom: auto !important;
        top: -440px !important;
        right: 40px !important;
        left: auto !important;
        width: auto !important;
        text-align: right !important;
        z-index: 3;
    }

    .sp_mobile .sp3-pagination .swiper-pagination-bullet {
        width: 86px;
        height: 10px;
        margin: 0 0 0 8px !important;
    }

    /* 底部三个特性 - 移动端 */
    .sp_mobile .sp3-features {
        position: absolute;
        top: 1410px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 47px;
        gap: 0;
    }

    .sp_mobile .sp3-feature-value {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .sp_mobile .sp3-feature-label {
        font-size: 30px;
        line-height: 40px;
    }

    /* 购买按钮 - 移动端 */
    .sp-part3 .sp-btn-box {
        bottom: 120px;
        left: 74px;
    }




    .sp_mobile .sp-part4 {
        width: 1080px;
        height: 2092px;
        margin-top: -6px;
        /* background: url(/cdn/shop/files/20260228-bg4.png); */
    }

    /* 主标题 - 移动端 */
    .sp_mobile .sp-part4 .sp-title {
        top: 120px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 80px;
    }

    /* 副标题 - 移动端 */
    .sp_mobile .sp-part4 .sp-sub-title {
        top: 312px;
        left: 0;
        line-height: 46px;
        width: 100%;
        text-align: center;
    }

    /* 文字标注 - 移动端 */
    .sp_mobile .sp-part4 .sp4-detect-text {
        position: absolute;
        top: 508px;
        left: 135px;
        width: 811px;
        height: 89px;
        font-size: 36px;
    }

    .sp_mobile .sp-part4 .sp4-dot {
        width: 21px;
        height: 21px;
    }

    .sp-part4 .sp4-compare-item {
        top: 1254px;

        width: 131px;
    }

    .sp-part4 .sp4-compare-item1 {
        left: 310px;

    }

    .sp-part4 .sp4-compare-icon {
        width: 28px;
    }

    .sp-part4 .sp4-compare-item2 {

        left: 614px;

    }

    .sp-part4 .sp4-compare-text {
        font-family: Poppins-SemiBold;
        font-weight: 600;
        color: #FFFFFF;
        font-size: 36px;
    }

    .sp-part4 .sp4-compare-item2 .sp4-compare-text {

        color: #2F2F2F;
    }

    /* 底部三个特性 - 移动端 */
    .sp_mobile .sp-part4 .sp4-features {
        bottom: 200px;
        left: 0;
        width: 100%;

        padding: 0 48px;
    }

    .sp-part4 .sp4-feature-item {
        flex-direction: column;
    }

    .sp_mobile .sp-part4 .sp4-feature-icon {
        height: 93px;
    }

    .sp-part4 .sp4-feature-text {
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }

    .sp-orange-line {
        width: 1080px;
    }

    .sp-part5 {
        width: 1080px;
        height: 2420px;
        /* background: url("/cdn/shop/files/20260228-bg5.png") no-repeat center; */
    }

    /* 顶部品牌logo走马灯 - 移动端 */
    .sp_mobile .sp5-brands-marquee {
        top: 100px;
        left: 40px;
        right: 40px;
        height: 108px;
    }

    .sp_mobile .sp5-brand-logo {
        height: 108px;
    }

    /* 主标题 - 移动端 */
    .sp-part5 .sp-title {
        top: 312px;
        line-height: 80px;
        left: 0px;
        text-align: center;
        width: 100%;
    }

    /* 副标题 - 移动端 */
    .sp-part5 .sp-sub-title {
        top: 508px;
        left: 0px;
        text-align: center;
        width: 100%;
    }



    .sp_mobile .sp5-day-label {
        width: 463px;
        height: 80px;
        font-size: 41px;
    }

    /* 三个特性 - 移动端 */
    .sp_mobile .sp5-features {
        top: 1703px;
        left: 555px;
        right: 60px;
        gap: 70px;

        flex-direction: column;
    }

    .sp5-feature-item {
        align-items: center;
    }

    .sp_mobile .sp5-feature-dot {
        width: 19px;
        height: 19px;
    }

    .sp_mobile .sp5-feature-title {
        font-size: 36px;
    }

    .sp_mobile .sp5-feature-desc {
        font-size: 30px;
    }

    /* 右侧竖向轮播 - 移动端 */
    .sp_mobile .sp5-carousel {
        top: 1703px;
        left: 45px;
        width: 463px;
        height: 381px;
    }

    .sp_mobile .sp5-slide-img {
        width: 463px;
        height: 381px;
    }

    .sp_mobile .sp5-slide-label {
        font-size: 41px;
        bottom: 17px;
    }

    .sp_mobile .sp5-pagination {
        left: 0px;
    }

    .sp_mobile .sp5-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .sp_mobile .sp5-pagination .swiper-pagination-bullet-active {
        width: 7px;
        height: 31px;
        border-radius: 4px;
    }

    /* 购买按钮 - 移动端 */
    .sp_mobile .sp5-btn {
        bottom: 120px;
        left: 74px;
    }

    .sp-part6 {
        width: 1080px;
        height: 1179px;
    }

    /* 主标�?*/
    .sp-part6 .sp-main-title {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 65px;
    }






    /* 描述文字 */
    .sp-part6 .sp6-desc {
        position: relative;
        top: 283px;
        left: 585px;
        font-weight: 400;
        font-size: 36px;
        color: #1B1B1B;
    }



    /* 左侧大图 */
    .sp-part6 .sp6-left-img {
        top: 255px;
        left: 40px;
        width: 496px;
        height: 580px;
    }



    /* 右侧小图1 */
    .sp-part6 .sp6-right-img1 {
        position: absolute;
        top: 453px;
        left: 584px;
        width: 447px;
        height: 381px;
    }

    .sp_mobile .sp-part6 {
        width: 1080px;
        height: 2871px;
        /* background: url(/cdn/shop/files/20260228-bg6.png); */
        margin-top: -5px;
    }

    .sp_mobile .sp-part6 .sp-title {
        top: 120px;
        line-height: 86px;

    }

    .sp_mobile .sp-part6 .sp-sub-title {
        top: 325px;
        line-height: 46px;
    }

    .sp_mobile .sp-part6 .sp-part6-vehicles {
        position: absolute;
        top: 475px;
        left: 60px;
        right: 60px;
        width: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .sp_mobile .sp-part6 .sp-part6-vehicle-item {
        position: relative;
        width: 100%;
    }

    .sp_mobile .sp-part6 .sp-part6-vehicle-img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/11;
        object-fit: cover;
    }

    .sp_mobile .sp-part6 .sp-part6-vehicle-label {
        position: absolute;
        bottom: 11px;
        left: 0;
        width: 100%;
        height: auto;
        font-family: Poppins-SemiBold;
        font-weight: 600;
        font-size: 24px;
        color: #010103;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .sp_mobile .sp-part6 .sp-part6-vehicle-label::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #010103;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .sp_mobile .sp-part6 .sp-part6-trust {
        top: 1600px;
        left: 14px;
        width: 1066px;
        height: 955px;
        flex-direction: column;
        background: url(/cdn/shop/files/20260228-bg6-1.png);
    }


    .sp_mobile .sp-part6 .sp-part6-trust-title {
        font-size: 48px;
        margin-bottom: 0px;
        position: absolute;
        top: 82px;
        left: 89px;
    }

    .sp_mobile .sp-part6 .sp-part6-trust-subtitle {
        font-size: 30px;
        margin-bottom: 0px;
        position: absolute;
        top: 148px;
        left: 246px;
    }

    .sp_mobile .sp-part6 .sp-part6-trust-quote {
        font-size: 30px;
        color: #FFFFFF;
        line-height: 46px;
        position: absolute;
        top: 232px;
        left: 520px;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .sp_mobile .sp-part6 .sp-part6-trust-author {
        font-size: 59px;
        margin-bottom: 8px;
        top: 407px;
        left: 562px;
    }

    .sp_mobile .sp-part6 .sp-part6-trust-role {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 0px;
        text-align: left;
        top: 506px;
        left: 562px;
    }

    .sp-part6 .sp-btn-box {
        position: absolute;
        bottom: 120px;
        left: 74px;
        top: auto;
    }






    .sp-big-part {
        width: 1080px;
        height: 3126px;
    }

    .sp-part7 {
        height: 1816px;
        width: 1080px;
        padding: 0;
        margin-top: -5px;
    }

    .sp-part7 .sp-title {
        top: 120px;
        line-height: 80px;
    }

    .sp-part7 .sp-sub-title {
        top: 303px;
    }

    .sp-part7 .sp-part7-steps {
        top: 407px;
        left: 46px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 95px 30px;
        width: max-content;
    }

    .sp-part7 .sp-part7-step {
        width: 479px;
        position: relative;
    }

    .sp_mobile .sp-part7 .sp-part7-step-img {
        width: 479px;
        height: 563px;
        object-fit: cover;
    }

    .sp_mobile .sp-part7 .sp-part7-step-number {
        top: 377px;
        left: 20px;
        width: 78px;
        height: 78px;

        font-size: 37px;
    }

    .sp_mobile .sp-part7 .sp-part7-step-title {
        bottom: 44px;
        left: 12px;
        font-size: 48px;
    }

    .sp_mobile .sp-part7 .sp-part7-step-desc {
        position: absolute;
        bottom: -60px;
        left: 12px;
        font-size: 30px;
    }

    .sp-part8 {
        width: 1080px;
        height: 1310px;
    }

    .sp-part8 .sp-part8-box {
        width: 1000px;
        height: 1187px;
        left: 40px;
        top: 0px;
    }

    /* 标题 */
    .sp-part8 .sp-title {
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 65px;
    }

    /* 产品图片 */
    .sp-part8 .sp8-product-img {
        position: absolute;
        top: 230px;
        left: 76px;
        width: 849px;
        height: 479px;
    }

    /* 规格信息 */
    .sp-part8 .sp8-info {
        position: absolute;
        top: 795px;
        left: 76px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .sp-part8 .sp8-info-row {
        display: flex;
        gap: 80px;
    }

    .sp-part8 .sp8-info-item {
        font-size: 36px;
    }

    /* 包含物品 */
    .sp-part8 .sp8-includes {
        position: absolute;
        top: 962px;
        left: 76px;
        padding: 40px 30px;
        width: 817px;
        height: 151px;
    }

    .sp-part8 .sp8-include-item {
        font-size: 34px;
    }

    .sp_product_part {
        padding: 0px 40px 100px;
    }

    .sp_product_content {
        flex-direction: column;
    }

    .sp-scroll-top .sp-info {
        font-size: 30px;
        margin-bottom: 25px;
        gap: 5px;
        text-align: center;
        line-height: 1;
    }

    .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/20260228-sp-product-top-m.png);
        padding-top: 60px;
    }



    .sp-scroll-top .sp-info2 {
        font-size: 55px;
        text-align: center;
        margin-bottom: 40px;
        line-height: 1;
    }


    .sp-scroll-top .sp-emoji {
        position: absolute;
        top: 94px;
    }

    .sp-scroll-top .sp-emoji1 {
        left: 36px;
    }

    .sp-scroll-top .sp-emoji2 {
        right: 36px;
    }

    /* 移动端促销区块 sp-promo-section */
    .sp-promo-section {
        display: block;
        width: 100%;
        height: 522px;
    }

    .sp-promo-marquee {
        width: 100%;
        height: 70px;
        overflow: hidden;
        display: flex;
        align-items: center;
        background: #000;
        position: absolute;
        z-index: 2;
    }

    .sp-promo-marquee-track {
        display: flex;
        white-space: nowrap;
        animation: promo-marquee 15s linear infinite;
    }

    .sp-promo-marquee-track span {
        font-family: Montserrat;
        font-weight: bold;
        font-size: 36px;
        color: #FFFFFF;
        padding: 0 10px;
    }

    @keyframes promo-marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .sp-promo-combo {
        width: 100%;
        padding: 30px;
    }

    .sp-promo-combo .sp-plus {
        width: 34px;
        height: 34px;
        background: #F8802C;
        border-radius: 50%;
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 222px;
        left: 262px;
        z-index: 2;
        color: #fff;
    }

    .sp-promo-bg {
        width: 992px;
        height: 363px;
        background: #FFFAF4;
        border-radius: 40px;
        border: 3px solid #BE1500;
        position: absolute;
        top: 104px;
        left: 45px;
        z-index: 1;
        display: block !important;
    }

    .sp-promo-combo .sp-pro {
        width: 459px;
        height: auto;
        z-index: 2;
        position: absolute;
        top: 83px;
        left: 31px;
    }

    .sp-promo-combo-inner {
        position: absolute;
        width: 1080px;
        height: 522px;
        top: 0px;
        left: 0px;
        background: url(/cdn/shop/files/20260228-sp-promo-product-bg.png) no-repeat;
    }

    .sp-promo-products {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-bottom: 30px;
        position: absolute;
        left: 70px;
        top: 360px;
        z-index: 2;
    }

    .sp-promo-product-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sp-promo-product-price {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .sp-promo-fire {
        width: 24px;
        height: auto;
    }

    .sp-promo-price-current {
        font-family: Poppins;
        font-weight: bold;
        font-size: 27px;
        color: #FF0005;
    }

    .sp-promo-price-original {
        font-family: Roboto-Medium;
        font-weight: 500;
        font-size: 17px;
        color: #000000;
        line-height: 27px;
        text-decoration-line: line-through;
        opacity: 0.5;
    }

    .sp-promo-info {
        text-align: left;
        margin-bottom: 30px;
        position: absolute;
        top: 142px;
        left: 542px;
        z-index: 2;
    }

    .sp-promo-title {
        font-family: Poppins;
        font-weight: bold;
        font-size: 36px;
        color: #000000;
        line-height: 1;
        margin-bottom: 30px;
    }

    .sp-promo-desc {
        font-family: Poppins-SemiBold;
        font-weight: 600;
        font-size:
            30px;
        color: #494949;
        line-height: 35px;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .sp-pro-icon {
        position: absolute;
        top: 135px;
        right: 90px;
        width: 81px;
        height: auto;
        z-index: 2;
    }

    .sp-pro-arrow {
        position: absolute;
        top: 420px;
        left: 80px;
        width: 96px;
        height: auto;
        z-index: 2;
    }

    .sp-pro-arrow2 {
        left: 914px;
    }

    .sp-pro-cursor {
        position: absolute;
        bottom: 18px;
        right: 351px;
        width: 67px;
        height: auto;
        z-index: 2;
    }

    .sp-promo-text {
        font-family: Poppins-Regular;
        font-weight: 400;
        font-size:

            24px;
        color: #494949;
        line-height: 30px;
        white-space: nowrap;
    }

    .sp-promo-btn {
        display: block;
        width: 335px;
        height: 80px;
        margin: 0 auto;
        background: url(/cdn/shop/files/20260228-sp-promo-btn.png) no-repeat !important;
        font-family: Montserrat;
        font-weight: bold;
        font-size: 37px;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 413px;
        left: 380px;
        animation: skip 4s infinite;
        z-index: 2;
    }

    .sp-promo-btn:active {
        transform: scale(0.98);
    }

    .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: 567px;
        margin-top: 0px;
    }

    .sp_product_part .sp-img-wrap .sp-img-p2 {

        width: auto;
        height: 567px;
    }

    .sp_product_part .sp-round {
        position: absolute;
        bottom: 78px;
        left: 106px;
        width: 472px;
        height: 27px;
    }




    @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: 30px;
        width: unset;
    }

    .sp_product_part .sp-row1 p {
        font-size: 30px;
    }

    .sp_product_part .gift-icon {
        width: 61px;
        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: 36px;
        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 {
        height: 77px;
        font-size: 37px;
        padding: 0 25px;
        min-width: 374px;
        display: flex;
        align-items: center;
        border-radius: 23px;
        justify-content: center;
        /* box-sizing: border-box; */
    }

    .sp_product_part .sp-num .sp-option:nth-child(2) {
        width: 551px;
    }

    .sp_product_part .sp-num .sp-option:nth-child(3) {
        width: 872px;
    }

    .sp_product_part .sp-num .sp-option:nth-child(4) {
        width: 872px;
    }

    .sp_product_part .sp-option .sp-hot {
        width: 101px;
        position: absolute;
        right: -77px;
        top: -18px;
        z-index: 2;
    }

    .sp_product_part .sp-color .sp-option .sp-icon {
        position: static;
    }

    .sp_product_part .sp-option .sp-icon {
        width: 39px;
        margin-right: 16px;
    }

    .sp_product_part .sp-color .sp-option {

        padding: 31px 39px;
        border-radius: 8px;
        background: #fff;
        width: 202px;
        height: 202px;

    }

    .sp_product_part .sp-model .sp-option {
        width: 1000px;
        height: 113px;
        font-size: 36px;
        line-height: 44px;
    }

    .sp_product_part .sp-color .sp-option .sp-color-img {
        width: 123px;
        height: auto;
        object-fit: contain;

    }

    .sp_product_part .title {
        font-size: 48px;
        text-align: left;
    }

    .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: 482px;
        height: 96px;
        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;
    }

    .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: 898px;
        margin: 80px auto 80px;
    }

    .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/20260228-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/20260228-icon1.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sp-circle2 {
        width: 95px;
        height: 97px;
        background-image: url("/cdn/shop/files/20260228-icon2.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sp-circle3 {
        width: 95px;
        height: 83px;
        background-image: url("/cdn/shop/files/20260228-icon3.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sp-circle4 {
        width: 97px;
        height: 97px;
        background-image: url("/cdn/shop/files/20260228-icon4.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* =========================================
       保障�? - 移动端适配 (基准宽度 1080px)
       ========================================= */
    .sp-promise-section2 {
        width: 100%;
        width: 1080px;
        height: 1468px;
        /* background: url(/cdn/shop/files/20260228-sp-promise.png) no-repeat; */
        min-height: auto;
        position: relative;
        padding: 0;
    }

    .sp-promise-section2 .sp-mobile-promise {
        display: block;
        width: 1080px;
        height: 1468px;
    }

    .sp-promise-section2 .sp-pc-promise {
        display: none;
    }

    /* 移动端标题隐�?*/
    .sp-bz3-section-title {
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 70px;


        color: #FFFFFF;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        gap: 10px;

    }

    .sp-bz3-section-title br {
        display: block;
    }

    /* 卡片容器：移动端纵向排列 */
    .sp-bz3-cards-container {
        flex-direction: column;
        gap: 41px;
        top: 240px;
        left: 38px;
        position: absolute;
    }

    /* 单个卡片样式 - 移动端左右排�?*/
    .sp-bz3-card {
        flex-direction: row;
        align-items: center;
        text-align: left;
        width: 100%;
        height: auto;
        width: 1004px;
        height: 342px;
        border-radius: 30px;
        box-sizing: border-box;
        padding: 36px 40px;
        flex: none;
    }

    #root {
        overflow: hidden;
    }

    /* 图标区域 - 移动�?*/
    .sp-bz3-card-icon {
        width: 222px;
        height: 222px;
        margin-right: 40px;
        position: static;
    }

    .sp-bz3-icon-img {
        width: 222px;
        height: 222px;
    }

    /* 文本内容区域 - 移动�?*/
    .sp-bz3-card-content h3 {
        font-size: 45px;
        margin-bottom: 30px;
        line-height: 50px;
    }

    .sp-bz3-card-content h3 br {
        /* display: none; */
    }

    .sp-bz3-card-content p {
        font-size: 30px;
        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-mobile-sticky-bottom sp-btn-style2 */
    .sp-mobile-sticky-bottom {
        position: fixed;
        bottom: -15px;
        left: 0;
        width: 1080px;
        height: 180px;
        display: none;
        gap: 0;
        font-size: 0;
        z-index: 999;
    }

    /* 左边块 */
    .sp-mobile-sticky-left {
        position: relative;
        flex-shrink: 0;
        width: 396px;
        height: 180px;
        background: url(/cdn/shop/files/20260228-bottom-bg-left.png) no-repeat;
        background-size: 100% 100%;
    }

    .sp-mobile-sticky-img1 {
        position: absolute;
        top: 22px;
        left: 64px;
        width: 269px;
        height: auto;
    }

    .sp-mobile-sticky-img3 {
        position: absolute;
        top: 68px;
        left: 105px;
        width: 186px;
        height: auto;
        font-family: Poppins;
        font-weight: bold;
        font-size: 58px;
        color: #FFFFFF;
        line-height: 68px;
        text-shadow: 2px 2px 0px #FFFFFF;
        background: linear-gradient(-7deg, #FFEFCB 1.3671875%, #BC8714 99.6337890625%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sp-mobile-sticky-text1 {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        text-align: center;
        font-family: Poppins-Medium;
        font-weight: 500;
        font-size: 20px;
        color: #FFEFCB;
    }

    .sp-mobile-sticky-text2 {
        position: absolute;
        top: 136px;
        left: 0;
        right: 0;
        text-align: center;
        font-family: Poppins-Medium;
        font-weight: 500;
        font-size: 25px;
        color: #EEF8FF;
        line-height: 17px;
    }

    /* 右边块 */
    .sp-mobile-sticky-right {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        cursor: pointer;
        flex-shrink: 0;
        background-size: 100%;
        width: 684px;
        height: 180px;
        background: #FBB809;
        background-size: 100% 100%;
    }

    .sp-mobile-sticky-cart {
        position: relative;
        width: 100px !important;
        height: 100px;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -250px;
        top: 0;
    }

    .sp-mobile-sticky-cart-icon {
        width: 67px;
        height: 59px;
    }

    .sp-mobile-sticky-cart .sp-num {
        width: 33px;
        height: 33px;
        background: #cf0101;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: absolute;
        right: 2px;
        top: 8px;
        font-size: 30px;
        font-family: Roboto-Regular;
        text-align: center;
        box-sizing: border-box;
    }

    /* 移动端购物车抖动动效 */
    .sp-mobile-sticky-cart.on {
        animation: shakeCart 3s infinite ease-in-out;
    }

    .sp-mobile-sticky-right-content {
        display: flex;
        flex-direction: column;
        gap: 5px;
        position: absolute;
        left: 175px;
        top:44px;
    }

    .sp-mobile-sticky-buy {
        font-family: Gontserrat-ExtraBold;
        font-weight: 800;
        font-size: 48px;
        color: #191919;
        line-height: 53px;
        margin: 0;
        margin-bottom: 10px;
    }

    .sp-mobile-sticky-stock {
        margin: 0;
        font-family: Poppins-Regular;
        font-weight: 400;
        font-size: 30px;
        line-height: 1;
    }

    .sp-btn-style2 {
        display: none;
    }

    .sp-btn-style2.sp-fixed-bottom,
    .sp-mobile-sticky-bottom.sp-fixed-bottom {
        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: 0;
        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;

        }
    }
}


/* ============================================================
   QA3 样式
   ============================================================ */

/* 核心容器 */
.sp-qa3-container {
    width: 100%;
    margin: 0 auto;
    height: 943px;
    background: #222222;
    color: #fff;
    padding-top: 100px;
    transform-origin: top left;
    box-sizing: border-box;
    margin-top: -5px;
}

/* 头部区域 */
.sp-qa3-header {
    text-align: center;
    margin-bottom: 46px;
}

.sp-qa3-sub-title {
    font-weight: 400;
    font-size: 25px;
    font-family: Gontserrat-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FBB809;
    line-height: 1;
    margin-bottom: 12px;
}

.sp-qa3-main-title {
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #FFFFFF;
}

/* 列表容器 */
.sp-qa3-list {
    margin: 0 auto;
    width: 1200px;
    border-top: 1px solid #555;
}

/* 单个条目 */
.sp-qa3-item {
    border-bottom: 1px solid #555;
}

/* 问题�?(点击区域) */
.sp-qa3-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    height: 80px;
    position: relative;
    transition: background-color 0.3s;
}

/* .sp-qa3-question:hover {
    background-color: #3d3d3d;
} */

/* 图标 */
.sp-qa3-icon {
    color: #888;
    font-size: 20px;
    margin-right: 25px;
    transition: transform 0.3s ease, color 0.3s;
    width: 12px;
    height: 12px;
    border-left: 2px solid #888;
    border-top: 2px solid #888;
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* 问题文字 */
.sp-qa3-q-text {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 27px;
    color: #FFFFFF;
    flex: 1;
}

/* 答案�?*/
.sp-qa3-answer {
    display: none;
    padding: 10px 20px 30px 60px;
    color: #ddd;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

/* 激活状�?*/
.sp-qa3-item.active .sp-qa3-icon {
    transform: rotate(-135deg);
    border-color: #FBB809;

}

.sp-qa3-item.active .sp-qa3-q-text {
    color: #FBB809;

}

/* 底部按钮 */
.sp-qa3-btn-wrapper {
    text-align: center;
    margin-top: 60px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.sp-qa3-btn-wrapper .sp_mobile {
    display: none;
}

.sp-qa3-btn {
    display: inline-block;

    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
}

.sp-qa3-btn:hover {
    background-color: #ffcc00;
    color: #000;
}

/* 移动端样�?*/
@media screen and (max-width: 1080px) {
    .sp-qa3-container {
        width: 100%;
        padding-top: 120px;
        padding-bottom: 100px;
        height: auto;
    }

    .sp-qa3-list {
        width: 980px;
    }

    .sp-qa3-sub-title {
        font-size: 48px;
        margin-bottom: 28px;
    }

    .sp-qa3-main-title {
        font-size: 70px;
        margin-bottom: 65px;
        line-height: 1;
    }

    .sp-qa3-item {
        border-bottom: 2px solid #555;
    }

    .sp-qa3-question {
        height: 140px;
        padding: 0 40px;
    }

    .sp-qa3-icon {
        font-size: 36px;
        margin-right: 28px;
        width: 20px;
        height: 20px;
        border-width: 3px;
    }

    .sp-qa3-q-text {
        font-size: 35px;
    }

    .sp-qa3-answer {
        font-size: 32px;
        padding: 20px 40px 60px 100px;
        line-height: 1.5;
    }

    .sp-qa3-btn-wrapper {}

    .sp-qa3-btn-wrapper .sp_mobile {
        display: block;
        padding-top: 0;
    }

    .sp-qa3-btn-wrapper .sp_pc {
        display: none;
    }

    .sp-qa3-btn {
        padding: 40px 120px;
        font-size: 40px;
        border-width: 3px;
        border-radius: 15px;
    }
}


/* =========================================
   新增样式 - 产品区域改版
   ========================================= */

/* 保障标签区域 - 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: 60px;
        transform: none !important;
    }
}

.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: 10px;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.sp-guarantee-item .sp-check-icon {
    width: 25px;
    height: 18px;
}

/* Risk-Free 标题样式 */
.sp-risk-free {
    font-family: Anton;
    font-size: 50px;
    color: #061244;
    text-transform: none !important;
}

/* 省钱提示 */
.sp-save-tip {
    font-family: Roboto-Medium;
    margin-top: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 21px;
    color: #141414;
}

.sp-save-tip span {
    color: #E00000;
}

.mf-bundle-product {
  zoom: 1;
}
.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;
}
.cfc_container {
display: none !important;
}
/* =========================================
   移动端样�?
   ========================================= */
@media only screen and (max-width: 1080px) {

    .mf-bundle-product {
  zoom: 2.2;
}

    /* 保障标签区域 - 移动�?*/
    .sp-guarantee-tags {
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
        padding: 0 40px;
    }

    /* 移动端轮播样�?- 走马灯效�?*/
    .sp-guarantee-tags.sp-guarantee-swiper {
        display: block;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .sp-guarantee-tags.sp-guarantee-swiper .swiper-wrapper {
        display: flex !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        transition-timing-function: linear !important;
    }

    .sp-guarantee-tags.sp-guarantee-swiper .swiper-slide {
        width: auto;
        display: flex;
        justify-content: center;
    }

    /* 移动端显示所有slide */
    .sp-guarantee-tags.sp-guarantee-swiper .swiper-slide:nth-child(n+4) {
        display: flex;
    }

    .sp-guarantee-item {
        font-size: 32px;
        gap: 15px;
        white-space: nowrap;
    }

    .sp-guarantee-item .sp-check-icon {
        width: 25px;
        height: 18px;
    }

    /* Risk-Free 标题样式 - 移动�?*/
    .sp-risk-free {
        font-size: 60px;
        line-height: 1.2;
    }

    /* 省钱提示 - 移动�?*/
    .sp-save-tip {
        font-size: 33px;
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: left;
    }

} */
