/** Shopify CDN: Minification failed

Line 4355:17 Expected ":"
Line 4355:24 Unterminated string token
Line 5332:4 "ont-size" 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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

input,
img {
  border: none;
}

li {
  list-style: none;
}

#root {
  position: relative;
  width: 100%;
  min-height: 100vh;

  /* overflow-x: hidden; */
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}

.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-bg {
}

.header-top {
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: Roboto;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  width: 1920px;
  height: 25px;
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top .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: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
}

.sp-fixed .sp_header-content {
  width: 1920px;
  background-color: #fff;
  top: 0px;
  left: 0px;
}

.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  position: fixed;
  top: 25px;
  left: 0;
  width: 1920px;
  height: 80px;
  background: #ffffff;
  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;
  font-family: Poppins;
  position: absolute;
  top: 34px;
  left: 33px;
}

.sp_header-content ul span {
  padding: 0 5px;
  height: 19px;
  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;
  font-weight: 800;
  font-size: 49px;
  color: #000000;
  left: 892px;
  top: 24px;
  line-height: 1;
}

.sp-cart {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  right: 234px;
}

.sp-cart .sp-icon {
  width: 100%;
}

.sp_header-content .sp-cart {
  top: 23px;
}

.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: 172px;
  height: 40px;
  background: linear-gradient(0deg, #e10019 0%, #f32230 100%);
  border-radius: 20px;
  font-family: Poppins;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
  color: #ffffff;

  right: 33px;
  position: absolute;
  top: 18px;
}

.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: 464px;
  height: 103px;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  animation: skip 4s infinite;

  font-family: Poppins;
  font-weight: bold;
  font-size: 45px;
  color: #ffffff;
  position: relative;
  background: url(/cdn/shop/files/20260115-sp-btn-bg.png)
    no-repeat;

  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-btn-style1 span {
  margin: 0 5px;
  display: inline-block;
}

.sp-button-box {
  position: relative;
  width: 492px;
  height: 100px;
  background: #fd4c00;
  border-radius: 50px;
  box-sizing: border-box;
  padding-left: 55px;
  display: flex;
  align-items: center;
  animation: skip 4s infinite;
  font-size: 38px;
  color: #ffffff;
}

.sp-button-box .sp-arrow {
  position: absolute;
  top: -5px;
  right: -5px;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.sp-title {
  font-size: 48px;
  color: #211b1d;
  line-height: 1;
}

.sp-sub-title {
  font-family: Roboto-Medium;
  font-size: 36px;
  color: #211b1d;
  line-height: 1;
}

.sp-part1 {
  height: 787px;
  background: transparent;
  margin-top: 80px;
  position: relative;
}

/* PC端首图轮播 */
.sp1-bg-swiper-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}

.sp1-bg-swiper-pc .swiper-slide {
  width: 100%;
  height: 100%;
}

.sp1-bg-swiper-pc .sp1-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 主标题 PORTABLE */
.sp-part1 .sp1-title {
  position: absolute;
  top: 138px;
  left: 260px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: GamePlayed;
  font-weight: 400;
  font-size: 65px;
  color: #ffffff;
  text-transform: uppercase;
}

.sp-part1 .sp1-title-icon {
  width: 69px;
  height: auto;
}

/* 副标题 CAR POWER INVERTER */
.sp-part1 .sp1-title2 {
  position: absolute;
  top: 218px;
  left: 260px;
  font-family: GamePlayed;
  font-weight: 400;
  font-size: 65px;
  color: #ffffff;
  text-transform: uppercase;
}

/* 副标题描述 - PC端 */
.sp-part1 .sp-sub-text {
  position: absolute;
  top: 300px;
  left: 260px;
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

/* 用户头像和满意客户 - PC端 */
.sp-part1 .sp-sales-card {
  position: absolute;
  top: 396px;
  left: 260px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 2;
}

.sp-part1 .sp-avatars {
  display: flex;
}

.sp-part1 .sp-avatar {
  width: 256px;
  height: auto;
}

.sp-part1 .sp-rating-info {
  display: flex;

  flex-direction: column;
}

.sp-part1 .sp-count {
  font-family: HelveticaExtBd;
  font-weight: normal;
  font-size: 34px;
  color: #ffea00;
}

.sp-part1 .sp-satisfied {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

/* 购买按钮 - PC端 */
.sp-part1 .sp-btn-box {
  position: absolute;
  top: 534px;
  left: 260px;
}

/* 底部特性栏 - PC端 */
.sp-part1 .sp1-features {
  position: absolute;
  bottom: -155px;
  left: 0px;
  width: 100%;
  height: 155px;
  background: #003fbd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 141px;
  padding-right: 390px;
}

.sp-part1 .sp1-feature-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.sp-part1 .sp1-feature-icon {
  width: 79px;
  height: auto;
}

.sp-part1 .sp1-feature-text {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 30px;
  color: #fafdff;
  line-height: 35px;
}

.sp-part1 .sp1-ce-icon {
  width: 197px;
  height: auto;
  position: absolute;
  right: 272px;
  top: -68px;
}

.sp-orange {
  color: #ffdb2e;
}

.sp-part2 {
  margin-top: 155px;
  width: 1920px;
  height: 876px;
  position: relative;
}

/* 主标题 */
.sp2-title {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Poppins;
  font-weight: bold;
  font-size: 55px;
  color: #1a1a1a;
  line-height: 1;
}

/* 卡片通用样式 */
.sp2-card {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}

.sp2-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp2-card-text {
  position: absolute;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  line-height: 29px;
}

/* 左侧大图 - 200W Peak Power */
.sp2-card1 {
  top: 188px;
  left: 260px;
  width: 405px;
  height: auto;
}

.sp2-card1 .sp2-card-text {
  top: 35px;
  left: 35px;
}

/* 中间上图 - Standard Fast Charging Ports */
.sp2-card2 {
  top: 188px;
  left: 684px;
  width: 555px;
  height: auto;
}

.sp2-card2 .sp2-card-text {
  top: 35px;
  left: 29px;
}

.sp2-card-label {
  position: absolute;
  bottom: 20px;
  right: 38px;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 23px;
  color: #ffffff;
  line-height: 1;
}

.sp2-icon {
  width: 45px;
  height: auto;
  position: absolute;
  right: 54px;
  bottom: 54px;
}

/* 中间下图 - One-Touch Switch */
.sp2-card3 {
  top: 486px;
  left: 684px;
  width: 270px;
  height: auto;
}

.sp2-card3 .sp2-card-text {
  top: 28px;
  left: 26px;
}

.sp2-card-prevent {
  position: absolute;
  top: 159px;
  left: 21px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}

.sp2-shield-icon {
  width: 43px;
  height: auto;
}

.sp2-card-prevent span {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 23px;
  color: #fafdff;
  line-height: 26px;
}

/* 右侧大图 - Real-Time Voltage Display */
.sp2-card4 {
  top: 188px;
  left: 1256px;
  width: 405px;
  height: auto;
}

.sp2-card4 .sp2-card-text {
  top: 35px;
  left: 35px;
}

.sp2-card5 {
  top: 486px;
  left: 968px;
  width: 270px;
  height: auto;
}

.sp2-card5 .sp2-card-text {
  top: 28px;
  left: 26px;
}

/* 进度条样式 */
.sp2-progress-wrap {
  position: absolute;
  top: 232px;
  left: 23px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sp2-progress-item {
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
}

.sp2-progress-bar {
  height: 12px;
  border-radius: 6px;
}

.sp2-bar1 {
  width: 65px;

  background: #e2e2e2;
}

.sp2-bar2 {
  width: 149px;
  background: #2174ff;
}

.sp2-progress-item span {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #fafdff;
}

.sp-part3 {
  width: 1920px;
  height: 966px;
  background: url('/cdn/shop/files/20260115-bg3-pc.png')
    no-repeat center;
  background-size: cover;
}

/* 主标题 - PC端 */
.sp-part3 .sp3-title {
  position: absolute;
  top: 100px;
  right: 264px;
  font-family: Poppins;
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
}

/* 副标题 - PC端 */
.sp-part3 .sp3-sub-text {
  position: absolute;
  top: 173px;
  right: 264px;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}

/* 视频区域 - PC端 */
.sp-part3 .sp3-video-wrap {
  position: absolute;
  top: 263px;
  right: 260px;
  width: 768px;
  height: 495px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sp-part3 .sp3-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* 底部特性标签 - PC端 */
.sp-part3 .sp3-features {
  position: absolute;
  bottom: 85px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 80px;
}

.sp-part3 .sp3-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 30px;
  color: #fafdff;
}

.sp-part3 .sp3-check-icon {
  width: 31px;
  height: auto;
}

.sp3-feature-label {
  font-family: Roboto-Regular;
  font-weight: 400;
}

.sp-part4 {
  width: 1920px;
  height: 1126px;
}

/* 主标题 - PC端 */
.sp-part4 .sp4-title {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Poppins;
  font-weight: bold;
  font-size: 50px;
  color: #1a1a1a;
  line-height: 52px;
}

/* 左侧大图容器 - PC端 */
.sp-part4 .sp4-img-wrap {
  position: absolute;
  top: 233px;
  left: 260px;
  width: 711px;
  height: 615px;
  background: #003fbd;
  border-radius: 26px;
  overflow: hidden;
  padding: 15px 18px 143px;
}

.sp-part4 .sp4-main-img {
  width: 100%;
  height: 457px;
  object-fit: cover;
}

.sp-part4 .sp4-efficiency {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 143px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  box-sizing: border-box;
}

.sp-part4 .sp4-8x {
  font-family: Poppins;
  font-weight: bold;
  font-size: 90px;
  color: #fafdff;
}

.sp-part4 .sp4-8x i {
  font-style: normal;
  font-size: 60px;
}

.sp-part4 .sp4-lightning {
  width: 45px;
  height: auto;
  margin-left: -8px;
}

.sp-part4 .sp4-efficiency-text {
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #fafdff;
  line-height: 35px;
  margin-left: 12px;
}

.sp-part4 .sp4-cup {
  position: absolute;
  right: 32px;
  bottom: 22px;
  width: 204px;
  height: auto;
}

/* 右侧内容 - PC端 */
.sp-part4 .sp4-right {
  position: absolute;
  top: 239px;
  left: 1010px;
  width: 562px;
}

.sp-part4 .sp4-sub-text {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 35px;
  margin-bottom: 62px;
  /* padding-left: 32px; */
}

/* 设备网格 - PC端 */
.sp-part4 .sp4-devices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 46px;
  width: 530px;
}

.sp-part4 .sp4-device-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 151px;
}

.sp-part4 .sp4-device-img {
  /* width: 80px;
    height: 60px; */
  object-fit: contain;
  margin-bottom: 7px;
}

.sp-part4 .sp4-device-name {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 23px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 6px;
  width: max-content;
}

.sp-part4 .sp4-device-power {
  font-family: Montserrat;
  font-size: 45px;
  line-height: 32px;
  color: #000000;
  background: linear-gradient(0deg, #003fbd 0%, #00a8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 警告提示 - PC端 */
.sp-part4 .sp4-warning {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: 562px;
  height: 56px;
  background: #e9e9e9;
  border-radius: 28px;
  margin-top: 40px;
}

.sp-part4 .sp4-warning-icon {
  width: 33px;
  height: auto;
}

.sp-part4 .sp4-warning span {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 22px;
  color: #5c5c5c;
}

/* 购买按钮 - PC端 */
.sp-part4 .sp4-btn-box {
  position: absolute;
  bottom: 104px;
  left: 662px;
  width: 596px;
  height: 111px;
}

.sp-part4 .sp4-btn-box .sp-btn-style1 {
  width: 100%;
  height: 100%;
  font-size: 37px;
  padding-top: 6px;
}

/* Part5 - One Device, Power Your Life Anywhere */
.sp-part5 {
  width: 1920px;
  height: 988px;
  background: url('/cdn/shop/files/20260115-bg5-pc.png')
    no-repeat center;
  background-size: cover;
}

/* 主标题 - PC端 */
.sp-part5 .sp5-title {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Poppins;
  font-weight: bold;
  font-size: 50px;
  color: #fafdff;
  line-height: 1;
}

/* 副标题 - PC端 */
.sp-part5 .sp5-sub-text {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

/* 两张图片容器 - PC端 */
.sp-part5 .sp5-images {
  position: absolute;
  top: 274px;
  left: 283px;
  /* transform: translateX(-50%); */
  display: flex;
  gap: 17px;
}

/* 右侧图片+按钮容器 */
.sp-part5 .sp5-right-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.sp-part5 .sp5-img {
  width: 582px;
  height: 380px;
  object-fit: cover;
  border-radius: 15px;
}

.sp-part5 .sp5-img-wrap {
  position: relative;
  width: 582px;
  height: 380px;
}

.sp-part5 .sp5-img-wrap .sp5-img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.sp-part5 .sp5-icon {
  position: absolute;
  top: 33px;
  left: 45px;
  width: 122px;
  height: auto;
  z-index: 2;
}

/* 轮播容器 - PC端 */
.sp-part5 .sp5-swiper-wrap {
  position: relative;
  width: 756px;
  height: 505px;
}

.sp-part5 .sp5-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sp-part5 .sp5-swiper .swiper-wrapper {
  display: flex;
}

.sp-part5 .sp5-swiper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  flex-shrink: 0;
}

.sp-part5 .sp5-swiper .sp5-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* 轮播分页点 - PC端 */
.sp-part5 .sp5-pagination {
  position: absolute;
  bottom: -45px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  width: auto !important;
}

.sp-part5 .sp5-pagination .swiper-pagination-bullet {
  width: 110px;
  height: 11px;
  background: #cfcfcf;
  opacity: 1;
  border-radius: 6px;
}

.sp-part5 .sp5-pagination .swiper-pagination-bullet-active {
  background: #0946bf;
}

/* 分页点 - PC端 */
.sp-part5 .sp5-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}

.sp-part5 .sp5-dot {
  width: 60px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

.sp-part5 .sp5-dot.active {
  background: #3b82f6;
}

/* Part6 */
.sp-part6 {
  position: relative;
  box-sizing: border-box;
  height: 958px;
  padding-top: 95px;
  background: url(/cdn/shop/files/20260115-bg6-pc.png)
    no-repeat;
}

.sp-part6 .sp-title {
  font-family: Poppins;
  font-weight: bold;
  font-size: 50px;
  color: #fafdff;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 95px;
  width: 100%;
  text-align: center;
}

.sp-part6 .sp-box1 {
  position: absolute;
  width: 664px;
  height: 378px;
  background: #edf3f8;
  border-radius: 20px;
  top: 228px;
  left: 269px;
}

.sp-part6 .sp-item {
  position: absolute;
  top: 42px;
  left: 38px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;

  color: #000;
  font-size: 25px;
  line-height: 29px;
  font-family: Poppins-SemiBold;
}

.sp-part6 .sp-item2 {
  left: 249px;
}

.sp-part6 .sp-item3 {
  left: 463px;
}

.sp-part6 .sp-item img {
  width: 69px;
  margin-right: 20px;
}

.sp-part6 .sp-item span {
  color: #2c7af3;
  font-size: 25px;
  margin-right: 5px;
}

.sp-part6 .sp-dash {
  width: 574px;
  height: 0px;
  border: 1px dashed #002b6780;
  opacity: 0.8;

  position: absolute;
  top: 257px;
  left: 50%;
  transform: translateX(-50%);
}

.sp-part6 .sp4-badge {
  width: 503px;
  height: auto;
  position: absolute;
  bottom: 43px;
  left: 74px;
}

.sp-part6 .sp-img4 {
  width: 316px;
  height: 187px;

  position: absolute;
  top: 13px;
  right: 12px;
}

.sp-part6 .sp-box2 {
  position: absolute;
  width: 664px;
  height: 213px;
  background: #edf3f8;
  border-radius: 20px;
  bottom: 115px;
  left: 269px;

  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding-left: 35px;
}

.sp-part6 .sp-t1 {
  font-family: Poppins-SemiBold;
  font-size: 25px;
  color: #000000;
  line-height: 29px;
}

.sp-part6 .sp-t2 {
  font-family: Poppins-Regular;
  font-size: 22px;
  color: #000000;
  line-height: 29px;
}

/* Part7 - Intelligent Quiet Cooling System */
.sp-part7 {
  width: 1920px;
  height: 1039px;
  position: relative;
}

/* 主标题 - PC端 */
.sp-part7 .sp7-title {
  position: absolute;
  top: 122px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Poppins;
  font-weight: bold;
  font-size: 50px;
  color: #1a1a1a;
  line-height: 1;
}

/* 副标题 - PC端 */
.sp-part7 .sp7-sub-text {
  position: absolute;
  top: 198px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
}

/* 两张图片容器 - PC端 */
.sp-part7 .sp7-images {
  position: absolute;
  top: 289px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.sp-part7 .sp7-img-left,
.sp-part7 .sp7-img-right {
  width: 641px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.sp-part7 .sp7-img-right {
  width: 729px;
  height: 633px;
}

.sp-part7 .sp7-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-part7 .sp7-port-label {
  position: absolute;
  top: 42px;
  left: 48px;
  font-family: Poppins-Medium;
  font-size: 43px;
  color: #fafdff;
  line-height: 1.2;
}

/* 进度条对比 - PC端 */
.sp-part7 .sp7-compare {
  position: absolute;
  top: 289px;
  left: 260px;
  width: 641px;
}

.sp-part7 .sp7-compare-item {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 15px;
  padding-left: 41px;
}

.sp-part7 .sp7-compare-label {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #48494b;
  width: 98px;
}

.sp-part7 .sp7-compare-label.sp7-green {
  color: #4ac95b;
}

.sp-part7 .sp7-bar {
  width: 445px;
  height: 18px;
  background: #eeeeee;
  position: relative;
}

.sp-part7 .sp7-bar-gray {
  width: 188px;
  height: 100%;
  background: #48494b;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}

.sp-part7 .sp7-bar-green {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 427px;
  background: #4ac95b;
  display: block !important;
}

.sp-part7 .sp7-tested {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 25px;
  color: #a6a6a6;
  margin-top: 10px;
  padding-left: 40px;
}

.sp-part7 .sp7-highlight {
  font-family: Poppins-Medium;
  color: #ff8a00;
}

.sp-part8 {
  width: 1920px;
  height: 1026px;
  position: relative;
}

/* 标题 */
.sp-part8 .sp8-title {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Poppins;
  font-weight: bold;
  font-size: 55px;
  color: #1a1a1a;
}

.sp-part8 .sp-part8-box {
  width: 1488px;
  height: 677px;
  background: #edf3f8;
  border-radius: 25px;
  position: absolute;
  left: 216px;
  top: 214px;
}

/* 规格列表 - 绝对定位在左侧 */
.sp-part8 .sp8-specs {
  position: absolute;
  top: 83px;
  left: 85px;
  display: flex;
  flex-direction: column;
}

.sp-part8 .sp8-spec-group {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

/* 规格项 */
.sp-part8 .sp8-spec-item {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 30px;
  color: #262a33;
  line-height: 42px;
}

.sp-part8 .sp8-spec-label {
  font-family: Poppins;
  font-weight: bold;
}

/* 产品图片 - 绝对定位在右侧 */
.sp-part8 .sp8-product-wrap {
  position: absolute;
  top: 83px;
  right: 0;
  width: 666px;
  height: auto;
}

.sp-part8 .sp8-product-img {
  width: 100%;
  height: auto;
  position: relative;
    z-index: 2;
}

/* 产品标签样式 */
.sp-part8 .sp8-tag {
  position: absolute;
  background: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 23px;
  color: #262a33;
  white-space: nowrap;
}

.sp-part8 .sp8-tag-usb {
  top: -5px;
  left: -164px;
}

.sp-part8 .sp8-tag-charging {
  top: -7px;
  left: 218px;
}

.sp-part8 .sp8-tag-typec {
  top: 53px;
  left: -164px;
}

.sp-part8 .sp8-tag-qc {
  top: 112px;
  left: -164px;
}

.sp-part8 .sp8-tag-ac {
  left: 60px;
  bottom: -42px;
}

.sp-part8 .sp8-tag-plug {
  right: 58px;
  bottom: -38px;
  text-align: left;
  line-height: 1.3;
}

/* 底部两个小图 */
.sp-part8 .sp8-bottom-imgs {
  position: absolute;
  bottom: 50px;
  left: 83px;
  display: flex;
  gap: 13px;
}

.sp-part8 .sp8-bottom-item {
  position: relative;
  width: 351px;
}

.sp-part8 .sp8-small-img {
  width: 351px;
  height: 207px;
  border-radius: 10px;
}

.sp-part8 .sp8-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 23px;
  padding-bottom: 12px;
}

/* PC端隐藏促销区块 */
.sp-promo-section {
  display: none;
}

.sp_product_part {
  width: 100%;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  padding: 0px 260px 100px;
}

.sp_product_content {
  display: flex;
  gap: 40px;
  box-sizing: border-box;
}

.sp-color {
  color: #fd4c00;
}

.sp_product_part .sp-title {
  width: 1161px;
  text-align: center;
  margin: 0 auto 20px;
  font-family: HelveticaNeueLTStd-HvEx;
  font-weight: normal;
  font-size: 50px;
  color: #061244;
  line-height: 60px;
}

.sp-scroll-top .sp-product-top {
  padding: 0;
  margin-bottom: 84px;
  padding-top: 47px;
  box-sizing: border-box;
  position: relative;
  background: url(/cdn/shop/files/20260115-product-top-bg.png)
    no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: 290px;
}

.sp-scroll-top .sp-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 500;
  font-size: 24px;
  color: #fefefe;
  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: 23px;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 46px;
  color: #fefefe;
  margin-top: 23px;
}

.sp-scroll-top .sp-emoji {
  position: absolute;
  animation: skip 4s infinite;

  top: 75px;
}

.sp-scroll-top .sp-emoji1 {
  left: 514px;
}

.sp-scroll-top .sp-emoji2 {
  right: 514px;
}

.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: 50px;
}

.sp_product_part .sp-img-wrap .sp-img-p2 {
  width: auto;
  height: 300px;
  margin-top: 40px !important;
}

.sp_product_part .sp_product_inner {
  width: 606px;
}

.sp_product_part .sp-row1 {
  width: 440px;
  position: absolute;
  bottom: 28px;
  left: 90px;
  font-family: Poppins-Medium;
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  gap: 5px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
}

.sp_product_part .sp-round {
  position: absolute;
  bottom: 56px;
  left: 84px;
  width: 344px;
  height: 13px;
  background: #ffffff;
  border-radius: 7px;
}

.sp_product_part .sp-round1 {
  position: absolute;
  bottom: 56px;
  left: 84px;
  width: 64px;
  height: 29px;
  animation: sp-round-pc 2s infinite;
  background: linear-gradient(-90deg, #ff9f22 0%, rgba(255, 159, 34, 0) 100%);
  width: 272px;
  height: 13px;
  background: #ffe400;
  border-radius: 7px;
}

.sp_product_part .sp-row1 .sp-span {
  font-family: 'Roboto';
}

@keyframes sp-round-pc {
  0% {
    width: 64px;
  }

  100% {
    width: 364px;
  }
}

.sp_product_part .sp-row1 p {
  font-family: 'Roboto-Regular';
  font-size: 22px;
  font-style: normal;
  text-transform: none;
}

.sp_product_part .gift-icon {
  width: 52px;
  height: 56px;
  position: absolute;
  bottom: 16px;
  left: 22px;
  animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-clock-icon {
  width: 19px;
  /* position: absolute;
    top: 5px;
    left: 490px; */
  animation: shakeCart 3s infinite ease-in-out;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 45px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  line-height: 1;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .clock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp_product_part .sp-clock-s .clock-label {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-top: 7px;
  font-family: Roboto-Regular;
}

.sp_product_part .sp-clock-s .square {
  width: 49px;
  height: 47px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 25px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins';
  flex-shrink: 0;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  margin: 0 5px;
}

.sp_product_part .sp-clock-s .dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
  /* margin-top: 20px; */
}

.sp_product_part .option-title {
  width: 505px;
  font-size: 22px;
  color: #696969;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
  margin: 20px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp_product_part .sp-opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  position: relative;
}

.sp_product_part .sp-opt-group .sp-hot {
  width: 22px;
  height: auto;
  margin-right: 10px;
}

.sp_product_part .sp-option {
  position: relative;
  width: auto;
  min-width: 170px;
  height: 48px;
  background: #f7f7f7;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
  font-family: Poppins-Medium;
  font-size: 23px;
  color: #5d5d5d;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
  padding: 0 35px;
  font-weight: normal;
}

.sp_product_part .sp-option.active {
  background: #292929;
  border-radius: 5px;
  color: #ffffff;
}

.sp_product_part .sp-option .sp-span {
  font-family: 'Roboto-Regular';
  margin-left: 5px;
}

.sp_product_part .sp-color .sp-option .sp-icon {
  position: static;
}

.sp_product_part .sp-option .sp-icon {
  width: 22px;
  margin-right: 10px;
}

/* .sp_product_part .sp-color .sp-option {

    padding: 27px 30px;
    border-radius: 8px;
    background: #fff;
    width: 183px;
    height: 183px;
    background: #FFFFFF;
    border-radius: 10px;
}

.sp_product_part .sp-color .sp-option.active {
    border: 3px solid #FD771B;

    background: #fff;
} */

.sp_product_part .sp-color .sp-option .sp-color-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sp_product_part .title {
  font-weight: bold;
  font-size: 40px;
  color: #1a1a1a;
  line-height: 35px;
  font-family: Poppins;
  font-weight: bold;
  padding-bottom: 19px;
  border-bottom: 2px solid #9d9d9d50;
}

.sp_product_part .sp-price-group {
  line-height: 1.1;
  margin-top: 30px;
  align-items: baseline;
  margin-bottom: 0px;
}

.sp_product_part .sp-price1 {
  font-family: Poppins;
  font-size: 46px;
  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: 308px;
  height: 59px;
  background: #fff3e0;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 26px;
  color: #312a2a;
  gap: 14px;
  text-transform: uppercase;
}

.sp_product_part .addCart img {
  width: 24px;
}

.sp_product_part .sp-btn-style {
  width: 594px;
  height: 91px;
  background: #e00000;
  border-radius: 10px;
  cursor: pointer;
  margin: 22px auto 22px 0;
  font-size: 43px;
  font-family: 'Poppins';
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
}

.sp_product_part .sp-title-s {
  font-family: Poppins;
  font-weight: bold;
  font-size: 40px;
  color: #0b0b0b;
  line-height: 45px;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  color: #141414;
  font-family: 'Poppins-Medium';
}

.sp-tip5 img {
  width: 58px;
}

.sp-tip5 .sp-span {
  color: #cf2f29;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }

  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}

@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }

  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}

.addGroup {
  width: 264px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #828282;
  padding: 0px 25px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #eeeeee; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 130px;
  height: 100%;
  color: #232326;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 23px;
  color: #000000;
  /* border-left: 2px solid #646464;
  border-right: 2px solid #646464; */
  line-height: 40px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}

.sp_header-content .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}

@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }

  2% {
    transform: scale(1.2) rotate(0);
  }

  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }

  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}

@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }

  10% {
    transform: scale(1.2) rotate(0);
  }

  15% {
    transform: scale(1.2) rotate(-10deg);
  }

  20% {
    transform: scale(1.2) rotate(10deg);
  }

  25% {
    transform: scale(1.2) rotate(-10deg);
  }

  30% {
    transform: scale(1.2) rotate(10deg);
  }

  35% {
    transform: scale(1.2) rotate(-10deg);
  }

  40% {
    transform: scale(1.2) rotate(10deg);
  }

  45% {
    transform: scale(1.2) rotate(0);
  }

  50% {
    transform: scale(1) rotate(0);
  }

  to {
    transform: scale(1) rotate(0);
  }
}

@keyframes cuteFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-15px) rotate(-5deg);
  }

  50% {
    transform: translateY(-25px) rotate(0deg);
  }

  75% {
    transform: translateY(-15px) rotate(5deg);
  }
}

@keyframes rgbFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.sp-footer-img {
  width: 504px;
  display: block;
  margin: 25px auto 20px;
}

.sp-footer-img2 {
  width: 475px;
  display: block;
}

.sp-footer-box1 {
  width: 100%;
  background: #daf1ff;
  border-radius: 10px;
  padding: 20px 40px 30px;
  box-sizing: border-box;
}

.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box1 .sp-icon {
  width: 25px;
}

.sp-footer-box2 {
  width: 100%;
  background: #fffdf0;
  border-radius: 10px;
  padding: 16px 41px;
  box-sizing: border-box;
  margin-top: 20px;
}

.sp-footer-box2 .sp-icon {
  width: 29px;
}

.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Roboto';
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {
  font-family: 'Poppins-Regular';
  font-size: 17px;
  color: #666666;
  line-height: 1.2;
  margin-top: 10px;
  font-weight: 400;
}

.sp-footer-box2 span {
  font-family: 'Poppins';
}

.sp-circles {
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 28px;
  color: #fffefe;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-circles p {
  font-size: 57px;
}

.sp-circle1 {
  width: 51px;
  height: 45px;
  background-image: url('/cdn/shop/files/20260115-icon1.png');
}

.sp-circle2 {
  width: 49px;
  height: 49px;
  background-image: url('/cdn/shop/files/20260115-icon2.png');
}

.sp-circle3 {
  width: 48px;
  height: 42px;
  background-image: url('/cdn/shop/files/20260115-icon3.png');
}

.sp-circle4 {
  width: 49px;
  height: 49px;
  background-image: url('/cdn/shop/files/20260115-icon4.png');
}

.sp-circle-part {
  margin: 0 auto;
  width: 1920px;
  height: 201px;
  /* padding: 52px 0px; */
  background: url('/cdn/shop/files/20260115-bg9-pc.png')
    no-repeat !important;
  background-size: 100% 100% !important;
  padding: 0 348px;
}

/* .sp-circle-part .sp-title {
  font-family: "Poppins";
  margin-bottom: 70px;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
} */
.sp-circle-part .sp-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* gap: 120px; */
  align-items: center;
  height: 100%;
}

.sp-circle-part .sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.sp-circle-part .sp-item .sp-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.sp-circle-part .sp-item .sp-p1 {
  font-family: 'Roboto-Medium';
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  /* margin-bottom: 8px; */
}

.sp-circle-part .sp-item .sp-p2 {
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #fd9a00;
  line-height: 1.2;
}

/* =========================================
   保障�?样式 - PC端优�?(基准宽度 1920px)
   ========================================= */

.sp-promise-section2 {
  width: 1920px;
  height: 447px;
  background: url('/cdn/shop/files/20260115-circle-bg.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 56px 260px 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* PC端标题显示 */
.sp-bz3-section-title {
  font-family: Poppins;
  font-weight: bold;
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 70px;
  font-style: normal;
}

.sp-bz3-section-title .gradually i {
  font-style: normal;
}

.sp-bz3-section-title br {
  display: none;
}

/* 卡片容器：PC端横向排列 */
.sp-bz3-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 43px;
}

/* 单个卡片样式 - PC端纵向排列 */
.sp-bz3-card {
  width: 443px;
  height: 222px;
  background: #fafdff;
  border-radius: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 67px 48px 0;
  /* box-sizing: border-box; */
}

/* 图标区域 */
.sp-bz3-card-icon {
  width: 73px;
  height: 73px;
  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: 20px;
  color: #000000;
  line-height: 1;
  font-style: italic;
  margin: 0px 0px 0px;
  padding: 0 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 27px;
  margin: 0 auto 21px;
  white-space: nowrap;
}

.sp-bz3-card-content h3 br {
  display: none;
}

.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: #000000;
  line-height: 22px;
}

.sp-q-part {
  padding: 60px 260px 50px;
}

.sp-q-part .sp-btn-style1 {
  margin: 50px auto 0;
}

.sp-q-part .sp-title {
  font-size: 50px;
  color: #2d2d2d;
  line-height: 1.05;
  margin-bottom: 40px;
  text-align: center;
}

.sp-q-part .gradually .sp-title span i {
  font-style: initial;
}

.sp-q-part .sp-title .sp-span {
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 25px;
  color: #42b0fd;
  margin: 0;
}

.sp-q-part .sp-box .sp-item {
  /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
  margin-bottom: 10px;
}

.sp-q-part .q-row {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;

  font-family: 'Poppins-SemiBold';
  font-size: 25px;
  color: #282828;
  line-height: 1.2;
  cursor: pointer;
  padding-left: 30px;
  user-select: none;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  padding-right: 160px;
}

.sp-q-part .q-row .sp-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.sp-q-part .q-row .sp-icon::after {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: 'Poppins-Medium';
  font-size: 35px;
  color: #696969;
}

.sp-q-part .sp-text {
  width: 1400px;
  height: 110px;
  background: #e7f5ff;
  /* border-radius: 20px; */
  border-radius: 0px 0px 20px 20px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  font-family: 'Poppins-Regular';
  font-size: 22px;
  font-weight: 400;
  font-size: 24px;
  color: #242323;
  line-height: 35px;
  display: none;
  padding-bottom: 25px;
  padding-top: 25px;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}

.sp-q-part .sp-show .q-row {
  color: #ffffff;
  background: #42b0fd;
  border-radius: 20px 20px 0px 0px;
}

.sp-q-part .sp-show .sp-icon {
}

.sp-q-part .sp-show .sp-icon::after {
  content: '-';
  color: #ffffff;
}

.sp-q-part .sp-show .sp-text {
  display: block;
  opacity: 1;
}

.sp-pop {
  width: 1080px;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  border-radius: 80px 80px 0px 0px;
  background-color: #fff;
  overflow-y: auto;
  padding: 60px 0px 0px;
  box-sizing: border-box;
  max-height: 90%;
  position: absolute;
  bottom: 0;
  animation: sp-fade-in 1.5s;
  display: none;
}

/* 渐入动画初始状�?*/
.sp-ani,
.sp-ani2,
.sp-ani-fast {
  opacity: 0;
}

@keyframes sp-fade-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.sp-pop::-webkit-scrollbar {
  width: 0;
}

.sp-pop .product-part {
  padding-top: 40px;
}

.sp-pop .sp-pop-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto-Regular';
  font-size: 65px;
  color: #ff0000;
  line-height: 66px;
  padding: 0 30px 20px;
  box-sizing: border-box;
  font-style: italic;
}

.sp_pc {
  display: block;
}

.sp_mobile {
  display: none;
}

@media only screen and (max-width: 1080px) {
  #root {
    width: 100%;
    min-height: 100vh;
    background: url('/cdn/shop/files/20260115-bg.png')
      no-repeat;
    background-size: cover;
    overflow-x: hidden;
  }

  .header-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    font-size: 28px;
    width: 1080px;
    z-index: 100;
  }

  .header-top .sp-header-icon {
    width: 34px;
    height: auto;
    margin-right: 20px;
  }

  .sp_pc {
    display: none;
  }

  .sp_mobile {
    display: block;
    padding-top: 60px;
  }

  .sp_header {
    /* padding: 5px; */
  }

  .sp_header-content {
    position: initial;
    width: 1080px;
    height: 120px;
    padding: 0 50px;
    margin: 0 auto;
    justify-content: space-between;
    top: 25px;
  }

  .sp_header-content .sp-logo {
    width: 155px;
    position: unset;
    transform: unset;
    font-family: Poppins-ExtraBold;
    font-weight: 800;
    font-size: 60px;
    font-weight: 800;
  }

  .sp-top-btn {
    width: 380px;
    height: 90px;
    background: linear-gradient(0deg, #e10019 0%, #f32230 100%);
    border-radius: 45px;
    font-size: 45px;

    margin: 0;
    margin-left: 24px;
    position: absolute;
    top: 75px;
    right: 41px;
  }

  .sp_header-content .sp-cart {
    width: 49px;
    position: absolute;
    top: 100px;
    right: 480px;
  }

  .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: 856px;
    height: 189px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 84px;
    position: relative;
    background: url(/cdn/shop/files/20260115-sp-btn-bg.png)
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-btn-style1 span {
    margin: 0 10px;
  }

  .sp-part1 {
    width: 1080px;
    height: 1611px;
    margin-top: 0;
    position: relative;
  }

  /* 移动端首图轮播 */
  .sp1-bg-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1611px;
    z-index: 1;
  }

  .sp1-bg-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .sp1-bg-swiper .sp1-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 隐藏PC端轮播 */
  .sp1-bg-swiper-pc {
    display: none;
  }

  /* 主标题 PORTABLE - 移动端 */
  .sp-part1 .sp1-title {
    position: absolute;
    top: 846px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    font-size: 79px;
    z-index: 3;
  }

  .sp-part1 .sp1-title-icon {
    width: 84px;
    height: auto;
  }

  /* 副标题 CAR POWER INVERTER - 移动端 */
  .sp-part1 .sp1-title2 {
    position: absolute;
    top: 944px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 79px;
    z-index: 3;
  }

  /* 副标题描述 - 移动端 */
  .sp-part1 .sp-sub-text {
    position: absolute;
    top: 1064px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 36px;
    z-index: 3;
  }

  /* 用户头像和满意客户 - 移动端 */
  .sp-part1 .sp-sales-card {
    position: absolute;
    top: 1136px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 3;
  }

  .sp-part1 .sp-avatars {
    display: flex;
  }

  .sp-part1 .sp-avatar {
    width: 325px;
    height: auto;
  }

  .sp-part1 .sp-rating-info {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .sp-part1 .sp-count {
    font-size: 43px;
  }

  .sp-part1 .sp-satisfied {
    font-size: 25px;
  }

  /* 购买按钮 - 移动端 */
  .sp-part1 .sp-btn-box {
    position: absolute;
    top: 1337px;
    left: 112px;
    z-index: 3;
  }

  /* 隐藏PC端底部特性栏 */
  .sp-part1 .sp1-features {
    display: none;
  }

  .sp-title {
    font-size: 55px;
  }

  .sp-sub-title {
    font-size: 38px;
  }

  .sp-part2 {
    width: 1080px;
    height: 1504px;
    position: relative;
    margin-top: 0;
  }

  /* 标题 - 移动端 */
  .sp-part2 .sp2-title {
    position: absolute;
    top: 124px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 58px;
    line-height: 1;
  }

  /* 卡片通用样式 - 移动端 */
  .sp-part2 .sp2-card {
    position: absolute;
    overflow: hidden;
  }

  .sp-part2 .sp2-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-part2 .sp2-card-text {
    position: absolute;
    font-size: 31px;
    line-height: 29px;
  }

  /* 左上图 - 200W Peak Power */
  .sp-part2 .sp2-card1 {
    top: 246px;
    left: 47px;
    width: 482px;
    height: auto;
  }

  .sp-part2 .sp2-card1 .sp2-card-text {
    top: 36px;
    left: 35px;
  }

  /* 右上图 - Standard Fast Charging Ports */
  .sp-part2 .sp2-card2 {
    top: 246px;

    left: 548px;
    width: 486px;
    height: auto;
  }

  .sp-part2 .sp2-card2 .sp2-card-text {
    top: 36px;
    left: 26px;
  }

  .sp-part2 .sp2-card-label {
    position: absolute;
    bottom: 17px;
    right: 37px;
    font-size: 23px;
  }

  .sp2-icon {
    right: 53px;
    bottom: 51px;
    font-size: 23px;
  }

  /* 中间下图 - One-Touch Switch - 移动端 */
  .sp-part2 .sp2-card3 {
    top: 549px;

    left: 548px;
    width: 486px;
    height: auto;
  }

  .sp-part2 .sp2-card3 .sp2-card-text {
    top: 36px;
    left: 26px;
  }

  .sp-part2 .sp2-card-prevent {
    top: 158px;
    left: 26px;
  }

  .sp-part2 .sp2-shield-icon {
    width: 54px;
  }

  .sp-part2 .sp2-card-prevent span {
    font-size: 31px;
  }

  /* 右侧大图 - Real-Time Voltage Display - 移动端 */
  .sp-part2 .sp2-card4 {
    top: 858px;
    left: 548px;
    width: 482px;
    height: auto;
  }

  .sp-part2 .sp2-card4 .sp2-card-text {
    top: 36px;
    left: 35px;
  }

  /* 左下图 - Noise-Free Bliss - 移动端 */
  .sp-part2 .sp2-card5 {
    top: 858px;
    left: 47px;
    width: 482px;
    height: auto;
  }

  .sp-part2 .sp2-card5 .sp2-card-text {
    top: 36px;
    left: 35px;
  }

  .sp-part2 .sp2-progress-wrap {
    top: auto;
    bottom: 40px;
    left: 35px;
  }

  .sp-part2 .sp2-progress-bar {
    height: 16px;
    border-radius: 8px;
  }

  .sp-part2 .sp2-bar1 {
    width: 100px;
  }

  .sp-part2 .sp2-bar2 {
    width: 220px;
  }

  .sp-part2 .sp2-progress-item span {
    font-size: 30px;
  }

  .sp-part2 .sp2-feature-title {
    font-size: 36px;
    margin-bottom: 18px;
    line-height: 46px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #d3d3d3;
  }

  .sp-part2 .sp2-feature-desc {
    font-size: 30px;
    line-height: 40px;
    white-space: nowrap;
  }

  .sp-part3 {
    width: 1080px;
    height: 1759px;
    background: url('/cdn/shop/files/20260115-bg3.png')
      no-repeat center;
    background-size: cover;
  }

  /* 主标题 - 移动端 */
  .sp-part3 .sp3-title {
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0;
    text-align: center;
    font-family: Poppins;
    font-weight: bold;
    font-size: 55px;
    color: #ffffff;
    line-height: 1;
  }

  /* 副标题 - 移动端 */
  .sp-part3 .sp3-sub-text {
    position: absolute;
    top: 196px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    line-height: 38px;
  }

  /* 视频区域 - 移动端 */
  .sp-part3 .sp3-video-wrap {
    position: absolute;
    top: auto;
    bottom: 115px;
    left: 81px;
    width: 914px;
    height: 589px;
    right: auto;
  }

  /* 底部特性标签 - 移动端 */
  .sp-part3 .sp3-features {
    position: absolute;
    top: auto;
    bottom: 742px;
    left: 81px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    box-sizing: border-box;
  }

  .sp-part3 .sp3-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 30px;
  }

  .sp-part3 .sp3-check-icon {
    width: 31px;
    height: auto;
  }

  .sp-part4 {
    width: 1080px;
    height: auto;
    padding: 113px 0 107px;
  }

  /* 主标题 - 移动端 */
  .sp-part4 .sp4-title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    font-family: Poppins;
    font-weight: bold;
    font-size: 58px;
    color: #1a1a1a;
    line-height: 62px;
    margin-bottom: 41px;
  }

  /* 大图容器 - 移动端 */
  .sp-part4 .sp4-img-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 986px;
    height: 704px;
    padding: 26px 25px 183px;
    margin: 0 auto 43px;
    border-radius: 26px;
    overflow: hidden;
  }

  .sp-part4 .sp4-main-img {
    width: 100%;
    height: 495px;
    display: block;
  }

  .sp-part4 .sp4-efficiency {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 183px;
    display: flex;
    align-items: center;
    padding: 0 27px;
    box-sizing: border-box;
  }

  .sp-part4 .sp4-8x {
    font-family: Poppins-SemiBold;
    font-size: 125px;
    color: #fafdff;
  }

  .sp-part4 .sp4-8x i {
    font-size: 83px;
  }

  .sp-part4 .sp4-lightning {
    width: 63px;
    height: auto;
    margin-left: -20px;
  }

  .sp-part4 .sp4-efficiency-text {
    font-family: Poppins-Medium;
    font-size: 42px;
    color: #fafdff;
    line-height: 49px;
    margin-left: 17px;
  }

  .sp-part4 .sp4-cup {
    position: absolute;
    right: 19px;
    bottom: 25px;
    width: 284px;
    height: auto;
  }

  /* 右侧内容 - 移动端 */
  .sp-part4 .sp4-right {
    position: relative;
    top: auto;
    left: auto;
    width: 980px;
    margin: 0 auto;
  }

  .sp-part4 .sp4-sub-text {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 55px;
    text-align: center;
  }

  /* 设备网格 - 移动端 */
  .sp-part4 .sp4-devices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 0px;
    width: auto;
  }

  .sp-part4 .sp4-device-item {
    text-align: center;
    height: 210px;
  }

  .sp-part4 .sp4-device-img {
    width: 140px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .sp-part4 .sp4-device-name {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 11px;
    line-height: 32px;
  }

  .sp-part4 .sp4-device-power {
    font-size: 63px;
    line-height: 46px;
  }

  /* 警告提示 - 移动端 */
  .sp-part4 .sp4-warning {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 54px auto 0;

    width: 787px;
    height: 59px;
    border-radius: 28px;
  }

  .sp-part4 .sp4-warning-icon {
    width: 33px;
    height: auto;
  }

  .sp-part4 .sp4-warning span {
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #5c5c5c;
    line-height: 59px;
  }

  /* 购买按钮 - 移动端 */
  .sp-part4 .sp4-btn-box {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    display: flex;
    justify-content: center;
    margin: 39px auto 0;
    width: 946px;
    height: 176px;
  }

  .sp-part4 .sp4-btn-box .sp-btn-style1 {
    font-size: 59px;
    padding-top: 10px;
  }

  /* Part5 - One Device 移动端 */
  .sp-part5 {
    width: 1080px;
    height: 1632px;
    background: url('/cdn/shop/files/20260115-bg5.png')
      no-repeat center top;
    background-size: 100% auto;
  }

  /* 主标题 - 移动端 */
  .sp-part5 .sp5-title {
    position: absolute;
    top: 94px;
    font-size: 58px;
    line-height: 62px;
  }

  /* 副标题 - 移动端 */
  .sp-part5 .sp5-sub-text {
    top: 234px;
    font-size: 35px;
  }

  /* 两张图片容器 - 移动端 */
  .sp-part5 .sp5-images {
    position: absolute;
    top: 329px;
    left: 74px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* 轮播容器 - 移动端 */
  .sp-part5 .sp5-swiper-wrap {
    position: relative;
    width: 932px;
    height: 467pxx;
  }

  .sp-part5 .sp5-swiper {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .sp-part5 .sp5-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .sp-part5 .sp5-swiper .sp5-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  /* 轮播分页点 - 移动端 */
  .sp-part5 .sp5-pagination {
    position: absolute;
    bottom: -86px !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    width: auto !important;
  }

  .sp-part5 .sp5-pagination .swiper-pagination-bullet {
    width: 136px;
    height: 14px;
  }

  .sp-part5 .sp5-img {
    width: 932px;
    height: 467px;
    object-fit: cover;
  }

  .sp-part5 .sp5-img-wrap {
    position: relative;
    order: -1;
    width: 920px;
    height: 500px;
  }

  .sp-part5 .sp5-img-wrap .sp5-img2 {
    width: 932px;
    height: 467px;
    object-fit: cover;
  }

  /* 分页点 - 移动端 */
  .sp-part5 .sp5-dots {
    position: absolute;
    bottom: 220px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
  }

  .sp-part5 .sp5-dot {
    width: 136px;
    height: 14px;
  }

  /* 购买按钮 - 移动端 */
  .sp-part5 .sp-btn-box {
    position: absolute;
    top: 1696px;
    left: 68px;
  }

  .sp-part5 .sp-btn-box .sp-btn-style1 {
    width: 952px;
    height: 200px;
    font-size: 93px;
  }

  /* Part6 */
  .sp-part6 {
    height: 1750px;
    padding-top: 120px;
    background: url(/cdn/shop/files/20260115-bg6.png)
      no-repeat center top;
    background-size: 100% auto;
  }

  .sp-part6 .sp-title {
    font-size: 58px;
    line-height: 62px;
    top: 120px;
  }

  .sp-part6 .sp-box1 {
    position: absolute;
    width: 999px;
    height: 347px;
    background: #edf3f8;
    border-radius: 20px;
    border-radius: 30px;
    bottom: 470px;
    top: auto;
    left: 41px;
  }

  .sp-part6 .sp-item {
    position: absolute;
    top: 57px;
    left: 34px;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;

    font-size: 30px;
    line-height: 35px;
  }

  .sp-part6 .sp-item2 {
    top: 57px;
    left: 350px;
  }

  .sp-part6 .sp-item3 {
    top: 57px;
    left: 679px;
  }

  .sp-part6 .sp-item img {
    width: 62px;
    height: 78px;
    margin-right: 0;
  }

  .sp-part6 .sp-item span {
    color: #2c7af3;
    font-size: 28px;
  }

  .sp-part6 .sp-dash {
    width: 934px;
    height: 0px;

    position: absolute;
    top: 191px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-part6 .sp4-badge {
    width: 610px;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-part6 .sp-box2 {
    position: absolute;
    width: 998px;
    height: 320px;

    bottom: 106px;
    top: auto;
    left: 41px;

    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding-left: 40px;
    box-sizing: border-box;
  }

  .sp-part6 .sp-box2 img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 474px;
    height: auto;
  }

  .sp-part6 .sp-t1 {
    font-family: Poppins-SemiBold;
    font-size: 38px;
    color: #000000;
    line-height: 43px;
  }

  .sp-part6 .sp-t2 {
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #000000;
    line-height: 43px;
  }

  .sp-part7 {
    width: 1080px;
    height: 1420px;
  }

  /* 主标题 - PC端 */
  .sp-part7 .sp7-title {
    top: 110px;
    font-size: 58px;
    line-height: 62px;
  }

  /* 副标题 - PC端 */
  .sp-part7 .sp7-sub-text {
    top: 270px;
    font-size: 35px;
  }

  /* 两张图片容器 - PC端 */
  .sp-part7 .sp7-images {
    top: 384px;
    display: flex;
    gap: 16px;
  }

  .sp-part7 .sp7-img-left,
  .sp-part7 .sp7-img-right {
    width: 500px;
    height: 633px;
  }

  .sp-part7 .sp7-img-right {
    width: 481px;
  }

  .sp-part7 .sp7-port-label {
    top: 33px;
    left: 32px;
    font-size: 35px;
  }

  /* 进度条对比 - PC端 */
  .sp-part7 .sp7-compare {
    top: 1090px;
    left: 79px;
    width: 941px;
  }

  .sp-part7 .sp7-compare-item {
    gap: 19px;
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .sp-part7 .sp7-compare-label {
    font-size: 44px;
    width: 163px;
  }

  .sp-part7 .sp7-bar {
    width: 740px;
    height: 29px;
  }

  .sp-part7 .sp7-bar-gray {
    width: 313px;
  }

  .sp-part7 .sp7-bar-green {
    width: 711px;
  }

  .sp-part7 .sp7-tested {
    font-size: 40px;
    margin-top: 16px;
    padding-left: 0px;
  }

  .sp-part8 {
    width: 1080px;
    height: 1420px;
    margin: 0 auto;
    position: relative;
    margin-top: 340px;
  }

  /* 标题 */
  .sp-part8 .sp8-title {
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 58px;
  }

  .sp-part8 .sp-part8-box {
    position: absolute;
    left: 40px;
    top: 360px;
    width: 997px;
    height: 995px;
  }

  /* 规格列表 - 绝对定位在顶部 */
  .sp-part8 .sp8-specs {
    position: absolute;
    top: 102px;
    left: 107px;
    padding-left: 0;
    border-left: none;
    display: flex;
    gap: 60px;
    flex-direction: row;
  }

  .sp-part8 .sp8-spec-group {
    display: flex;
    flex-direction: column;
  }

  /* 规格项 */
  .sp-part8 .sp8-spec-item {
    font-size: 30px;
    line-height: 42px;
  }

  /* 产品图片 - 绝对定位在中间 */

  .sp-part8 .sp8-product-img {
    width: 713px;
    height: auto;
    position: absolute;
    top: 66px;
    right: 0;
    z-index: 2;
  }

  /* 移动端标签样式 */
  .sp-part8 .sp8-tag {
    position: absolute;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 22px;
  }

  .sp-part8 .sp8-tag-usb {
    left: 99px;
    top: 60px;
  }

  .sp-part8 .sp8-tag-charging {
    top: 57px;
    left: 527px;
  }

  .sp-part8 .sp8-tag-typec {
    left: 105px;
    top: 125px;
  }

  .sp-part8 .sp8-tag-qc {
    left: 96px;
    top: 192px;
  }

  .sp-part8 .sp8-tag-ac {
    left: 374px;
    bottom: 335px;
  }

  .sp-part8 .sp8-tag-plug {
    right: 47px;
    bottom: 347px;
    text-align: left;
    line-height: 1.3;
  }

  /* 底部两个小图 */
  .sp-part8 .sp8-bottom-imgs {
    position: absolute;
    bottom: 50px;
    left: 38px;
    display: flex;
    gap: 33px;
  }

  .sp-part8 .sp8-bottom-item {
    position: relative;
    width: 445px;
  }

  .sp-part8 .sp8-small-img {
    width: 100%;
    height: 262px;
  }

  .sp-part8 .sp8-label {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 15px 0;
    font-size: 29px;
    border-radius: 0 0 15px 15px;
  }

  .sp_product_part {
    padding: 0px 40px 100px;
  }

  .sp_product_content {
    flex-direction: column;
  }

  .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: 44px;
    background: url(/cdn/shop/files/20260115-product-top-bg-m.png)
      no-repeat center top;
    background-size: 100% auto;
  }

  .sp-scroll-top .sp-info img {
    width: 107px;
    /* transform: translateY(-3px); */
    line-height: 50px;
  }

  .sp-scroll-top .sp-info2 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 20px;
  }

  .sp-scroll-top .sp-emoji {
    position: absolute;
    width: 83px;
    height: auto;
  }

  .sp-scroll-top .sp-emoji1 {
    left: 86px;
  }

  .sp-scroll-top .sp-emoji2 {
    right: 86px;
  }

  .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: 50px;
  }

  .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: 376px;
    height: 18px;
    animation: sp-round 2s infinite;
  }

  @keyframes sp-round {
    0% {
      width: 64px;
    }

    100% {
      width: 520px;
    }
  }
  div:empty {
    display: block !important;
  }
  .sp_product_part .sp_product_inner {
    width: 100%;
  }

  .sp_product_part .sp-row1 {
    bottom: 36px;
    left: 106px;
    font-size: 24px;
    width: unset;
  }

  .sp_product_part .sp-row1 p {
    font-size: 30px;
  }

  .sp_product_part .gift-icon {
    width: 61px;
    height: auto;
    position: absolute;
    bottom: 37px;
    left: 23px;
    animation: shakeCart 3s infinite ease-in-out;
  }

  .sp_product_part .sp-clock-icon {
    width: 26px;

    top: 16px;
    left: 544px;
  }

  .sp_product_part .sp-clock-s {
    right: 22px;
    bottom: 25px;
  }

  .sp_product_part .sp-clock-s .clock-label {
    font-size: 17px;
    margin-top: 5px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 67px;
    height: 65px;
    font-size: 35px;
  }

  .sp_product_part .sp-clock-s .dots {
    gap: 10px;
    margin: 0 10px;
  }

  .sp_product_part .sp-clock-s .dot {
    width: 6px;
    height: 6px;
  }

  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }

  .sp_product_part .option-title {
    width: auto;
    font-size: 36px;
    margin: 37px 0px 30px;
  }

  .sp_product_part .option-title .sp-span {
    font-family: 'Roboto';
    color: #333333;
  }

  .sp_product_part .sp-opt-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
  }

  .sp_product_part .sp-option {
    min-width: 226px;
    height: 76px;
    font-size: 37px;
    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-color .sp-option .sp-icon {
    position: static;
  }

  .sp_product_part .sp-option .sp-icon {
    width: 39px;
    margin-right: 16px;
  }

  .sp_product_part .title {
    font-size: 48px;
    text-align: left;
  }

  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 35px;
    align-items: center;
    margin-bottom: 30px;
    justify-content: flex-start;
  }

  .sp_product_part .sp-price1 {
    font-size: 80px;
  }

  .sp_product_part .sp-price2 {
    font-size: 46px;
  }

  .sp_product_part .sp-row {
    margin-left: 40px;
  }

  .sp_product_part .sp-clock {
    height: 186px;
    animation: shakeCart 3s infinite ease-in-out;
    position: absolute;
    z-index: -1;
    top: -25px;
    right: 79px;
  }

  .sp_product_part .sp-row img {
    width: 68px;
  }

  .sp_product_part .sp-row .sp-p {
    font-size: 41px;
    margin-left: -36px;
    padding-left: 16px;
    transform: translateY(5px);
    width: 272px;
    height: 56px;
    background: #fd771b;
    border-radius: 10px;
    line-height: 56px;
  }

  .sp_product_part .sp-quality-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
  }

  .sp_product_part .addCart {
    width: 482px;
    height: 96px;
    border-radius: 10px;
    font-size: 42px;
    gap: 19px;
  }

  .sp_product_part .addCart img {
    width: 42px;
  }

  .sp_product_part .sp-btn-style {
    width: 100%;
    width: 1000px;
    height: 146px;
    border-radius: 12px;
    margin: 40px auto 60px;
    margin-bottom: 40px;
    font-size: 70px;
  }

  .sp_product_part .sp-title-s {
    /* width: 845px; */
    font-size: 60px;
    color: #0b0b0b;
    line-height: 65px;
    text-align: center;
    margin: 0 auto;
  }

  .sp-tip5 {
    gap: 20px;
    font-size: 33px;
  }

  .sp-tip5 img {
    width: 103px;
  }

  .addGroup {
    width: 482px;
    height: 97px;
    border-radius: 10px;
    border: 2px solid #828282;
    padding: 0px 36px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 32px;
  }

  .addGroup input {
    width: 230px;
    font-size: 42px;
  }

  .sp-footer-img {
    width: 898px;
    margin: 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: 29px;
    margin-top: 16px;
  }

  .sp-footer-box2 .sp-li p {
    text-align: left;
    padding-right" 40px;
  }

  .sp-circle-part {
    width: 1080px;
    height: auto;
    padding: 80px 100px;
    background: url('/cdn/shop/files/20260115-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/20260115-icon1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sp-circle2 {
    width: 95px;
    height: 97px;
    background-image: url('/cdn/shop/files/20260115-icon2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sp-circle3 {
    width: 95px;
    height: 83px;
    background-image: url('/cdn/shop/files/20260115-icon3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sp-circle4 {
    width: 97px;
    height: 97px;
    background-image: url('/cdn/shop/files/20260115-icon4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* =========================================
       保障列 - 移动端适配 (基准宽度 1080px)
       ========================================= */
  .sp-promise-section2 {
    width: 1080px;
    height: 1413px;
    padding: 130px 73px 119px;
    background-image: url('/cdn/shop/files/20260115-circle-bg-m.png');
    background-size: 100% 100%;
    min-height: auto;
    position: relative;
  }

  /* 移动端标题 */
  .sp-bz3-section-title {
    text-align: center;
    margin-bottom: 83px;
    font-size: 58px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 53px;
    position: static;
    width: auto;
    display: block;
    color: #ffffff;
  }

  .sp-bz3-section-title br {
    display: block;
  }

  /* 卡片容器：移动端纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 39px;
    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: 935px;
    height: 309px;
    background: #ffffff;
    border-radius: 20px;
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 33px;
    width: 199px;
    height: 199px;
    flex-shrink: 0;
    position: unset;
    top: unset;
    transform: unset;
  }

  #root {
    overflow: hidden;
  }

  /* 文本内容区域 - 移动端 */
  .sp-bz3-card-content h3 {
    color: #101011;
    font-size: 35px;
    margin: 0 !important;
    margin-bottom: 28px !important;
    line-height: 43px;
    padding-left: 0;
    padding-right: 0px;
    height: auto;
    width: auto !important;
  }

  .sp-bz3-card-content h3 br {
    display: block;
  }

  .sp-bz3-card-content p {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
  }

  .sp-q-part {
    padding: 70px 40px 240px;
  }

  .sp-q-part .sp-title {
    margin-bottom: 70px;
    font-size: 60px;
  }

  .sp-q-part .gradually .sp-title span i {
    font-style: normal;
  }

  .sp-q-part .sp-title .sp-span {
    font-size: 36px;
  }

  .sp-q-part .sp-box .sp-item {
    /* box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06); */
    margin: 0 auto 15px;
  }

  .sp-q-part .q-row {
    font-size: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sp-q-part .sp-text {
    padding-left: 42px;
    padding-right: 23px;
    font-size: 27px;
    color: #4b4a4a;
    line-height: 50px;
    width: 1000px;
    height: 206px;
    background: #e7f5ff;
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .sp-q-part .q-row .sp-icon {
    right: 30px;
  }

  .sp-q-part .q-row .sp-icon::after {
    font-size: 50px;
  }

  .sp-btn-style2 {
    width: 1080px;
    height: 180px;
    display: none;
    z-index: 99;
    box-sizing: border-box;
    align-items: flex-end;
    background: url(/cdn/shop/files/20260115-sp-area.png)
      no-repeat center center;
    background-size: 100% 100%;
    position: relative;
  }

  .sp-btn-style2 .sp-area-top {
    position: absolute;
    top: 16px;
    left: 101px;
    width: 224px;
    height: auto;
  }

  .sp-btn-style2 .sp-area-text {
    position: absolute;
    left: 112px;
    top: 108px;
    font-family: Poppins-SemiBold;
    font-style: italic;
    font-size: 20px;
    color: #ffffff;
  }

  .sp-btn-style2 .sp-area {
    width: 454px;
    height: 180px;
    text-align: center;
    font-size: 25px;
    color: #ce962f;
    line-height: 35px;
    font-family: 'Poppins-Medium';
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-btn-style2 .sp-area .sp-top {
    width: 100%;
    height: auto;
  }

  .sp-btn-style2 .sp-area .sp-p {
    font-size: 22px;
    color: #ffefcb;
    line-height: 1;
    position: absolute;
    top: -10px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
  }

  .sp-btn-style2 .sp-area .sp-info {
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 85px;
    width: 100%;
    font-family: Poppins-Regular;
  }

  .sp-btn-style2 .sp-area2 {
  }

  .sp-btn-style2 .sp-area2 .sp-left {
  }

  .sp-btn-style2 .sp-area2 .sp-right {
    flex-shrink: 0;
    font-family: Poppins;
    font-weight: bold;
    font-size: 70px;
    color: #ffffff;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    animation: skip 4s infinite 1s;
    position: absolute;
    left: 582px;
    line-height: 1;
    top: 45px;
  }

  .sp-right-text {
    position: absolute;
    left: 582px;
    top: 115px;
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
    font-family: Poppins-Regular;
  }

  .sp-btn-style2 .sp-cart {
    width: 123px;
    height: 122px;
    background: #ffffff;
    border-radius: 10px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 427px;
    top: 32px;
  }

  .sp-btn-style2 .sp-cart .sp-num {
    width: 30px;
    height: 30px;
    right: 8px;
    top: 19px;
    font-size: 20px;
  }

  .sp-btn-style2 .sp-cart .sp-icon {
    width: 94px;
  }

  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
    display: flex;
  }

  .sp-menu-mask {
    background: rgba(11, 11, 11, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
  }

  .sp-menu {
    width: 473px;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 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;
    padding-top: 70px;
  }

  .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;
  }
}

/* =========================================
   新增样式 - 产品区域改版
   ========================================= */

/* 保障标签区域 - PC*/
.sp-guarantee-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 20px;
}

/* PC端禁用swiper轮播，直接显�?*/
@media only screen and (min-width: 1081px) {
  .sp-guarantee-tags.sp-guarantee-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 87px;
    transform: none !important;
  }
}

.sp-guarantee-tags.sp-guarantee-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

/* PC端隐藏重复的slide */
.sp-guarantee-tags.sp-guarantee-swiper .swiper-slide:nth-child(n + 4) {
  display: none;
}

.sp-guarantee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 24px;
  color: #fefefe;
}

.sp-guarantee-item .sp-check-icon {
  width: 25px;
  height: 18px;
}

/* Risk-Free 标题样式 */
.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;
}

.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;
  }

  /* 移动端显示所有slide */
  .sp-guarantee-tags.sp-guarantee-swiper .swiper-slide:nth-child(n + 4) {
    display: flex;
  }

  .sp-guarantee-item {
    font-size: 32px;
    gap: 15px;
    white-space: nowrap;
  }

  .sp-guarantee-item .sp-check-icon {
    width: 25px;
    height: 18px;
  }

  /* Risk-Free 标题样式 - 移动�?*/
  .sp-risk-free {
    font-size: 60px;
    line-height: 1.2;
  }

  /* 省钱提示 - 移动�?*/
  .sp-save-tip {
    font-size: 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;
  }
}

/* ================= QA2 FAQ 样式 ================= */
.sp-qa2-container {
  margin: 0 auto;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 200px;
  transform-origin: top left;
  font-family: 'Roboto';
}

.sp-qa2-title {
  text-align: center;
  color: #3e2b1e;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

.sp-qa2-list-container {
  margin: 0 auto;
}

.sp-qa2-item {
  margin-bottom: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 36px;
}

.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: 1400px;
  height: 73px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 30px;
  font-family: Roboto-Medium;
}

.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: 1400px;
}

.sp-qa2-icon-box {
  font-size: 36px;
}

.sp-qa2-icon-box {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /* transition: transform 0.4s cubic-bezier(0.4, 0.0, 0.2, 1); */
}

.sp-qa2-icon-plus {
  display: block;
}

.sp-qa2-icon-minus {
  display: none;
}

.sp-qa2-icon {
  font-size: 36px;
  font-style: normal;
  font-family: Roboto-Medium;
  font-weight: 400;
}

.sp-qa2-item.active .sp-qa2-icon-plus {
  display: none;
}

.sp-qa2-item.active .sp-qa2-icon-minus {
  display: block;
}

.sp-qa2-answer {
  display: none;
  padding: 30px;
  /* background-color: #fff; */
  font-family: Roboto-Regular;
  font-weight: 400;
  line-height: 41px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 27px;
  color: #00000090;
  background: #f4f4f4;
}

.sp-qa2-item.active .sp-qa2-icon-box {
  color: #fff;
}

.sp-qa2-item.active .sp-qa2-question {
  background-color: #003fbd;
  color: #fff;
}

.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: 646px;
  position: absolute;
  margin-top: 40px;
}

.sp-qa2-btn-wrapper .sp-btn-style1 {
  width: 596px;
  height: 111px;
  font-size: 37px;
  background: url(/cdn/shop/files/20260115-sp-btn-bg-sqa.png)
    no-repeat 100% 100%;
  /* background-size: contain; */
}

/* 移动�?QA2 适配 */
@media screen and (max-width: 1080px) {
  .sp-qa2-container {
    height: auto;
    margin-bottom: 300px;
  }

  .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: 55px;
    margin-bottom: 51px;
  }

  .sp-qa2-item {
    margin-bottom: 40px;
  }

  .sp-qa2-question {
    height: 127px;
    font-size: 38px;
    padding: 0 68px;
    width: 1000px;
    font-weight: bold;
  }

  .sp-qa2-icon-box {
    width: 40px;
    height: 40px;
    font-size: 46px;
  }

  .sp-qa2-answer {
    ont-size: 32px;
    padding: 38px 68px 50px;
    line-height: 1.5;
    width: 1000px;
  }

  .sp-qa2-btn-wrapper {
    left: 70px;
    margin-top: 80px;
  }

  .sp-qa2-btn-wrapper .sp-btn-style1 {
    width: 946px;
    height: 167px;
    font-size: 59px;
    background: url(/cdn/shop/files/20260115-sp-btn-bg.png)
      no-repeat;
    padding-left: 13px;
    background-size: 100% 100%;
  }
}

/* 移动端底部粘性模块 sp-btn-style2 */
.sp-btn-style2 {
  width: 1080px;
  height: 180px;
  display: none;
  z-index: 99;
  box-sizing: border-box;
  align-items: flex-end;
  background: url(/cdn/shop/files/20260115-sp-area.png)
    no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.sp-top1-box {
  width: 341px;
  height: 153px;
  background: #000000;
  border-radius: 0px 0px 18px 18px;
  position: absolute;
  top: 0;
  left: 51px;
}

.sp-btn-style2 .sp-area-top {
  position: absolute;
  top: 16px;
  left: 52px;
  width: 224px;
  height: auto;
}

.sp-btn-style2 .sp-area-text {
  position: absolute;
  left: 52px;
  top: 108px;
  font-family: Poppins-SemiBold;
  font-style: italic;
  font-size: 20px;
  color: #ffffff;
}

.sp-btn-style2 .sp-area2 .sp-left {
}

.sp-btn-style2 .sp-area2 .sp-right {
  flex-shrink: 0;
  font-family: Poppins;
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
  animation: skip 4s infinite 1s;
  position: absolute;
  left: 582px;
  line-height: 1;
  top: 45px;
}

.sp-btn-style2 .sp-right-text {
  position: absolute;
  left: 582px;
  top: 115px;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  font-family: Poppins-Regular;
}

.sp-btn-style2 .sp-cart {
  width: 123px;
  height: 122px;
  background: #ffffff;
  border-radius: 10px;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 427px;
  top: 32px;
}

.sp-btn-style2 .sp-cart .sp-num {
  width: 30px;
  height: 30px;
  right: 8px;
  top: 19px;
  font-size: 20px;
}

.sp-btn-style2 .sp-cart .sp-icon {
  width: 94px;
}

.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
  display: flex;
}

.sp_header-content .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}

product-recommendations {
    display: none !important;
}