.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-24ffed: #24ffed;
  --font-20: clamp(14px, 1.2vw, 20px);
  --font-24: clamp(16px, 1.5vw, 24px);
  --font-54: clamp(27px, 3vw, 54px);
}

.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-54);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.25px;
}

.goods-section {
  background-color: #1f2324;
}

.section-2 .section-con {
  padding-top: 8%;
}

.section-2 .section-title {
  color: var(--bgc-24ffed);
}

.section-3 .section-con {
  padding-top: 8%;
}
:lang(en).section-3 .section-con {
  padding-top: 4%;
}

.section-3 .section-title {
  color: var(--bgc-24ffed);
  line-height: 1.35;
}

.section-4 .section-con {
  padding-top: 4%;
}

.section-4 .section-title {
  color: var(--bgc-24ffed);
  line-height: 1.35;
  padding-bottom: 8%;
}

.section-4 .block-box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: end;
  width: 100%;
}

.section-4 .block-item {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  position: relative;
}

.section-4 .block-item img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 或 cover，看你是否希望填满 */
  display: block; /* 防止img底部出现间隙 */
}

.section-4 .block-text {
  color: var(--bgc-FFFFFF);
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: var(--font-20);
}

.section-4 .block-text-small {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}

.section-4 .gridspan2 {
  grid-column: span 2;
}

.section-4 .block-item-span2 {
  align-items: center;
  justify-content: flex-end;
  padding-right: 5%;
}

.section-4 .gridspan3 {
  grid-column: span 3;
}

.section-4 .item-jcsj {
  padding: 5% 0;
  justify-content: space-evenly;
}

.section-4 .item-bec {
  justify-content: flex-end;
  padding-right: 10%;
}

.section-5 .section-con {
  padding-top: 8%;
}

.section-5 .section-title {
  color: var(--bgc-24ffed);
  line-height: 1.35;
  padding-bottom: 8%;
}

.section-5 .iconbox-top img,
.section-5 .iconbox-bottom img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 或 cover，看你是否希望填满 */
  display: block; /* 防止img底部出现间隙 */
  max-width: 100px;
}

.section-5 .iconbox-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.section-5 .iconbox-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-top: 10%;
}

.section-5 .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 16px);
}

.section-5 .icon-text {
  color: var(--bgc-FFFFFF);
  font-size: var(--font-24);
  text-align: center;
}

.section-4 .block-box-mobile {
  display: none;
}

@media (max-width: 768px) {
  .br-web,
  .section-4 .block-box {
    display: none;
  }

  :root {
    --font-20: clamp(14px, 2.5vw, 16px);
    --font-24: clamp(16px, 2.8vw, 20px);
    --font-54: clamp(22px, 6vw, 48px);
  }

  .section-4 .block-box-mobile {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: end;
    width: 100%;
  }

  .section-4 .block-item {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    position: relative;
  }

  .section-4 .block-item img {
    width: 100%;
    height: auto;
    object-fit: contain; /* 或 cover，看你是否希望填满 */
    display: block; /* 防止img底部出现间隙 */
  }

  .section-4 .block-text {
    color: var(--bgc-FFFFFF);
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: var(--font-20);
  }

  .section-4 .block-text-small {
    font-weight: normal;
    font-size: var(--font-20);
    margin-top: 10px;
  }

  .section-4 .gridspan2 {
    grid-column: span 2;
  }

  .section-4 .block-item-span2 {
    align-items: center;
    justify-content: flex-end;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .section-4 .gridspan3 {
    grid-column: span 3;
  }

  .section-4 .item-jcsj {
    padding: 5% 0;
    justify-content: space-evenly;
  }

  .section-4 .item-bec {
    justify-content: flex-end;
    padding-right: 0%;
  }

  .section-5 .section-con {
    padding-top: 33%;
  }

  .section-5 .iconbox-top img,
  .section-5 .iconbox-bottom img {
    max-width: 60px;
  }
}
