/** Shopify CDN: Minification failed

Line 17:13 Expected ")" to end URL token
Line 25:14 Expected ")" to end URL token
Line 30:13 Expected ")" to end URL token
Line 35:13 Expected ")" to end URL token
Line 40:13 Expected ")" to end URL token
Line 46:14 Expected ")" to end URL token
Line 51:16 Expected ")" to end URL token
Line 56:16 Expected ")" to end URL token

**/

    @font-face {
  font-family: 'RobotoBold';
  /* src: url('https://cdn.shopify.com/s/files/1/0782/0984/3503/files/Roboto-Bold.ttf'); */
  src:url({{ 'Roboto-Bold.ttf' | shoplaza_asset_url}}) format('woff2');
}
.dj_skin_header_logo,#shoplaza-section-header,.product-info__desc-tab,.back_top,.tw-bg-header{
  display:none !important;
}
@font-face {
  font-family: 'Roboto-Medium';
  /* src: url('https://cdn.shopify.com/s/files/1/0782/0984/3503/files/Roboto-Medium.ttf'); */
   src:url({{ 'Roboto-Medium.ttf' | shoplaza_asset_url}}) format('woff2');
}
@font-face {
  font-family: 'Roboto-Regular';
  /* src: url('https://cdn.shopify.com/s/files/1/0782/0984/3503/files/Roboto-Regular.ttf'); */
  src:url({{ 'Roboto-Regular.ttf' | shoplaza_asset_url}}) format('woff2');
}
@font-face {
  font-family: 'Roboto-Black';
  /* src: url('https://cdn.shopify.com/s/files/1/0782/0984/3503/files/Roboto-Black.ttf'); */
  src:url({{ 'Roboto-Black.ttf' | shoplaza_asset_url}}) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Bold';
  /* src: url('https://cdn.shopify.com/s/files/1/0782/0984/3503/files/Montserrat-Bold.ttf'); */
  src:url({{ 'Montserrat-Bold.ttf' | shoplaza_asset_url}}) format('woff2');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  /* src: url('https://cdn.shopify.com/s/files/1/0782/0984/3503/files/Montserrat-SemiBold.ttf'); */
   src:url({{ 'Montserrat-SemiBold.ttf' | shoplaza_asset_url}}) format('woff2');
}
@font-face {
  font-family: 'Lato';
  /* src: url('https://cdn.shopify.com/s/files/1/0782/0984/3503/files/Lato-Medium.ttf'); */
     src:url({{ 'Lato-Medium.ttf' | shoplaza_asset_url}}) format('woff2');
}
@font-face{
  font-family: 'impact';
  src:url('https://cdn.shopify.com/s/files/1/0782/0984/3503/files/impact.ttf');
     src:url({{ 'impact.ttf' | shoplaza_asset_url}}) format('woff2');
}
/*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;
}

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-Medium';
}

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;
  line-height: initial;
}

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-Medium';
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.footer-copyright img{
  width: initial;
  height: initial;
}

.sp-times {
  width: 100%;
  height: 115px;
  background: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
  margin-left: -1px;
}

.sp-limited p {
  font-family: 'Montserrat-Bold';
  font-size: 46px;
  color: #ffffff;
}

.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: 'RobotoBold';
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  left: -50px;
  top: 0;
}
.sp-number {
  margin: 20px 0 22px 0;
}
.sp-alignment {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 54px;
  color: #000000;
}
.sp-min-box > em {
  background: url('https://cdn.shoplazza.com/4a7c63ecde087169a0b1398eda1d788c.png') no-repeat;
  background-size: 100% 100%;
  width: 97px;
  height: 92px;
  display: inline-block;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 52px;
  color: #191919;
  line-height: 92px;
  font-style: normal;
  margin: 0 8px;
  text-align: center;
}

.sp-header {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #f9e5c1;
  padding: 24px 60px 24px 50px;
  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: 358px;
  height: 86px;
  background: #003bbd;
  border-radius: 20px;
  text-align: center;
  font-family: 'RobotoBold';
      font-size: 38px;
    line-height: 42px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  animation: beat2 0.5s alternate infinite;
  text-transform: uppercase;
}

.sp-flex-x {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sp-cart {
  width: 89px;
  height: 86px;
  background: url('https://cdn.shoplazza.com/4fde9f21b9dad1cbf91510df54c48a65.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.sp-cart .icon {
  width: 56px;
}

.sp-cart .num {
  width: 28px;
  height: 28px;
  background: #f24a00;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: -12px;
  top: -6px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-family: 'RobotoBold';
  font-size: 22px;
  color: #ffffff;
}

.sp-logo {
  font-family: 'RobotoBold';
  font-size: 70px;
  color: #000000;
  height: 86px;
  display: flex;
  align-items: center;
}

/*  */
.sp-part1 {
  position: relative;
  min-height: 1474px;
  background: url('https://cdn.shoplazza.com/fdb311698fa936dddcb4df207932603e.webp') no-repeat;
  background-size: 100% 100%;
  padding: 83px 0 0 0;
  margin-top: 248px;
  box-sizing: border-box;
  margin-bottom: 58px;
}

.sp-part1 > p {
  font-family: 'impact';
  font-weight: 400;
  font-size: 60px;
  color: #1b3d86;
  line-height: 78px;
  font-style: italic;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin-left: 20px;
  box-sizing: border-box;
}
.sp-part1 > p::before {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff 75%, #ababab 99.6337890625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 3;
  -webkit-text-stroke: 0;
}
.sp-part1 > p::after {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  text-shadow: 0px 8px 8px rgba(0, 18, 56, 0.43);
  z-index: 0;
  -webkit-text-stroke: 0;
}
.sp-part1-lines {
  width: 709px;
  height: 26px;
  background: url('https://cdn.shoplazza.com/8d170fe53bccbd71b3ceed764d8011d9.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 29px 0 13px 25px;
}
.sp-part1-imgs {
  width: 1034px;
  height: 501px;
  position: absolute;
  left: 46px;
  top: 694px;
  z-index: 3;
}
.sp-part1-img2 {
  width: 405px;
  height: 745px;
  position: absolute;
  left: 0;
  bottom: -29px;
  z-index: 4;
}
.sp-part1-gifs {
  width: 456px;
  height: 450px;
  border-radius: 50%;
  position: absolute;
  left: 55px;
  top: 411px;
  overflow: hidden;
}
@keyframes Updown {
  from {
    transform: translateY(-15px);
  }

  to {
    transform: translateY(0);
  }
}

/*  */
.sp-part1-bottom {
  width: 100%;
  height: 502px;
  position: absolute;
  bottom: -58px;
  left: 0;
  z-index: 3;
  background: url('https://cdn.shoplazza.com/ead0b0d91fba8b34ea730f287509b1d7.png') no-repeat;
  background-size: calc(100% + 15px) calc(100% + 12px);
  background-position: -10px 0;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.sp-part1-tags {
  width: 268px;
  height: 91px;
  background: url('https://cdn.shoplazza.com/25c80b59853dc1b68fdccb12ef4e7422.png') no-repeat;
  background-size: 100% 100%;
  padding-left: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 394px;
  bottom: 208px;
  font-family: 'Roboto-Medium';
  font-weight: 500;
      font-size: 40px;
  color: #ffffff;
  line-height: 91px;
}

.sp-part1-texts {
  position: absolute;
  right: 42px;
  bottom: 185px;
  font-family: 'Montserrat-SemiBold';
  font-size: 160px;
  color: #ffc604;
  line-height: 73px;
  text-shadow: 5px 5px 7px rgba(27, 27, 27, 0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sp-part1-texts > div {
  display: flex;
  flex-direction: column;
  margin-left: 31px;
}

.sp-part1-texts span {
  font-style: normal;
  font-family: 'Montserrat-SemiBold';
  font-size: 70px;
  color: #fec305;
  line-height: 73px;
  text-shadow: 5px 5px 7px rgba(27, 27, 27, 0.25);
}

.sp-part1-texts em {
  font-style: normal;
  font-family: 'Montserrat-SemiBold';
  font-size: 60px;
  color: #fec305;
  line-height: 73px;
  text-shadow: 5px 5px 7px rgba(27, 27, 27, 0.25);
}

.sp-part1-btn {
  position: absolute;
  right: 53px;
  bottom: 42px;
  width: 554px;
  height: 116px;
  line-height: 116px;
  background: linear-gradient(180deg, #ffb502, #ff6d00);
  border-radius: 58px;
  box-sizing: border-box;
  animation: beat 0.7s alternate infinite;
  text-align: center;
}

.sp-part1-btn span {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
}

/* animation: beat 0.7s ease infinite; */
/* 心脏跳动动画 */
@keyframes beat {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes beat2 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

/*  */
.sp-part2-box {
  min-height: 2083px;
  background: #e8eaef;
  padding: 61px 0 0 0;
  position: relative;
  box-sizing: border-box;
}

.sp-part2-box > ul {
  width: 1015px;
  height: 347px;
  background: #ffffff;
  box-shadow: 0px 8px 13px 0px rgba(52, 52, 52, 0.17);
  border-radius: 51px;
  border: 2px solid #ffffff;
  margin: 0 auto 54px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sp-part2-box > ul li {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.sp-part2-box > ul li img {
  width: 105px;
  height: 84px;
  object-fit: contain;
  vertical-align: middle;
}
.sp-part2-box > ul li span {
  font-family: 'Roboto-Regular';
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  margin-top: 26px;
}
.sp-part2-wraper {
  width: 1038px;
  height: 1372px;
  background: url('https://cdn.shoplazza.com/8de0615e69820a1bd054a1d287c1959e.webp') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  margin: 54px auto 0;
  padding: 819px 0 0 0;
}
.sp-part2-wraper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp-part2-wraper ul li {
  width: calc(50% - 18px);
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 38px;
  color: #ffffff;
  line-height: 101px;
  height: 101px;
  text-align: center;
}
.sp-part2-wraper ul li:nth-child(n + 3) {
  margin-top: 350px;
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(5deg);
  }
}

.sp-part2-box2 {
  padding: 94px 0 0 0;
  box-sizing: border-box;
  position: relative;
  min-height: 1170px;
  background: url('https://cdn.shoplazza.com/9d4696b452a3100a136f4d8009500794.webp') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.sp-part2-box2 > img {
  width: 490px;
  height: 930px;
  position: absolute;
  left: 0;
  top: 125px;
  z-index: 4;
}

.sp-part2-content {
  width: 797px;
  height: 504px;
  background: #ffffff;
  box-shadow: 0px 7px 3px 0px rgba(0, 12, 36, 0.55);
  border-radius: 20px;
  position: absolute;
  left: 187px;
  top: 408px;
  padding: 0 0 0 243px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp-part2-content li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 27px;
}
.sp-part2-content li:last-child {
  margin-bottom: 0;
}
.sp-part2-content i {
  display: inline-block;
  width: 55px;
      min-width: 55px;
  height: 55px;
  background: url('https://cdn.shoplazza.com/5203df6a42970c4c553183c2de190179.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 36px;
}

.sp-part2-content li span {
  font-family: 'Roboto-Regular';
  font-size: 38px;
  color: #000000;
  line-height: 53px;
}
.sp-part2-box3 {
  min-height: 1014px;
  background: linear-gradient(to right, #dee1e8, #ffffff);
}
.sp-part2-box3 > ul {
  width: 1029px;
  height: 872px;
  background: url('https://cdn.shoplazza.com/0a122ecf2ea0eb81fecb94abc782ac15.webp') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  margin: -77px auto 63px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sp-part2-box3 > ul li {
  width: calc(50% - 8px);
  font-family: 'RobotoBold';
  font-size: 50px;
  color: #ffffff;
  text-align: center;
}
.sp-part2-box3 > ul li span {
  display: inline-block;
  height: 94px;
  line-height: 94px;
}
.sp-part2-box4 {
  width: 100%;
  min-height: 1651px;
  background: url('https://cdn.shoplazza.com/a834d07cc808fff5fa1e96bdd14ae596.webp') no-repeat;
  background-size: 100% 1214px;
  background-color: #ffffff;
  padding: 45px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.sp-part2-imgs {
  position: absolute;
  left: 67px;
  top: 214px;
}
.sp-part2-imgs img {
  width: 282px;
  height: 282px;
}
.sp-part2-imgs span {
  display: block;
  width: 299px;
  height: 83px;
  background: #1b3d86;
  border-radius: 42px;
  line-height: 83px;
  text-align: center;
  margin-top: 11px;
  font-family: 'RobotoBold';
  font-size: 57px;
  color: #ffffff;
}
.sp-part2-imgs2 {
  width: 1063px;
  height: 518px;
  background: url('https://cdn.shoplazza.com/180d0d00eba6fcc2a263afc19c9a1369.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  left: calc(50% + 7px);
  transform: translateX(-50%);
}
/*  */
.sp-part3-box {
  min-height: 1800px;
  position: relative;
  background: url('https://cdn.shoplazza.com/b5f9b45eef7a101fc255909bbbc26501.webp') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding: 86px 0 0 0;
  margin-bottom: 65px;
}

.sp-part3-box > img {
  height: 1104px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sp-part3-content {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  bottom: 50px;
  display: flex;
  flex-direction: row;
}

.sp-part3-content li {
  width: 33.3%;
  font-family: 'Roboto-Regular';
  font-size: 31px;
  color: #000000;
  line-height: 43px;
  text-align: center;
}

.sp-white.sp-title h4,
.sp-white.sp-title p {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.sp-title h4 {
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  font-size: 68px;
  color: #002557;
  line-height: 80px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
      padding: 0 20px;
}

.sp-title p {
  font-family: 'Roboto-Regular';
  font-weight: 400;
  font-size: 40px;
  color: #ffffff;
  margin-top: 21px;
  text-align: center;
}

.sp-public-btn {
  margin: 0 auto;
  width: 892px;
  height: 160px;
  line-height: 140px;
  background: url('https://cdn.shoplazza.com/aef1071ced276dbca9d5555b70889e32.png') no-repeat;
  background-size: 100% 100%;
  animation: beat2 0.5s alternate infinite;
  text-align: center;
}

.sp-public-btn span {
  font-family: 'Roboto-Black';
  font-size: 68px;
  color: #fefeff;
}

.sp-part3-wraper {
  min-height: 1207px;
  box-sizing: border-box;
  position: relative;
  margin: 59px 0 77px 0;
  background: url('https://cdn.shoplazza.com/5f731437a4f9e3e4dbd37023c90ca04d.webp') no-repeat;
  background-size: 100% 100%;
}

.sp-part3-wraper2 {
}
.sp-part3-wraper2 .sp-title p {
  font-family: 'Roboto-Regular';
  font-size: 40px;
  color: #000000;
  line-height: 43px;
  opacity: 0.8;
  margin-top: 32px;
}
.sp-part3-boxs {
  width: 1034px;
  height: 767px;
  margin: 73px 0 34px 14px;
  background: url('https://cdn.shoplazza.com/68a32bc50c811a93114bf06fcba4db10.webp') no-repeat;
  background-size: 100% 655px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 281px 0 0 0;
}

.sp-part3-boxs li {
  width: calc(50% - 30px);
  padding-left: 20px;
  height: 112px;
  font-family: 'Roboto-Regular';
  font-size: 32px;
  color: #000000;
  line-height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.sp-part3-boxs li:nth-child(n + 3) {
  margin-top: 255px;
}

.sp-part3-boxs img {
  position: absolute;
  right: 0;
  top: -44px;
  height: 434px;
  width: 459px;
}

.sp-part4 {
  height: 1335px;
  background: url('https://cdn.shoplazza.com/db8cc920c2ac83dae9b3d71f5636ec64.webp') no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 85px;
  box-sizing: border-box;
}

.sp-part4 > img {
  width: 708px;
  height: auto;
  margin-left: 165px;
  margin-top: 78px;
}

.sp-part4-boxs {
  width: 979px;
  height: 784px;
  background: #ffffff;
  border-radius: 20px;
  margin: -141px auto 0;
  box-sizing: border-box;
  padding: 154px 0 0 64px;
}
.sp-part4-boxs li {
  font-family: 'Roboto-Regular';
  font-size: 40px;
  color: #000000;
  line-height: 68px;
}
/*  */
.sp-part5-bottom {
  height: 296px;
  background: url('https://cdn.shoplazza.com/5f618758f6d7303041a97d5441b7a7b1.png') no-repeat;
  background-size: 100% 100%;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: -4px;
  margin-bottom: -2px;
}

.sp-part5-bottom > img {
  width: 220px;
  height: 219px;
  margin-right: 43px;
}

.sp-part5-bottom h4 {
  font-family: 'RobotoBold';
  font-size: 58px;
  color: #ffffff;
  line-height: 66px;
  font-style: italic;
  margin-bottom: 11px;
}

.sp-part5-bottom p {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 35px;
  color: #ffffff;
  line-height: 44px;
  opacity: 0.9;
}

/*  */
.sp-part6 {
  padding: 55px 0 0 0;
  background: url('https://cdn.shoplazza.com/11c91ed76e27f4dd9e1c49bf1fc6cdb4.webp') no-repeat;
  background-size: 100% calc(100% + 3px);
  box-sizing: border-box;
}

.sp-part6 > h3 {
  font-family: 'RobotoBold';
  font-style: italic;
  font-size: 71px;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
  margin-bottom: 59px;
}

.sp-part6 > h3 span {
  color: #ff7302;
}

.sp-part6-title {
  height: 72px;
  margin-bottom: 13px;
}

.sp-product-list {
  margin: 0 38px;
}

.sp-product-list > ul > li {
  width: 1001px;
  height: 498px;
  background: #ffffff;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 43px;
}

.sp-pro-offs {
  position: absolute;
  left: -41px;
  top: -58px;
  width: 243px;
  height: 150px;
  background: url('https://cdn.shoplazza.com/fe9816293168dc3e46c882f9c3f46235.png') no-repeat;
  background-size: 100% 100%;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 45px;
  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: -11px;
  top: -19px;
  width: 352px;
  height: 95px;
  background: url('https://cdn.shoplazza.com/7b829b4d2cb9668b9fe952f0202d5589.png') no-repeat;
  background-size: 100% 100%;
  z-index: 4;
  padding-top: 15px;
  padding-left: 18px;
  box-sizing: border-box;
}
.MostPopular.best{
  padding-left: 54px;
}
.MostPopular span {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 34px;
  color: #ffffff;
  letter-spacing: 2px;
}

.sp-product-list > ul > li:last-child {
  margin-bottom: 0;
}

.sp-product-list > ul > li .sp-product-img {
  position: relative;
  width: 418px;
  height: 498px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sp-product-list > ul > li .sp-product-img.sp-pro1 img {
  width: 127px;
  height: 326px;
  margin-top: 56px;
}
.sp-product-list > ul > li .sp-product-img.sp-pro2 img {
  width: 267px;
  height: 327px;
  margin-top: 68px;
}
.sp-product-list > ul > li .sp-product-img.sp-pro3 img {
  width: 381px;
  height: 347px;
  margin-top: 76px;
  margin-left: 46px;
}
.sp-product-list > ul > li .sp-product-img > img {
  text-align: center;
  object-fit: contain;
  vertical-align: middle;
}

.sp-product-rl {
  width: calc(100% - 368px);
  height: 498px;
  /* padding-right: 79px; */
  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-bottom: 40px;
}

.sp-shoppings p {
  font-family: 'Montserrat-Bold';
  font-size: 45px;
  color: #ffffff;
  line-height: 46px;
}

.sp-shoppings img {
  width: 94px;
  height: 46px;
  margin-right: 28px;
}

.sp-product-rl > h3 {
  font-family: 'RobotoBold';
  font-size: 68px;
  color: #252525;
  text-align: center;
  line-height: 65px;
}

.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: 79px;
  color: #ff0000;
  line-height: 74px;
  height: 74px;
}

.sp-product-rl .sp-price > span .new {
  font-family: 'RobotoBold';
}

.sp-product-rl .sp-price > em {
  font-family: 'Roboto-Regular';
  font-size: 37px;
  color: #272727;
  line-height: 67px;
  text-decoration-line: line-through;
  opacity: 0.7;
  height: 35px;
  line-height: 35px;
  font-style: normal;
}

.sp-product-rl .sp-price > em > em {
  font-style: normal;
}

.sp-pro-texts {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 60px;
  color: #000000;
  line-height: 57px;
  text-align: center;
  margin: 29px 0;
}
.sp-pro-texts span{
  color: #e60e0e;
}
.link-btn {
  width: 421px;
  height: 107px;
  line-height: 107px;
  background: #215ef7 !important;
  border-radius: 15px;
  font-family: 'RobotoBold';
  font-size: 52px;
  color: #ffffff;
  display: block;
  box-sizing: border-box;
  animation: beat 0.5s alternate infinite;
  text-align: center;
}

.link-btn span {
  display: inline-block;
  font-family: 'RobotoBold';
  font-size: 35px;
  color: #ffffff;
}

.addGroup {
  width: 423px;
  height: 105px;
  border-radius: 15px;
  border: 4px solid rgba(0, 0, 0, 0.3);
  font-family: 'Roboto-Medium';
  font-size: 42px;
  color: #000000;
  padding: 0px 28px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto-Bold';
  margin: 20px 0 10px 0;
}

.addGroup .reduce,
.addGroup .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: 208px;
  height: 100%;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 54px;
  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-pro-img {
  width:94%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sp-pro-img img{
  background: #fff;
}
.sp-stars-box {
  height: 90px;
  background: #ec5d01;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sp-stars-box img {
  width: 68px;
  height: 65px;
  margin-right: 21px;
}

.sp-footer-ul {
  height: 235px;
  padding: 0 88px;
  padding-top: 48px;
  padding-bottom: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.sp-footer-ul li {
  width: 51%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 37px;
  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: 47%;
}

.sp-footer-ul li:nth-child(3),
.sp-footer-ul li:nth-child(4) {
  margin-bottom: 0;
}

.sp-footer-ul i.sp-icon1 {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url('https://cdn.shoplazza.com/0ec8aa5b8bd435efe3c5c9c80bee10fc.png') no-repeat;
  background-size: 100% 100%;
}

.sp-icon {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sp-icon i {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sp-footer-ul i.sp-icon2 {
  width: 46px;
  height: 35px;
  background-image: url('https://cdn.shoplazza.com/918c833a8bd6f63617f83e097aea26d0.png');
}

.sp-footer-ul i.sp-icon3 {
  width: 47px;
  height: 47px;
  background-image: url('https://cdn.shoplazza.com/c576a09145e47e11e80077565d241ac3.png');
}

.sp-footer-ul i.sp-icon4 {
  width: 39px;
  height: 44px;
  background-image: url('https://cdn.shoplazza.com/142ab4a779fbfaf8da78764f36dffa8c.png');
}

.app-embed-plus-component-bundler-shadow{
  zoom: 2.4;
}

#mf-bundle-product{
  margin: 20px 20px 0 20px !important;
}

product-recommendations {
    display: none !important;
}