/** Shopify CDN: Minification failed

Line 211:9 Expected identifier but found whitespace
Line 211:10 Unexpected "0"

**/
@font-face {
  font-family: "RobotoBold";
  src: url("/cdn/shop/files/Roboto-Bold.ttf?v=1735887350");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HELVETICANEUELTSTD";
  src: url("/cdn/shop/files/HELVETICANEUELTSTD-BLKCN.OTF?v=1735887350");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/cdn/shop/files/Roboto-Medium.ttf?v=1735887350");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/cdn/shop/files/Roboto-Regular.ttf?v=1735887350");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("/cdn/shop/files/Roboto-Black.ttf?v=1735887350");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/cdn/shop/files/Montserrat-Medium.ttf?v=1735887350");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/cdn/shop/files/Montserrat-Bold.ttf?v=1735887350");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("/cdn/shop/files/Montserrat_Extra_Bold.otf?v=1735887350");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ-XBold";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-EXTRABOLD.OTF?v=1732876776");
  font-weight: normal;
  font-style: normal;
}
.logo_top{
  border:1px solid #000;
  border-radius:20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 32px;
      padding: 0 10px;
}
/*reset*/
html {
  -webkit-text-size-adjust: 100%;
}

/*reset*/
html {
  max-width: 1080px;
  margin: 0 auto;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.addGroup {
  width: 420px;
  height: 90px;
  border-radius: 15px;

  border: 4px solid rgba(0, 0, 0, 0.3);

  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 35px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto-Bold";
margin-top: -5px;
    margin-bottom: 20px;

  /* background: #eeeeee; */
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 42px;
  color: #666666;
  /* border-left: 2px solid #646464;
  border-right: 2px solid #646464; */

  line-height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.cart-btn .on {
  animation: scaleAni 1s ease-in-out forwards;
}
.sp-header-top .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
section,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto';
}

/* fieldset,
img {
  border: 0 none;
}

body {
  font-size: 62.5%;
  background-color: #fff;
  color: #333;
  /* max-width: 640px; */
  margin: 0 auto;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul,
ol,
dd,
dt,
dl {
  list-style-type: none;
}

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

a,
input,
select {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
img {
  border: none;
}

/* i,
em {
  font-style: normal;
} */

:focus {
  outline: none;
}

select {
  background: none;
}

/*iphone6*/
/* @media(min-device-width:375px)and(max-device-width:667px)and(-webkit-min-device-pixel-ratio:2) {
  body {
      font-size: 14.5px;
  }
} */

/*iphone6plus*/
/* @media(min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  body {
      font-size: 15.5px;
  }
} */

/*原子类*/
.clear {
  clear: both;
}

.clear:after {
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: '.';
}

/* .fl {
  float: left;
}

.fr {
  float: right;
} */

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

/*placeholder css*/
::-moz-placeholder {
  font-family: 'Microsoft YaHei';
}

::-webkit-input-placeholder {
  font-family: 'Microsoft YaHei';
}

:-ms-input-placeholder {
  font-family: 'Microsoft YaHei';
}

#root {
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}

body {
  background: #fff;
}

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

body,
html {
  font-family: 'Roboto';
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.sp-header {
  width: 1080px !important;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  padding: 0 45px 0 20px;
  box-sizing: border-box;
  min-height: 136px;
  background-color: #ffffff;
}

.sp-header-rl {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.stiky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1080px;
  width: 1080px !important;
  z-index: 60;
}

.sp-logo {
width:290px;
}

.sp-header .sp-btns {
  width: 346px;
  height: 90px;
  background: #006a07;
  border-radius: 37px;
  font-family: 'RobotoBold';
  font-size: 33px;
  color: #ffffff;
  animation: heartbit 0.5s alternate infinite;
}
.sp-header .sp-btns > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.sp-header .sp-btns img {
  width: 19px;
  height: 29px;
  margin-left: 19px;
}

.sp-times {
  width: 100%;
  height: 117px;
  background: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 0 50px 0 50px;
  box-sizing: border-box;
  margin-left: -1px;
}
.sp-limited {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.sp-limited P {
  font-family: 'Roboto-Black';
  font-size: 46px;
  color: #ffffff;
  font-style: italic;
}
.sp-limited > img {
  width: 110px;
  height: 135px;
  position: absolute;
  top: -46px;
  display: block;
  left: 404px;
}
.sp-min-box {
  position: relative;
  font-size: 70px;
  font-family: 'RobotoBold';
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sp-min-box > span {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  left: -50px;
  top: 14px;
}

.sp-min-box > em {
  background: url('/cdn/shop/files/time-bg.png') no-repeat;
  background-size: 100% 100%;
  width: 102px;
  height: 98px;
  display: inline-block;
  font-family: 'RobotoBold';
  font-size: 82px;
  color: #040404;
  font-style: normal;
  margin: 0 8px;
  text-align: center;
  line-height:100px;
}

/*  */
.sp-part1 {
  position: relative;
  min-height: 1546px;
  background: url('/cdn/shop/files/20250103-bg1.jpg') no-repeat;
  background-size: 100% 100%;
  padding: 45px 0 0 0;
  margin-top: 251px;
  position: relative;
}

.sp-part1 > h3 {
  height: 252px;
      margin-top: 35px;
}
.sp-part1 > h3 img {
  width: 100%;
  height: 252px;
}
.sp-part1 > h4 {
  position: absolute;
  left: 86px;
  top: 48px;
  width: 642px;
  height: 102px;
  line-height: 102px;
  text-align: center;
  background: linear-gradient(45deg, #006a07 0%, rgba(43, 176, 53, 0.3) 100%);
  transform: skewX(-40deg);
}
.sp-part1 > h4 span {
  display: block;
  font-family: 'Montserrat-Bold';
  font-size: 90px;
  color: #ffffff;
  transform: skewX(40deg);
}
.sp-part1-imgs {
  width: 943px;
  height: 1139px;
  background: url('/cdn/shop/files/20250103-part1-1.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 35px;
  bottom: 24px;
  animation: Updown 1s infinite alternate;
}
@keyframes Updown {
  from {
    transform: translateY(-15px);
  }
  to {
    transform: translateY(0);
  }
}
.sp-part1-article {
  position: absolute;
  left: 72px;
  top: 452px;
}
.sp-part1-article h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  font-size: 72px;
  color: #006a07;
}
.sp-part1-article h4 i {
  width: 37px;
  height: 54px;
  background: url('/cdn/shop/files/20250103-up.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 11px;
}
.sp-part1-article p {
  font-family: 'Montserrat';
  font-size: 36px;
  color: #006a07;
  line-height: 40px;
}
.sp-part1 > .sp-offs {
  position: absolute;
  right: 74px;
  bottom: 795px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  transform: rotate(-3deg);
}
.sp-part1 > .sp-offs > em {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 183px;
  color: #ffffff;
  line-height: 140px;
  font-style: normal;
}
.sp-part1 > .sp-offs div {
  display: flex;
  flex-direction: column;
}
.sp-part1 > .sp-offs div span {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 91px;
  color: #ffffff;
  line-height: 92px;
}
.sp-part1 > .sp-offs div em {
  font-family: 'AkzidenzGroteskBQ-XBold';
  font-size: 57px;
  color: #ffffff;
  line-height: 46px;
  text-transform: uppercase;
  font-style: normal;
}
@keyframes Updown {
  from {
    transform: translateY(-30px);
  }

  to {
    transform: translateY(0);
  }
}
.sp-part1-btn {
  display: block;
  width: 100%;
  height: 160px;
  background: url('/cdn/shop/files/20250103-btn-bg.png') no-repeat !important;
  background-size: 100% 100% !important;
}
.sp-part1-btn > div {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 54px 0 75px;
  font-size: 90px;
  color: #ffffff;
}
.sp-part1-btn em {
  font-family: 'Montserrat-Bold';
  font-size: 56px;
  color: #ffffff;
  line-height: 60px;
  text-transform: uppercase;
}
.sp-part1-btn span {
  font-family: 'Montserrat-Bold';
  font-size: 57px;
  color: #ffffff;
  text-transform: uppercase;
  animation: beat2 0.5s alternate infinite;
}
/* animation: beat 0.7s ease infinite; */
/* 心脏跳动动画 */
@keyframes beat {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes beat2 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

/*  */
.sp-part2 {
  /* background: #ffd711; */
}
.sp-part2-box {
  min-height: 1486px;
  background: url('/cdn/shop/files/20250103-bg2.jpg') no-repeat;
  background-size: 100% 100%;
  padding: 85px 0 0 0;
  box-sizing: border-box;
}
.sp-part2-gif {
  width: 990px;
  height: 1000px;
  border-radius: 50px;
  margin: 52px auto 0;
}
.sp-part2-gif video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 50px;
}
.sp-part2-box2 {
  width: 1080px;
  height: 1905px;
  background: linear-gradient(0deg, #38a740 0%, #cdefd0 100%);
  padding: 70px 0 0 0;
}
.sp-part2-box2 h4 {
  font-family: 'Montserrat-Bold';
  font-size: 60px;
  color: #464646;
  text-align: center;
  line-height: 48px;
}
.sp-part2-box2 > div {
  width: 1039px;
  height: 1428px;
  background: url('/cdn/shop/files/20250103-part2-1.webp') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 55px auto 47px;
  padding: 35px 0 0 0;
}
.sp-part2-box2 > div > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 143px 0 82px;
}
.sp-part2-box2 > div > ul li span {
  display: inline-block;
  width: 276px;
  height: 64px;
  line-height: 64px;
  background: #464646;
  border-radius: 32px;
  font-family: 'RobotoBold';
  font-size: 48px;
  color: #d4d4d4;
  text-align: center;
  margin-top: 27px;
}
.sp-part2-box2 > div > ul li:last-child span {
  width: 310px;
  height: 78px;
  line-height: 78px;
  background: #2bb035;
  border-radius: 39px;
  font-family: 'RobotoBold';
  font-size: 50px;
  color: #ffffff;
  margin-top: 0;
}
.sp-title h3 {
  font-family: 'Montserrat-Bold';
  font-size: 110px;
  color: #404040;
  line-height: 130px;
  text-align: center;
}
.sp-title h3 span {
  display: inline-block;
  width: 479px;
  height: 110px;
  background: #2bb035;
  border-radius: 20px;
  font-family: 'Montserrat-Bold';
  font-size: 65px;
  color: #ffffff;
  line-height: 110px;
  text-align: center;
  transform: rotate(-5deg);
}
.sp-title h3 span em {
  font-size: 90px;
  font-style: normal;
}
.sp-title > h4 {
  font-family: 'Montserrat-Bold';
  font-size: 90px;
  color: #404040;
  line-height: 90px;
  text-align: center;
}
.sp-title.sp-black > h4 span {
  font-family: 'Montserrat-Bold';
  font-size: 90px;
  color: #404040;
  line-height: 90px;
  text-shadow: 12px 5px 10px #202325;
  text-stroke: 6px #ffffff;
  -webkit-text-stroke: 6px #ffffff;
  position: relative;
}
.sp-title.sp-black > h4 span::before {
  content: attr(data-title);
  position: absolute;
  left: 0px;
  z-index: 3;
  -webkit-text-stroke: 0;
}
.sp-part2-box3 {
  min-height: 1681px;
  background: url('/cdn/shop/files/20250103-bg3.jpg') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 94px;
}
.sp-part2-box3 > img {
  width: 504px;
  height: 424px;
  background: #858585;
  border-radius: 30px;
  border: 6px solid #ffffff;
  position: absolute;
  right: 22px;
  top: 77px;
}
.sp-part2-title {
  position: absolute;
  left: 315px;
  top: 935px;
  text-align: center;
}
.sp-part2-title h4 {
  font-family: 'Montserrat-Bold';
  font-size: 70px;
  color: #ffffff;
}
.sp-part2-title p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
}

.mySwiper .swiper-slide {
  width: 397px;
  height: 420px;
}
.mySwiper .swiper-slide img {
  width: 397px;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
}
.mySwiper .swiper-slide p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 37px;
  color: #2a2a2a;
  line-height: 83px;
  text-align: center;
}
.mySwiper.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(5deg);
  }
}

/*  */
.sp-part3-wraper {
  min-height: 876px;
  background: url('/cdn/shop/files/20250103-bg4.jpg') no-repeat;
  background-size: 100% 101%;
  box-sizing: border-box;
  padding-top: 107px;
}
.sp-part3-wraper h4 {
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  font-size: 78px;
  color: #404040;
  line-height: 59px;
  margin-left: 56px;
}
.sp-part3-wraper ul {
  margin: 69px 0 0 75px;
}
.sp-part3-wraper ul li {
  width: 647px;
  height: 150px;
  background: #2bb035;
  border-radius: 30px;
  margin-bottom: 55px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sp-part3-wraper ul li i {
  position: absolute;
  left: -29px;
  top: 0px;
  transform: rotate(5deg);
}
.sp-part3-wraper ul li i span {
  font-family: 'Montserrat-Bold';
  font-size: 70px;
  color: #2bb035;
  line-height: 12px;
  text-stroke: 8px #ffffff;
  -webkit-text-stroke: 8px #ffffff;
  position: relative;
}
.sp-part3-wraper ul li i span::before {
  content: attr(data-title);
  position: absolute;
  left: 0px;
  z-index: 3;
  -webkit-text-stroke: 0;
}
.sp-part3-wraper ul li p {
  width: 495px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 37px;
  color: #ffffff;
  line-height: 41px;
}
.sp-part3-wraper p img {
  height: 38px;
  width: auto;
  margin-bottom: 15px;
  margin-left: 8px;
}
.sp-part3-wraper p em {
  font-style: normal;
  font-size: 60px;
  font-family: 'RobotoBold';
}
.sp-part3-wraper h5 {
  font-family: 'Roboto-Regular';
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}
.sp-part3-wraper2 {
  padding: 79px 0 0 0;
}
.mySwiper2 {
  margin-top: 55px;
  padding-bottom: 90px !important;
  margin-bottom: 81px;
}
.mySwiper2 .swiper-slide {
  width: 100%;
  height: 828px;
}
.mySwiper2 p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 43px;
  line-height: 77px;
  color: #ffffff;
  text-align: center;
}
.sp-swiper-text {
  position: absolute;
  left: 51px;
  top: 419px;
  width: 723px;
  font-family: 'Roboto-Regular';
  font-size: 36px;
  color: #000000;
  text-align: center;
}
.mySwiper2 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  left: 184px;
  right: 413px;
  top: 665px;
}
.mySwiper2 ul li {
  font-family: 'Roboto-Regular';
  font-size: 30px;
  color: #000000;
}
.mySwiper2 .swiper-pagination-bullet {
  width: 482px;
  height: 20px;
  background: #b6b6b6;
  border-radius: 10px;
  opacity: 1;
}
.mySwiper2 .swiper-pagination-bullet-active {
  background: #2bb035;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 20px;
}
.sp-part3-box {
  min-height: 1301px;
  background: url('/cdn/shop/files/20250103-bg5.jpg') no-repeat;
  background-size: 100% calc(100% + 6px);
  padding-top: 79px;
  margin-top: 80px;
  box-sizing: border-box;
}
.sp-part3-box ul {
  margin: 187px 0 0 99px;
}
.sp-part3-box ul li {
  margin-bottom: 40px;
  font-family: 'Roboto-Regular';
  color: #242424;
  font-size: 42px;
  line-height:55px;
}
.sp-part3-box ul li:last-child {
  margin-bottom: 0;
}
.sp-part3-box ul li span {
  display: block;
  font-family: 'RobotoBold';
  font-size: 48px;
  color: #242424;
}
.sp-public-btn {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 980px;
  height: 164px;
  background: url('/cdn/shop/files/20250103-btn-bg2.png') no-repeat;
  background-size: 100% 100%;
  animation: beat2 0.5s alternate infinite;
}
.sp-public-btn span {
  font-family: 'Montserrat-Bold';
  font-size: 90px;
  color: #ffffff;
  text-transform: uppercase;
}
.sp-part4 {
  min-height: 676px;
  background: url('/cdn/shop/files/20250103-bg6.jpg') no-repeat;
  background-size: 100% calc(100% + 6px);
  background-position: 0 -2px;
  padding: 124px 0 0 0;
}
.sp-part4 > h6 {
  width: 657px;
  font-family: 'Montserrat-ExtraBold';
  font-size: 48px;
  color: #ff0000;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}
.sp-part4 h4 {
  width: 657px;
  text-align: center;
  margin: 27px 0;
  position: relative;
}
.sp-part4 h4 span {
  display: inline-block;
  font-family: 'Montserrat-ExtraBold';
  font-size: 120px;
  color: #ffffff;
  font-style: italic;
  text-stroke: 20px #006a07;
  -webkit-text-stroke: 20px #006a07;
  position: relative;
  text-transform: uppercase;
}
.sp-part4 h4 span::before {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  z-index: 3;
  -webkit-text-stroke: 0;
}
.sp-part4 h4 em {
  font-family: 'Montserrat-ExtraBold';
  font-size: 120px;
  color: #ffffff;
  position: absolute;
  inset: 0;
  font-style: italic;
  z-index: 6;
  text-stroke: 10px #2bb035;
  -webkit-text-stroke: 10px #2bb035;
  text-transform: uppercase;
}
.sp-part4 h4 em::before {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  z-index: 3;
  -webkit-text-stroke: 0;
}
/*  */
.sp-shoppings {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  color: #414141;
  line-height: 54px;
}
.sp-shoppings p {
  font-family: 'RobotoBold';
}
.sp-part6 {
  padding: 61px 25px 69px 39px;
  background: #dbf5e6;
}

.sp-part6-title {
  width: 861px;
  height: 89px;
  background: #38a740;
  margin: 0 auto;
  font-family: 'RobotoBold';
  border-radius: 44px;
  font-size: 56px;
  color: #ffffff;
  line-height: 89px;
  text-align: center;
  margin-bottom: 58px;
}
.sp-product-list-1 {
  margin-top: 34px;
}
.sp-product-list-1 > ul > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 541px;
  background: #ffffff;
  border-radius: 25px;
  margin-bottom: 75px;
}

.sp-product-list-1 > ul > li {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 75px;
  background-color: #ffffff;
  border-radius: 15px;
  height: 541px;
}

.MostPopular {
  position: absolute;
  left: -12px;
  top: -50px;
  width: 430px;
  height: 104px;
  background: url('/cdn/shop/files/20250103-most.png') no-repeat;
  background-size: 100% 100%;
  z-index: 4;
  padding: 0px 0 0 0;
  text-align: center;
}

.MostPopular span {
  font-family: 'RobotoBold';
  font-size: 48px;
  color: #ffffff;
}

.sp-product-list-1 > ul > li:last-child {
  margin-bottom: 0;
}

.sp-product-list-1 > ul > li .sp-product-img {
  position: relative;
  text-align: center;
}

.sp-product-list-1 > ul > li .sp-product-img img {
  width: auto;
  height: 493px;
  text-align: center;
  object-fit: contain;
  vertical-align: middle;
}
.sp-product-list-1 > ul > li:first-child {
  padding-left: 136px;
  text-align: left;
  align-items: center;
}
.sp-product-list-1 > ul > li:first-child .sp-product-img img {
  width: 202px;
  height: 408px;
  margin-top: 25px;
}
.sp-product-list-1 > ul > li:nth-child(2) .sp-product-img {
  padding-left: 20px;
}
.sp-product-list-1 > ul > li:nth-child(2) .sp-product-img img {
  width: 420px;
  height: 314px;
  margin-bottom: 85px;
}
.sp-product-list-1 > ul > li:nth-child(3) .sp-product-img {
  padding-left: 9px;
}
.sp-product-list-1 > ul > li:nth-child(3) .sp-product-img img {
  width: 462px;
  height: 368px;
  margin-bottom: 48px;
}
.sp-product-list-1 > ul > li:nth-child(4) .sp-product-img {
  padding-left: 11px;
}
.sp-product-list-1 > ul > li:nth-child(4) .sp-product-img img {
  width: 474px;
  height: 405px;
  margin-bottom: 37px;
}
.sp-product-list-1 > ul > li .sp-product-img em {
  display: block;
  width: 112px;
  height: 38px;
  line-height: 38px;
  background: #de0909;
  position: absolute;
  bottom: 78px;
  right: 5px;
  font-family: 'RobotoBold';
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
}
.sp-product-list-1 > ul > li .sp-product-img span {
  width: 156px;
  height: 49px;
  background: url('/cdn/shop/files/20250103-tags.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 185px;
  font-size: 36px;
  color: #ffffff;
  line-height: 49px;
  font-family: 'RobotoBold';
}
.sp-product-list-1 > ul > li:nth-child(2) .sp-product-img span {
  top: -87px;
  left: 336px;
}
.sp-product-list-1 > ul > li:nth-child(3) .sp-product-img span {
  top: -79px;
  left: 237px;
}
.sp-product-list-1 > ul > li:nth-child(3) .sp-product-img em {
  right: 15px;
  bottom: 46px;
}
.sp-product-list-1 > ul > li:nth-child(4) .sp-product-img em {
  right: 15px;
  bottom: 26px;
}
.sp-product-list-1 > ul > li:nth-child(4) .sp-product-img span {
  left: 336px;
  top: -56px;
}
.sp-product-rl {
  width: 543px;
  min-height: 541px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 46px 47px 0;
}
.sp-product-rl > h3 {
  font-family: 'RobotoBold';
  font-size: 48px;
  color: #000000;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
}
.sp-frees {
  width: 370px;
  height: 56px;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 15px;
  background: linear-gradient(to bottom, #ca0f0f 0%, #ea2323 100%);
}
.sp-frees img {
  width: 39px;
  height: 30px;
  margin-right: 20px;
}
.sp-product-rl .sp-texts {
  font-size: 36px;
  color: #ff0000;
  font-family: 'RobotoBold';
}

.sp-product-rl .sp-price {
  text-align: center;
  line-height:115px;
}

.sp-product-rl .sp-price span {
  font-family: 'Roboto-Black';
  font-size: 60px;
  color: #ff0000;
  /* margin-top: 12px; */
}

.sp-product-rl .sp-price > span .new {
  font-size: 87px;
  font-family: 'Roboto-Black';
  color: #ff0000;
  margin-left: 6px;
}

.sp-product-rl .sp-price > em {
  font-family: 'Roboto-Black';
  margin-left: 22px;
  font-size: 29px;
  color: #000000;
  opacity: 0.4;
  text-decoration-line: line-through;
  font-style: normal;
}

.sp-product-rl .sp-price > em > em {
  font-style: normal;
}

/* 数字 */
.sp-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 28px 0 7px 0;
}

.sp-alignment {
  width: 371px;
  height: 85px;
  background: #ffffff;
  border-radius: 14px;
  border: 2px solid #000000;
  font-size: 41px;
  color: #202020;
}
.link-btn.mg2 {
  margin-top: -10px;
}
.link-btn {
  width: 452px;
  height: 90px;
  background: #ff871d !important;
  border-radius: 22px;
  margin: 0 auto;
  display: block;
  font-family: 'RobotoBold';
  font-size: 48px;
  color: #ffffff;
  line-height: 96px;
  text-align: center;
  margin-top: 0px;
  border-radius: 22px;
  animation: beat2 0.5s alternate infinite;
}

.link-btn > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.link-btn img {
  width: 14px;
  height: 17px;
  margin-left: 26px;
}

/* 尾部 */
.sp-footer-image img {
  /* width: 1073px; */
  /* height: 98px; */
  margin: 0 auto;
  display: block;
  margin-top: 13px;
}

.sp-footer-ul {
  height: 213px;
  background: #3e3e3e;
    padding: 48px 17px 42px 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.sp-footer-ul li {
  width: 46%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}

.sp-footer-ul li p {
  font-family: 'Roboto-Regular';
  font-size: 37px;
  color: #ffffff;
  line-height: 47px;
}

.sp-footer-ul li:nth-child(2n) {
  width: 53%
}

.sp-footer-ul li:nth-child(3),
.sp-footer-ul li:nth-child(4) {
  margin-bottom: 0;
}

.sp-footer-ul i {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: url('/cdn/shop/files/20250103-foot-1.png') no-repeat;
  background-size: 100% 100%;
}

.sp-icon {
  width: 48px;
  margin-right: 20px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sp-footer-ul i.sp-icon2 {
  width: 48px;
  height: 40px;
  background-image: url('/cdn/shop/files/20250103-foot-2.png');
}

.sp-footer-ul i.sp-icon3 {
  width: 48px;
  height: 47px;
  background-image: url('/cdn/shop/files/20250103-foot-3.png');
}

.sp-footer-ul i.sp-icon4 {
  width: 40px;
  height: 47px;
  background-image: url('/cdn/shop/files/20250103-foot-4.png');
}
.mf-bundle-product {
}
.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-bottom: 0px !important;
}

@media (max-width: 750px) {
  .sp-footer {
    zoom: 0.32;
  }
}