/** Shopify CDN: Minification failed

Line 61:49 Expected ")" to end URL token

**/
@font-face {
  font-family: "RobotoBold";
  src: url("/cdn/shop/files/Roboto-Bold.ttf?v=1717399703");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/cdn/shop/files/Roboto-Medium.ttf?v=1717399703");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/cdn/shop/files/Roboto-Regular.ttf?v=1717399703");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("/cdn/shop/files/Roboto-Black.ttf?v=1724839116");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/cdn/shop/files/Montserrat-Bold.otf?v=1724839115");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Extra Bold";
  src: url("/cdn/shop/files/Montserrat_Extra_Bold.otf?v=1724839115");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ-Bold";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-BOLD.OTF?v=1724839114");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ-Medium";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-MEDIUM.OTF?v=1724839115");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AKZIDENZGROTESK-LIGHT";
  src: url("/cdn/shop/files/AKZIDENZGROTESK-LIGHT.OTF?v=1724839114");
  font-weight: normal;
  font-style: normal;
}
@font-face { font-family: 'Lato-Bold';src:url({{ 'Lato-Bold.ttf' | shoplaza_asset_url}}) format('woff2');}

/*reset*/
html {
    -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/*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;
  }

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;
    overflow-x: hidden;
}

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';
}


.sp-times {
  width: 100%;
  height: 115px;
  background: url('/cdn/shop/files/d4acdeaa653355c49798174dd79d9a06.jpg') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 0 45px;
  box-sizing: border-box;
  margin-left: -1px;
}

.sp-limited p {
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 44px;
  color: #ffffff;
  font-style: italic;
}
.sp-limited h5 {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 32px;
  color: #ffffff;
  line-height: 27px;
}

.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: 17px;
}

.sp-min-box > em {
  background: url('/cdn/shop/files/b50dea930a2b503d1b5f76bb6e0f4f8d.png') no-repeat;
  background-size: 100% 100%;
  width: 95px;
  height: 92px;
  display: inline-block;
  font-family: 'RobotoBold';
  font-size: 76px;
  color: #343434;
  line-height: 92px;
  font-style: normal;
  margin: 0 8px;
  text-align: center;
}

.sp-header {
  width: 100%;
  max-width: 1080px;
  height: 116px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #f9e5c1;
  padding: 0 45px 0 45px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1080px;
  width: 100%;
  z-index: 1000;
}

.sp-header .sp-head-btns {
  width: 382px;
  height: 85px;
  background: #222222;
  border-radius: 39px;
  text-align: center;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 42px;
  color: #ffffff;
  /* animation: bounce-down 1.5s linear infinite; */
}

.sp-header .sp-head-btns > div {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'AkzidenzGroteskBQ-Bold';
  animation: beat2 0.5s alternate infinite;
  padding-top: 6px;
}

.sp-logo {
  font-family: 'RobotoBold';
  font-size: 67px;
  color: #191919;
}

.sp-header-b {
  height: 193px;
  background: url('/cdn/shop/files/d4acdeaa653355c49798174dd79d9a06.jpg') no-repeat;
  background-size: 100% 100%;
  padding-top: 29px;
}

.sp-header-b h4 {
  font-family: 'Roboto-Black';
  font-weight: 900;
  font-size: 72px;
  color: #ffffff;
  line-height: 72px;
  text-align: center;
}

.sp-header-b p {
  font-family: 'Roboto-Black';
  /* font-weight: 900; */
  font-size: 55px;
  color: #ffffff;
  /* line-height: 72px; */
  text-align: center;
}

/*  */
.sp-part1 {
  position: relative;
  min-height: 1418px;
  background: url('/cdn/shop/files/94c57edd7fbcca789db62f2c95060f16.jpg') no-repeat;
  background-size: calc(100% + 2px) calc(100% + 4px);
  background-position: -2px 4px;
  padding: 54px 0 0 0;
  overflow: hidden;
  margin-top: 242px;
  z-index: 1;
}
.sp-part1 > h3 {
  width: 1003px;
  height: 119px;
  margin: 0 auto;
}
.sp-coating {
    width: 386px;
    height: 386px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    right: -29px;
    top: 526px;
  border: 2px solid #fff;
  overflow: hidden;
}
.sp-offs {
  width: 368px;
  height: 1154px;
  position: absolute;
  top: 99px;
  left: 350px;
}
.sp-part1-img {
  width: 290px;
  height: 561px;
  background: url('/cdn/shop/files/92f96d7de288a1402a768439d6478bbc.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 85px;
  top: 294px;
}
.sp-part1-bottom {
  width: 100%;
  height: 1944px;
  background: url('/cdn/shop/files/34a090071a318efabd4c6c7209151204.jpg') no-repeat;
  background-size: calc(100% + 2px) 100%;
  background-position: -2px 0;
  margin-top: -2px;
  margin-bottom: -2px;
  position: relative;
  padding: 95px 0 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-part1-bottom .sp-title {
  padding-right: 54px;
  text-align: right;
}
.sp-part1-bottom .sp-title h4 {
  text-align: right;
}
.sp-part1-bottom .sp-title p {
  text-align: right;
}
.sp-part1-bottom .sp-title > img {
  width: 34px;
  height: 15px;
  margin-top: 73px;
  margin-bottom: 20px;
}
.sp-part1-img2 {
  position: absolute;
  left: 105px;
  bottom: 339px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.sp-part1-img2 > img {
  width: 394px;
  height: 394px;
  margin-right: 10px;
}
.sp-part1-img2 > p {
  font-family: 'Montserrat Extra Bold';
  font-size: 50px;
  color: #ffffff;
  line-height: 65px;
  padding-bottom: 54px;
}
@keyframes Updown {
  from {
    transform: translateY(-15px);
  }

  to {
    transform: translateY(0);
  }
}

/* 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 {
  position: relative;
}
.sp-part2-box {
  width: 100%;
  height: 3016px;
  background: url('/cdn/shop/files/d4d6f81049cb056e8786aa8b6f14677b.jpg') no-repeat;
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-position: -2px -2px;
  box-sizing: border-box;
  margin-top: -1px;
  margin-bottom: -3px;
  padding-top: 115px;
  position: relative;
}
.sp-part2-box ul {
  padding: 0 57px;
  margin-top: 216px;
  margin-bottom: 100px;
}
.sp-part2-box ul li:last-child {
  margin-top: 802px;
  text-align: right;
}
.sp-part2-box ul li h4 {
  position: relative;
  font-family: 'Montserrat Extra Bold';
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.sp-part2-box ul li h4 i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -50px;
  width: 136px;
  height: 99px;
  background: url('/cdn/shop/files/d6c8df2bf64c384612c3051fe070a5d8.png') no-repeat;
  background-size: 100% 100%;
}
.sp-part2-box ul li h4 i.sp-02 {
  left: auto;
  right: 0;
  background-image: url('/cdn/shop/files/93415b6a8f7dbce928675faa9884334e.png');
}
.sp-part2-box ul li p {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 33px;
  color: #e9e9e9;
  line-height: 40px;
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(5deg);
  }
}
.sp-part2-wraper {
  width: 1031px;
  height: 293px;
  background: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 49px;
  position: relative;
  padding-top: 36px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 120px;
}
.sp-part2-wraper > img {
  width: 945px;
  height: 107px;
  margin-top: 41px;
}
.sp-part2-wraper > p {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 33px;
  color: #666666;
  line-height: 38px;
  text-align: center;
}
.sp-part2-wraper > span {
  display: block;
  width: 85px;
  height: 85px;
  background: url('/cdn/shop/files/44b1b32f4af06152a0f5c0c935f1b2a4.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -12px;
  top: -35px;
}
#swiper,
#swiper2 {
  overflow: hidden;
}
#swiper.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
#swiper2.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sp-part2-box2 {
  min-height: 1864px;
  background: url('/cdn/shop/files/3768f9063b992814522367817fa44fbb.jpg') no-repeat;
  background-size: calc(100% + 2px) calc(100% + 4px);
  background-position: -2px -2px;
  padding: 111px 0 87px 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
h4.sp-part2-title {
  font-family: 'Montserrat-Bold';
  font-size: 45px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.sp-part2-box2 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 89px;
  margin-top: 85px;
  margin-bottom: 128px;
}
.sp-part2-box2 ul li img {
  display: block;
  width: 87px;
  height: 87px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.sp-part2-box2 ul li {
  width: 25%;
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 33px;
  color: #ffffff;
  line-height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*  */
.sp-part3-box {
  min-height: 1315px;
  background: url('/cdn/shop/files/77b0fee8148a456d388bde193d8d3823.jpg') no-repeat;
  background-size: calc(100% + 2px) calc(100% + 6px);
  background-position: -1px -4px;
  box-sizing: border-box;
  position: relative;
  padding-top: 98px;
}
.sp-part3-setion {
  width: 476px;
  height: 618px;
  background: #000000;
  border-radius: 30px;
  border: 4px solid #ffffff;
  position: absolute;
  right: 49px;
  bottom: 231px;
  overflow: hidden;
}
.sp-public-btn {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 830px;
  height: 149px;
  background: url('/cdn/shop/files/597333e78cce1fa6122b996458cae730.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
  animation: beat2 0.5s alternate infinite;
}

.sp-public-btn span {
  display: inline-block;
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 70px;
  color: #ffffff;
  text-transform: uppercase;
}

.sp-part3-wraper {
  min-height: 453px;
  background: url('/cdn/shop/files/2818d1d5007b5e60f125e6320b8a05f2.jpg') no-repeat;
  background-size: calc(100% + 2px) calc(100% + 6px);
  background-position: -1px -4px;
  box-sizing: border-box;
  position: relative;
  padding-left: 79px;
}
.sp-part3-wraper > h4 {
  font-family: 'Montserrat-Bold';
  font-size: 45px;
  color: #222222;
  line-height: 45px;
  text-align: center;
  padding-top: 63px;
  position: relative;
}
.sp-part3-wraper > h4::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 34px;
  height: 5px;
  background: #bf1512;
  border-radius: 3px;
}
.sp-part3-wraper > p {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 33px;
  color: #222222;
  line-height: 38px;
  text-align: center;
  margin-top: 31px;
}
.sp-part3-wraper2 {
  min-height: 2527px;
  background: url('/cdn/shop/files/735dfc4d2ba9fabf6244a09efb0d046c.jpg') no-repeat;
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-position: -1px -2px;
  padding-top: 113px;
  padding-bottom: 83px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-part3-wraper2 .sp-title span::before {
  top: 0;
  right: -17px;
}
.sp-part3-gif {
  width: 345px;
  height: 449px;
  background: #000000;
  border-radius: 30px;
  border: 4px solid #ffffff;
  position: absolute;
  left: 69px;
  top: 662px;
  overflow: hidden;
}
h4.sp-part3-title2 {
  font-family: 'Montserrat-Bold';
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 33px;
}
.sp-part3-content {
  width: 1048px;
  height: 525px;
  margin: 0 auto;
  margin-bottom: 100px;
  background: #ffffff;
  border-radius: 15px;
}
.sp-part3-content > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 21px 11px 0 11px;
}
.sp-part3-content > ul li {
  text-align: center;
}
.sp-part3-content > ul li img {
  width: 338px;
  height: 374px;
}
.sp-part3-content > ul span {
  display: block;
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 35px;
  color: #666666;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
}
.sp-part3-img {
  height: 320px;
  position: relative;
  width: 1080px !important;
  overflow: hidden;
}
.sp-part3-img .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.sp-part3-img img {
  width: 1594px;
  height: 320px;
  display: inline-block;
  margin-left: -10px;
}
.sp-part3-wraper3 {
  min-height: 1313px;
  background: url('/cdn/shop/files/558db64a32766d319d368755289dce39.jpg') no-repeat;
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-position: -1px -2px;
  padding-top: 100px;
  padding-bottom: 89px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-part3-wraper3 h4 {
  font-family: 'Montserrat Extra Bold';
  font-size: 72px;
  color: #ffffff;
  text-align: center;
}
.sp-part3-wraper3 ul {
  padding: 0 98px;
}
.sp-part3-wraper3 ul li {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 36px;
  color: #e9e9e9;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  margin-bottom: 48px;
}
.sp-part3-wraper3 ul li:last-child {
  margin-bottom: 0;
}
.sp-part3-wraper3 ul li span {
  width: 50%;
}
.sp-part3-wraper3 ul li em {
  font-style: normal;
  display: inline-block;
  margin-right: 5px;
}
.sp-title h4 {
  font-family: 'Montserrat Extra Bold';
  font-size: 72px;
  color: #ffffff;
  line-height: 85px;
  text-align: center;
  position: relative;
}
.sp-title h4 span {
  position: relative;
}
/* .sp-title h4 span::before {
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  background: url('/cdn/shop/files/20240828-circle.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -12px;
  top: 13px;
} */
.sp-title h5 {
  font-family: 'Montserrat-Bold';
  font-size: 70px;
  color: #ffffff;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
}
.sp-title p {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 36px;
  font-weight: 400;
  color: #e9e9e9;
  line-height: 40px;
  text-align: center;
  margin-top: 43px;
}
.sp-part4 {
  min-height: 231px;
  box-sizing: border-box;
  background: url('/cdn/shop/files/35561911b129e2352ce8c606906ae33c.jpg') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp-part4 > h4 {
  width: 730px;
  text-align: center;
}
.sp-part4 > h4 img {
  width: 642px;
  height: 73px;
}
.sp-part4 > h5 {
  width: 730px;
  text-align: center;
}
.sp-part4 > h5 img {
  width: 547px;
  height: 81px;
}
/*  */
.sp-part6 {
  padding: 90px 40px 34px 40px;
  background: #222222;
}
.sp-part6-title {
  height: 77px;
  margin-bottom: 15px;
  text-align: center;
}
.sp-part6-title img {
  height: 100%;
  width: auto;
}
.sp-product-list > ul > li {
  min-height: 536px;
  background: #ffffff;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 63px;
}
.sp-pro-offs {
  position: absolute;
  left: -46px;
  top: -76px;
  width: 246px;
  height: 150px;
  background: url('/cdn/shop/files/25b1093a1f951467815f860730d54649.png') no-repeat;
  background-size: 100% 100%;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 50px;
  color: #ffffff;
  line-height: 28px;
  box-sizing: border-box;
  padding: 89px 0 0 37px;
  animation: swing1 0.5s ease-in-out infinite;
}
@keyframes swing1 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.sp-pro-offs span {
  display: inline-block;
  transform: rotate(-10deg);
}
.MostPopular {
  position: absolute;
  left: -12px;
  top: -20px;
  width: 331px;
  height: 93px;
  background: url('/cdn/shop/files/47506fa274ce71e91563612b97a7d5e4.png') no-repeat;
  background-size: 100% 100%;
  z-index: 4;
  padding-left: 28px;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
}
.MostPopular.best {
  justify-content: center;
  padding-left: 0;
}
.MostPopular span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 38px;
  color: #ffffff;
  line-height: 24px;
}

.sp-product-list > ul > li:last-child {
  margin-bottom: 0;
}

.sp-product-list > ul > li .sp-product-img {
  position: relative;
  width: 457px;
  text-align: center;
}
.sp-product-img .sp-frees {
  width: 364px;
  height: 96px;
  background: url('/cdn/shop/files/20240824-fly.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 33px;
  bottom: -55px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sp-product-img .sp-frees > span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 37px;
  color: #191919;
  line-height: 36px;
}
.sp-product-list > ul > li .sp-product-img img {
  width: auto;
  text-align: center;
  object-fit: contain;
  vertical-align: middle;
}

.sp-product-list > ul > li:first-child {
  align-items: center;
}

.sp-product-list > ul > li:first-child .sp-product-img img {
  width: 358px;
  height: 405px;
  margin-left: 46px;
}

.sp-product-list > ul > li:nth-child(2) .sp-product-img img {
  width: 409px;
  height: 446px;
  margin-left: 60px;
}
.sp-product-rl {
  width: calc(100% - 457px);
  height: 462px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sp-shoppings {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.sp-shoppings p {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 41px;
  color: #ffffff;
  line-height: 46px;
}

.sp-shoppings img {
  width: 86px;
  height: 40px;
  margin-right: 28px;
}

.sp-product-rl > h3 {
  font-family: 'AkzidenzGroteskBQ-Medium';
  font-size: 50px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
}

.sp-product-rl .sp-texts {
  font-size: 36px;
  color: #ff0000;
  font-family: 'RobotoBold';
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sp-product-rl .sp-price {
  text-align: center;
  margin-top: 32px;
}
.sp-product-rl .sp-price > span {
  margin-right: 13px;
}
.sp-product-rl .sp-price span {
  font-family: 'RobotoBold';
  font-size: 75px;
  color: #E60E0E;
  display: inline-block;
  line-height: 30px;
}

.sp-product-rl .sp-price > span .new {
  font-family: 'RobotoBold';
  font-size: 75px;
  color: #E60E0E;
  display: inline-block;
  line-height: 60px;
}

.sp-product-rl .sp-price > em {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 42px;
  color: #aaaaaa;
  text-decoration-line: line-through;
  font-style: normal;
}

.sp-product-rl .sp-price > em > em {
  font-style: normal;
}
.sp-pro-texts {
  font-family: 'RobotoBold';
  font-size: 55px;
  color: #E60E0E;
  line-height: 74px;
  text-align: center;
  margin-top: 5px;
}
.black{
  color: #222222 !important;
}
.black .new{
  color: #222222 !important;
}
/* 数字 */
.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 {
  width: 436px;
  height: 122px;
  background: url('/cdn/shop/files/3430ebb990d87820f07af0ef633f3233.png') no-repeat !important;
  background-size: 100% 100% !important;
  margin: 0 auto;
  display: block;
  font-family: 'AkzidenzGroteskBQ-Bold';
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  margin-top: 18px;
  border-radius: 22px;
  animation: beat2 0.5s alternate infinite;
  /* animation: bounce-down 1.5s linear infinite; */
}

.link-btn > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 106px;
      padding-top: 11px;
}

.link-btn img {
  width: 18px;
  height: 30px;
  margin-left: 25px;
}

/* 尾部 */
.sp-footer {
  background: #222222;
  padding-top: 50px;
}
.sp-footer-image {
  width: 1021px;
  height: 105px;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sp-footer-image img {
  width: 1017px;
  /* height: 92px; */
}
.sp-footer-ul {
  height: 235px;
  padding: 0 57px;
  padding-top: 48px;
  padding-bottom: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.sp-footer-ul li {
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 38px;
  color: #ffffff;
  font-family: 'Roboto-Regular';
  margin-bottom: 24px;
}
.sp-footer-ul li p {
  font-family: 'Roboto-Regular';
}
.sp-footer-ul li:nth-child(2n) {
  width: 40%;
}

.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/13d80d1c507e181f25de13d124b9b64e.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/47e9bd739f77487a249a565cd71949e8.png');
}

.sp-footer-ul i.sp-icon3 {
  width: 48px;
  height: 47px;
  background-image: url('/cdn/shop/files/ed7b74fdb8c2ce4a89901a1c34c2e7d4.png');
}

.sp-footer-ul i.sp-icon4 {
  width: 40px;
  height: 47px;
  background-image: url('/cdn/shop/files/fc57629896fa5ec437a99f20f856b5d1.png');
}

@keyframes bounce-down {
  25% {
    transform: translateY(-10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
}


.product-part {
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 30px 20px 0px;
}

.product-part .sp-img-wrap {
  width: 100%;
  height: 668px;
  background: url("https://cdn.shopify.com/s/files/1/0578/2539/4736/files/20250725-pro-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 8px 8px 0;
  box-sizing: border-box;
}

.product-part .sp-img-box {
  width: 100%;
  height: 579px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-part .sp-free {
  position: absolute;
  top: 35px;
  left: 175px;
  width: 286px;
  height: 292px;
  background: url("https://cdn.shopify.com/s/files/1/0578/2539/4736/files/20250725-free.png") no-repeat;
  background-size: 100% 100%;
  font-family: Poppins-SemiBold;
      font-size: 29px;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
        padding: 57px 0 0 6px;
}

.product-part .sp-img-p {
  height: 580px;
}

.product-part .sp-row1 {
  position: absolute;
  bottom: 0;
  height: 84px;
  left: 32px;
  display: flex;
  align-items: center;
}

.product-part .sp-t1 {
  font-family: "Roboto-Black";
  font-size: 40px;
  color: #ffffff;
  font-style: italic;
}

.product-part .sp-line {
  width: 2px;
  height: 34px;
  background: #ffffff;
  margin: 0 15px;
}

.product-part .sp-wrap {
  width: 153px;
  height: 15px;
  background: linear-gradient(90deg, #fff346, #ecddcf);
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
}

.product-part .sp-wrap .sp-icon-s {
  width: 41px;
  position: absolute;
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.product-part .sp-t2 {
  font-family: "Roboto";
  font-size: 30px;
  color: #ffffff;
  width: 180px;
}

.product-part .sp-clock-s {
  width: 205px;
  height: 56px;
  background: #f9ea14;
  border-radius: 5px;
  font-size: 35px;
  color: #000000;
  font-family: "Roboto";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
}

.product-part .sp-padding {
  padding: 0 8px;
  box-sizing: border-box;
}

.product-part .option-title {
  font-size: 34px;
  color: #696969;
  line-height: 1;
  margin: 40px 0px 10px;
  padding-left: 12px;
}

.product-part .opt-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  /* justify-content: center; */
}

.product-part .sp-option {
  /* width: 1010px; */
  padding: 0px 30px;
  height: 76px;
  background: #F2F2F2;
  border-radius: 20px;
  border: 1px solid #C2C2C2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-family: Roboto-Medium;
  font-size: 35px;
  color: #595959;
  gap: 30px;
}

.product-part .sp-option.active {
  background: #FF9813;
  border-color: #FF9813;
  color: #fff;
}

.product-part .sp-hot {
  position: absolute;
  top: -32px;
  right: 5px;
  width: 77px;
}

.product-part .price-group {
  line-height: 1;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 43px;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.price-group .price2 {
  text-decoration: line-through;
}

.sp-relative {
    position: relative;
}

.product-part .price1 {
  font-family: "Roboto-Black";
  font-size: 83px;
  color: #d70000;
}

.product-part .price2 {
  font-family: "Roboto-Black";
  font-size: 50px;
  color: #999999;
  margin-left: 24px;
}

.product-part .sp-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transform: translateY(14px);
}

.product-part .sp-row img {
  height: 92px;
  width: auto;
}

.product-part .sp-row p {
  font-family: 'Roboto-Black';
  font-size: 34px;
  color: #ffffff;
  width: 214px;
  height: 55px;
  line-height: 60px;
  background: #d33100;
  margin-left: -50px;
  z-index: -1;
  text-align: center;
  padding-left: 20px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 20px;
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 14px;
}

.product-part .addCart {
  width: 557px;
  height: 112px;
  background: #FFF1DB;
  border-radius: 20px;
  box-sizing: border-box;
  font-family: 'Roboto-Black';
  font-size: 45px;
  display: flex;
  align-items: center;
  color: #1A1A1A;
  gap: 25px;
      padding-left: 60px;
    line-height: 46px;
}

.product-part .addCart .sp-icon {
  width: 58px;
  height: 50px;
}

.product-part .sp-btn-style {
  width: 1027px;
  height: 143px;
  background: linear-gradient(5deg, #DB0000, #FF3000);
  border-radius: 30px;
  cursor: pointer;
  margin: 44px auto 60px;
  font-family: Poppins;
  font-size: 60px;
  color: #FFFFFF;
  animation: skip 4s infinite;
  text-align: center;
    font-size: 60px;
line-height: 140px;
}

.addGroup {
  width: 427px;
  height: 111px;
  border-radius: 20px;
  border: 4px solid #BFBFBF;
  font-family: "Roboto-Medium";
  font-size: 50px;
  color: #000000;
  padding: 0px 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto";
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding: 5px;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 225px;
  height: 100%;
  background: #fff;
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 38px;
  color: #000000;
  line-height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.sp-nav5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  font-family: "Poppins-SemiBold";
  font-size: 42px;
  color: #141414;
}

.sp-nav5 img {
  width: 98px;
}

.sp-tip5 {
  font-size: 36px;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Roboto-Medium";
  margin-bottom: 32px;
  margin-top: 50px;
}

.sp-tip5 img {
  width: 37px;
  /* transform: translateY(-5px); */
}

.sp-tip5 .sp-span {
  color: #d81e06;
}


.sp-header-top {
  width: 100%;
  height: 132px;
  position: fixed;
  top: 115px;
  z-index: 11;
  max-width: 1080px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-header-top .text {
  width: 300px;
  margin-left: 50px;
}

.sp-header-top .btn {
  width: 382px;
  height: 94px;
  background: #DA0000;
  border-radius: 39px;
  font-family: Poppins;
  font-size: 42px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  animation: skip 4s infinite;
}

.sp-header-top .sp-logo {
  width: 300px;
  height: auto;
  display: flex;
}

.sp-header-top .sp-cart {
  margin-right: 56px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sp-header-top .sp-cart .num {
  width: 50px;
  height: 50px;
  background: #8A8A8A;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -12px;
  font-family: Roboto-Medium;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}

.sp-header-top .sp-cart .num.sp-gray {
  background-color: #e21818;
}

.sp-cart .icon {
  width: 74px;
  height: 66px;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
}