/** Shopify CDN: Minification failed

Line 2053:41 Unexpected "{"

**/
@font-face {
  /* 重命名字体名 */
  font-family: "Roboto";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Bold";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Medium";
  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Medium";

  /* 引入字体 */
  src: url("/cdn/shop/files/Poppins-Medium.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/cdn/shop/files/Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Bold";

  /* 引入字体 */
  src: url("/cdn/shop/files/Poppins-Bold.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Roboto-Black";

  /* 引入字体 */
  src: url("/cdn/shop/files/Roboto-Black.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Regular";
  src: url("/cdn/shop/files/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-ExtraBold";

  src: url("/cdn/shop/files/Poppins-ExtraBold.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FredokaOne-Regular";

  src: url("/cdn/shop/files/FREDOKAONE-REGULAR_48848a72-072d-41fb-bf01-37cc2dc2ff32.TTF?v=1766040751");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Poppins-Light";
  src: url("/cdn/shop/files/Poppins-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

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;
  -ms-text-size-adjust: auto !important;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  user-select: none;
}

input,
img {
  border: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}
#root {
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}
.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-ww {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.sp-fixed {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  animation: stuckMoveDown 0.6s;
  z-index: 10;
}
.sp-fixed .sp_header-content {
  background-color: #fff;
  top: 0px;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}
.sp_header-top {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  top: 0px;
}
.sp_header-top .sp-p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ff8a1e;
}
.sp_header-wrap {
  position: relative;
}

.sp_header-content {
  width: 100%;
  height: 100px;
  background: #fffbf7;
  padding: 0 60px 0 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.sp_header-content ul {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 35px;
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #000000;
}
.sp_header-content ul span {
  padding: 0 5px;
  height: 18px;
  background: #d72b2b;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  vertical-align: middle;
}
.sp_header-content ul li:hover {
  color: #ff8a1e;
}
.sp_header-content .sp-logo {
  width: 91px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sp-cart {
  width: 36px;
  /* height: 36px;
  border-radius: 4px;
  border: 2px solid #4e4e4e; */
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.sp-cart .sp-icon {
  width: 100%;
}
.sp-cart .sp-num {
  width: 24px;
  height: 24px;
  background: #ff0000;
  border-radius: 50%;
  border: 3px solid #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -9px;
  top: -5px;
  font-size: 15px;
  font-family: "Roboto-Medium";
  text-align: center;
  box-sizing: border-box;
}
.sp-cart .sp-num.sp-gray {
  background: #414141;
}

.sp-top-btn {
  width: 172px;
  height: 40px;
  background: #ff8400;
  border-radius: 20px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-family: "Poppins-Bold";
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: skip 4s infinite;
}
.sp-top-btn .sp-p {
}

.sp-part-top {
  /* margin-top: 264px; */
}

.sp-price-group {
  display: flex;
  align-items: baseline;
}

.sp-price-group .sp-price2 {
  text-decoration: line-through;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sp-stroke {
  position: relative;
}
.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sp-stroke-shadow {
  position: relative;
  z-index: 1;
}
.sp-stroke-shadow::before {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: -6px 8px 0px rgba(16, 16, 16, 0.39);
  z-index: -1;
}
.sp-btn-wrap {
}
.sp-btn-style1 {
  width: 518px;
  height: 93px;
  background: url("/cdn/shop/files/20251212-btn-bg.png") no-repeat;
  background-size: 100% 100%;
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Poppins-ExtraBold";
  animation: skip 4s infinite 1s;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  z-index: 1;
}

.sp-title-wrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.sp-title-color {
  width: fit-content;
  font-family: "FredokaOne-Regular";
  font-size: 53px;
  line-height: 1.2;
  text-stroke: 6px #ffffff;
  -webkit-text-stroke: 6px #ffffff;
}
.sp-title-color::after {
  background: linear-gradient(91deg, #ffd145 0%, #ff7f17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-sub-title {
  font-family: "Poppins-Regular";
  font-size: 20px;
  color: #ffffffcc;
  line-height: 26px;
  margin-top: 20px;
}
.sp-color {
  color: #ff8b1f;
}
.sp-part1 .sp1 {
  width: 1920px;
  height: 760px;
  background: url("/cdn/shop/files/20251212-img1.png") no-repeat;
  background-size: 100% 100%;
}
.sp-part1 .sp2 {
  width: 1920px;
  height: 760px;
  background: url("/cdn/shop/files/20251212-img1-2.jpg") no-repeat;
  background-size: 100% 788px;
  background-position: center bottom;
}

.sp-part1 .sp-content {
  width: 700px;
  position: absolute;
  left: 260px;
  top: 133px;
}
.sp-part1 .sp-text {
  font-family: "Poppins-Medium";
  font-size: 28px;
  color: #ff8a1e;
}
.sp-part1 .sp-title-color {
   font-size: 54px;
}
.sp-part1 .sp-title-color::before {
  text-shadow: 0px 9px 8px rgba(223, 125, 43, 0.54);
}
.sp-part1 .sp-sub-title {
  padding-right: 150px;
  color: #222222cc;
}
.sp-part1 .sp-btn-style1 {
  margin-top: 33px;
}
.sp-part1 .sp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.sp-part1 .sp-row .sp-p {
    font-family: Poppins-Medium;
    color: #000;
    font-size: 12px;
}
.sp-part1 .sp-row .sp-p .sp-span {
    font-size: 16px;
    font-family: Poppins-Bold;
}
.sp-part1 .sp-box {
  width: 424px;
  background: #ffffff80;
  border-radius: 19px;
  margin-top: 40px;
  padding: 25px 30px;
  box-sizing: border-box;
}
.sp-part1 .sp-box .sp-row2 {
  display: flex;
  gap: 30px;
  margin-top: 16px;
  text-align: center;
}
.sp-part1 .sp-box .sp-p1 {
  font-family: "Poppins-Bold";
  font-size: 24px;
  color: #353535;
  margin-top: 5px;
  line-height: 34px;
}
.sp-part1 .sp-box2 {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.sp-part1 .sp-box2 .sp-item {
  width: 242px;
  height: 82px;
  background: #ffffffcc;
  border-radius: 41px;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Poppins-Regular";
  font-size: 20px;
  color: #222222cc;
  line-height: 28px;
}
.sp-part2 {
  padding: 65px 0px 60px;
  background: #ff8a1e20;
}
.sp-part2 .sp-title-color,
.sp-part3 .sp-title-color,
.sp-part6 .sp-title-color,
.sp-part7 .sp-title-color {
  margin: 0 auto;
  text-align: center;
}
.sp-part2 .sp-row {
  display: flex;
  gap: 0px;
  margin-left: 260px;
  margin-top: 54px;
}
.sp-part2 .sp-row .sp-item {
  width: 357px;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.sp-part2 .sp-row .sp-item::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 133px;
  background: url("/cdn/shop/files/20251212-img2-close.png") no-repeat;
  background-size: 100% 100%;
  width: 73px;
  height: 73px;
}
.sp-part2 .sp-row .sp-item:nth-child(2n-1) {
  margin-top: 26px;
}

.sp-part2 .sp-row .sp-item .sp-p {
  position: absolute;
  top: 202px;
  width: 100%;
  padding-right: 50px;
  padding-left: 30px;
  box-sizing: border-box;
}

.sp-part3 {
  padding: 85px 0px 90px;
}
.sp-part3 .sp-content {
  height: 576px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.sp-part3 .sp-icon {
  position: absolute;
  left: -32px;
  top: 464px;
  z-index: 2;
}
.sp-part3 .sp-video-wrap {
  height: 100%;
  height: 576px;
  overflow: hidden;
  border-radius: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-part3 .sp-video-wrap .sp-img {
    height: 100%;
    border-radius: 20px;
}
.sp-part3 .sp-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-part3 .sp-box {
  width: 410px;
  height: 236px;
  background: #ff8a1e22;
  border-radius: 31px;
  padding: 20px 10px 0 40px;
  box-sizing: border-box;
  font-family: "Poppins-Light";
  font-size: 17px;
  color: #000000;
  line-height: 33px;
}
.sp-part3 .sp-box .sp-p {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Poppins-SemiBold";
  font-size: 24px;
}
.sp-part3 .sp-box .sp-p .sp-icon-s {
  flex-shrink: 0;
}
.sp-part3 .sp-box .sp-line {
  margin: 16px 0 20px;
  width: 340px;
  height: 2px;
  background: #63250d20;
}

.sp-part4 {
  height: 873px;
  background: url("/cdn/shop/files/20251212-img4.jpg") no-repeat;
  background-size: 100% 100%;
}
.sp-part4 .sp-btn-style1 {
  margin: 50px 0 0 auto;
}
.sp-part4 .sp-content {
  width: 600px;
  position: absolute;
  top: 180px;
  right: 270px;
  text-align: right;
}
.sp-part4 .sp-title-color {
  -webkit-text-stroke: 0;
  background: linear-gradient(91deg, #ffd145 0%, #ff7f17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-part4 .sp-text {
  font-family: "Poppins-Medium";
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.sp-part4 .sp-box {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  text-align: left;
}
.sp-part4 .sp-box .sp-item {
  width: 267px;
  height: 78px;
  background: #ffffffcc;
  border-radius: 41px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #2a1a00;
  line-height: 24px;
}
.sp-part5 {
  padding: 100px 210px 110px 260px;
}
.sp-part5 .sp-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.sp-part5 .sp-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 0;
  margin-top: 35px;
  margin-bottom: 35px;
  justify-content: space-between;
}
.sp-part5 .sp-box .sp-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sp-part5 .sp-box .sp-item .sp-p1 {
  font-family: "Poppins-Bold";
  font-size: 21px;
  color: #ff8b1f;
  line-height: 30px;
}
.sp-part5 .sp-box .sp-item .sp-p2 {
  font-family: "Poppins-Light";
  font-size: 17px;
  color: #666666;
  line-height: 24px;
}
.sp-part5 .sp-box2 {
  width: 732px;

  background: #ff8b1f20;
  border-radius: 23px;
  padding: 25px 36px;
  box-sizing: border-box;
  font-family: "Poppins-Regular";
  font-size: 20px;
  color: #282828cc;
  line-height: 26px;
}
.sp-part5 .sp-box2 .sp-span {
  font-family: "Poppins-SemiBold";
}
.sp-part6 {
  padding: 70px 0 70px;
  box-sizing: border-box;
  background: #ff8a1e20;
}
.sp-part6 .sp-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.sp-part6 .sp-item {
  width: 686px;
  height: 570px;
  background: #ffffff;
  border-radius: 49px;
  padding: 30px 28px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-part6 .sp-item .sp-p1 {
  font-family: "Poppins-Bold";
  font-size: 20px;
  color: #222222;
  line-height: 81px;
}
.sp-part6 .sp-item .sp-line {
  width: 573px;
  height: 1px;
  background-color: #7c4c0030;
}
.sp-part6 .sp-item .sp-p2 {
  font-family: "Poppins-Regular";
  font-size: 22px;
  color: #222222cc;
  line-height: 34px;
  margin-top: 16px;
}
.sp-part6 .sp-btn-style1 {
  margin: 55px auto 0;
}
.sp-part7 {
  padding-top: 85px;
  padding-bottom: 90px;
}
.sp-part7 .sp-icon {
  height: 86px;
  display: block;
  margin: 30px auto 25px;
}
#root .sp-part7 .swiper-slide {
  width: 451px;
}
#root .sp-part7 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.sp-part7 .sp-box {
  width: 1400px;
  height: 379px;
  background: #ff840020;
  border-radius: 42px;
  margin: 100px auto 0;
  display: flex;
  align-items: center;
  gap: 110px;
  padding-left: 180px;
  box-sizing: border-box;
}
.sp-part7 .sp-box .sp-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-part7 .sp-box .sp-title-color {
  margin: 0;
}
.sp-part7 .sp-ul {
  font-family: "Poppins-Light";
  font-size: 24px;
  color: #000000cc;
  line-height: 36px;
  margin-top: 30px;
}
.sp-part7 .sp-ul .sp-li {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
.sp-part7 .sp-ul .sp-li .sp-span {
  width: 160px;
  display: inline-block;
  font-family: "Poppins-Medium";
  font-size: 24px;
  color: #000000;
  flex-shrink: 0;
}
.sp_product_part {
  width: 100%;
  font-family: "Roboto-Medium";
  box-sizing: border-box;
  position: relative;

  padding: 0px 0px 60px;
}

.sp_product_part .sp-banner {
  width: 100%;
  height: 292px;
  background: url("/cdn/shop/files/20251212-nav-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 45px;
  box-sizing: border-box;
}
.sp_product_part .sp-text1 {
  font-family: "Poppins-Regular";
  font-size: 23px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.sp_product_part .sp-text1 .sp-color {
  font-family: "Poppins-Bold";
  color: #ffea00;
}
.sp_product_part .sp-text1 .sp-icon {
  transform: translateY(1px);
  height: 17px;
}
.sp_product_part .sp-title1 {
  font-family: "FredokaOne-Regular";
  font-size: 48px;
  line-height: 1;
  text-align: center;
  margin-bottom: 28px;

  text-stroke: 7px #ffffff;
  -webkit-text-stroke: 7px #ffffff;
  /* text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red; */
}
.sp_product_part .sp-title1::after {
  background: linear-gradient(91deg, #ffd145 0%, #ff7f17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp_product_part .sp-title1::before {
  text-shadow: 0px 1px 1px rgba(219, 101, 54, 0.27);
  text-shadow: 0 0 10px #fff, 0 0 20px #fff;
}

.sp-icon-wraps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.sp-icon-wraps .sp-icon {
  width: 29px;
}
.sp-icon-wraps .sp-p {
  gap: 9px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  font-family: "Poppins-Medium";
}

.sp-scroll2 {
  position: relative;
  width: 1080px;
  overflow: hidden;
  margin-top: 35px;
}

.sp-scroll2 .nav-imgs .sp-flex-x {
  width: 1700px !important;
  display: flex;
  justify-content: space-around;
}
.sp-scroll2 .sp-icon {
  width: 32px;
  flex-shrink: 0;
}
.sp-scroll2 .sp-p {
  display: flex;
  align-items: center;
  gap: 19px;
  font-family: "Poppins-Regular";
  font-size: 32px;
  color: #222222;
}

.sp_product_content {
  width: 100%;
  padding: 80px 260px 0;
  display: flex;
  gap: 60px;
  box-sizing: border-box;
}
.sp_product_part .sp-img-wrap {
  width: 702px;
  height: 653px;
  background: url("/cdn/shop/files/20251212-pro-bg.png") no-repeat;
  background-size: 100% 100%;

  user-select: none;
  box-sizing: border-box;
  padding: 118px 16px 0;
}

.sp_product_part .sp-img-wrap .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 521px;
  background: #fffbf7;
  border-radius: 36px;
}
.sp_product_part .sp-img-wrap .sp-img-p {
  -webkit-user-drag: none;
}

.sp_product_part .sp-padding {
  box-sizing: border-box;
  padding: 0 0px;
}
.sp_product_part .sp-clock {
  height: 138px;
  animation: shakeCart 3s infinite ease-in-out;
  position: absolute;
  z-index: -1;
  top: -50px;
  right: 113px;
}
.sp_product_part .sp-row1 {
  position: absolute;
  top: 25px;
  left: 44px;
  font-family: Roboto;
  font-size: 25px;
  color: #ffffff;
  line-height: 1.2;
  font-style: italic;
}
.sp_product_part .sp-row1 .sp-p {
  font-size: 38px;
  font-family: "Roboto-Black";
}
.sp_product_part .sp-clock-s {
  position: absolute;
  right: 32px;
  top: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
  box-sizing: border-box;
}

.sp_product_part .sp-clock-s .square {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 33px;
  color: #9c2525;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-SemiBold";
  flex-shrink: 0;
  box-sizing: border-box;
}
.sp_product_part .sp-clock-s .sp-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  margin: 0 5px;
}
.sp_product_part .sp-clock-s .sp-dot {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}
.sp_product_part .option-title {
  font-size: 20px;
  color: #696969;
  font-family: "Roboto-Medium";
  line-height: 1;
  margin: 22px 0px 8px;
}

.sp_product_part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 21px;
  position: relative;
}

.sp_product_part .sp-option {
  min-width: 250px;
  padding: 0 21px;
  height: 45px;
  background: #f5f5f7;
  border-radius: 22px;
  font-family: "Roboto-Bold";
  line-height: 1;
  font-size: 20px;
  color: #282828;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  user-select: none;
}

.sp_product_part .sp-option.active {
  border-color: #ff8a1e;
  background-color: #ff8a1e;
  color: #ffffff;
}

.sp_product_part .sp-option .sp-hot {
  width: 60px;
  position: absolute;
  right: -30px;
  top: -9px;
  z-index: 2;
}
.sp_product_part .sp-option .sp-icon {
  width: 19px;
}

.sp_product_part .sp-price-group {
  line-height: 1.1;
  margin-top: 21px;
  align-items: baseline;
  margin-bottom: 25px;
}
.sp_product_part .sp-price1 {
  font-family: "Roboto-Bold";
  font-size: 44px;
  color: #ff0707;
}

.sp_product_part .sp-price2 {
  font-family: "Roboto-Medium";
  font-size: 26px;
  color: #4b4b4b70;
  margin-left: 12px;
}
.sp_product_part .sp-row {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

/* .sp_product_part .sp-clock {
  height: 186px;
  animation: shakeCart 3s infinite ease-in-out;
  position: absolute;
  z-index: -1;
  top: -25px;
  right: 79px;
} */
.sp_product_part .sp-row img {
  position: relative;
  z-index: 1;
  width: 26px;
  animation: shakeCart 3s infinite ease-in-out;
}
.sp_product_part .sp-row .sp-p {
    width: 181px;
    height: 28px;
    background: #eb031f;
    border-radius: 14px;
    font-family: Poppins-Bold;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding-top: 2px;
    margin-left: -15px;
    padding-left: 10px;
    box-sizing: border-box;
    transform: translateY(5px);
}

.sp_product_part .sp-quality-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sp_product_part .addCart {
  width: 276px;
  height: 50px;
  background: #ff8a1e30;
  border-radius: 25px;

  font-family: "Roboto-Bold";
  box-sizing: border-box;
  font-size: 22px;
  color: #282828;
  gap: 14px;
  text-transform: uppercase;
}
.sp_product_part .addCart img {
  width: 24px;
}

.sp_product_part .sp-btn-style {
  width: 525px;
  height: 72px;
  background: linear-gradient(267deg, #ff8d20 0%, #ffc63f 100%);
  border-radius: 36px;

  cursor: pointer;
  margin: 23px auto 17px 0;
  font-size: 30px;
  font-family: "Poppins-Bold";
  color: #fff;
  animation: skip 4s infinite;
  text-align: center;

  box-sizing: border-box;
}
.sp_product_part .sp-title-s {
  font-size: 45px;
  color: #000000;
  line-height: 1;
  font-family: "Poppins-Bold";
}

.sp-tip5 {
  width: 525px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #000000;
  font-family: "Roboto-Medium";
}
.sp-tip5 img {
  width: 58px;
}
.sp-tip5 .sp-span {
  color: #cf2f29;
}

@keyframes skip {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(0.9);
  }
}
@keyframes skip2 {
  0%,
  10%,
  16%,
  27%,
  100% {
    transform: scale(1);
  }
  5%,
  13%,
  21% {
    transform: scale(1.2);
  }
}
.addGroup {
  width: 225px;
  height: 51px;
  border-radius: 26px;
  border: 1px solid rgba(153, 153, 153, 0.96);
  padding: 0px 15px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eeeeee;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  height: 100%;
  color: #232326;
  background: #fff;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 23px;
  color: #000000;
  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-content .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}
@keyframes shakeCart {
  0%,
  16% {
    transform: scale(1) rotate(0);
  }
  2% {
    transform: scale(1.2) rotate(0);
  }
  4%,
  8%,
  12% {
    transform: scale(1.2) rotate(-10deg);
  }
  6%,
  10%,
  14% {
    transform: scale(1.2) rotate(10deg);
  }
}
@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(0);
  }
  15% {
    transform: scale(1.2) rotate(-10deg);
  }
  20% {
    transform: scale(1.2) rotate(10deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  30% {
    transform: scale(1.2) rotate(10deg);
  }
  35% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  45% {
    transform: scale(1.2) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
.sp-footer-wrap {
  width: 525px;
}
.sp-footer-img {
  width: 510px;
  display: block;
  margin: 20px auto 20px;
}
.sp-footer-img2 {
  width: 478px;
  display: block;
}
.sp-footer-box1 {
  width: 100%;
  background: #eef8fe;
  border-radius: 10px;
  padding: 20px 40px 30px;
  box-sizing: border-box;
}
.sp-footer-box1 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Roboto-Bold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.sp-footer-box1 .sp-icon {
  width: 29px;
}
.sp-footer-box2 {
  width: 100%;
  background: #fdfcf5;
  border-radius: 10px;
  padding: 16px 41px;
  box-sizing: border-box;
  margin-top: 20px;
}
.sp-footer-box2 .sp-icon {
  width: 29px;
}
.sp-footer-box2 .sp-p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Roboto-Bold";
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}

.sp-footer-box2 .sp-li {
  font-size: 17px;
  color: #666666;
  font-family: "Roboto";
  line-height: 1.2;
  margin-top: 10px;
}
.sp-footer-box2 span {
  font-family: "Roboto-Bold";
}
.sp-mask {
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009d;
  z-index: 99;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.sp-pop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-pop .img-pop {
  width: 94%;
  overflow: hidden;
  padding: 0 80px;

  position: relative;
  z-index: 101;
}
.sp-pop .img-pop > div {
  width: 100%;
}
.sp-pop .img-pop .sp-img {
  position: relative;
  z-index: 102;
  width: auto;
  width: 100%;
}
.sp-mask .img-pop .close-btn {
  width: 94px;
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.sp_pc {
  display: block;
}
.sp_mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .sp_pc {
    display: none;
  }
  .sp_mobile {
    display: block;
  }
  .sp_header {
    /* padding: 5px; */
  }
  .sp_header-top {
    height: 60px;
    font-size: 32px;
    line-height: 60px;
  }

  .sp_header-content {
    width: 100%;
    height: 140px;
    position: unset;
    transform: unset;
    padding: 0 30px 0 40px;
  }
  .sp_header-content .sp-logo {
    width: 205px;
    position: unset;
    transform: unset;
    left: 0;
  }

  .sp-top-btn {
     width: 380px;
    height: 90px;
    background: #ff8400;
    border-radius: 45px;
    animation: skip 4s infinite;
    font-size: 32px;
    padding-top: 13px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .sp-cart {
    width: 66px;
    margin-right: 50px;
  }

  .sp-cart .sp-num {
    width: 37px;
    height: 37px;

    right: -10px;
    top: -10px;
    font-size: 22px;
  }
  .sp-menu-btn {
    cursor: pointer;
    margin-right: 42px;
    width: 59px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px; */
  }
  .sp-menu-btn .sp-line {
    width: 56px;
    height: 6px;
    background: #38200b;
    border-radius: 2px;
    flex-shrink: 0;
  }
  .sp-btn-style1 {
    width: 990px;
    height: 185px;

    margin: 0 auto;
    font-size: 62px;
  }

  .sp-title-color {
    font-size: 78px;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto;
  }

  .sp-sub-title {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    margin-top: 12px;
  }

  .sp-part1 {
    height: auto;
    background: unset;
  }
  .sp-part1 .sp1 {
    width: 1080px;
    height: auto;
    background: unset;
  }
  .sp-part1 .sp2 {
    width: 1080px;
    height: auto;
    background: unset;
  }

  .sp-part1 .sp-content {
    width: 100%;

    position: unset;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .sp-part1 .sp1 .sp-content {
    padding-top: 55px;
    height: 1080px;
  }
  .sp-part1 .sp-text {
    font-family: "Poppins-SemiBold";
    font-size: 36px;
  }
  .sp-part1 .sp-title-color {
    font-size: 65px;
  }

  .sp-part1 .sp-sub-title {
    padding-right: 0px;
    font-size: 36px;
    line-height: 51px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sp-part1 .sp-btn-style1 {
    margin-top: 50px;
  }
  .sp-part1 .sp-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
  }
  .sp-part1 .sp-row .sp-p {
    font-size: 28px;
  }
  .sp-part1 .sp-row .sp-p .sp-span {
    font-size: 35px;
  }
  .sp-part1 .sp-box {
    width: 889px;
    height: 304px;
    background: #ff840020;
    border-radius: 38px;
    padding: 60px 30px;
    box-sizing: border-box;
    margin: 34px auto 0;
  }
  .sp-part1 .sp-box .sp-row2 {
    display: flex;
    justify-content: center;
    gap: 55px;
    margin-top: 26px;
    text-align: center;
  }
  .sp-part1 .sp-box .sp-p1 {
    font-family: "Poppins-Bold";
    font-size: 44px;
    color: #353535;
    margin-top: 5px;
    line-height: 62px;
  }
  .sp-part1 .sp-box3 {
    width: 892px;
    height: 160px;
    background: #ffeedd;
    box-shadow: 0px 9px 13px 0px rgba(223, 125, 43, 0.29);
    border-radius: 80px;
    margin: -80px auto 75px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0px;
  }
  .sp-part1 .sp-box3 .sp-item {
    /* flex: 1; */

    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    font-family: "Poppins-Regular";
    color: #222222cc;
    font-size: 36px;
    line-height: 53px;
    text-align: left;
  }
  .sp-part2 {
    padding: 120px 28px 90px;
    background: #ff8a1e20;
  }
  .sp-part2 .sp-title-color,
  .sp-part3 .sp-title-color,
  .sp-part6 .sp-title-color,
  .sp-part7 .sp-title-color {
    margin: 0 auto;
    text-align: center;
  }
  .sp-part2 .sp-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-left: 0px;
    margin-top: 54px;
    gap: 80px 0;
    justify-content: space-between;
  }
  .sp-part2 .sp-row .sp-item {
    width: 507px;
    font-family: "Poppins-Regular";
    font-size: 30px;
    color: #ffffff;
    line-height: 43px;
    text-align: center;
    position: relative;
  }
  .sp-part2 .sp-row .sp-item::after {
    content: "";
    position: absolute;
    top: -45px;
    left: 201px;
    background: url("/cdn/shop/files/20251212-img2-close.png") no-repeat;
    background-size: 100% 100%;
    width: 105px;
    height: 105px;
  }
  .sp-part2 .sp-row .sp-item:nth-child(2n-1) {
    margin-top: 0px;
  }

  .sp-part2 .sp-row .sp-item .sp-p {
    position: absolute;
    top: 292px;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    box-sizing: border-box;
  }

  .sp-part3 {
    padding: 110px 40px 130px;
  }

  .sp-part3 .sp-icon {
    position: absolute;
    left: -11px;
    top: 835px;
    height: 174px;
  }
  .sp-part3 .sp-video-wrap {
    height: 100%;
    height: 962px;
    overflow: hidden;
    border-radius: 30px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
  .sp-part3 .sp-video-wrap .sp-img {
    width: 102%;
  }
  .sp-part3 .sp-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 0px;
    margin-top: 88px;
    justify-content: space-between;
  }
  .sp-part3 .sp-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
  }
  .sp-part3 .sp-box {
    width: 492px;
    height: 311px;

    padding: 25px 10px 0 35px;
    box-sizing: border-box;
    font-family: "Poppins-Light";
    font-size: 30px;
    color: #000000;
    line-height: 38px;
  }
  .sp-part3 .sp-box .sp-p {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Poppins-Medium";
    font-size: 34px;
  }
  .sp-part3 .sp-box .sp-p .sp-icon-s {
    flex-shrink: 0;
  }
  .sp-part3 .sp-box .sp-line {
    margin: 22px 0 24px;
    width: 405px;
    height: 2px;
  }

  .sp-part4 {
    height: auto;
    background: unset;
  }
  .sp-part4 .sp-btn-style1 {
    margin: 50px auto 0;
  }
  .sp-part4 .sp-content {
    width: 100%;
    position: absolute;
    top: 110px;
    right: 0px;
    text-align: center;
    padding: 0 60px;
    box-sizing: border-box;
  }

  .sp-part4 .sp-text {
    font-family: "Poppins-SemiBold";
    font-size: 36px;
    color: #ff8a1e;
    line-height: 1;
    margin-bottom: 20px;
  }
  .sp-part4 .sp-sub-title {
    color: #222222cc;
    margin-top: 24px;
  }
  .sp-part4 .sp-box {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    top: 1329px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: left;
  }
  .sp-part4 .sp-box .sp-item {
    width: 486px;
    height: 142px;
    border-radius: 71px;
    padding: 25px 0 25px 36px;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: "Poppins-Regular";
    font-size: 26px;
    color: #2a1a00;
    line-height: 44px;
  }
  .sp-part5 {
    padding: 120px 40px 120px;
  }

  .sp-part5 .sp-box {
    width: calc(100% + 20px);
    margin-left: -10px;

    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  .sp-part5 .sp-box .sp-item {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .sp-part5 .sp-box .sp-item .sp-p1 {
    font-size: 27px;
    line-height: 41px;
  }
  .sp-part5 .sp-box .sp-item .sp-p2 {
    font-size: 30px;
    line-height: 32px;
  }
  .sp-part5 .sp-box2 {
    width: 100%;
    padding: 33px 50px;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    margin-top: 44px;
  }

  .sp-part6 {
    padding: 120px 40px 120px;
    box-sizing: border-box;
  }
  .sp-part6 .sp-title-color {
    margin-bottom: 60px;
  }
  #root .sp-part6 .swiper {
    width: 100%;
  }
  #root .sp-part6 .swiper .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #a8a8a8;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px !important;
  }
  #root .sp-part6 .swiper .swiper-pagination-bullet-active {
    background: #ff8400;
    opacity: 1;
  }
  #root .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 25px;
  }
  .sp-part6 .sp-item {
    width: 100%;
    height: 854px;
    background: #ffffff;
    border-radius: 49px;
    padding: 45px 40px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sp-part6 .sp-item .sp-p1 {
    font-family: "Poppins-Bold";
    font-size: 30px;
    color: #222222;
    line-height: 117px;
  }
  .sp-part6 .sp-item .sp-line {
    width: 835px;
  }
  .sp-part6 .sp-item .sp-p2 {
    font-family: "Poppins-Regular";
    color: #222222cc;
    font-size: 32px;
    line-height: 49px;
    margin-top: 30px;
  }
  .sp-part6 .sp-btn-style1 {
    margin: 55px auto 0;
  }
  .sp-part7 {
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .sp-part7 .sp-icon {
    height: 100px;
    display: block;
    margin: 40px auto 25px;
  }
  #root .sp-part7 .swiper-slide {
    width: 451px;
  }
  #root .sp-part7 .swiper-wrapper {
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
  }
  .sp-part7 .sp-box {
    width: 1004px;
    height: 927px;

    margin: 160px auto 0;
    display: block;

    padding: 70px 80px 0;
    box-sizing: border-box;
  }

  .sp-part7 .sp-box .sp-title-color {
    margin: auto;
  }
  .sp-part7 .sp-img1 {
    display: block;
    margin: 38px auto 50px;
  }
  .sp-part7 .sp-ul {
    width: 110%;
    font-family: "Poppins-Light";
    font-size: 33px;
    color: #000000cc;
    line-height: 51px;
    margin-top: 0px;
  }
  .sp-part7 .sp-ul .sp-li {
    margin-bottom: 28px;
    display: flex;
    align-items: baseline;
  }
  .sp-part7 .sp-ul .sp-li .sp-span {
    width: 225px;
    display: inline-block;
    font-family: "Poppins-Medium";
    font-size: 36px;
    color: #000000;
    flex-shrink: 0;
  }
  .sp_product_part {
    width: 100%;
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;

    padding: 0px 0px 120px;
  }

  .sp_product_part .sp-banner {
    width: 100%;
    height: 303px;
    background: url("/cdn/shop/files/20251212-nav-bg-m.png") no-repeat;
    background-size: 100% 100%;
    padding: 40px 100px 0;
    box-sizing: border-box;
  }
  .sp_product_part .sp-text1 .sp-icon {
    transform: translateY(1px);
    height: 23px;
    margin-right: 12px;
  }
  .sp_product_part .sp-text1 {
    font-size: 32px;
    white-space: nowrap;
  }

  .sp_product_part .sp-title1 {
    font-size: 55px;
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .sp_product_part .sp-title1::before {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  }

  .sp_product_content {
    padding: 55px 40px 0;
    flex-direction: column;
  }

  .sp_product_part .sp-img-wrap {
    width: 100%;
    height: 963px;
    padding: 207px 32px 0;
  }
  .sp_product_part .sp-row1 {
    top: 55px;
    left: 60px;
    font-size: 37px;
    line-height: 1.1;
  }
  .sp_product_part .sp-row1 .sp-p {
    font-size: 64px;
  }

  .sp_product_part .sp-clock-s {
    right: 90px;
    top: 112px;
  }

  .sp_product_part .sp-clock-s .square {
    width: 67px;
    height: 67px;
    font-size: 43px;
  }
  .sp_product_part .sp-clock-s .sp-dots {
    gap: 8px;
    margin: 0 6px;
  }
  .sp_product_part .sp-clock-s .sp-dot {
    width: 6px;
    height: 6px;
  }
  .sp_product_part .sp-clock {
    height: 182px;
    animation: shakeCart 3s infinite ease-in-out;
    position: absolute;
    z-index: -1;
    top: -35px;
    right: 125px;
  }
  .sp_product_part .sp-img-wrap .swiper-slide {
    height: 726px;
  }

  .sp_product_part .sp-img-wrap .swiper-slide .sp-img-p {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
  .sp_product_part .sp-img-wrap sp1 img,
  .sp_product_part .sp-img-wrap sp2 img, {
    max-width: 80%;
    max-height: 80%;

    height: 75%;
  }
  .sp_product_part .sp-padding {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .sp_product_part .option-title {
    font-size: 36px;
    margin: 45px 0px 21px;
  }

  .sp_product_part .opt-group {
    gap: 47px 40px;
  }

  .sp_product_part .sp-option {
    min-width: 455px;
    height: 86px;
    border-radius: 43px;
    font-size: 36px;
    padding: 0 50px;
  }

  .sp_product_part .sp-option .sp-hot {
    width: 107px;
    position: absolute;
    right: -54px;
    top: -16px;
    z-index: 2;
  }
  .sp_product_part .sp-option .sp-icon {
    width: 35px;
  }
  .sp_product_part .sp-price-group {
    line-height: 1.1;
    margin-top: 25px;
    align-items: baseline;
    margin-bottom: 25px;
    justify-content: center;
  }
  .sp_product_part .sp-price1 {
    font-size: 64px;
  }

  .sp_product_part .sp-price2 {
    font-size: 40px;
    font-family: "Poppins-Regular";
    margin-left: 14px;
  }
  .sp_product_part .sp-row {
    margin-left: 26px;
    transform: translateY(10px);
  }

  .sp_product_part .sp-row img {
    width: 49px;
  }
  .sp_product_part .sp-row .sp-p {
    width: 279px;
    height: 47px;
    font-size: 25px;
    line-height: 48px;
    margin-left: -25px;
    padding-left: 20px;
    border-radius: 0;
  }

  .sp_product_part .addCart {
    width: 537px;
    height: 92px;

    border-radius: 46px;
    font-size: 41px;
    gap: 27px;
  }
  .sp_product_part .addCart img {
    width: 44px;
  }
  .sp_product_part .sp-quality-row {
    gap: 35px;
  }
  .sp_product_part .sp-btn-style {
    width: 100%;
    height: 133px;
    border-radius: 66px;
    margin: 50px auto 28px;
    font-size: 56px;

    box-sizing: border-box;
  }
  .sp_product_part .sp-title-s {
    width: 100%;
    font-size: 56px;
    line-height: 1;
    text-align: center;
    margin-top: 0px;
  }

  /* .sp_product_part .sp-tip {
    width: 315px;
    height: 75px;
    left: 13px;
    top: 20px;
    gap: 21px;
    font-size: 32px;
  }
  .sp_product_part .sp-tip .sp-icon {
    width: 50px;
  }
  .sp_product_part .sp-tip .sp-span {
    font-size: 40px;
  } */
  .sp-tip5 {
    gap: 23px;
    font-size: 40px;
    width: 100%;
  }
  .sp-tip5 img {
    width: 115px;
  }

  .addGroup {
    width: 426px;
    height: 92px;
    border: 1px solid rgba(153, 153, 153, 0.96);
    padding: 0px 44px;
    border-radius: 44px;
    background: unset;
  }

  .addGroup .sp-reduce,
  .addGroup .sp-add {
    width: 32px;
  }

  .addGroup input {
    width: 230px;
    border: none;
    font-size: 43px;
    color: #000000;
  }

  .sp-footer-wrap {
    width: 100%;
  }
  .sp-footer-img {
    width: 997px;
    margin: 30px auto 45px;
  }
  .sp-footer-img2 {
    width: 911px;
  }
  .sp-footer-box1 {
    width: 100%;
    padding: 35px 36px 55px;
    box-sizing: border-box;
  }
  .sp-footer-box1 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sp-footer-box1 .sp-p img {
    width: 45px;
  }
  .sp-footer-box2 {
    width: 100%;
    padding: 30px 40px;
    margin-top: 30px;
    background: #fdfcf5;
    border: 1px solid #eee9c6;
  }
  .sp-footer-box2 .sp-p {
    gap: 12px;
    font-size: 36px;
    margin-bottom: 26px;
  }
  .sp-footer-box2 .sp-p img {
    width: 50px;
  }
  .sp-footer-box2 .sp-li {
    font-size: 36px;
    margin-top: 16px;
  }
  .sp-btn-style2 {
    width: 1080px;
    height: 180px;
    background: url("/cdn/shop/files/20251212-btn-bg-bottom.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    z-index: 9;
    box-sizing: border-box;
  }
  .sp-btn-style2 .sp-area {
    width: 434px;
    text-align: center;
    font-size: 22px;
    color: #f81111;
    line-height: 1.2;
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-shrink: 0;
  }

  .sp-btn-style2 .sp-area .sp-t1 {
    font-family: "Poppins-Bold";
    font-style: italic;
    font-size: 22px;
    color: #ffefcb;
    position: absolute;
    top: -12px;
    width: 100%;
  }
  .sp-btn-style2 .sp-area .sp-t2 {
    width: 340px;
    height: 121px;
  }
  .sp-btn-style2 .sp-area .sp-t3 {
    font-family: "Poppins-Regular";
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    top: 95px;
    width: 100%;
  }
  .sp-btn-style2 .sp-area2 {
    width: 100%;

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 75px;
    box-sizing: border-box;
  }

  .sp-btn-style2 .sp-area2 .sp-right {
    font-family: "Roboto-Bold";
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    animation: skip 4s infinite 1s;
  }
  .sp-btn-style2 .sp-area2 .sp-p1 {
    font-family: "Roboto-Bold";
    font-size: 45px;
    color: #ffffff;
  }
  .sp-btn-style2 .sp-area2 .sp-p {
    font-size: 30px;
    font-family: Roboto;
    color: #ffffff90;
    line-height: 1;

    margin-top: 10px;
  }

  .sp-btn-style2 .sp-cart {
    width: 95px;
    height: 94px;
    background: #ffffff;
    border-radius: 10px;
    margin-right: 0px;
    border: none;
  }
  .sp-btn-style2 .sp-cart img {
    width: 73px;
  }

  .sp-btn-style2 .sp-cart .sp-num {
    width: 52px;
    height: 52px;
    border: none;
    right: -10px;
    top: -10px;
    font-size: 31px;
    font-family: "Roboto-Medium";
  }

  .sp-btn-style2.sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    animation: stuckMoveUp 0.6s;
    align-items:center;
  }
  .sp_main {
    overflow: hidden;
  }
  .sp-menu-mask {
    background: rgba(11, 11, 11, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
  }
  .sp-menu {
    width: 473px;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f2f2;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 110px;
    box-sizing: border-box;
    animation: stuckMoveLeft 0.5s;
  }

  .sp-menu .sp-menu-item {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.14);

    font-family: "Poppins-Bold";
    font-size: 25px;
    color: #636363;
  }
  .sp-menu .sp-menu-item a {
    width: 100%;
    height: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-menu .sp-menu-item a .sp-span {
    width: 60px;
    height: 28px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-left: 25px;
  }
  .sp-menu .sp-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .sp-menu li .sp-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
    padding-left: 55px;
  }

  .sp-menu li .sp-row a img {
    width: 31px;
    height: 31px;
  }
  .sp-menu .sp-close-btn {
    position: absolute;
    top: 37px;
    right: 22px;
    width: 39px;
    cursor: pointer;
  }

  .sp-scroll-top {
    scroll-margin-top: 60px;
  }
}
.sp-scroll-top {
  scroll-margin-top: 100px;
}

/* 核心容器 #root 
   背景色设为蓝色
*/
.sp-promise-section3 {
  background: #ffbf64;
  box-shadow: 0px 1px 1px 0px rgba(219, 101, 54, 0.27);

  color: #fff;
  transform-origin: 0 0; /* 确保缩放从左上角开始（部分浏览器zoom行为差异，加上保底） */
  margin: 0 auto;
  font-family: "Roboto";
  padding: 54px 260px 50px;
  box-sizing: border-box;
  overflow: hidden;
}

/* 单个项目样式 */
.sp-bz3-service-item {
  height: 176px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  background: #ffffff;
  border-radius: 20px;
  padding: 0px 0; /* 内部间距 */
}

/* 图标外层 */
.sp-bz3-icon-box {
  position: relative;
  font-size: 60px; /* 图标大小 */
  margin-bottom: 0px;
  width: auto;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-bz3-icon-box img {
  display: block;
  height: 100%;
  width: auto;
}

.sp-bz3-text-box h3 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1;
  color: #2d2d2d;
  font-family: "Poppins-SemiBold";
}

.sp-bz3-text-box p {
  font-family: Roboto;
  font-size: 18px;
  color: #666666;
  line-height: 1.1;
}

/* =========================================
 适配逻辑：配合 JS 的断点
 ========================================= */

/* 1. PC 端样式 (当屏幕 > 1080px 时) */
@media screen and (min-width: 1081px) {
  .sp-promise-section3 {
    /* 关键：配合 JS 的 1920 基准，强制设定宽度 */
    width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 53px;
    height: 280px; /* 设定一个固定高度 */
  }

  .sp-bz3-service-item {
    flex: 1;
  }
}

/* 2. 移动端样式 (当屏幕 <= 1080px 时) */
@media screen and (max-width: 1080px) {
  .sp-promise-section3 {
    /* 关键：配合 JS 的 1080 基准，强制设定宽度 */
    width: 1080px;
    height: 510px;
    /* 使用 Flex wrap 实现 2x2 布局 */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 60px 38px 0;
    gap: 40px;
  }

  .sp-bz3-service-item {
    /* 强制每个占 50% 宽度，形成 2列 */
    width: 480px;
    height: 172px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    text-align: left;
    gap: 33px;
    justify-content: flex-start;
    padding-left: 39px;
    box-sizing: border-box;
  }

  /* 移动端图标可以稍微大一点以适应 1080px 的宽布局 */
  .sp-bz3-icon-box {
    height: 75px;
    margin-bottom: 0px;
  }

  .sp-bz3-text-box h3 {
    font-size: 32px;
    margin-bottom: 6px;
    margin-top: 0px;
  }

  .sp-bz3-text-box p {
    font-size: 28px;
  }
}
/* ================= 核心容器 (配合 JS zoom) ================= */
.sp-qa2-container {
  margin: 0 auto;
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 70px;
  transform-origin: top left;
  font-family: "Roboto";
}

/* ================= 组件样式 (sp-qa2-前缀) ================= */

/* 标题样式 */
.sp-qa2-title {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
  letter-spacing: 1px;
  font-family: "Poppins-Bold";
  background: linear-gradient(91deg, #ffd145 0%, #ff7f17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 列表容器 */
.sp-qa2-list-container {
  margin: 0 auto;
  width: 1300px; /* PC端内容宽度 */
}

/* 单个卡片 */
.sp-qa2-item {
  border-radius: 20px;
  transition: all 0.3s ease;
  overflow: hidden; /* 保证圆角 */
  margin-bottom: 10px;
}

/* 问题区域 (点击触发区) */
.sp-qa2-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  color: #0f0f10;
  height: 70px; /* 卡片高度 */
  border-radius: 20px 20px 0px 0px;
  font-family: "Roboto-Medium";
  padding: 0 30px;

  position: relative;
  transition: background-color 0.3s;
}

/* 鼠标悬停在问题上时，稍微变色 */
.sp-qa2-question:hover {
  background-color: #fafafa;
  background: #ff8b1f10;
}

/* 图标外面的黑盒子 */
.sp-qa2-icon-box {
  /* width: 32px;
  height: 32px;
  font-size: 18px;
  background: #4679ef;
  border-radius: 2px; */
  color: #696969;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* 旋转动画 */
}

/* 答案区域 (默认隐藏) */
.sp-qa2-answer {
  display: none;
  font-family: "Poppins-Regular";
  padding: 20px 140px 20px 30px;
  font-size: 24px;
  color: #242323;
  line-height: 1.6;
  background: #ff8b1f20;
  border-top: 1px solid transparent; /* 占位防止跳动 */
}

/* ================= 激活(展开)状态 ================= */

.sp-qa2-item.active .sp-qa2-question {
  background: linear-gradient(91deg, #ffd145, #ff7f17);
  box-shadow: 0px 1px 1px 0px rgba(219, 101, 54, 0.27);

  color: #fff;
}
/* 激活时，图标盒子旋转 135度 (+ 变成 x) */
.sp-qa2-item.active .sp-qa2-icon-box {
  /* transform: rotate(135deg); */
  /* background-color: #fff;   */
  color: #fff;
}
.sp-qa2-item .fa-minus {
  display: none;
}
.sp-qa2-item.active .fa-plus {
  display: none;
}
.sp-qa2-item.active .fa-minus {
  display: block;
}
/* 激活时，整个卡片阴影加深 */
.sp-qa2-item.active {
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.sp-qa2-container .sp-btn-style1 {
  margin: 80px auto 0;
}

/* ================= 移动端 适配 (基准 1080px) ================= */
@media screen and (max-width: 1080px) {
  .sp-qa2-container {
    width: 1080px;
    box-sizing: border-box;
    padding: 110px 40px 300px;
    min-height: unset;
    overflow: hidden;
  }
  .sp-qa2-list-container {
    width: auto;
  }
  .sp-qa2-title {
    font-size: 78px;
    margin-bottom: 46px;
  }

  /*  .sp-qa2-title {
    font-size: 70px;  
    margin-bottom: 51px;
  }

  .sp-qa2-item {
    margin-bottom: 40px;  
  }


*/
  .sp-qa2-icon-box {
    color: #282828;
  }

  .sp-qa2-question {
    height: 100px;
    font-size: 36px;
    padding: 0 40px;
    font-family: Roboto;
  }
  .sp-qa2-answer {
    font-size: 36px;
    color: #242323;
    line-height: 50px;
    padding: 30px 60px 30px 40px;
    font-family: Roboto;
  }
  .sp-qa2-container .sp-btn-style1 {
    margin: 90px auto 0;
  }
}

.gradually .sp-title span,
.gradually i {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-style: normal;
}
.gradually .sp-sub-title {
  opacity: 0;
}

@keyframes swift-up-fade {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes swiper-up-fade {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.sp-ani,
.sp-ani2 {
  opacity: 0;
}
@keyframes sp-fade-in {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes sp-fade-left {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}
@keyframes stuckMoveLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
body{
    line-height:auto;
    letter-spacing:normal;
}