.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%;
  margin: 0;
}

.backgroundPicture {
  width: 100%;
}

:root {
  --bgc-FFFFFF: #ffffff;
  --bgc-000000: #000000;
  --bgc-dc7a36: #dc7a36;
  --bgc-9c9c9c: #9c9c9c;

  --font-12: clamp(11px, 0.9vw, 12px);
  --font-14: clamp(14px, 1.1vw, 14px);
  --font-16: clamp(14px, 1.4vw, 16px);

  --font-18: clamp(16px, 1.6vw, 18px);
  --font-20: clamp(12px, 1.4vw, 20px);
  --font-22: clamp(12px, 1.8vw, 22px);
  --font-24: clamp(18px, 2.2vw, 24px);

  --font-28: clamp(20px, 2.6vw, 28px);
  --font-30: clamp(22px, 2.8vw, 30px);
  --font-32: clamp(24px, 3vw, 32px);
  --font-36: clamp(27px, 3.2vw, 36px);
  --font-40: clamp(24px, 3.6vw, 40px);

  --font-44: clamp(26px, 3.4vw, 44px);

  --font-48: clamp(28px, 4.2vw, 48px);
  --font-60: clamp(32px, 5vw, 60px);
  --font-82: clamp(36px, 6vw, 82px);
}

.goods-section {
  background-size: cover;
  line-height: normal;
  position: relative;
  letter-spacing: 0.03vw;
  overflow: hidden;
}

.section-con {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.section-title {
  font-size: var(--font-36);
  color: var(--bgc-FFFFFF);
  font-weight: bold;
}

.section-bignum {
  font-size: var(--font-32);
  color: var(--bgc-dc7a36);
  font-weight: bold;
  margin-top: clamp(0.5vw, 0.5vw, 0.5vw);
}

.section-bignum-tips {
  font-size: var(--font-14);
  color: var(--bgc-FFFFFF);
  margin-bottom: clamp(0.5vw, 0.5vw, 0.5vw);
}

.section-content {
  font-size: var(--font-18);
  color: var(--bgc-9c9c9c);
  line-height: 1.5;
}

.section-icon {
  width: max-content;
}

.section-icon img {
  width: 100%;
}

.section-orange-text {
  color: var(--bgc-dc7a36);
}



.goods-section {
  background-color: #1f2324;
}

.section-1 .section-con {
  padding-top: 13%;
  padding-left: 54%;
}

.section-2 .section-con {
  padding-top: 6%;
}


.section-2 .section-title {
  margin-top: clamp(8px, 1.3vw, 24px);
}

:lang(cn).section-1 .section-content {
  margin-top: clamp(12px, 1.5vw, 30px);
}

.section-2 .section-content,
.section-3 .section-content,
.section-4 .section-content {
  margin-top: clamp(12px, 1.5vw, 30px);
}

.section-3 .section-con {
  padding-top: 7%;
  padding-left: 45%;
}

:lang(cn).section-3 .section-con {
    padding-top: 13%;
    padding-left: 50%;
}

.section-4 .section-con {
  padding-top: 10%;
}

:lang(cn).section-4 .section-con {
  padding-top: 16%;
}

@media (max-width: 768px) {
  .br-web {
    display: none;
  }

  .section-content {
    line-height: 2;
    margin-top: clamp(20px, 3vw, 24px);
  }

  .section-bignum {
    margin-top: clamp(20px, 3vw, 24px);
  }

  .section-1 .section-con,
  .section-3 .section-con {
    padding-left: 5%;
    text-align: center;
  }
  .section-2 .section-con,
  .section-4 .section-con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .section-3 .section-con{
    padding-top: 42%;
  }

  .section-icon img{
    width: 60%;
    margin-left: 20%;
  }

  .section-4 .section-con{
    padding-top: 20%;

  }
}