* {
  font-family: "HarmonyOS Sans SC";
}

.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%;
}

:root {
  --bgc-FFFFFF: #ffffff;
  --bgc-000000: #000000;
  --bgc-bbbbbb: #bbbbbb;
  --bgc-c7c7c7: #c7c7c7;
  --bgc-bf9647: #bf9647;
  --bgc-f0dcb4: #f0dcb4;
  --font-18: clamp(14px, 1.1vw, 18px);
  --font-20: clamp(14px, 1.1vw, 20px);
  --font-24: clamp(18px, 1.3vw, 24px);
  --font-30: clamp(12px, 1.6vw, 30px);
  --font-42: clamp(18px, 2.2vw, 42px);
  --font-72: clamp(28px, 3.8vw, 72px);
}

.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;
}

.section-con .section-con-title {
  font-weight: bold;
  background: linear-gradient(126deg, #f0dcb4, #cf8c59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-42);
}


.section-con .section-con-content {
  color: var(--bgc-c7c7c7);
  font-size: var(--font-24);
  line-height: 1.5;
  margin-top: clamp(16px, 2.1vw, 40px);
}

.section-video-box {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  overflow: hidden;
  margin-top: clamp(20px, 2.6vw, 50px);
}

.section-video-box video {
  width: 100%;
  display: block;
}

.section-con .section-content-f0dcb4 {
  color: var(--bgc-f0dcb4);
}

.section-con .section-content-bf9647 {
  color: var(--bgc-bf9647);
}

.section-1 .section-con {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: clamp(50px, 7.2vw, 140px);
}

.section-1 .section-xu8xxl-con {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-top: clamp(150px, 23vw, 450px);
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
}

.section-1 .section-xu10-con {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: auto;
  right: clamp(140px, 19vw, 380px);
  padding-top: clamp(200px, 27vw, 540px);
  position: absolute;
  z-index: 4;
  top: 0;
  height: 100%;
  max-width: 1200px;
}

.section-1 .section-con-title {
  font-weight: bold;
  background: linear-gradient(126deg, #f0dcb4, #cf8c59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-72);
}

.section-1 .section-con-content {
  color: var(--bgc-FFFFFF);
  margin-top: clamp(25px, 3vw, 54px);
}

.section-2 .section-con {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: clamp(50px, 7.2vw, 140px);
}

.section-2 .section-2-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 3.6vw, 70px);
  max-width: 700px;
}

.section-2 .section-2-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(6px, 0.9vw, 16px);
}

.section-2 .section-2-item-title {
  font-size: var(--font-30);
  color: var(--bgc-bbbbbb);
}

.section-2 .section-2-item-content {
  font-size: var(--font-24);
  color: var(--bgc-FFFFFF);
  white-space: nowrap;
  text-align: left;
}

.section-3 .section-con {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: auto;
  right: clamp(140px, 19vw, 380px);
  padding-top: clamp(140px, 19vw, 380px);
}

.section-4 .section-con {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-top: clamp(140px, 19vw, 380px);
}


.section-5 .section-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: clamp(50px, 7.2vw, 140px);
}

.section-5 .section-con-content {
  color: var(--bgc-000000);
}


.section-6 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: clamp(20px, 2.6vw, 50px);
  align-items: flex-end;
  text-align: right;
}

.section-6 .section-con-content {
  color: var(--bgc-FFFFFF);
}


.section-7 .section-con {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-top: clamp(140px, 19vw, 380px);
}

.section-8 .section-con {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: auto;
  right: clamp(140px, 19vw, 380px);
  padding-top: clamp(140px, 19vw, 380px);
}

.br-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .section-con {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 768px) {

  .br-mobile {
    display: block;
  }

  .br-web {
    display: none;
  }

  :root {
    --font-18: clamp(14px, 1.1vw, 18px);
    --font-20: clamp(14px, 1.1vw, 20px);
    --font-24: clamp(16px, 4vw, 32px);
    --font-30: clamp(12px, 3vw, 22px);
    --font-42: clamp(26px, 7vw, 52px);
    --font-56: clamp(28px, 7.2vw, 56px);
    --font-72: clamp(42px, 11.5vw, 85px);
  }

  .section-1 .section-con-title {
    font-size: var(--font-56);
  }

  .section-con .section-con-content {
    margin-top: clamp(22.5px, 6vw, 45px);
  }

  .section-video-box {
    margin-top: clamp(50px, 13vw, 100px);
  }

  .section-1 .section-con {
    padding-top: clamp(70px, 18vw, 140px);
  }

  .section-1 .section-con-content {
    margin-top: clamp(33px, 9vw, 66px);
  }

  .section-1 .section-xu8xxl-con,
  .section-1 .section-xu10-con {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    right: unset;
  }

  .section-2 .section-con {
    padding-top: clamp(40px, 11vw, 80px);
  }

  .section-2 .section-2-item-content {
    white-space: unset;
    text-align: left;
  }


  .section-3 .section-con {
    right: unset;
    text-align: center;
    align-items: center;
    padding-top: clamp(40px, 11vw, 80px);
  }

  .section-3 {
    z-index: 2;
  }

  .section-4 {
    margin-top: -5px;
    z-index: 1;
  }

  .section-4 .section-con {
    right: unset;
    text-align: center;
    align-items: center;
    padding-top: clamp(40px, 11vw, 80px);
  }

  .section-5 .section-con {
    padding-top: clamp(40px, 11vw, 80px);
  }

  .section-6 .section-con,
  .section-7 .section-con,
  .section-8 .section-con {
    padding-top: clamp(40px, 11vw, 80px);
    align-items: center;
    text-align: center;
    right: unset;
  }


}