.slideInDownInit {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transition-delay: 0.2s;
}

.slideInDown {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.scaleInit {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

/* 图片样式 */
.goods-section img {
  width: 100% !important;
  margin: 0 !important;
}

.backgroundPicture {
  width: 100%;
}


.br-mobile {
  display: none;
}

:root {
  --bgc-FFFFFF: #ffffff;
  --bgc-000000: #000000;
  --bgc-111111: #111111;
  --bgc-00a0e8: #00a0e8;
  --bgc-d3d3d3: #d3d3d3;
  --bgc-373737: #373737;

  --font-22: clamp(12px, 1.15vw, 22px);
  --font-26: clamp(14px, 1.3vw, 26px);
  --font-30: clamp(16px, 1.6vw, 30px);
  --font-34: clamp(18px, 1.8vw, 34px);
  --font-48: clamp(24px, 2.6vw, 48px);
  --font-52: clamp(26px, 2.7vw, 52px);
}

.goods-section {
  background-size: cover;
  line-height: normal;
  position: relative;
  display: flex;
  justify-content: center;
}

.section-con {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding-left: 5% !important;
  padding-right: 5% !important;
  font-family: "HarmonyOS Sans SC";
}

.gradient-text {
  background: linear-gradient(90deg, #fff4d0 0%, #c8a96e 50%, #997124 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-1{
  display: none;
}

.section-1 .section-con {
  display: flex;
  flex-direction: column;
  bottom: clamp(40px, 4.5vw, 90px);
  align-items: flex-start;
  top: unset;
  justify-content: flex-end;
}

.section-1 .section-con-subtitle {
  font-size: var(--font-26);
  color: var(--bgc-111111);
}

.section-1 .section-con-bigtitle {
  font-size: var(--font-52);
  color: var(--bgc-00a0e8);
  margin-top: clamp(15px, 2vw, 35px);
}

.section-1 .section-con-product {
  font-size: var(--font-30);
  color: var(--bgc-111111);
  margin-top: clamp(15px, 2vw, 35px);
}


.section-2 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: clamp(35px, 5.5vw, 100px);
}


.section-2 .product-bigtext {
  font-size: var(--font-48);
  color: var(--bgc-FFFFFF);
  font-weight: bold;
}

.product-medium {
  font-weight: normal;
  color: var(--bgc-FFFFFF);
}

.section-2 .product-26text {
  font-size: var(--font-26);
  color: var(--bgc-FFFFFF);
  font-weight: bold;
}

.section-2 .section-con-subtitle {
  font-size: var(--font-48);
  color: var(--bgc-FFFFFF);
  font-weight: bold;
}

.section-2 .section-con-bigtitle {
  font-size: var(--font-22);
  color: var(--bgc-d3d3d3);
  margin-top: clamp(15px, 2vw, 35px);
  line-height: 1.5;
}

.section-2 .section-con-product {
  font-size: var(--font-22);
  color: var(--bgc-FFFFFF);
  margin-top: clamp(25px, 3vw, 55px);
  line-height: 1.2;
}

.section-3 .section-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 52% !important;
}


.section-3 .section-con-subtitle {
  font-size: var(--font-48);
  font-weight: bold;
}

.section-3 .section-con-bigtitle {
  font-size: var(--font-22);
  color: var(--bgc-d3d3d3);
  margin-top: clamp(15px, 2vw, 35px);
  line-height: 1.5;
}


.section-3 .section-con-product {
  margin-top: clamp(25px, 3vw, 55px);
}

.section-3 .section-con-product img {
  width: 100% !important;
  max-width: 44px !important;
}


.section-4 .section-con-subtitle {
  font-size: var(--font-48);
  font-weight: bold;
}

.section-4 .section-con-bigtitle {
  font-size: var(--font-22);
  color: var(--bgc-d3d3d3);
  margin-top: clamp(15px, 2vw, 35px);
  line-height: 1.5;
}


.section-4 .section-con {
  display: flex;
  flex-direction: column;
  bottom: clamp(70px, 9vw, 170px);
  align-items: flex-start;
  top: unset;
  justify-content: flex-end;
}


.section-5 .section-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 62% !important;
}

.section-5 .section-con-bigtitle {
  font-size: var(--font-22);
  color: var(--bgc-373737);
  line-height: 1.5;
}

.section-5 .product-medium {
  color: var(--bgc-000000);
}

.section-5 .section-con-product {
  margin-top: clamp(25px, 3vw, 55px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 42%;
}

.section-5 .section-con-product .item-top-text {
  font-size: var(--font-26);
  color: var(--bgc-00a0e8);
}

.section-5 .section-con-product .item-big-text {
  font-size: var(--font-48);
}

.section-5 .section-con-product .item-bottom-text {
  font-size: var(--font-26);
  color: var(--bgc-000000);
}

.section-6 .section-con-subtitle {
  font-size: var(--font-48);
  font-weight: bold;
}

.section-6 .section-con-bigtitle {
  font-size: var(--font-22);
  color: var(--bgc-d3d3d3);
  margin-top: clamp(15px, 2vw, 35px);
  line-height: 1.5;
}

.section-6 .section-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: clamp(40px, 6.5vw, 120px);
}

:lang(de).section-5 .section-con-product,
:lang(ru).section-5 .section-con-product,
:lang(es).section-5 .section-con-product,
:lang(fr).section-5 .section-con-product {
  grid-template-columns: 1fr;
  gap: clamp(10px, 1vw, 20px);
}

@media (max-width: 768px) {

  :root {
    --font-22: clamp(15px, 4vw, 30px);
    --font-26: clamp(13px, 3.8vw, 26px);
    --font-30: clamp(13px, 3.8vw, 26px);
    --font-34: clamp(15px, 4vw, 30px);
    --font-48: clamp(27px, 7vw, 54px);
    --font-52: clamp(27px, 7.5vw, 54px);
  }


  .br-mobile {
    display: block;
  }

  .br-web {
    display: none;
  }


  .section-3 .section-con {
    align-items: center;
    margin-left: unset;
    text-align: center;
    justify-content: unset;
    padding-top: clamp(60px, 15vw, 120px);
  }

  .section-3 .section-con-bigtitle {
    margin-top: clamp(25px, 6.8vw, 50px);
  }

  .section-3 .section-con-product {
    display: none;
  }

  .section-4 .section-con {
    align-items: center;
    top: 0;
    text-align: center;
    justify-content: unset;
    padding-top: clamp(85px, 27vw, 190px);
  }

  .section-4 .section-con-bigtitle {
    margin-top: clamp(25px, 6.8vw, 50px);
  }


  .section-5 .section-con {
    align-items: center;
    top: 0;
    text-align: center;
    justify-content: unset;
    padding-top: clamp(40px, 11vw, 80px);
    margin-left: 0;
  }

  .section-5 .section-con-bigtitle {
    margin-top: 0;
  }

  .section-5 .section-con-product {
    width: 100%;
  }

  .section-6 .section-con {
    padding-top: clamp(75px, 20vw, 150px);
  }

  .section-6 .section-con-bigtitle {
    margin-top: clamp(25px, 6.8vw, 50px);
  }

  :lang(ru).section-4 .section-con-bigtitle {
    margin-top: clamp(10px, 3vw, 20px);
  }

  :lang(de).section-1 .section-con,
  :lang(ru).section-1 .section-con {
    bottom: clamp(25px, 7vw, 50px);
  }

  :lang(de).section-5 .section-con-product,
  :lang(ru).section-5 .section-con-product,
  :lang(es).section-5 .section-con-product,
  :lang(fr).section-5 .section-con-product {
    grid-template-columns: repeat(2, 1fr);
  }

  :lang(en).section-3 .section-con,
  :lang(en).section-4 .section-con,
  :lang(en).section-5 .section-con,
  :lang(en).section-6 .section-con,
  :lang(de).section-3 .section-con,
  :lang(de).section-4 .section-con,
  :lang(de).section-5 .section-con,
  :lang(de).section-6 .section-con,
  :lang(ru).section-3 .section-con,
  :lang(ru).section-4 .section-con,
  :lang(ru).section-5 .section-con,
  :lang(ru).section-6 .section-con,
  :lang(es).section-3 .section-con,
  :lang(es).section-4 .section-con,
  :lang(es).section-5 .section-con,
  :lang(es).section-6 .section-con,
  :lang(fr).section-3 .section-con,
  :lang(fr).section-4 .section-con,
  :lang(fr).section-5 .section-con,
  :lang(fr).section-6 .section-con {
    padding-top: clamp(20px, 5.5vw, 40px);
  }

  :lang(jp).section-4 .section-con {
    padding-top: clamp(70px, 18.5vw, 140px);
  }
}