/** Shopify CDN: Minification failed

Line 9914:142 Unexpected "{"

**/
/* 项目使用的字体 */

@font-face {
  font-family: "Unbounded-Bold";
  src: url("/cdn/shop/files/Unbounded-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/cdn/shop/files/Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("/cdn/shop/files/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("/cdn/shop/files/Poppins-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("/cdn/shop/files/Poppins-Bold.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: "Roboto-Regular";
  src: url("/cdn/shop/files/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded-Regular";
  src: url("/cdn/shop/files/Unbounded-Regular_8f278777-55de-4da1-bb94-08f313d2faf0.ttf?v=1772701533");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded-Light";
  src: url("/cdn/shop/files/Unbounded-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded-SemiBold";
  src: url("/cdn/shop/files/Unbounded-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded-Medium";
  src: url("/cdn/shop/files/Unbounded-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("/cdn/shop/files/Poppins-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}


/* ========== 菜单模块样式 ========== */
/* 菜单模块公共样式 */

.sp-cart .sp-num.sp-gray {
  background-color: #858585;
}

.sp-cart .sp-icon {
  width: 100%;
}

/* 弹跳动画 for img1 */
@keyframes sp-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@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;
  }
}

/* 菜单模块样式 -- 移动端 */
@media screen and (max-width: 1080px) {
  .sp_header-content {
    box-sizing: border-box;
    font-family: Poppins;
    font-size: 16px;
    color: #000000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 105;
    width: 100%;
    position: relative;
    width: 1080px;
    top: 0px;
    height: 120px;
    padding: 0 40px;
    z-index: 109;
  }

  .sp-menu-btn {
    width: 52px;
    cursor: pointer;
    margin-right: 50px;
  }

  .sp_header-content .sp-logo {
    position: absolute;
    left: 153px;
    width: 205px;
    transform: unset;
  }

  .sp-cart {
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 40px;
  }

  .sp-cart .sp-num {
        position: absolute;
        right: -24px;
        top: -19px;
        background: #ff0000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Roboto-Medium;
        color: #ffffff;
        text-align: center;
        box-sizing: border-box;
        width: 52px;
        height: 52px;
        border: none;
        font-size: 31px;
  }

  .sp-top-btn {
    background: #FF5A00;
    font-family: Poppins-Bold;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: skip 4s infinite;
    width: 313px;
    height: 68px;
    border-radius: 45px;
    font-size: 35px;
  }

  .sp-menu-mask {
    background: rgba(11, 11, 11, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 200;
    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-close-btn {
    position: absolute;
    top: 37px;
    right: 22px;
    width: 39px;
    cursor: pointer;
  }

  .sp-menu .sp-menu-item {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.14);

    font-family: "Poppins";
    font-size: 33px;
    color: #636363;
  }

  .sp-menu .sp-menu-item a {
    width: 100%;
    height: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .sp-menu .sp-menu-item a .sp-span {
    width: 60px;
    height: 28px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    margin-left: 25px;
  }

  .sp-menu .sp-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .sp-menu li .sp-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
    padding-left: 55px;
  }

  .sp-menu li .sp-row a img {
    width: 31px;
    height: 31px;
  }
}



/* ==================== TopBar 模块样式（AI 生成） ==================== */
@media screen and (max-width: 1079px) {
  .header-top {
    position: initial;
    width: 1080px;
    height: 60px;
    font-family: Poppins;
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    z-index: 120;
  }

  .header-top .sp-p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000000;
  }
  /* FAQ */
  .sp-part999 {
      padding: 115px 41px 250px 41px;
      background-color: #FFFFFF;
    }

    .sp-part999 .sp-title {

      color: #2D2D2D;
      text-align: center;
      font-weight: bold;
font-size: 60px;
color: #2D2D2D;
line-height: 78px;
margin-bottom: 42px;
font-family: Poppins-Bold;
    }

    .sp-part999 .sp-title-sub {
      font-size: 35px;
      font-family: Poppins-Medium;
      color: #32460D;
      text-align: center;
      margin-bottom: 25px;
    }

    .sp-part999 .sp-box {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .sp-part999 .sp-box > div {
      margin-bottom: 15px;
    }

    .sp-part999 .q-row {
      font-size: 28px;
      font-family: Poppins-Medium;
      color: #282828;
      padding: 17px 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      position: relative;
      border-radius: 20px 20px 0px 0px;
      transition: all 0.3s;
    }

    .sp-part999 .sp-show {
      background: transparent !important;
      border-radius: 20px;
    }

    .sp-part999 .sp-show .q-row {
      color: #FFFFFF;
      background-color: #32460D;
    }

    .sp-part999 .sp-text {
      font-size: 30px;
      font-family: Poppins-Regular;
      color: #5C5C5C;
      background-color: #FDF5F1;
      line-height: 36px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, opacity 0.3s ease;
      box-sizing: border-box;
      opacity: 0;
      border-radius: 20px;
    }

    .sp-part999 .sp-show .sp-text {
      max-height: 500px;
      opacity: 1;
      padding: 96px 30px 30px 30px;
      padding-top: 20px;
    }

    .sp-part999 .sp-icon::after {
      content: '+';
      font-size: 40px;
      color: #696969;
    }

    .sp-part999 .sp-show .sp-icon::after {
      content: '-';
      color: #fff;
    }

    .sp-part999 .sp-button-box {
      font-size: 71px;
      font-family: Unbounded-Bold;
      color: #FFFFFF;
      background-color: #FF5A00;
      border-radius: 63px;
      text-align: center;
      padding: 20px;
      cursor: pointer;
      margin-top: 50px;
      box-shadow: none;
      background: url("/cdn/shop/files/20260129-an-niu-di-51-pc.png") no-repeat;
      background-size: 100% 100%;
    }
}

@media screen and (min-width: 1080px) {
  .header-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 25px;
    font-family: Poppins-SemiBold;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    z-index: 120;
    width: 100%;
  }
  
  .header-top .sp-p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000000;
  }
  /* FAQ */
  .sp-part999 {
      padding: 87px 260px 350px 260px;
      background-color: #FFFFFF;
      position: relative;
    }

    .sp-part999 .sp-title {
      font-size: 50px;
      font-family: Poppins-Bold;
      color: #2D2D2D;
      text-align: center;
      margin-bottom: 56px;
      
    }

    .sp-part999 .sp-title-sub {

      font-size: 25px;
      font-family: Poppins-Medium;
      color: #32460D;
      text-align: center;

    }

    .sp-part999 .sp-box {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .sp-part999 .sp-box > div {
      margin-bottom: 15px;
    }

    .sp-part999 .q-row {
      font-size: 25px;
      font-family: Poppins-SemiBold;
      color: #282828;
      background-color: #fff;
      padding: 15px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      position: relative;
      border-radius: 20px 20px 0px 0px;
      transition: all 0.3s;
    }

    .sp-part999 .sp-show {
      background: transparent !important;
      border-radius: 20px;
    }

    .sp-part999 .sp-show .q-row {
      color: #FFFFFF;
      background-color: #32460D;
    }

    .sp-part999 .sp-text {
      font-size: 24px;
      font-family: Poppins-Light;
      color: #242323;
      background-color: #FDFDF1;
      line-height: 35px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, opacity 0.3s ease;
      box-sizing: border-box;
      opacity: 0;
      border-radius: 20px;
    }

    .sp-part999 .sp-show .sp-text {
      max-height: 500px;
      opacity: 1;
      padding: 96px 28px 20px 28px;
      padding-top: 20px;
    }

    .sp-part999 .sp-icon::after {
      content: '+';
      font-size: 40px;
      color: #696969;
    }

    .sp-part999 .sp-show .sp-icon::after {
      content: '-';
      color: #fff;
    }

    .sp-part999 .sp-button-box2 {
      font-size: 45px;
      font-family: Unbounded-Bold;
      color: #FFFFFF;
      /* background-color: #FF5A00; */
      border-radius: 40px;
      text-align: center;
      padding: 20px;
      cursor: pointer;
      margin-top: 100px;
      width: 570px;
      height: 80px;
      background: url('/cdn/shop/files/20260129-an-niu-di-51-pc.png') no-repeat;
      background-size: 100% 100%;
      box-shadow:none;
      position: absolute;
      left: 750px;
    }
}

* {
  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;
  /* overflow-x: hidden; */
  line-height:initial;
}

#root {
  letter-spacing: initial !important;
  color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

input,
img {
  border: none;
}

li {
  list-style: none;
}

.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
}

.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 动画 */
@keyframes skip {
  0%, 10%, 16%, 27%, 100% {
    transform: scale(1);
  }
  5%, 13%, 21% {
    transform: scale(0.9);
  }
}

@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;
  }
}

.sp-ani,
.sp-ani2 {
  opacity: 0;
}

/* 移动端和PC端显示控制 */
.sp-pc {
  display: none;
}

.sp-mobile {
  display: block;
}

/* PC端响应式控制 */
@media screen and (min-width: 1080px) {
  #root {
    max-width: unset;
    overflow-x: clip;
    /* 使用clip代替hidden，不会破坏sticky定位 */
  }

  .sp-pc {
    display: block;
  }

  .sp-mobile {
    display: none;
  }
}



/* 移动端样式 (max-width: 1079px) */
@media screen and (max-width: 1079px) {
  /* 购物按钮基础样式 */
  .sp-button-box {
    position: relative;
    box-sizing: border-box;
    font-family: Poppins-Bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    animation: skip 4s infinite 1s;
    background: #FF7A0F;
    box-shadow: 0px 5px 0px 0px #BB5504;
    border-radius: 10px;
    z-index: 105;
  }

  /* TopBar */
  .sp-part1 {
    position: relative;
    height: 72px;
  }

  .sp-part1 .sp-shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1080px;
    height: 72px;
    z-index: 100;
    background-color: rgb(0, 0, 0);
  }

  .sp-part1 .sp-shape1-text1 {
    position: absolute;
    top: 24px;
    left: 270px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: left;
    line-height: 86px;
  }

  .sp-part1 .sp-shape1-text1 .sp-text1_1-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  /* menu */
  .sp-part2 {
    position: relative;
    height: 120px;
  }

  .sp-part2 .sp-shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1080px;
    height: 120px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part2 .sp-shape1-text1 {
    position: absolute;
    top: 39px;
    left: 145px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    text-align: left;
    line-height: 86px;
  }

  .sp-part2 .sp-shape1-text1 .sp-text1_1-s0-c875-fUnbounde {
    color: rgb(8, 7, 5);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape1-img-wrapper2 {
    position: absolute;
    top: 39px;
    left: 638px;
    width: 48px;
    height: 42px;
    z-index: 100;
  }

  .sp-part2 .sp-shape1-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part2 .sp-shape1-text3 {
    position: absolute;
    top: 41px;
    left: 680px;
    width: max-content;
    z-index: 100;
    font-size: 23px;
    text-align: center;
    line-height: 25px;
  }

  .sp-part2 .sp-shape1-text3 .sp-text1_3-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part2 .sp-shape1-text4 {
    position: absolute;
    top: 47px;
    left: 785px;
    width: max-content;
    z-index: 100;
    font-size: 35px;
    text-align: left;
    line-height: 87px;
  }

  .sp-part2 .sp-shape1-text4 .sp-text1_4-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape2 {
    position: absolute;
    top: 26px;
    left: 727px;
    width: 313px;
    height: 68px;
    z-index: 100;
    background-color: rgb(255, 90, 0);
    border-radius: 34px;
  }

  .sp-part2 .sp-shape2-text1 {
    position: absolute;
    top: 21px;
    left: 58px;
    width: max-content;
    z-index: 100;
    font-size: 35px;
    text-align: left;
    line-height: 87px;
  }

  .sp-part2 .sp-shape2-text1 .sp-text2_1-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape3 {
    position: absolute;
    top: 34px;
    left: 669px;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-color: rgb(255, 0, 0);
  }

  .sp-part2 .sp-shape3-text1 {
    position: absolute;
    top: 7px;
    left: 11px;
    width: max-content;
    z-index: 100;
    font-size: 23px;
    text-align: center;
    line-height: 25px;
  }

  .sp-part2 .sp-shape3-text1 .sp-text3_1-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part2 .sp-shape4 {
    position: absolute;
    top: 36px;
    left: 40px;
    width: 56px;
    height: 6px;
    z-index: 100;
    background-color: rgb(0, 15, 21);
    border-radius: 2px;
  }

  .sp-part2 .sp-shape5 {
    position: absolute;
    top: 57px;
    left: 40px;
    width: 56px;
    height: 6px;
    z-index: 100;
    background-color: rgb(0, 15, 21);
    border-radius: 2px;
  }

  .sp-part2 .sp-shape6 {
    position: absolute;
    top: 78px;
    left: 40px;
    width: 56px;
    height: 6px;
    z-index: 100;
    background-color: rgb(0, 15, 21);
    border-radius: 2px;
  }

  /* 主图 */
  .sp-part3 {
    position: relative;
    height: 1114px;
  }

  .sp-part3 .sp-img-wrapper1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 1080px;
    height: 1114px;
  }

  .sp-part3 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part3 .sp-img-wrapper2 {
    position: absolute;
    top: 443px;
    left: 745px;
    z-index: 100;
    width: 237px;
    height: 241px;
  }

  .sp-part3 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part3 .sp-img-wrapper3 {
    position: absolute;
    top: 1013px;
    left: 40px;
    z-index: 100;
    width: 1040px;
    height: 55px;
  }

  .sp-part3 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* 第三 */
  .sp-part4 {
    position: relative;
    height: 957px;
    background-color: #fdfff1;
  }

  .sp-part4 .sp-shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1080px;
    height: 957px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
  }

  .sp-part4 .sp-shape1-text1 {
    position: absolute;
    top: 120px;
    left: 151px;
    width: max-content;
    z-index: 100;
    font-size: 74px;
    text-align: center;
    line-height: 84px;
  }

  .sp-part4 .sp-shape1-text1 .sp-text1_1-s0-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part4 .sp-shape1-text1 .sp-text1_1-s1-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part4 .sp-shape1-text2 {
    position: absolute;
    top: 309px;
    left: 97px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }

  .sp-part4 .sp-shape1-text2 .sp-text1_2-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-shape1-text2 .sp-text1_2-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-shape1-img-wrapper3 {
    position: absolute;
    top: 440px;
    left: 179px;
    width: 87px;
    height: 87px;
    z-index: 100;
  }

  .sp-part4 .sp-shape1-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-shape1-img-wrapper4 {
    position: absolute;
    top: 440px;
    left: 555px;
    width: 72px;
    height: 72px;
    z-index: 100;
  }

  .sp-part4 .sp-shape1-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-shape1-text5 {
    position: absolute;
    top: 448px;
    left: 282px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: left;
    line-height: 35px;
  }

  .sp-part4 .sp-shape1-text5 .sp-text1_5-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-shape1-text5 .sp-text1_5-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-shape1-text6 {
    position: absolute;
    top: 449px;
    left: 653px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: left;
    line-height: 35px;
  }

  .sp-part4 .sp-btn-box { 
    position: absolute;
    top: 581px;
    left: 90px;
    z-index: 101;

  }

  .sp-part4 .sp-button-box {
    width: 898px;
    height: 126px;
    font-size: 71px;
    font-family: Unbounded-Bold;
    color: #ffffff;
    font-weight: bold;
    background: rgb(255, 90, 0);
    border-radius: 63px;
    background: url("/cdn/shop/files/20260129-an-niu-di-50-mb.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
  }

  .sp-part4 .sp-shape1-text6 .sp-text1_6-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-shape1-text6 .sp-text1_6-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-shape1-img-wrapper7 {
    position: absolute;
    top: 581px;
    left: 90px;
    width: 898px;
    height: 126px;
    z-index: 100;
  }

  .sp-part4 .sp-shape1-img7 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-shape1-text8 {
    position: absolute;
    top: 618px;
    left: 210px;
    width: max-content;
    z-index: 100;
    font-size: 71px;
    text-align: center;
    line-height: 95px;
  }

  .sp-part4 .sp-shape1-text8 .sp-text1_8-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part4 .sp-shape1-img-wrapper9 {
    position: absolute;
    top: 748px;
    left: 192px;
    width: 346px;
    height: 89px;
    z-index: 100;
  }

  .sp-part4 .sp-shape1-img9 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-shape1-text10 {
    position: absolute;
    top: 745px;
    left: 554px;
    width: max-content;
    z-index: 100;
    font-size: 38px;
    text-align: center;
    line-height: 65px;
  }

  .sp-scroll {
    position: absolute;
    bottom: 51px;
    width: 100%;
    z-index: 105;
  }
  
  /* .sp-scroll .nav-imgs .sp-img-wrap {
    width: 3400px !important;
    height: 83px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .sp-scroll .nav-imgs .sp-icon-wrap {
    width: 188px;
    height: 80px;
  }

  .sp-scroll .nav-imgs .sp-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  
  .sp-scroll .sp-icon {
    flex-shrink: 0;
  } */
   .sp-part3 .sp-swiper4.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
  .sp-swiper4 img {
    width: 1041px;
  }

  .sp-part4 .sp-shape1-text10 .sp-text1_10-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part4 .sp-shape1-text11 {
    position: absolute;
    top: 785px;
    left: 560px;
    width: max-content;
    z-index: 100;
    font-size: 26px;
    text-align: center;
    line-height: 65px;
  }

  .sp-part4 .sp-shape1-text11 .sp-text1_11-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  /* 第三 */
  .sp-part5 {
    position: relative;
    height: 1470px;
    background-color: #eeeeee;
  }

  .sp-part5 .sp-shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1080px;
    height: 1470px;
    z-index: 100;
    background-color: rgb(238, 238, 238);
  }

  .sp-part5 .sp-shape1-text1 {
    position: absolute;
    top: 126px;
    left: 110px;
    width: max-content;
    z-index: 100;
    font-size: 62px;
    text-align: center;
    line-height: 76px;
  }

  .sp-part5 .sp-shape1-text1 .sp-text1_1-s0-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part5 .sp-shape1-text1 .sp-text1_1-s1-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part5 .sp-shape1-img-wrapper2 {
    position: absolute;
    top: 317px;
    left: 80px;
    width: 452px;
    height: 509px;
    z-index: 100;
  }

  .sp-part5 .sp-shape1-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part5 .sp-shape1-img-wrapper3 {
    position: absolute;
    top: 317px;
    left: 548px;
    width: 452px;
    height: 509px;
    z-index: 100;
  }

  .sp-part5 .sp-shape1-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part5 .sp-shape1-text4 {
    position: absolute;
    top: 755px;
    left: 85px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
  }

  .sp-part5 .sp-shape1-text4 .sp-text1_4-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part5 .sp-shape1-text4 .sp-text1_4-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part5 .sp-shape1-text5 {
    position: absolute;
    top: 753px;
    left: 611px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
  }

  .sp-part5 .sp-shape1-text5 .sp-text1_5-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part5 .sp-shape1-img-wrapper6 {
    position: absolute;
    top: 842px;
    left: 80px;
    width: 452px;
    height: 509px;
    z-index: 100;
  }

  .sp-part5 .sp-shape1-img6 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part5 .sp-shape1-img-wrapper7 {
    position: absolute;
    top: 842px;
    left: 548px;
    width: 452px;
    height: 509px;
    z-index: 100;
  }

  .sp-part5 .sp-shape1-img7 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part5 .sp-shape1-text8 {
    position: absolute;
    top: 1279px;
    left: 92px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}

  .sp-part5 .sp-shape1-text8 .sp-text1_8-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part5 .sp-shape1-text9 {
    position: absolute;
    top: 1278px;
    left: 611px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
  }

  .sp-part5 .sp-shape1-text9 .sp-text1_9-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  /* 第四 */
  .sp-part6 {
    position: relative;
    height: 1900px;
    background-color: #fff;
  }

  .sp-part6 .sp-text1 {
    position: absolute;
    top: 119px;
    left: 229px;
    width: max-content;
    z-index: 100;
    font-size: 66px;
    text-align: center;
    line-height: 76px;
  }

  .sp-part6 .sp-text1 .sp-text1-s0-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part6 .sp-text1 .sp-text1-s1-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part6 .sp-text2 {
    position: absolute;
    top: 289px;
    left: 116px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }

  .sp-part6 .sp-text2 .sp-text2-s0-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Regular";
  }

  .sp-part6 .sp-text2 .sp-text2-s1-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Regular";
  }

  .sp-part6 .sp-shape1 {
    position: absolute;
    top: 416px;
    left: 40px;
    width: 1000px;
    height: 650px;
    z-index: 100;
    background-color: rgb(208, 208, 208);
    border-radius: 18px;
    overflow: hidden;
  }

  .sp-part6 .sp-shape1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-part6 .sp-shape2 {
    position: absolute;
    top: 1129px;
    left: 66px;
    width: 466px;
    height: 353px;
    z-index: 100;
    background-color: rgb(208, 208, 208);
    border-radius: 9px;
  }

  .sp-part6 .sp-shape2-text1 {
    position: absolute;
    top: 0px;
    left: 194px;
    width: max-content;
    z-index: 100;
    font-size: 31px;
    text-align: center;
    line-height: 36px;
  }

  .sp-part6 .sp-shape2-text1 .sp-text2_1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part6 .sp-shape3 {
    position: absolute;
    top: 1129px;
    left: 549px;
    width: 466px;
    height: 353px;
    z-index: 100;
    background-color: rgb(208, 208, 208);
    border-radius: 9px;
  }

  .sp-part6 .sp-shape3-text1 {
    position: absolute;
    top: 0px;
    left: 191px;
    width: max-content;
    z-index: 100;
    font-size: 31px;
    text-align: center;
    line-height: 36px;
  }

  .sp-part6 .sp-shape3-text1 .sp-text3_1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part6 .sp-shape4 {
    position: absolute;
    top: 1278px;
    left: 511px;
    width: 59px;
    height: 59px;
    z-index: 100;
    background-color: rgb(158, 189, 111);
  }

  /* 移动端轮播图区域 */
  .sp-part6 .sp-part6-swiper-wrapper {
    position: absolute;
    top: 1104px;
    left: 40px;
    z-index: 100;
    width: 1001px;
height: 469px;
border-radius: 18px;
  }

  .sp-part6 .sp-part6-swiper {
    width: 100%;
    height: 500px;
  }

  .sp-part6 .sp-part6-swiper .swiper-wrapper {
    width: 100%;
  }

  .sp-part6 .sp-part6-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .sp-part6 .sp-part6-swiper .sp-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .sp-part6 .sp-part6-swiper .sp-slide-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .sp-part6 .sp-part6-swiper .sp-slide-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp-part6 .sp-part6-swiper .sp-slide-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Unbounded-Regular;
    font-size: 34px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 42px;
    font-weight: 400;
font-size: 32px;
color: #FFFFFF;
line-height: 36px;
  }

  /* 移动端分页点 */
  .sp-part6 .sp-part6-pagination {
    position: absolute;
    top: 420px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 10;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 15px;
    left: 32px;
  }

  .sp-part6 .sp-part6-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid #FFFFFF;
background-color: transparent;
  }

  .sp-part6 .sp-part6-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
  }

  /* After 标签 */
  .sp-part6 .sp-part6-after-label {
    position: absolute;
    top: 30px;
    left: 170px;
    z-index: 101;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .sp-part6 .sp-part6-after-icon {
    width: 25px;
    height: 25px;
  }

  .sp-part6 .sp-part6-after-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part6 .sp-part6-after-text {
    font-family: "Unbounded-SemiBold";
    font-size: 31px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 36px;
  }

  /* Before 标签 */
  .sp-part6 .sp-part6-before-label {
    position: absolute;
    top: 30px;
    left: 660px;
    z-index: 101;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .sp-part6 .sp-part6-before-icon {
    width: 25px;
    height: 25px;
  }

  .sp-part6 .sp-part6-before-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part6 .sp-part6-before-text {
    font-family: "Unbounded-SemiBold";
    font-size: 31px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 36px;
  }

  /* 产品图片 - 右下角 */
  .sp-part6 .sp-part6-product-img {
    position: absolute;
    bottom: -35px;
    right: -45px;
    z-index: 102;
    width: 246px;
    height: 237px;
  }

  .sp-part6 .sp-part6-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part6 .sp-img-wrapper1 {
    position: absolute;
    top: 1352px;
    left: 834px;
    z-index: 100;
    width: 246px;
    height: 237px;
  }

  .sp-part6 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part6 .sp-text3 {
    position: absolute;
    top: 1511px;
    left: 356px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 36px;
  }

  .sp-part6 .sp-text3 .sp-text3-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part6 .sp-shape5 {
    position: absolute;
    top: 1520px;
    left: 77px;
    width: 16px;
    height: 16px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part6 .sp-shape6 {
    position: absolute;
    top: 1520px;
    left: 101px;
    width: 16px;
    height: 16px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part6 .sp-shape7 {
    position: absolute;
    top: 1520px;
    left: 125px;
    width: 16px;
    height: 16px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part6 .sp-btn-box {
    position: absolute;
    top: 1654px;
    left: 91px;
    z-index: 109;
  }

  .sp-part6 .sp-btn-box .sp-button-box {
    width: 898px;
    height: 126px;
    font-size: 71px;
    font-family: Unbounded-Bold;
    color: #ffffff;
    font-weight: bold;
    background: rgb(255, 90, 0);
    border-radius: 63px;
    box-shadow: none;
    background: url("/cdn/shop/files/20260129-an-niu-di-50-mb.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part6 .sp-shape9 {
    position: absolute;
    top: 1671px;
    left: 880px;
    width: 91px;
    height: 91px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  /* 第五 */
  .sp-part7 {
    position: relative;
    height: 1964px;
  }

  .sp-part7 .sp-img-wrapper1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 1080px;
    height: 1964px;
  }

  .sp-part7 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part7 .sp-text1 {
    position: absolute;
    top: 123px;
    left: 227px;
    width: max-content;
    z-index: 100;
    font-size: 66px;
    text-align: center;
    line-height: 76px;
  }

  .sp-part7 .sp-text1 .sp-text1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part7 .sp-text1 .sp-text1-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part7 .sp-text2 {
    position: absolute;
    top: 289px;
    left: 73px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }

  .sp-part7 .sp-text2 .sp-text2-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part7 .sp-img-wrapper2 {
    position: absolute;
    top: 1037px;
    left: 149px;
    z-index: 100;
    width: 782px;
    height: 85px;
  }

  .sp-part7 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part7 .sp-text3 {
    position: absolute;
    top: 1045px;
    left: 217px;
    width: max-content;
    z-index: 100;
    font-size: 45px;
    text-align: center;
  }

  .sp-part7 .sp-text3 .sp-text3-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part7 .sp-text3 .sp-text3-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Medium";
  }

  .sp-part7 .sp-img-wrapper3 {
    position: absolute;
    top: 1159px;
    left: 38px;
    z-index: 100;
    width: 1004px;
    height: 687px;
  }

  .sp-part7 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part7 .sp-text4 {
    position: absolute;
    top: 1174px;
    left: 183px;
    width: max-content;
    z-index: 100;
    font-size: 45px;
    text-align: center;
    line-height: 105px;
  }

  .sp-part7 .sp-text4 .sp-text4-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Medium";
  }

  .sp-part7 .sp-text5 {
    position: absolute;
    top: 1255px;
    left: 230px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    text-align: center;
    line-height: 52px;
  }

  .sp-part7 .sp-text5 .sp-text5-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part7 .sp-img-wrapper4 {
    position: absolute;
    top: 1258px;
    left: 27px;
    z-index: 101;
    width: 223px;
    height: 239px;
  }

  .sp-part7 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part7 .sp-shape1 {
    position: absolute;
    top: 1329px;
    left: 71px;
    width: 940px;
    height: 211px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
    border-radius: 16px;
  }

  .sp-part7 .sp-shape1-text1 {
    position: absolute;
    top: 60px;
    left: 218px;
    width: max-content;
    z-index: 100;
    font-size: 42px;
    text-align: left;
    line-height: 52px;
  }

  .sp-part7 .sp-shape1-text1 .sp-text1_1-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part7 .sp-shape1-text1 .sp-text1_1-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part7 .sp-img-wrapper5 {
    position: absolute;
    top: 1538px;
    left: 865px;
    z-index: 101;
    width: 161px;
    height: 238px;
  }

  .sp-part7 .sp-img5 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part7 .sp-shape2 {
    position: absolute;
    top: 1574px;
    left: 71px;
    width: 940px;
    height: 211px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
    border-radius: 16px;
  }

  .sp-part7 .sp-shape2-text1 {
    position: absolute;
    top: 60px;
    left: 217px;
    width: max-content;
    z-index: 100;
    font-size: 42px;
    text-align: left;
    line-height: 52px;
  }

  .sp-part7 .sp-shape2-text1 .sp-text2_1-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part7 .sp-shape2-text1 .sp-text2_1-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  /* 第六 */
  .sp-part8 {
    position: relative;
    height: 2207px;
    background-color: #fdfff1;
  }

  .sp-part8 .sp-shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1080px;
    height: 2207px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
  }

  .sp-part8 .sp-shape1-text1 {
    position: absolute;
    top: 118px;
    /* left: 83px; */
    width: 100%;
    z-index: 100;
    font-size: 66px;
    text-align: center;
    line-height: 76px;
  }

  .sp-part8 .sp-shape1-text1 .sp-text1_1-s0-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part8 .sp-shape1-text1 .sp-text1_1-s1-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part8 .sp-shape1-text2 {
    position: absolute;
    top: 288px;
    left: 191px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }

  .sp-part8 .sp-shape1-text2 .sp-text1_2-s0-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-shape1-text2 .sp-text1_2-s1-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-shape1-img-wrapper3 {
    position: absolute;
    top: 436px;
    left: 70px;
    width: 940px;
    height: 904px;
    z-index: 100;
  }

  .sp-part8 .sp-shape1-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-shape1-img-wrapper4 {
    position: absolute;
    top: 993px;
    left: 39px;
    width: 134px;
    height: 116px;
    z-index: 100;
  }

  .sp-part8 .sp-shape1-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-shape1-text5 {
    position: absolute;
    top: 1355px;
    left: 547px;
    width: max-content;
    z-index: 100;
    font-size: 49px;
    text-align: left;
    line-height: 99px;
  }

  .sp-part8 .sp-shape1-text5 .sp-text1_5-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part8 .sp-shape1-text6 {
    position: absolute;
    top: 1383px;
    left: 198px;
    width: max-content;
    z-index: 100;
    font-size: 49px;
    text-align: left;
    line-height: 99px;
  }

  .sp-part8 .sp-shape1-text6 .sp-text1_6-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part8 .sp-shape1-text7 {
    position: absolute;
    top: 1463px;
    left: 94px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
  }

  .sp-part8 .sp-shape1-text7 .sp-text1_7-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part8 .sp-shape1-img-wrapper8 {
    position: absolute;
    top: 1545px;
    left: 71px;
    width: 937px;
    height: 346px;
    z-index: 100;
  }

  .sp-part8 .sp-shape1-img8 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-shape1-text9 {
    position: absolute;
    top: 1826px;
    left: 116px;
    width: max-content;
    z-index: 100;
    font-size: 36px;
    text-align: center;
    line-height: 49px;
  }

  .sp-part8 .sp-shape1-text9 .sp-text1_9-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-shape1-text10 {
    position: absolute;
    top: 1998px;
    left: 211px;
    width: max-content;
    z-index: 100;
    font-size: 71px;
    text-align: center;
    line-height: 95px;
  }

  .sp-part8 .sp-shape1-text10 .sp-text1_10-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part8 .sp-shape2 {
    position: absolute;
    top: 1365px;
    left: 167px;
    width: 360px;
    height: 74px;
    z-index: 100;
    background-color: rgb(255, 90, 0);
    border-radius: 36px;
  }

  .sp-part8 .sp-shape2-text1 {
    position: absolute;
    left: 30px;
    width: max-content;
    z-index: 100;
    font-size: 49px;
    text-align: center;
  }

  .sp-part8 .sp-shape2-text1 .sp-text2_1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part8 .sp-btn-box {
    position: absolute;
    top: 1961px;
    left: 91px;
    z-index: 109;
  }

  .sp-part8 .sp-btn-box .sp-button-box {
    width: 898px;
    height: 126px;
    font-size: 71px;
    font-family: Unbounded-Bold;
    color: #ffffff;
    font-weight: bold;
    background: rgb(255, 90, 0);
    border-radius: 63px;
    box-shadow: none;
    background: url("/cdn/shop/files/20260129-an-niu-di-50-mb.png") no-repeat;
    background-size: 100% 100%;
  }

  .sp-part8 .sp-shape4 {
    position: absolute;
    top: 1978px;
    left: 880px;
    width: 91px;
    height: 91px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  /* 第六 */
  .sp-part9 {
    position: relative;
    height: 1269px;
  }

  .sp-part9 .sp-img-wrapper1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 1080px;
    height: 1269px;
  }

  .sp-part9 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part9 .sp-text1 {
    position: absolute;
    top: 115px;
    left: 188px;
    width: max-content;
    z-index: 100;
    font-size: 66px;
    text-align: center;
    line-height: 76px;
  }

  .sp-part9 .sp-text1 .sp-text1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part9 .sp-text1 .sp-text1-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part9 .sp-text2 {
    position: absolute;
    top: 285px;
    left: 145px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }

  .sp-part9 .sp-text2 .sp-text2-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part9 .sp-text2 .sp-text2-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  /* 轮播图区域 */
  .sp-part9 .sp-part9-swiper-wrapper {
    position: absolute;
    top: 425px;
    left: 41px;
    width: 999px;
    z-index: 100;
  }

  .sp-part9 .sp-part9-swiper {
    width: 100%;
    height: 640px;
  }

  .sp-part9 .sp-part9-swiper .swiper-wrapper {
    width: 100%;
  }

  .sp-part9 .sp-part9-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .sp-part9 .sp-part9-swiper .sp-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgb(27, 27, 27);
    border-radius: 24px;
    overflow: hidden;
  }

  .sp-part9 .sp-part9-swiper .sp-slide-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-part9 .sp-part9-swiper .sp-slide-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Unbounded-Regular";
    font-size: 34px;
    color: rgb(34, 34, 34);
    text-align: center;
    line-height: 42px;
  }

  /* 分页点容器 - 在轮播图外部底部 */
  .sp-part9 .sp-part9-pagination {
    position: absolute;
    top: 710px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .sp-part9 .sp-part9-pagination .swiper-pagination-bullet {
    background: #C1C1C1;
    border-radius: 3px;
    opacity: 1 !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 89px;
height: 19px;
border-radius: 9px;
  }

  .sp-part9 .sp-part9-pagination .swiper-pagination-bullet-active {
    background: #9DE426;
  }

  .sp-part9 .sp-shape2 {
    position: absolute;
    top: 951px;
    left: 41px;
    width: 999px;
    height: 104px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
  }

  .sp-part9 .sp-shape2-text1 {
    position: absolute;
    top: 35px;
    left: 372px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    text-align: center;
    line-height: 42px;
  }

  .sp-part9 .sp-shape2-text1 .sp-text2_1-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part9 .sp-shape3 {
    position: absolute;
    top: 1131px;
    left: 182px;
    width: 89px;
    height: 19px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 9px;
  }

  .sp-part9 .sp-shape4 {
    position: absolute;
    top: 1131px;
    left: 286px;
    width: 89px;
    height: 19px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 9px;
  }

  .sp-part9 .sp-shape5 {
    position: absolute;
    top: 1131px;
    left: 391px;
    width: 89px;
    height: 19px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 9px;
  }

  .sp-part9 .sp-shape6 {
    position: absolute;
    top: 1131px;
    left: 496px;
    width: 89px;
    height: 19px;
    z-index: 100;
    background-color: rgb(157, 228, 38);
    border-radius: 9px;
  }

  .sp-part9 .sp-shape7 {
    position: absolute;
    top: 1131px;
    left: 602px;
    width: 89px;
    height: 19px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 9px;
  }

  .sp-part9 .sp-shape8 {
    position: absolute;
    top: 1131px;
    left: 706px;
    width: 89px;
    height: 19px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 9px;
  }

  .sp-part9 .sp-shape9 {
    position: absolute;
    top: 1131px;
    left: 811px;
    width: 89px;
    height: 19px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 9px;
  }

  /* 第七 */
  .sp-part10 {
    position: relative;
    height: 1806px;
    background-color: #fff;
  }
  .sp-part10 .gl1 { 
    position: absolute;
    top: 120px;
    left: 40px;
    width: 1000px;
height: 590px;
background: linear-gradient(162deg, #FFEAC6 0%, #ECB167 74%);
border-radius: 28px;
  }

  .sp-part10 .sp-text1 {
    position: absolute;
    top: 187px;
    left: 85px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    line-height: 62px;
  }

  .sp-part10 .sp-text1 .sp-text1-s0-c85380-fUnbounde {
    color: rgb(85, 38, 0);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-text1 .sp-text1-s1-c85380-fUnbounde {
    color: rgb(85, 38, 0);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-text2 {
    position: absolute;
    top: 328px;
    left: 83px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    line-height: 34px;
  }

  .sp-part10 .sp-text2 .sp-text2-s0-c93480-fUnbounde {
    color: rgb(93, 48, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-text3 {
    position: absolute;
    top: 397px;
    left: 89px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    line-height: 36px;
  }

  .sp-part10 .sp-text3 .sp-text3-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part10 .sp-text3 .sp-text3-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part10 .sp-text3 .sp-text3-s2-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part10 .sp-text3 .sp-text3-s3-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part10 .sp-img-wrapper1 {
    position: absolute;
    top: 445px;
    left: 815px;
    z-index: 100;
    width: 225px;
    height: 265px;
  }

  .sp-part10 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper2 {
    position: absolute;
    top: 592px;
    left: 84px;
    z-index: 100;
    width: 58px;
    height: 50px;
  }

  .sp-part10 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper3 {
    position: absolute;
    top: 592px;
    left: 249px;
    z-index: 100;
    width: 73px;
    height: 50px;
  }

  .sp-part10 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper4 {
    position: absolute;
    top: 592px;
    left: 429px;
    z-index: 100;
    width: 64px;
    height: 50px;
  }

  .sp-part10 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper5 {
    position: absolute;
    top: 592px;
    left: 600px;
    z-index: 100;
    width: 128px;
    height: 50px;
  }

  .sp-part10 .sp-img5 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper6 {
    position: absolute;
    top: 752px;
    left: 39px;
    z-index: 100;
    width: 232px;
    height: 97px;
  }

  .sp-part10 .sp-img6 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper7 {
    position: absolute;
    top: 752px;
    left: 296px;
    z-index: 100;
    width: 232px;
    height: 97px;
  }

  .sp-part10 .sp-img7 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper8 {
    position: absolute;
    top: 752px;
    left: 552px;
    z-index: 100;
    width: 232px;
    height: 97px;
  }

  .sp-part10 .sp-img8 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper9 {
    position: absolute;
    top: 752px;
    left: 809px;
    z-index: 100;
    width: 232px;
    height: 97px;
  }

  .sp-part10 .sp-img9 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-text4 {
    position: absolute;
    top: 765px;
    left: 55px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    transform:scale(.7);
  }

  .sp-part10 .sp-text4 .sp-text4-s0-c119780-fUnbounde {
    color: rgb(119, 78, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-text5 {
    position: absolute;
    top: 765px;
    left: 296px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    transform:scale(.7);
  }

  .sp-part10 .sp-text5 .sp-text5-s0-c119780-fUnbounde {
    color: rgb(119, 78, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-text6 {
    position: absolute;
    top: 765px;
    left: 549px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    transform:scale(.7);
  }

  .sp-part10 .sp-text6 .sp-text6-s0-c119780-fUnbounde {
    color: rgb(119, 78, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-text7 {
    position: absolute;
    top: 765px;
    left: 808px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    transform:scale(.7);
  }

  .sp-part10 .sp-text7 .sp-text7-s0-c119780-fUnbounde {
    color: rgb(119, 78, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-img-wrapper10 {
    position: absolute;
    top: 912px;
    left: 40px;
    z-index: 100;
    width: 1000px;
    height: 845px;
  }

  .sp-part10 .sp-img10 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper11 {
    position: absolute;
    top: 935px;
    left: 60px;
    z-index: 100;
    width: 960px;
    height: 374px;
  }

  .sp-part10 .sp-img11 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-text8 {
    position: absolute;
    top: 1370px;
    left: 340px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    line-height: 55px;
  }

  .sp-part10 .sp-text8 .sp-text8-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-text9 {
    position: absolute;
    top: 1464px;
    left: 268px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
  }

  .sp-part10 .sp-text9 .sp-text9-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-text9 .sp-text9-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-text9 .sp-text9-s2-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-text9 .sp-text9-s3-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-text9 .sp-text9-s4-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-text9 .sp-text9-s5-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-text9 .sp-text9-s6-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-text9 .sp-text9-s7-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part10 .sp-text9 .sp-text9-s8-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-text9 .sp-text9-s9-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  /* 第七 */
  .sp-part11 {
    position: relative;
    height: 359px;
    background-color: #fff;
  }

  .sp-part11 .sp-img-wrapper1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 1080px;
    height: 359px;
  }

  .sp-part11 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part11 .sp-img-wrapper2 {
    position: absolute;
    top: 66px;
    left: 202px;
    z-index: 100;
    width: 145px;
    height: 37px;
  }

  .sp-part11 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part11 .sp-text1 {
    position: absolute;
    top: 62px;
    left: 361px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    line-height: 50px;
  }

  .sp-part11 .sp-text1 .sp-text1-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part11 .sp-text1 .sp-text1-s1-c2552340-fPoppinsB {
    color: rgb(255, 234, 0);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-text1 .sp-text1-s2-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part11 .sp-img-wrapper3 {
    position: absolute;
    top: 98px;
    left: 40px;
    z-index: 100;
    width: 76px;
    height: 70px;
    animation: sp-bounce 2s ease-in-out infinite;
  }

  .sp-part11 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part11 .sp-img-wrapper4 {
    position: absolute;
    top: 103px;
    left: 966px;
    z-index: 100;
    width: 74px;
    height: 63px;
    animation: sp-bounce 2s ease-in-out infinite;
  }

  .sp-part11 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part11 .sp-text2 {
    position: absolute;
    top: 96px;
    left: 145px;
    width: max-content;
    z-index: 100;
    font-size: 51px;
    line-height: 59px;
  }

  .sp-part11 .sp-text2 .sp-text2-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-text2 .sp-text2-s1-c2552340-fPoppinsB {
    color: rgb(255, 234, 0);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-text2 .sp-text2-s2-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  /* 原有的文本样式保留，但只在非轮播时使用 */
  .sp-part11 .sp-text3:not(.sp-part11-carousel .sp-text3),
  .sp-part11 .sp-text4:not(.sp-part11-carousel .sp-text4),
  .sp-part11 .sp-text5:not(.sp-part11-carousel .sp-text5) {
    position: absolute;
    top: 238px;
    left: 87px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    line-height: 24px;
  }

  .sp-part11 .sp-text3:not(.sp-part11-carousel .sp-text3) .sp-text3-s0-c255255255-fPoppinsM,
  .sp-part11 .sp-text4:not(.sp-part11-carousel .sp-text4) .sp-text4-s0-c255255255-fPoppinsM,
  .sp-part11 .sp-text5:not(.sp-part11-carousel .sp-text5) .sp-text5-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  /* 走马灯容器样式 */
  .sp-part11-marquee {
    position: absolute;
    top: 200px;
    left: 0;
    width: 1080px;
    height: 100px;
    z-index: 100;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .sp-part11-marquee .sp-marquee-container {
    display: flex;
    animation: sp-marquee-scroll 20s linear infinite;
    white-space: nowrap;
  }

  @keyframes sp-marquee-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .sp-part11-marquee .sp-marquee-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
    font-family: Poppins-Medium;
    font-size: 30px;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
  }

  .sp-part11-marquee .sp-marquee-item img {
    width: 30px;
    height: 21px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .sp-part11-marquee .sp-marquee-item .sp-text3-s0-c255255255-fPoppinsM,
  .sp-part11-marquee .sp-marquee-item .sp-text4-s0-c255255255-fPoppinsM,
  .sp-part11-marquee .sp-marquee-item .sp-text5-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  /* shopping */
  .sp-part12 {
    position: relative;
    height: 2389px;
    background-color: #fff;
  }

  .sp-part12 .sp-img-wrapper1 {
    position: absolute;
    top: 44px;
    left: 58px;
    z-index: 100;
    width: 962px;
    height: 680px;
  }

  .sp-part12 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-img-wrapper2 {
    position: absolute;
    top: 58px;
    left: 71px;
    z-index: 100;
    width: 934px;
    height: 524px;
  }

  .sp-part12 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-text1 {
    position: absolute;
    top: 71px;
    left: 151px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: right;
    line-height: 23px;
  }

  .sp-part12 .sp-text1 .sp-text1-s0-c202020-fPoppinsM {
    color: rgb(20, 20, 20);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-shape1 {
    position: absolute;
    top: 622px;
    left: 725px;
    width: 52px;
    height: 51px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 9px;
  }

  .sp-part12 .sp-shape1-text1 {
    position: absolute;
    top: 14px;
    left: 11px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    text-align: left;
    line-height: 52px;
  }

  .sp-part12 .sp-shape1-text1 .sp-text1_1-s0-c525252-fPoppinsB {
    color: rgb(52, 52, 52);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape2 {
    position: absolute;
    top: 622px;
    left: 826px;
    width: 52px;
    height: 51px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 9px;
  }

  .sp-part12 .sp-shape2-text1 {
    position: absolute;
    top: 13px;
    left: 6px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    text-align: left;
    line-height: 52px;
  }

  .sp-part12 .sp-shape2-text1 .sp-text2_1-s0-c525252-fPoppinsB {
    color: rgb(52, 52, 52);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape3 {
    position: absolute;
    top: 622px;
    left: 930px;
    width: 52px;
    height: 51px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 9px;
  }

  .sp-part12 .sp-shape3-text1 {
    position: absolute;
    top: 13px;
    left: 6px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    text-align: left;
    line-height: 52px;
  }

  .sp-part12 .sp-shape3-text1 .sp-text3_1-s0-c525252-fPoppinsB {
    color: rgb(52, 52, 52);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape4 {
    position: absolute;
    top: 637px;
    left: 798px;
    width: 7px;
    height: 7px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part12 .sp-shape5 {
    position: absolute;
    top: 637px;
    left: 901px;
    width: 7px;
    height: 7px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part12 .sp-shape6 {
    position: absolute;
    top: 652px;
    left: 798px;
    width: 7px;
    height: 7px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part12 .sp-shape7 {
    position: absolute;
    top: 652px;
    left: 901px;
    width: 7px;
    height: 7px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part12 .sp-text2 {
    position: absolute;
    top: 660px;
    left: 217px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: center;
    line-height: 21px;
  }

  .sp-part12 .sp-text2 .sp-text2-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part12 .sp-text3 {
    position: absolute;
    top: 678px;
    left: 830px;
    width: max-content;
    z-index: 100;
    font-size: 16px;
    line-height: 20px;
  }

  .sp-part12 .sp-text3 .sp-text3-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-text4 {
    position: absolute;
    top: 680px;
    left: 731px;
    width: max-content;
    z-index: 100;
    font-size: 16px;
    line-height: 20px;
  }

  .sp-part12 .sp-text4 .sp-text4-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-text5 {
    position: absolute;
    top: 680px;
    left: 936px;
    width: max-content;
    z-index: 100;
    font-size: 16px;
    line-height: 20px;
  }

  .sp-part12 .sp-text5 .sp-text5-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-text6 {
    position: absolute;
    top: 787px;
    left: 74px;
    width: max-content;
    z-index: 100;
    font-size: 45px;
    text-align: right;
    line-height: 55px;
  }

  .sp-part12 .sp-text6 .sp-text6-s0-c111111-fPoppinsS {
    color: rgb(11, 11, 11);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape8 {
    position: absolute;
    top: 871px;
    left: 59px;
    width: 959px;
    height: 3px;
    z-index: 100;
    background-color: rgb(157, 157, 157);
    opacity: 0.29;
  }

  .sp-part12 .sp-img-wrapper3 {
    position: absolute;
    top: 915px;
    left: 629px;
    z-index: 100;
    width: 58px;
    height: 79px;
  }

  .sp-part12 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-text7 {
    position: absolute;
    top: 926px;
    left: 63px;
    width: max-content;
    z-index: 100;
    font-size: 74px;
    text-align: center;
    line-height: 34px;
  }

  .sp-part12 .sp-text7 .sp-text7-s0-c25577-fPoppinsB {
    color: rgb(255, 7, 7);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape9 {
    position: absolute;
    top: 939px;
    left: 661px;
    width: 235px;
    height: 48px;
    z-index: 100;
    background-color: rgb(253, 119, 27);
    border-radius: 10px;
  }

  .sp-part12 .sp-shape9-text1 {
    position: absolute;
    top: 7px;
    left: 37px;
    width: max-content;
    z-index: 100;
    font-size: 41px;
    text-align: center;
    line-height: 72px;
  }

  .sp-part12 .sp-shape9-text1 .sp-text9_1-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part12 .sp-text8 {
    position: absolute;
    top: 946px;
    left: 407px;
    width: max-content;
    z-index: 100;
    font-size: 44px;
    text-align: center;
    line-height: 38px;
  }

  .sp-part12 .sp-text8 .sp-text8-s0-c157157157-fPoppinsB {
    color: rgb(157, 157, 157);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part12 .sp-text9 {
    position: absolute;
    top: 1053px;
    left: 61px;
    width: max-content;
    z-index: 100;
    font-size: 36px;
    text-align: right;
    line-height: 39px;
  }

  .sp-part12 .sp-text9 .sp-text9-s0-c105105105-fPoppinsS {
    color: rgb(105, 105, 105);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-img-wrapper4 {
    position: absolute;
    top: 1081px;
    left: 862px;
    z-index: 100;
    width: 96px;
    height: 46px;
  }

  .sp-part12 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-shape10 {
    position: absolute;
    top: 1103px;
    left: 62px;
    width: 232px;
    height: 77px;
    z-index: 100;
    background-color: rgb(255, 114, 0);
    border-radius: 5px;
  }

  .sp-part12 .sp-shape10-text1 {
    position: absolute;
    top: 22px;
    left: 53px;
    width: max-content;
    z-index: 100;
    font-size: 37px;
    text-align: center;
    line-height: 39px;
  }

  .sp-part12 .sp-shape10-text1 .sp-text10_1-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-shape11 {
    position: absolute;
    top: 1103px;
    left: 309px;
    width: 583px;
    height: 77px;
    z-index: 100;
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
  }

  .sp-part12 .sp-shape11-text1 {
    position: absolute;
    top: 24px;
    left: 39px;
    width: max-content;
    z-index: 100;
    font-size: 37px;
    text-align: center;
    line-height: 47px;
  }

  .sp-part12 .sp-shape11-text1 .sp-text11_1-s0-c939393-fPoppinsM {
    color: rgb(93, 93, 93);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-text10 {
    position: absolute;
    top: 1245px;
    left: 60px;
    width: max-content;
    z-index: 100;
    font-size: 36px;
    text-align: center;
    line-height: 42px;
  }

  .sp-part12 .sp-text10 .sp-text10-s0-c105105105-fPoppinsS {
    color: rgb(105, 105, 105);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape12 {
    position: absolute;
    top: 1300px;
    left: 61px;
    width: 428px;
    height: 98px;
    z-index: 100;
    background-color: rgb(130, 130, 130);
    border-radius: 10px;
  }

  .sp-part12 .sp-shape12-text1 {
    position: absolute;
    top: 33px;
    left: 209px;
    width: max-content;
    z-index: 100;
    font-size: 44px;
    text-align: center;
    line-height: 76px;
  }

  .sp-part12 .sp-shape12-text1 .sp-text12_1-s0-c000-fRobotoRe {
    color: rgb(0, 0, 0);
    font-family: "Roboto-Regular";
  }

  .sp-part12 .sp-shape12-text2 {
    position: absolute;
    top: 37px;
    left: 366px;
    width: max-content;
    z-index: 100;
    font-size: 44px;
    text-align: center;
    line-height: 76px;
  }

  .sp-part12 .sp-shape12-text2 .sp-text12_2-s0-c525252-fRobotoRe {
    color: rgb(52, 52, 52);
    font-family: "Roboto-Regular";
  }

  .sp-part12 .sp-shape13 {
    position: absolute;
    top: 1301px;
    left: 520px;
    width: 499px;
    height: 95px;
    z-index: 100;
    background-color: rgb(255, 243, 224);
    border-radius: 10px;
  }

  .sp-part12 .sp-shape13-img-wrapper1 {
    position: absolute;
    top: 31px;
    left: 78px;
    width: 43px;
    height: 39px;
    z-index: 100;
  }

  .sp-part12 .sp-shape13-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-shape13-text2 {
    position: absolute;
    top: 36px;
    left: 140px;
    width: max-content;
    z-index: 100;
    font-size: 42px;
    text-align: center;
    line-height: 38px;
  }

  .sp-part12 .sp-shape13-text2 .sp-text13_2-s0-c494242-fPoppinsM {
    color: rgb(49, 42, 42);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-shape14 {
    position: absolute;
    top: 1348px;
    left: 102px;
    width: 21px;
    height: 5px;
    z-index: 100;
    background-color: rgb(52, 52, 52);
    border-radius: 2px;
  }

  .sp-part12 .sp-shape15 {
    position: absolute;
    top: 1431px;
    left: 58px;
    width: 963px;
    height: 148px;
    z-index: 100;
    background-color: rgb(224, 0, 0);
    border-radius: 10px;
  }

  .sp-part12 .sp-shape15-text1 {
    position: absolute;
    top: 49px;
    left: 279px;
    width: max-content;
    z-index: 100;
    font-size: 70px;
    text-align: center;
    line-height: 32px;
  }

  .sp-part12 .sp-shape15-text1 .sp-text15_1-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part12 .sp-img-wrapper5 {
    position: absolute;
    top: 1622px;
    left: 214px;
    z-index: 100;
    width: 70px;
    height: 32px;
  }

  .sp-part12 .sp-img5 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-text11 {
    position: absolute;
    top: 1622px;
    left: 307px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    text-align: right;
    line-height: 37px;
  }

  .sp-part12 .sp-text11 .sp-text11-s0-c202020-fPoppinsM {
    color: rgb(20, 20, 20);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-text11 .sp-text11-s1-c23200-fPoppinsM {
    color: rgb(232, 0, 0);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-img-wrapper6 {
    position: absolute;
    top: 1713px;
    left: 99px;
    z-index: 100;
    width: 892px;
    height: 60px;
  }

  .sp-part12 .sp-img6 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-shape16 {
    position: absolute;
    top: 1831px;
    left: 63px;
    width: 941px;
    height: 224px;
    z-index: 100;
    background-color: rgb(238, 248, 254);
  }

  .sp-part12 .sp-shape16-img-wrapper1 {
    position: absolute;
    top: 32px;
    left: 84px;
    width: 42px;
    height: 48px;
    z-index: 100;
  }

  .sp-part12 .sp-shape16-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-shape16-text2 {
    position: absolute;
    top: 43px;
    left: 137px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: left;
    line-height: 56px;
  }

  .sp-part12 .sp-shape16-text2 .sp-text16_2-s0-c404040-fPoppinsS {
    color: rgb(40, 40, 40);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape16-img-wrapper3 {
    position: absolute;
    top: 111px;
    left: 78px;
    width: 775px;
    height: 63px;
    z-index: 100;
  }

  .sp-part12 .sp-shape16-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-shape17 {
    position: absolute;
    top: 2089px;
    left: 63px;
    width: 941px;
    height: 224px;
    z-index: 100;
    background-color: rgb(253, 252, 245);
  }

  .sp-part12 .sp-shape17-img-wrapper1 {
    position: absolute;
    top: 28px;
    left: 83px;
    width: 47px;
    height: 57px;
    z-index: 100;
  }

  .sp-part12 .sp-shape17-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part12 .sp-shape17-text2 {
    position: absolute;
    top: 42px;
    left: 141px;
    width: max-content;
    z-index: 100;
    font-size: 32px;
    text-align: left;
    line-height: 56px;
  }

  .sp-part12 .sp-shape17-text2 .sp-text17_2-s0-c404040-fPoppinsS {
    color: rgb(40, 40, 40);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape17-text3 {
    position: absolute;
    top: 116px;
    left: 83px;
    width: max-content;
    z-index: 100;
    font-size: 28px;
    text-align: right;
    line-height: 44px;
  }

  .sp-part12 .sp-shape17-text3 .sp-text17_3-s0-c102102102-fPoppinsS {
    color: rgb(102, 102, 102);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape17-text4 {
    position: absolute;
    top: 165px;
    left: 83px;
    width: max-content;
    z-index: 100;
    font-size: 28px;
    text-align: right;
    line-height: 44px;
  }

  .sp-part12 .sp-shape17-text4 .sp-text17_4-s0-c102102102-fPoppinsS {
    color: rgb(102, 102, 102);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  /* Our Promise Of Quality */
  .sp-part13 {
    position: relative;
    height: 1422px;
  }

  .sp-part13 .sp-img-wrapper1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 1080px;
    height: 1422px;
  }

  .sp-part13 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part13 .sp-text1 {
    position: absolute;
    top: 106px;
    left: 177px;
    width: max-content;
    z-index: 100;
    font-size: 60px;
    text-align: center;
    line-height: 80px;
  }

  .sp-part13 .sp-text1 .sp-text1-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part13 .sp-shape1 {
    position: absolute;
    top: 229px;
    left: 40px;
    width: 1000px;
    height: 340px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
  }

  .sp-part13 .sp-shape1-img-wrapper1 {
    position: absolute;
    top: 75px;
    left: 48px;
    width: 190px;
    height: 192px;
    z-index: 100;
  }

  .sp-part13 .sp-shape1-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part13 .sp-shape1-text2 {
    position: absolute;
    top: 91px;
    left: 290px;
    width: max-content;
    z-index: 100;
    font-size: 42px;
    text-align: left;
    line-height: 45px;
  }

  .sp-part13 .sp-shape1-text2 .sp-text1_2-s0-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part13 .sp-shape1-text2 .sp-text1_2-s1-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part13 .sp-shape1-text3 {
    position: absolute;
    top: 196px;
    left: 294px;
    width: max-content;
    z-index: 100;
    font-size: 27px;
    text-align: left;
    line-height: 35px;
  }

  .sp-part13 .sp-shape1-text3 .sp-text1_3-s0-c000-fPoppinsR {
    color: rgb(0, 0, 0);
    font-family: "Poppins-Regular";
    opacity: 0.8;
  }

  .sp-part13 .sp-shape1-text3 .sp-text1_3-s1-c000-fPoppinsR {
    color: rgb(0, 0, 0);
    font-family: "Poppins-Regular";
  }

  .sp-part13 .sp-shape2 {
    position: absolute;
    top: 611px;
    left: 40px;
    width: 1000px;
    height: 340px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
  }

  .sp-part13 .sp-shape2-img-wrapper1 {
    position: absolute;
    top: 75px;
    left: 48px;
    width: 190px;
    height: 192px;
    z-index: 100;
  }

  .sp-part13 .sp-shape2-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part13 .sp-shape2-text2 {
    position: absolute;
    top: 80px;
    left: 290px;
    width: max-content;
    z-index: 100;
    font-size: 42px;
    text-align: left;
    line-height: 45px;
  }

  .sp-part13 .sp-shape2-text2 .sp-text2_2-s0-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part13 .sp-shape2-text2 .sp-text2_2-s1-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part13 .sp-shape2-text3 {
    position: absolute;
    top: 195px;
    left: 294px;
    width: max-content;
    z-index: 100;
    font-size: 28px;
    text-align: left;
    line-height: 35px;
  }

  .sp-part13 .sp-shape2-text3 .sp-text2_3-s0-c000-fPoppinsR {
    color: rgb(0, 0, 0);
    font-family: "Poppins-Regular";
    opacity: 0.8;
  }

  .sp-part13 .sp-shape2-text3 .sp-text2_3-s1-c000-fPoppinsR {
    color: rgb(0, 0, 0);
    font-family: "Poppins-Regular";
  }

  .sp-part13 .sp-shape3 {
    position: absolute;
    top: 994px;
    left: 40px;
    width: 1000px;
    height: 340px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
  }

  .sp-part13 .sp-shape3-img-wrapper1 {
    position: absolute;
    top: 77px;
    left: 49px;
    width: 188px;
    height: 188px;
    z-index: 100;
  }

  .sp-part13 .sp-shape3-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part13 .sp-shape3-text2 {
    position: absolute;
    top: 90px;
    left: 292px;
    width: max-content;
    z-index: 100;
    font-size: 42px;
    text-align: left;
    line-height: 45px;
  }

  .sp-part13 .sp-shape3-text2 .sp-text3_2-s0-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part13 .sp-shape3-text2 .sp-text3_2-s1-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part13 .sp-shape3-text3 {
    position: absolute;
    top: 201px;
    left: 294px;
    width: max-content;
    z-index: 100;
    font-size: 28px;
    text-align: left;
    line-height: 35px;
  }

  .sp-part13 .sp-shape3-text3 .sp-text3_3-s0-c000-fPoppinsR {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Poppins-Regular";
  }

  .sp-part13 .sp-shape3-text3 .sp-text3_3-s1-c000-fPoppinsR {
    color: rgb(0, 0, 0);
    font-family: "Poppins-Regular";
  }

  /* FAQ */
  .sp-part14 {
    position: relative;
    height: 1169px;
    background-color: #fff;
  }

  .sp-part14 .sp-text1 {
    position: absolute;
    top: 115px;
    left: 359px;
    width: max-content;
    z-index: 100;
    font-size: 35px;
    text-align: center;
    line-height: 54px;
  }

  .sp-part14 .sp-text1 .sp-text1-s0-c507013-fPoppinsM {
    color: rgb(50, 70, 13);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-text2 {
    position: absolute;
    top: 171px;
    left: 314px;
    width: max-content;
    z-index: 100;
    font-size: 60px;
    line-height: 78px;
  }

  .sp-part14 .sp-text2 .sp-text2-s0-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part14 .sp-shape1 {
    position: absolute;
    top: 265px;
    left: 41px;
    width: 998px;
    height: 71px;
    z-index: 100;
    background-color: rgb(50, 70, 13);
    border-radius: 20px 0px 0px 20px;
  }

  .sp-part14 .sp-shape1-text1 {
    position: absolute;
    top: 17px;
    left: 30px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    text-align: left;
    line-height: 55px;
  }

  .sp-part14 .sp-shape1-text1 .sp-text1_1-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-shape1-text2 {
    position: absolute;
    top: 33px;
    left: 945px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }

  .sp-part14 .sp-shape1-text2 .sp-text1_2-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-shape2 {
    position: absolute;
    top: 265px;
    left: 41px;
    width: 998px;
    height: 191px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
    border-radius: 20px;
  }

  .sp-part14 .sp-shape2-text1 {
    position: absolute;
    top: 17px;
    left: 30px;
    width: max-content;
    z-index: 100;
    font-size: 34px;
    text-align: left;
    line-height: 55px;
  }

  .sp-part14 .sp-shape2-text1 .sp-text2_1-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-shape2-text2 {
    position: absolute;
    top: 33px;
    left: 945px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }

  .sp-part14 .sp-shape2-text2 .sp-text2_2-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-shape2-text3 {
    position: absolute;
    top: 96px;
    left: 30px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: left;
    line-height: 36px;
  }

  .sp-part14 .sp-shape2-text3 .sp-text2_3-s0-c929292-fPoppinsR {
    color: rgb(92, 92, 92);
    font-family: "Poppins-Regular";
  }

  .sp-part14 .sp-text3 {
    position: absolute;
    top: 502px;
    left: 70px;
    width: max-content;
    z-index: 100;
    font-size: 31px;
    line-height: 55px;
  }

  .sp-part14 .sp-text3 .sp-text3-s0-c404040-fPoppinsM {
    color: rgb(40, 40, 40);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-text4 {
    position: absolute;
    top: 501px;
    left: 987px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    line-height: 58px;
  }

  .sp-part14 .sp-text4 .sp-text4-s0-c105105105-fPoppinsM {
    color: rgb(105, 105, 105);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-text5 {
    position: absolute;
    top: 593px;
    left: 72px;
    width: max-content;
    z-index: 100;
    font-size: 31px;
    line-height: 55px;
  }

  .sp-part14 .sp-text5 .sp-text5-s0-c404040-fPoppinsM {
    color: rgb(40, 40, 40);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-text6 {
    position: absolute;
    top: 596px;
    left: 987px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    line-height: 58px;
  }

  .sp-part14 .sp-text6 .sp-text6-s0-c105105105-fPoppinsM {
    color: rgb(105, 105, 105);
    font-family: "Poppins-Medium";
  }

  .sp-part14 .sp-btn-box {
    position: absolute;
    top: 755px;
    left: 91px;
    z-index: 109;
  }

  .sp-part14 .sp-btn-box .sp-button-box {
    width: 898px;
    height: 126px;
    font-size: 71px;
    font-family: Unbounded-Bold;
    color: #ffffff;
    font-weight: bold;
    background: rgb(255, 90, 0);
    border-radius: 63px;
  }

  .sp-part14 .sp-shape4 {
    position: absolute;
    top: 772px;
    left: 880px;
    width: 91px;
    height: 91px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part14 .sp-img-wrapper1 {
    position: absolute;
    top: 989px;
    left: 0px;
    z-index: 100;
    width: 355px;
    height: 180px;
  }

  .sp-part14 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part14 .sp-img-wrapper2 {
    position: absolute;
    top: 989px;
    left: 0px;
    z-index: 100;
    width: 1080px;
    height: 180px;
  }

  .sp-part14 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part14 .sp-img-wrapper3 {
    position: absolute;
    top: 1011px;
    left: 63px;
    z-index: 100;
    width: 239px;
    height: 96px;
  }

  .sp-part14 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part14 .sp-shape5 {
    position: absolute;
    top: 1010px;
    left: 507px;
    width: 52px;
    height: 52px;
    z-index: 100;
    background-color: rgb(207, 1, 1);
  }

  .sp-part14 .sp-shape5-text1 {
    position: absolute;
    top: 14px;
    left: 21px;
    width: max-content;
    z-index: 100;
    font-size: 31px;
    text-align: right;
    line-height: 43px;
  }

  .sp-part14 .sp-shape5-text1 .sp-text5_1-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part14 .sp-shape6 {
    position: absolute;
    top: 1021px;
    left: 422px;
    width: 123px;
    height: 122px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }

  .sp-part14 .sp-shape6-text1 {
    position: absolute;
    top: 4px;
    left: 106px;
    width: max-content;
    z-index: 100;
    font-size: 31px;
    text-align: right;
    line-height: 43px;
  }

  .sp-part14 .sp-shape6-text1 .sp-text6_1-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part14 .sp-shape6-img-wrapper2 {
    position: absolute;
    top: 21px;
    left: 15px;
    width: 94px;
    height: 81px;
    z-index: 100;
  }

  .sp-part14 .sp-shape6-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part14 .sp-text7 {
    position: absolute;
    top: 1038px;
    left: 604px;
    width: max-content;
    z-index: 100;
    font-size: 70px;
    line-height: 133px;
  }

  .sp-part14 .sp-text7 .sp-text7-s0-c255255255-fPoppins {
    color: rgb(255, 255, 255);
    font-family: "Poppins";
  }

  .sp-part14 .sp-text8 {
    position: absolute;
    top: 1101px;
    left: 599px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    line-height: 133px;
  }

  .sp-part14 .sp-text8 .sp-text8-s0-c255255255-fPoppinsR {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Regular";
    opacity: 0.88;
  }

  .sp-part14 .sp-text9 {
    position: absolute;
    top: 1110px;
    left: 80px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
  }

  .sp-part14 .sp-text9 .sp-text9-s0-c96370-fPoppinsS {
    color: rgb(96, 37, 0);
    font-family: "Poppins-SemiBoldItalic";
    font-weight: bold;
  }

}


/* 购物按钮基础样式 */
.sp-button-box {
  position: relative;
  box-sizing: border-box;
  font-family: Poppins-Bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  animation: skip 4s infinite 1s;
  background: #FF7A0F;
  box-shadow: 0px 5px 0px 0px #BB5504;
  border-radius: 10px;
  z-index: 105;
}

/* 只有小于490的才需要应用 */
@media screen and (min-width: 490px) {
  .sp-part10 .sp-text4 { 
    /* 字体缩小 */
    transform: scale(0.5);
  }
  .sp-part10 .sp-text5 { 
    transform: scale(0.5);
  }
  .sp-part10 .sp-text6 { 
    transform: scale(0.5);
  }
  .sp-part10 .sp-text7 { 
    transform: scale(0.5);
  }
}

/* PC端样式 (min-width: 1080px) */
@media screen and (min-width: 1080px) {
  /* TopBar */
  .sp-part1 {
    position: relative;
    height: 25px;
    background-color: #000000;
  }

  .sp-part1 .sp-shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 25px;
    z-index: 100;
    background-color: rgb(0, 0, 0);
  }

  .sp-part1 .sp-shape1-text1 {
    position: absolute;
    top: 8px;
    left: 803px;
    width: max-content;
    z-index: 100;
    font-size: 12px;
    text-align: center;
    line-height: 186px;
  }

  .sp-part1 .sp-shape1-text1 .sp-text1_1-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  /* 主图 */
  .sp-part2 {
    position: relative;
    height: 960px;
    background: url('/cdn/shop/files/20260129-mei-ti-di-55-pc.png') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part2 .sp-shape1 {
    position: absolute;
    top: 29px;
    left: 260px;
    width: 1400px;
    height: 80px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
  }

  .sp-part2 .sp-shape1-text1 {
    position: absolute;
    top: 23px;
    left: 43px;
    width: max-content;
    z-index: 100;
    font-size: 49px;
    text-align: left;
    line-height: 455px;
  }

  .sp-part2 .sp-shape1-text1 .sp-text1_1-s0-c000-fPoppinsE {
    color: rgb(0, 0, 0);
    font-family: "Poppins-ExtraBold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape1-img-wrapper2 {
    position: absolute;
    top: 24px;
    left: 1140px;
    width: 36px;
    height: 32px;
    z-index: 100;
  }

  .sp-part2 .sp-shape1-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part2 .sp-shape1-text3 {
    position: absolute;
    top: 24px;
    left: 1171px;
    width: max-content;
    z-index: 100;
    font-size: 17px;
    text-align: center;
    line-height: 19px;
  }

  .sp-part2 .sp-shape1-text3 .sp-text1_3-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part2 .sp-shape1-text4 {
    position: absolute;
    top: 34px;
    left: 392px;
    width: max-content;
    z-index: 100;
    font-size: 16px;
    text-align: left;
    line-height: 186px;
  }

  .sp-part2 .sp-shape1-text4 .sp-text1_4-s0-c000-fPoppinsB {
    color: rgb(0, 0, 0);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape1-text5 {
    position: absolute;
    top: 34px;
    left: 580px;
    width: max-content;
    z-index: 100;
    font-size: 16px;
    text-align: left;
    line-height: 186px;
  }

  .sp-part2 .sp-shape1-text5 .sp-text1_5-s0-c000-fPoppinsB {
    color: rgb(0, 0, 0);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape1-text6 {
    position: absolute;
    top: 34px;
    left: 722px;
    width: max-content;
    z-index: 100;
    font-size: 16px;
    text-align: left;
    line-height: 186px;
  }

  .sp-part2 .sp-shape1-text6 .sp-text1_6-s0-c000-fPoppinsB {
    color: rgb(0, 0, 0);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape1-text7 {
    position: absolute;
    top: 33px;
    left: 1237px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    text-align: left;
    line-height: 86px;
  }

  .sp-part2 .sp-shape1-text7 .sp-text1_7-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape1-text8 {
    position: absolute;
    top: 36px;
    left: 521px;
    width: max-content;
    z-index: 100;
    font-size: 10px;
    text-align: left;
    line-height: 186px;
  }

  .sp-part2 .sp-shape1-text8 .sp-text1_8-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part2 .sp-shape2 {
    position: absolute;
    top: 39px;
    left: 1470px;
    width: 180px;
    height: 60px;
    z-index: 100;
    background-color: rgb(255, 90, 0);
    border-radius: 30px;
  }

  .sp-part2 .sp-shape2-text1 {
    position: absolute;
    top: 23px;
    left: 27px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    text-align: left;
    line-height: 86px;
  }

  .sp-part2 .sp-shape2-text1 .sp-text2_1-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-shape3 {
    position: absolute;
    top: 48px;
    left: 1423px;
    width: 24px;
    height: 24px;
    z-index: 100;
    background-color: rgb(255, 0, 0);
  }

  .sp-part2 .sp-shape3-text1 {
    position: absolute;
    top: 5px;
    left: 8px;
    width: max-content;
    z-index: 100;
    font-size: 17px;
    text-align: center;
    line-height: 19px;
  }

  .sp-part2 .sp-shape3-text1 .sp-text3_1-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part2 .sp-shape4 {
    position: absolute;
    top: 63px;
    left: 775px;
    width: 28px;
    height: 11px;
    z-index: 100;
    background-color: rgb(205, 22, 12);
    border-radius: 3px;
  }

  .sp-part2 .sp-shape4-text1 {
    position: absolute;
    top: 2px;
    left: 6px;
    width: max-content;
    z-index: 100;
    font-size: 10px;
    text-align: left;
    line-height: 186px;
  }

  .sp-part2 .sp-shape4-text1 .sp-text4_1-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part2 .sp-text1 {
    position: absolute;
    top: 191px;
    left: 261px;
    width: 900px;
    z-index: 100;
    font-size: 65px;
    line-height: 65px;
  }

  .sp-part2 .sp-text1 .sp-text1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-text1 .sp-text1-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-img-wrapper1 {
    position: absolute;
    top: 206px;
    left: 1261px;
    z-index: 100;
    width: 178px;
    height: 181px;
  }

  .sp-part2 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part2 .sp-text2 {
    position: absolute;
    top: 343px;
    left: 260px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    line-height: 30px;
  }

  .sp-part2 .sp-text2 .sp-text2-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part2 .sp-text2 .sp-text2-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part2 .sp-img-wrapper2 {
    position: absolute;
    top: 448px;
    left: 260px;
    z-index: 100;
    width: 52px;
    height: 52px;
  }

  .sp-part2 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part2 .sp-img-wrapper3 {
    position: absolute;
    top: 448px;
    left: 486px;
    z-index: 100;
    width: 43px;
    height: 43px;
  }

  .sp-part2 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part2 .sp-text3 {
    position: absolute;
    top: 454px;
    left: 322px;
    width: max-content;
    z-index: 100;
    font-size: 18px;
    line-height: 20px;
  }

  .sp-part2 .sp-text3 .sp-text3-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part2 .sp-text3 .sp-text3-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part2 .sp-text4 {
    position: absolute;
    top: 455px;
    left: 545px;
    width: max-content;
    z-index: 100;
    font-size: 18px;
    line-height: 20px;
  }

  .sp-part2 .sp-button-box {
    position: absolute;
    top: 555px;
    left: 261px;
    background: url('/cdn/shop/files/20260129-an-niu-di-51-pc.png') no-repeat;
    background-size: 100% 100%;
    width: 570px;
    height: 80px;
    font-size: 45px;
    font-family: Unbounded-Bold;
    color: #ffffff;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    animation: skip 4s infinite 1s;
  }

  .sp-part2 .sp-text4 .sp-text4-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part2 .sp-text4 .sp-text4-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part2 .sp-img-wrapper4 {
    position: absolute;
    top: 555px;
    left: 261px;
    z-index: 100;
    width: 570px;
    height: 80px;
  }

  .sp-part2 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part2 .sp-text5 {
    position: absolute;
    top: 578px;
    left: 337px;
    width: max-content;
    z-index: 100;
    font-size: 45px;
    text-align: center;
    line-height: 60px;
  }

  .sp-part2 .sp-text5 .sp-text5-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-img-wrapper5 {
    position: absolute;
    top: 665px;
    left: 313px;
    z-index: 100;
    width: 233px;
    height: 59px;
  }

  .sp-part2 .sp-img5 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part2 .sp-text6 {
    position: absolute;
    top: 664px;
    left: 556px;
    width: max-content;
    z-index: 100;
    font-size: 26px;
    text-align: center;
    line-height: 44px;
  }

  .sp-part2 .sp-text6 .sp-text6-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part2 .sp-text7 {
    position: absolute;
    top: 691px;
    left: 560px;
    width: max-content;
    z-index: 100;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
  }

  .sp-part2 .sp-text7 .sp-text7-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part2 .sp-img-wrapper6 {
    position: absolute;
    top: 880px;
    left: 260px;
    z-index: 100;
    width: 1399px;
    height: 42px;
  }

  .sp-part2 .sp-img6 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* 第三 */
  .sp-part3 {
    position: relative;
    height: 700px;
    background-color: #eeeeee;
  }

  .sp-part3 .sp-shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 700px;
    z-index: 100;
    background-color: rgb(238, 238, 238);
  }

  .sp-part3 .sp-shape1-text1 {
    position: absolute;
    top: 105px;
    left: 260px;
    width: max-content;
    z-index: 100;
    font-size: 45px;
    text-align: center;
    line-height: 60px;
 }

  .sp-part3 .sp-shape1-text1 .sp-text1_1-s0-c49699-fUnbounde {
    color: rgb(49, 69, 9);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part3 .sp-shape1-img-wrapper2 {
    position: absolute;
    top: 197px;
    left: 260px;
    width: 340px;
    height: 383px;
    z-index: 100;
  }

  .sp-part3 .sp-shape1-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part3 .sp-shape1-img-wrapper3 {
    position: absolute;
    top: 197px;
    left: 613px;
    width: 341px;
    height: 383px;
    z-index: 100;
  }

  .sp-part3 .sp-shape1-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part3 .sp-shape1-img-wrapper4 {
    position: absolute;
    top: 197px;
    left: 966px;
    width: 341px;
    height: 383px;
    z-index: 100;
  }

  .sp-part3 .sp-shape1-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part3 .sp-shape1-img-wrapper5 {
    position: absolute;
    top: 197px;
    left: 1319px;
    width: 341px;
    height: 383px;
    z-index: 100;
  }

  .sp-part3 .sp-shape1-img5 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part3 .sp-shape1-text6 {
    position: absolute;
    top: 495px;
    left: 323px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part3 .sp-shape1-text6 .sp-text1_6-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part3 .sp-shape1-text6 .sp-text1_6-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part3 .sp-shape1-text7 {
    position: absolute;
    top: 525px;
    left: 690px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part3 .sp-shape1-text7 .sp-text1_7-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part3 .sp-shape1-text8 {
    position: absolute;
    top: 526px;
    left: 1028px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part3 .sp-shape1-text8 .sp-text1_8-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part3 .sp-shape1-text9 {
    position: absolute;
    top: 526px;
    left: 1366px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part3 .sp-shape1-text9 .sp-text1_9-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  /* 第五 */
  .sp-part4 {
    position: relative;
    height: 900px;
    background-color: #fff;
  }

  .sp-part4 .sp-text1 {
    position: absolute;
    top: 120px;
    left: 827px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    text-align: center;
    line-height: 60px;
  }

  .sp-part4 .sp-text1 .sp-text1-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part4 .sp-shape1 {
    position: absolute;
    top: 125px;
    left: 261px;
    width: 510px;
    height: 650px;
    z-index: 100;
    background-color: rgb(208, 208, 208);
    border-radius: 18px;
    overflow: hidden;
  }

  .sp-part4 .sp-shape1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-part4 .sp-text2 {
    position: absolute;
    top: 184px;
    left: 827px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    line-height: 30px;
  }

  .sp-part4 .sp-text2 .sp-text2-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-text2 .sp-text2-s1-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-img-wrapper1 {
    position: absolute;
    top: 263px;
    left: 828px;
    z-index: 100;
    width: 833px;
    height: 390px;
  }

  .sp-part4 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-img-wrapper2 {
    position: absolute;
    top: 284px;
    left: 986px;
    z-index: 100;
    width: 21px;
    height: 21px;
  }

  .sp-part4 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-text3 {
    position: absolute;
    top: 283px;
    left: 1011px;
    width: max-content;
    z-index: 100;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part4 .sp-text3 .sp-text3-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part4 .sp-img-wrapper3 {
    position: absolute;
    top: 284px;
    left: 1380px;
    z-index: 100;
    width: 21px;
    height: 21px;
  }

  .sp-part4 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-text4 {
    position: absolute;
    top: 283px;
    left: 1410px;
    width: max-content;
    z-index: 100;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part4 .sp-text4 .sp-text4-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part4 .sp-img-wrapper4 {
    position: absolute;
    top: 427px;
    left: 1490px;
    z-index: 100;
    width: 276px;
    height: 240px;
  }

  .sp-part4 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* PC端轮播图区域 */
  .sp-part4 .sp-part4-swiper-wrapper {
    position: absolute;
    top: 263px;
    left: 828px;
    width: 833px;
    z-index: 100;
    height: 390px;
  }

  .sp-part4 .sp-part4-swiper {
    width: 100%;
    height: 100%;
  }

  .sp-part4 .sp-part4-swiper .swiper-wrapper {
    width: 100%;
  }

  .sp-part4 .sp-part4-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .sp-part4 .sp-part4-swiper .sp-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .sp-part4 .sp-part4-swiper .sp-slide-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .sp-part4 .sp-part4-swiper .sp-slide-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp-part4 .sp-part4-swiper .sp-slide-text {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Unbounded-Regular;
    font-size: 26px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 30px;
    font-weight: 400;
font-size: 24px;
color: #FFFFFF;
line-height: 30px;
  }

  /* PC端分页点 - 参考移动端样式 */
  .sp-part4 .sp-part4-pagination {
    position: absolute;
    top: 330px;
    left: 32px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .sp-part4 .sp-part4-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: transparent;
    width: 13px;
height: 13px;

border-radius: 50%;
border: 2px solid #FFFFFF;
  }

  .sp-part4 .sp-part4-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
  }

  /* After 标签 */
  .sp-part4 .sp-part4-after-label {
    position: absolute;
    top: 12px;
    left: 158px;
    z-index: 101;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sp-part4 .sp-part4-after-icon {
    width: 21px;
    height: 21px;
  }

  .sp-part4 .sp-part4-after-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-part4-after-text {
    font-family: "Unbounded-SemiBold";
    font-size: 26px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 30px;
  }

  /* Before 标签 */
  .sp-part4 .sp-part4-before-label {
    position: absolute;
    top: 12px;
    left: 548px;
    z-index: 101;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sp-part4 .sp-part4-before-icon {
    width: 21px;
    height: 21px;
  }

  .sp-part4 .sp-part4-before-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-part4-before-text {
    font-family: "Unbounded-SemiBold";
    font-size: 26px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 30px;
  }

  /* 产品图片 - 右下角 */
  .sp-part4 .sp-part4-product-img {
    position: absolute;
    bottom: -13px;
    right: -108px;
    z-index: 102;
    width: 276px;
    height: 240px;
  }

  .sp-part4 .sp-part4-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part4 .sp-text5 {
    position: absolute;
    top: 604px;
    left: 1107px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part4 .sp-text5 .sp-text5-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part4 .sp-shape2 {
    position: absolute;
    top: 609px;
    left: 859px;
    width: 13px;
    height: 13px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part4 .sp-shape3 {
    position: absolute;
    top: 609px;
    left: 879px;
    width: 13px;
    height: 13px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part4 .sp-shape4 {
    position: absolute;
    top: 609px;
    left: 899px;
    width: 13px;
    height: 13px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part4 .sp-btn-box {
    position: absolute;
    top: 695px;
    left: 960px;
    z-index: 109;
  }

  .sp-part4 .sp-btn-box .sp-button-box {
    width: 570px;
    height: 80px;
    font-size: 45px;
    font-family: Unbounded-Bold;
    color: #ffffff;
    font-weight: bold;
    background: rgb(255, 90, 0);
    border-radius: 40px;
    box-shadow: none;
    background: url('/cdn/shop/files/20260129-an-niu-di-51-pc.png') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part4 .sp-shape6 {
    position: absolute;
    top: 706px;
    left: 1461px;
    width: 58px;
    height: 58px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  /* 第五 */
  .sp-part5 {
    position: relative;
    height: 900px;
    background: url('/cdn/shop/files/20260129-180_-40-pc.png?v=1769760428') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part5 .sp-text1 {
    position: absolute;
    top: 121px;
    left: 523px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    text-align: center;
    line-height: 60px;
  }

  .sp-part5 .sp-text1 .sp-text1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part5 .sp-text2 {
    position: absolute;
    top: 185px;
    left: 609px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part5 .sp-text2 .sp-text2-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part5 .sp-img-wrapper1 {
    position: absolute;
    top: 282px;
    left: 1084px;
    z-index: 100;
    width: 578px;
    height: 484px;
  }

  .sp-part5 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part5 .sp-text3 {
    position: absolute;
    top: 303px;
    left: 1135px;
    width: max-content;
    z-index: 100;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
  }

  .sp-part5 .sp-text3 .sp-text3-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Medium";
  }

  .sp-part5 .sp-text4 {
    position: absolute;
    top: 363px;
    left: 1195px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part5 .sp-text4 .sp-text4-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part5 .sp-img-wrapper2 {
    position: absolute;
    top: 399px;
    left: 1032px;
    z-index: 101;
    width: 177px;
    height: 189px;
  }

  .sp-part5 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part5 .sp-shape1 {
    position: absolute;
    top: 419px;
    left: 1104px;
    width: 539px;
    height: 159px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
    border-radius: 16px;
  }

  .sp-part5 .sp-shape1-text1 {
    position: absolute;
    top: 52px;
    left: 125px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: left;
    line-height: 30px;
  }

  .sp-part5 .sp-shape1-text1 .sp-text1_1-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part5 .sp-shape1-text1 .sp-text1_1-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part5 .sp-img-wrapper3 {
    position: absolute;
    top: 559px;
    left: 1514px;
    z-index: 101;
    width: 137px;
    height: 205px;
  }

  .sp-part5 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part5 .sp-shape2 {
    position: absolute;
    top: 586px;
    left: 1104px;
    width: 539px;
    height: 159px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
    border-radius: 16px;
  }

  .sp-part5 .sp-shape2-text1 {
    position: absolute;
    top: 52px;
    left: 124px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: left;
    line-height: 30px;
  }

  .sp-part5 .sp-shape2-text1 .sp-text2_1-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part5 .sp-shape2-text1 .sp-text2_1-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part5 .sp-img-wrapper4 {
    position: absolute;
    top: 708px;
    left: 410px;
    z-index: 100;
    width: 520px;
    height: 56px;
  }

  .sp-part5 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part5 .sp-text5 {
    position: absolute;
    top: 705px;
    left: 455px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
  }

  .sp-part5 .sp-text5 .sp-text5-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part5 .sp-text5 .sp-text5-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Medium";
  }

  /* 第六 */
  .sp-part6 {
    position: relative;
    height: 900px;
    background-color: #fdfff1;
  }

  .sp-part6 .sp-shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 900px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
  }

  .sp-part6 .sp-shape1-text1 {
    position: absolute;
    top: 121px;
    left: 260px;
    width: 800px;
    z-index: 100;
    font-size: 50px;
    text-align: left;
    line-height: 60px;
  }

  .sp-part6 .sp-shape1-text1 .sp-text1_1-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part6 .sp-shape1-text1 .sp-text1_1-s1-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part6 .sp-shape1-img-wrapper2 {
    position: absolute;
    top: 121px;
    left: 961px;
    width: 700px;
    height: 674px;
    z-index: 100;
  }

  .sp-part6 .sp-shape1-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part6 .sp-shape1-text3 {
    position: absolute;
    top: 248px;
    left: 260px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
  }

  .sp-part6 .sp-shape1-text3 .sp-text1_3-s0-c507010-fUnbounde {
    color: rgb(50, 70, 10);
    font-family: "Unbounded-Regular";
  }

  .sp-part6 .sp-shape1-text4 {
    position: absolute;
    top: 305px;
    left: 492px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: left;
    line-height: 60px;
  }

  .sp-part6 .sp-shape1-text4 .sp-text1_4-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part6 .sp-shape1-text5 {
    position: absolute;
    top: 323px;
    left: 280px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: left;
    line-height: 60px;
  }

  .sp-part6 .sp-shape1-text5 .sp-text1_5-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part6 .sp-shape1-text6 {
    position: absolute;
    top: 372px;
    left: 259px;
    width: max-content;
    z-index: 100;
    font-size: 18px;
    text-align: left;
    line-height: 22px;
  }

  .sp-part6 .sp-shape1-text6 .sp-text1_6-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part6 .sp-shape1-img-wrapper7 {
    position: absolute;
    top: 435px;
    left: 260px;
    width: 570px;
    height: 210px;
    z-index: 100;
  }

  .sp-part6 .sp-shape1-img7 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part6 .sp-shape1-img-wrapper8 {
    position: absolute;
    top: 537px;
    left: 935px;
    width: 101px;
    height: 86px;
    z-index: 100;
            animation: sp-bounce 2s ease-in-out infinite;
  }

  .sp-part6 .sp-shape1-img8 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part6 .sp-shape1-text9 {
    position: absolute;
    top: 605px;
    left: 280px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part6 .sp-shape1-text9 .sp-text1_9-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part6 .sp-shape1-text10 {
    position: absolute;
    top: 709px;
    left: 336px;
    width: max-content;
    z-index: 100;
    font-size: 45px;
    text-align: center;
    line-height: 60px;
  }

  .sp-part6 .sp-shape1-text10 .sp-text1_10-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part6 .sp-shape2 {
    position: absolute;
    top: 312px;
    left: 260px;
    width: 219px;
    height: 45px;
    z-index: 100;
    background-color: rgb(255, 90, 0);
    border-radius: 23px;
  }

  .sp-part6 .sp-shape2-text1 {
    position: absolute;
    left: 16px;
    width: max-content;
    z-index: 100;
    font-size: 30px;
    text-align: left;
            top: 4px;
  }

  .sp-part6 .sp-shape2-text1 .sp-text2_1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part6 .sp-btn-box {
    position: absolute;
    top: 686px;
    left: 260px;
    z-index: 109;
  }

  .sp-part6 .sp-btn-box .sp-button-box {
    width: 570px;
    height: 80px;
    font-size: 45px;
    font-family: Unbounded-Bold;
    color: #ffffff;
    font-weight: bold;
    background: rgb(255, 90, 0);
    border-radius: 40px;
    box-shadow: none;
    background: url('/cdn/shop/files/20260129-an-niu-di-51-pc.png') no-repeat;
    background-size: 100% 100%;
  }


  .header-inner {
    position: fixed;
    top: 54px;
    left: 266px;
    width: 1400px;
    height: 80px;
    background: rgba(255,255,255,0.7);
    border-radius: 40px;
    box-sizing: border-box;
    padding: 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 120;
    padding-right: 10px;
  }

  .header-inner ul {
    z-index: 2;
    display: flex;
    gap: 77px;
    margin-right: 30px;
  }

  .header-inner .sp-menu-item {
    display: inline-block;
    font-family: Poppins-Bold;
    font-size: 16px;
    color: #000000;
    text-align: center;
  }

  .header-inner .sp-menu-item a .sp-span {
    display: inline-block;
    width: 28px;
    height: 13px;
    background: #d72b2b;
    border-radius: 3px;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
    line-height: 13px;
    margin-right: -10px;
    transform: translateY(-4px);
  }

  .header-inner .sp-logo-pc {
    font-family: Poppins-ExtraBold;
    color: #000000;
    margin-right: 100px;
    font-size: 49px;
            width: 200px;
  }

  .sp-top-btn {
      background: #BE021B;
      font-family: Poppins-Bold;
      color: #FFFFFF;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      animation: skip 4s infinite;
      width: 380px;
      height: 90px;
      border-radius: 45px;
      font-size: 45px;
    width: 180px;
    height: 60px;
    background: #FF5A00;
    border-radius: 30px;
    font-size: 20px;
  }

  .sp-cart {
    width: 36px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .sp-cart .sp-num {
    width: 24px;
    height: 24px;
    right: -12px;
    top: -6px;
    font-size: 17px;
    background: #ff3000;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    font-family: "Roboto-Medium";
    text-align: center;
    box-sizing: border-box;
    background-color: #ff0000;
  }

  .sp-part6 .sp-shape4 {
    position: absolute;
    top: 697px;
    left: 761px;
    width: 58px;
    height: 58px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  /* 第六 */
  .sp-part7 {
    position: relative;
    height: 900px;
    background: url('/cdn/shop/files/20260129-xia-zai-_16_-32-pc.png') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part7 .sp-text1 {
    position: absolute;
    top: 121px;
    left: 557px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    text-align: center;
    line-height: 60px;
  }

  .sp-part7 .sp-text1 .sp-text1-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part7 .sp-text2 {
    position: absolute;
    top: 196px;
    left: 459px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part7 .sp-text2 .sp-text2-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part7 .sp-shape1 {
    position: absolute;
    top: 276px;
    left: 605px;
    width: 711px;
    height: 448px;
    z-index: 100;
    background-color: rgb(27, 27, 27);
    border-radius: 24px;
  }

  .sp-part7 .sp-shape1-text1 {
    position: absolute;
    top: 400px;
    left: 273px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
  }

  .sp-part7 .sp-shape1-text1 .sp-text1_1-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Regular";
  }

  .sp-part7 .sp-shape2 {
    position: absolute;
    top: 311px;
    left: 391px;
    width: 601px;
    height: 379px;
    z-index: 100;
    background-color: rgb(149, 149, 149);
    border-radius: 24px;
  }

  .sp-part7 .sp-shape3 {
    position: absolute;
    top: 311px;
    left: 928px;
    width: 601px;
    height: 379px;
    z-index: 100;
    background-color: rgb(149, 149, 149);
    border-radius: 24px;
  }

  .sp-part7 .sp-ww {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 230px;
  }

  .sp-part7 .swiper {
    height: 448px;
    padding: 51px 0 60px;
    z-index: 0;
    box-sizing: content-box;
  }
  
  .sp-part7 .swiper .swiper-slide {
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    transform: scale(1, 1.6) !important;
    z-index: 1;
    transition: transform 0.5s ease;
    position: relative;
    filter: brightness(50%);
  }
  
  .sp-part7 .swiper .swiper-slide img {
    display: block;
    width: 100%;
  }
  
  .sp-part7 .swiper .swiper-wrapper {
    height: 100%;
    align-items: center;
  }
  
  .sp-part7 .swiper .swiper-slide-prev,
  .sp-part7 .swiper .swiper-slide-next {
    transform: scale(2) !important;
    z-index: 2;
    transition: transform 0.5s ease;
    opacity: 1 !important;
  }

  /* .sp-part7 .swiper-slide-prev .sp-slide-content {
    filter: brightness(50%);
  }

  .sp-part7 .swiper-slide-next .sp-slide-content {
    filter: brightness(50%);
  } */


  /* .sp-part7 .swiper .swiper-slide-next 
  img {
    display: none !important;
  } */
   
  /* 

  */
  /* .sp-part7 .swiper .swiper-slide-prev .sp-slide-content {
    background: #ccc !important;
  } */
  
  .sp-part7 .swiper .swiper-slide-active,
  .sp-part7 .swiper .swiper-slide-duplicate-active {
    transform: scale(2.5) !important;
    z-index: 3;
    transition: transform 0.5s ease;
    opacity: 1 !important;
    filter: none;
  }
  
  .sp-part7 .swiper-pagination-bullet {
    width: 62px;
    height: 13px;
    background: #C1C1C1;
    border-radius: 7px;
    opacity: 1;
    margin: 0 6px !important;
  }
  
  .sp-part7 .swiper-pagination-bullet-active {
    background: #9DE426;
  }

  .sp-part7 .sp-shape4 {
    position: absolute;
    top: 337px;
    left: 260px;
    width: 519px;
    height: 327px;
    z-index: 100;
    background-color: rgb(67, 67, 67);
    border-radius: 24px;
  }

  .sp-part7 .sp-shape5 {
    position: absolute;
    top: 337px;
    left: 1141px;
    width: 519px;
    height: 327px;
    z-index: 100;
    background-color: rgb(67, 67, 67);
    border-radius: 24px;
  }

  /* PC端交叠轮播图区域 */
  .sp-part7 .sp-part7-swiper-wrapper {
    position: relative;
    top: 276px;
    left: 50%;
    width: 1533px;
    height: 448px;
    z-index: 100;
    overflow: hidden;
    transform: translateX(-50%);
  }

  .sp-part7 .sp-part7-swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
    padding: 0;
  }

  .sp-part7 .sp-part7-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .sp-part7 .sp-part7-swiper .swiper-slide {
width: 711px;
height: 448px;
    flex-shrink: 0;
    transition: transform 0.3s, opacity 0.3s, z-index 0.3s;
    z-index: 1;
    background-color: rgb(27, 27, 27);
    border-radius: 24px;
  }

  .sp-part7 .sp-part7-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.7;
  }

  .sp-part7 .sp-part7-swiper .swiper-slide-prev,
  .sp-part7 .sp-part7-swiper .swiper-slide-next {
    width: 601px;
    height: 379px;
  }

  .sp-part7 .sp-part7-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    width: 519px;
    height: 327px;
  }

  .sp-part7 .sp-part7-swiper .swiper-slide-active {
    z-index: 10;
    background-color: transparent;
  }

  .sp-part7 .sp-part7-swiper .swiper-slide-prev,
  .sp-part7 .sp-part7-swiper .swiper-slide-next {
    z-index: 5;
    background-color: rgb(27, 27, 27);
  }

  .sp-part7 .sp-part7-swiper .sp-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background-color: transparent;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  }

  .sp-part7 .sp-part7-swiper .swiper-slide-active .sp-slide-content {
    z-index: 3;
    background-color: transparent;
  }

  .sp-part7 .sp-part7-swiper .swiper-slide:not(.swiper-slide-active) .sp-slide-content {
    z-index: 2;
    background-color: transparent;
  }

  .sp-part7 .sp-part7-swiper .sp-slide-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-part7 .sp-slide-text {
    position: absolute;
    bottom: 138px;
    left: 0;
    font-family: "Unbounded-Regular";
    font-size: 22px;
    color: rgb(34, 34, 34);
    text-align: center;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-part7 .sp-slide-content {
    position: relative;
  }

  .sp-part7 .sp-slide-text1 {
    font-family: "Unbounded-Regular";
    font-size: 12px;
    color: rgb(34, 34, 34);
    text-align: center;
    font-weight: 400;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
   }

  /* PC端分页点 */
  .sp-part7 .sp-part7-pagination {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .sp-part7 .sp-part7-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 62px;
    height: 13px;
    border-radius: 7px;
    border: none;
background: #C1C1C1;
  }

  .sp-part7 .sp-part7-pagination .swiper-pagination-bullet-active {
    background: #9DE426;
  }

  .sp-part7 .sp-shape7 {
    position: absolute;
    top: 764px;
    left: 708px;
    width: 62px;
    height: 13px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 7px;
  }

  .sp-part7 .sp-shape8 {
    position: absolute;
    top: 764px;
    left: 781px;
    width: 62px;
    height: 13px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 7px;
  }

  .sp-part7 .sp-shape9 {
    position: absolute;
    top: 764px;
    left: 855px;
    width: 62px;
    height: 13px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 7px;
  }

  .sp-part7 .sp-shape10 {
    position: absolute;
    top: 764px;
    left: 929px;
    width: 62px;
    height: 13px;
    z-index: 100;
    background-color: rgb(157, 228, 38);
    border-radius: 7px;
  }

  .sp-part7 .sp-shape11 {
    position: absolute;
    top: 764px;
    left: 1003px;
    width: 62px;
    height: 13px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 7px;
  }

  .sp-part7 .sp-shape12 {
    position: absolute;
    top: 764px;
    left: 1076px;
    width: 62px;
    height: 13px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 7px;
  }

  .sp-part7 .sp-shape13 {
    position: absolute;
    top: 764px;
    left: 1150px;
    width: 62px;
    height: 13px;
    z-index: 100;
    background-color: rgb(193, 193, 193);
    border-radius: 7px;
  }

  /* exp */
  .sp-part8 {
    position: relative;
    height: 1380px;
    background-color: #fff;
  }

  .sp-part8 .sp-img-wrapper1 {
    position: absolute;
    top: 142px;
    left: 1204px;
    z-index: 100;
    width: 390px;
    height: 459px;
  }

  .sp-part8 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-text1 {
    position: absolute;
    top: 165px;
    left: 318px;
    width: max-content;
    z-index: 100;
    font-size: 45px;
    line-height: 55px;
  }

  .sp-part8 .sp-gl1 {
    position: absolute;
    top: 109px;
    left: 260px;
    background: linear-gradient(162deg, #FFEAC6 0%, #ECB167 74%);
    border-radius: 28px;
    width: 1400px;
height: 492px;
  }

  .sp-part8 .sp-text1 .sp-text1-s0-c85380-fUnbounde {
    color: rgb(85, 38, 0);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part8 .sp-text1 .sp-text1-s1-c85380-fUnbounde {
    color: rgb(85, 38, 0);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part8 .sp-text2 {
    position: absolute;
    top: 292px;
    left: 317px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    line-height: 30px;
  }

  .sp-part8 .sp-text2 .sp-text2-s0-c93480-fUnbounde {
    color: rgb(93, 48, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-text3 {
    position: absolute;
    top: 348px;
    left: 317px;
    width: 700px;
    z-index: 100;
    font-size: 20px;
    line-height: 30px;
  }

  .sp-part8 .sp-text3 .sp-text3-s0-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part8 .sp-text3 .sp-text3-s1-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part8 .sp-text3 .sp-text3-s2-c343434-fUnbounde {
    color: rgb(34, 34, 34);
    font-family: "Unbounded-Light";
  }

  .sp-part8 .sp-img-wrapper2 {
    position: absolute;
    top: 488px;
    left: 317px;
    z-index: 100;
    width: 58px;
    height: 50px;
  }

  .sp-part8 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-img-wrapper3 {
    position: absolute;
    top: 488px;
    left: 482px;
    z-index: 100;
    width: 73px;
    height: 50px;
  }

  .sp-part8 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-img-wrapper4 {
    position: absolute;
    top: 488px;
    left: 662px;
    z-index: 100;
    width: 64px;
    height: 50px;
  }

  .sp-part8 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-img-wrapper5 {
    position: absolute;
    top: 488px;
    left: 833px;
    z-index: 100;
    width: 128px;
    height: 50px;
  }

  .sp-part8 .sp-img5 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-img-wrapper6 {
    position: absolute;
    top: 634px;
    left: 421px;
    z-index: 100;
    width: 214px;
    height: 89px;
  }

  .sp-part8 .sp-img6 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-img-wrapper7 {
    position: absolute;
    top: 634px;
    left: 709px;
    z-index: 100;
    width: 214px;
    height: 89px;
  }

  .sp-part8 .sp-img7 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-img-wrapper8 {
    position: absolute;
    top: 634px;
    left: 997px;
    z-index: 100;
    width: 214px;
    height: 89px;
  }

  .sp-part8 .sp-img8 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-img-wrapper9 {
    position: absolute;
    top: 634px;
    left: 1285px;
    z-index: 100;
    width: 214px;
    height: 89px;
  }

  .sp-part8 .sp-img9 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-text4 {
    position: absolute;
    top: 645px;
    left: 474px;
    width: max-content;
    z-index: 100;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
  }

  .sp-part8 .sp-text4 .sp-text4-s0-c119780-fUnbounde {
    color: rgb(119, 78, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-text5 {
    position: absolute;
    top: 645px;
    left: 745px;
    width: max-content;
    z-index: 100;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
  }

  .sp-part8 .sp-text5 .sp-text5-s0-c119780-fUnbounde {
    color: rgb(119, 78, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-text6 {
    position: absolute;
    top: 645px;
    left: 1050px;
    width: max-content;
    z-index: 100;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
  }

  .sp-part8 .sp-text6 .sp-text6-s0-c119780-fUnbounde {
    color: rgb(119, 78, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-text7 {
    position: absolute;
    top: 645px;
    left: 1321px;
    width: max-content;
    z-index: 100;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
  }

  .sp-part8 .sp-text7 .sp-text7-s0-c119780-fUnbounde {
    color: rgb(119, 78, 0);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-img-wrapper10 {
    position: absolute;
    top: 804px;
    left: 260px;
    z-index: 100;
    width: 1400px;
    height: 475px;
  }

  .sp-part8 .sp-img10 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-img-wrapper11 {
    position: absolute;
    top: 827px;
    left: 287px;
    z-index: 100;
    width: 622px;
    height: 430px;
  }

  .sp-part8 .sp-img11 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part8 .sp-text8 {
    position: absolute;
    top: 909px;
    left: 1032px;
    width: max-content;
    z-index: 100;
    font-size: 45px;
    line-height: 55px;
  }

  .sp-part8 .sp-text8 .sp-text8-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Bold";
    font-weight: bold;
  }

  .sp-part8 .sp-text9 {
    position: absolute;
    top: 991px;
    left: 1030px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    line-height: 40px;
  }

  .sp-part8 .sp-text9 .sp-text9-s0-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part8 .sp-text9 .sp-text9-s1-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-text9 .sp-text9-s2-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part8 .sp-text9 .sp-text9-s3-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-text9 .sp-text9-s4-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part8 .sp-text9 .sp-text9-s5-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-text9 .sp-text9-s6-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part8 .sp-text9 .sp-text9-s7-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  .sp-part8 .sp-text9 .sp-text9-s8-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-SemiBold";
    font-weight: bold;
  }

  .sp-part8 .sp-text9 .sp-text9-s9-c255255255-fUnbounde {
    color: rgb(255, 255, 255);
    font-family: "Unbounded-Regular";
  }

  /* 第六 */
  .sp-part9 {
    position: relative;
    height: 289px;
    background-color: #fff;
    background: #fff url('/cdn/shop/files/20260129-tu-ceng-506-6-pc.png') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part9 .sp-img-wrapper1 {
    position: absolute;
    top: 66px;
    left: 687px;
    z-index: 100;
    width: 145px;
    height: 37px;
  }

  .sp-part9 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part9 .sp-text1 {
    position: absolute;
    top: 58px;
    left: 836px;
    width: max-content;
    z-index: 100;
    font-size: 23px;
    line-height: 54px;
  }

  .sp-part9 .sp-text1 .sp-text1-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part9 .sp-text1 .sp-text1-s1-c2552340-fPoppinsS {
    color: rgb(255, 234, 0);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part9 .sp-text1 .sp-text1-s2-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part9 .sp-img-wrapper2 {
    position: absolute;
    top: 86px;
    left: 462px;
    z-index: 100;
    width: 75px;
    height: 69px;
    animation: sp-bounce 2s ease-in-out infinite;
  }

  .sp-part9 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part9 .sp-img-wrapper3 {
    position: absolute;
    top: 96px;
    left: 1386px;
    z-index: 100;
    width: 73px;
    height: 62px;
    animation: sp-bounce 2s ease-in-out infinite;
  }

  .sp-part9 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part9 .sp-text2 {
    position: absolute;
    top: 91px;
    left: 587px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    line-height: 58px;
  }

  .sp-part9 .sp-text2 .sp-text2-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part9 .sp-text2 .sp-text2-s1-c272727-fPoppinsB {
    color: rgb(27, 27, 27);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part9 .sp-text2 .sp-text2-s2-c2552340-fPoppinsB {
    color: rgb(255, 234, 0);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part9 .sp-text2 .sp-text2-s3-c272727-fPoppinsB {
    color: rgb(27, 27, 27);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part9 .sp-text2 .sp-text2-s4-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part9 .sp-img-wrapper4 {
    position: absolute;
    top: 185px;
    left: 402px;
    z-index: 100;
    width: 25px;
    height: 18px;
  }
  .sp-part9 .sp-img-wrapper5 {
    position: absolute;
    top: 185px;
    left: 782px;
    z-index: 100;
    width: 25px;
    height: 18px;
  }
  .sp-part9 .sp-img-wrapper6 {
    position: absolute;
    top: 185px;
    left: 1213px;
    z-index: 100;
    width: 25px;
    height: 18px;
  }

  .sp-part9 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part9 .sp-text3 {
    position: absolute;
    top: 180px;
    left: 447px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    line-height: 27px;
  }

  .sp-part9 .sp-text3 .sp-text3-s0-c255255255-fPoppinsR {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Regular";
  }

  .sp-part9 .sp-text4 {
    position: absolute;
    top: 180px;
    left: 828px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    line-height: 27px;
  }

  .sp-part9 .sp-text4 .sp-text4-s0-c255255255-fPoppinsR {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Regular";
  }

  .sp-part9 .sp-text5 {
    position: absolute;
    top: 180px;
    left: 1259px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    line-height: 27px;
  }

  .sp-part9 .sp-text5 .sp-text5-s0-c255255255-fPoppinsR {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Regular";
  }

  /* shopping */
  .sp-part10 {
    position: relative;
    height: 1063px;
    background-color: #fff;
  }

  .sp-part10 .sp-img-wrapper1 {
    position: absolute;
    top: 58px;
    left: 260px;
    z-index: 100;
    width: 731px;
    height: 516px;
  }

  .sp-part10 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-img-wrapper2 {
    position: absolute;
    top: 70px;
    left: 271px;
    z-index: 100;
    width: 710px;
    height: 398px;
  }

  .sp-part10 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-text1 {
    position: absolute;
    top: 73px;
    left: 1055px;
    width: max-content;
    z-index: 100;
    font-size: 28px;
    text-align: right;
    line-height: 35px;
  }

  .sp-part10 .sp-text1 .sp-text1-s0-c111111-fPoppinsS {
    color: rgb(11, 11, 11);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-text2 {
    position: absolute;
    top: 88px;
    left: 345px;
    width: max-content;
    z-index: 100;
    font-size: 21px;
    text-align: right;
    line-height: 23px;
  }

  .sp-part10 .sp-text2 .sp-text2-s0-c202020-fPoppinsM {
    color: rgb(20, 20, 20);
    font-family: "Poppins-Medium";
  }

  .sp-part10 .sp-shape1 {
    position: absolute;
    top: 123px;
    left: 1053px;
    width: 606px;
    height: 2px;
    z-index: 100;
    background-color: rgb(157, 157, 157);
    opacity: 0.29;
  }

  .sp-part10 .sp-img-wrapper3 {
    position: absolute;
    top: 148px;
    left: 1404px;
    z-index: 100;
    width: 36px;
    height: 49px;
  }

  .sp-part10 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-text3 {
    position: absolute;
    top: 154px;
    left: 1057px;
    width: max-content;
    z-index: 100;
    font-size: 46px;
    text-align: center;
    line-height: 21px;
  }

  .sp-part10 .sp-text3 .sp-text3-s0-c25577-fPoppinsB {
    color: rgb(255, 7, 7);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape2 {
    position: absolute;
    top: 162px;
    left: 1423px;
    width: 145px;
    height: 30px;
    z-index: 100;
    background-color: rgb(253, 119, 27);
    border-radius: 10px;
  }

  .sp-part10 .sp-shape2-text1 {
    position: absolute;
    top: 5px;
    left: 24px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    text-align: center;
    line-height: 44px;
  }

  .sp-part10 .sp-shape2-text1 .sp-text2_1-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-text4 {
    position: absolute;
    top: 166px;
    left: 1254px;
    width: max-content;
    z-index: 100;
    font-size: 27px;
    text-align: center;
    line-height: 23px;
  }

  .sp-part10 .sp-text4 .sp-text4-s0-c157157157-fPoppinsB {
    color: rgb(157, 157, 157);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-text5 {
    position: absolute;
    top: 232px;
    left: 1054px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: right;
    line-height: 24px;
  }

  .sp-part10 .sp-text5 .sp-text5-s0-c105105105-fPoppinsS {
    color: rgb(105, 105, 105);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-img-wrapper4 {
    position: absolute;
    top: 254px;
    left: 1574px;
    z-index: 100;
    width: 64px;
    height: 30px;
  }

  .sp-part10 .sp-img4 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-shape3 {
    position: absolute;
    top: 263px;
    left: 1052px;
    width: 152px;
    height: 48px;
    z-index: 100;
    background-color: rgb(255, 114, 0);
    border-radius: 5px;
  }

  .sp-part10 .sp-shape3-text1 {
    position: absolute;
    top: 15px;
    left: 38px;
    width: max-content;
    z-index: 100;
    font-size: 23px;
    text-align: center;
    line-height: 24px;
  }

  .sp-part10 .sp-shape3-text1 .sp-text3_1-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part10 .sp-shape4 {
    position: absolute;
    top: 263px;
    left: 1223px;
    width: 377px;
    height: 47px;
    z-index: 100;
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
  }

  .sp-part10 .sp-shape4-text1 {
    position: absolute;
    top: 15px;
    left: 32px;
    width: max-content;
    z-index: 100;
    font-size: 23px;
    text-align: center;
    line-height: 26px;
  }

  .sp-part10 .sp-shape4-text1 .sp-text4_1-s0-c939393-fPoppinsM {
    color: rgb(93, 93, 93);
    font-family: "Poppins-Medium";
  }

  .sp-part10 .sp-text6 {
    position: absolute;
    top: 348px;
    left: 1053px;
    width: max-content;
    z-index: 100;
    font-size: 22px;
    text-align: center;
    line-height: 26px;
  }

  .sp-part10 .sp-text6 .sp-text6-s0-c105105105-fPoppinsS {
    color: rgb(105, 105, 105);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape5 {
    position: absolute;
    top: 386px;
    left: 1052px;
    width: 264px;
    height: 60px;
    z-index: 100;
    background-color: rgb(130, 130, 130);
    border-radius: 10px;
  }

  .sp-part10 .sp-shape5-text1 {
    position: absolute;
    top: 21px;
    left: 130px;
    width: max-content;
    z-index: 100;
    font-size: 27px;
    text-align: center;
    line-height: 47px;
  }

  .sp-part10 .sp-shape5-text1 .sp-text5_1-s0-c000-fRobotoRe {
    color: rgb(0, 0, 0);
    font-family: "Roboto-Regular";
  }

  .sp-part10 .sp-shape5-text2 {
    position: absolute;
    top: 23px;
    left: 227px;
    width: max-content;
    z-index: 100;
    font-size: 27px;
    text-align: center;
    line-height: 47px;
  }

  .sp-part10 .sp-shape5-text2 .sp-text5_2-s0-c525252-fRobotoRe {
    color: rgb(52, 52, 52);
    font-family: "Roboto-Regular";
  }

  .sp-part10 .sp-shape6 {
    position: absolute;
    top: 387px;
    left: 1339px;
    width: 308px;
    height: 59px;
    z-index: 100;
    background-color: rgb(255, 243, 224);
    border-radius: 10px;
  }

  .sp-part10 .sp-shape6-img-wrapper1 {
    position: absolute;
    top: 19px;
    left: 48px;
    width: 26px;
    height: 24px;
    z-index: 100;
  }

  .sp-part10 .sp-shape6-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-shape6-text2 {
    position: absolute;
    top: 22px;
    left: 86px;
    width: max-content;
    z-index: 100;
    font-size: 26px;
    text-align: center;
    line-height: 23px;
  }

  .sp-part10 .sp-shape6-text2 .sp-text6_2-s0-c494242-fPoppinsM {
    color: rgb(49, 42, 42);
    font-family: "Poppins-Medium";
  }

  .sp-part10 .sp-shape7 {
    position: absolute;
    top: 415px;
    left: 1075px;
    width: 13px;
    height: 3px;
    z-index: 100;
    background-color: rgb(52, 52, 52);
    border-radius: 2px;
  }

  .sp-part10 .sp-shape8 {
    position: absolute;
    top: 474px;
    left: 1052px;
    width: 594px;
    height: 91px;
    z-index: 100;
    background-color: rgb(224, 0, 0);
    border-radius: 10px;
  }

  .sp-part10 .sp-shape8-text1 {
    position: absolute;
    top: 30px;
    left: 172px;
    width: max-content;
    z-index: 100;
    font-size: 43px;
    text-align: center;
    line-height: 20px;
  }

  .sp-part10 .sp-shape8-text1 .sp-text8_1-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape9 {
    position: absolute;
    top: 497px;
    left: 766px;
    width: 40px;
    height: 38px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 9px;
  }

  .sp-part10 .sp-shape9-text1 {
    position: absolute;
    top: 11px;
    left: 9px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    text-align: left;
    line-height: 39px;
  }

  .sp-part10 .sp-shape9-text1 .sp-text9_1-s0-c525252-fPoppinsB {
    color: rgb(52, 52, 52);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape10 {
    position: absolute;
    top: 497px;
    left: 843px;
    width: 40px;
    height: 38px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 9px;
  }

  .sp-part10 .sp-shape10-text1 {
    position: absolute;
    top: 10px;
    left: 5px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    text-align: left;
    line-height: 39px;
  }

  .sp-part10 .sp-shape10-text1 .sp-text10_1-s0-c525252-fPoppinsB {
    color: rgb(52, 52, 52);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape11 {
    position: absolute;
    top: 497px;
    left: 922px;
    width: 40px;
    height: 38px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 9px;
  }

  .sp-part10 .sp-shape11-text1 {
    position: absolute;
    top: 10px;
    left: 5px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    text-align: left;
    line-height: 39px;
  }

  .sp-part10 .sp-shape11-text1 .sp-text11_1-s0-c525252-fPoppinsB {
    color: rgb(52, 52, 52);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape12 {
    position: absolute;
    top: 508px;
    left: 822px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part10 .sp-shape13 {
    position: absolute;
    top: 508px;
    left: 901px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part10 .sp-shape14 {
    position: absolute;
    top: 520px;
    left: 822px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part10 .sp-shape15 {
    position: absolute;
    top: 520px;
    left: 901px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

  .sp-part10 .sp-text7 {
    position: absolute;
    top: 525px;
    left: 381px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    line-height: 16px;
  }

  .sp-part10 .sp-text7 .sp-text7-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part10 .sp-text8 {
    position: absolute;
    top: 540px;
    left: 771px;
    width: max-content;
    z-index: 100;
    font-size: 12px;
    line-height: 15px;
  }

  .sp-part10 .sp-text8 .sp-text8-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part10 .sp-text9 {
    position: absolute;
    top: 540px;
    left: 851px;
    width: max-content;
    z-index: 100;
    font-size: 12px;
    line-height: 15px;
  }

  .sp-part10 .sp-text9 .sp-text9-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part10 .sp-text10 {
    position: absolute;
    top: 540px;
    left: 928px;
    width: max-content;
    z-index: 100;
    font-size: 12px;
    line-height: 15px;
  }

  .sp-part10 .sp-text10 .sp-text10-s0-c255255255-fRobotoRe {
    color: rgb(255, 255, 255);
    font-family: "Roboto-Regular";
  }

  .sp-part10 .sp-img-wrapper5 {
    position: absolute;
    top: 591px;
    left: 1141px;
    z-index: 100;
    width: 43px;
    height: 21px;
  }

  .sp-part10 .sp-img5 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-text11 {
    position: absolute;
    top: 591px;
    left: 1198px;
    width: max-content;
    z-index: 100;
    font-size: 21px;
    text-align: right;
    line-height: 23px;
  }

  .sp-part10 .sp-text11 .sp-text11-s0-c202020-fPoppinsM {
    color: rgb(20, 20, 20);
    font-family: "Poppins-Medium";
  }

  .sp-part10 .sp-text11 .sp-text11-s1-c23200-fPoppinsM {
    color: rgb(232, 0, 0);
    font-family: "Poppins-Medium";
  }

  .sp-part10 .sp-img-wrapper6 {
    position: absolute;
    top: 648px;
    left: 1074px;
    z-index: 100;
    width: 550px;
    height: 37px;
  }

  .sp-part10 .sp-img6 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-shape16 {
    position: absolute;
    top: 721px;
    left: 1052px;
    width: 594px;
    height: 138px;
    z-index: 100;
    background-color: rgb(238, 248, 254);
  }

  .sp-part10 .sp-shape16-img-wrapper1 {
    position: absolute;
    top: 20px;
    left: 55px;
    width: 25px;
    height: 29px;
    z-index: 100;
  }

  .sp-part10 .sp-shape16-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-shape16-text2 {
    position: absolute;
    top: 26px;
    left: 87px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    text-align: left;
    line-height: 35px;
  }

  .sp-part10 .sp-shape16-text2 .sp-text16_2-s0-c404040-fPoppinsS {
    color: rgb(40, 40, 40);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape16-img-wrapper3 {
    position: absolute;
    top: 68px;
    left: 58px;
    width: 478px;
    height: 39px;
    z-index: 100;
  }

  .sp-part10 .sp-shape16-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-shape17 {
    position: absolute;
    top: 880px;
    left: 1052px;
    width: 594px;
    height: 138px;
    z-index: 100;
    background-color: rgb(253, 252, 245);
  }

  .sp-part10 .sp-shape17-img-wrapper1 {
    position: absolute;
    top: 17px;
    left: 54px;
    width: 29px;
    height: 35px;
    z-index: 100;
  }

  .sp-part10 .sp-shape17-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part10 .sp-shape17-text2 {
    position: absolute;
    top: 26px;
    left: 90px;
    width: max-content;
    z-index: 100;
    font-size: 20px;
    text-align: left;
    line-height: 35px;
  }

  .sp-part10 .sp-shape17-text2 .sp-text17_2-s0-c404040-fPoppinsS {
    color: rgb(40, 40, 40);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape17-text3 {
    position: absolute;
    top: 72px;
    left: 54px;
    width: max-content;
    z-index: 100;
    font-size: 17px;
    text-align: right;
    line-height: 27px;
  }

  .sp-part10 .sp-shape17-text3 .sp-text17_3-s0-c102102102-fPoppinsS {
    color: rgb(102, 102, 102);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part10 .sp-shape17-text4 {
    position: absolute;
    top: 101px;
    left: 54px;
    width: max-content;
    z-index: 100;
    font-size: 17px;
    text-align: right;
    line-height: 27px;
  }

  .sp-part10 .sp-shape17-text4 .sp-text17_4-s0-c102102102-fPoppinsS {
    color: rgb(102, 102, 102);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  /* Our Promise Of Quality */
  .sp-part11 {
    position: relative;
    height: 480px;
    background: url('/cdn/shop/files/20260129-tu-ceng-507-10-pc.png') no-repeat;
    background-size: 100% 100%;
  }

  .sp-part11 .sp-text1 {
    position: absolute;
    top: 74px;
    left: 644px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    text-align: center;
  }

  .sp-part11 .sp-text1 .sp-text1-s0-c255255255-fPoppinsB {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-img-wrapper1 {
    position: absolute;
    top: 155px;
    left: 435px;
    z-index: 102;
    width: 95px;
    height: 96px;
  }

  .sp-part11 .sp-img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part11 .sp-img-wrapper2 {
    position: absolute;
    top: 155px;
    left: 912px;
    z-index: 102;
    width: 95px;
    height: 96px;
  }

  .sp-part11 .sp-img2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part11 .sp-img-wrapper3 {
    position: absolute;
    top: 155px;
    left: 1393px;
    z-index: 102;
    width: 96px;
    height: 96px;
  }

  .sp-part11 .sp-img3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .sp-part11 .sp-shape1 {
    position: absolute;
    top: 202px;
    left: 259px;
    width: 438px;
    height: 218px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 13px;
  }

  .sp-part11 .sp-shape1-text1 {
    position: absolute;
    top: 67px;
    left: 75px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
  }

  .sp-part11 .sp-shape1-text1 .sp-text1_1-s0-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-shape1-text1 .sp-text1_1-s1-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-shape1-text2 {
    position: absolute;
    top: 133px;
    left: 0;
    width: 100%;
    z-index: 100;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    line-height: 26px;
  }

  .sp-part11 .sp-shape1-text2 .sp-text1_2-s0-c102102102-fPoppinsR {
    color: rgb(102, 102, 102);
    font-family: "Poppins-Regular";
    opacity: 0.8;
  }

  .sp-part11 .sp-shape2 {
    position: absolute;
    top: 202px;
    left: 740px;
    width: 438px;
    height: 218px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 13px;
  }

  .sp-part11 .sp-shape2-text1 {
    position: absolute;
    top: 63px;
    left: 70px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
  }

  .sp-part11 .sp-shape2-text1 .sp-text2_1-s0-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-shape2-text1 .sp-text2_1-s1-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-shape2-text2 {
    position: absolute;
    top: 133px;
    left: 3px;
    width: 100%;
    z-index: 100;
    font-size: 18px;
    text-align: center;
  }

  .sp-part11 .sp-shape2-text2 .sp-text2_2-s0-c102102102-fRobotoRe {
    color: rgb(102, 102, 102);
    font-family: "Roboto-Regular";
    opacity: 0.8;
  }

  .sp-part11 .sp-shape2-text2 .sp-text2_2-s1-c102102102-fRobotoRe {
    color: rgb(102, 102, 102);
    font-family: "Roboto-Regular";
    opacity: 0.8;
  }

  .sp-part11 .sp-shape3 {
    position: absolute;
    top: 202px;
    left: 1222px;
    width: 438px;
    height: 218px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border-radius: 13px;
  }

  .sp-part11 .sp-shape3-text1 {
    position: absolute;
    top: 69px;
    left: -3px;
    width: 100%;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
  }

  .sp-part11 .sp-shape3-text1 .sp-text3_1-s0-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-shape3-text1 .sp-text3_1-s1-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part11 .sp-shape3-text2 {
    position: absolute;
    top: 133px;
    left: 0px;
    width: 100%;
    z-index: 100;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
  }

  .sp-part11 .sp-shape3-text2 .sp-text3_2-s0-c102102102-fRobotoRe {
    color: rgb(102, 102, 102);
    font-family: "Roboto-Regular";
    opacity: 0.8;
  }

  .sp-part11 .sp-shape3-text2 .sp-text3_2-s1-c102102102-fRobotoRe {
    color: rgb(102, 102, 102);
    font-family: "Roboto-Regular";
    opacity: 0.8;
  }

  /* FAQ */
  .sp-part12 {
    position: relative;
    height: 877px;
    background-color: #fff ;
  }

  .sp-part12 .sp-text1 {
    position: absolute;
    top: 87px;
    left: 832px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    line-height: 54px;
  }

  .sp-part12 .sp-text1 .sp-text1-s0-c507013-fPoppinsM {
    color: rgb(50, 70, 13);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-text2 {
    position: absolute;
    top: 130px;
    left: 764px;
    width: max-content;
    z-index: 100;
    font-size: 50px;
    line-height: 78px;
  }

  .sp-part12 .sp-text2 .sp-text2-s0-c454545-fPoppinsB {
    color: rgb(45, 45, 45);
    font-family: "Poppins-Bold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape1 {
    position: absolute;
    top: 214px;
    left: 260px;
    width: 1400px;
    height: 71px;
    z-index: 100;
    background-color: rgb(50, 70, 13);
    border-radius: 20px 0px 0px 20px;
  }

  .sp-part12 .sp-shape1-text1 {
    position: absolute;
    top: 26px;
    left: 29px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    text-align: left;
    line-height: 55px;
  }

  .sp-part12 .sp-shape1-text1 .sp-text1_1-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape1-text2 {
    position: absolute;
    top: 35px;
    left: 1346px;
    width: max-content;
    z-index: 100;
    font-size: 35px;
    text-align: left;
    line-height: 58px;
  }

  .sp-part12 .sp-shape1-text2 .sp-text1_2-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-shape2 {
    position: absolute;
    top: 214px;
    left: 260px;
    width: 1400px;
    height: 143px;
    z-index: 100;
    background-color: rgb(253, 255, 241);
    border-radius: 20px;
  }

  .sp-part12 .sp-shape2-text1 {
    position: absolute;
    top: 26px;
    left: 29px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    text-align: left;
    line-height: 55px;
  }

  .sp-part12 .sp-shape2-text1 .sp-text2_1-s0-c255255255-fPoppinsS {
    color: rgb(255, 255, 255);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-shape2-text2 {
    position: absolute;
    top: 35px;
    left: 1346px;
    width: max-content;
    z-index: 100;
    font-size: 35px;
    text-align: left;
    line-height: 58px;
  }

  .sp-part12 .sp-shape2-text2 .sp-text2_2-s0-c255255255-fPoppinsM {
    color: rgb(255, 255, 255);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-shape2-text3 {
    position: absolute;
    top: 96px;
    left: 28px;
    width: max-content;
    z-index: 100;
    font-size: 24px;
    text-align: left;
    line-height: 35px;
  }

  .sp-part12 .sp-shape2-text3 .sp-text2_3-s0-c363535-fPoppinsL {
    color: rgb(36, 35, 35);
    font-family: "Poppins-Light";
  }

  .sp-part12 .sp-text3 {
    position: absolute;
    top: 413px;
    left: 279px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    line-height: 55px;
  }

  .sp-part12 .sp-text3 .sp-text3-s0-c404040-fPoppinsS {
    color: rgb(40, 40, 40);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-text4 {
    position: absolute;
    top: 413px;
    left: 1606px;
    width: max-content;
    z-index: 100;
    font-size: 35px;
    line-height: 58px;
  }

  .sp-part12 .sp-text4 .sp-text4-s0-c105105105-fPoppinsM {
    color: rgb(105, 105, 105);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-text5 {
    position: absolute;
    top: 507px;
    left: 289px;
    width: max-content;
    z-index: 100;
    font-size: 25px;
    line-height: 55px;
  }

  .sp-part12 .sp-text5 .sp-text5-s0-c404040-fPoppinsS {
    color: rgb(40, 40, 40);
    font-family: "Poppins-SemiBold";
    font-weight: bold;
  }

  .sp-part12 .sp-text6 {
    position: absolute;
    top: 511px;
    left: 1606px;
    width: max-content;
    z-index: 100;
    font-size: 35px;
    line-height: 58px;
  }

  .sp-part12 .sp-text6 .sp-text6-s0-c105105105-fPoppinsM {
    color: rgb(105, 105, 105);
    font-family: "Poppins-Medium";
  }

  .sp-part12 .sp-btn-box {
    position: absolute;
    top: 646px;
    left: 674px;
    z-index: 109;
  }

  .sp-part12 .sp-btn-box .sp-button-box {
    width: 570px;
    height: 80px;
    font-size: 45px;
    font-family: Unbounded-Bold;
    color: #ffffff;
    font-weight: bold;
    background: rgb(255, 90, 0);
    border-radius: 40px;
  }

  .sp-part12 .sp-shape4 {
    position: absolute;
    top: 657px;
    left: 1175px;
    width: 58px;
    height: 58px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }

}


/* ========== 购物模块样式 ========== */

  /*购物车公共样式*/
.product-part .sp-line {
  height: 100%;
  background: #ffe400;
  border-radius: 7px;
  animation: sp-fade-line 4s infinite linear;
}

.product-part .sp-time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.price-group .price2 {
  text-decoration: line-through;
}

.price-group {
  display: flex;
  align-items: baseline;
}

.sp-uppercase {
  text-transform: uppercase;
}

.product-part .sp-option.active {
  color: #ffffff;
  background: #FF7200;
  border: 2px solid #FF4800;
}

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_header-content .sp-cart.on,
.sp-btn-style2 .sp-cart.on {
  animation: shakeCart 3s infinite ease-in-out;
}

.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.sp-relative {
  position: relative;
}


@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);
  }
}

@keyframes sp-fade-line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}


/* 购物模块样式 -- 移动端 */
@media screen and (max-width: 1079px) {
  .product-part {
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 66px 40px 70px;
  }

  .product-part .sp-img-wrap {
    width: 1000px;
    height: 680px;
    background-size: 100% 100%;
    font-family: "Poppins-Medium";
    box-sizing: border-box;
    user-select: none;
        border-radius: 20px;
          background: url("/cdn/shop/files/20260129-shang-pin-di-18-mb.png") no-repeat;
    background-size: 100% 100%;
    /* background-color: #ee6500; */
  }

  .product-part .sp-img-wrap .sp-img-inner-text {
    position: absolute;
    top: 31px;
    left: 118px;
    font-family: Poppins-Medium;
    color: #141414;
    font-weight: 500;
font-size: 30px;
color: #141414;
  }

  .product-part .sp-img-wrap .sp-img-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 125px;
    box-sizing: border-box;
    position: relative;
  }

  .product-part .sp-img-wrap .sp-img-inner-cr {
    width: 965px;
    height: 524px;
    /* padding-bottom: 90px; */
    background: #fff;
    border-radius: 20px;
    background: url("/cdn/shop/files/20260129-chan-pin-bai-di-17-mb.png") no-repeat;
    background-size: 100% 100%;
  }


      /* 选项1的图片样式 */
      .product-part .sp-img-wrap .sp-img-inner-img { 
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.4);
width: 497px;
height: 274px;
    }
    
    /* 选项2的图片样式 */
    .product-part #sp-qty .sp-option:nth-child(2).active ~ .sp-img-wrap .sp-img-inner-img { 
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.6);
width: 539px;
height: 240px;
    }

  .product-part .sp-img-wrap .sp-img-p.active {
    display: block;
        display: block;
    width: 100%;
    height: 100%;
  }

  .product-part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    display: none;
  }

  .product-part .sp-img-wrap .sp-gift {
    position: absolute;
    top: 577px;
    left: 42px;
    width: 68px;
    animation: shakeCart 3s infinite ease-in-out;
  }

  .product-part .sp-line-wrap {
    position: absolute;
    top: 588px;
    left: 128px;
    width: 344px;
    height: 13px;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 7px;
  }

  .product-part .sp-row1 {
    position: absolute;
    top: 616px;
    left: 160px;
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .product-part .sp-row1 .sp-icon-s {
    width: 25px;
  }

  .product-part .sp-clock-s {
    position: absolute;
    top: 568px;
    left: 652px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    line-height: 1;
    padding-top: 2px;
    box-sizing: border-box;
  }

  .product-part .sp-clock-s .square {
    width: 63px;
    height: 63px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 44px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins-SemiBold";
    flex-shrink: 0;
    padding-top: 2px;
    box-sizing: border-box;
  }

  .product-part .sp-time-label {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
  }

  .product-part .sp-clock-s .dots {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    flex-shrink: 0;
    margin: 0 5px;
    padding-bottom: 16px;
  }

  
.product-part .sp-clock-s .dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.product-part .sp-title-s {
  font-family: Poppins-SemiBold;
  font-size: 45px;
  color: #000000;
  line-height: 50px;
  margin-top: 70px;
  padding-bottom: 32px;
  border-bottom: 1px solid #9d9d9d;
}

.product-part .price-group {
  line-height: 1.1;
  margin-top: 28px;
  align-items: baseline;
}

.product-part .price1 {
  font-family: Poppins-Bold;
  font-size: 75px;
  color: #ff0000;
  font-weight: bold;
font-size: 74px;
color: #FF0707;
line-height: 34px;
}

.product-part .price2 {
  font-family:Poppins-Bold;
  font-size: 44px;
  color: #999999;
  margin-left: 16px;
  font-weight: bold;
font-size: 44px;
color: #9D9D9D;
line-height: 38px;
}

.product-part .sp-row {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.product-part .sp-row img {
  position: relative;
  z-index: 1;
  transform: translateY(10px);
  animation: shakeCart 3s infinite ease-in-out;
}

.product-part .sp-row .sp-p {
  width: 230px;
  height: 47px;
  background: #fd771b;
  border-radius: 10px;
  font-family: Poppins-Bold;
  font-size: 40px;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
  margin-left: -32px;
  padding-left: 16px;
  box-sizing: border-box;
  transform: translateY(20px);
}

.product-part .option-title {
  font-family: Poppins-SemiBold;
  font-size: 37px;
  color: #000000;
  line-height: 1;
  margin: 28px 0px 20px;
  font-weight: 600;
font-size: 36px;
color: #696969;
line-height: 39px;
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  justify-content: flex-start;
}

.product-part .sp-option {
  width: 238px;
  height: 75px;
  border-radius: 5px;
  border: 2px solid #D3D3D3;
  font-family: Poppins-Medium;
  font-size: 36px;
  color: #5D5D5D;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
  background: #F7F7F7;
  gap: 15px;
  width: max-content;
        padding: 0px 30px;
}

.product-part .sp-option .sp-img-wrapper1 { 
  position: absolute;
  right: -95px;
  top: -33px;
}

.product-part .sp-padding {
  box-sizing: border-box;
  padding: 0 6px;
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.addGroup {
  width: 418px;
  height: 96px;
  border-radius: 10px;
  border: 2px solid #828282;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  color: #000;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 45px;
  color: #343434;
  text-stroke: 1px #333333;
  -webkit-text-stroke: 1px #333333;
  box-sizing:content-box;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  width: 245px;
  height: 100%;
  color: #232326;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  font-size: 44px;
  color: #000000;
  line-height: 40px;
}

.product-part .addCart {
  width: 488px;
  height: 93px;
  background: #fff3e0;
  border-radius: 15px;
  border: 2px solid #fff3e0;
  box-sizing: border-box;
  font-family: Poppins-Medium;
  font-size: 32px;
  color: #312a2a;
  gap: 22px;
  text-transform: uppercase;
}

.product-part .addCart img {
  width: 43px;
}

.product-part .addCart .on {
  animation: scaleAni 1s ease-in-out forwards;
}

.product-part .sp-btn-style {
  width: 942px;
  height: 144px;
  background: #e00000;
  border-radius: 10px;
  cursor: pointer;
  margin: 50px auto 0;
  font-family:Poppins-Bold;
  font-size: 69px;
  color: #ffffff;
  animation: skip 4s infinite;
  text-align: center;
  font-size: 70px;
color: #FFFFFF;
line-height: 32px;
}


.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-family: Poppins-Medium;
  font-size: 33px;
  color: #141414;
  margin-top: 48px;
}

.sp-tip5 img {
  width: 69px;
}

.sp-tip5 span {
  color: #e80000;
}
.sp-footer-img {
  width: 100%;
  display: block;
  margin: 40px auto 0;
}

.sp-footer-box-1 {
  width: 918px;
  height: 219px;
  background: #eef8fe;
  position: relative;
  margin-bottom: 21px;
  margin: 20px auto 0;
}

.sp-footer-box-1 .sp-footer-box-img {
  position: absolute;
  top: 32px;
  left: 81px;
}

.sp-footer-box-1 .sp-font {
  font-family: Poppins;
  font-weight: 600;
  font-size: 32px;
  color: #282828;
  line-height: 55px;
  position: absolute;
  top: 29px;
  left: 133px;
}

.sp-footer-box-1 .sp-footer-box1-img {
  position: absolute;
  top: 108px;
  left: 76px;
}

.sp-footer-box-2 {
  width: 918px;
  height: 260px;
  background: #fdfcf5;
  margin: 20px auto 0;
}

.sp-footer-box-2 .sp-footer-box2-img {
  position: absolute;
  top: 32px;
  left: 81px;
}

.sp-footer-box-2 .sp-font {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 32px;
  color: #282828;
  line-height: 55px;
  position: absolute;
  top: 33px;
  left: 133px;
}

.sp-footer-box-2 .sp-font-ir {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 27px;
  color: #666666;
  line-height: 43px;
  position: absolute;
  top: 105px;
  left: 81px;
}

.sp-scroll-top {
  scroll-margin-top: 34px;
}


}


/* 购物模块样式 -- PC端 */
@media screen and (min-width: 1080px) {
  .product-part {
    font-family: "Roboto-Medium";
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    padding: 80px 230px 60px 258px;
    background-color: #ffffff;
  }

  .sp_product_content {
    display: flex;
    gap: 44px;
    align-items: flex-start;
  }

  .product-part .sp_product_content .sp-wrap-item {
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    align-self: flex-start;
    z-index: 1;
  }

  

  .product-part .sp_product_content .sp-content {
    width: 690px;
  }

  .product-part .sp-img-wrap {
    font-family: "Poppins-Medium";
    box-sizing: border-box;
    user-select: none;
    width: 731px;
    height: 516px;
    margin-top: 0px;
    border-radius: 20px;
    background: #ee6500;
    background: url("/cdn/shop/files/20260129-shang-pin-di-18-mb.png") no-repeat;
    background-size: 100% 100%;
  }


  .product-part .sp-img-wrap .sp-img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 731px;
    height: 516px;
    padding-bottom: 90px;
    /* padding: 15px; */
    box-sizing: border-box;
  }

  
  .product-part .sp-img-wrap .sp-img-inner-cr {
    width: 710px;
    height: 398px;
    /* padding-bottom: 90px; */
    background-color: #fff;
    border-radius: 20px;
    background: url("/cdn/shop/files/20260129-shang-pin-bai-di-11-pc.png") no-repeat;
    background-size: 100% 100%;
  }

  .product-part .sp-img-wrap .sp-img-inner-text {
    position: absolute;
    top: 25px;
    left: 80px;
    font-family: Poppins-Medium;
    font-size: 21px;
    color: #141414;
  }

    /* 选项1的图片样式 */
    .product-part .sp-img-wrap .sp-img-inner-img { 
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    width: 497px;
height: 274px;
    }
    
    /* 选项2的图片样式 */
    .product-part #sp-qty .sp-option:nth-child(2).active ~ .sp-img-wrap .sp-img-inner-img { 
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.6);
    width: 539px;
height: 240px;
    }

  .product-part .sp-img-wrap .sp-img-p.active {
    display: block;
        display: block;
    width: 100%;
    height: 100%;
  }

  .product-part .sp-img-wrap .sp-img-p {
    -webkit-user-drag: none;
    display: none;
  }


  .product-part .sp-img-wrap .sp-gift {
    position: absolute;
    top: 442px;
    left: 30px;
    width: 44px;
    animation: shakeCart 3s infinite ease-in-out;
  }

  .product-part .sp-line-wrap {
    position: absolute;
    top: 447px;
    left: 84px;
    width: 272px;
    height: 13px;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 7px;
  }

  .product-part .sp-row1 {
    position: absolute;
    font-family: Poppins-Medium;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 471px;
        left: 121px;
        font-size: 18px;
        line-height: 19px;
  }

  .product-part .sp-row1 .sp-icon-s {
  width: 19px;
}

.product-part .sp-clock-s {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-top: 2px;
  box-sizing: border-box;
          position: absolute;
        top: 439px;
        left: 507px;
}

.product-part .sp-clock-s .square {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-SemiBold";
  flex-shrink: 0;
  padding-top: 2px;
  box-sizing: border-box;
  width: 40px;
        height: 38px;
        border-radius: 9px;
        font-weight: bold;
        font-size: 25px;
        color: #343434;
        line-height: 19px;
}

.product-part .sp-time-label {
  font-family: Poppins-SemiBold;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.product-part .sp-clock-s .dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  padding-bottom: 16px;
  gap: 6px;
  margin: 0 4px;
}


.product-part .sp-clock-s .dot {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.product-part .sp-title-s {
  text-align: left;
  margin-top: 0px;
  font-family: Poppins-SemiBold;
  font-size: 28px;
  color: #000000;
  line-height: 1;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9D9D9D;
  font-weight: 600;
}

.product-part .price-group {
  line-height: 1.1;
  align-items: baseline;
  justify-content: flex-start;
  margin-top: 20px;
}

.product-part .price1 {
  font-family: Poppins-Bold;
  font-size: 46px;
  color: #ff0000;
  font-weight: bold;
  color: #FF0707;
  line-height: 21px;
}

.product-part .price2 {
  font-family:Poppins-Bold;
  color: #9D9D9D;
  margin-left: 20px;
  font-size: 27px;
color: #9D9D9D;
line-height: 23px;
}

.product-part .sp-row {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.product-part .sp-row img {
  position: relative;
  transform: translateY(10px);
  animation: shakeCart 3s infinite ease-in-out;
  width: 34px;
  z-index: 1;
}

.product-part .sp-row .sp-p {
  background: #fd771b;
  border-radius: 10px;
  font-family: Poppins-Bold;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  width: 145px;
  height: 30px;
  font-size: 26px;
  line-height: 28px;
  margin-left: -15px;
  padding-left: 12px;
  box-sizing: border-box;
  transform: translateY(9px);
}

.product-part .option-title {
  font-family:Poppins-SemiBold;
  color: #696969;
  font-size: 22px;
  line-height: 1;
  margin: 22px 0px 10px;
  
}

.product-part .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  position: relative;
  justify-content: flex-start;
}

.product-part .sp-option {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
  color: #5D5D5D;
  gap: 15px;
  width: max-content;
  height: 48px;
  border-radius: 5px;
  border: 2px solid #D3D3D3;
  font-family: Poppins-Medium;
  font-size: 23px;
  /* padding: 12px 55px; */
  min-width: 186px;
  background-color: #F7F7F7;
  width: max-content;
        padding: 0px 30px;
}

.product-part .sp-option .sp-img-wrapper1 { 
  position: absolute;
  right: -95px;
  top: -33px;
}

.product-part .sp-padding {
  box-sizing: border-box;
  padding: 0;
  width: 594px;
}

.product-part .sp-quality-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
}

.addGroup {
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  height: 60px;
  border: 1px solid rgba(153, 153, 153, 0.96);
  padding: 0px 14px;
  
}

.addGroup .sp-reduce,
.addGroup .sp-add {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
  color: #000;
  font-family: Poppins-Regular;
  font-weight: 400;
  color: #343434;
  text-stroke: 1px #333333;
  -webkit-text-stroke: 1px #333333;
  width: 12px;
  font-size: 30px;
}

.addGroup input {
  outline: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  color: #232326;
  background: transparent;
  /* vertical-align: middle; */
  padding: 0;
  font-family: "Roboto-Medium";
  color: #000000;
  line-height: 40px;
  width: 120px;
  font-size: 23px;
}

.product-part .addCart {
  box-sizing: border-box;
  font-family: Poppins-Medium;
  color: #312a2a;
  text-transform: uppercase;
  width: 308px;
  height: 59px;
  background: #fff3e0;
  border-radius: 10px;
  border: none;
  font-size: 22px;
  gap: 14px;
  user-select: none;
}

.product-part .addCart img {
  width: 24px;
}

.product-part .sp-btn-style {
  cursor: pointer;
  font-family: Poppins-Bold;
  color: #ffffff;
  animation: skip 4s infinite;
  text-align: center;
  width: 594px;
  height: 91px;
  background: #e00000;
  border-radius: 10px;
  margin: 30px auto 42px;
  font-size: 43px;
  font-weight: bold;
}

.sp-tip5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-family: Poppins-Medium;
  color: #141414;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sp-tip5 img {
  width: 58px;
}

.sp-tip5 span {
  color: #e80000;
}

.sp-footer-img {
  display: block;
  width: 600px;
  margin: 0px;
}

.sp-footer-box-1 {
  width: 580px;
  height: 138px;
  background: #eef8fe;
  position: relative;
  margin-bottom: 21px;
  margin: 20px auto 0;
  margin-left: 0px;
}

.sp-footer-box-1 .sp-footer-box-img {
  position: absolute;
  top: 20px;
  left: 52px;
}

.sp-footer-box-1 .sp-font {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #282828;
  line-height: 35px;
  position: absolute;
  top: 18px;
  left: 84px;
}

.sp-footer-box-1 .sp-footer-box1-img {
  position: absolute;
  top: 68px;
  left: 48px;
}

.sp-footer-box-2 {
  width: 580px;
  height: 170px;
  background: #fdfcf5;
  margin: 20px auto 0;
  margin-left: 0px;
}

.sp-footer-box-2 .sp-footer-box2-img {
  position: absolute;
  top: 17px;
  left: 51px;
}

.sp-footer-box-2 .sp-font {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 20px;
  color: #282828;
  line-height: 35px;
  position: absolute;
  top: 18px;
  left: 87px;
}

.sp-footer-box-2 .sp-font-ir {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 17px;
  color: #666666;
  line-height: 22px;
  position: absolute;
  top: 72px;
  left: 51px;
}

.sp-scroll-top {
  scroll-margin-top: 34px;
}

}

/*底部footer样式*/
@media screen and (max-width: 1079px) {
  .sp-btn-style2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 1080px;
    height: 180px;
    z-index: 130;
    background: url(/cdn/shop/files/20260129-footer-9.png) no-repeat;
    background-size: 100% 100%;
  }

  .sp-btn-style2 .sp-area {
    position: absolute;
    left:0px;
    height: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 355px;
    background: url(/cdn/shop/files/20260129-top-3-mb.png) no-repeat;
    background-size: 100% 100%;
  }

  .sp-btn-style2 .sp-area .sp-shape1-img-wrapper1 {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 239px;
    height: 96px;
  }

  .sp-btn-style2 .sp-area .sp-area-text {
    text-align: center;
    position: absolute;
    top: 130px;
    left: 17px;

  }

  .sp-btn-style2 .sp-area .sp-t1 {
    font-family: Poppins-BoldItalic;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 1;
    font-family: Poppins-SemiBoldItalic;
    font-weight: normal;
font-size: 18px;
color: #602500;
  }

  .sp-btn-style2 .sp-area .sp-t2 {
    font-family: Poppins-Regular;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 1;
  }

  .sp-btn-style2 .sp-right {
    position: absolute;
    top: 21px;
    left: 390px;
    width: 613px;
    height: 138px;
    /* background: linear-gradient(-3deg, #FF5400, #FF7A00); */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .sp-btn-style2 .sp-right .sp-cart {
    width: 123px;
    height: 122px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 20px;
  }

  .sp-btn-style2 .sp-right .sp-cart img {
    width: 94px;
    height: 81px;
  }

  .sp-btn-style2 .sp-right .sp-info {
    display: flex;
    align-items: center;
    gap: 15px;
    animation: skip 4s infinite 1s;
  }

  .sp-btn-style2 .sp-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .sp-btn-style2 .sp-info-item .sp-t3 {
    font-family: Poppins-ExtraBold;
    font-size: 61px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
font-size: 70px;
color: #FFFFFF;
  }

  .sp-btn-style2 .sp-info-item .sp-t4 {
    font-family: Poppins-Regular;
    font-size: 27px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.6;
    font-weight: 400;
font-size: 30px;
color: #FFFFFF;
opacity: 0.88;
  }
}
@media only screen and (max-width: 1080px) {
.mf-bundle-product {
zoom: 2.2;
}
.mf-bundle-checkout-warning{
color: #788188 !important;
opacity: 0.6;
}
.app-embed-plus-component-pay-button-address-text {
color: #000;
opacity: 0.75;
font-size: 16px !important;
}
.app-embed-plus-component-bundler {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
#root .customer_buy_more_wrapper .customer_buy_more_title {
font-size: 50px;
margin-bottom: 40px;
}
#root table.customer-buy-more-discount-table {
color: #000;
}
#root .quick-add-hidden {
margin: 20px 40px 40px;
font-size: 40px;
color: #000;
}
#root table.customer-buy-more-discount-table th, td {
padding: 20px 10px !important;
}
}
.ribbons-extensions-theme-plugins-app-embed-plus,.quick-add-hidden{
max-width: 1080px;
margin: 0 auto;
}
.guarantee_column_container, .collapsible-content__wrapper,.lt_back_to_top,.product-recommendations,.related-products,#mps-sales-notification,{
display: none !important;
}

#root .quick-add-hidden {
color: #000;
}
@media(max-width:750px){
    .sp-part4 .sp-shape1-text1,.sp-part4 .sp-shape1-text2,.sp-part5 .sp-shape1-text1,.sp-part8 .sp-shape1-text2,.sp-part9 .sp-text1,.sp-part9 .sp-text2{
        width:100%;
        left:0;
        text-align:center;
    }
    
}