* {
  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-333333: #333333;
  --bgc-f16741: #f16741;
  --bgc-24b0ff: #24b0ff;
  --bgc-888888: #888888;
  --bgc-dddfe2: #dddfe2;
  --font-18: clamp(14px, 1.1vw, 18px);
  --font-20: clamp(14px, 1.1vw, 20px);
  --font-24: clamp(18px, 1.3vw, 24px);
  --font-48: clamp(30px, 2.4vw, 48px);
  --font-85: clamp(34px, 4.5vw, 85px);
}

.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-line {
  width: 1.7vw;
  min-width: 15px;
  max-width: 30px;
  height: 1px;
  margin-top: clamp(12px, 1vw, 20px);
  margin-bottom: clamp(14px, 1.2vw, 24px);
}

.section-1 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: clamp(80px, 8.2vw, 160px);
}

.section-1 .section-con-title {
  font-size: var(--font-85);
  font-weight: bold;
  background: linear-gradient(141deg, var(--bgc-f16741));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px -6px 0px rgb(243, 243, 243);
  line-height: 1.1;
}

.section-1 .section-con-line {
  background-color: var(--bgc-FFFFFF);
}

.section-1 .section-con-content {
  font-size: var(--font-24);
  color: var(--bgc-FFFFFF);
  margin-top: clamp(8px, 0.8vw, 15px);
}

.section-2 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: clamp(80px, 8.2vw, 160px);
  align-items: center;
  text-align: center;
}

.section-2 .section-con-title {
  font-size: var(--font-48);
  font-weight: bold;
  color: var(--bgc-333333);
}

.section-2 .section-con-line {
  background-color: var(--bgc-333333);
}

.section-2 .section-con-content {
  font-size: var(--font-20);
  color: var(--bgc-333333);
  line-height: 1.4;
}

.section-3 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: clamp(60px, 6.2vw, 120px);
  align-items: center;
  text-align: center;
}

.section-3 .section-con-title {
  font-size: var(--font-48);
  font-weight: bold;
  color: var(--bgc-FFFFFF);
}

.section-3 .section-con-line {
  background-color: var(--bgc-FFFFFF);
}

.section-3 .section-con-content {
  font-size: var(--font-20);
  color: var(--bgc-FFFFFF);
  line-height: 1.4;
}

.section-4 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: clamp(90px, 9.2vw, 180px);
}

.section-4 .section-con-title {
  font-size: var(--font-48);
  font-weight: bold;
  color: var(--bgc-FFFFFF);
}

.section-4 .section-con-line {
  background-color: var(--bgc-FFFFFF);
}

.section-4 .section-con-content {
  font-size: var(--font-20);
  color: var(--bgc-FFFFFF);
  line-height: 1.4;
}

.section-5 .section-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  align-items: flex-end;
}

.section-5 .section-con-title {
  font-size: var(--font-48);
  font-weight: bold;
  color: var(--bgc-FFFFFF);
}

.section-5 .section-con-line {
  background-color: var(--bgc-FFFFFF);
}

.section-5 .section-con-content {
  font-size: var(--font-20);
  color: var(--bgc-FFFFFF);
  line-height: 1.4;
}

.section-5 .section-con-v {
  font-size: var(--font-48);
  color: var(--bgc-24b0ff);
  padding-top: clamp(15px, 1.6vw, 30px);
}

.section-6 {
  background-color: var(--bgc-dddfe2);
}

.section-6 .section-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: clamp(55px, 5.7vw, 110px);
  padding-bottom: clamp(55px, 5.7vw, 110px);
}

.section-6 .section-con-title {
  font-size: var(--font-48);
  font-weight: bold;
  color: var(--bgc-333333);
}

.test-param {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  padding-top: clamp(45px, 4.7vw, 90px);
}

.param-item {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 16px 12px;
  text-align: center;
  font-size: var(--font-18);
}

.param-item:nth-child(even) {
  background-color: #fafcff;
}
.param-item:nth-child(odd) {
  background-color: var(--bgc-dddfe2);
}

.param-title {
  color: var(--bgc-888888);
}

.param-value {
  color: var(--bgc-333333);
  padding: 0 12px;
}

@media (max-width: 1200px) {
  .section-con {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 991px) {
  .goods-section img {
    width: 130% !important;
    margin-left: -15% !important;
  }
}

@media (max-width: 750px) {
  .br-web {
    display: none;
  }

  :root {
    --font-20: clamp(15px, 4vw, 30px);
    --font-24: clamp(18px, 4.8vw, 36px);
    --font-48: clamp(30px, 8vw, 60px);
    --font-85: clamp(34px, 10.4vw, 78px);
  }
  .goods-section img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .section-con-title {
    text-align: center;
  }

  .section-con-content {
    text-align: center;
  }

  .section-con-v {
    text-align: center;
  }

  .section-1 .section-con {
    padding-top: clamp(120px, 32vw, 240px);
    align-items: center;
  }
  .section-2 .section-con {
    padding-top: clamp(80px, 21vw, 160px);
    align-items: center;
  }

  .section-3 .section-con {
    padding-top: clamp(80px, 21vw, 160px);
    align-items: center;
  }

  .section-4 .section-con {
    padding-top: clamp(80px, 21vw, 160px);
    align-items: center;
  }

  .section-5 .section-con {
    padding-top: clamp(80px, 21vw, 160px);
    align-items: center;
    justify-content: flex-start;
  }

  .section-6 .section-con {
    padding-top: clamp(80px, 21vw, 160px);
    padding-bottom: clamp(80px, 21vw, 160px);
  }

  .test-param {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .param-item {
    display: flex; 
    min-width: 600px; 
    justify-content: flex-start;
    text-align: left;
    padding: 10px 8px;
  }

  .param-title,
  .param-value {
    flex: 1;
    min-width: 120px; 
  }
}
