.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 {
  background-color: #0a0a0a;
}
.section-2 {
  background-color: #030305;
}
.section-3 .backgroundPicture {
  background-color: #030303;
}
.section-4 .backgroundPicture {
  background-color: #020202;
}
.section-5 .backgroundPicture {
  background-color: #020202;
}
.section-6 {
  background-color: #efefef;
}

/* .backgroundPicture {
  position: absolute;
}
.backgroundPicture img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100% !important;
} */

/* 商品描述 */
#product_desc,
.product_desc {
  padding: 0;
}

/* 商品区域 */
.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 .paddingtop1 {
  padding-top: 1vw;
}

.goods-section .section-con .paddingtop2 {
  padding-top: 2vw;
}

.goods-section .section-con .section-con-bigTitle {
  font-size: 3vw;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  width: 90%;
}

.goods-section .section-con .section-con-title {
  font-size: 2.5vw;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}

.goods-section .section-con .section-con-subtitle {
  color: #ffffff;
  font-size: 1.2vw;
  line-height: 1.5;
  width: 90%;
}

.goods-section .section-con .section-con-subtitle-tips {
  color: #ffffff;
  font-size: 1vw;
}

:root {
  --bgc-FFFFFF: #ffffff;
  --bgc-000000: #000000;
  --bgc-d3d3d3: #d3d3d3;
  --font-16: clamp(12px, 1.2vw, 16px);
  --font-24: clamp(14px, 1.2vw, 24px);
  --font-56: clamp(24px, 3.5vw, 56px);
}

.section-1 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: 12%;
  text-align: left;
  padding-left: 5%;
}

.section-1 .section-title {
  font-size: var(--font-56);
  font-weight: bold;
  line-height: 1.2;
  color: var(--bgc-FFFFFF);
}

.section-1 .section-content {
  font-size: var(--font-24);
  color: var(--bgc-d3d3d3);
  line-height: 1.5;
  margin-top: clamp(10px, 1.2vw, 30px);
}

.section-2 .section-con {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 5vw 0;
}

.section-2 .section-title {
  font-size: var(--font-56);
  font-weight: bold;
  line-height: 1.2;
  color: var(--bgc-FFFFFF);
}

.section-2 .section-content {
  font-size: var(--font-24);
  color: var(--bgc-d3d3d3);
  line-height: 1.5;
  margin-top: clamp(10px, 1.2vw, 30px);
}

.section-3 .section-con {
  text-align: center;
  height: auto;
  top: auto;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-3 .section-title {
  font-size: var(--font-56);
  font-weight: bold;
  line-height: 1.2;
  color: var(--bgc-FFFFFF);
}

.section-3 .section-content {
  font-size: var(--font-24);
  color: var(--bgc-d3d3d3);
  line-height: 1.5;
  margin-top: clamp(10px, 1.2vw, 30px);
  margin-bottom: clamp(10px, 1.2vw, 30px);
}

.section-3 .section-img {
  width: 40%;
}

.section-3 .section-img img {
  width: 100%;
}

.section-4 .section-con {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 12% 5% 0 5%;
}

.section-4 .section-title {
  font-size: var(--font-56);
  font-weight: bold;
  line-height: 1.2;
  color: var(--bgc-FFFFFF);
}

.section-4 .section-content {
  font-size: var(--font-24);
  color: var(--bgc-d3d3d3);
  line-height: 1.5;
  margin-top: clamp(10px, 1.2vw, 30px);
}

.section-5 .section-con {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 8% 5% 0 5%;
}

.section-5 .section-title {
  font-size: var(--font-56);
  font-weight: bold;
  line-height: 1.2;
  color: var(--bgc-FFFFFF);
}

.section-5 .section-content {
  font-size: var(--font-24);
  color: var(--bgc-d3d3d3);
  line-height: 1.5;
  margin-top: clamp(10px, 1.2vw, 30px);
}

.section-6 .section-con {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 3vw 0 2vw 0;
}

.section-6 .section-title {
  font-size: var(--font-56);
  font-weight: bold;
  line-height: 1.2;
  color: var(--bgc-000000);
}

@media (max-width: 940px) {
  .br-web {
    display: none;
  }
}
