/** Shopify CDN: Minification failed

Line 3911:5 Unexpected "/"

**/
@font-face {
  font-family: 'Roboto-Bold';
  src: url('/cdn/shop/files/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('/cdn/shop/files/Roboto-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('/cdn/shop/files/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('/cdn/shop/files/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('/cdn/shop/files/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('/cdn/shop/files/Poppins-Bold.ttf?v=1737537319');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('/cdn/shop/files/Poppins-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('/cdn/shop/files/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/cdn/shop/files/Poppins-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url('/cdn/shop/files/Poppins-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('/cdn/shop/files/Montserrat-Regular.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;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: #000000; */
  letter-spacing: 0px;
  line-height: initial;
  color: inherit;
  font-size: inherit;
}

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;
}

#header {
  /* position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9; */
}

.header-top {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
}

.header-top {
  height: 60px;
  z-index: 11;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #477eef;
}

.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-inner {
  /* position: fixed;
  top: 60px;
  left: 0; */
  width: 1080px;
  z-index: 2;
  height: 129px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.sp-menu-btn {
  width: 56px;
  margin-left: 47px;
  cursor: pointer;
  margin-right: 181px;
}

.header-inner .sp-logo {
  width: 171px;
}

.sp-cart {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  border: 3px solid rgba(78, 78, 78, 0.5);
  box-sizing: border-box;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sp-cart .sp-num {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 37px;
  height: 37px;
  background: #ff3000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto-Medium';
  font-size: 22px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}

.sp-top-btn {
  width: 321px;
  height: 68px;
  /* 圣诞版 */
  /* background: url('/cdn/shop/files/20251121-btn1.png'); */
  background: url('/cdn/shop/files/20251121-btn1_b2cd1903-af39-43a3-a976-ecd712f9476a.png?v=1768381370');
  background-size: 100% 100%;
  border-radius: 34px;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 36px;
  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;
}

.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: 0px;
}

.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;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-btn-box {
  position: absolute;
  top: 1448px;
  left: 103px;
}

.sp-btn-style1 {
  width: 874px;
  height: 237px;
  cursor: pointer;
  animation: skip 4s infinite 1s;
}

.sp-btn-style1 .sp-bg {
  position: absolute;
  top: 42px;
  left: 84px;
  width: 706px;
  height: 111px;
  background: #cf0e0e;
  border-radius: 55px;
}

.sp-btn-style1 .sp-btn-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

.sp-btn-style1 .sp-img1 {
  position: absolute;
  left: 97px;
  bottom: 0px;
  z-index: 2;
}

.sp-btn-style1 .sp-img2 {
  position: absolute;
  top: 16px;
  left: 719px;
  z-index: 2;
}

.sp-btn-style1 .sp-t1 {
  position: absolute;
  top: 46px;
  left: 333px;
  font-family: Roboto-Bold;
  font-size: 46px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}

.sp-btn-style1 .sp-t2 {
  position: absolute;
  top: 128px;
  left: 331px;
  font-family: Roboto-Bold;
  font-size: 63px;
  color: #ffffff;
  text-transform: uppercase;
  gap: 65px;
  z-index: 2;
}

.sp-btn-style1 .sp-t3 {
  position: absolute;
  top: 112px;
  left: 145px;
  font-family: 'Poppins-Bold';
  font-weight: bold;
  font-size: 33px;
  color: #232323;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.sp-btn-style1 .sp-t3 div {
  font-family: Poppins-Regular;
  font-size: 21px;
  color: #fff;
}

.sp-part1 .sp-info {
  position: absolute;
  top: 1730px;
  left: 0px;
  width: 100%;
  font-family: Roboto-Regular;
  font-size: 35px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.sp-part1 .sp-info span {
  font-family: Roboto-Bold;
}

.sp-part1 .sp-info img {
  width: 50px;
}

.sp-part1 .sp-text {
  position: absolute;
  top: 1807px;
  left: 40px;
  width: 1000px;
  height: 318px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-sizing: border-box;
}

.sp-part1 .sp-text .sp-t1 {
  position: absolute;
  top: 48px;
  left: 45px;
  font-family: Roboto-Medium;
  font-size: 40px;
  color: #232323;
  line-height: 1;
}

.sp-part1 .sp-text .sp-img1 {
  position: absolute;
  top: 130px;
  left: 44px;
}

.sp-part1 .sp-text .sp-img2 {
  position: absolute;
  top: 45px;
  left: 676px;
}

.sp-part1 .sp-text .sp-t2 {
  position: absolute;
  top: 155px;
  left: 675px;
  font-family: 'Poppins-Bold';
  font-size: 40px;
  color: #353535;
  line-height: 1;
}

.sp-part1 .sp-text .sp-t3 {
  position: absolute;
  top: 216px;
  left: 674px;
  font-family: Roboto-Bold;
  font-size: 30px;
  color: #353535;
  line-height: 1;
}

.sp-title {
  font-family: 'Poppins-Bold';
  font-size: 72px;
  color: #232323;
  line-height: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.sp-sub-title {
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #666666;
  opacity: 0.9;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}

.sp-sub-title span {
  font-family: Roboto-Bold;
}

.sp-color {
  color: #477eef;
}

.sp-part1 {
  height: 2230px;
  background: url('/cdn/shop/files/20251121-bg.jpg')
    no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
}

.sp-part1 .sp-image {
  position: absolute;
  top: 189px;
  left: 30px;
  width: 1020px;
  height: 930px;
}

@keyframes swing {
  0%,
  to {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

.sp-part1 .sp-brand {
  position: absolute;
  top: 497px;
  left: 721px;
  width: 156px;
  height: 211px;
  background: url('/cdn/shop/files/20251121-brand.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 144px;
  animation: swing 2.5s ease-in-out infinite;
  transform-origin: center top;
  font-family: Roboto-Bold;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.sp-part1 .sp-title {
  position: absolute;
  top: 1189px;
  width: 100%;
}

.sp-part1 .sp-sub-title {
  position: absolute;
  top: 1280px;
  width: 100%;
  margin: 0;
}

.sp-part2 {
  position: relative;
  height: 1159px;
  box-sizing: border-box;
}

.sp-part2 > div {
  position: absolute;
  width: 491px;
  height: 350px;
  background: url('/cdn/shop/files/20251121-bg2-1.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  font-family: Roboto-Bold;
  font-size: 30px;
  color: #232323;
  line-height: 1;
  text-transform: uppercase;
  padding: 37px 0 0 31px;
}

.sp-part2 > div span {
  color: #477eef;
}

.sp-part2 .sp-box1 {
  top: 91px;
  left: 40px;
}

.sp-part2 .sp-box2 {
  top: 91px;
  left: 550px;
  width: 491px;
  height: 350px;
  background: url('/cdn/shop/files/20251121-bg2-2.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-part2 .sp-box3 {
  top: 461px;
  left: 40px;
  width: 657px;
  height: 334px;
  background: url('/cdn/shop/files/20251121-bg2-3.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-part2 .sp-box4 {
  top: 461px;
  left: 716px;
  width: 324px;
  height: 458px;
  background: url('/cdn/shop/files/20251121-bg2-4.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-part2 .sp-box5 {
  top: 814px;
  left: 40px;
  width: 377px;
  height: 225px;
  background: url('/cdn/shop/files/20251121-bg2-5.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 30px 0 0 31px;
}

.sp-part2 .sp-box6 {
  top: 814px;
  left: 437px;
  width: 260px;
  height: 224px;
  background: url('/cdn/shop/files/20251121-bg2-6.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 30px 0 0 25px;
}

.sp-part2 .sp-box7 {
  top: 939px;
  left: 716px;
  width: 324px;
  height: 100px;
  background: url('/cdn/shop/files/20251121-bg2-7.png')
    no-repeat;
  background-size: 100% 100%;
  padding: 22px 0 0 25px;
}

.sp-circles {
  width: 151px;
  height: 152px;
  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-circles p {
  font-size: 57px;
}

.sp-circle1 {
  background-image: url('/cdn/shop/files/20251121-circle1.png');
}

.sp-circle2 {
  background-image: url('/cdn/shop/files/20251121-circle2.png');
}

.sp-circle3 {
  background-image: url('/cdn/shop/files/20251121-circle3.png');
}

.sp-part3 {
  height: 1821px;
  box-sizing: border-box;
}

.sp-part3 .sp-bg {
  position: absolute;
  top: 314px;
  left: 76px;
  width: 968px;
  height: 874px;
  background: #daedff;
  border-radius: 20px;
}

.sp-part3 .sp-video {
  position: absolute;
  top: 249px;
  left: 47.5px;
  width: 968px;
  height: 874px;
  border-radius: 20px;
  overflow: hidden;
}

.sp-part3 .sp-video video {
  width: 100%;
  object-fit: cover;
  margin-top: -45%;
}

.sp-part3 .sp-swiper2 {
  position: absolute;
  top: 1264px;
  left: 40px;
  width: 1000px;
  padding-bottom: 100px;
}

.sp-part3 .sp-swiper2 .swiper-slide {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}

.sp-part3 .sp-swiper2 .swiper-slide img {
  width: 233px;
  height: 335px;
}

.sp-part3 .sp-swiper2 .sp-text {
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #232323;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}

.sp-part3 .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background: #477eef;
  border-radius: 50%;
  opacity: 0.3 !important;
  margin: 0 25px !important;
}

.sp-part3 .swiper-pagination-bullet-active {
  background: #477eef;
  opacity: 1 !important;
}

#root .sp-blue {
  color: #01bffd;
}

#root .sp-blue-bg {
  background: #01bffd;
}

#root .sp-pink {
  color: #ef6b8f;
}

#root .sp-pink-bg {
  background: #ef6b8f;
}

#root .sp-orange {
  color: #e46b13;
}

#root .sp-orange-bg {
  background: #e46b13;
}

#root .sp-green {
  color: #51a420;
}

#root .sp-green-bg {
  background: #51a420;
}

.sp-part4 {
  height: 1890px;
  background: url('/cdn/shop/files/20251121-bg4.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part4 .sp-title,
.sp-part4 .sp-sub-title {
  text-align: left;
  padding-left: 40px;
}

.sp-part4 .sp-image1 {
  position: absolute;
  top: 451px;
  left: 40px;
}

.sp-part4 .sp-image2 {
  position: absolute;
  top: 973px;
  left: 40px;
}

.sp-part4 .sp-text {
  position: absolute;
  top: 875px;
  left: 186px;
  font-family: Roboto-Medium;
  font-size: 42px;
  color: #232323;
  display: flex;
  align-items: center;
}

.sp-part4 .sp-text .sp-stroke {
  position: absolute;
  left: 506px;
  font-family: Roboto-Bold;
  font-size: 48px;
  color: #477eef;
}

.sp-part4 .sp-text .sp-stroke::before {
  text-stroke: 2px #ffffff;
  -webkit-text-stroke: 2px #ffffff;
}

.sp-part4 .sp-text2 {
  top: 1398px;
}

.sp-part4 .sp-btn-box {
  top: 1531px;
}

.sp-part5 {
  height: 1650px;
  background: url('/cdn/shop/files/20251121-bg5.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part5 .sp-title {
  font-size: 52px;
}

.sp-part5 .sp-text {
  position: absolute;
  top: 1012px;
  left: 40px;
  width: 1000px;
  height: 520px;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sp-part5 .sp-img-wrap {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.sp-part5 .sp-info {
  width: 906px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  font-family: Roboto-Medium;
  font-size: 28px;
  color: #232323;
  text-align: center;
}

.sp-part5 .sp-info div {
  flex: 1;
}

.sp-part6 {
  position: relative;
  height: 979px;
}

.sp-part6 .sp-bg {
  position: absolute;
  top: left;
  bottom: 0px;
  width: 1080px;
  height: 583px;
  background: #efffeb;
}

.sp-part6 .sp-image {
  position: absolute;
  top: 103px;
  left: 113px;
}

.sp-part6 .sp-text {
  position: absolute;
  top: 629px;
  left: 75px;
  display: flex;
  font-family: Roboto-Regular;
  font-size: 33px;
  color: #666666;
  line-height: 65px;
}

.sp-part6 .sp-text span {
  font-family: Roboto-Medium;
}

.sp-part6 .sp-text div:nth-child(1) {
  width: 535px;
}

.sp-part7 {
  position: relative;
  height: 1370px;
  box-sizing: border-box;
}

.sp-part7 .sp-swiper2 {
  position: absolute;
  top: 111px;
  width: 1080px;
}

.sp-part7 .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.sp-part7 .swiper-slide {
  position: relative;
  width: 868px;
  height: 1137px;
  background: #1a7804;
  border-radius: 20px;
  transform: scaleY(0.86);
  transition: all 0.3s;
  margin: 0 12px;
  opacity: 0.6;
  box-sizing: border-box;
}

.sp-part7 .swiper-slide-active {
  transform: scaleY(1);
  opacity: 1;
}

.sp-part7 .sp-swiper2 img {
  width: 100%;
  height: auto;
}

.sp-part7 .sp-text {
  position: absolute;
  top: 925px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 47px;
  color: #ffffff;
}

.sp-part7 .sp-text div {
  font-family: Roboto-Regular;
  font-size: 38px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}

.sp-part8 {
  position: relative;
  height: 1445px;
  background: url('/cdn/shop/files/20251121-bg8.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

.sp-part8 img {
  position: absolute;
}

.sp-part8 .sp-img1 {
  top: 335px;
  left: 39px;
}

.sp-part8 .sp-img2 {
  top: 335px;
  left: 264px;
}

.sp-part8 .sp-img3 {
  top: 335px;
  left: 612px;
}

.sp-part8 .sp-img4 {
  top: 335px;
  left: 783px;
}

.sp-part8 .sp-img5 {
  top: 519px;
  left: 39px;
}

.sp-part8 .sp-img6 {
  top: 498px;
  left: 264px;
}

.sp-part8 .sp-img7 {
  top: 498px;
  left: 376px;
}

.sp-part8 .sp-img8 {
  top: 498px;
  left: 566px;
}

.sp-part8 .sp-img9 {
  top: 498px;
  left: 719px;
}

.sp-part8 .sp-img10 {
  top: 662px;
  left: 264px;
}

.sp-part8 .sp-img11 {
  top: 662px;
  left: 529px;
}

.sp-part8 .sp-img12 {
  top: 662px;
  left: 641px;
}

.sp-part8 .sp-img13 {
  top: 824px;
  left: 40px;
}

.sp-part8 .sp-img14 {
  top: 824px;
  left: 294px;
}

.sp-part8 .sp-img15 {
  top: 824px;
  left: 425px;
}

.sp-part8 .sp-img16 {
  top: 824px;
  left: 585px;
}

.sp-part8 .sp-img17 {
  top: 662px;
  left: 812px;
}

.sp-part8 .sp-text {
  position: absolute;
  top: 1034px;
  left: 42px;
  font-family: Roboto-Regular;
  font-size: 36px;
  color: #666666;
  line-height: 48px;
  text-align: center;
}

.sp-part8 .sp-text span {
  font-family: Roboto-Bold;
  color: #477eef;
}

.head-b {
  width: 1080px;
  height: 69px;
  background: #477eef;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 1080px !important;
  overflow: hidden;
}

.head-b div {
  position: relative;
  height: 69px;
  position: relative;
  font-family: Poppins-SemiBold;
  font-size: 35px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.sp-widths {
  width: auto;
}

.sp-widths2 {
  width: auto;
}

.head-b i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-right: 30px;
}

.sp-part9 {
  position: relative;
  width: 1080px;
  height: 454px;
  background: url('/cdn/shop/files/20251121-bg9.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.sp-part9 > img {
  position: absolute;
}

.sp-part9 .sp-img1 {
  top: 34px;
  left: 42px;
}

.sp-part9 .sp-img2 {
  top: 15px;
  left: 29px;
}

.sp-part9 .sp-img3 {
  top: 56px;
  left: 59px;
}

.sp-part9 .sp-img4 {
  top: 70px;
  left: 934px;
}

.sp-part9 .sp-img5 {
  top: 352px;
  left: 78px;
}

.sp-part9 .sp-img6 {
  top: 352px;
  left: 900px;
}

.sp-part9 .sp-content {
  position: absolute;
  top: 282px;
  left: 67px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.sp-part9 .sp-content .sp-item {
  display: flex;
  align-items: baseline;
}

.sp-part9 .sp-content .sp-img {
  width: 38px;
  transform: translateY(4px);
}

.sp-part9 .sp-content .sp-price {
  font-family: 'Poppins-Bold';
  font-size: 27px;
  color: #ff0005;
  line-height: 1;
}

.sp-part9 .sp-content .sp-compare {
  font-family: Poppins-Medium;
  font-size: 17px;
  color: #000000;
  line-height: 1;
  text-decoration-line: line-through;
  opacity: 0.5;
}

.sp-part9 .sp-text1 {
  position: absolute;
  top: 73px;
  left: 540px;
  font-family: 'Poppins-Bold';
  font-size: 29px;
  color: #ef7600;
  line-height: 1;
  text-transform: uppercase;
}

.sp-part9 .sp-text2 {
  position: absolute;
  top: 113px;
  left: 540px;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  color: #000000;
  line-height: 33px;
}

.sp-part9 .sp-text3 {
  position: absolute;
  top: 200px;
  left: 540px;
  font-family: Poppins-Regular;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
  opacity: 0.86;
}

.sp-part9 .btn-style {
  position: absolute;
  top: 347px;
  left: 373px;
  width: 331px;
  height: 78px;
  background: url('/cdn/shop/files/20251121-bg9-6.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  font-family: Poppins-ExtraBold;
  font-size: 37px;
  color: #ffffff;
  cursor: pointer;
  animation: skip 4s infinite;
}

.sp-part9 .sp-img7 {
  top: 392px;
  left: 660px;
  animation: skip 4s infinite;
}

.product-part {
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 100px 42px 110px;
}

.product-part .sp-text1 {
  font-family: 'Poppins-Regular';
  font-size: 30px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.product-part .sp-text1 span {
  font-family: 'Poppins-Bold';
  color: #ff6d00;
}

.product-part .sp-title {
  font-size: 68px;
  color: #232323;
  line-height: 72px;
  font-style: italic;
  margin-bottom: 30px;
}

.product-part .sp-text1 img {
  width: 119px;
  height: 23px;
}

.product-part .sp-title span {
  color: #ff6d00;
}

.product-part .sp-img-wrap .sp-img-p.active {
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 879px;
  height: auto;
}

.product-part .sp-img-wrap {
  width: 998px;
  height: 1055px;
  /* 圣诞版 */
  /* background: url('/cdn/shop/files/20251121-pro.png') no-repeat; */
  /* background: url('/cdn/shop/files/20251126-pro-bg.webp?v=1768381370') no-repeat; */
  background:#ff6c00;
  background-size: 100% 100%;
  border-radius: 63px !important;
  font-family: 'Poppins-Medium';
  box-sizing: border-box;
  user-select: none;
  margin-top: 62px;
  overflow:hidden !important;
}

.product-part .sp-line-wrap {
  position: absolute;
  top: 614px;
  left: 115px;
  width: 472px;
  height: 18px;
  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 .sp-img-bg {
  position: absolute;
  left: -27px;
  top: 174px;
  width: 1039px;
  height: 898px;
}

.product-part .sp-img-wrap .sp-img-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 92px;
  box-sizing: border-box;
  border-radius:26px !important;
}

.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;
  width: 700px;
}

.product-part .sp-row1 {
  position: absolute;
  /* top: 45px; */
  left: 42px;
  font-family: Roboto-Regular;
  font-size: 39px;
  color: #ffffff;
  line-height: 58px;
  font-style: italic;
}

.product-part .sp-row1 div {
  font-family: Roboto-Black;
  font-size: 60px;
  color: #ffffff;
  font-style: italic;
}

.product-part .sp-t2 {
  font-family: 'Roboto-Medium';
  font-size: 30px;
  color: #ffffff;
  width: 180px;
}

.product-part .sp-clock-img {
  position: absolute;
  top: -51px;
  left: 674px;
  z-index: -1;
  animation: shakeCart 3s infinite ease-in-out;
}

.product-part .sp-clock-s {
  position: absolute;
  /* top: 106px; */
  left: 703px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  box-sizing: border-box;
}

.product-part .sp-clock-s .square {
  width: 66px;
  height: 66px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-SemiBold';
  font-size: 47px;
  color: #9c2525;
  flex-shrink: 0;
  padding-top: 2px;
  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;
}

.product-part .sp-clock-s .dot {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
}

.product-part .sp-padding {
  box-sizing: border-box;
}

.product-part .option-title {
  font-family: 'Roboto-Medium';
  font-size: 36px;
  color: #666666;
  line-height: 1;
  margin: 28px 0px 20px;
}

.product-part .option-title span {
  font-family: Roboto-Bold;
  color: #333333;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}

.product-part .sp-option {
  width: 235px;
  height: 80px;
  background: #ffffff;
  border-radius: 40px;
  border: 1px solid #999999;
  font-family: Roboto-Bold;
  font-size: 36px;
  color: #232323;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
  gap: 10px;
}

.product-part .sp-option.active {
  color: #ffffff;
  background: #ff9600 !important;
  border: 1px solid #ff6d00 !important;
}

.product-part .sp-option img {
  width: 55px;
  height: auto;
}

.product-part .price-group {
  line-height: 1.1;
  justify-content: center;
  margin-top: 28px;
  align-items: baseline;
}

.product-part .price1 {
  font-family: Roboto-Bold;
  font-size: 68px;
  color: #ff0707;
}

.product-part .price2 {
  font-family: Roboto-Medium;
  font-size: 46px;
  color: #666666;
  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;
}

.product-part .sp-row .sp-p {
  width: 214px;
  height: 44px;
  background: #eb031f;
  border-radius: 10px;
  font-family: 'Poppins-Bold';
  font-size: 40px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  margin-left: -20px;
  padding-left: 16px;
  box-sizing: border-box;
  transform: translateY(12px);
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
}

.product-part .addCart {
  width: 548px;
  height: 89px;
  background: #fff9eb;
  border-radius: 44px;
  box-sizing: border-box;
  font-family: Roboto-Bold;
  font-size: 41px;
  color: #1f1f1f;
  gap: 22px;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 42px;
}

.product-part .sp-btn-style {
  width: 1000px;
  height: 130px;
  /* background: url('/cdn/shop/files/20251121-btn3.png')
    no-repeat; */
    background:#ed1528;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 50px auto;
  font-family: 'Poppins-Bold';
  font-size: 60px;
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;
  border-radius:76px;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-family: Roboto-Regular;
  font-size: 37px;
  color: #000000;
  margin-top: 45px;
}

.sp-tip5 img {
  width: 99px;
}

.sp-tip5 span {
  color: #cf2f29;
}

.product-part .sp-title-s {
  font-family: 'Poppins-Bold';
  font-size: 57px;
  color: #232323;
  line-height: 85px;
  text-align: center;
  margin-top: 40px;
}

@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);
  }
}

.product-part .sp-img-wrap .sp-gift {
  position: absolute;
  top: 607px;
  left: 41px;
  width: 61px;
  animation: shakeCart 3s infinite ease-in-out;
}

.addGroup {
  width: 428px;
  height: 92px;
  border-radius: 45px;
  border: 1px solid rgba(153, 153, 153, 0.96);
  font-family: 'Roboto-Medium';
  padding: 0px 27px;
  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: 31px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 245px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 43px;
  color: #000000;
  line-height: 40px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

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: 997px;
  height: 255px;
  background: #eef8fe;
  margin-top: 30px;
}

.sp-footer-text div {
  position: absolute;
  top: 48px;
  left: 102px;
  font-family: Roboto-Bold;
  font-size: 37px;
  color: #282828;
  line-height: 1;
}

.sp-footer-text .sp-img1 {
  position: absolute;
  top: 35px;
  left: 42px;
  width: 47px;
  height: 55px;
}

.sp-footer-text .sp-img2 {
  position: absolute;
  top: 126px;
  left: 34px;
  width: 882px;
  height: 72px;
}

.sp-footer-img {
  display: block;
  margin: 50px auto 0;
  width: 100%;
}

.sp-footer-box {
  position: relative;
  width: 997px;
  height: 255px;
  background: #fdfcf5;
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.sp-footer-box .sp-font {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Roboto-Bold;
  font-size: 36px;
  color: #282828;
}

.sp-footer-box .sp-font .sp-img {
  width: 50px;
  height: 62px;
}

.sp-footer-box .sp-text {
  font-family: Roboto-Medium;
  font-size: 30px;
  color: #666666;
}

.sp-footer-box .sp-text span {
  font-family: Roboto-Bold;
}

.sp-part10 {
  height: 1265px;
  background: url('/cdn/shop/files/20251121-bg10.png')
    no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 110px 39px 0px;
}

.sp-part10 .sp-title {
  font-size: 50px;
  color: #fff;
  margin-bottom: 70px;
}

.sp-part10 .sp-item {
  width: 1000px;
  height: 280px;
  background: #ffffff;
  border-radius: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-left: 48px;
  box-sizing: border-box;
  gap: 38px;
  padding-right: 40px;
}

.sp-part10 .sp-item .sp-circle {
  height: 189px;
}

.sp-part10 .sp-item .sp-p1 {
  font-family: 'Poppins-Bold';
  font-size: 40px;
  color: #282828;
  line-height: 40px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.sp-part10 .sp-item .sp-p2 {
  font-family: Roboto-Regular;
  font-size: 28px;
  color: #666666;
  opacity: 0.8;
}

.sp-part11 {
  padding: 100px 36px 120px;
}

.sp-part11 .sp-title .sp-color {
  font-family: 'Poppins-Medium';
  font-size: 36px;
}

.sp-part11 .sp-title {
  font-family: 'Poppins-Bold';
  font-size: 72px;
  color: #232323;
  line-height: 1.05;
  margin-bottom: 56px;
}

.sp-part11 .sp-title i {
  font-style: italic;
}

.sp-part11 .sp-item {
  margin-bottom: 36px;
}

.sp-part11 .q-row {
  width: 1000px;
  height: 122px;
  background: #ffffff;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  display: flex;
  align-items: center;
  font-family: Roboto-Bold;
  font-size: 30px;
  color: #0f0f10;
  line-height: 1.2;
  cursor: pointer;
  padding-left: 41px;
  user-select: none;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
}

.sp-part11 .q-row .sp-icon {
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.sp-part11 .q-row .sp-icon::after {
  content: '';
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url('/cdn/shop/files/20251121-icon1.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-part11 .sp-text {
  width: 1000px;
  height: 215px;
  padding-left: 41px;
  box-sizing: border-box;
  font-family: Roboto-Regular;
  font-size: 30px;
  color: #242323;
  line-height: 50px;
  display: none;
  transition: all 0.3s;
  opacity: 0;
  align-items: center;
}

.sp-part11 .sp-show .q-row {
  width: 1000px;
  height: 122px;
  color: #fff;
  background: #1a7804;
  box-shadow: 1px 2px 27px 0px rgba(19, 17, 17, 0.06);
  border-radius: 10px;
}

.sp-part11 .sp-show .sp-icon {
  background: #ffffff;
}

.sp-part11 .sp-show .sp-icon::after {
  content: '';
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url('/cdn/shop/files/20251121-icon2.png')
    no-repeat;
  background-size: 100% 100%;
}

.sp-part11 .sp-show .sp-text {
  display: flex;
  opacity: 1;
}

.sp-part11 .sp-box {
}

.sp-part11 .sp-btn-box {
  position: initial;
}

.sp-part11 .sp-btn-style1 {
  position: inherit;
  margin: 50px auto 120px;
}

.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-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: url('/cdn/shop/files/20251121-btn-bg.png')
    no-repeat; */
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.sp-btn-style2 .sp-area {
  width: 458px;
  text-align: center;
  font-size: 22px;
  color: #f81111;
  line-height: 1.2;
  font-family: Roboto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
  padding: 0 20px;
}
.sp-btn-style2 > a{
  background:#000;
  display:flex;
  align-items:center;
}
.sp-btn-style2 .sp-area .sp-leaf {
  width: 76px;
}
.sp-btn-style2 .sp-area .sp-t1 {
  font-family: "Poppins";
  font-style: italic;
  font-size: 27px;
  color: #ffefcb;
}
.sp-btn-style2 .sp-area .sp-t2 {
  width: 216px;
}
.sp-btn-style2 .sp-area .sp-t3 {
  font-family: "Poppins-Regular";
  font-size: 20px;
  color: #ffffff;
}

/* .sp-btn-style2 .sp-area {
  width: 475px;
  padding-top: 60px;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  color: #ffffffbb;
  line-height: 1;
  font-family: 'Poppins-Regular';
  flex-shrink: 0;
}

.sp-btn-style2 .sp-area .sp-p {
  font-size: 48px;
  color: #ffedb3;
  line-height: 1;
  font-family: 'Poppins-Bold';
  text-shadow: 0px 4px 0px rgba(75, 0, 4, 0.4);
}

.sp-btn-style2 .sp-area .sp-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 8px;
}

.sp-btn-style2 .sp-area .sp-row .sp-brand2 {
  width: 166px;
  height: 46px;
  background: url('/cdn/shop/files/20251121-btn-1.png')
    no-repeat;
  background-size: 100% 100%;
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #fff3cf;
  line-height: 46px;
} */

.sp-btn-style2 .sp-area2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("https://cdn.shopify.com/s/files/1/0726/3715/3597/files/202511132-btn-bg.png") no-repeat;

  /* animation: skip 4s infinite 1s; */
  font-family: 'Poppins-Bold';
  font-size: 55px;
  /* color: #e20000; */
  color:#fff;
  text-align: center;
}

.sp-btn-style2 .sp-area2 .sp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: 'Montserrat-Regular';
  font-size: 30px;
  /* color: #c20000cc; */
  color:rgba(255,255,255,0.6)
}

.sp-btn-style2 .sp-area2 .sp-row .sp-arrow {
  width: 56px;
  height: 43px;
}

.sp-btn-style2.sp-fixed-bottom {
  position: fixed;
  bottom: 0;
  animation: stuckMoveUp 0.6s;
}

.sp-btn-style2 .sp-cart {
  border: none;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 47px;
  margin-right: 20px;
}

.sp-pc {
  display: none;
}
.sp_top_cut_down{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}
.sp_top_cut_down .span{
  position:absolute;
  display:flex;
  bottom:16px !important;
  left:700px;
  color:#fff;
  font-size:21px !important;
  gap:41px;
  padding:0 5px;
}


@media screen and (min-width: 1080px) {
  .sp_top_cut_down .span{
  position:absolute;
  display:flex;
  top:45px !important;
  left:357px;
  color:#fff;
  font-size:13px !important;
  gap:34px;
  padding:0 10px;
}
.product-part .sp-clock-s .square{
  width:40px !important;
  height:40px !important;
  font-size:25px !important;
}
  .sp_top_cut_down{
    position:absolute !important;
    top:650px !important;
    left:137px !important;
  }
  .product-part .sp-img-wrap{
    position:relative !important;
  }
  .product-part .sp-line-wrap{
    top:663px !important;
    left:87px !important;
    height:13px !important;
    width:387px !important;
  }
  .sp-relative sp-img-wrap{
    position:relative;
  }
  #root {
    max-width: unset;
  }

  .sp-pc {
    display: block;
  }

  .sp-mobile {
    display: none;
  }

  .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-top {
    height: 30px;
    font-size: 16px;
  }

  .header-inner {
    width: 1920px;
    position: absolute;
    height: 60px;
    padding: 0 150px;
  }

  .header-inner-fixed {
    position: fixed;
    top: 0;
    background: #ffffff;
  }

  .header-inner-absolute {
    position: absolute;
  }

  .header-inner .sp-logo-pc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 171px;
  }

  .header-inner ul {
    display: flex;
    gap: 38px;
    width: 460px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 38px;
  }

  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }

  .header-inner .sp-menu-item a {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .header-inner .sp-menu-item a .sp-span {
    display: inline-block;
    width: 28px;
    height: 13px;
    background: #cf0101;
    border-radius: 3px;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
    line-height: 13px;
    margin-right: -10px;
  }

  .header-inner .sp-logo-pc {
    width: 100px;
  }

  .sp-top-btn {
    width: 182px;
    height: 35px;
    /* 圣诞版 */
    /* background: url('/cdn/shop/files/20251121-btn1-pc.png') no-repeat; */
    background: url('/cdn/shop/files/20251121-btn1-pc_e2853fd4-3054-408e-975a-4036298c7929.png?v=1768381370') no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    margin: 0px;
  }

  .sp-cart {
    margin-right: 30px;
    border: none;
  }

  .sp-cart .sp-icon {
    width: 28px;
  }

  .sp-cart .sp-num {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 5px;
    font-size: 17px;
  }

  .sp-sub-title {
    font-size: 20px;
    color: #666666;
    margin: 0px;
  }

  .sp-part1 {
    height: 974px;
    background: #fff;
  }

  .sp-part1 .sp-image {
    top: 24px;
    left: 30px;
    width: 1860px;
    height: 950px;
  }

  .sp-part1 .sp-brand {
    top: 419px;
    left: 1425px;
    width: 140px;
    height: 190px;
    background: url('/cdn/shop/files/20251121-brand-pc.png')
      no-repeat;
    background-size: 100% 100%;
    padding-top: 132px;
    font-size: 18px;
    line-height: 1;
  }

  .sp-part1 .sp-title {
    top: 225px;
    left: 269px;
    width: auto;
    font-size: 146px;
    color: #ffffff;
    line-height: 0.8;
    text-align: left;
  }

  .sp-part1 .sp-sub-title {
    top: 360px;
    left: 272px;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    text-align: left;
    margin-top: 0px;
  }

  .sp-part1 .sp-sub-title div {
    opacity: 0.9;
  }

  .sp-btn-box {
    top: 481px;
    left: 271px;
  }

  .sp-btn-style1 {
    width: 417px;
    height: 113px;
  }

  .sp-btn-style1 .sp-bg {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 337px;
    height: 53px;
    background: #cf0e0e;
    border-radius: 26px;
  }

  .sp-btn-style1 .sp-btn-img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
  }

  .sp-btn-style1 .sp-img1 {
    position: absolute;
    left: 40px;
    bottom: 0px;
    z-index: 2;
  }

  .sp-btn-style1 .sp-img2 {
    position: absolute;
    top: 8px;
    left: 343px;
    z-index: 2;
  }

  .sp-btn-style1 .sp-t1 {
    position: absolute;
    top: 22px;
    left: 159px;
    font-size: 22px;
  }

  .sp-btn-style1 .sp-t2 {
    position: absolute;
    top: 62px;
    left: 158px;
    font-size: 30px;
    gap: 30px;
  }

  .sp-btn-style1 .sp-t3 {
    position: absolute;
    top: 53px;
    left: 62px;
    font-size: 16px;
    line-height: 16px;
  }

  .sp-btn-style1 .sp-t3 div {
    font-size: 10px;
  }

  .sp-part1 .sp-info {
    position: absolute;
    top: 623px;
    left: 352px;
    width: auto;
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sp-part1 .sp-info img {
    width: auto;
  }

  .sp-part1 .sp-text {
    top: 684px;
    left: 271px;
    width: 600px;
    height: 191px;
  }

  .sp-part1 .sp-text .sp-t1 {
    top: 29px;
    left: 32px;
    font-size: 24px;
  }

  .sp-part1 .sp-text .sp-img1 {
    top: 78px;
    left: 31px;
  }

  .sp-part1 .sp-text .sp-img2 {
    top: 27px;
    left: 405px;
  }

  .sp-part1 .sp-text .sp-t2 {
    top: 96px;
    left: 404px;
    font-size: 24px;
  }

  .sp-part1 .sp-text .sp-t3 {
    position: absolute;
    top: 130px;
    left: 404px;
    font-size: 18px;
  }

  .sp-part1 .sp-image1 {
    position: absolute;
    top: 246px;
    left: 846px;
    width: 968px;
    height: 727px;
  }

  .sp-footer-pc-bottom {
    width: 100%;
    background: linear-gradient(
      0deg,
      rgba(0, 104, 162, 0.99),
      rgba(76, 175, 230, 0.99)
    );
    padding: 30px 0px;
    box-sizing: border-box;
  }

  .sp-footer-pc-bottom .sp-ww {
    display: flex;
    justify-content: center;
    gap: 120px;
  }

  .sp-footer-pc-bottom .sp-item {
    flex: 1;
    font-family: Poppins-Medium;
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .sp-footer-pc-bottom .sp-item .sp-icon {
    height: 44px;
    margin-bottom: 12px;
    mix-blend-mode: color-dodge;
  }

  @keyframes sp-float {
    0%,
    100% {
      transform: translateY(-10px);
    }

    50% {
      transform: translateY(10px);
    }
  }

  .sp-part2 {
    height: 790px;
  }

  .sp-part2 > div {
    width: 324px;
    height: 247px;
    background: url('/cdn/shop/files/20251121-bg2-1-pc.png')
      no-repeat;
    background-size: 100% 100%;
    font-size: 30px;
    color: #232323;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 0 0 30px;
    font-size: 20px;
  }

  .sp-part2 > div div {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #666666;
    line-height: 1.2;
    text-transform: none;
  }

  .sp-part2 .sp-box1 {
    top: 100px;
    left: 260px;
  }

  .sp-part2 .sp-box2 {
    top: 368px;
    left: 260px;
    width: 324px;
    height: 313px;
    background: url('/cdn/shop/files/20251121-bg2-2-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part2 .sp-box3 {
    top: 100px;
    left: 606px;
    width: 709px;
    height: 335px;
    background: url('/cdn/shop/files/20251121-bg2-3-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part2 .sp-box4 {
    top: 100px;
    left: 1336px;
    width: 324px;
    height: 458px;
    background: url('/cdn/shop/files/20251121-bg2-4-pc.png')
      no-repeat;
    background-size: 100% 100%;
  }

  .sp-part2 .sp-box5 {
    top: 456px;
    left: 606px;
    width: 377px;
    height: 225px;
    background: url('/cdn/shop/files/20251121-bg2-5.png')
      no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 0 31px;
  }

  .sp-part2 .sp-box6 {
    top: 456px;
    left: 1005px;
    width: 310px;
    height: 224px;
    background: url('/cdn/shop/files/20251121-bg2-6.png')
      no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 0 25px;
  }

  .sp-part2 .sp-box7 {
    top: 582px;
    left: 1336px;
    width: 324px;
    height: 100px;
    background: url('/cdn/shop/files/20251121-bg2-7.png')
      no-repeat;
    background-size: 100% 100%;
    padding: 28px 0 0 65px;
  }

  .sp-circles {
    width: 95px;
    height: 95px;
    font-size: 13px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    left: 50%;
  }

  .sp-circles p {
    font-size: 29px;
  }

  .sp-part3 {
    height: 659px;
    box-sizing: border-box;
  }

  .sp-part3 .sp-bg {
    top: 45px;
    left: 282px;
    width: 571px;
    height: 515px;
  }

  .sp-part3 .sp-video {
    top: 0px;
    left: 260px;
    width: 571px;
    height: 515px;
  }

  .sp-part3 .sp-swiper2 {
    top: 7px;
    left: 947px;
    width: 713px;
  }

  .sp-part3 .sp-swiper2 .swiper-slide {
    width: 713px;
  }

  .sp-part3 .sp-swiper2 .swiper-slide img {
    width: 150px;
    height: 216px;
  }

  .sp-part3 .sp-swiper2 .sp-text {
    font-size: 16px;
  }

  .sp-part3 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #477eef;
    border-radius: 50%;
    opacity: 0.3 !important;
    margin: 0 15px !important;
  }

  .sp-part3 .swiper-pagination-bullet-active {
    background: #477eef;
    opacity: 1 !important;
  }

  .sp-part3 .sp-title {
    position: absolute;
    top: 361px;
    left: 946px;
    font-size: 46px;
    color: #232323;
    text-align: left;
  }

  .sp-part3 .sp-sub-title {
    position: absolute;
    top: 480px;
    left: 946px;
    font-size: 20px;
    color: #666666;
    text-align: left;
  }

  .sp-part4 {
    height: 720px;
    background: url('/cdn/shop/files/20251121-bg4-pc.png')
      no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 80px;
  }

  .sp-part4 .sp-title,
  .sp-part4 .sp-sub-title {
    text-align: left;
    padding-left: 259px;
  }

  .sp-part4 .sp-title {
    font-size: 46px;
  }

  .sp-part4 .sp-sub-title {
    margin-top: 20px;
  }

  .sp-part4 .sp-image1 {
    top: 245px;
    left: 260px;
  }

  .sp-part4 .sp-image2 {
    top: 245px;
    left: 746px;
  }

  .sp-part4 .sp-text {
    top: 445px;
    left: 327px;
    font-size: 20px;
  }

  .sp-part4 .sp-text .sp-stroke {
    left: 234px;
    font-size: 22px;
  }

  .sp-part4 .sp-text2 {
    top: 595px;
    left: 825px;
  }

  .sp-part4 .sp-text2 .sp-stroke {
    left: 277px;
  }

  .sp-part4 .sp-btn-box {
    top: 512px;
    left: 282px;
  }

  .sp-part5 {
    height: 556px;
    background: none;
    padding: 0px;
  }

  .sp-part5 .sp-image {
    display: block;
    width: 1400px;
    height: 556px;
    margin: 0 auto;
  }

  .sp-part5 .sp-title {
    font-size: 40px;
  }

  .sp-part5 .sp-text {
    top: 82px;
    left: 735px;
    width: 831px;
    height: 392px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
  }

  .sp-part5 .sp-info {
    width: 674px;
    font-size: 16px;
  }

  .sp-part6 {
    height: 472px;
  }

  .sp-part6 .sp-bg {
    top: 132px;
    left: 260px;
    width: 1400px;
    height: 240px;
    background: #efffeb;
    border-radius: 10px;
  }

  .sp-part6 .sp-image {
    top: 60px;
    left: 355px;
  }

  .sp-part6 .sp-text {
    top: 182px;
    left: 996px;
    font-size: 20px;
    line-height: 40px;
  }

  .sp-part6 .sp-text div:nth-child(1) {
    width: 328px;
  }

  .sp-part7 {
    height: 782px;
    padding-top: 80px;
  }

  .sp-part7 .sp-info {
    position: absolute;
    top: 92px;
    left: 260px;
    width: 1400px;
    display: flex;
    justify-content: space-between;
  }

  .sp-part7 .sp-box {
    position: relative;
    width: 450px;
    height: 590px;
    background: #1a7804;
    border-radius: 20px;
  }

  .sp-part7 .sp-box .sp-text {
    top: 472px;
    font-size: 24px;
  }

  .sp-part7 .sp-box .sp-text div {
    font-family: Roboto-Light;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.9;
  }

  .sp-part8 {
    height: 700px;
    background: url('/cdn/shop/files/20251121-bg8-pc.png')
      no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
  }

  .sp-part8 .sp-title {
    position: absolute;
    top: 284px;
    left: 414px;
    font-size: 46px;
    color: #232323;
    text-align: left;
  }

  .sp-part8 .sp-text {
    top: 338px;
    left: 519px;
    font-size: 20px;
    color: #666666;
    line-height: 1.2;
  }

  .sp-part8 .sp-img1 {
    top: 70px;
    left: 119px;
  }

  .sp-part8 .sp-img2 {
    top: 70px;
    left: 344px;
  }

  .sp-part8 .sp-img3 {
    top: 70px;
    left: 692px;
  }

  .sp-part8 .sp-img4 {
    top: 70px;
    left: 863px;
  }

  .sp-part8 .sp-img5 {
    top: 254px;
    left: 119px;
  }

  .sp-part8 .sp-img6 {
    top: 70px;
    left: 1128px;
  }

  .sp-part8 .sp-img7 {
    top: 70px;
    left: 1240px;
  }

  .sp-part8 .sp-img8 {
    top: 70px;
    left: 1430px;
  }

  .sp-part8 .sp-img9 {
    top: 473px;
    left: 721px;
  }

  .sp-part8 .sp-img10 {
    top: 473px;
    left: 344px;
  }

  .sp-part8 .sp-img11 {
    top: 473px;
    left: 609px;
  }

  .sp-part8 .sp-img12 {
    top: 473px;
    left: 1069px;
  }

  .sp-part8 .sp-img13 {
    top: 520px;
    left: 119px;
  }

  .sp-part8 .sp-img14 {
    top: 70px;
    left: 1582px;
  }

  .sp-part8 .sp-img15 {
    top: 373px;
    left: 1582px;
  }

  .sp-part8 .sp-img16 {
    top: 473px;
    left: 1430px;
  }

  .sp-part8 .sp-img17 {
    top: 473px;
    left: 1240px;
  }

  .product-part {
    font-family: 'Roboto-Medium';
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 70px 230px 60px 258px;
  }

  .product-part .sp-text1 {
    font-size: 23px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .product-part .sp-text1 img {
    width: auto;
    height: auto;
  }

  .product-part .sp-text1 span {
    font-family: 'Poppins-Bold';
  }

  .product-part .sp-title {
    font-size: 43px;
    margin-bottom: 10px;
  }

  .product-part .sp-wrap {
    display: flex;
    gap: 44px;
  }

  .product-part .sp-wrap .sp-content {
    width: 690px;
  }

  .product-part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    display: none;
  }

  .product-part .sp-img-wrap {
    position:relative;
    width: 700px;
    height: 740px;
    /* background: url('/cdn/shop/files/20251126-pro-bg.webp?v=1768381370')
      no-repeat;*/
      background:#ff6c00;
    background-size: 100% 100%;
    margin-top: 0px;
    display:flex;
    justify-content:center;
  }

  .product-part .sp-img-wrap .sp-img-bg {
    left: -18px;
    top: 122px;
    width: 729px;
    height: 630px;
  }

  .product-part .sp-img-wrap .sp-img-inner {
    width: 95%;
    background:#fff;
    margin:20px;
    border-radius:26px;
    max-height:600px;
  }

  .product-part .sp-img-wrap .sp-img-p.active {
    top: 60px !important;
    width: 615px !important;
    height: auto;
    mix-blend-mode: multiply;
    border-radius:26px !important;
  }
  .product-part .sp-img-wrap .sp-gift{
    top:657px !important;
    left:22px !important;
    width:54px !important;
  }

  .product-part .sp-row1{
    bottom:11px !important;
    left:91px !important;
    font-size:18px !important;
  }
  .product-part .sp-row1 img{
    width:15px;
  }

  .product-part .sp-clock-img {
    top: -36px;
    left: 473px;
  }

  .product-part .sp-clock-s {
    position: absolute;
    top: 0px;
    left: 365px;
  }

  .product-part .sp-clock-s .square {
    width: 46px;
    height: 46px;
    font-size: 33px;
  }

  .product-part .sp-clock-s .dots {
    gap: 6px;
    margin: 0 4px;
  }

  .product-part .sp-clock-s .dot {
    width: 4px;
    height: 4px;
  }

  .product-part .sp-padding {
    padding: 0;
    width: 540px;
  }

  .product-part .option-title {
    font-size: 20px;
    color: #696969;
    font-family: 'Roboto-Medium';
    line-height: 1;
    margin: 22px 0px 10px;
  }

  .product-part .opt-group {
    gap: 9px;
  }

  .product-part .sp-option {
    width: 120px;
    height: 45px;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #999999 !important;
    font-size: 20px;
    border: none;
    gap: 5px;
  }

  .product-part .sp-option img {
    width: 30px;
  }

  .product-part .price-group {
    margin-top: 36px;
    justify-content: flex-start;
    margin-top: 15px;
  }

  .product-part .price1 {
    font-size: 44px;
  }

  .product-part .price2 {
    font-size: 26px;
    margin-left: 20px;
  }

  .product-part .sp-row {
    margin-left: 30px;
    display: flex;
    align-items: center;
  }

  .product-part .sp-row img {
    width: 34px;
    position: relative;
    z-index: 1;
  }

  .product-part .sp-row .sp-p {
    width: 138px;
    height: 28px;
    font-size: 26px;
    line-height: 29px;

    margin-left: -15px;
    padding-left: 12px;
    box-sizing: border-box;
    transform: translateY(9px);
  }

  .product-part .sp-quality-row {
    gap: 22px;
  }

  .product-part .addCart {
    width: 295px;
    height: 50px;
    background: #fff9eb;
    border-radius: 25px;
    border: none;
    font-size: 22px;
    color: #282828;
    gap: 14px;
    user-select: none;
  }

  .product-part .addCart img {
    width: 24px;
  }

  .product-part .sp-btn-style {
    width: 560px;
    height: 72px;
    /* background: url('/cdn/shop/files/20251121-btn3-pc.png')
      no-repeat; */
      background:#ed1528;
    background-size: 100% 100%;
    border-radius: 36px;
    margin: 30px auto;
    font-size: 30px;
  }

  .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: 32px;
    line-height: 46px;
    margin-left: 0;
  }

  .addGroup {
    width: 240px;
    height: 51px;
    border-radius: 26px;
    border: 1px solid rgba(153, 153, 153, 0.96);
    padding: 0px 18px;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 16px;
  }

  .addGroup input {
    width: 120px;
    font-size: 23px;
  }

  .sp-footer-img {
    width: 525px;
    margin: 0px;
  }

  .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-box {
    width: 540px;
    height: 138px;
    background: #fdfcf5;
    border-radius: 10px;
    padding-left: 22px;
    margin: 0;
  }

  .sp-footer-box .sp-font {
    font-size: 20px;
  }

  .sp-footer-box .sp-font .sp-img {
    width: 29px;
    height: 35px;
  }

  .sp-footer-box .sp-text {
    font-size: 17px;
  }

  .sp-part10 {
    height: 464px;
    background: url('/cdn/shop/files/20251121-bg10-pc.png')
      no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 66px 260px 90px;
  }

  .sp-part10 .sp-title {
    font-size: 50px;
    margin-bottom: 90px;
  }

  .sp-part10 .sp-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .sp-part10 .sp-item {
    width: 438px;
    height: 218px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 25px 0;
    box-sizing: border-box;
    gap: 0px;
    text-align: center;
    padding-top: 15px;
  }

  .sp-part10 .sp-item .sp-circle {
    height: 73px;
  }

  .sp-part10 .sp-content {
    margin-top: 48px;
  }

  .sp-part10 .sp-item .sp-p1 {
    font-size: 24px;
    color: #000000;
    line-height: 1.1;

    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .sp-part10 .sp-item .sp-p2 {
    font-size: 16px;
    color: #000000cc;
    line-height: 1.2;
    font-style: italic;
  }

  .sp-part11 {
    padding: 52px 260px 100px;
  }

  .sp-part11 .btn-style {
    width: 650px;
    height: 90px;
    background: url('/cdn/shop/files/20251121-btn4-pc_d2be4877-81d0-41ef-a2ce-cc43cd474d03.png?v=1768382834')
      no-repeat;
    background-size: 100% 100%;
    font-family: Roboto-Medium;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    gap: 30px;
    margin: 80px auto 0px;
  }

  .sp-part11 .sp-title .sp-color {
    font-size: 25px;
  }

  .sp-part11 .sp-title {
    font-size: 50px;
    margin-bottom: 60px;
  }

  .sp-part11 .sp-item {
    margin-bottom: 36px;
  }

  .sp-part11 .q-row {
    width: 1300px;
    height: 122px;
    min-height: unset;
    gap: 28px;
    font-size: 30px;
    line-height: 45px;
    padding-left: 55px;
  }

  .sp-part11 .sp-text {
    width: 1300px;
    padding-left: 90px;
    box-sizing: border-box;
    font-size: 27px;
    color: #191919;
    line-height: 41px;
    padding-bottom: 30px;
  }

  .sp-part11 .sp-show .q-row {
    width: 1300px;
    height: 122px;
  }

  .sp-part11 .sp-show .sp-text {
    height: 130px;
    padding-left: 55px;
    padding-bottom: 0;
  }

  .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 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;
}

@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;
  }
}

.mf-bundle-product {
  zoom: 2.2;
}
.mf-bundle-checkout-warning {
  color: #788188 !important;
  opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
  color: #000;
  opacity: 0.75;
  font-size: 16px !important;
}
.app-embed-plus-component-bundler {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#sca-fg-today-offer-widget {
    display: none !important;
}

.lt_back_to_top,#help-widget-moosedesk {
    display: none !important;
}


@media screen and (max-width: 1080px) {
  .product-part .sp-line-wrap {
    top: 951px;
    left: 126px;
    width: 530px;
  }
  .product-part .sp-img-wrap .sp-img-p.active{
    border-radius:15px;
    top:20px;
    width:964px;
  }
  .product-part .sp-row1{
    position:absolute;
    bottom:18px;
    left:122px;
    font-size:32px;
  }
  .product-part .sp-img-wrap .sp-gift{
  top:938px;
  left:30px;
  width:81px;
}

  .product-part .sp-clock-s{
    bottom:56px !important;
    left:698px;
  }

  /* .product-part .sp-img-wrap {
    border-radius: 26px !important;
    overflow: hidden; /* 确保内部元素也遵循圆角 */
  }
  
  .product-part .sp-img-wrap .sp-img-inner {
    border-radius: 26px !important;
  }

  .sp-mobile .product-part .sp-img-wrap {
    border-radius: 26px !important;
    overflow: hidden !important;
  }
  
  .sp-mobile .product-part .sp-img-wrap .sp-img-inner {
    border-radius: 26px !important;
  } */

}