.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 .backgroundPicture img {
  width: 100%;
  margin: 0;
  min-width: 30px;
}

.backgroundPicture {
  width: 100%;
}

.progress {
  display: none !important;
}

.section-1 .backgroundPicture {
  background-color: #0a0a0a;
}
.section-2 .backgroundPicture {
  background-color: #030303;
}
.section-3 .backgroundPicture {
  background-color: #030303;
}
.section-4 .backgroundPicture {
  background-color: #020202;
}
.section-5 .backgroundPicture {
  background-color: #020202;
}
.section-6 .backgroundPicture {
  background-color: #232834;
}
.section-7 .backgroundPicture {
  background-color: #030303;
}
.section-8 .backgroundPicture {
  background-color: #030303;
}

/* .backgroundPicture {
  position: absolute;
}
.backgroundPicture img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100% !important;
} */

/* 商品描述 */
#product_desc,
.product_desc {
  padding: 0;
}

.section-1 .backgroundPicture {
  background-color: #0a0a0a;
}

/* 商品区域 */
.goods-section {
  background-size: cover;
  line-height: normal;
  position: relative;
  letter-spacing: 0.05vw;
}
.section-con {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
}

.animated {
  animation-duration: 1.5s;
}

.goods-section .section-con .section-con-title {
  font-size: 2.5vw;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.goods-section .section-con .section-con-colorTitle {
  font-size: 2.5vw;
  color: #ffc045;
  font-weight: bold;
}

.goods-section .section-con .section-con-subtitle {
  padding-top: 2vw;
  color: #ffffff;
  font-size: 1.2vw;
  line-height: 1.5;
  margin: 0;
}
.goods-section .section-con .section-con-icon {
  padding-top: 2vw;
  width: 7vw;
  max-width: 80px;
}

.section-1 .section-con .section-con-subtitle {
  width: 65%;
}

.section-3 .section-con .section-con-subtitle {
  width: 72%;
}

.section-4 .section-con .section-con-subtitle {
  width: 40%;
}

.goods-section .section-con .section-con-icon img {
  width: 100% !important;
}

.section-1 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: 10%;
  text-align: center;
  align-items: center;
}

.section-2 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: 32%;
  padding-left: 53%;
  align-items: flex-start;
  text-align: left;
}

.section-3 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: 10%;
  text-align: center;
  align-items: center;
}

.section-4 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: 8%;
  padding-left: 18%;
  align-items: flex-start;
  text-align: left;
}

.w940 .animated {
  animation-play-state: paused;
}

.w940 .goods-section .section-con .section-con-title {
  font-size: 2.5vw;
}

.w940 .goods-section .section-con .section-con-colorTitle {
  font-size: 2.5vw;
}

.w940 .goods-section .section-con .section-con-subtitle {
  padding-top: 2vw;
  color: #ffffff;
  font-size: 1.2vw;
  line-height: 1.5;
}

.w940 .section-1 .section-con .section-con-subtitle {
  width: 90%;
}

.w940 .section-3 .section-con .section-con-subtitle {
  width: 95%;
}

.w940 .section-4 .section-con .section-con-subtitle {
  width: 90%;
}

.w940 .section-1,
.w940 .section-3 {
  background-color: #000000;
  display: flex;
  flex-direction: column-reverse;
}

.w940 .section-1 .section-con,
.w940 .section-3 .section-con {
  position: relative;
  padding-top: 5%;
}

.w940 .m-player .player-wrapper .video-wrapper video {
  width: 90% !important;
  margin: 5% 0;
  border-radius: 10px;
}

.w940 .section-2 .section-con {
  padding-top: 87%;
  padding-left: 46%;
}

.w940 .section-4 .section-con {
  padding-top: 12%;
  padding-left: 0;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1076px) {
  .animated {
    animation-play-state: paused;
  }

  .goods-section .section-con .section-con-title {
    font-size: 4.5vw;
  }

  .goods-section .section-con .section-con-colorTitle {
    font-size: 4.5vw;
  }

  .goods-section .section-con .section-con-subtitle {
    padding-top: 2vw;
    color: #ffffff;
    font-size: 2.2vw;
    line-height: 1.5;
  }

  .section-1 .section-con .section-con-subtitle {
    width: 90%;
  }

  .section-3 .section-con .section-con-subtitle {
    width: 90%;
  }

  .section-4 .section-con .section-con-subtitle {
    width: 90%;
  }

  .section-1,
  .section-3 {
    background-color: #000000;
    display: flex;
    flex-direction: column-reverse;
  }

  .section-1 .section-con,
  .section-3 .section-con {
    position: relative;
    padding-top: 5%;
  }

  .m-player .player-wrapper .video-wrapper video {
    width: 90% !important;
    margin: 5% 0;
    border-radius: 10px;
  }

  .section-2 .section-con {
    padding-top: 87%;
    padding-left: 46%;
  }

  .section-4 .section-con {
    padding-top: 12%;
    padding-left: 0;
    align-items: center;
    text-align: center;
  }

  .w940 .goods-section .section-con .section-con-title {
    font-size: 4.5vw;
  }

  .w940 .goods-section .section-con .section-con-colorTitle {
    font-size: 4.5vw;
  }

  .w940 .goods-section .section-con .section-con-subtitle {
    padding-top: 2vw;
    color: #ffffff;
    font-size: 2.2vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .goods-section .section-con .section-con-title {
    font-size: 7.5vw;
  }

  .goods-section .section-con .section-con-colorTitle {
    font-size: 7.5vw;
  }
  .goods-section .section-con .section-con-subtitle {
    font-size: 3.4vw;
  }
  .goods-section .section-con .section-con-icon {
    width: 12vw;
  }
  .section-2 .section-con {
    padding-top: 69%;
    padding-left: 44%;
  }

  .section-3 .section-con .section-con-subtitle {
    width: 83%;
  }

  :lang(en).section-2 .section-con {
    padding-top: 58%;
  }

  .w940 .section-2 .section-con {
    padding-top: 68%;
    padding-left: 44%;
  }

  .w940 .goods-section .section-con .section-con-title {
    font-size: 7.5vw;
  }

  .w940 .goods-section .section-con .section-con-colorTitle {
    font-size: 7.5vw;
  }

  .w940 .goods-section .section-con .section-con-subtitle {
    padding-top: 2vw;
    color: #ffffff;
    font-size: 3.4vw;
    line-height: 1.5;
  }

  :lang(de).w940 .section-2 .section-con,
  :lang(ru).w940 .section-2 .section-con {
    padding-top: 48%;
    padding-left: 42%;
  }
  :lang(de).w940 .goods-section .section-con .section-con-subtitle,
  :lang(ru).w940 .goods-section .section-con .section-con-subtitle {
    font-size: 3.2vw;
  }
}
