/** Shopify CDN: Minification failed

Line 12:0 Unexpected "20260228-gif2"

**/
@font-face {
  font-family: "Roboto";
  src: url("/cdn/shop/files/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
20260228-gif2.gif?v=1772340707

@font-face {
  font-family: "Roboto-Medium";
  src: url("/cdn/shop/files/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("/cdn/shop/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: MiSans;
  src: url('/cdn/shop/files/MiSans-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("/cdn/shop/files/Poppins-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("/cdn/shop/files/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("/cdn/shop/files/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/cdn/shop/files/Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/cdn/shop/files/Montserrat-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

w 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;
  overflow-x: hidden;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  /* background-color: #000000; */
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

input,
img {
  border: none;
}

li {
  list-style: none;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}

.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
  background-color: #fff;
}

@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;
  }
}

.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
  display: none;
}

.header-main {
  position: relative;
  z-index: 8;
}

.header-top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1080px;
  height: 60px;
  font-family: Roboto;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  z-index: 9;
}

.header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000000;
}

.header-inner {
  /* margin-top: 60px; */
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-menu-btn {
  width: 70px;
  margin-left: 34px;
  cursor: pointer;
  margin-right: 160px;
}

.header-inner .sp-logo {
  font-family: MiSans;
  font-size: 50px;
  color: #1F1F1F;
  text-transform: uppercase;
}

.sp-cart {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sp-cart .sp-num {
  position: absolute;
  right: -25px;
  top: -18px;
  width: 46px;
  height: 46px;
  background: #ff3000;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  font-family: Roboto-Medium;
  font-size: 33px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-cart .sp-num.sp-gray {
  background-color: #bababa;
}

.sp-top-btn {
  width: 330px;
  height: 77px;
  background: #E20202;
  border-radius: 38px;
  text-align: center;
  font-family: MiSans;
  font-size: 30px;
  color: #ffffff;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .price2 {
  text-decoration: line-through;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sp-stroke {
  position: relative;
}

.sp-stroke::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.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-box {
  position: absolute;
  top: 1341px;
  left: 90px;
}

.sp-button-box {
  position: relative;
  width: 900px;
  height: 163px;
  background: url("/cdn/shop/files/20260228-btn.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 182px;
  font-family: Poppins;
  font-size: 65px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  animation: skip 4s infinite 1s;
}

.sp-button-box .sp-round {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 141px;
  height: 141px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-title {
  font-family: Poppins;
  font-size: 70px;
  color: #282828;
  line-height: 80px;
  width: 100%;
  text-align: center;
}

.sp-sub-title {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: rgba(52, 52, 51, 0.8);
  line-height: 40px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.sp-opacity {
  opacity: 0.8;
}

.sp-color {
  color: #FFC341;
}

.sp-white {
  color: #FFFFFF !important;
}

.sp-part1 {
  height: 1726px;
  background: url("/cdn/shop/files/20260228-bg1.png") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.sp-part1 .sp-gif {
  position: absolute;
  top: 365px;
  left: 709px;
  width: 297px;
  height: 297px;
  border-radius: 50%;
}

.sp-part1 .sp-text1 {
  position: absolute;
  top: 829px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: Poppins-Medium;
  font-size: 43px;
  color: #46CD4F;
  line-height: 1;
}

.sp-part1 .sp-text1 img {
  width: 69px;
}

.sp-part1 .sp-text2 {
  position: absolute;
  top: 912px;
  left: 0px;
  width: 100%;
  font-family: Poppins;
  font-size: 103px;
  color: #FFFFFF;
  line-height: 120px;
  text-align: center;
}

.sp-part1 .sp-text3 {
  position: absolute;
  top: 1185px;
  left: 0px;
  width: 100%;
  font-family: Poppins-Regular;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 51px;
  opacity: 0.8;
  text-align: center;
}

.sp-part1 .sp-swiper2 {
  position: absolute;
  top: 1622px;
  left: 39px;
  width: 1002px;
  height: 205px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 0px rgba(48, 57, 79, 0.15);
  border-radius: 30px;
}

.sp-part1 .sp-swiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 48px;
    gap: 20px;
}

.sp-part1 .sp-swiper2 .swiper-slide img {
  height: 110px;
}

.sp-part1 .sp-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: Poppins-Regular;
  font-size: 26px;
  color: #282828;
  line-height: 41px;
}

.sp-part1 .sp-item span {
  font-family: Poppins-SemiBold;
}

.sp-part2 {
  height: 2560px;
  background: linear-gradient(180deg, #F1F9EE, #FFFFFF);
  box-sizing: border-box;
  padding-top: 220px;
}

.sp-part2 .sp-gif {
  position: absolute;
  top: 551px;
  left: 44px;
  width: 991px;
  height: 878px;
  border-radius: 20px;
}

.sp-part2 .sp-image {
  position: absolute;
  top: 1495px;
  left: 41px;
  width: 998px;
}

.sp-part2 .sp-font {
  position: absolute;
  top: 2074px;
  left: 80px;
  width: 920px;
  display: flex;
  justify-content: space-between;
}

.sp-part2 .sp-font .sp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins-Regular;
  font-size: 36px;
  color: rgba(40, 40, 40, 0.88);
}

.sp-part2 .sp-font .sp-item .sp-round {
  width: 36px;
  height: 36px;
  background: #0093F6;
  border-radius: 3px;
  transform: translateY(-6px);
}

.sp-part2 .sp-font .sp-item:nth-child(2) .sp-round {
  background: #E51303;
}

.sp-part2 .sp-font .sp-item:nth-child(3) .sp-round {
  background: #59CB4E;
}

.sp-part2 .sp-swiper2 {
  position: absolute;
  top: 2217px;
  width: 100%;
}

.sp-part2 .sp-swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 46px;
}

.sp-part2 .sp-t1 {
  font-family: Poppins;
  font-size: 80px;
  color: #2AA139;
  line-height: 1;
}

.sp-part2 .sp-t1 span {
  font-size: 46px;
}

.sp-part2 .sp-t2 {
  margin: 15px 0;
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #282828;
  line-height: 1;
}

.sp-part2 .sp-line {
  width: 428px;
  height: 2px;
  background: #D5D8DF;
}

.sp-part2 .sp-t3 {
  margin-top: 25px;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #666666;
  line-height: 1;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.sp-circles {
  width: 135px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fffefe;
  text-align: center;
  line-height: 1;
  padding-bottom: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.sp-circle1 {
  background-image: url("/cdn/shop/files/20260228-circle1.png");
}

.sp-circle2 {
  background-image: url("/cdn/shop/files/20260228-circle2.png");
}

.sp-circle3 {
  background-image: url("/cdn/shop/files/20260228-circle3.png");
}

.sp-part3 {
  height: 2017px;
  background: linear-gradient(-3deg, #F1F9EE, #FFFFFF);
  box-sizing: border-box;
  padding-top: 70px;
}

.sp-part3 .sp-image1 {
  position: absolute;
  top: 358px;
  left: 41px;
}

.sp-part3 .sp-image2 {
  position: absolute;
  top: 358px;
  left: 484px;
}

.sp-part3 .sp-image3 {
  position: absolute;
  top: 1118px;
  left: 41px;
}

.sp-part3 .sp-image4 {
  position: absolute;
  top: 817px;
  left: 536px;
  width: 62px;
}

.sp-part3 .sp-image5 {
  position: absolute;
  top: 722px;
  left: 791px;
  width: 141px;
}

.sp-part3 .sp-info {
  position: absolute;
  top: 697px;
  left: 188.5px;
  width: 125px;
  height: 35px;
  background: #585858;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 24px;
  color: #FFFFFF;
}

.sp-part3 .sp-info2 {
  top: 717px;
  left: 642px;
  width: 119px;
  background: #2AA139;
  font-size: 24px;
}

.sp-part3 .sp-text {
  position: absolute;
  top: 768px;
  left: 66px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: Poppins-Medium;
  font-size: 23px;
  color: #585858;
  line-height: 40px;
}

.sp-part3 .sp-text .sp-item {
  display: flex;
  align-items: center;
  gap: 35px;
}

.sp-part3 .sp-text .sp-item img {
  width: 35px;
}

.sp-part3 .sp-text .sp-item:nth-child(1) img {
  transform: translateY(-20px);
}

.sp-part3 .sp-text .sp-line {
  width: 369px;
  height: 1px;
  background: #585858;
  opacity: 0.2;
}

.sp-part3 .sp-text2 {
  top: 790px;
  left: 642px;
  gap: 29px;
  color: #2AA139;
}

.sp-part3 .sp-text2 .sp-item:nth-child(1) img {
  transform: translateY(0px) !important;
}

.sp-part3 .sp-btn-box {
  top: 1737px;
}

.sp-part4 {
  position: relative;
  height: 1723px;
  background: url("/cdn/shop/files/20260228-bg4.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part4 .sp-swiper2 {
  position: absolute;
  top: 972px;
  width: 1080px;
  overflow: visible;
}

.sp-part4 .sp-swiper2 .swiper-slide {
  width: 1080px;
  display: flex;
  justify-content: center;
}

.sp-part4 .sp-swiper2 .swiper-slide img {
  width: 779px;
  height: 498px;
}

.sp-part4 .sp-t1 {
  position: absolute;
  top: 35px;
  left: 0px;
  width: 100%;
  font-family: Poppins-SemiBold;
  font-size: 45px;
  color: #282828;
  line-height: 1;
  text-align: center;
}

.sp-part4 .sp-t2 {
  position: absolute;
  top: 540px;
  left: 0px;
  width: 100%;
  font-family: Poppins-Medium;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 54px;
  opacity: 0.8;
  text-align: center;
}

.sp-part5 {
  height: 1778px;
  background: linear-gradient(-3deg, #F1F9EE, #FFFFFF);
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part5 .sp-image1 {
  position: absolute;
  top: 447px;
  left: 44px;
}

.sp-part5 .sp-image2 {
  position: absolute;
  top: 1246px;
  left: 41px;
  width: 999px;
}

.sp-part5 .sp-btn-box {
  top: 1497px;
}

.sp-part6 {
  position: relative;
  height: 1021px;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part6 .sp-swiper1 {
  top: 407px;
  overflow: visible;
}

.sp-part6 .sp-swiper1 .swiper-slide {
  margin: 0 11px;
}

.sp-part6 .sp-swiper1 .swiper-slide img {
  width: auto;
  height: 439px;
}

.sp-part6 .sp-swiper1 .swiper-slide .sp-t1 {
  position: absolute;
  top: 460px;
  left: 0px;
  width: 100%;
  font-family: Poppins-Medium;
  font-size: 31px;
  color: #1B1B1B;
  line-height: 1;
  text-align: center;
}

.sp-part7 {
  position: relative;
  height: 1033px;
  background: linear-gradient(180deg, #F1F9EE, #FFFFFF);
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part7 .sp-text {
  position: absolute;
  top: 242px;
  left: 46px;
  width: 988px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 156px;
}

.sp-part7 .sp-text .sp-item {
  position: relative;
  width: 315px;
}

.sp-part7 .sp-text .sp-item .sp-round {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 50px;
  height: 50px;
  background: #1B7F21;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #FFFFFF;
}

.sp-part7 .sp-text .sp-item .sp-t1 {
  position: absolute;
  top: 263px;
  left: 0px;
  width: 100%;
  height: 71px;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #1B1B1B;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sp-part8 {
  position: relative;
  height: 1244px;
}

.sp-part8 .sp-bg {
  position: absolute;
  top: 0px;
  left: 41px;
  width: 1002px;
  height: 1138px;
  background: #F3FAF1;
  border-radius: 20px;
}

.sp-part8 .sp-image1 {
  position: absolute;
  top: 93px;
  left: 90px;
  width: 371px;
}

.sp-part8 .sp-image2 {
  position: absolute;
  top: 136px;
  left: 494px;
  height: 292px;
}

.sp-part8 .sp-image3 {
  position: absolute;
  top: 129px;
  left: 679px;
  width: 51px;
}

.sp-part8 .sp-image4 {
  position: absolute;
  top: 153px;
  left: 812px;
  width: 178px;
}

.sp-part8 .sp-title {
  position: absolute;
  top: 544px;
  left: 77px;
  width: max-content;
  font-size: 63px;
}

.sp-part8 .sp-text {
  position: absolute;
  top: 642px;
  left: 78px;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #282828;
  line-height: 50px;
}

.sp-part8 .sp-text span {
  font-family: Poppins-Medium;
}

.sp-part8 .sp-text .sp-item {
  display: flex;
}

.sp-part8 .sp-text .sp-item div:nth-child(1) {
  width: 485px;
}

.sp-part8 .sp-text2 {
  top: 925px;
}

.sp-part9 {
  position: relative;
  height: 234px;
  background: url("/cdn/shop/files/20260228-bg9.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 65px;
}

.sp-part9 .sp-top-title1 {
  font-family: Poppins-Medium;
  font-size: 28px;
  color: #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sp-part9 .sp-top-title1 span {
  color: #FF7800;
}

.sp-part9 .sp-top-title2 {
  position: absolute;
  top: 46px;
  left: 0px;
  width: 100%;
  font-family: Poppins;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 1;
  /* text-shadow: 0 0 10px #dcaa63, 0 0 20px #dcaa63, 0 0 30px #ffea00, 0 0 40px #dcaa63; */
  /* text-shadow: 0 0 10px rgba(220, 170, 99, 1), 0 0 18px rgba(220, 170, 99, 1); */
  text-align: center;
}

.sp-part9 .sp-top-title2 span {
  color: #FFDB1A;
}

/* 弹跳动画 for img1 */
@keyframes sp-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* 摇摆动画 for img3 */
@keyframes sp-shake {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-8deg);
  }

  75% {
    transform: rotate(8deg);
  }
}

.sp-top-img2 {
  position: absolute;
  top: 26px;
  left: 60px;
  animation: sp-bounce 2s ease-in-out infinite;
}

.sp-top-img3 {
  position: absolute;
  top: 36px;
  left: 941px;
  animation: sp-shake 2.5s ease-in-out infinite;
}

.sp-top-title3 {
  position: absolute;
  top: 115px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sp-marquee-container {
  display: flex;
  animation: marquee-scroll 20s linear infinite;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sp-marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
  font-family: Poppins-Regular;
  font-size: 32px;
  color: #FFFFFF;
  flex-shrink: 0;
}

.sp-marquee-item img {
  width: 39px;
  height: auto;
  flex-shrink: 0;
}

.product-part {
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  padding: 70px 60px;
}

.product-part .sp-title {
  margin-bottom: 30px;
}

.product-part .sp-img-wrap .sp-img-p.active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 70%;
}

.product-part .sp-img-wrap {
  width: 962px;
  height: 680px;
  background: url('/cdn/shop/files/20260228-pro-bg.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.product-part .sp-img-wrap .sp-img-inner {
  position: relative;
  margin: 0 auto;
  width: 923px;
  height: 517px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.product-part .sp-img-wrap .sp-line-img {
  position: absolute;
  top: 584px;
  left: 107px;
  width: 454px;
}

.product-part .sp-img-wrap .sp-bg {
  position: absolute;
  top: 20px;
  left: 21px;
  width: 923px;
  height: 517px;
  background: #FFFFFF;
  border-radius: 20px;
}

.product-part .sp-img-wrap .sp-image1 {
  position: absolute;
  top: 125px;
  left: 84px;
  width: 316px;
}

.product-part .sp-img-wrap .sp-image2 {
  position: absolute;
  top: 184px;
  left: 468px;
  height: 261px;
}

.product-part .sp-img-wrap .sp-image3 {
  position: absolute;
  top: 170px;
  left: 622px;
  height: 275px;
}

.product-part .sp-img-wrap .sp-image4 {
  position: absolute;
  top: 257px;
  left: 763px;
  width: 130px;
}

.product-part .sp-img-wrap .sp-round {
  position: absolute;
  top: 394px;
  left: 382px;
  width: 52px;
  height: 52px;
  background: #FF7200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins-Medium;
  font-size: 22px;
  color: #FFFFFF;
}

.product-part .sp-img-wrap .sp-round2 {
  left: 675px;
}

.product-part .sp-img-wrap .sp-gift {
  position: absolute;
  top: 580px;
  left: 37px;
  width: 58px;
  animation: shakeCart 3s infinite ease-in-out;
}

.product-part .sp-line-wrap {
  position: absolute;
  top: 550px;
  left: 110px;
  width: 430px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 7px;
  margin-bottom: 7px;
}

.product-part .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%;
  }
}

.product-part .sp-img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
  display: none;
}

/* 加购飞入动画克隆节点：多图合成产品用整块克隆 */
.sp_clone {
  overflow: hidden;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.product-part .sp-img-wrap .sp-pro-bg {
  position: absolute;
  top: 582px;
  left: 40px;
  width: 524px;
  height: 62px;
}

.product-part .sp-row1 {
  position: absolute;
  top: 613px;
  left: 116px;
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-part .sp-row1 .sp-icon-s {
  width: 25px;
}

.product-part .sp-t2 {
  font-family: "Roboto-Medium";
  font-size: 30px;
  color: #ffffff;
  width: 180px;
}

.product-part .sp-clock-s {
  position: absolute;
  top: 578px;
  left: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}

.product-part .sp-clock-s .square {
  width: 52px;
  height: 51px;
  background: #FFFFFF;
  border-radius: 9px;
  font-family: Poppins;
  font-size: 34px;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  box-sizing: border-box;
}

.product-part .sp-clock-s .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
  margin: 0 5px;
  padding-bottom: 16px;
}

.product-part .sp-clock-s .dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.product-part .sp-time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-part .sp-time-label {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}

.product-part .sp-padding {
  box-sizing: border-box;
  padding: 0 6px;
}

.product-part .option-title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  color: #696969;
  line-height: 1;
  padding: 28px 0px 20px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}

.product-part .sp-option {
  position: relative;
  width: 805px;
  height: 110px;
  background: #FF7200;
  border-radius: 53px;
  border: 2px solid #FF4800;
  font-family: Poppins-Medium;
  font-size: 44px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
  gap: 15px;
  text-align: center;
}

.product-part .sp-option.active {
  color: #ffffff;
  background: #FF7200;
  border: 2px solid #FF4800;
}

.product-part .sp-option .sp-hot-img {
  position: absolute;
  top: -65px;
  right: 5px;
  width: 114px;
}

.product-part .sp-option .sp-fire {
  width: 30px;
}

.product-part .price-group {
  line-height: 1.1;
  margin-top: 28px;
  align-items: baseline;
}

.product-part .price1 {
  font-family: Poppins;
  font-size: 72px;
  color: #FF0707;
}

.product-part .price2 {
  font-family: Poppins;
  font-size: 43px;
  color: #9D9D9D;
  margin-left: 16px;
}

.product-part .sp-row {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.product-part .sp-row img {
  position: relative;
  z-index: 1;
  transform: translateY(25px);
  animation: shakeCart 3s infinite ease-in-out;
  width: 56px;
}

.product-part .sp-row .sp-p {
  width: 229px;
  height: 47px;
  background: #FD771B;
  font-family: Poppins;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin-left: -32px;
  padding-left: 16px;
  box-sizing: border-box;
  transform: translateY(20px);
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.product-part .addCart {
  width: 487px;
  height: 93px;
  background: #FFF3E0;
  border-radius: 46px;
  box-sizing: border-box;
  font-family: Poppins-Medium;
  font-size: 41px;
  color: #312A2A;
  gap: 22px;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 42px;
}

.product-part .sp-btn-style {
  width: 940px;
  height: 144px;
  background: #E00000;
  border-radius: 72px;
  cursor: pointer;
  margin: 50px auto 0;
  font-family: Poppins;
  font-size: 69px;
  color: #FFFFFF;
  animation: skip 4s infinite;
  text-align: center;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-family: Poppins-Medium;
  font-size: 33px;
  color: #141414;
  margin-top: 48px;
}

.sp-tip5 img {
  width: 68px;
}

.sp-tip5 span {
  color: #e80000;
}

.product-part .sp-title-s {
  font-family: Poppins-SemiBold;
  font-size: 43px;
  color: #0B0B0B;
  line-height: 1;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(157, 157, 157, 0.29);
  margin-top: 60px;
}

@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: 418px;
  height: 95px;
  border-radius: 47px;
  border: 2px solid #828282;
  padding: 0px 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  color: #000;
  font-family: Roboto-Regular;
  font-size: 45px;
  color: #343434;
  text-stroke: 1px #333333;
  -webkit-text-stroke: 1px #333333;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 245px;
  height: 100%;
  color: #232326;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 44px;
  color: #000000;
  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-top .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-text {
  position: relative;
  width: 1009px;
  height: 258px;
  background: #eef8fe;
  margin-top: 30px;
}

.sp-footer-text div {
  position: absolute;
  top: 48px;
  left: 102px;
  font-family: Roboto;
  font-size: 37px;
  color: #282828;
  line-height: 1;
}

.sp-footer-text .sp-img1 {
  position: absolute;
  top: 35px;
  left: 42px;
}

.sp-footer-text .sp-img2 {
  position: absolute;
  top: 126px;
  left: 34px;
}

.sp-footer-img {
  display: block;
  margin: 20px auto;
  width: 80%;
}

.sp-footer-box1 {
  width: 812px;
  height: 214px;
  background: #eef8fe;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: Roboto;
  font-size: 31px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box1 .sp-icon {
  width: 45px;
}

.sp-footer-img2 {
  width: 705px;
}

.sp-footer-box2 {
  margin: 30px auto 0;
  width: 812px;
  height: 214px;
  background: #fdfcf5;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-footer-box2 .sp-icon {
  width: 29px;
}

.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: Roboto;
  font-size: 31px;
  color: #282828;
  margin-bottom: 18px;
}

.sp-footer-box2 .sp-p img {
  width: 50px;
}

.sp-footer-box2 .sp-li {
  font-family: Poppins-SemiBold;
  font-size: 23px;
  color: #666666;
  margin-top: 0px;
}

.sp-footer-box2 .sp-li span {
  /* font-family: Roboto; */
}

.sp-part10 {
  width: 100%;
  height: 1000px;
  background: url('/cdn/shop/files/20260228-bg10.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 72px 0 0px;
}

.sp-part10 .sp-title {
  font-family: Poppins;
  font-size: 50px;
  color: #13100D;
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 66px;
}

.sp-part10 .sp-item {
  width: 998px;
  height: 219px;
  background: #FFFFFF;
  border-radius: 25px;
  margin: 0 auto 37px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  box-sizing: border-box;
  gap: 33px;
}

.sp-f-img3 {
  width: 53px;
  height: 53px;
  z-index: 1;
  position: absolute;
  left: 305px;
  top: 120px;
}

.sp-f-img4 {
  width: 53px;
  height: 53px;
  position: absolute;
  z-index: 1;
  left: 650px;
  top: 120px;
}

.sp-part10 .sp-item .sp-circle {
  height: 189px;
}

.sp-part10 .sp-item .sp-p1 {
  font-family: Poppins;
  font-size: 30px;
  color: #282828;
  line-height: 42px;
  font-style: italic;
  margin-bottom: 5px;
}

.sp-part10 .sp-item .sp-p2 {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #282828;
  line-height: 40px;
}

.sp-part11 {
  padding: 80px 40px 120px;
}

.sp-part11 .sp-title {
  font-family: Roboto;
  font-size: 60px;
  color: #171717;
  margin-bottom: 56px;
}

.gradually {
  text-align: center;
}

.sp-part11 .sp-title span {
  color: #fff;
}

.sp-part11 .sp-title i {
  font-style: normal;
}

.sp-part11 .q-row {
  width: 1001px;
  height: 122px;
  background: #FFFFFF;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  box-sizing: border-box;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #0F0F10;
  cursor: pointer;
  transition: all 0.3s;
}

.sp-part11 .q-row:active {
  background: transparent !important;
}

.sp-part11 .q-row .sp-icon::after {
  /* background: #272625; */
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  font-family: Poppins-Light;
  font-size: 36px;
  color: #FFFFFF;
  background: #000000;
}

.sp-part11 .sp-text {
  padding: 20px 45px;
  box-sizing: border-box;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #191919;
  line-height: 41px;
  display: none;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}

.sp-part11 .sp-show {
  /* background: transparent !important; */
}

.sp-part11 .sp-show .q-row {
  color: #ffffff;
  background: #1B1B1B;
}

.sp-part11 .sp-show .sp-icon::after {
  content: "-";
  color: #1B1B1B;
  background: #ffffff;
  padding-left: 4px;
}

.sp-part11 .sp-show .sp-text {
  display: flex;
  opacity: 1;
  width: 100%;
  /* background: transparent; */
}

.sp-part11 .sp-box {
  /* border-bottom: 4px solid #89898980; */
}

.sp-part11 .sp-box>div {
  background: transparent;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 20px;
}

.sp-part11 .sp-box>div:active {
  background: transparent !important;
}

.sp-part11 .sp-button-box {
  position: inherit;
  margin: 50px auto 150px;
}

.sp-part11 .sp-button-box .swiper-slide {
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-part11 .sp-button-box .sp-arrow {
  top: 44px;
  left: 781px;
}

.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: Roboto;
  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-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-btn-style2 {
  width: 1080px;
  height: 180px;
  background: #FF7A0F;
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
}

.sp-btn-style2 .sp-bg {
  position: absolute;
  top: 17px;
  left: 21px;
  width: 811px;
  height: 148px;
  background: #FFFFFF;
  border-radius: 10px;
}

.sp-btn-style2 .sp-bottom-img {
  position: absolute;
  top: 13px;
  left: 55px;
}

.sp-btn-style2 .sp-info1 {
  position: absolute;
  top: 49px;
  left: 326px;
  font-family: Poppins;
  font-size: 55px;
  color: #000000;
  line-height: 1;
  animation: skip 4s infinite;
}

.sp-btn-style2 .sp-info2 {
  position: absolute;
  top: 115px;
  left: 273px;
  font-family: Poppins-Medium;
  font-size: 30px;
  color: #1E1E1E;
  line-height: 1;
  opacity: 0.83;
  animation: skip 4s infinite;
}

.sp-btn-style2 .sp-right {
  position: absolute;
  top: 48px;
  left: 590px;
  font-family: Montserrat;
  font-size: 65px;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sp-btn-style2 .sp-right img {
  width: 35px;
}

.sp-uppercase2 {
  position: absolute;
  top: 115px;
  left: 590px;
  font-family: Roboto-Regular;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
}

.sp-btn-style2 .sp-right .sp-arrow {
  width: 27px;
  transform: translateY(2px);
}

.sp-btn-style2 .sp-p {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
}

.sp-btn-style2 .sp-cart {
  position: absolute;
  top: 17px;
  left: 892px;
  width: 174px;
  height: 148px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 0px;
}

.sp-btn-style2 .sp-cart img {
  width: 121px;
}

.sp-btn-style2 .sp-cart .sp-num {
  top: -5px;
  left: -8px;
  width: 46px;
  height: 46px;
  /* background: #8A8A8A; */
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  font-size: 33px;
}

.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
}

.sp-pc {
  display: none;
}

.sp-part5 .sp-title{
    font-size: 58px;
}

/* @media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 100%;
  }
} */

@media screen and (min-width: 1080px) {
  #root {
    max-width: unset;
    overflow-x: clip;
    /* 使用clip代替hidden，不会破坏sticky定位 */
  }

  .sp-pc {
    display: block;
  }

  .sp-mobile {
    display: none;
  }

  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-top {
    width: 1920px;
    z-index: 9;
    height: 30px;
    font-size: 12px;
  }

  .header-inner {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 65px;
    padding: 0 273px;
    background: #ffffff;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0 273px;
    z-index: 2;
  }

  .header-inner.sp-fixed {
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 72px;
    padding: 0 260px;
    background: #ffffff;
    border-radius: 0px;
  }

  .header-inner ul {
    z-index: 2;
    display: flex;
    gap: 38px;
  }

  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: MiSans;
    font-size: 16px;
    color: #1B1B1B;
    text-align: center;
  }

  .header-inner .sp-menu-item a .sp-span {
    display: inline-block;
    width: 39px;
    height: 19px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 19px;
    margin-left: 4px;
    margin-right: -10px;
    transform: translateY(-2px);
  }

  .header-inner .sp-logo-pc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: MiSans;
    font-size: 30px;
    color: #121212;
  }

  .sp-top-btn {
    width: 183px;
    height: 35px;
    border-radius: 17px;
    font-size: 16px;
    margin-right: 0;
  }

  .sp-cart {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .sp-cart .sp-num {
    right: -10px;
    top: -7px;
    width: 26px;
    height: 26px;
    font-size: 18px;
  }

  .sp-title {
    font-size: 55px;
    line-height: 1;
  }

  .sp-sub-title {
    font-size: 23px;
    line-height: 1;
    margin-top: 30px;
  }

  .product-part .sp-img-wrap .sp-img-inner {
    width: 710px;
    height: 398px;
    background: #FFFFFF;
    border-radius: 20px;
  }

  .product-part .sp-img-wrap .sp-line-img {
    top: 443px;
    left: 92px;
    width: 344px;
  }

  .product-part .sp-img-wrap .sp-bg {
    top: 10px;
    left: 10px;
    width: 710px;
    height: 398px;
  }
  
  .product-part .sp-img-wrap .sp-image1 {
    top: 94px;
    left: 31px;
    width: 253px;
  }
  
  .product-part .sp-img-wrap .sp-image2 {
    top: 137px;
    left: 339px;
    height: 214px;
  }
  
  .product-part .sp-img-wrap .sp-image3 {
    top: 131px;
    left: 462px;
    height: 224px;
  }
  
  .product-part .sp-img-wrap .sp-image4 {
    top: 201px;
    left: 575px;
    width: 104px;
  }
  
  .product-part .sp-img-wrap .sp-round {
    top: 310px;
    left: 270px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  
  .product-part .sp-img-wrap .sp-round2 {
    left: 505px;
  }

  .product-part .sp-img-wrap .sp-gift {
    top: 442px;
    left: 30px;
    width: 44px;
  }

  .product-part .sp-line-wrap {
    top: 447px;
    left: 84px;
    width: 272px;
  }

  .sp-btn-box {
    top: 534px;
    left: 260px;
  }

  .sp-button-box {
    width: 400px;
    height: 83px;
    background: url("/cdn/shop/files/20260228-btn-pc.png") no-repeat;
    background-size: 100% 100%;
    padding-left: 58px;
    font-size: 34px;
  }

  .sp-button-box .sp-round {
    width: 62px;
    height: 62px;
  }

  .sp-button-box .sp-round img {
    width: 31px;
  }

  .sp-part1 {
    margin-top: 65px;
    height: 809px;
    background: url("/cdn/shop/files/20260228-bg1-pc.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part1 .sp-gif {
    top: 390px;
    left: 1489px;
    width: 236px;
    height: 236px;
  }
  
  .sp-part1 .sp-text1 {
    top: 142px;
    left: 261px;
    width: max-content;
    gap: 21px;
    font-size: 30px;
  }
  
  .sp-part1 .sp-text1 img {
    width: 48px;
  }
  
  .sp-part1 .sp-text2 {
    top: 200px;
    left: 258px;
    width: max-content;
    font-size: 72px;
    line-height: 84px;
    text-align: left;
  }
  
  .sp-part1 .sp-text3 {
    top: 392px;
    left: 260px;
    width: max-content;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
  }
  
  .sp-part1 .sp-info {
    position: absolute;
    top: 722px;
    left: 260px;
    width: 1400px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px 0px rgba(48,57,79,0.15);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .sp-part1 .sp-info .sp-item img {
    height: 72px;
  }
  
  .sp-part1 .sp-item {
    gap: 21px;
    font-size: 20px;
    line-height: 26px;
  }

  .sp-part2 {
    height: 1052px;
  }

  .sp-part2 .sp-title {
    position: absolute;
    top: 171px;
    left: 1027px;
    width: max-content;
    text-align: left;
    line-height: 70px;
  }

  .sp-part2 .sp-sub-title {
    position: absolute;
    top: 332px;
    left: 1027px;
    width: max-content;
    text-align: left;
    margin-top: 0px;
    line-height: 33px;
  }

  .sp-part2 .sp-gif {
    top: 146px;
    left: 260px;
    width: 700px;
    height: 620px;
  }
  
  .sp-part2 .sp-image {
    top: 435px;
    left: 1027px;
    width: 494px;
  }
  
  .sp-part2 .sp-font {
    top: 722px;
    left: 1027px;
    width: 453px;
  }
  
  .sp-part2 .sp-font .sp-item {
    font-size: 18px;
  }
  
  .sp-part2 .sp-font .sp-item .sp-round {
    width: 18px;
    height: 18px;
    transform: translateY(-2px);
  }

  .sp-part2 .sp-info {
    position: absolute;
    top: 830px;
    left: 260px;
    width: 1400px;
    display: flex;
    justify-content: space-between;
  }
  
  .sp-part2 .sp-t1 {
    font-size: 50px;
  }
  
  .sp-part2 .sp-t1 span {
    font-size: 30px;
  }
  
  .sp-part2 .sp-t2 {
    margin: 10px 0;
    font-size: 24px;
  }
  
  .sp-part2 .sp-line {
    width: 242px;
    height: 1px;
  }
  
  .sp-part2 .sp-t3 {
    margin-top: 20px;
    font-size: 20px;
  }

  .sp-circles {
    width: 73px;
    height: 73px;
    position: absolute;
    top: -37px;
    /* position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    left: 50%; */
  }

  .sp-part3 {
    height: 890px;
  }

  .sp-part3 .sp-title {
    position: absolute;
    top: 79px;
    left: 260px;
    width: max-content;
    text-align: left;
    line-height: 70px;
  }

  .sp-part3 .sp-sub-title {
    position: absolute;
    top: 225px;
    left: 261px;
    width: max-content;
    text-align: left;
    margin-top: 0px;
    line-height: 33px;
  }

  .sp-part3 .sp-image1 {
    top: 80px;
    left: 827px;
  }
  
  .sp-part3 .sp-image2 {
    top: 80px;
    left: 1196px;
  }
  
  .sp-part3 .sp-image3 {
    top: 314px;
    left: 260px;
  }
  
  .sp-part3 .sp-image4 {
    top: 458px;
    left: 1238px;
    width: 53px;
  }
  
  .sp-part3 .sp-image5 {
    top: 378px;
    left: 1451px;
    width: 118px;
  }
  
  .sp-part3 .sp-info {
    top: 374px;
    left: 950px;
    width: 104px;
    height: 29px;
    font-size: 20px;
  }
  
  .sp-part3 .sp-info2 {
    top: 374px;
    left: 1327px;
    width: 99px;
    font-size: 20px;
  }
  
  .sp-part3 .sp-text {
    top: 440px;
    left: 882px;
    gap: 17px;
    font-size: 18px;
    line-height: 25px;
  }
  
  .sp-part3 .sp-text .sp-item {
    gap: 12px;
  }
  
  .sp-part3 .sp-text .sp-item img {
    width: 25px;
  }
  
  .sp-part3 .sp-text .sp-item:nth-child(1) img {
    transform: translateY(-12px);
  }
  
  .sp-part3 .sp-text .sp-line {
    width: 238px;
  }
  
  .sp-part3 .sp-text2 {
    top: 437px;
    left: 1329px;
    gap: 29px;
  }
  
  .sp-part3 .sp-btn-box {
    top: 730px;
    left: 760px;
  }

  .sp-part4 {
    height: 1005px;
    background: url("/cdn/shop/files/20260228-bg4-pc.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
  }

  .sp-part4 .sp-text {
    position: absolute;
    top: 577px;
    left: 260px;
    width: 1400px;
    display: flex;
    justify-content: space-between;
  }

  .sp-part4 .sp-t1 {
    top: 19px;
    font-size: 25px;
  }
  
  .sp-part4 .sp-t2 {
    top: 299px;
    font-size: 20px;
    line-height: 30px;
  }

  .sp-part5 {
    height: 680px;
  }

  .sp-part5 .sp-title {
    position: absolute;
    top: 108px;
    left: 260px;
    width: max-content;
    text-align: left;
    line-height: 70px;
    font-size: 38px;
  }

  .sp-part5 .sp-sub-title {
    position: absolute;
    top: 258px;
    left: 260px;
    width: max-content;
    text-align: left;
    margin-top: 0px;
    line-height: 33px;
  }

  .sp-part5 .sp-image1 {
    top: 80px;
    left: 959px;
  }
  
  .sp-part5 .sp-image2 {
    top: 370px;
    left: 262px;
    width: 478px;
  }
  
  .sp-part5 .sp-btn-box {
    top: 488px;
    left: 260px;
  }

  .sp-part6 {
    height: 711px;
    padding-top: 80px;
  }

  .sp-part6 .sp-swiper1 {
    top: 241px;
  }
  
  .sp-part6 .sp-swiper1 .swiper-slide {
    margin: 0 8px;
  }
  
  .sp-part6 .sp-swiper1 .swiper-slide img {
    height: 350px;
  }
  
  .sp-part6 .sp-swiper1 .swiper-slide .sp-t1 {
    top: 367px;
    font-size: 25px;
  }

  .sp-part7 {
    height: 993px;
    padding-top: 80px;
  }
  
  .sp-part7 .sp-text {
    top: 182px;
    left: 259px;
    width: 1402px;
    row-gap: 80px;
  }
  
  .sp-part7 .sp-text .sp-item {
    width: 448px;
  }
  
  .sp-part7 .sp-text .sp-item .sp-round {
    top: 17px;
    left: 17px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  
  .sp-part7 .sp-text .sp-item .sp-t1 {
    top: 329px;
    height: 19px;
    font-size: 23px;
    line-height: 1;
  }

  .sp-part8 {
    height: 583px;
  }

  .sp-part8 .sp-bg {
    left: 260px;
    width: 1400px;
    height: 525px;
  }
  
  .sp-part8 .sp-image1 {
    top: 92px;
    left: 299px;
    width: 322px;
  }
  
  .sp-part8 .sp-image2 {
    top: 91px;
    left: 650px;
    height: 174px;
  }
  
  .sp-part8 .sp-image3 {
    top: 86px;
    left: 734px;
    width: 35px;
  }
  
  .sp-part8 .sp-image4 {
    top: 290px;
    left: 650px;
    width: 104px;
  }
  
  .sp-part8 .sp-title {
    top: 58px;
    left: 819px;
    font-size: 55px;
  }
  
  .sp-part8 .sp-text {
    top: 145px;
    left: 820px;
    font-size: 23px;
    line-height: 40px;
  }
  
  .sp-part8 .sp-text .sp-item div:nth-child(1) {
    width: 375px;
  }
  
  .sp-part8 .sp-text2 {
    top: 320px;
  }

  .sp-part9 {
    height: 233px;
    background: url("/cdn/shop/files/20260228-bg9-pc.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part9 .sp-top-title1 {
    font-size: 20px;
  }

  .sp-part9 .sp-top-title2 {
    top: 53px;
  }

  .sp-top-img2 {
    top: 36px;
    left: 487px;
  }

  .sp-top-img3 {
    top: 46px;
    left: 1357px;
  }

  .sp-part9 .sp-marquee-item {
    margin-right: 400px;
  }

  .sp-part9 .sp-text {
    position: absolute;
    top: 128px;
    left: 405px;
    width: 1110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sp-part9 .sp-text div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #FFFFFF;
  }

  .sp-part9 .sp-text div img {
    width: 25px;
    height: auto;
  }

  .product-part {
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 80px 230px 60px 258px;
  }

  .product-part .sp-title {
    font-size: 43px;
    margin-bottom: 10px;
  }

  .product-part .sp_product_content {
    display: flex;
    gap: 44px;
    align-items: flex-start;
  }

  .product-part .sp_product_content .sp-wrap-item {
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    align-self: flex-start;
    z-index: 1;
  }

  .product-part .sp_product_content .sp-content {
    width: 600px;
  }

  .product-part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    display: none;
  }

  .product-part .sp-img-wrap .sp-pro-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 109px;
  }

  .product-part .sp-img-wrap {
    width: 731px;
    height: 516px;
    padding-top: 10px;
  }

  .product-part .sp-img-wrap .sp-img-p.active {
    top: 90px;
  }

  .product-part .sp-row1 {
    top: 465px;
    left: 98px;
    font-size: 20px;
  }

  .product-part .sp-row1 .sp-icon-s {
    width: 19px;
  }

  .product-part .sp-clock-s {
    top: 434px;
    left: 505px;
    gap: 10px;
  }

  .product-part .sp-clock-s .square {
    width: 40px;
    height: 38px;
    font-size: 25px;
  }

  .product-part .sp-time-label {
    font-size: 12px;
    line-height: 1;
  }

  .product-part .sp-clock-s .dots {
    margin: 0 4px;
  }

  .product-part .sp-clock-s .dot {
    width: 4px;
    height: 4px;
  }

  .product-part .sp-padding {
    padding: 0;
    width: 594px;
  }

  .product-part .option-title {
    font-size: 24px;
    line-height: 1;
    padding: 22px 10px 15px;
  }

  .product-part .opt-group {
    gap: 16px;
  }

  .product-part .sp-option {
    width: 486px;
    height: 63px;
    font-size: 30px;
    font-size: 25px;
  }

  .product-part .sp-option .sp-hot-img {
    top: -42px;
    right: 0px;
    width: 74px;
  }

  .product-part .sp-option .sp-fire {
    width: 19px;
  }

  .product-part .price-group {
    margin-top: 36px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .product-part .price1 {
    font-size: 46px;
  }

  .product-part .price2 {
    font-size: 27px;
    margin-left: 20px;
  }

  .product-part .sp-row {
    margin-left: 30px;
    display: flex;
    align-items: center;
  }

  .product-part .sp-row img {
    width: 36px;
    position: relative;
    z-index: 1;
    transform: translateY(10px);
  }

  .product-part .sp-row .sp-p {
    width: 145px;
    height: 30px;
    font-size: 25px;
    line-height: 31px;
    margin-left: -15px;
    padding-left: 12px;
    box-sizing: border-box;
    transform: translateY(9px);
  }

  .product-part .sp-quality-row {
    gap: 22px;
  }

  .product-part .addCart {
    width: 308px;
    height: 59px;
    border-radius: 29px;
    border: none;
    font-size: 26px;
    gap: 14px;
    user-select: none;
  }

  .product-part .addCart img {
    width: 26px;
  }

  .product-part .sp-btn-style {
    width: 594px;
    height: 91px;
    border-radius: 45px;
    margin: 30px auto 42px;
    font-size: 43px;
  }

  .sp-tip5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .sp-tip5 img {
    width: 58px;
  }

  .product-part .sp-title-s {
    text-align: left;
    margin-top: 0px;
    font-size: 27px;
    padding-bottom: 20px;
    margin-left: 0;
  }

  .addGroup {
    width: 264px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #828282;
    padding: 0px 14px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 12px;
    font-size: 30px;
  }

  .addGroup input {
    width: 120px;
    font-size: 23px;
  }

  .sp-footer-text {
    width: 540px;
    height: 138px;
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sp-footer-text div {
    top: 25px;
    left: 55px;
    font-size: 20px;
  }

  .sp-footer-text .sp-img1 {
    top: 20px;
    left: 23px;
    width: 25px;
    height: 29px;
  }

  .sp-footer-text .sp-img2 {
    top: 68px;
    left: 19px;
    width: 478px;
    height: 39px;
  }

  .sp-footer-box1 {
    width: 526px;
    height: 139px;
    padding: 0px 24px;
  }

  .sp-footer-box1 .sp-icon {
    width: 25px;
  }

  .sp-footer-box1 .sp-p {
    font-size: 20px;
  }

  .sp-footer-img2 {
    width: 478px;
  }

  .sp-footer-box2 {
    width: 526px;
    height: 139px;
    padding: 0px 24px;
  }

  .sp-footer-box2 .sp-p img {
    width: 29px;
  }

  .sp-footer-box2 .sp-p {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .sp-footer-box2 .sp-li {
    font-size: 15px;
  }

  .sp-part10 {
    height: 418px;
    background: url("/cdn/shop/files/20260228-bg10-pc.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 49px 273px;
  }

  .sp-part10 .sp-title {
    font-size: 45px;
    margin-bottom: 70px;
  }

  .sp-part10 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sp-part10 .sp-item {
    width: 443px;
    height: 197px;
    background: #FFFFFF;
    border-radius: 25px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: 0px;
    text-align: center;
    padding: 32px 0 0;
  }

  .sp-part10 .sp-item .sp-circle {
    height: 73px;
  }

  .sp-part10 .sp-content {
    margin-top: 12px;
  }

  .sp-part10 .sp-item .sp-p1 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .sp-part10 .sp-item .sp-p2 {
    font-size: 15px;
    line-height: 22px;
  }

  .sp-part11 {
    padding: 80px 355px 100px;
  }

  .sp-part11 .sp-title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .sp-part11 .q-row {
    width: 1213px;
    height: 122px;
    min-height: unset;
    gap: 28px;
    font-size: 30px;
    line-height: 45px;
    padding: 0 30px 0 68px;
  }

  .sp-part11 .sp-text {
    width: 1213px;
    padding-left: 68px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 41px;
  }

  .sp-part11 .sp-show .sp-text {
    /* height: 68px; */
  }

  .sp-part11 .sp-button-box {
    margin-bottom: 0px;
  }

  .sp-pop .img-pop .sp-img {
    position: relative;
    z-index: 102;
    width: auto;
    width: 80%;
    margin: 0 auto;
  }

  .sp-mask .img-pop .close-btn {
    width: 50px;

    cursor: pointer;
    margin: auto;
    display: block;
    align-self: flex-end;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .sp-scroll-top {
    scroll-margin-top: 34px;
  }
}

.sp-scroll-top {
  scroll-margin-top: 70px;
}

.gradually span,
.gradually div,
.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 swift-up-fade2 {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 0.8;
  }
}

@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.sp-ani,
.sp-ani2 {
  opacity: 0;
}

.sp-ani-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@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;
  }
}