.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-445065: #445065;
  --bgc-5c636f: #5c636f;
  --bgc-fffd45: #fffd45;
  --bgc-0059c5: #0059c5;
  --font-22: clamp(16px, 1.2vw, 22px);
  --font-44: clamp(27px, 2.2vw, 44px);
}

.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%;
}



.goods-section {
  background-color: #1f2324;
}


.section-1 .section-con-text1 {
  font-size: var(--font-44);
  color: var(--bgc-445065);
  font-weight: bold;
  padding-left: 3%;
  padding-top: clamp(40px, 4.5vw, 90px);
}

.section-1 .section-con-text2 {
  font-size: var(--font-22);
  color: var(--bgc-5c636f);
  padding-left: 3%;
  padding-top: clamp(8px, 0.75vw, 15px);
}


.section-1 .section-con-text3 {
  font-size: var(--font-22);
  color: var(--bgc-445065);
  padding-left: 3%;
  padding-top: clamp(10px, 1.5vw, 30px);
}

.section-1 .section-con-yellow {
  color: var(--bgc-fffd45);
}

.section-2 .section-con {
  top: 30%;
  right: 0;
  width: auto;
}


.section-2 .section-con-text1 {
  font-size: var(--font-44);
  color: var(--bgc-445065);
  font-weight: bold;
  padding-top: clamp(40px, 4.5vw, 90px);
}

.section-2 .section-con-text2 {
  font-size: var(--font-22);
  color: var(--bgc-5c636f);
  padding-top: clamp(8px, 0.75vw, 15px);
}


.section-2 .section-con-text3 {
  font-size: var(--font-22);
  color: var(--bgc-445065);
  padding-top: clamp(10px, 1.5vw, 30px);
}

.section-2 .section-con-blue {
  color: var(--bgc-0059c5);
}

.section-3 .section-con-text1 {
  font-size: var(--font-44);
  color: var(--bgc-445065);
  font-weight: bold;
  padding-top: clamp(10px, 1vw, 20px);
  text-align: center;
}

.section-3 .section-con-text2 {
  font-size: var(--font-22);
  color: var(--bgc-5c636f);
  position: absolute;
  top: 55%;
  left: 10%;
}

.section-3 .section-con-blue {
  color: var(--bgc-0059c5);
}


.section-4 .section-con-text1 {
  font-size: var(--font-22);
  color: var(--bgc-5c636f);
  position: absolute;
  top: 25%;
  right: 8%;
}

.section-4 .section-con-blue {
  color: var(--bgc-0059c5);
}

.br-mobile {
  display: none;
}


@media (max-width: 768px) {
  .br-web {
    display: none;
  }

  .br-mobile {
    display: block;
  }

  .section-1 .section-con-text1 {
    padding-left: 0%;
  }

  .section-1 .section-con-text2 {
    padding-left: 0%;
    padding-top: clamp(20px, 5vw, 40px);
  }


  .section-1 .section-con-text3 {
    padding-left: 0%;
    padding-top: clamp(30px, 8vw, 60px);
  }

  :lang(en).section-1 .section-con-text3 {
    padding-top: clamp(10px, 2vw, 20px);
  }

  .section-2 .section-con {
    top: 30%;
    right: 0;
    text-align: right;
    width: 70%;
  }

  :lang(en).section-2 .section-con {
    top: 15%;
  }

  .section-3 .section-con-text2 {
    position: absolute;
    width: 80%;
    top: unset;
    bottom: 10px;
    text-align: center;
  }

  .section-4 .section-con-text1 {
    position: absolute;
    width: 80%;
    top: unset;
    bottom: 10px;
    text-align: center;
  }
}