/** Shopify CDN: Minification failed

Line 119:3 Unexpected "*"
Line 435:4 "ont-family" is not a known CSS property

**/
@font-face {
  font-family: "Roboto";
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url('/cdn/shop/files/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url('/cdn/shop/files/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "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: "Poppins-ExtraBold";
  src: url('/cdn/shop/files/Poppins-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-BoldItalic";
  src: url('/cdn/shop/files/Poppins-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueLTStd-HvEx";
  src: url('/cdn/shop/files/helveticaneueltstd-hvex.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url('/cdn/shop/files/Montserrat-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url('/cdn/shop/files/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "GamePlayed";
  src: url('/cdn/shop/files/GamePlayed.otf');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "HelveticaExtBd";
  src: url('/cdn/shop/files/HelveticaExtBd.otf');
  font-weight: normal;  /* 改为 normal */
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url('/cdn/shop/files/Akrobat-Black.ttf');
  font-weight: normal;  /* 改为 normal */
  font-style: normal;
}
@font-face {
  font-family: "AkAkzidenzGroteskBQ-XBoldrobat";
  src: url('/cdn/shop/files/akzidenzgroteskbq-xbold.otf');
  font-weight: normal;  /* 改为 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;
    line-height:initial;
            letter-spacing: 0px;

}



a {

    color: inherit;

    text-decoration: none;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

}



input,

img {

    border: none;

}



li {

    list-style: none;

}



#root {

    position: relative;

    width: 100%;

    min-height: 100vh;



    /* overflow-x: hidden; */

}



.sp-uppercase {

    text-transform: uppercase;

}



.sp-relative {

    position: relative;

}



.sp-img {

    display: block;

    width: 100%;

}



.sp-flex-x {

    display: flex;

    align-items: center;

}



.flex-bet {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.sp-bg {}



.header-top {

    position: relative;

    z-index: 11;

    text-align: center;

    font-family: Roboto;

    font-weight: bold;

    font-size: 12px;

    color: #FFFFFF;

    width: 1920px;

    height: 25px;

    background: #1F1F1F;

    display: flex;

    align-items: center;

    justify-content: center;



}



.header-top div {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 23px;

}



.header-top .sp-star {

    width: 15px;



}



.header-top .swiper-slide div {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;

}



.header-top .sp-header-icon {

    width: 14px;

    height: auto;

    margin-right: 10px;

}



.sp-ww {

    width: 1243px;

    margin-left: auto;

    margin-right: auto;

}



.sp-fixed {

    left: 0;

    position: fixed !important;

    right: 0;

    top: 0;

    animation: stuckMoveDown 0.6s;

    z-index: 10;

}



.sp-fixed .sp_header-content {

    width: 1920px;

    background-color: #fff;

    top: 0px;

    left: 0px;

    border-radius: 0;

}



.sp_header-wrap {

    position: relative;

}



.sp_header-content {

    position: fixed;

    width: 1920px;

    height: 80px;

    background: #FFFFFF;

    border-radius: 5px;

    top: 25px;

    left: 0px;



    box-sizing: border-box;

    font-size: 16px;

    color: #010100;

    display: flex;

    align-items: center;

    justify-content: space-between;

    z-index: 4;

}



.sp_header-content ul {

    display: flex;

    align-items: center;

    gap: 42px;

    ont-family: Roboto;

    font-weight: bold;

    color: #000000;

    position: absolute;

    top: 35px;

    left: 60px;

}



.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;

    font-family: Poppins-ExtraBold;

    font-weight: 800;

    font-size: 49px;

    color: #16202E;

    left: 894px;

        top: 11px;
    line-height: 1;
    width: 200px;

}



.sp-cart {

    width: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    box-sizing: border-box;

    position: absolute;

    right: 264px;

}



.sp-cart .sp-icon {

    width: 100%;

}



.sp_header-content .sp-cart {

    top: 30px;

}



.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: 178px;

    height: 48px;

    background: #23B2FF;

    border-radius: 24px;

    font-family: Roboto;

    font-weight: bold;

    font-size: 22px;

    color: #FFFFFF;

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

    animation: skip 4s infinite;



    right: 60px;

    position: absolute;

    top: 21px;



}



.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: 260px;

}



.sp-btn-style1 {

    width: 558px;

    height: 80px;

    background: #23B2FF;

    border-radius: 40px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    animation: skip 4s infinite;



    font-family: Poppins;

    font-weight: bold;

    font-size: 35px;

    color: #FFFFFF;

    position: relative;



    background-size: 100% 100%;

    display: flex;

    justify-content: flex-start;

    align-items: center;
    justify-content: space-between;
    padding-left: 55px;
    padding-right: 11px;



}



/* .sp-btn-style1 span {

    margin: 0 10px;

    display: inline-block;

} */





.sp-btn-style1 .sp-btn-arrow-box {

    width: 62px;

    height: 62px;

    background: #FFFFFF;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.sp-btn-style1 .sp-btn-arrow {

    width: 25px;

    height: 24px;



}



.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 {

    line-height: 1;

    font-weight: 600;

    font-size: 55px;

    color: #000000;

    font-family: Poppins-SemiBold;

}



.sp-sub-title {

    font-family: Poppins-Regular;

    font-weight: 400;

    font-size: 25px;

    color: #000000;

    line-height: 1;

}

.sp-blue {

    color: #23B2FF;

}

.sp-sub-title div {

    opacity: 0.8;

}



.sp-part1 {

    width: 1920px;


    position: relative;

}



.sp-big-part {

    width: 1920px;

    height: 2938px;

    position: relative;

    top: 95px;

}



/* ����ͼ */

.sp-part1 .sp1-bg-img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 2938px;

    object-fit: cover;

}


.sp-part1 .sp1-small-title {

    position: absolute;

    top: 140px;

    left: 260px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    font-family: Poppins-Regular;

    font-weight: 400;

    font-size: 30px;

    color: #000000;

    width: 448px;

    height: 45px;

    background: rgba(255, 255, 255, 0.5);

    border-radius: 22px;

    border: 1px solid #FFFFFF;

}


.sp-part1 .sp1-star-icon {

    width: 30px;

}


.sp-part1 .sp1-title {

    position: absolute;

    top: 213px;

    left: 260px;

    font-style: italic;

}


.sp-part1 .sp1-subtitle {

    position: absolute;

    top: 316px;

    left: 260px;

    line-height: 32px;

}



.sp-part1 .sp1-features {

    position: absolute;

    top: 414px;

    left: 260px;

    display: flex;

    justify-content: center;
    gap: 30px;

    width: 594px;

    height: 172px;

    background: url('/cdn/shop/files/20260317-bg1-text-bg.png') no-repeat;

}



.sp-part1 .sp1-feature-item {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;




}



.sp-part1 .sp1-feature-divider {
    width: 1px;
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
    align-self: center;
    width: 1px;
    height: 99px;
    background: rgba(0, 0, 0, 0.2);
    /* border: 1px solid #000000; */
    opacity: 0.2;
}


.sp-part1 .sp1-feature-icon {

    width: auto;
    height: 45px;
    margin-bottom: 15px;
    /* height: 36px; */

}



.sp-part1 .sp1-feature-item span {

    font-family: Poppins-Medium;

    font-weight: 500;

    font-size: 22px;

    color: #000000;

    margin-top: 5px;

}


.sp-part1 .sp1-badge-off {
    animation: swing 2.5s ease-in-out infinite;
    transform-origin: left top;
    position: absolute;

    top: 428px;

    left: 825px;

    width: 153px;

    height: auto;
    z-index: 3;
}

@keyframes swing {

    0%,
    to {
        transform: rotate(5deg)
    }

    50% {
        transform: rotate(-5deg)
    }
}

.sp1-badge-off-text {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 37px;
    color: #FFFFFF;
    position: absolute;
    line-height: 32px;
    top: 51px;
    left: 38px;
}


.sp-part1 .sp1-btn-link {

    position: absolute;

    top: 687px;

    left: 260px;

}

.sp2-image {
    position: absolute;
    z-index: 3;
    height: auto;
}

.sp2-image1 {
    top: 763px;

    right: 586px;

}

.sp2-image2 {
    top: 818px;
    right: 303px;
}


.sp-part2 {

    width: 1504px;
    height: 782px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    border: 3px solid rgba(217, 234, 247, 0.96);
    /* border-image: radial-gradient(circle, rgba(217, 234, 247, 0.96), rgba(255, 255, 255, 0.96)) 3 3; */
    position: absolute;
    top: 916px;
    left: 208px;

}




.sp-part2 .sp2-title {

    position: absolute;

    top: 72px;

    left: 90px;



}




.sp-part2 .sp2-subtitle {

    position: absolute;

    top: 146px;

    left: 90px;



}



/* 6����Ƭ���� */

.sp-part2 .sp2-cards {

    position: absolute;

    top: 230px;

    left: 83px;

    width: auto;

    height: auto;

}



/* ��Ƭͨ����ʽ */

.sp-part2 .sp2-card {

    position: relative;

    border-radius: 16px;

    overflow: hidden;

    background: #FFFFFF;

}



.sp-part2 .sp2-card-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.sp-part2 .sp2-card-text {

    position: absolute;

    top: 15px;

    left: 15px;

    z-index: 2;

}



.sp-part2 .sp2-card-title {

    font-family: Poppins-SemiBold;

    font-weight: 600;
    font-size: 30px;
    color: #000000;



}



.sp-part2 .sp2-card-desc {

    font-family: Roboto-Regular;

    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 30px;
    opacity: 0.8;
    margin-top: 5px;

}



.sp-part2 .sp2-card-icon {

    position: absolute;

    bottom: 15px;

    left: 15px;

    width: 60px;

    height: auto;

}

/* ��ɫ���ֿ�Ƭ */
.sp-part2 .sp2-card2 .sp2-card-title,
.sp-part2 .sp2-card2 .sp2-card-desc,
.sp-part2 .sp2-card4 .sp2-card-title,
.sp-part2 .sp2-card4 .sp2-card-desc,
.sp-part2 .sp2-card5 .sp2-card-title,
.sp-part2 .sp2-card5 .sp2-card-desc,
.sp-part2 .sp2-card6 .sp2-card-title,
.sp-part2 .sp2-card6 .sp2-card-desc {
    color: #FFFFFF;
}



/* Hi-Fi Audio ��Ƭ */

.sp-part2 .sp2-card1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 561px;

    height: 261px;

}



/* 4.2g ��Ƭ */

.sp-part2 .sp2-card2 {

    position: absolute;

    top: 275px;

    left: 0;

    width: 302px;

    height: 215px;

}



/* IPX5 ��Ƭ */

.sp-part2 .sp2-card3 {

    position: absolute;

    top: 275px;

    left: 315px;

    width: 245px;

    height: 215px;

}



/* Noise-Cancel ��Ƭ */

.sp-part2 .sp2-card4 {

    position: absolute;

    top: 0;

    left: 580px;

    width: 348px;

    height: auto;

}




.sp-part2 .sp2-card5 {

    position: absolute;

    top: 0;


    left: 945px;

    width: 403px;

    height: auto;

}




.sp-part2 .sp2-card6 {

    position: absolute;

    top: 250px;

    left: 945px;

    width: 403px;

    height: auto;

}



.sp-orange {

    color: #FFDB2E;

}



.sp-part3 {
    width: 1920px;
    height: 1000px;
    position: relative;
    top: 1792px;

}

/* 主标题 */
.sp-part3 .sp3-title {
    position: absolute;
    top: 190px;
    right: 180px;
    z-index: 2;
}

/* 副标题 */
.sp-part3 .sp3-subtitle {
    position: absolute;
    top: 275px;
    right: 180px;
    z-index: 2;
}

/* 左侧人物图片 */
.sp-part3 .sp3-person-img {
    position: absolute;
    left: 0px;
    width: 1840px;
    height: 1000px;
    z-index: 1;
}

/* 1.2mm Titanium Wire 标签容器 */
.sp-part3 .sp3-wire-badge-wrapper {
    position: absolute;
    bottom: 204px;
    left: 292px;
    width: 516px;
    height: auto;
    z-index: 2;
}

.sp-part3 .sp3-wire-badge-img {
    width: 100%;
    height: auto;
    display: block;
}

.sp-part3 .sp3-wire-badge-text {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    text-align: left;
    line-height: 1;
}

.sp-part3 .sp3-wire-badge-text .wire-size {
    display: block;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 50px;
    color: #23B2FF;
    margin-bottom: 5px;
}

.sp-part3 .sp3-wire-badge-text .wire-label {
    display: block;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size:
        30px;
    color: #000000;
}

/* 3-Point Pressure Support 卡片容器 */
.sp-part3 .sp3-support-wrapper {
    position: absolute;
    top: 357px;
    right: 180px;
    width: 683px;
    height: auto;
    z-index: 2;
}

.sp-part3 .sp3-support-card-img {
    width: 100%;
    height: auto;
    display: block;
}

.sp-part3 .sp3-support-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sp-part3 .sp3-support-title {
    position: absolute;
    top: 70px;
    left: 370px;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 31px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: left;
}

.sp-part3 .sp3-support-subtitle {
    position: absolute;
    top: 143px;
    left: 370px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 23px;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.8);
}

.sp-part3 .sp3-support-weight {
    position: absolute;
    bottom: 42px;
    left: 432px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-part3 .sp3-weight-icon {
    width: 55px;
    height: 55px;
    position: relative;
}



.sp-part3 .sp3-weight-text {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 54px;
    color: #FFFFFF;
}

.sp-part3 .sp3-weight-arrow {
    width: 45px;
    height: auto;
}

/* 购买按钮 */
.sp-part3 .sp3-btn-link {
    position: absolute;
    bottom: 78px;
    right: 180px;
    z-index: 3;
}





/* ========== sp-part4 PC����ʽ ========== */

.sp-part4 {

    width: 1920px;

    height: 1138px;

    position: relative;

    background: #EEF7FF;

}



/* ������ */

.sp-part4 .sp4-title {

    position: absolute;

    top: 120px;

    left: 260px;

}



/* ������ */

.sp-part4 .sp4-subtitle {

    position: absolute;

    top: 207px;

    left: 260px;

}



/* ���ϽǼ�ͷ��ť */

.sp-part4 .sp4-nav-arrows {

    position: absolute;

    top: 111px;

    right: 260px;

    display: flex;

    gap: 26px;

    z-index: 2;

}







.sp-part4 .sp4-arrow-icon {

    width: 67px;

    height: 67px;

}



/* 轮播区域 */

.sp-part4 .sp4-slider-wrap {

    position: absolute;

    top: 300px;

    left: 260px;

    width: 1400px;

    height: 600px;

    overflow: hidden;

}



.sp-part4 .sp4-slider-container {

    position: relative;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: flex-start;

    justify-content: center;

}



.sp-part4 .sp4-slide {

    position: absolute;

    top: 0;

    width: 1153px;

    height: 568px;

    transition: all 0.5s ease;

    border-radius: 15px;

}



/* 上一张slide - 左侧露出一点 */

.sp-part4 .sp4-slide.sp4-slide-prev {

    left: -1060px;

    /* opacity: 0.4; */

    z-index: 1;

    background: #dee0e3;

}



/* 当前active slide - 居中 */

.sp-part4 .sp4-slide.sp4-slide-active {

    left: 50%;

    margin-left: -576px;

    opacity: 1;

    z-index: 2;

    background: #FFFFFF;

}



/* 下一张slide - 右侧露出一点 */

.sp-part4 .sp4-slide.sp4-slide-next {

    left: auto;

    right: -1060px;

    background: #dee0e3;

    z-index: 1;

}



/* 隐藏其他slide */

.sp-part4 .sp4-slide.sp4-slide-hidden {

    opacity: 0;

    visibility: hidden;

}



.sp-part4 .sp4-slide-inner {

    position: relative;

    width: 1153px;

    height: 568px;

    /* background: #FFFFFF; */

    border-radius: 15px;

    overflow: hidden;

}



/* Slide 1: One Charge */

.sp-part4 .sp4-slide-img {

    position: absolute;

    left: 60px;

    top: 50px;

    width: 500px;

    height: auto;

}



.sp-part4 .sp4-charge-icon {

    position: absolute;

    left: 480px;

    top: 60px;

    width: 80px;

    height: auto;
}

.sp-part4 .sp4-slide-content {

    position: absolute;

    right: 40px;

    top: 110px;

    width: max-content;

}



.sp-part4 .sp4-slide-title {

    font-family: Poppins;

    font-family: Poppins-SemiBold;

    font-weight: 600;

    font-size: 35px;

    color: #171816;

    line-height: 42px;

    margin-bottom: 30px;

}

.sp-part4 .sp4-slide-item {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 10px;

}



.sp-part4 .sp4-check-icon {

    width: 42px;

    height: 42px;

}



.sp-part4 .sp4-item-num {

    font-family: Poppins;

    font-weight: 600;

    font-size: 35px;

    color: #23B2FF;

}



.sp-part4 .sp4-item-text {

    font-family: Poppins-Regular;

    font-size:

        25px;

    color: #171816;

}

.sp-part4 .sp4-progress-img {

    width: 100%;

    max-width: 503px;

    height: auto;

    margin-bottom: 20px;

}

/* Slide 2: Control with a Tap */
.sp-part4 .sp4-slide-inner2 {

    padding: 50px 60px;

}

.sp-part4 .sp4-slide-title2 {

    position: absolute;

    top: 65px;

    left: 577px;

}



.sp-part4 .sp4-tap-features {

    display: flex;

    gap: 40px;

    position: absolute;

    top: 138px;

    left: 577px;

    width: 500px;

    display: flex;

    flex-wrap: wrap;

}



.sp-part4 .sp4-tap-item {

    display: flex;

    align-items: center;

    gap: 10px;

    font-family: Poppins-Regular;

    font-weight: 400;

    font-size: 25px;

    color: #171816;

}

.sp-part4 .sp4-slide2-main-img {

    position: absolute;

    left: 35px;

    bottom: 37px;

    width: auto;

    height: 493px;

}



/* Slide 3: IPX5 Waterproof */

.sp-part4 .sp4-slide-inner3 {

    display: flex;

    align-items: center;

}



.sp-part4 .sp4-slide3-img {

    position: absolute;

    left: 35px;

    top: 38px;

    width: 1080px;

    height: auto;
    margin-bottom: 20px;
}

.sp-part4 .sp4-slide3-content {

    position: absolute;

    left: 696px;

    top: 382px;

}



.sp-part4 .sp4-slide3-title {

    font-family: Poppins;

    font-weight: bold;

    font-size: 48px;

    color: #FFFFFF;

    margin-bottom: 20px;

}



.sp-part4 .sp4-ipx5 {

    color: #23B2FF;

}

.sp-part4 .sp4-slide3-desc {

    font-family: Poppins-Regular;

    font-size: 25px;

    color: #171816;

    line-height: 42px;

    font-weight: 400;

}



/* ��ҳָʾ�� */

.sp-part4 .sp4-pagination {

    position: absolute;

    bottom: 220px;

    left: 888px;

    display: flex;

    gap: 40px;

    z-index: 3;

}



.sp-part4 .sp4-dot {

    width: 18px;

    height: 18px;

    border-radius: 50%;

    background: #DEE0E3;

}



.sp-part4 .sp4-dot.sp4-dot-active {

    background: #23B2FF;



}



.sp-part4 .sp4-dot:hover {

    background: rgba(255, 255, 255, 0.6);

}




.sp-part4 .sp4-btn {

    position: absolute;

    bottom: 88px;

    left: 681px;

}








/* Part6 - 360° Immersive Sound */

.sp-part6 {

    position: relative;

    width: 1920px;

    height: 1220px;

    /* background: #EEF7FF; */

    box-sizing: border-box;
    top: 100px;
}



/* 主标题 */

.sp-part6 .sp6-title {

    position: absolute;

    top: 115px;

    left: 0;

    width: 100%;

    text-align: center;

    line-height: 1;

}



/* 副标题 */

.sp-part6 .sp6-subtitle {

    position: absolute;

    top: 200px;

    left: 0;

    width: 100%;

    text-align: center;

}



/* 中心音频展示图 */

.sp-part6 .sp6-main-image {

    position: absolute;

    top: 284px;

    left: 207px;


    width: 1506px;

    height: auto;

}



.sp-part6 .sp6-sound-img {

    width: 100%;

    height: auto;

    display: block;

}

/* 左上角 Bluetooth V6.0 */

.sp-part6 .sp6-bluetooth {

    position: absolute;

    top: 72px;

    left: 81px;

    display: flex;

    align-items: center;

    gap: 15px;

}

.sp-part6 .sp6-bluetooth-icon {

    width: 46px;

    height: auto;

}

.sp-part6 .sp6-bluetooth-text {

    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;

    line-height: 32px;

}

/* 右上角三个图标 */

.sp-part6 .sp6-badges {

    position: absolute;

    top: 100px;

    right: 140px;



}

.sp-part6 .sp6-badge-icon {

    height: auto;

    width: 376px;

}

/* 右侧 Noise effectively */

.sp-part6 .sp6-noise-box {

    position: absolute;

    top: 227px;

    right: 140px;
    display: flex;

    flex-direction: column;

    align-items: flex-end;

}

.sp-part6 .sp6-noise-label {

    width: 251px;
    height: 43px;
    background: #23B2FF;
    border-radius: 20px;

    font-family: Poppins-Regular;

    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 77px;
    top: -22px;

}

.sp-part6 .sp6-noise-chart {

    position: relative;



}

.sp-part6 .sp6-chart-img {

    width: 387px;

    height: auto;

}

.sp-part6 .sp6-chart-text {

    position: absolute;

    top: 53px;

    right: 33px;

    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 26px;

    text-align: right;


}

/* 底部 Directional Sound */

.sp-part6 .sp6-directional {

    position: absolute;

    bottom: 58px;

    right: 140px;

    display: flex;

    align-items: center;

    gap: 15px;

}

.sp-part6 .sp6-directional-text {

    text-align: right;

}

.sp-part6 .sp6-directional-title {

    font-family: Poppins-SemiBold;

    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 5px;

}

.sp-part6 .sp6-directional-desc {

    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 23px;
    color: #FFFFFF;

}

.sp-part6 .sp6-angle-icon {

    width: 117px;

    height: auto;

}

/* 购买按钮 */

.sp-part6 .sp6-btn-box {

    display: none;

}

/* 走马灯 Banner */

.sp-marquee-banner {

    width: 1920px;

    height: 113px;

    background: #0FA6F7;

    overflow: hidden;

    display: flex;

    align-items: center;

}

.sp-marquee-track {

    display: flex;

    white-space: nowrap;

    animation: marquee-scroll 20s linear infinite;

}

.sp-marquee-item {

    display: flex;

    align-items: center;

    gap: 65px;

    padding: 0 60px;

}

.sp-marquee-icon {

    width: 74px;

    height: auto;

}

.sp-marquee-item span {

    font-family: Poppins-SemiBold;

    font-weight: 600;
    font-size: 35px;

    color: #FFFFFF;

}

@keyframes marquee-scroll {

    0% {

        transform: translateX(0);

    }

    100% {

        transform: translateX(-50%);

    }

}

.sp-part8 {

    width: 1920px;

    height: 1460px;

    position: relative;

}

.sp-part8 .sp8-recommend {
    position: absolute;
    top: 130px;
    left: 240px;
    width: 1420px;
    height: 551px;
    background: url('/cdn/shop/files/20260317-bg8-bg.png') no-repeat center;
    background-size: cover;
}

.sp-part8 .sp8-badges {
    position: absolute;
    top: 80px;
    left: 134px;
    display: flex;
    gap: 65px;
}

.sp-part8 .sp8-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sp-part8 .sp8-badge-label {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 17px;
    color: #F4C762;
    position: absolute;
    top: 7px;
}

.sp-part8 .sp8-badge-icon {
    width: 206px;
    height: auto;
}

.sp-part8 .sp8-recommend-title {
    position: absolute;
    top: 200px;
    left: 134px;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
}

.sp-part8 .sp8-recommend-desc {
    position: absolute;
    top: 250px;
    left: 134px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 30px;
}

.sp-part8 .sp8-recommend-author {
    position: absolute;
    top: 380px;
    left: 134px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
}

.sp-part8 .sp8-certifications {
    position: absolute;
    top: 441px;
    left: 134px;
}

.sp-part8 .sp8-cert-img {
    height: 50px;
    width: auto;
}

.sp-part8 .sp8-person-img {
    position: absolute;
    top: 60px;
    right: 500px;
    width: 320px;
    height: auto;
}

.sp-part8 .sp8-cup-img {
    position: absolute;
    top: 82px;
    right: -27px;
    width: 699px;
    height: auto;
}

/* �ײ�������� */
.sp-part8 .sp8-spec-section {
    position: absolute;
    top: 793px;
    left: 0;
    width: 100%;
    /* width: 1920px; */
    height: 420px;
    background: #FFFFFF;
}

.sp-part8 .sp8-spec-content {
    position: absolute;
    top: 0px;
    left: 315px;
}

.sp-part8 .sp8-spec-title {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 55px;
    color: #171816;
    margin-bottom: 34px;
    line-height: 1;
}

.sp-part8 .sp8-spec-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.sp-part8 .sp8-spec-item {
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #171816;
    line-height: 38px;
}

.sp-part8 .sp8-spec-label {
    font-weight: 600;
    font-family: Poppins-SemiBold;
}

.sp-part8 .sp8-box-title {
    font-weight: 600;
    font-size: 35px;
    color: #171816;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Poppins-SemiBold;
}

.sp-part8 .sp8-box-content {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 30px;
    color: #171816;
    line-height: 38px;
}

.sp-part8 .sp8-product-img {
    position: absolute;
    top: 0px;
    right: 306px;
    width: 729px;
    height: auto;
}

/* ========== Part9 样式 ========== */
.sp-part9 {
    width: 1920px;
    height: 726px;
    position: relative;
    background: url('/cdn/shop/files/20260317-bg9-bg.png');
    overflow: hidden;
}

.sp-part9 .sp9-title {
    position: absolute;
    top: 321px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.sp-part9 .sp9-subtitle {
    position: absolute;
    top: 395px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.sp-part9 .sp9-grid {
    position: absolute;
    top: 56px;
    left: 0;

}

.sp-part9 .sp9-img {
    position: absolute;
    width: 100%;
    height: auto;
}



/* 第一行 5张图 */
.sp-part9 .sp9-img1 {
    width: 247px;
    top: 56px;
    left: 130px;
}

.sp-part9 .sp9-img2 {
    width: 470px;
    top: 56px;
    left: 388px;
}

.sp-part9 .sp9-img3 {
    width: 131px;
    top: 56px;
    left: 871px;
}

.sp-part9 .sp9-img4 {
    width: 518px;
    top: 56px;
    left: 1015px;
}

.sp-part9 .sp9-img5 {
    width: 246px;
    top: 56px;
    left: 1545px;
}

/* 第二行 4张图 */
.sp-part9 .sp9-img6 {
    width: 247px;
    top: 231px;
    left: 130px;
}

.sp-part9 .sp9-img7 {
    width: 246px;
    top: 231px;
    left: 1545px;
}

.sp-part9 .sp9-img8 {
    width: 247px;
    top: 505px;
    left: 130px;
}

.sp-part9 .sp9-img9 {
    width: 339px;
    top: 505px;
    left: 388px;
}

/* 第三行 4张图 */
.sp-part9 .sp9-img10 {
    width: 263px;
    top: 505px;
    left: 739px;
}

.sp-part9 .sp9-img11 {
    width: 417px;
    top: 505px;
    left: 1015px;
}

.sp-part9 .sp9-img12 {
    width: 348px;
    top: 505px;
    left: 1443px;
}

/* .sp-part9 .sp9-img13 {
    width: 348px;
    top: 505px;
    left: 1443px;
} */

.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-opt-group1 {

    color: #FD4C00;

}



.sp_product_part .sp-title {

    width: 1161px;

    text-align: center;

    margin: 0 auto 20px;

    font-family: HelveticaNeueLTStd-HvEx;

    font-weight: normal;

    font-size: 50px;

    color: #061244;

    line-height: 60px;

}



.sp-scroll-top .sp-product-top {

    padding: 0;

    padding-top: 130px;

    box-sizing: border-box;

    position: relative;

    /* background: url('/cdn/shop/files/20260317-product-top-bg.png') no-repeat center top; */

    background-size: 100% auto;

    width: 100%;

    height: 322px;

}



.sp-scroll-top .sp-info {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    font-weight: 500;

    font-size: 24px;

    color: #2C2C2C;

    font-family: Roboto-Regular;

}



.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;

    font-family: Poppins;

    font-weight: 400;

    line-height: 1;

    margin-bottom: 20px;

    font-family: Poppins-SemiBold;

    font-weight: 600;

    font-size: 60px;

    color: #2C2C2C;

}





.sp-scroll-top .sp-emoji {

    position: absolute;

    animation: skip 4s infinite;



    width: 77px;

    top: 117px;

}



.sp-scroll-top .sp-emoji1 {

    left: 421px;

}



.sp-scroll-top .sp-emoji2 {

    right: 421px;

}





.sp-scroll-top .sp-info3 span {

    font-size: 78px;

}



.sp-scroll-top .sp-info4 {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 100px;

    margin-bottom: 40px;

}



.sp-scroll-top .sp-info4-item {

    display: flex;

    align-items: center;

    gap: 18px;

    font-family: Roboto-Regular;

    font-size: 24px;

    color: #FFFFFF;

}





.sp_product_part .sp-img-wrap {





    padding: 15px 10px 0;

    user-select: none;

    box-sizing: border-box;

    width: 731px;

    height: 516px;

    background: #EE6500;

    border-radius: 30px;

}



.sp_product_part .sp-img-wrap .swiper-box {

    width: 710px;

    height: 398px;

    background: #FFFFFF;

    border-radius: 20px;

}



.sp_product_part .sp-img-wrap .swiper-slide {

    display: flex;

    align-items: center;

    justify-content: center;



}



.sp_product_part .sp-img-wrap .sp-img-p {

    -webkit-user-drag: none;

    display: block;

    width: auto;

    height: 280px;

    margin-top: 70px;

}



/* .sp_product_part .sp-img-wrap .sp-img-p2 {

    width: auto;

    height: 300px;

    margin-top: 40px !important;

} */



.sp_product_part .sp_product_inner {

    width: 525px;

}





.sp_product_part .sp-row1 {

    width: 440px;

    position: absolute;

    bottom: 28px;

    left: 90px;

    font-family: Poppins-Medium;

    text-align: left;

    line-height: 1.2;

    font-weight: 500;

    font-size: 18px;

    line-height: 16px;

    gap: 5px;

    display: flex;

    align-items: center;

    font-weight: 500;

    font-size: 20px;

    color: #FFFFFF;

    line-height: 16px;

}



.sp_product_part .sp-round {

    position: absolute;

    bottom: 56px;

    left: 84px;

    width: 344px;

    height: 13px;

    background: #FFFFFF;

    border-radius: 7px;

}



.sp_product_part .sp-round1 {

    position: absolute;

    bottom: 54px;

    left: 84px;

    width: auto;

    height: 18px;

    background: #FFE400;

    border-radius: 7px;

}



.sp_product_part .sp-row1 .sp-span {

    font-family: "Roboto";

}



@keyframes sp-round-pc {

    0% {

        width: 64px;

    }



    100% {

        width: 364px;

    }

}



.sp_product_part .sp-row1 p {

    font-family: "Roboto-Regular";

    font-size: 22px;

    font-style: normal;

    text-transform: none;

}



.sp_product_part .gift-icon {

    width: 44px;

    height: 47px;

    position: absolute;

    bottom: 26px;

    left: 22px;

    animation: shakeCart 3s infinite ease-in-out;

}



.sp_product_part .sp-clock-icon {

    width: auto;

    height: 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-opt-group .sp-hot {

    width: 26px;

    height: auto;

    margin-right: 10px;

}



.sp_product_part .sp-option {

    position: relative;

    width: auto;

    min-width: 150px;

    height: 44px;

    background: #F3F3F3;

    border: 1px solid #ABABAB;

    border-radius: 22px;

    font-family: Poppins-Medium;

    font-weight: 400;

    font-size: 19px;

    color: #25252580;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    box-sizing: border-box;

    white-space: nowrap;

    user-select: none;

    padding: 0 25px;

    font-weight: normal;

}



.sp_product_part .sp-option .sp-save-badge {

    position: absolute;

    top: -10px;

    right: -10px;

    background: #FF1744;

    color: #FFFFFF;

    font-family: Poppins;

    font-weight: bold;

    font-size: 16px;

    padding: 2px 8px;

    border-radius: 10px;

    line-height: 1;

}



.sp_product_part .sp-option.active {

    background: #000000;

    border: none;

    color: #FFFFFF;

}







.sp_product_part .sp-option .sp-span {

    font-family: "Roboto-Regular";

    margin-left: 5px;

}



.sp_product_part #sp-opt-group1 .sp-option .sp-icon {

    position: static;

}



.sp_product_part .sp-option .sp-icon {

    width: 22px;

    margin-right: 10px;

}



/* .sp_product_part #sp-opt-group1 .sp-option {



    padding: 27px 30px;

    border-radius: 8px;

    background: #fff;

    width: 183px;

    height: 183px;

    background: #FFFFFF;

    border-radius: 10px;

}



.sp_product_part #sp-opt-group1 .sp-option.active {

    border: 3px solid #FD771B;



    background: #fff;

} */



.sp_product_part #sp-opt-group1 .sp-option #sp-opt-group1-img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}







.sp_product_part .title {

    font-weight: bold;

    font-family: Poppins-SemiBold;

    font-weight: bold;

    font-size: 36px;

    color: #252525;

    font-weight: bold;

    padding-bottom: 19px;

    border-bottom: 2px solid #9D9D9D50;

    white-space: nowrap;

}



.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: Roboto;

    font-weight: bold;

    font-size: 44px;

    color: #ff0707;

}



.sp_product_part .sp-price2 {

    font-family: Poppins;

    font-weight: bold;

    font-size: 27px;

    margin-left: 32px;

    color: #9D9D9D;

}



.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: Poppins-Medium;

    font-weight: normal;

    border-radius: 10px;

    width: 258px;

    height: 50px;

    background: #0C88F1;

    border-radius: 25px;

    box-sizing: border-box;

    font-weight: 500;

    font-size: 22px;

    color: #FFFFFF;

    gap: 14px;

    text-transform: uppercase;

}



.sp_product_part .addCart img {

    width: 24px;

}



.sp_product_part .sp-btn-style {

    width: 525px;

    height: 72px;

    background: linear-gradient(0deg, #E10019 0%, #F32230 100%);

    border-radius: 36px;

    cursor: pointer;

    margin: 22px auto 22px 0;

    font-size: 43px;

    font-family: "Poppins";

    color: #fff;

    animation: skip 4s infinite;

    text-align: center;

    font-family: Poppins-SemiBold;

    font-weight: 600;

    font-size: 35px;

    color: #FFFFFF;

}



.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: 242px;

    height: 51px;

    border-radius: 25px;

    border: 1px solid #E5E5E5;

    padding: 0;

    box-sizing: border-box;

    position: relative;

    display: flex;

    justify-content: space-between;

    align-items: center;

    background: #FFFFFF;

    overflow: hidden;

}



.addGroup .sp-reduce,

.addGroup .sp-add {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50px;

    height: 100%;

    cursor: pointer;

    flex-shrink: 0;

    background: #EEEEEE;

    font-size: 20px;

    color: #9D9D9D;

}



.addGroup .sp-reduce {

    border-radius: 25px 0 0 25px;



}



.addGroup .sp-add {

    border-radius: 0 25px 25px 0;

}



.addGroup .sp-img {

    width: 16px;

    height: auto;

}



.addGroup input {

    outline: 0;

    border: none;

    text-align: center;

    box-sizing: border-box;

    width: 100px;

    height: 100%;

    color: #333333;

    background: #FFFFFF;

    padding: 0;

    font-family: "Roboto-Medium";

    font-size: 20px;

    line-height: 50px;

}



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: 516px;

    display: block;

    margin: 25px auto 20px;

}



.sp-footer-img2 {

    width: 475px;

    display: block;

}



.sp-footer-box1 {

    width: 100%;

    background: #daf1ff;

    border-radius: 10px;

    padding: 20px 40px 30px;

    box-sizing: border-box;

}



.sp-footer-box1 .sp-p {

    display: flex;

    align-items: center;

    gap: 7px;

    font-family: "Poppins-SemiBold";

    font-size: 20px;

    color: #282828;

    margin-bottom: 20px;

}



.sp-footer-box1 .sp-icon {

    width: 25px;

}



.sp-footer-box2 {

    width: 100%;

    background: #fffdf0;

    border-radius: 10px;

    padding: 16px 41px;

    box-sizing: border-box;

    margin-top: 20px;

}



.sp-footer-box2 .sp-icon {

    width: 29px;

}



.sp-footer-box2 .sp-p {

    display: flex;

    align-items: center;

    gap: 7px;

    font-family: "Roboto";

    font-size: 20px;

    color: #282828;

    margin-bottom: 20px;

}



.sp-footer-box2 .sp-li {



    font-family: "Poppins-Regular";

    font-size: 17px;

    color: #666666;

    line-height: 1.2;

    margin-top: 10px;

    font-weight: 400;
    display: flex;
        flex-wrap: wrap;

}
.sp-footer-box2 .sp-li span{
        font-size: 17px;
    }



.sp-footer-box2 span:nth-child(1) {



    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/20260317-icon1.png');

}



.sp-circle2 {

    width: 49px;

    height: 49px;

    background-image: url('/cdn/shop/files/20260317-icon2.png');

}



.sp-circle3 {

    width: 48px;

    height: 42px;

    background-image: url('/cdn/shop/files/20260317-icon3.png');

}



.sp-circle4 {

    width: 49px;

    height: 49px;

    background-image: url('/cdn/shop/files/20260317-icon4.png');

}



.sp-circle-part {

    margin: 0 auto;

    width: 1920px;

    height: 201px;

    /* padding: 52px 0px; */

    background: url('/cdn/shop/files/20260317-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;

}







.sp-promise-section2 {

    width: 1920px;

    height: 449px;

    background: url('/cdn/shop/files/20260317-circle-bg.png') no-repeat;

    background-size: 100% 100%;

    padding: 60px 260px;

    color: #fff;

    display: flex;

    flex-direction: column;

    align-items: center;

    box-sizing: border-box;

    overflow: hidden;

}





.sp-bz3-section-title {

    font-family: Poppins-SemiBold;

    font-weight: 600;

    font-size: 55px;

    color: #FFFFFF;

    margin-bottom: 60px;

    font-style: normal;

    line-height: 1;

}



.sp-bz3-section-title .gradually i {

    font-style: normal;

}



.sp-bz3-section-title br {

    display: none;

}



.sp-bz3-cards-container {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    width: 100%;

    gap: 43px;

}



.sp-bz3-card {

    width: 445px;

    height: 216px;

    background: rgba(255, 255, 255, 0.9);

    border-radius: 25px;

    border: 2px solid linear-gradient(137deg, #015EEA, #00C0FA);



    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    position: relative;

    padding: 58px 0;

    /* box-sizing: border-box; */

}



.sp-bz3-card-icon {

    width: 86px;

    height: 86px;

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    top: -36px;

}



.sp-bz3-icon-img {

    width: 100%;

    height: auto;

    object-fit: contain;

}



/* 文本内容区域 - PC�?*/

.sp-bz3-card-content h3 {

    font-family: Poppins;

    font-weight: bold;

    font-size: 24px;

    color: #212121;

    line-height: 1;

    margin: 0px 0px 0px;

    padding: 0 0px;

    box-sizing: border-box;

    text-transform: uppercase;

    line-height: 27px;

    margin: 0 auto 15px;

    white-space: nowrap;



}







.sp-bz3-card:last-of-type .sp-bz3-card-content h3 {

    width: 200px;

}



.sp-bz3-card-content p {

    font-family: Poppins-Regular;

    font-weight: 400;

    font-size: 16px;

    color: #212121;

    line-height: 24px;

    opacity: 0.8;

}



.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: 1243px;

    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/20260317-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 div {

        display: flex;

        align-items: center;

        justify-content: center;

        gap: 23px;

    }



    .header-top .sp-star {

        width: 25px;



    }



    .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 {

        position: absolute;

        transform: unset;

        font-weight: 800;

        font-weight: 500;

        font-size: 74px;

        color: #0C131D;

        left: 142px;

        top: 85px;

    }



    .sp-top-btn {

        width: 380px;
        height: 90px;

        border-radius: 45px;
        font-weight: bold;
        font-size: 45px;



        margin: 0;

        margin-left: 24px;

        position: absolute;

        top: 78px;

        right: 30px;

    }



    .sp_header-content .sp-cart {

        width: 67px;

        position: absolute;

        top: 100px;

        right: 320px;

    }



    .sp_header-content .sp-cart .sp-icon {

        width: 55px;

    }







    .sp-cart .sp-num {

        width: 35px;

        height: 35px;

        border: none;

        font-size: 22px;

    }



    .sp-menu-btn {

        width: 52px;

        cursor: pointer;

        margin-right: 50px;

    }



    .sp-btn-box {

        top: 1466px;

        left: 51px;

    }



    .sp-btn-style1 {

        width: 884px;

        height: 121px;

        border-radius: 61px;



        font-size: 53px;

        color: #FFFFFF;
        justify-content: space-between;
        padding-left: 96px;
        padding-right: 18px;

    }





    .sp-btn-style1 .sp-btn-arrow-box {

        width: 94px;

        height: 94px;



    }



    .sp-btn-style1 .sp-btn-arrow {

        width: 37px;

        height: 37px;



    }



    /* .sp-btn-style1 span {

        margin: 0 20px;

    } */





    .sp-title {

        font-size: 60px;

    }



    .sp-sub-title {

        font-size: 32px;

    }




    .sp-part4 {

        width: 1080px;

        height: 1721px;

        padding: 0;


        background-size: cover;

    }




    .sp-part4 .sp4-title {

        top: 120px;

        line-height: 1.2;
        left: 0;
        width: 100%;
        text-align: center;
    }



    .sp-part4 .sp4-slider-container {
        width: 932px;
        height: 1032px;


        background: #FFFFFF;
    }

    .sp-part4 .sp4-subtitle {

        top: 220px;
        left: 0;
        width: 100%;
        text-align: center;

    }




    .sp-part4 .sp4-slider-wrap {
        position: absolute;
        top: 300px;
        width: 932px;
        height: 1032px;
        left: 74px;
    }



    .sp-part4 .sp4-slide {


        width: 932px;
        height: 1032px;


        background: #FFFFFF;
        border-radius: 15px;
    }

    /* 移动端轮播 - 一页一张，隐藏前后卡片 */
    .sp-part4 .sp4-slide.sp4-slide-prev {
        left: -100%;
        opacity: 0;
        background: #FFFFFF;
    }

    .sp-part4 .sp4-slide.sp4-slide-active {
        left: 0;
        margin-left: 0;
        opacity: 1;
    }

    .sp-part4 .sp4-slide.sp4-slide-next {
        right: -100%;
        opacity: 0;
        background: #FFFFFF;
    }

    .sp-part4 .sp4-slide-inner {

        border-radius: 20px;

        height: 1032px;
        width: 932px;

    }



    /* Slide 1 - �ƶ��� */

    .sp-part4 .sp4-slide-img {


        top: 38px;

        width: 852px;

        top: 58px;
        left: 40px;
    }



    .sp-part4 .sp4-slide-content {

        position: absolute;

        left: 0px;


        top: 584px;

        width: 100%;

    }



    .sp-part4 .sp4-slide-title {

        font-size: 45px;

        text-align: center;

        margin-bottom: 0px;
        width: 100%;
        margin-bottom: 20px;
    }



    .sp-part4 .sp4-slide-item {

        justify-content: flex-start;
        padding-left: 125px;

    }



    .sp-part4 .sp4-item-num {

        font-size: 48px;

    }



    .sp-part4 .sp4-item-text {

        font-size: 34px;

    }



    .sp-part4 .sp4-progress-img {

        max-width: 693px;
        ;
        padding-left: 119px;
    }




    .sp-part4 .sp4-slide-inner2 {

        padding: 0px;

    }



    .sp-part4 .sp4-slide-title2 {

        font-size: 45px;

        text-align: center;
        top: 59px;
        width: 100%;
        left: 0;
    }



    .sp-part4 .sp4-tap-features {

        flex-wrap: wrap;

        justify-content: space-between;
        width: 853px;
        /* gap: 40px; */
        left: auto;
        right: auto;
        padding: 0 133px;
    }



    .sp-part4 .sp4-tap-item {

        font-weight: 400;
        font-size: 32px;

    }



    .sp-part4 .sp4-slide2-main-img {

        position: relative;

        left: 40px;
        top: 300px;

        bottom: 0;

        width: 853px;

        margin-top: 0px;
        height: 687px;
    }



    .sp-part4 .sp4-slide2-thumbs {

        position: relative;

        right: 0;

        bottom: 0;

        justify-content: center;

        margin-top: 20px;

    }



    .sp-part4 .sp4-slide2-thumb {

        width: 150px;

    }



    /* Slide 3 - �ƶ��� */

    .sp-part4 .sp4-slide3-img {


        left: 40px;

        width: 852px;
        height: 788px;
        top: 187px;
    }



    .sp-part4 .sp4-slide3-content {

        position: absolute;

        left: 0px;

        width: 100%;

        top: 58px;

        text-align: center;

    }



    .sp-part4 .sp4-slide3-title {

        font-size: 45px;

    }



    .sp-part4 .sp4-slide3-desc {

        font-size: 30px;
        white-space: nowrap;
    }



    .sp-part4 .sp4-pagination {
        position: absolute;
        bottom: 300px;
        display: flex;
        gap: 50px;
        left: 118px;
    }

    .sp-part4 .sp4-dot {
        width: 21px;
        height: 21px;
    }

    .sp-part4 .sp4-nav-arrows {


        top: 1376px;

        right: 120px;

    }



    .sp-part4 .sp4-arrow {

        width: 67px;

        height: 67px;

    }



    .sp-part4 .sp4-arrow-icon {

        width: 67px;

        height: 67px;

    }

    .sp-part4 .sp4-btn {

        bottom: 120px;

        left: 98px;

    }



    .sp-part6 {

        width: 1080px;

        height: 2050px;
        top: 0;
    }




    .sp-part6 .sp6-title {

        top: 120px;


        width: 100%;

        text-align: center;

        left: 0;

    }




    .sp-part6 .sp6-subtitle {

        top: 276px;


        width: 100%;

        text-align: center;

        left: 0;

    }



    /* 大图/视频区域 - 移动�?*/
    /* 中心音频展示图 */

    .sp-part6 .sp6-main-image {

        position: absolute;

        top: 375px;

        left: 39px;


        width: 1001px;

        height: auto;

    }



    .sp-part6 .sp6-sound-img {

        width: 100%;

        height: auto;

        display: block;

    }

    /* 左上角 Bluetooth V6.0 */

    .sp-part6 .sp6-bluetooth {


        top: 88px;

        left: 63px;



        gap: 15px;

    }

    .sp-part6 .sp6-bluetooth-icon {

        width: 66px;


    }

    .sp-part6 .sp6-bluetooth-text {

        font-size: 45px;
        line-height: 45px;

    }

    /* 右上角三个图标 */

    .sp-part6 .sp6-badges {


        top: 100px;

        right: 48px;



    }



    /* 右侧 Noise effectively */

    .sp-part6 .sp6-noise-box {

        position: absolute;

        top: auto;
        left: 95px;
        bottom: 86px;
        display: flex;

        flex-direction: column;
        right: auto;
        align-items: flex-end;

    }

    .sp-part6 .sp6-noise-label {
        width: 417px;
        height: 72px;
        background: #23B2FF;
        border-radius: 34px;


        font-size: 40px;
        left: 197px;
        top: -32px;

    }

    .sp-part6 .sp6-noise-chart {

        position: relative;



        padding: 0;

    }

    .sp-part6 .sp6-chart-img {

        width: 812px;

        height: auto;

    }

    .sp-part6 .sp6-chart-text {


        top: 69px;

        right: 98px;

        font-size: 35px;
        line-height: 44px;



    }

    /* 底部 Directional Sound */

    .sp-part6 .sp6-directional {

        top: 814px;
        bottom: auto;

        right: auto;
        left: 112px;

        gap: 15px;
        z-index: 2;
    }

    .sp-part6 .sp6-directional-text {

        text-align: left;

    }

    .sp-part6 .sp6-directional-title {


        font-size: 41px;
        margin-bottom: 5px;

    }

    .sp-part6 .sp6-directional-desc {

        font-size: 29px;

    }

    .sp-part6 .sp6-angle-icon {

        width: 149px;

        height: auto;

    }

    .sp-marquee-banner {

        width: 1080px;



    }




    .sp-marquee-icon {

        width: 74px;

        height: auto;

    }





    .sp-part8 {
        width: 1080px;
        height: 2647px;
        margin: 0 auto;
        position: relative;
    }

    .sp-part8 .sp8-recommend {
        position: absolute;
        top: 100px;
        left: 27px;
        width: 1002px;
        height: 1127px;
        background: url('/cdn/shop/files/20260317-bg8-bg-m.png') no-repeat center;
        background-size: cover;
    }

    .sp-part8 .sp8-badges {
        position: absolute;
        top: 120px;
        left: 80px;
        display: flex;
        gap: 68px;
    }

    .sp-part8 .sp8-badge-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .sp-part8 .sp8-badge-label {
        font-size: 21px;
    }

    .sp-part8 .sp8-badge-icon {
        width: 244px;
    }

    .sp-part8 .sp8-recommend-title {
                position: absolute;
        top: 235px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 40px;
        
    }

    .sp-part8 .sp8-recommend-desc {
        position: absolute;
        top: 321px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
    }

    .sp-part8 .sp8-recommend-author {
        position: absolute;
        top: 464px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 29px;
    }

    .sp-part8 .sp8-certifications {
        position: absolute;
        top: 552px;
        left: 160px;
    }

    .sp-part8 .sp8-cert-img {
        height: 70px;
    }

    .sp-part8 .sp8-person-img {
        position: absolute;
        top: 200px;
        right: 60px;
        width: 400px;
    }

    .sp-part8 .sp8-cup-img {
        position: absolute;
        top: 662px;
        right: -10px;
        width: 886px;
    }

    .sp-part8 .sp8-spec-section {
        position: relative;
        top: 1317px;
        left: 0;
        width: 1080px;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0 60px;
        box-sizing: border-box;
    }

    .sp-part8 .sp8-spec-content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    .sp-part8 .sp8-spec-title {
        font-size: 60px;
        margin-bottom: 50px;
        text-align: center;
    }

    .sp-part8 .sp8-spec-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 40px;
    }

    .sp-part8 .sp8-spec-item {
        font-size: 30px;
        line-height: 38px;
    }

    .sp-part8 .sp8-box-title {
        font-size: 35px;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .sp-part8 .sp8-box-content {
        font-size: 26px;
    }

    .sp-part8 .sp8-box-content br {
        display: none;
    }

    .sp-part8 .sp8-product-img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 60px;
    }

    .sp-part8 .sp8-spec-card {
        top: 730px;

        flex-direction: column;

    }



    /* ========== Part9 移动端样式 ========== */
    .sp-part9 {
        width: 1080px;
        height: 1176px;
        position: relative;
        background: url('/cdn/shop/files/20260317-bg9-bg-m.png');
        overflow: hidden;
    }

    .sp-part9 .sp9-title {
        top: 140px;
    }

    .sp-part9 .sp9-subtitle {
        top: 213px;

    }


    .sp-part9 .sp9-img {
        position: absolute;
        width: 100%;
        height: auto;
    }



    /* 第一行 5张图 */
    .sp-part9 .sp9-img1 {
        width: 203px;
        top: 300px;
        left: 54px;
        height: 188px;
    }

    .sp-part9 .sp9-img2 {
        width: 357px;
        top: 300px;
        left: 268px;
        height: 188px;
    }

    .sp-part9 .sp9-img3 {
        width: 203px;
        top: 300px;
        left: 635px;
        height: 188px;
    }

    .sp-part9 .sp9-img4 {
        width: 176px;
        top: 300px;
        left: 850px;
        height: 188px;
    }

    /* 第二行 4张图 */

    .sp-part9 .sp9-img5 {
        width: 239px;
        top: 500px;
        left: 54px;
    }

    .sp-part9 .sp9-img6 {
        width: 173px;
        top: 500px;
        left: 304px;
    }

    .sp-part9 .sp9-img7 {
        width: 320px;
        top: 500px;
        left: 487px;
    }

    .sp-part9 .sp9-img8 {
        width: 207px;
        top: 500px;
        left: 817px;
    }

    .sp-part9 .sp9-img9 {
        width: 239px;
        top: 698px;
        left: 54px;
    }

    /* 第三行 4张图 */
    .sp-part9 .sp9-img10 {
        width: 503px;
        top: 698px;
        left: 304px;
    }

    .sp-part9 .sp9-img11 {
        width: 177px;
        top: 861px;
        left: 304px;
    }

    .sp-part9 .sp9-img12 {
        width: 320px;
        top: 698px;
        left: 492px;
        top: 861px;
    }

    .sp-part9 .sp9-img13 {
        width: 204px;
        top: 861px;
        left: 821px;
        top: 861px;
    }

    .sp-scroll-top .sp-info {

        font-size: 30px;

        gap: 9px;

        text-align: center;

        line-height: 39px;

    }



    .sp-scroll-top .sp-info br,

    .sp-scroll-top .sp-info2 br {

        display: block;

    }



    .sp-scroll-top .sp-product-top {

        padding-top: 120px;

        /* background: url('/cdn/shop/files/20260317-product-top-bg-m.png') no-repeat center top; */

        background-size: 100% auto;

        height: 351px;

    }



    .sp-scroll-top .sp-info img {

        width: 107px;

        /* transform: translateY(-3px); */

        line-height: 50px;

    }



    .sp-scroll-top .sp-info2 {

        font-size: 55px;

        text-align: center;

        margin-bottom: 34px;

    }





    .sp-scroll-top .sp-emoji {

        position: absolute;

        width: 77px;

        height: auto;

        top: 100px;

    }



    .sp-scroll-top .sp-emoji1 {

        left: 35px;

    }



    .sp-scroll-top .sp-emoji2 {

        right: 35px;

    }



    .sp_product_part {
        width: 1080px;
        padding: 0px 40px 100px;
    }

    .sp_product_content {
        flex-direction: column;
    }

    .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: 395px;

        margin-top: 90px;

    }



    /* .sp_product_part .sp-img-wrap .sp-img-p2 {



        width: auto;

        height: 367px;

        margin-top: 100px !important;

    } */



    .sp_product_part .sp-round {

        position: absolute;

        bottom: 78px;

        left: 106px;

        width: 475px;

        height: 18px;

    }



    .sp_product_part .sp-round1 {

        position: absolute;

        bottom: 78px;

        left: 106px;

        width: auto;

        height: 24px;



    }





    @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: auto;

        height: 30px;



        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 {

        min-width: 226px;

        border-radius: 38px;

        height: 76px;

        font-size: 32px;

        padding: 0 55px;

        display: flex;

        align-items: center;

        justify-content: center;

    }





    .sp_product_part .sp-opt-group .sp-hot {

        width: 33px;

        height: 47px;

        margin-right: 10px;

    }





    .sp_product_part #sp-opt-group1 .sp-option .sp-icon {

        position: static;

    }



    .sp_product_part .sp-option .sp-icon {

        width: 39px;

        margin-right: 16px;

    }



    .sp_product_part .title {

        font-size: 63px;

        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: flex-start;

        gap: 44px;

    }



    .sp_product_part .addCart {

        width: 448px;

        height: 87px;

        border-radius: 43px;

        font-size: 42px;

        gap: 19px;

    }



    .sp_product_part .addCart img {

        width: 42px;

    }



    .sp-fast {

        width: 100px !important;

        height: auto !important;

    }



    .sp_product_part .sp-btn-style {

        width: 100%;

        width: 992px;

        height: 136px;

        border-radius: 68px;

        margin: 40px auto 60px;

        margin-bottom: 40px;

        font-size: 66px;

    }



    .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: 421px;

        height: 90px;

        border-radius: 45px;

        border: 1px solid #E5E5E5;

        padding: 0;

    }



    .addGroup .sp-reduce,

    .addGroup .sp-add {

        width: 90px;

        font-size: 36px;

    }



    .addGroup input {

        width: 220px;

        font-size: 40px;

        line-height: 90px;

    }



    .sp-footer-img {

        width: 1000px;

        margin: 40px auto 53px;

    }



    .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: 32px;

        margin-top: 16px;



    }
    .sp-footer-box2 .sp-li span{
        font-size: 32px;
    }







    .sp-footer-box2 .sp-li p {

        text-align: left;

    }



    .sp-circle-part {

        width: 1080px;

        height: auto;

        padding: 80px 100px;

        background: url('/cdn/shop/files/20260317-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/20260317-icon1.png');

        background-size: contain;

        background-repeat: no-repeat;

        background-position: center;

    }



    .sp-circle2 {

        width: 95px;

        height: 97px;

        background-image: url('/cdn/shop/files/20260317-icon2.png');

        background-size: contain;

        background-repeat: no-repeat;

        background-position: center;

    }



    .sp-circle3 {

        width: 95px;

        height: 83px;

        background-image: url('/cdn/shop/files/20260317-icon3.png');

        background-size: contain;

        background-repeat: no-repeat;

        background-position: center;

    }



    .sp-circle4 {

        width: 97px;

        height: 97px;

        background-image: url('/cdn/shop/files/20260317-icon4.png');

        background-size: contain;

        background-repeat: no-repeat;

        background-position: center;

    }





    .sp-promise-section2 {

        width: 1080px;

        height: 1521px;

        padding: 120px 40px;

        background-image: url('/cdn/shop/files/20260317-circle-bg-m.png');

        background-size: 100% 100%;

        min-height: auto;

        position: relative;

    }



    .sp-bz3-section-title {

        text-align: center;

        margin-bottom: 60px;

        font-weight: bold;

        font-weight: 600;

        font-size: 65px;

        color: #FFFFFF;

        line-height: 70px;

        position: static;

        width: auto;

        display: block;

    }



    .sp-bz3-section-title br {

        display: block;

    }



    .sp-bz3-cards-container {

        flex-direction: column;

        gap: 24px;

        position: static;

        top: auto;

        left: auto;

    }



    .sp-bz3-card {

        flex: unset;

        flex-direction: row;

        align-items: center;

        text-align: left;

        padding: 0px 47px 0px 54px;

        border-radius: 30px;

        box-sizing: border-box;

        width: 1000px;

        height: 300px;

        border-radius: 20px;

        padding-right: 0;

        width: 1002px;

        height: 342px;

        border-radius: 30px;

    }



    .sp-bz3-card-icon {

        margin-bottom: 0;

        margin-right: 50px;

        width: 204px;

        height: 204px;

        flex-shrink: 0;

        position: unset;

        top: unset;

        transform: unset;

    }



    /* #root {

        overflow: hidden;

    } */







    .sp-bz3-card-content h3 {

        font-weight: bold;

        font-size: 40px;

        margin: 0 !important;

        margin-bottom: 20px !important;

        line-height: 43px;

        padding-left: 0;

        padding-right: 0px;

        height: auto;

        width: auto !important;

        line-height: 45px;

    }



    .sp-bz3-card-content h3 br {

        display: block;

    }



    .sp-bz3-card-content p {

        font-size: 28px;

        line-height: 35px;

        white-space: nowrap;

    }



    .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-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: 40px;

        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;

        margin-top: -5px;

    }



    .size-btn div {

        font-size: 37px;

        color: #2D2D2D;

        line-height: 40px;

    }



    .size-btn .sp-arrow-img {

        width: 24px;

    }



    .sp-scroll-top {

        scroll-margin-top: -20px;

    }



    .gradually .sp-title span,

    .gradually i {

        display: inline-block;

        position: relative;

        opacity: 0;

        font-style: normal;

    }



    .gradually .sp-sub-title {

        opacity: 0;

    }

}



@keyframes swift-up-fade {

    0% {

        transform: translateY(0.8rem);

        opacity: 0;

    }



    100% {

        transform: translateY(0px);

        opacity: 1;

    }

}



@keyframes swiper-up-fade {

    0% {

        transform: translateY(20px);

        opacity: 0;

    }



    100% {

        transform: translateY(0px);

        opacity: 1;

    }

}



.sp-ani,

.sp-ani2 {

    opacity: 0;

}



@keyframes sp-fade-in {

    0% {

        transform: translateY(100px);

        opacity: 0;

    }



    100% {

        transform: translateY(0px);

        opacity: 1;

    }

}



@keyframes sp-fade-left {

    0% {

        transform: translateX(100px);

        opacity: 0;

    }



    100% {

        transform: translateX(0px);

        opacity: 1;

    }

}



@keyframes stuckMoveDown {

    0% {

        transform: translateY(-100%);

    }



    to {

        transform: translateY(0);

    }

}



@keyframes stuckMoveUp {

    0% {

        transform: translateY(100%);

    }



    to {

        transform: translateY(0);

    }

}



@keyframes stuckMoveLeft {

    0% {

        transform: translateX(100%);

    }



    to {

        transform: translateX(0);

    }

}



@keyframes stuckFadeIn {

    0% {

        opacity: 0;

    }



    to {

        opacity: 1;

    }





}



@supports (-webkit-touch-callout: none) {

    .sp-footer-box2 .sp-li {

        font-size: 16px !important;

        margin-top: 16px;

        /* font-size: 31px; */

        transform: scale(0.8) !important;

        -webkit-text-size-adjust: none !important;

        text-size-adjust: none !important;

        transform-origin: left center;

        white-space: nowrap;

    }



    .sp-btn-style2 .sp-area .sp-info {

        font-size: 12px !important;



    }

}

















.sp-guarantee-tags {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 60px;

    margin-top: 20px;

}



@media only screen and (min-width: 1081px) {

    .sp-guarantee-tags.sp-guarantee-swiper .swiper-wrapper {

        display: flex;

        justify-content: center;

        gap: 87px;

        transform: none !important;

    }

}



.sp-guarantee-tags.sp-guarantee-swiper .swiper-slide {

    width: auto !important;

    flex-shrink: 0;

}



.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-Regular;

    font-weight: 400;

    font-size: 20px;

    color: #2C2C2C;

}



.sp-guarantee-item .sp-check-icon {

    width: 25px;

    height: 18px;

}



.sp-risk-free {

    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;

    text-align: center;

    color: #141414;

    display: flex;

    justify-content: center;

    align-items: center;

}



.sp-fast {

    width: 35px;

    height: auto;

    margin-right: 10px;

}



.sp-save-tip span {

    color: #E00000;

}



/* 尺寸选择样式 - PC�?*/

.sp_product_part .sp-size .sp-option {

    width: auto;

    height: 50px;

    font-family: Roboto-Medium;



    font-weight: 500;

    font-size: 23px;

    color: #5D5D5D;

    border-radius: 5px;

    border: 2px solid #D3D3D3;

    padding: 0;

    min-width: 252px;

}



.sp_product_part .sp-size .sp-option.active {

    background: #FF7200;

    border: 2px solid #FF4800;

    color: #fff;

}



.sp_product_part .sp-size .sp-option:hover {

    border-color: #FF6600;

}





@media only screen and (max-width: 1080px) {



    .sp-guarantee-tags {

        flex-direction: column;

        gap: 20px;

        margin-top: 30px;

        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;

    }



    .sp-guarantee-tags.sp-guarantee-swiper .swiper-slide:nth-child(n+4) {

        display: flex;

    }



    .sp-guarantee-item {

        font-size: 34px;

        gap: 15px;

        white-space: nowrap;

    }



    .sp-guarantee-item .sp-check-icon {

        width: 42px;

        height: 30px;

    }



    .sp-risk-free {

        font-size: 60px;

        line-height: 1.2;

    }



    .sp-save-tip {

        font-size: 32px;

        margin-top: 0px;

        margin-bottom: 0px;

    }



    .sp_product_part .sp-size {

        display: flex;

        flex-wrap: wrap;

        gap: 20px;

    }



    .sp_product_part .sp-size .sp-option {

        min-width: 427px;

        height: 80px;

        font-size: 39px;

    }

}





.sp-qa2-container {

    margin: 0 auto;

    background-color: #fff;

    padding-top: 120px;

    padding-bottom: 200px;

    transform-origin: top left;

    font-family: "Roboto";



}



.sp-qa2-title {

    text-align: center;

    font-family: Poppins-SemiBold;

    font-weight: 600;

    font-size: 55px;

    color: #282828;

    text-transform: uppercase;

    margin-bottom: 50px;

    letter-spacing: 1px;

    line-height: 1;

}



.sp-qa2-list-container {

    margin: 0 auto;

}



.sp-qa2-item {

    margin-bottom: 20px;

    transition: all 0.3s ease;

    overflow: hidden;

    margin-bottom: 36px;

    width: 1243px;

    /* height: 122px; */

    background: #FFFFFF;

    box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);



}



.sp-qa2-question {

    cursor: pointer;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 30px;

    position: relative;

    transition: background-color 0.3s;

    width: 1243px;

    height: 122px;

    font-family: Poppins-SemiBold;

    font-weight: 600;

    font-size: 28px;

    color: #35424A;

}



.sp-qa2-subtitle {

    text-align: center;

    font-weight: 500;

    font-size: 25px;

    color: #0048D9;

    font-family: Poppins-Medium;

    margin-bottom: 10px;

}



.sp-qa2-title {

    font-family: Poppins;

    font-weight: bold;

    font-size: 50px;

    color: #000000;

}



.sp-qa2-list-container {

    width: 1243px;

}













.sp-qa2-icon-box {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 32px;

    height: 32px;

    background: #0C88F1;

    font-family: Poppins-Light;

    font-weight: 300;

    font-size: 32px;

    color: #F7F7F7;



}



.sp-qa2-icon-plus {

    display: block;



}



.sp-qa2-icon-minus {

    display: none;



}



.sp-qa2-icon {

    font-size: 36px;

    font-style: normal;

    font-family: Roboto-Medium;

    font-weight: 400;





}



.sp-qa2-item.active .sp-qa2-icon-box {

    background: #FFFFFF;

    color: #265F8B;

}



.sp-qa2-item.active .sp-qa2-icon-plus {

    display: none;

}



.sp-qa2-item.active .sp-qa2-icon-minus {

    display: block;

}



.sp-qa2-answer {

    display: none;

    padding: 30px;

    /* background-color: #fff; */

    font-family: Roboto-Regular;

    font-weight: 400;

    line-height: 41px;


    font-size: 22px;

    color: #00000090;

    background: #F4F4F4;



}







.sp-qa2-item.active .sp-qa2-question {

    background: #2293F2;

    box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);

    color: #fff;

    box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);



}



.sp-qa2-item.active .sp-qa2-answer {

    background-color: transparent;

}



.sp-qa2-item.active {

    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */

}



.sp-qa2-btn-wrapper {

    left: 0;

    position: absolute;

    margin-top: 40px;

    display: flex;

    width: 100%;

    justify-content: center;

}







@media screen and (max-width: 1080px) {

    .sp-qa2-container {

        height: auto;

        margin-bottom: 300px;

        padding-top: 120px;

    }



    .sp-qa2-list-container {

        width: 100%;

        box-sizing: border-box;

        padding: 0 30px;

    }



    .sp-qa2-icon {

        font-size: 40px;

    }



    .sp-qa2-icon-box {

        width: 40px;

        height: 40px;

    }



    .sp-qa2-title {



        font-size: 60px;

        margin-bottom: 51px;

        white-space: nowrap;

    }



    .sp-qa2-item {

        margin-bottom: 40px;

    }



    .sp-qa2-question {

        height: 127px;

        font-size: 30px;

        padding: 0 68px;

        width: 1000px;

    }



    .sp-qa2-icon-box {

        width: 40px;

        height: 40px;

        font-size: 46px;

    }



    .sp-qa2-answer {

        font-size: 28px;

        padding: 10px 68px 50px 68px;

        line-height: 1.5;

        width: 1000px;

    }



    .sp-qa2-btn-wrapper {

        margin-top: 80px;

    }



}











/* 移动端底部粘性模�?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;

    width: 1079px;

    height: 180px;

    background: url('/cdn/shop/files/20260317-sticky-bottom-bg.png');

}



/* 左边�?*/

.sp-mobile-sticky-left {

    position: relative;

    flex-shrink: 0;

    width: 396px;

    height: 180px;

    background-size: 100% 100%;

}



.sp-mobile-sticky-img1 {

    position: absolute;

    top: 22px;

    left: 30px;

    width: 381px;

    height: auto;

}



.sp-mobile-sticky-img2 {

    position: absolute;

    top: 40px;

    left: 316px;

    width: 40px;

    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;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.sp-mobile-sticky-text1 {

    position: absolute;

    top: 20px;

    left: 44px;

    right: 0;

    text-align: center;

    font-family: Roboto-BlackItalic;

    font-weight: normal;

    font-style: italic;

    font-size: 25px;

    color: #FFFFFF;

}



.sp-mobile-sticky-text2 {

    position: absolute;

    top: 136px;

    left: 37px;

    right: 0;

    text-align: center;

    font-family: Roboto-Regular;

    font-weight: 400;

    font-size: 17px;

    color: #EEF8FF;

    line-height: 17px;

}



/* 右边�?*/

.sp-mobile-sticky-right {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    right: -80px;

    top: 13px;

    cursor: pointer;

    flex-shrink: 0;

    background-size: 100%;

    width: 613px;

    height: 138px;

    background-size: 100% 100%;

}



.sp-mobile-sticky-cart {

    position: absolute;

    width: 95px !important;

    height: 94px;

    background: #FFFFFF;

    border-radius: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    left: 20px;

    top: 20px;

}



.sp-mobile-sticky-cart-icon {

    width: 73px;

    height: 63px;

}



.sp-mobile-sticky-cart .sp-num {

    width: 40px;

    height: 40px;

    background: #CF0101;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    position: absolute;

    right: 1px;

    top: 3px;

    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;

}



.sp-mobile-sticky-buy {

    font-family: Roboto;

    font-weight: bold;

    font-size: 72px;

    color: #FFFFFF;

    margin: 0;

    line-height: 1;

    margin-bottom: 10px;

    text-transform: uppercase;

    animation: skip 4s infinite;

}



.sp-mobile-sticky-stock {

    margin: 0;

    font-family: Roboto-Regular;

    font-weight: 400;

    font-size: 30px;

    color: #FFFFFF;

    line-height: 1;

    opacity: 0.6;

}



.sp-btn-style2 {

    display: none;

}



.sp-btn-style2.sp-fixed-bottom,

.sp-mobile-sticky-bottom.sp-fixed-bottom {

    display: flex;

}



.sp_header-content .sp-cart.on,

.sp-btn-style2 .sp-cart.on {

    animation: shakeCart 3s infinite ease-in-out;

}











@media only screen and (max-width: 1080px) {

    .sp-part1 {

        width: 1080px;

        height: 2094px;

        margin-top: 0;

        position: relative;

        background: url('/cdn/shop/files/20260317-bg1.png');

    }

    .sp-part1 .sp1-small-title {

        top: 1242px;

        left: 271px;
        gap: 10px;

        font-size: 36px;

        width: 539px;
        border-radius: 27px;
        height: 54px;

    }


    .sp-part1 .sp1-star-icon {

        width: 35px;

    }


    .sp-part1 .sp1-title {

        top: 1328px;
        left: 0px;
        width: 100%;
        text-align: center;
        font-size: 84px;
    }


    .sp-part1 .sp1-subtitle {

        position: absolute;

        top: 1438px;
        left: 0px;
        width: 100%;
        text-align: center;
        line-height: 39px;
    }



    .sp-part1 .sp1-features {

        position: absolute;

        top: 1550px;

        left: 86px;

        gap: 50px;

        width: 909px;
        height: 207px;
        background: #FFFFFF;
        border-radius: 15px;
        border: 1px solid;
        border-image: radial-gradient(circle, rgba(217, 234, 247, 0.57), rgba(255, 255, 255, 0.57)) 1 1;

    }



    .sp-part1 .sp1-feature-item {

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;




    }

    .sp-part1 .sp1-feature-divider {
        height: 119px;
        width: 1px;
        background: rgba(0, 0, 0, 0.2);
    }

    .sp-part1 .sp1-feature-icon {

        width: auto;
        height: 52px;
        margin-bottom: 30px;
        /* height: 36px; */

    }



    .sp-part1 .sp1-feature-item span {


        font-size: 30px;


        margin-top: 5px;

    }


    .sp-part1 .sp1-badge-off {

        position: absolute;

        top: 862px;

        left: 730px;

        width: 184px;

        height: auto;
        z-index: 4;
    }

    .sp-part1 .sp1-badge-off img {
        width: 184px;

        height: auto;
        animation: swing 2.5s ease-in-out infinite;
    }

    .sp1-badge-off-text {
        font-size: 45px;
        line-height: 46px;
        top: 58px;
        left: 47px;
        z-index: 4;
    }


    .sp-part1 .sp1-btn-link {

        position: absolute;

        top: 1834px;

        left: 98px;

    }

    .sp2-image {
        position: absolute;
        z-index: 1;
        height: auto;
    }

    .sp2-image1 {
        top: 861px;
        width: 288px;
        right: 526px;

    }

    .sp2-image2 {
        top: 878px;
        width: 300px;
        right: 203px;
    }



    .sp-part2 {
        width: 1080px;
        height: 1870px;
        top: 0;
        position: relative;
        background: none;
        border: none;
        left: 0;
    }

    .sp-part2 .sp2-title {
        top: 140px;
        left: 0;
        width: 100%;

        text-align: center;
    }

    .sp-part2 .sp2-subtitle {
        top: 230px;
        left: 0;
        width: 100%;

        text-align: center;
    }

    .sp-part2 .sp2-cards {
        top: 330px;
        left: 48px;
        width: 984px;
        height: auto;
    }

    /* Hi-Fi Audio ��Ƭ - ������Ƭ */
    .sp-part2 .sp2-card1 {
        top: 0;
        left: 0;
        width: 984px;
        height: 405px;
    }

    /* 4.2g ��Ƭ - ���� */
    .sp-part2 .sp2-card2 {
        top: 425px;
        left: 0;
        width: 530px;
        height: 317px;
    }

    /* IPX5 ��Ƭ - ���� */
    .sp-part2 .sp2-card3 {
        top: 425px;
        left: 554px;
        width: 430px;
        height: 317px;
    }

    /* Noise-Cancel ��Ƭ - ����Ƭ */
    .sp-part2 .sp2-card4 {
        top: 760px;
        left: 0;
        width: 448px;
        height: 631px;
    }

    /* 48h Playtime ��Ƭ - ���� */
    .sp-part2 .sp2-card5 {
        top: 760px;
        left: 468px;
        width: 511px;
        height: 303px;
    }

    /* Bluetooth 6.0 ��Ƭ - ���� */
    .sp-part2 .sp2-card6 {
        top: 1080px;
        left: 468px;
        width: 511px;
        height: 303px;
    }

    .sp-part2 .sp2-card-title {
        font-size: 42px;
    }

    .sp-part2 .sp2-card-desc {
        font-size: 35px;
    }

    .sp-part2 .sp2-card-text {
        top: 25px;
        left: 25px;
    }

    .sp-part2 .sp2-card-icon {
        bottom: 25px;
        left: 25px;
        width: 100px;
    }

    /* Part3 移动端样式 */
    .sp-part3 {
        width: 1080px;
        height: 2285px;
        top: 0;
        background: #E4F4FF;
    }

    .sp-part3 .sp3-title {
        top: 120px;
        left: 0px;
        text-align: center;
        width: 100%;
    }

    .sp-part3 .sp3-subtitle {
        top: 220px;
        left: 0px;
        text-align: center;
        width: 100%;
    }

    .sp-part3 .sp3-person-img {
        top: 320px;
        left: 0px;
        width: 1057px;
    }

    .sp-part3 .sp3-wire-badge-wrapper {
        top: 1000px;
        left: 132px;
        width: 510px;
        position: absolute;
        bottom: auto;
        height: 198px;
        z-index: 2;
    }

    .sp-part3 .sp3-wire-badge-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .sp-part3 .sp3-wire-badge-text {
        position: absolute;
        top: 50%;
        right: 80px;
        transform: translateY(-50%);
        text-align: center;
        line-height: 1;
    }

    .sp-part3 .sp3-wire-badge-text .wire-size {
        display: block;
        font-family: Poppins-SemiBold;
        font-weight: 600;
        font-size: 49px;
        color: #23B2FF;
        margin-bottom: 15px;
    }

    .sp-part3 .sp3-wire-badge-text .wire-label {
        display: block;
        font-family: Poppins-Medium;
        font-weight: 500;
        font-size: 29px;
        color: #000000;
    }

    .sp-part3 .sp3-wire-badge {}

    .sp-part3 .sp3-support-wrapper {
        height: auto;
        z-index: 2;
        top: 1331px;
        left: 47px;
        width: 986px;
        position: absolute;
    }

    .sp-part3 .sp3-support-card-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .sp-part3 .sp3-support-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 986px;
        height: 100%;
    }

    .sp-part3 .sp3-support-title {
        position: absolute;
        top: 100px;
        left: 538px;
        font-size: 45px;
        line-height: 1.2;
    }

    .sp-part3 .sp3-support-subtitle {
        top: 207px;
        left: 538px;
        font-size: 33px;
    }

    .sp-part3 .sp3-support-weight {
        position: absolute;
        bottom: 70px;
        left: 623px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .sp-part3 .sp3-weight-icon {
        width: 80px;
        height: 80px;

    }



    .sp-part3 .sp3-weight-text {
        font-size: 79px;
    }

    .sp-part3 .sp3-weight-arrow {
        width: 65px;
        height: auto;
    }

    .sp-part3 .sp3-support-card {}

    .sp-part3 .sp3-btn-link {
        top: 2027px;
        left: 98px;
    }
}




@media screen and (max-width: 1080px) {

    .sp-promo3-nav {

        width: 1080px;

        height: 467px;

        background: url('/cdn/shop/files/20260317-nav-bg.png') no-repeat;

        background-size: 100% 100%;

        position: relative;

    }



    .sp-promo3-clock {

        width: 221px;

        height: 176px;

        position: absolute;

        left: 34px;

        top: 61px;

        animation: shakeCart 3s infinite ease-in-out;

    }



    .sp-promo3-pro {

        width: 388px;

        height: 411px;

        position: absolute;

        right: 20px;

        top: 20px;

    }



    .sp-promo3-content {

        width: 380px;

        position: absolute;

        left: 264px;

        top: 30px;

    }



    .sp-promo3-row {

        display: flex;

        align-items: baseline;

        font-size: 69px;

        color: #fae500;

        line-height: 1;

        font-family: "Poppins";

        font-weight: bold;

        font-style: italic;

        text-shadow: 2px 2px 6px #003390;

        position: relative;

        z-index: 2;

    }



    .sp-promo3-span {

        font-size: 160px;

    }



    .sp-promo3-line {

        width: 100%;

        border-bottom: 2px dashed #fffcf4;

    }



    .sp-promo3-t2 {

        font-family: "Poppins-Medium";

        font-weight: 500;

        font-size: 26px;

        color: #FFFCF4;

        line-height: 1;

        text-align: center;

        margin: 22px auto 10px;

        white-space: nowrap;

    }



    .sp-promo3-t3 {

        font-family: "Poppins-Regular";

        font-weight: 400;

        font-size: 23px;

        color: #FFFFFF;

        text-align: center;

    }



    .sp-promo3-t4 {

        width: 196px;

        height: 46px;

        background: #1345a0;

        position: absolute;

        top: 26px;

        left: 165px;

        font-family: "Poppins-Regular";

        font-size: 34px;

        color: #fffcf4;

        line-height: 34px;

        font-style: italic;

        text-align: center;

        line-height: 47px;

        font-weight: 400;

    }



    .sp-promo3-btn-style {

        width: 335px;

        height: 80px;

        background: url('/cdn/shop/files/20260317-nav-btn.png') no-repeat;

        background-size: 100% 100%;

        position: absolute;

        left: 264px;

        top: 340px;

        font-family: "Poppins";

        font-weight: bold;

        font-size: 34px;

        color: #ffffff;

        display: flex;

        justify-content: center;

        align-items: center;

        cursor: pointer;

    }



    .sp-promo3-gif {

        width: 100px;

        position: absolute;

        right: -24px;

        bottom: -40px;

    }





}



@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);

    }

}



/* =========================================

           �������ģ�� - �ƶ���

           ========================================= */

.sp-promo-section {

    display: block;

    width: 100%;

    height: 522px;

    position: relative;

}



.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;

    height: 454px;

    background: url('/cdn/shop/files/20260317-sp-promo-product.png') no-repeat;

    position: relative;

    top: 70px;

}



.sp-pro-img {

    position: absolute;

    z-index: 2;

    top: 20px;

    left: 16px;

    width: 437px;

}



.sp-pro-hot {

    position: absolute;

    z-index: 3;



    width:

        158px;

    top: -20px;

    left: -10px;

}



.sp-promo-combo .sp-plus {

    width: 34px;



    position: absolute;

    top: 109px;

    left: 216px;

    z-index: 3;

}



.sp-promo-combo-inner {

    position: absolute;

    top: 36px;

    left: 43px;

    width: 992px;

    height: 363px;

    background: #FFFAF4;

    border-radius: 40px;

    border: 3px solid #BE1500;

    width: 992px;

    height: 363px;

    background: #FFFAF4;

    border-radius: 40px;

}



.sp-promo-products {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    margin-bottom: 30px;

    position: absolute;

    left: 24px;

    top: 246px;

}



.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-pro-icon {

    position: absolute;

    top: 31px;

    right: 34px;

    width: 81px;

}



.sp-pro-arrow {

    position: absolute;

    bottom: 16px;

    left: 20px;

    width: 97px;

}



.sp-pro-arrow2 {

    left: 870px;

}



.sp-promo-price-original {

    font-family: Roboto-Medium;

    font-weight: 500;

    font-size: 17px;

    color: #000000;

    line-height: 27px;

    text-decoration: line-through;

    opacity: 0.5;

}



.sp-promo-info {

    text-align: left;

    margin-bottom: 30px;

    position: absolute;

    top: 57px;

    left: 480px;

}



.sp-promo-orange {

    font-family: Poppins;

    font-weight: bold;

    font-size: 32px;

    color: #EF7600;

    line-height: 1;

    margin-bottom: 28px;

}



.sp-promo-title {

    font-family: Poppins-Medium;

    font-weight: 500;

    font-size: 30px;

    color: #000000;

    line-height: 32px;

    margin-bottom: 20px;

}



.sp-promo-desc {

    font-family: Poppins-Regular;

    font-weight: 400;

    font-size: 28px;

    color: #000000;

    opacity: 0.86;

    white-space: nowrap;

}



.sp-promo-desc img {

    width: 31px;

    margin-right: 10px;

}



.sp-pro-cursor {

    position: absolute;

    z-index: 3;

    width: 67px;

    bottom: -44px;

    left: 617px;

}



.sp-promo-btn {

    display: flex;

    width: 335px;

    height: 80px;

    margin: 0 auto;

    background: url('/cdn/shop/files/20260317-pro-btn.png') no-repeat !important; 

    font-family: Montserrat;

    font-weight: bold;

    font-size: 37px;

    color: #FFFFFF;

    text-align: center;

    text-decoration: none;

    cursor: pointer;

    align-items: center;

    justify-content: center;

    position: absolute;

    top: 309px;

    left: 334px;

    animation: skip 4s infinite;

}



.sp-promo-btn:active {

    transform: scale(0.98);

}

p,input {
  margin: 0;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  font-size: unset;
  font-family: unset;
  line-height: unset;
}
@media only screen and (max-width: 1080px) {
.mf-bundle-product {
zoom: 2.2;
}
.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;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
font-size: 50px;
margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
color: #000;
}
#root .quick-add-hidden {
margin: 20px 40px 40px;
font-size: 40px;
zoom:unset !important;
color: #000;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
}
.ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
max-width: 1080px;
margin: 0 auto;
}
.guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products{
display: none !important;
}
#root .quick-add-hidden {
color: #000;
margin-bottom:20px;
zoom:0.6;
}

ol, ul,h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
    margin:initial;
}