@font-face {
  font-family: "Bacchus";
  src: url("./font/Bacchus-2.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bacchus-SemiBold";
  src: url("./font/Bacchus-SemiBold-2.ttf");
  font-weight: 600;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
  -ms-text-size-adjust: auto !important;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  user-select: none;
}

input,
img {
  border: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}
#root {
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

/* PC和移动端显示控制 - 默认显示PC版（仅针对FAQ） */
.sp-qa3-container.sp-pc {
  display: block;
}

.sp-qa3-container.sp-mobile {
  display: none;
}

.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-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 {
  background-color: #fff;
  top: 0px;
  width: 100%;
  left: 0;
  padding: 0 260px;
  box-sizing: border-box;
}
.sp_header-top {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 12px;
  color: #ffffff;
  top: 0px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #a73b64;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  width: 100%;
  height: 80px;
  background: #ffffff;
  padding: 0 33px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.sp_header-content ul {
  display: flex;
  align-items: center;
  gap: 43px;
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #000000;
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 18px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  vertical-align: middle;
}
.sp_header-content ul li:hover {
  color: #a73b64;
}
.sp_header-content .sp-logo {
  width: 134px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sp-cart {
  width: 36px;
  /* height: 36px;
  border-radius: 4px;
  border: 2px solid #4e4e4e; */
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  border: 3px solid #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -9px;
  top: -5px;
  font-size: 13px;
  font-family: "Poppins-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #414141;
}

.sp-top-btn {
  width: 172px;
  height: 40px;
  background: #d34077;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-family: "Poppins-Bold";
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}
.sp-top-btn .sp-p {
}

.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-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-wrap {
}
.sp-btn-style1 {
  width: 400px;
  height: 80px;
  background: #d34077;
  border-radius: 40px;
  font-size: 34px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Roboto-Bold";
  animation: skip 4s infinite 1s;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding-right: 62px;
}
.sp-btn-style1 .sp-arrow {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
}
.sp-btn-style1 .sp-arrow img {
  width: 31px;
}
.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.sp-title {
  font-family: "Poppins-Bold";
  width: 100%;
  font-size: 50px;
  color: #2a1a00;
  line-height: 1.2;
}

.sp-title-simple {
  font-family: "Bacchus-SemiBold";
  font-weight: 600;
  font-size: 70px;
  color: #5e0d15;
  white-space: nowrap;
}

.sp-sub-title {
  font-family: "Poppins-Regular";
  font-size: 24px;
  color: #2a1a00cc;
  line-height: 34px;
  margin-top: 28px;
}

.sp-sub-title-simple {
  font-family: Poppins;
  font-weight: 300;
  font-size: 26px;
  color: #5e0d15;
}

.sp-color {
  color: #9b3455;
}
.sp-part1 {
  height: 850px;
  background: url("../image/pc/pc_20251207060126324__051.png") no-repeat;
  background-size: 100% 100%;
}
/*  
#root .sp-part1 .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.6;

  margin: 0 !important;
}
#root .sp-part1 .swiper .swiper-pagination-bullet-active {
  width: 6px;
  height: 42px;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
} */
.sp-part1 .sp-content {
  width: 660px;
  position: absolute;
  left: 240px;
  top: 102px;
  z-index: 2;
}
.sp-part1 .sp-text {
  width: 331px;
  height: 57px;
  background: #b75760;
  font-family: Poppins;
  font-weight: 200;
  font-size: 38px;
  color: #ffffff;
  line-height: 57px;
  margin-bottom: 22px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left;
}
.sp-part1 .sp-text1 {
  position: relative;
  display: block;
  text-align: left;
}
.sp-part1 .sp-text1 .sp-p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 44px;
  color: #5e0d15;
  margin-top: 45px;
  /* line-height: 86px; */
}
.sp-part1 .sp-text1 .sp-p .sp-ampersand {
  font-family: "Bacchus-SemiBold";
}
.sp-part1 .sp-text1 .sp-p2 {
  /* margin-top: 19px; */
  font-family: "Bacchus-SemiBold";
  font-weight: 600;
  font-size: 80px;
  color: #5e0d15;
}
.sp-part1 .sp-text2 {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 24px;
  color: #242424;
  line-height: 32px;
  margin-top: 30px;
  text-align: left;
}
.sp-part1 .sp-text2 strong {
  font-family: "Poppins-SemiBold";
}

.sp-part1 .sp-btn-style1 {
  margin-top: 45px;
  width: 461px;
  height: 72px;
  background: #d34077;
  border-radius: 36px;
}
.sp-part1 .sp-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 45px;
}
.sp-part1 .sp-row .sp-stats-box {
  width: 420px;
  height: 135px;
  background: #ede0e6;
  border-radius: 18px;
  opacity: 0.96;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.sp-part1 .sp-row .sp-stats-line1 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-part1 .sp-row .sp-check-icon {
  width: 24px;
  height: 20px;
}
.sp-part1 .sp-row .sp-stats-text {
  font-family: Roboto;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin: 0;
}
.sp-part1 .sp-row .sp-highlight {
  color: #c11656;
}
.sp-part1 .sp-row .sp-stats-line2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-part1 .sp-row .sp-rating-img {
  width: 209px;
  height: 53px;
}
.sp-part1 .sp-row .sp-stats-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sp-part1 .sp-row .sp-verified-img {
  width: 88px;
  height: 16px;
}
.sp-part1 .sp-row .sp-reviews-count {
  font-family: Poppins;
  font-weight: bold;
  font-size: 24px;
  color: #353535;
  line-height: 34px;
  margin: 0;
}
.sp-part2 {
  padding: 90px 0px 100px;
}
.sp-part2 .sp-title,
.sp-part3 .sp-title {
  text-align: center;
}
.sp-part2 .sp-sub-title,
.sp-part3 .sp-sub-title {
  text-align: center;
}
.sp-part2 .sp-row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 20px;
}
.sp-part2 .sp-row .sp-item {
  flex: 1;
  max-width: 260px;
  font-family: "Poppins-Medium";
  font-size: 22px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-part2 .sp-row .sp-item .sp-img {
  width: 100%;
  height: auto;
}

.sp-part2 .sp-row .sp-item .sp-p {
  margin-top: 22px;
  width: 100%;
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  color: #5e0d15;
}

.sp-part3 {
  background: #f6dbdc;
  padding: 90px 0 80px;
}
.sp-part3 .sp-ww {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.sp-part3 .sp-img-wrap .sp-rect {
  width: 588px;
  height: 399px;
  border-radius: 25px;
  border: 8px solid #a16d2c40;
  box-sizing: border-box;
}
.sp-part3 .sp-img-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sp-part3 .sp-video-wrap {
  width: 738px;
  height: 415px;
  border-radius: 30px;
  /* overflow: hidden; */
  position: relative;
}

.sp-part3 .sp-video-wrap video {
  border-radius: 30px;
}

.sp-part3 .sp-video-overlay-img {
  position: absolute;
  left: 649px;
  top: -9px;
  width: 140px;
  height: 431px;
  z-index: 2;
}

.sp-part3 .sp-items-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 30px;
}

.sp-part3 .sp-result-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sp-part3 .sp-result-icon {
  width: 184px;
  height: 44px;
  object-fit: contain;
}

.sp-part3 .sp-result-item:first-child .sp-result-icon {
  width: 170px;
}

.sp-part3 .sp-result-text {
  font-family: Poppins;
  font-weight: 300;
  font-size: 26px;
  color: #5e0d15;
  text-align: center;
  line-height: 1.3;
}
.sp-part3 .sp-btn-style1 {
  width: 461px;
  height: 72px;
  background: #d34077;
  border-radius: 36px;
  margin: 85px auto 0;
}
.sp-part3 .sp-box {
  width: 700px;
  margin-left: 123px;
}

.sp-part3 .sp-text {
  font-family: "Poppins-Bold";
  font-size: 30px;
  color: #a16d2c;
  line-height: 1;
  margin-bottom: 36px;
}
.sp-part3 .sp-text2 {
  font-family: "Poppins-Regular";
  font-size: 20px;
  color: #2a1a00dd;
  line-height: 30px;
  margin-top: 46px;
}

/* 轮播图容器 */
.sp-part3 .sp-swiper-container {
  width: 100%;
  margin-top: 36px;
  padding-bottom: 0px;
}

.sp-part3 .sp-swiper-steps {
  width: 579px;
  height: 443px;
  margin: 0 auto;
}

.sp-part3 .sp-swiper-steps .swiper-slide {
  position: relative;
  width: 579px;
  height: 387px;
}

.sp-part3 .sp-swiper-steps .swiper-slide .sp-img {
  width: 579px;
  height: 387px;
  object-fit: cover;
  border-radius: 10px;
}

/* Before/After 标签 */
.sp-part3 .sp-ba-labels {
  position: absolute;
  top: 352px;
  left: 0;
  width: 579px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}

.sp-part3 .sp-ba-before {
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
  color: #737373;
}

.sp-part3 .sp-ba-after {
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
  color: #d34077;
}

/* 轮播点样式 */
.sp-part3 .sp-swiper-steps-pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

#root .sp-part3 .sp-swiper-steps .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  cursor: pointer;
}

#root .sp-part3 .sp-swiper-steps .swiper-pagination-bullet-active {
  background: #a73b64;
}

.sp-part3 .sp-row {
  text-align: center;
  gap: 16px;
  display: flex;
  font-family: "Poppins-Medium";
  font-size: 20px;
  color: #ffffff;
  line-height: 25px;
  box-sizing: border-box;
}
.sp-part3 .sp-row .sp-item {
  position: relative;
}
.sp-part3 .sp-row .sp-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -28px;
  top: 98px;
  width: 37px;
  height: 37px;
  background: url("../image/20251204-p4-arrow.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.sp-part3 .sp-row .sp-p {
  width: 223px;
  height: 68px;
  background: #a16d2c;
  border-radius: 0px 0px 25px 25px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-part4 {
  padding: 100px 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-part4-container {
  width: 1629px;
  height: 670px;
  position: relative;
}

.sp-part4-bg {
  width: 1629px;
  height: 670px;
  background: url("../image/pc/pc_20251207060126324__041.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  padding: 80px 60px;
  box-sizing: border-box;
}

.sp-part4-left {
  width: 800px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sp-part4-title {
  width: 757px;
  font-family: "Bacchus";
  font-weight: 600;
  font-size: 65px;
  color: #5e0d15;
  line-height: 1.2;
}

.sp-part4-desc {
  width: 778px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 30px;
  color: #383838;
  line-height: 1.4;
}

.sp-part4-desc strong {
  font-weight: 700;
}

.sp-part4-bottom-img {
  width: 796px;
  height: 178px;
}

.sp-part4-bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sp-part4-right-img1 {
  position: absolute;
  left: 960px;
  top: -77px;
  width: 526px;
  height: 657px;
  z-index: 2;
}

.sp-part4-right-img2 {
  position: absolute;
  left: 998px;
  top: 485px;
  width: 469px;
  height: 140px;
  z-index: 3;
}
.sp-part5 {
  background: #f6dbdc;
  padding: 90px 0 0;
}

.sp-part5-container {
  width: 1400px;
  margin: 0 auto;
}

.sp-part5-title {
  font-family: "Bacchus";
  font-weight: 600;
  font-size: 65px;
  color: #5e0d15;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.sp-part5-desc {
  font-family: Poppins;
  font-weight: 300;
  font-size: 26px;
  color: #5e0d15;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
}

.sp-part5-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.sp-part5-left {
  flex-shrink: 0;
}

.sp-part5-left img {
  width: 989px;
  height: 625px;
  object-fit: cover;
  border-radius: 20px;

  vertical-align: top; /* 或 middle, bottom */
}

.sp-part5-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sp-part5-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.sp-part5-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.sp-part5-item img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.sp-part5-item p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  color: #5e0d15;
  line-height: 1.3;
  margin: 0;
}

.sp-part5-btn,
.sp-part5 .sp-btn-style1 {
  width: 461px;
  height: 72px;
  background: #d34077;
  border-radius: 36px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 33px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s;
}

.sp-part5-btn:hover,
.sp-part5 .sp-btn-style1:hover {
  transform: scale(1.05);
}
.sp-part6 {
  height: 945px;
  background: url("../image/pc/pc_20251207060126324__052.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
}

.sp-part6-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.sp-part6-content {
  width: 719px;
  position: absolute;
  top: 79px;
  left: 224px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* 上部分 - 标题 */
.sp-part6-top h2 {
  font-family: "Bacchus";
  font-weight: 600;
  font-size: 65px;
  color: #5e0d15;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}

/* 中部分和下部分 - 图片盒子 */
.sp-part6-img-box {
  width: 719px;
  height: 291px;
  position: relative;
}

.sp-part6-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* 文字覆盖层 */
.sp-part6-text-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 右侧文字 */
.sp-text-right {
  top: 59px;
  left: 367px;
}

/* 左侧文字 */
.sp-text-left {
  top: 69px;
  left: 48px;
}

/* 成分标题 */
.sp-part6-ingredient {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.sp-part6-ingredient .sp-big-number {
  font-family: Poppins;
  font-weight: 800;
  font-size: 65px;
  color: #d34077;
  line-height: 1;
}

.sp-part6-ingredient .sp-percent {
  font-family: Poppins;
  font-weight: 800;
  font-size: 30px;
  color: #d34077;
  line-height: 1;
  padding-bottom: 5px;
}

/* 描述文字 */
.sp-part6-description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  color: #692027;
  max-width: 330px;
}

/* Part 7 - 图片网格 */
.sp-part7 {
  height: 871px;
  background: url("../image/pc/pc_20251207060126324__053.png") no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 87px 131px 101px 160px;
  position: relative;
}

.sp-part7-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.sp-part7-text-box {
  position: absolute;
  top: 274px;
  left: 595px;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sp-part7-title {
  width: 404px;
  font-family: "Bacchus";
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  line-height: 1;
}

.sp-part7-subtitle {
  margin-top: 20px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}

.sp-part7-img {
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.sp-part7-img:hover {
  transform: scale(1.05);
  z-index: 10;
}

/* Part 8 - 规格说明 */
.sp-part8 {
  height: 604px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sp-part8-container {
  width: 1368px;
  height: 424px;
  position: relative;
}

.sp-part8-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.sp-part8-text {
  position: absolute;
  top: 70px;
  left: 683px;
  z-index: 2;
  max-width: 650px;
}

.sp-part8-title {
  font-family: Poppins;
  font-weight: bold;
  font-size: 37px;
  color: #191919;
  line-height: 48px;
  margin-bottom: 15px;
}

.sp-part8-content {
  font-family: Poppins;
  font-weight: 400;
  font-size: 27px;
  color: #191919;
  line-height: 45px;
  margin-bottom: 20px;
}

.sp-part8-note {
  font-family: Poppins;
  font-weight: 400;
  font-size: 21px;
  color: #5c5c5c;
  line-height: 26px;
}

/* 新产品购买部分样式 */
.sp-product-section {
  margin-top: -40px;
  background: #f6e8e9;
  padding: 120px 0 100px;
}

/* PC端显示，移动端隐藏 */
.sp-product-section-pc {
  display: block;
}

.sp-product-section-mobile {
  display: none;
}

.sp-product-cards {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: flex-end;
  padding: 0 40px;
}

/* 价格卡片 */
/* PC端卡片基础样式 */
.sp-price-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 0.3s;
}

.sp-price-card:hover {
  transform: translateY(-5px);
}

/* 卡片1样式 */
.sp-price-card1 {
  width: 383px;
  height: 578px;
}

/* 卡片2样式（Most Popular） */
.sp-price-card2 {
  width: 417px;
  height: 631px;
  border-radius: 25px;
  border: 3px solid #d22c31;
}

/* 卡片3样式 */
.sp-price-card3 {
  width: 383px;
  height: 578px;
}

/* 徽章 */
.sp-card-badge {
  background: #d2445a;
  color: white;
  padding: 8px 25px;
  border-radius: 0 0 12px 12px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.sp-badge-best {
  background: #d2445a;
}

/* PC端新Badge样式 */
.sp-card-badge-new {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 卡片2的badge */
.sp-price-card2 .sp-card-badge-new {
  top: -15px;
  /* left: 76px; */
}

.sp-price-card2 .sp-card-badge-new .sp-badge-bg {
  width: 266px;
  height: 50px;
  display: block;
}

.sp-price-card2 .sp-card-badge-new .sp-badge-text {
  position: absolute;
  font-family: Poppins;
  font-weight: 600;
  font-size: 26px;
  color: #fefefe;
  line-height: 26px;
}

/* 卡片3的badge */
.sp-price-card3 .sp-card-badge-new {
  top: -11px;
  /* left: 76px; */
}

.sp-price-card3 .sp-card-badge-new .sp-badge-bg {
  width: 230px;
  height: 44px;
  display: block;
}

.sp-price-card3 .sp-card-badge-new .sp-badge-text {
  position: absolute;
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  color: #fefefe;
  line-height: 22px;
}

/* 卡片内容容器 - PC端保持纵向布局 */
.sp-price-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* 标题 */
.sp-card-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #191919;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.3;
}

/* 产品图片 */
.sp-card-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}

.sp-price-card1 .sp-card-image img {
  width: 69px;
  height: 215px;
  object-fit: contain;
}

.sp-price-card2 .sp-card-image img {
  width: 189px;
  height: 261px;
  object-fit: contain;
}

.sp-price-card3 .sp-card-image img {
  width: 235px;
  height: 211px;
  object-fit: contain;
}

/* 价格 - 卡片1 */
.sp-price-card1 .sp-card-price {
  font-family: Roboto;
  font-weight: bold;
  font-size: 31px;
  color: #d90000;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}

/* 价格组 - 卡片2和3 */
.sp-card-price-group {
  margin-top: 35px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  justify-content: center;
  margin-bottom: 10px;
}

.sp-card-price-group .sp-card-price {
  font-family: Roboto;
  font-weight: bold;
  font-size: 34px;
  color: #d90000;
  line-height: 24px;
}

.sp-card-price-old {
  font-family: Roboto;
  font-weight: 400;
  font-size: 19px;
  color: #7a7979;
  line-height: 22px;
  text-decoration: line-through;
}

.sp-card-unit-price {
  font-family: Poppins;
  font-weight: 600;
  font-size: 26px;
  color: #2d2d2d;
  line-height: 24px;
  text-align: center;
  margin-top: 25px;
  /* margin-bottom: 25px; */
}

.sp-card-unit-price strong {
  font-weight: 600;
  color: #d90000;
  font-size: 26px;
}

/* 数量选择器 */
.sp-quantity-selector {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 15px;
  width: 240px;
  height: 47px;
  border: 2px solid #cccccc;
  border-radius: 20px;
  overflow: hidden;
  background: #fefefe;
}

.sp-qty-btn {
  width: 60px;
  height: 47px;
  border: none;
  background: #ededed;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sp-qty-btn:hover {
  background: #e0e0e0;
}

.sp-qty-input {
  /* flex: 1; */
  width: 127px;
  height: 47px;
  border: none;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  background: transparent;
  font-size: 20px;
  color: #333;
  background: white;
}

.sp-qty-input:focus {
  outline: none;
}

/* 按钮 */
.sp-card-btn {
  border: none;
  border-radius: 20px;
  font-family: Roboto;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  background: #bd0f10;
  color: #ffffff;
  animation: skip 4s infinite 1s;
}

.sp-card-btn:hover {
  background: #9d0c0e;
  transform: scale(1.02);
}

/* 卡片1的按钮 */
.sp-price-card1 .sp-price-card-content {
  margin-top: 15px;
}

.sp-price-card2 .sp-price-card-content,
.sp-price-card3 .sp-price-card-content {
  margin-top: 15px;
}

.sp-price-card1 .sp-card-btn {
  width: 316px;
  height: 47px;
  font-size: 20px;
  margin-top: 10px;
}

.sp-price-card1 .sp-card-guarantee {
  margin-top: 24px;
  color: #2d2d2d;
  line-height: 29px;
}

/* 卡片2和3的按钮 */
.sp-price-card2 .sp-card-btn,
.sp-price-card3 .sp-card-btn {
  width: 316px;
  height: 51px;
  font-size: 20px;
  line-height: 44px;
  margin-top: 15px;
}

.sp-price-card2 .sp-card-guarantee {
  margin-top: 23px;
  color: #1f1f1f;
  line-height: 29px;
}

.sp-price-card3 .sp-card-guarantee {
  margin-top: 24px;
  color: #1f1f1f;
  line-height: 29px;
}

/* 保障信息 */
.sp-card-guarantee {
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

/* 免运费提示 */
.sp-shipping-notice {
  max-width: 1400px;
  margin: 40px auto 30px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: Poppins;
  font-size: 24px;
  color: #141414;
}

.sp-truck-icon {
  width: 49px;
  height: auto;
}

.sp-shipping-notice strong {
  color: #dc0200;
  font-weight: 700;
}

/* 支付方式 */
.sp-payment-methods {
  max-width: 1400px;
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-payment-banner {
  max-width: 100%;
  height: auto;
}

/* 底部保障信息 */
.sp-bottom-guarantees {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 40px;
  justify-content: center;
}

/* PC 端保障盒子样式 */
.sp-guarantee-box {
  width: 632px;
  height: 164px;
  border-radius: 10px;
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sp-guarantee-box1 {
  background: #eef8fe;
  border: 1px solid #c0e0f3;
}

.sp-guarantee-box2 {
  background: #fdfcf5;
  border: 1px solid #eee9c6;
}

.sp-guarantee-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sp-guarantee-box1 .sp-guarantee-icon img {
  width: 31px;
  height: 35px;
  flex-shrink: 0;
}

.sp-guarantee-box2 .sp-guarantee-icon img {
  width: 35px;
  height: 43px;
  flex-shrink: 0;
}

.sp-guarantee-icon h4 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 23px;
  color: #282828;
  margin: 0;
}

.sp-guarantee-content {
  flex: 1;
}

.sp-guarantee-content p {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  line-height: 33px;
  margin: 0;
}

.sp-guarantee-content strong {
  font-weight: bold;
  color: #666666;
}

.sp-payment-icons-small {
  display: block;
}

.sp-payment-icons-small img {
  width: 576px;
  height: 47px;
}

.sp_product_part {
  width: 100%;
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;

  padding: 0px 0px 45px;
}

/* PC 端 Banner 样式 */
.sp-banner {
  width: 100%;
  height: 289px;
  background: url("../image/pc/pc_20251207060126325__059.png") no-repeat;
  background-size: 100% 100%;
  /* padding-top: 3px; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.sp-text1 {
  font-family: "Poppins-SemiBold";
  font-size: 23px;
  color: #191919;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sp-text1 .sp-color {
  color: #9b3455;
}

.sp-text1 .sp-icon {
  width: 100px;
  height: 26px;
}

.sp-text2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #191919;
  text-align: center;
}

.sp-title1 {
  font-family: "Poppins-Bold";
  font-size: 56px;
  color: #9b3455;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
}

.sp-title1 .sp-color {
  color: #9b3455;
}

.sp-title1 .sp-icon {
  width: 60px;
  height: 56px;
  animation: skip 4s infinite;
}

.sp-banner .sp-scroll2 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.sp-banner .sp-scroll2 .sp-flex-x {
  display: flex;
  align-items: center;
  gap: 80px;
}

.sp-banner .sp-scroll2 .sp-p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #9b3455;
  white-space: nowrap;
}

.sp-banner .sp-scroll2 .sp-icon {
  width: 25px;
  height: 18px;
  flex-shrink: 0;
}

.sp-icon-wraps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.sp-icon-wraps .sp-icon {
  width: 25px;
}
.sp-icon-wraps .sp-p {
  gap: 14px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #191919;
  font-family: "Poppins-Medium";
}

.sp_product_content {
  width: 100%;
  padding: 60px 260px 0;
  display: flex;
  gap: 60px;
  box-sizing: border-box;
}
.sp_product_part .sp-img-wrap {
  width: 731px;
  height: 516px;
  background: url("../image/20251202-pro-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 15px 11px 0;
  font-family: "Poppins-Medium";
  box-sizing: border-box;
  user-select: none;
}
.sp_product_part .sp-img-wrap .swiper-slide {
  width: 100%;
  height: 398px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  height: 398px;
}

.sp_product_part .sp-row1 {
  position: absolute;
  top: 440px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp_product_part .sp-row1 .sp-icon {
  height: 47px;
  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row1 .sp-line-wrap {
  width: 344px;
  height: 13px;
  background: #ffffff;
  border-radius: 7px;
  margin-bottom: 7px;
}
.sp_product_part .sp-row1 .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
}
@keyframes sp-fade-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.sp_product_part .sp-row1 .sp-p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #ffffff;
  margin-left: 8px;
}
.sp_product_part .sp-row1 .sp-p .sp-icon-s {
  width: 19px;
}

.sp_product_part .sp-clock-s {
  position: absolute;
  right: 29px;
  top: 439px;
  display: flex;
  justify-content: center;

  gap: 14px;
  line-height: 1;
  font-family: "Poppins-SemiBold";
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .square {
  width: 40px;
  height: 38px;
  background: #ffffff;
  border-radius: 9px;
  font-size: 25px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
  flex-shrink: 0;
  padding-top: 2px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.sp_product_part .sp-clock-s .sp-dots {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}
.sp_product_part .sp-clock-s .sp-dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}
.sp_product_part .sp-num-tip {
  position: absolute;
  left: 340px;
  width: 310px;
  top: 170px;
  font-family: "AkzidenzGroteskBQ-Medium";
  font-size: 20px;
  color: #c86f00;
  text-align: center;
  line-height: 1;
}
.sp_product_part .sp-num-tip2 {
  left: 468px;
  width: fit-content;
  top: 300px;
  font-size: 45px;
  text-align: left;
}
.sp_product_part .sp-texts {
  position: absolute;
  left: 32px;
  top: 264px;
}
.sp_product_part .sp-texts .sp-p {
  width: 269px;
  height: 29px;
  background: #fdfefd;
  border-radius: 10px;
  padding: 0 10px;

  font-family: "Poppins-Medium";
  font-size: 15px;
  color: #2a1a00dd;
  line-height: 30px;
  margin-bottom: 4px;
}
.sp_product_part .sp-texts .sp-p:last-child {
  width: fit-content;
}
/* .sp_product_part .sp-tip {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 240px;
  height: 58px;
  background: url("../image/20251204-bg-s.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  font-family: "Poppins-SemiBold";
  color: #191919;
  font-size: 24px;
  z-index: 2;
}
.sp_product_part .sp-tip .sp-icon {
  width: 38px;
}
.sp_product_part .sp-tip .sp-span {
  font-size: 30px;
} */
.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}
.sp_product_part .option-title {
  font-size: 22px;
  color: #696969;
  font-family: "Poppins-Medium";
  line-height: 1;
  margin: 36px 0px 20px;
}

.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 9px;
  position: relative;
}

.sp_product_part .sp-option {
  width: 195px;
  height: 52px;
  background: #ffffff;
  border-radius: 25px;
  border: 2px solid #5d5d5d;
  font-family: "Poppins-Medium";
  line-height: 1;
  font-size: 21px;
  color: #5d5d5d;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  user-select: none;
}

.sp_product_part .sp-option.active {
  border-color: #a16d2c;
  background-color: #c86f00;
  color: #ffffff;
}

/* .sp_product_part .sp-option .sp-hot {
  width: 55px;
  position: absolute;
  right: 25px;
  top: -37px;
  z-index: 2;
}
.sp_product_part .sp-option .sp-icon {
  width: 22px;
  margin-right: 6px;
} */

.sp_product_part .sp-price-group {
  line-height: 1.1;
  margin-top: 20px;
  align-items: baseline;
  margin-bottom: 25px;
}
.sp_product_part .sp-price1 {
  font-family: "Poppins-Bold";
  font-size: 46px;
  color: #ff0707;
}

.sp_product_part .sp-price2 {
  font-family: "Poppins-Bold";
  font-size: 27px;
  color: #9d9d9d;
  margin-left: 11px;
}
.sp_product_part .sp-row {
  margin-left: 28px;
  display: flex;
  align-items: center;
  transform: translateY(10px);
}

/* .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: 36px;
}
.sp_product_part .sp-row .sp-p {
  width: 145px;
  height: 30px;
  background: #fd771b;
  border-radius: 10px;
  font-family: "Poppins-Bold";
  font-size: 25px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-left: -25px;
  padding-left: 20px;
  box-sizing: border-box;
  transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.sp_product_part .addCart {
  width: 308px;
  height: 59px;
  background: #fff3e0;
  border-radius: 15px;
  font-family: "Poppins-Medium";
  box-sizing: border-box;
  font-size: 26px;
  color: #312a2a;
  gap: 15px;
  text-transform: uppercase;
}
.sp_product_part .addCart img {
  width: 26px;
}

.sp_product_part .sp-btn-style {
  width: 594px;
  height: 91px;
  background: #fa2300;
  border-radius: 46px;
  cursor: pointer;
  margin: 20px auto 24px 0;
  font-size: 43px;
  font-family: "Poppins-Bold";
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
}
.sp_product_part .sp-title-s {
  font-size: 28px;
  color: #0b0b0b;
  line-height: 35px;
  font-family: "Poppins-SemiBold";
}
.sp_product_part .sp-gap {
  width: 606px;
  height: 2px;
  background: #9d9d9d;
  opacity: 0.29;
  margin-top: 14px;
}
.sp-tip5 {
  width: 594px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 21px;
  color: #141414;
  font-family: "AkzidenzGroteskBQ-Medium";
}
.sp-tip5 img {
  width: 43px;
}
.sp-tip5 .sp-span {
  color: #e80000;
}

@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: 15px;
  border: 2px solid #828282;
  padding: 0px 20px;
  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: 20px;
  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: #fff;
  /* 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);
  }
}
.sp-footer-wrap {
  width: 594px;
}
.sp-footer-img {
  width: 550px;
  display: block;
  margin: 30px auto 0px;
}
.sp-footer-img2 {
  width: 601px;
  display: block;
}

.sp-footer-box {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  gap: 10px;
}
.sp-footer-box .sp-img-text {
  width: 110px;
  height: 129px;
  background: url("../image/20251108-brand1.png");
  background-size: 100% 100%;
  text-align: center;
  font-size: 15px;
  font-family: "Roboto-Medium";
  color: #ffffff;
  padding-top: 38px;
  box-sizing: border-box;
  line-height: 1.1;
  flex-shrink: 0;
}
.sp-footer-box .sp-img-text .sp-p {
  font-size: 21px;
}

.sp-footer-box .sp-box1 .sp-t1 {
  font-family: "Roboto-Medium";
  font-size: 33px;
  color: #007dc5;
  line-height: 1;
  margin-bottom: 8px;
}

.sp-footer-box .sp-box1 .sp-li {
  font-size: 18px;
  color: #191919;
  font-family: Roboto;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}
.sp-footer-box .sp-box1 span {
  font-family: "Roboto-Bold";
}
.sp-footer-box .sp-box1 .sp-icon {
  width: 20px;
  margin-right: 8px;
}
.sp-extra-box {
  width: 602px;
  height: 157px;
  background: #f8f1e6;
  border-radius: 10px;
  margin-top: 30px;
  padding: 12px 0 12px 10px;
  box-sizing: border-box;
  font-family: "Poppins-Bold";
}
.sp-extra-box .sp-text {
  font-size: 22px;
  color: #2a1a00;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 11px;
}
.sp-extra-box .sp-span {
  font-size: 40px;
  color: #ff0707;
  line-height: 1;
}
.sp-extra-box .sp-span2 {
  font-size: 20px;
  color: #9d9d9d;
  text-decoration-line: line-through;
  line-height: 1;
  margin-left: 12px;
}
.sp-extra-box .sp-p {
  width: 160px;
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: #2a1a00;
  line-height: 20px;
}
.sp-extra-box .sp-group {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sp-extra-box .sp-circle {
  width: 51px;
  height: 51px;

  border-radius: 50%;
  background: #dcc8af;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: 40px;
}
.sp-extra-box .sp-circle img {
  width: 38px;
  display: none;
}
.sp-extra-box .sp-circle .sp-rect {
  width: 20px;
  height: 7px;
  background-color: #c86f00;
}
.sp-extra-box.sp-active .sp-circle {
  background: #c86f00;
}
.sp-extra-box.sp-active .sp-circle .sp-rect {
  display: none;
}
.sp-extra-box.sp-active .sp-circle img {
  display: block;
}
.sp-extra-box .sp-img {
  width: 245px;
  height: 91px;
}
.sp-extra-box .sp-icon {
  position: absolute;
  right: -5px;
  top: -9px;
  width: 94px;
  z-index: 1;
}
.sp-extra-box .sp-icon2 {
  position: absolute;
  right: 0px;
  top: 99px;
  width: 57px;
  z-index: 1;
  animation: skip 4s infinite;
}
.sp-mask {
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  z-index: 99;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.sp-pop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-pop .img-pop {
  width: 94%;
  overflow: hidden;
  padding: 0 80px;

  position: relative;
  z-index: 101;
}
.sp-pop .img-pop > div {
  width: 100%;
}
.sp-pop .img-pop .sp-img {
  position: relative;
  z-index: 102;
  width: auto;
  width: 100%;
}
.sp-mask .img-pop .close-btn {
  width: 94px;
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.sp_pc {
  display: block;
}
.sp_mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }

  /* FAQ显示控制 - 移动端显示mobile版，隐藏PC版 */
  .sp-qa3-container.sp-pc {
    display: none !important;
  }
  .sp-qa3-container.sp-mobile {
    display: block !important;
  }
  .sp_header {
    /* padding: 5px; */
  }
  .sp_header-top {
    height: 60px;
    font-size: 32px;
    line-height: 60px;
    font-family: "Poppins-Medium";
  }

  .sp_header-content {
    width: 100%;
    height: 140px;
    position: unset;
    transform: unset;
    padding: 0 30px 0 40px;
  }
  .sp_header-content .sp-logo {
    width: 205px;
    position: unset;
    transform: unset;
    left: 0;
  }

  .sp-top-btn {
    width: 380px;
    height: 90px;
    background: #d34077;
    border-radius: 45px;
    animation: skip 4s infinite;

    font-size: 45px;
    margin-right: 0px;
  }
  .sp-cart {
    width: 68px;
    margin-right: 45px;
  }

  .sp-cart .sp-num {
    width: 45px;
    height: 45px;

    right: -12px;
    top: -12px;
    font-size: 29px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .sp-menu-btn .sp-line {
    width: 56px;
    height: 6px;
    background: #38200b;
    border-radius: 2px;
    flex-shrink: 0;
  }

  .sp-btn-style1 {
    width: 1000px;
    height: 160px;
    border-radius: 80px;
    font-size: 72px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-btn-style1 .sp-arrow {
    width: 120px;
    height: 120px;
    right: 20px;
  }
  .sp-btn-style1 .sp-arrow img {
    width: 61px;
  }
  .sp-title {
    font-size: 65px;
    line-height: 75px;
    text-align: center;
  }

  .sp-sub-title {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }
  .sp-part1 {
    height: auto;
    background: #f6dbdc;
  }

  .sp-part1 > .sp-relative {
    width: 100%;
    min-height: 1029px;
  }

  .sp-part1 > .sp-relative > .sp-img {
    width: 100%;
    height: 1029px;
    object-fit: cover;
    display: block;
    max-width: 100%;
  }

  .sp-part1 .sp-content {
    width: 100%;
    position: unset;
    text-align: center;
    padding: 80px 40px 120px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sp-part1 .sp-text {
    width: 383px;
    height: 57px;
    background: #b75760;
    font-family: Poppins;
    font-weight: 200;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .sp-part1 .sp-text {
    text-align: center;
  }

  .sp-part1 .sp-text1 {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
  }
  .sp-part1 .sp-text1 .sp-p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 60px;
    color: #5e0d15;
    line-height: 1.2;
    text-align: center;
  }
  .sp-part1 .sp-text1 .sp-p .sp-ampersand {
    font-family: "Bacchus-SemiBold";
  }
  .sp-part1 .sp-text1 .sp-p2 {
    margin-top: 25px;
    font-family: "Bacchus-SemiBold";
    font-weight: 600;
    font-size: 100px;
    color: #5e0d15;
    line-height: 1;
    text-align: center;
  }
  .sp-part1 .sp-text2 {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 36px;
    color: #242424;
    line-height: 46px;
    margin-top: 66px;
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-part1 .sp-text2 strong {
    font-family: "Poppins-SemiBold";
  }

  .sp-part1 .sp-btn-style1 {
    margin-top: 90px;
    width: 930px;
    height: 146px;
    background: #d34077;
    border-radius: 73px;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 68px;
    color: #ffffff;
    line-height: 146px;
  }
  .sp-part1 .sp-row {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    text-align: center;
  }
  .sp-part1 .sp-row .sp-stats-box {
    width: 959px;
    height: 76px;
    background: #fef5f4;
    border-radius: 38px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .sp-part1 .sp-row .sp-check-icon {
    width: 38px;
    height: 34px;
    flex-shrink: 0;
  }
  .sp-part1 .sp-row .sp-stats-text {
    font-family: "Roboto-Bold";
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 28px;
    margin: 0;
    white-space: nowrap;
  }
  .sp-part1 .sp-row .sp-highlight {
    color: #c11656;
  }
  .sp-part1 .sp-row .sp-rating-img {
    width: 178px;
    height: 45px;
    flex-shrink: 0;
  }
  .sp-part1 .sp-row .sp-stats-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 4px; */
    margin-left: auto;
  }
  .sp-part1 .sp-row .sp-verified-img {
    width: 88px;
    height: 16px;
  }
  .sp-part1 .sp-row .sp-reviews-count {
    font-family: "Poppins-Bold";
    font-weight: bold;
    font-size: 30px;
    color: #353535;
    line-height: 34px;
    margin: 0;
  }
  .sp-part2 {
    padding: 90px 0px 100px;
    box-sizing: border-box;
  }

  .sp-part2 .sp-title,
  .sp-part3 .sp-title {
    padding: 0 50px;
    box-sizing: border-box;
  }

  .sp-part2 .sp-title-simple {
    font-size: 85px;
  }

  .sp-part2 .sp-ww {
    width: 100%;
  }

  .sp-part2 .sp-row {
    margin-top: 70px;
    overflow: visible;
  }

  /* 移动端轮播容器 */
  .sp-part2 .sp-swiper-part2 {
    width: 1033px;
    overflow: hidden;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
  }

  .sp-part2 .sp-swiper-part2 .swiper-wrapper {
    align-items: center;
  }

  .sp-part2 .sp-swiper-part2 .swiper-slide {
    width: 305px !important;
    text-align: center;
    transition: all 0.3s;
  }

  .sp-part2 .sp-row .sp-item {
    width: 100%;
    font-family: "Poppins-Medium";
    font-size: 32px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    position: relative;
  }

  .sp-part2 .sp-row .sp-item .sp-img {
    width: 304.7px;
    height: 435.3px;
    object-fit: cover;
  }

  .sp-part2 .sp-row .sp-item .sp-p {
    margin-top: 26px;
    position: relative;
    top: auto;
    width: 100%;
    font-family: Poppins;
    font-weight: 300;
    font-size: 30px;
    color: #5e0d15;
    line-height: 1.3;
  }

  .sp-part3 {
    background: #f6dbdc;
    padding: 90px 40px 130px;
  }

  .sp-part3 .sp-title-simple {
    font-size: 75px;
    padding: 0 80px;
  }

  .sp-part3 .sp-sub-title-simple {
    font-size: 36px;
    padding: 0 50px;
  }

  .sp-part3 .sp-ww {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /* 视频区域 - 移动端在上面 */
  .sp-part3 .sp-img-wrap {
    margin-top: 60px;
    position: relative;
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .sp-part3 .sp-img-wrap .sp-rect {
    width: 100%;
    max-width: 940px;
    height: auto;
    box-sizing: border-box;
    position: relative;
  }

  .sp-part3 .sp-video-wrap {
    width: 893px;
    height: 502px;
    position: relative;
    border-radius: 30px;
    margin: 0 auto;
    /* overflow: hidden; */
  }

  .sp-part3 .sp-video-wrap video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
  }

  .sp-part3 .sp-video-overlay-img {
    position: absolute;
    width: 168px;
    height: 523px;
    left: 786px;
    top: -11px;
    z-index: 2;
  }

  .sp-part3 .sp-items-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 893px;
  }

  .sp-part3 .sp-result-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1;
  }

  .sp-part3 .sp-result-icon {
    width: 220px;
    height: 53px;
    object-fit: contain;
  }

  .sp-part3 .sp-result-item:first-child .sp-result-icon {
    width: 204px;
  }

  .sp-part3 .sp-result-text {
    font-family: Poppins;
    font-weight: 300;
    font-size: 32px;
    color: #5e0d15;
    text-align: center;
    line-height: 1.3;
  }

  /* 视频下方的三个特征盒子 */
  .sp-part3 .sp-video-features {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: 40px auto 0;
  }

  .sp-part3 .sp-video-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .sp-part3 .sp-video-feature-item img {
    width: auto;
    height: 55px;
    object-fit: contain;
  }

  .sp-part3 .sp-video-feature-item:nth-child(1) img {
    width: 213px;
  }

  .sp-part3 .sp-video-feature-item:nth-child(2) img {
    width: 229px;
  }

  .sp-part3 .sp-video-feature-item:nth-child(3) img {
    width: 229px;
  }

  .sp-part3 .sp-feature-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 28px;
    color: #5e0d15;
    text-align: center;
    line-height: 1.3;
  }

  .sp-part3 .sp-btn-style1 {
    width: 930px;
    height: 146px;
    background: #d34077;
    border-radius: 73px;
    margin: 40px auto 0;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 68px;
    color: #ffffff;
    line-height: 409px;
  }

  /* 轮播图区域 - 移动端在下面 */
  .sp-part3 .sp-box {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    order: 2;
  }

  .sp-part3 .sp-text {
    display: none;
  }

  .sp-part3 .sp-text2 {
    font-size: 32px;
    line-height: 44px;
    margin-top: 50px;
    text-align: center;
    padding: 0 30px;
  }
  .sp-part3 .sp-box {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .sp-part3 .sp-swiper-container {
    width: 951px;
    margin: 60px auto 0;
    padding: 0;
    padding-bottom: 60px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .sp-part3 .sp-swiper-steps {
    width: 951px;
    height: 540px;
  }

  .sp-part3 .sp-swiper-steps .swiper-slide {
    width: 951px;
    height: 492px;
  }

  .sp-part3 .sp-swiper-steps .swiper-slide .sp-img {
    width: 951px;
    height: 492px;
    border-radius: 20px;
    object-fit: cover;
  }

  .sp-part3 .sp-ba-labels {
    width: 100%;
    top: 436px;
    /* padding: 0 40px; */
  }

  .sp-part3 .sp-ba-before,
  .sp-part3 .sp-ba-after {
    font-size: 36px;
  }

  .sp-part3 .sp-swiper-steps-pagination {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 38px;
    z-index: 3;
  }

  #root .sp-part3 .sp-swiper-steps .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    cursor: pointer;
  }

  #root .sp-part3 .sp-swiper-steps .swiper-pagination-bullet-active {
    background: #a73b64;
  }

  .sp-part3 .sp-text {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 52px;
    margin-top: 56px;
    text-align: center;
  }
  .sp-part3 .sp-text2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 64px;
    text-align: center;
  }

  .sp-part3 .sp-row {
    text-align: center;
    gap: 22px;
    display: flex;
    font-family: "Poppins-Medium";
    font-size: 30px;
    color: #ffffff;
    line-height: 36px;
    box-sizing: border-box;
  }
  .sp-part3 .sp-row .sp-item {
    position: relative;
  }
  .sp-part3 .sp-row .sp-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: -40px;
    top: 140px;
    width: 53px;
    height: 53px;
    background: url("../image/20251204-p4-arrow.png") no-repeat;
    background-size: 100% 100%;
    z-index: 2;
  }
  .sp-part3 .sp-row .sp-p {
    width: 319px;
    height: 97px;
    background: #a16d2c;
    border-radius: 0px 0px 25px 25px;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-part4 {
    padding: 90px 40px 110px;
  }

  .sp-part4-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sp-part4-bg {
    width: 999px;
    height: 526px;
    background: url("../image/mobile/mobile_20251207060227837__035.png")
      no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
    padding: 47px 60px;
    /* box-sizing: border-box; */
  }

  .sp-part4-left {
    width: 536px;
    gap: 20px;
  }

  .sp-part4-title {
    width: 100%;
    font-family: Bacchus;
    font-weight: 600;
    font-size: 46px;
    color: #5e0d15;
    line-height: 53px;
  }

  .sp-part4-desc {
    width: 100%;
    font-family: Poppins;
    font-weight: 400;
    font-size: 30px;
    color: #383838;
    line-height: 34px;
  }

  .sp-part4-bottom-img {
    width: 538px;
    height: 120px;
  }

  .sp-part4-bottom-img img {
    width: 538px;
    height: 120px;
    object-fit: contain;
  }

  .sp-part4-right-img1 {
    display: block;
    width: 364px;
    height: 455px;
    position: absolute;
    top: -29px;
    left: 604px;
  }

  .sp-part4-right-img2 {
    display: block;
    width: 365px;
    height: 135px;
    position: absolute;
    top: 334px;
    left: 606px;
  }

  .sp-part5 {
    padding: 90px 40px 110px;
  }

  .sp-part5-container {
    width: 100%;
  }

  .sp-part5-title {
    font-size: 65px;
    padding: 0 30px;
  }

  .sp-part5-desc {
    font-size: 32px;
    padding: 0 30px;
    margin-bottom: 50px;
  }

  .sp-part5-top-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }

  .sp-part5-top-img img {
    width: 855px;
    height: 112px;
    object-fit: contain;
  }

  .sp-part5-features {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 0 40px; */
    margin-bottom: 50px;
    gap: 30px;
  }

  .sp-part5-feature-item {
    flex: 1;
    text-align: center;
  }

  .sp-part5-feature-item p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 28px;
    color: #5e0d15;
    line-height: 36px;
    margin: 0;
  }

  .sp-part5-content {
    flex-direction: column;
    gap: 50px;
    /* margin-bottom: 50px; */
  }

  .sp-part5-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .sp-part5-left img {
    width: 1011px;
    height: 702px;
    object-fit: cover;
    border-radius: 20px;
  }

  .sp-part5 .sp-btn-style1 {
    width: 930px;
    max-width: 930px;
    height: 146px;
    background: #d34077;
    border-radius: 73px;
    margin: 40px auto 0;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 68px;
    color: #ffffff;
    line-height: 409px;
  }

  .sp-part5-right {
    gap: 40px;
  }

  .sp-part5-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }

  .sp-part5-item img {
    width: 140px;
    height: 140px;
  }

  .sp-part5-item p {
    font-size: 30px;
    line-height: 1.4;
  }

  .sp-part5-btn {
    width: 100%;
    max-width: 100%;
    height: 120px;
    font-size: 45px;
  }

  /* sp-part6 移动端 */
  .sp-part6 {
    height: 2056px;
    padding: 80px 40px;
    background: url("../image/mobile/mobile_20251207060227837__046.png")
      no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-part6-container {
    width: 100%;
    max-width: 1000px;
  }

  .sp-part6-title {
    font-family: "Bacchus";
    font-weight: 600;
    font-size: 70px;
    color: #5e0d15;
    text-align: center;
    margin-top: 116px;
    margin-bottom: 860px;
    line-height: 1.2;
  }

  .sp-part6-img-box {
    position: relative;
    width: 100%;
    /* display: flex;
    justify-content: center; */
  }

  .sp-part6-img-box img {
    width: 934px;
    height: auto;
  }

  .sp-part6-text-overlay {
    position: absolute;
    max-width: 600px;
  }

  .sp-part6-text-overlay.sp-text-right {
    top: 74px;
    left: 477px;
  }

  .sp-part6-text-overlay.sp-text-left {
    top: 89px;
    left: 62px;
  }

  .sp-part6-ingredient {
    margin-bottom: 20px;
  }

  .sp-part6-ingredient .sp-big-number {
    font-family: Poppins;
    font-weight: 800;
    font-size: 85px;
    color: #d34077;
    line-height: 1;
  }

  .sp-part6-ingredient .sp-percent {
    font-family: Poppins;
    font-weight: 800;
    font-size: 36px;
    color: #d34077;
  }

  .sp-part6-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 30px;
    color: #692027;
  }

  /* sp-part7 移动端 */
  .sp-part7 {
    height: 1306px;
    padding: 80px 40px;
    background: url("../image/mobile/mobile_20251207060227837__047.png")
      no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-part7-container {
    width: 100%;
    max-width: 1000px;
  }

  .sp-part7-title {
    font-family: "Bacchus";
    font-weight: 600;
    font-size: 70px;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
  }

  .sp-part7-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 67px;
  }

  .sp-part7-images {
    width: 100%;
  }

  .sp-part7-row1 {
    display: flex;
    margin-bottom: 23px;
  }

  .sp-part7-row1 img:nth-child(1) {
    width: 533px;
    height: 198px;
    object-fit: cover;
  }

  .sp-part7-row1 img:nth-child(2) {
    width: 195px;
    height: 198px;
    object-fit: cover;
    margin-left: 17px;
  }

  .sp-part7-row1 img:nth-child(3) {
    width: 208px;
    height: 198px;
    object-fit: cover;
    margin-left: 12px;
  }

  .sp-part7-row2 {
    display: flex;
    margin-bottom: 20px;
  }

  .sp-part7-row2 img:nth-child(1) {
    width: 287px;
    height: 205px;
    object-fit: cover;
  }

  .sp-part7-row2 img:nth-child(2) {
    width: 278px;
    height: 205px;
    object-fit: cover;
    margin-left: 21px;
  }

  .sp-part7-row2 img:nth-child(3) {
    width: 363px;
    height: 205px;
    object-fit: cover;
    margin-left: 20px;
  }

  .sp-part7-row3 {
    display: flex;
    gap: 21px;
  }

  .sp-part7-left img {
    width: 287px;
    height: 431px;
    object-fit: cover;
  }

  .sp-part7-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .sp-part7-right-top {
    display: flex;
  }

  .sp-part7-right-top img:nth-child(1) {
    width: 186px;
    height: 201px;
    object-fit: cover;
  }

  .sp-part7-right-top img:nth-child(2) {
    width: 250px;
    height: 201px;
    object-fit: cover;
    margin-left: 17px;
  }

  .sp-part7-right-top img:nth-child(3) {
    width: 193px;
    height: 201px;
    object-fit: cover;
    margin-left: 13px;
  }

  .sp-part7-right-bottom {
    display: flex;
  }

  .sp-part7-right-bottom img:nth-child(1) {
    width: 331px;
    height: 216px;
    object-fit: cover;
  }

  .sp-part7-right-bottom img:nth-child(2) {
    width: 310px;
    height: 216px;
    object-fit: cover;
    margin-left: 18px;
  }

  /* sp-part8 移动端 */
  .sp-part8 {
    height: auto;
    padding: 102px 40px 110px;
    background: #ffffff;
    position: relative;
  }

  .sp-part8-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  .sp-part8-image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }

  .sp-part8-image img {
    width: 898px;
    height: 583px;
    object-fit: contain;
  }

  .sp-part8-content {
    text-align: center;
    padding: 0 40px;
  }

  .sp-part8-title {
    font-family: Poppins;
    font-weight: bold;
    font-size: 55px;
    color: #191919;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .sp-part8-text1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 34px;
    color: #191919;
    line-height: 45px;
    margin-bottom: 30px;
  }

  .sp-part8-text2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 30px;
    color: #5c5c5c;
    line-height: 30px;
  }

  /* 产品购买部分移动端适配 */
  .sp_product_part {
    background: #f6e8e9;
    padding: 90px 40px 110px;
  }

  .sp-banner {
    width: 100% !important;
    height: 397px !important;
    background: url("../image/mobile/mobile_20251207060227838__063.png")
      no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px !important;
    box-sizing: border-box;
    position: relative;
    gap: 10px;
    z-index: 2;
  }

  .sp-text1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 30px;
    color: #191919;
    line-height: 54px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }

  .sp-banner .sp-text1 {
    flex-direction: row;
  }

  .sp-text1 .sp-icon {
    width: 166px;
    height: 43px;
    transform: none;
  }

  .sp-text2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 30px;
    color: #191919;
    text-align: center;
  }

  .sp-title1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 55px;
    color: #9b3455;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .sp-title1 .sp-icon {
    width: 95px;
    height: 88px;
  }

  .sp-banner .sp-scroll2 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }

  .sp-banner .sp-scroll2 .sp-flex-x {
    display: flex;
    align-items: center;
    gap: 80px;
  }

  .sp-banner .sp-scroll2 .sp-p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 28px;
    color: #191919;
    white-space: nowrap;
  }

  .sp-banner .sp-scroll2 .sp-icon {
    width: 25px;
    height: 18px;
    flex-shrink: 0;
  }

  .sp-product-cards-container {
    flex-direction: column;
    gap: 40px;
  }

  .sp-product-card {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

  .sp-product-card.popular {
    border: 4px solid #d34077;
  }

  .sp-badge {
    font-size: 28px;
    padding: 15px 40px;
    top: -20px;
  }

  .sp-product-images {
    gap: 20px;
  }

  .sp-product-images img {
    width: 140px;
  }

  .sp-price-info {
    margin: 30px 0;
  }

  .sp-original-price {
    font-size: 32px;
  }

  .sp-discounted-price {
    font-size: 48px;
  }

  .sp-discount-badge {
    font-size: 24px;
    padding: 8px 20px;
  }

  .sp-unit-price {
    font-size: 24px;
  }

  .sp-quantity-selector {
    gap: 20px;
  }

  .sp-quantity-btn {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }

  .sp-quantity-input {
    width: 100px;
    height: 50px;
    font-size: 28px;
  }

  .sp-buy-button {
    height: 90px;
    font-size: 38px;
  }

  .sp-guarantee-text {
    font-size: 24px;
  }

  .sp-shipping-notice {
    font-size: 32px;
    margin: 18px auto 0;
  }

  .sp-shipping-notice img {
    width: 65px;
  }

  .sp-payment-banner {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .sp-guarantee-box {
    margin-top: 38px;
  }

  .sp-guarantee-box img {
    width: 350px;
  }

  .sp-guarantee-box p {
    font-size: 30px;
  }

  /* FAQ部分移动端适配 */
  .sp-qa3-container {
    padding: 90px 40px 110px;
  }

  .sp-qa3-title {
    font-size: 75px;
  }

  .sp-qa3-list {
    width: 100%;
  }

  .sp-qa3-item {
    margin-bottom: 30px;
  }

  .sp-qa3-question {
    padding: 30px 40px;
    font-size: 32px;
  }

  .sp-qa3-question.active {
    width: 100%;
    height: auto;
  }

  .sp-qa3-icon {
    font-size: 36px;
  }

  .sp-qa3-answer {
    padding: 40px;
    font-size: 28px;
    line-height: 40px;
  }

  .sp-qa3-btn {
    width: 100%;
    max-width: none;
    height: 120px;
    font-size: 45px;
  }

  .sp_product_part .sp-img-wrap .sp-img-p {
    height: 545px;
  }
  .sp_product_part .sp-row1 {
    top: 610px;
    left: 40px;
    gap: 12px;
  }
  .sp_product_part .sp-row1 .sp-icon {
    height: 62px;
  }
  .sp_product_part .sp-row1 .sp-line-wrap {
    width: 453px;
    height: 17px;
  }
  .sp_product_part .sp-row1 .sp-p {
    font-size: 24px;
  }
  .sp_product_part .sp-row1 .sp-p .sp-icon-s {
    width: 25px;
  }
  .sp_product_part .sp-clock-s {
    right: 38px;
    top: 600px;

    gap: 22px;
    font-size: 16px;
  }
  .sp_product_part .sp-clock-s .square {
    width: 52px;
    height: 52px;
    font-size: 34px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    height: 52px;
    gap: 8px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 7px;
    height: 7px;
  }
  .sp_product_part .sp-num-tip {
    left: 460px;
    width: 438px;
    top: 232px;
    font-size: 27px;
  }
  .sp_product_part .sp-num-tip2 {
    left: 638px;
    width: fit-content;
    top: 415px;
    font-size: 61px;
    text-align: left;
  }
  .sp_product_part .sp-texts {
    position: absolute;
    left: 43px;
    top: 362px;
  }
  .sp_product_part .sp-texts .sp-p {
    width: 368px;
    height: 40px;
    padding: 0 13px;
    font-size: 21px;
    line-height: 40px;
    box-sizing: border-box;
    margin-bottom: 6px;
  }
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .sp_product_part .option-title {
    font-size: 36px;
    margin: 50px 0px 35px;
  }

  .sp_product_part .opt-group {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 15px;
  }

  .sp_product_part .sp-option {
    width: 319px;
    height: 84px;
    border-radius: 41px;
    font-size: 35px;
  }

  /* .sp_product_part .sp-option .sp-hot {
    width: 86px;
    position: absolute;
    right: 50px;
    top: -60px;
    z-index: 2;
  }
  .sp_product_part .sp-option .sp-icon {
    width: 35px;
    margin-right: 12px;
  } */

  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 30px;
    align-items: baseline;
    margin-bottom: 30px;
    justify-content: center;
  }
  .sp_product_part .sp-price1 {
    font-size: 75px;
  }

  .sp_product_part .sp-price2 {
    font-size: 44px;
    color: #9d9d9d;
    margin-left: 19px;
  }
  .sp_product_part .sp-row {
    margin-left: 50px;
    transform: translateY(10px);
  }

  .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: 58px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 232px;
    height: 47px;
    background: #fd771b;
    border-radius: 10px;
    font-size: 40px;
    line-height: 50px;
    margin-left: -36px;
    padding-left: 36px;
  }

  .sp_product_part .addCart {
    width: 506px;
    height: 100px;

    border-radius: 15px;
    font-size: 43px;
    gap: 20px;
  }
  .sp_product_part .addCart img {
    width: 42px;
  }
  .sp_product_part .sp-quality-row {
    gap: 30px;
  }
  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 149px;
    border-radius: 46px;

    margin: 56px auto 43px;
    font-size: 71px;
  }
  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 47px;
    line-height: 1;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 21px;
  }
  .sp_product_part .sp-gap {
    width: 100%;
  }
  /* .sp_product_part .sp-tip {
    width: 315px;
    height: 75px;
    left: 13px;
    top: 20px;
    gap: 21px;
    font-size: 32px;
  }
  .sp_product_part .sp-tip .sp-icon {
    width: 50px;
  }
  .sp_product_part .sp-tip .sp-span {
    font-size: 40px;
  } */
  .sp-tip5 {
    gap: 20px;
    font-size: 34px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 69px;
  }

  .addGroup {
    width: 423px;
    height: 97px;
    border-radius: 15px;

    padding: 0px 35px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 32px;
  }

  .addGroup input {
    width: 230px;
    font-size: 48px;
  }

  .sp-extra-box {
    width: 100%;
    height: auto;
    margin-top: 48px;
    padding: 22px 0 22px 18px;
  }
  .sp-extra-box .sp-text {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 18px;
  }
  .sp-extra-box .sp-span {
    font-size: 66px;
  }
  .sp-extra-box .sp-span2 {
    font-size: 33px;
    margin-left: 20px;
  }
  .sp-extra-box .sp-p {
    width: 260px;
    font-size: 26px;
    line-height: 33px;
  }
  .sp-extra-box .sp-group {
    gap: 50px;
  }
  .sp-extra-box .sp-circle {
    width: 84px;
    height: 84px;

    margin-right: 65px;
  }
  .sp-extra-box .sp-circle img {
    width: 63px;
    display: none;
  }
  .sp-extra-box .sp-circle .sp-rect {
    width: 40px;
    height: 12px;
  }

  .sp-extra-box .sp-img {
    width: 402px;
    height: 149px;
  }
  .sp-extra-box .sp-icon {
    position: absolute;
    right: -8px;
    top: -14px;
    width: 154px;
  }
  .sp-extra-box .sp-icon2 {
    position: absolute;
    right: 0px;
    top: 162px;
    width: 93px;
    z-index: 1;
    animation: skip 4s infinite;
  }
  .sp-footer-wrap {
    width: 100%;
  }
  .sp-footer-img {
    width: 1014px;
    margin: 40px auto 0px;
  }
  .sp-footer-img2 {
    width: 1045px;
  }
  .sp-footer-box .sp-img-text {
    width: 170px;
    height: 200px;
    background: url("../image/20251108-brand1.png");
    background-size: 100% 100%;
    text-align: center;
    font-size: 25px;
    font-family: "Roboto-Medium";
    color: #ffffff;
    padding-top: 50px;
    box-sizing: border-box;
    line-height: 1.1;
    flex-shrink: 0;
  }
  .sp-footer-box .sp-img-text .sp-p {
    font-size: 34px;
  }

  .sp-footer-box .sp-box1 .sp-t1 {
    font-size: 57px;

    margin-bottom: 8px;
  }

  .sp-footer-box .sp-box1 .sp-li {
    font-size: 33px;
    gap: 18px;
    margin-top: 13px;
  }

  .sp-footer-box .sp-box1 .sp-icon {
    width: 40px;
    margin-right: 15px;
  }
  .sp-btn-style2 {
    width: 1080px;
    height: 168px;
    background: url("../image/20251204-btn-bg-bottom.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
  }
  .sp-btn-style2 .sp-area {
    width: 457px;
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    flex-shrink: 0;
  }
  .sp-btn-style2 .sp-area .sp-p {
    font-size: 22px;
    color: #ffefcb;
    line-height: 1;
    font-family: "Poppins-Bold";
    position: absolute;
    width: 100%;
    top: 35px;
  }
  .sp-btn-style2 .sp-area .sp-p3 {
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
    font-family: "Poppins-Regular";
    position: absolute;
    width: 100%;
    top: 120px;
  }
  .sp-btn-style2 .sp-area2 {
    flex: 1;
    display: flex;

    justify-content: center;
    align-items: center;
    gap: 24px;
    /* animation: skip 4s infinite 1s; */
    font-family: "Poppins-Bold";
    color: #ffffff;
    text-align: center;
  }
  .sp-btn-style2 .sp-area2 .sp-p {
    font-family: "Poppins-Bold";
    font-size: 56px;
  }
  .sp-btn-style2 .sp-area2 .sp-p2 {
    font-family: "Poppins-SemiBold";
    font-size: 29px;
  }
  .sp-btn-style2 .sp-area2 .sp-cart {
    width: 129px;
    height: 114px;
    background: #ffffff;
    border-radius: 10px;
    margin-right: 0;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-icon {
    width: 84px;
  }
  .sp-btn-style2 .sp-area2 .sp-cart .sp-num {
    width: 56px;
    height: 56px;

    /* background: #414141; */
    border-radius: 50%;
    border: 2px solid #ffffff;
    top: 0px;
    right: 0px;
    font-size: 35px;
  }
  .sp-btn-style2 .sp-area2 .sp-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: "Poppins-Regular";
    font-size: 30px;
    color: #c20000cc;
  }

  .sp-btn-style2 .sp-area2 .sp-row .sp-arrow {
    width: 56px;
  }
  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    z-index: 100;
    animation: stuckMoveUp 0.6s;
  }
  .sp-menu-mask {
    background: rgba(11, 11, 11, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
  }
  .sp-menu {
    width: 473px;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 110px;
    box-sizing: border-box;
    animation: stuckMoveLeft 0.5s;
  }

  .sp-menu .sp-menu-item {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.14);

    font-family: "Poppins-Bold";
    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 {
    margin-top: -40px;
    scroll-margin-top: 70px;
  }

  /* 新增部分的移动端适配 */
  /* Part 7 - 图片网格移动端 */
  .sp-part7 {
    height: auto;
    padding: 80px 40px;
  }

  .sp-part7-text-box {
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
    margin-bottom: 60px;
  }

  .sp-part7-title {
    width: 100%;
    font-size: 80px;
  }

  .sp-part7-subtitle {
    margin-top: 20px;
    font-size: 36px;
  }

  .sp-part7-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .sp-part7-img {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: calc(50% - 10px) !important;
    height: auto !important;
    max-width: 500px !important;
  }

  /* Part 8 - 规格说明移动端 */
  .sp-part8 {
    height: auto;
    padding: 80px 40px;
  }

  .sp-part8-container {
    width: 100%;
    height: auto;
  }

  .sp-part8-img {
    width: 100%;
    height: auto;
  }

  .sp-part8-text {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 40px;
    text-align: center;
    max-width: 100%;
    padding: 0 20px;
  }

  .sp-part8-title {
    font-size: 50px;
  }

  .sp-part8-content {
    font-size: 36px;
    line-height: 55px;
  }

  .sp-part8-note {
    font-size: 30px;
    line-height: 40px;
  }

  /* 产品购买部分移动端 */
  .sp-product-section {
    padding: 110px 0;
  }

  /* 移动端显示移动版，隐藏PC版 */
  .sp-product-section-pc {
    display: none !important;
  }

  .sp-product-section-mobile {
    display: block !important;
  }

  .sp-product-cards {
    flex-direction: column;
    padding: 0 40px;
    gap: 40px;
  }

  .sp-price-card {
    width: 1000px;
    height: 460px;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    max-width: 100%;
  }

  .sp-card-popular {
    transform: scale(1);
  }

  .sp-card-badge {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    padding: 12px 35px;
    z-index: 10;
  }

  .sp-card-image {
    width: 495px;
    min-height: 460px;
    height: 460px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
    gap: 10px;
    padding-bottom: 36px;
    box-sizing: border-box;
  }

  .sp-card-image img {
    width: 229px;
    height: 319px;
    object-fit: contain;
  }

  /* 两个图片的卡片 */
  .sp-card-image img:first-child:nth-last-child(2),
  .sp-card-image img:first-child:nth-last-child(2) ~ img {
    width: 229px;
    height: 319px;
  }

  /* 三个图片的卡片 */
  .sp-image-triple {
    gap: 8px;
  }

  .sp-image-triple img {
    width: 350px;
    height: 319px;
  }

  /* 新的 badge 样式 */
  .sp-card-badge-new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .sp-card-badge-new .sp-badge-bg {
    width: 310px;
    height: 81px;
    display: block;
  }

  .sp-card-badge-new .sp-badge-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .sp-card-badge-new .sp-badge-icon {
    width: 38px;
    height: 44px;
  }

  .sp-card-badge-new .sp-badge-text {
    font-family: Roboto;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    line-height: 53px;
  }

  .sp-price-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sp-card-title {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 46px;
    color: #191919;
  }

  .sp-card-price-group {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .sp-card-price {
    font-family: Poppins;
    font-weight: bold;
    font-size: 55px;
    color: #d90000;
  }

  .sp-card-price-old {
    font-size: 36px;
  }

  .sp-card-unit-price {
    font-size: 30px;
  }

  .sp-card-unit-price strong {
    font-size: 36px;
  }

  .sp-product-section-mobile .sp-quantity-selector {
    width: 400px;
    height: 90px;
    background: #fefefe;
    border: 3px solid #cccccc;
    border-radius: 32px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .sp-product-section-mobile .sp-qty-btn {
    width: 84px;
    height: 84px;
    background: #ededed;
    border: none;
    font-size: 40px;
    /* border-radius: 29px; */
    flex-shrink: 0;
  }

  .sp-product-section-mobile .sp-qty-input {
    flex: 1;
    height: 84px;
    font-size: 40px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .sp-card-btn {
    margin-top: 35px;
    width: 420px;
    height: 90px;
    background: #bd0f10;
    border-radius: 45px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    animation: skip 4s infinite 1s;
  }

  @keyframes breathing {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }

  .sp-card-guarantee {
    font-size: 20px;
  }

  .sp-shipping-notice {
    font-size: 30px;
    padding: 0 40px;
  }

  .sp-truck-icon {
    width: 70px;
  }

  .sp-payment-methods {
    padding: 0px 40px;
  }

  .sp-payment-banner {
    width: 100%;
  }

  .sp-bottom-guarantees {
    flex-direction: column;
    padding: 0 40px;
    gap: 0px;
  }

  .sp-guarantee-box {
    width: 1000px;
    height: 260px;
    border-radius: 10px;
    padding: 50px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .sp-guarantee-box1 {
    background: #eef8fe;
    border: 1px solid #c0e0f3;
  }

  .sp-guarantee-box2 {
    background: #fdfcf5;
    border: 1px solid #eee9c6;
  }

  .sp-guarantee-icon {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .sp-guarantee-box1 .sp-guarantee-icon img {
    width: 49px;
    height: 57px;
    flex-shrink: 0;
  }

  .sp-guarantee-box2 .sp-guarantee-icon img {
    width: 55px;
    height: 67px;
    flex-shrink: 0;
  }

  .sp-guarantee-icon h4 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 36px;
    color: #282828;
    line-height: 66px;
    margin: 0;
  }

  .sp-guarantee-content {
    flex: 1;
  }

  .sp-guarantee-box1 .sp-payment-icons-small {
    display: block;
  }

  .sp-guarantee-box1 .sp-payment-icons-small img {
    width: 911px;
    height: 74px;
  }

  .sp-guarantee-content p {
    font-family: Roboto;
    font-weight: bold;
    font-size: 32px;
    color: #666666;
    line-height: 52px;
    margin: 0;
  }

  /* Part 4 移动端 - 已在上方统一定义，此处移除重复 */

  /* Part 5 移动端 */
  .sp-part5 {
    padding: 80px 40px;
  }

  .sp-part5-container {
    width: 100%;
  }

  .sp-part5-title {
    font-size: 80px;
  }

  .sp-part5-desc {
    font-size: 36px;
    margin-bottom: 80px;
  }

  .sp-part5-content {
    flex-direction: column;
    gap: 60px;
  }

  .sp-part5-left img {
    width: 100%;
    height: auto;
  }

  .sp-part5-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sp-part5-item img {
    width: 150px;
    height: 150px;
  }

  .sp-part5-item p {
    font-size: 34px;
  }

  .sp-part5-btn {
    width: 100%;
    height: 100px;
    font-size: 45px;
  }

  /* Part 6 移动端 */
  .sp-part6 {
    /* height: auto; */
    background-size: cover;
    padding: 0px;
  }

  .sp-part6-content {
    width: 100%;
    position: relative;
  }

  .sp-part6-top h2 {
    font-size: 80px;
    text-align: center;
  }

  .sp-part6-img-box {
    width: 100%;
    height: auto;
  }

  .sp-part6-img-box img {
    width: 100%;
    height: auto;
  }

  .sp-part6-ingredient .sp-big-number {
    font-size: 90px;
  }

  .sp-part6-ingredient .sp-percent {
    font-size: 42px;
  }

  .sp-part6-description {
    font-size: 34px;
    max-width: 100%;
  }
}
.sp-scroll-top {
  scroll-margin-top: 80px;
}

/* =========================================
   PC端样式 - 保障部分重构
   ========================================= */

.sp-promise-section2 {
  width: 100%;
  height: 280px;
  background: url("../image/pc/pc_20251207060126324__044.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.sp-promise-container {
  display: flex;
  gap: 53px;
  align-items: center;
  justify-content: center;
}

.sp-promise-item {
  width: 310px;
  height: 176px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.3s;
}

.sp-promise-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sp-promise-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-promise-icon img {
  object-fit: contain;
}

.sp-promise-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sp-promise-title {
  margin-top: 18px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #2d2d2d;
}

.sp-promise-desc {
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 400;
  color: #666666;
  font-size: 18px;
}

/* =========================================
     移动端/窄屏样式 (基准宽度 1080px) - 对应图二
     你的JS会在 width <= 1080 时触发缩放，
     这里的CSS负责改变布局结构
     ========================================= */

@media screen and (max-width: 1080px) {
  .sp-promise-section2 {
    width: 1080px;
    height: 510px;
    background: url("../image/mobile/mobile_20251207060227837__050.png")
      no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-promise-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1000px;
  }

  .sp-promise-item {
    width: 480px;
    height: 172px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    box-sizing: border-box;
    gap: 20px;
  }

  .sp-promise-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-promise-icon img {
    width: auto;
    height: auto;
  }

  .sp-promise-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sp-promise-title {
    margin-top: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    color: #2d2d2d;
    line-height: 1.2;
  }

  .sp-promise-desc {
    margin-top: 0;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    font-size: 24px;
    line-height: 1.3;
  }

  /* 移动端标题通常隐藏或变小，图2中似乎没有标题，这里选择隐藏 */
  .sp-bz3-section-title {
    font-size: 65px;
    text-align: center;
    margin-bottom: 65px;
    padding: 0 100px;
    box-sizing: border-box;
  }

  /* 容器改为纵向排列 */
  .sp-bz3-cards-container {
    flex-direction: column;
    gap: 40px;
  }

  .sp-bz3-card {
    flex-direction: row; /* 关键：卡片内部变为左右排列 */
    align-items: center; /* 垂直居中 */
    text-align: left; /* 文字左对齐 */
    padding: 65px 58px;
    border-radius: 30px; /* 移动端圆角看起来更大 */
  }

  .sp-bz3-card-icon {
    margin-bottom: 0;
    margin-right: 49px; /* 图标和文字的间距 */
    width: 202px; /* 移动端图标可能显得更大 */
    height: 202px;
    flex-shrink: 0; /* 防止图标被压缩 */
    position: relative;
    top: unset;
  }

  .sp-bz3-card-content h3 {
    font-size: 42px; /* 移动端字号通常较大（因为基准是1080px） */
    margin: 0;
    margin-bottom: 20px;
    line-height: 45px;
  }

  .sp-bz3-card-content p {
    font-size: 28px;
    line-height: 35px;
  }
}
/* ============================================================
           PC 端样式 (默认样式)
           基准宽度：1920px
           说明：媒体查询以外的代码，默认应用于 PC 端
           ============================================================ */

/* 核心容器 */
.sp-qa3-container {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 80px;
  transform-origin: top left;
  box-sizing: border-box;
  font-family: "Roboto";
}

/* 头部区域 */
.sp-qa3-header {
  text-align: center;
  margin-bottom: 66px;
}

.sp-qa3-sub-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 25px;
  color: #d34077;
  margin-bottom: 10px;
}

.sp-qa3-main-title {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-size: 50px;
  color: #2d2d2d;
  line-height: 1.2;
}

/* 列表容器 */
.sp-qa3-list {
  margin: 0 auto;
  width: 1400px;
}

/* 单个条目 */
.sp-qa3-item {
  margin-bottom: 20px;
}

/* 问题行 (点击区域) */
.sp-qa3-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 71px;
  position: relative;
  transition: all 0.3s;
  border-radius: 20px;
}

.sp-qa3-question:hover {
  opacity: 0.9;
}

/* 图标 */
.sp-qa3-icon {
  color: #2d2d2d;
  font-size: 24px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* 问题文字 */
.sp-qa3-q-text {
  font-weight: 500;
  font-size: 24px;
  color: #2d2d2d;
  font-family: Poppins;
  flex: 1;
}

/* 答案行 */
.sp-qa3-answer {
  display: none;
  padding: 30px;
  font-family: Poppins;
  line-height: 1.6;
  font-size: 20px;
  color: #666666;
}

/* 激活状态 - 展开 */
.sp-qa3-item.active .sp-qa3-question {
  background: #ff4f91;
  border-radius: 20px 20px 0px 0px;
}

.sp-qa3-item.active .sp-qa3-q-text {
  color: #ffffff;
}

.sp-qa3-item.active .sp-qa3-icon {
  color: #ffffff;
}

.sp-qa3-item.active .sp-qa3-answer {
  display: block;
  background: #fce4ed;
  border-radius: 0 0 20px 20px;
}

/* 未激活状态 - 收起 */
.sp-qa3-item:not(.active) .sp-qa3-question {
  background: #f5f5f5;
  border-radius: 20px;
}

/* 底部按钮 */
.sp-qa3-btn-wrapper {
}
.sp-qa3-btn-wrapper .sp-qa3-btn {
  width: 580px;
  margin: 90px auto 0;
  background: #d34077;
}
.sp-qa3-btn:hover {
  transform: scale(1.05);
}

/* ============================================================
           移动端样式 (Override)
           基准宽度：1080px
           说明：只在屏幕宽度 <= 1080px 时生效，覆盖上面的默认样式
           ============================================================ */
@media screen and (max-width: 1080px) {
  /* 1. 强制重设容器宽度为 1080px，配合 JS 的 zoom */
  .sp-qa3-container {
    width: 100%;
    padding-top: 105px;
    /* 移动端顶部间距加大 */
    padding-bottom: 320px;
  }

  /* 2. 调整布局宽度 */
  .sp-qa3-list {
    width: 1010px;
    /* 移动端列表几乎占满全屏 */
  }

  /* 3. 放大字体和尺寸 (因为是在 1080px 画布上) */
  .sp-qa3-sub-title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .sp-qa3-main-title {
    font-size: 90px;
    margin-bottom: 80px;
    line-height: 1;
  }

  .sp-qa3-item {
    /* 线条加粗 */
  }

  .sp-qa3-question {
    height: 140px;
    /* 高度加大 */
    padding: 0 40px;
  }

  .sp-qa3-icon {
    font-size: 36px;
    margin-right: 28px;
  }

  .sp-qa3-q-text {
    font-size: 36px;
  }

  .sp-qa3-answer {
    font-size: 30px;
    padding: 20px 40px 60px 100px;
    line-height: 1.5;
  }

  /* 4. 底部按钮放大 */

  .sp-qa3-btn-wrapper .sp-qa3-btn {
    width: 930px;
    height: 145px;
    margin: 90px auto 0;
    background: #d34077;
    border-radius: 73px;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 68px;
    color: #ffffff;
    line-height: 145px;
  }
}

.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;
  }
}
