/* 图片样式 */
.goods-section .backgroundPicture img {
  width: 100% !important;
  margin-left: 0 !important;
  margin: 0;
}

/* .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%;
  letter-spacing: 0.05vw;
}

.section-1 .section-con {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  padding-top: 2%;
  padding-left: 6%;
}
.section-1 .section-con .section-con-text1 {
  font-size: calc(100% + 0.4vw);
  color: #393939;
  font-weight: 300;
}
.section-1 .section-con .section-con-text2 {
  font-weight: bold;
  font-size: calc(100% + 4vw);
  color: #393c42;
}

.section-1 .section-con .section-con-line {
  height: 1px;
  width: 3vw;
  background-color: black;
  margin: 1.5vw 0;
}

.section-1 .section-con .section-con-text3 {
  font-size: calc(100% + 0.4vw);
  letter-spacing: 0.1vw;
  margin-bottom: 0.2vw;
  color: #393939;
}

.section-1 .section-con .section-con-text4 {
  font-size: calc(100% + 0.2vw);
  letter-spacing: 0.1vw;
  color: #393939;
}

.section-2 {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-2 .goods-parameter {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  padding: 5vw;
  line-height: 1.5;
}

.section-2 .goods-parameter .goods-title {
  font-size: 2vw;
  color: #0e0e0e;
  font-weight: bold;
}

.section-2 .goods-parameter .goods-subtitle {
  font-size: 1vw;
  color: #737373;
}

.section-3 .basicTitle {
  font-size: 3vw;
  color: #0e0e0e;
  letter-spacing: 2vw;
  font-weight: bold;
  padding: 10vw 0 5vw 0;
}

:lang(en).section-3 .basicTitle {
  letter-spacing: 0.1vw;
}

.section-3 {
  background-color: #f9fafb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-3 .section-detail-box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  text-align: center;
  padding-bottom: 5vw;
}

.section-3 .section-detail-box .bottomBoxHr {
  width: 1px;
  height: 3vw;
  margin-top: 1.4vw;
  background-color: rgba(38, 38, 38, 0.5);
}

.section-3 .section-detail-box .bottomBox .bottomBoxText {
  font-size: 2.6vw;
  color: #4788ff;
  font-weight: bold;
}

.section-3 .section-detail-box .bottomBox .bottomBoxSubText {
  font-size: 1vw;
  color: #737373;
  padding-top: 0.5vw;
}

.section-3 .section-detail-box:nth-child(3) {
  padding-bottom: 10vw;
}


@media screen and (max-width: 940px) {
  .section-1 .section-con {
    padding-top: 16%;
    padding-left: 10%;
  }
  .section-1 .section-con .section-con-text1 {
    font-size: 5vw;
  }
  .section-1 .section-con .section-con-text2 {
    font-size: 12vw;
  }
  .section-1 .section-con .section-con-text3 {
    font-size: 4vw;
  }
  .section-1 .section-con .section-con-line {
    width: 9vw;
    margin: 4.5vw 0;
  }
  .section-1 .section-con .section-con-text4 {
    font-size: 3.5vw;
  }
  .section-2 .goods-parameter {
    width: 90%;
    flex-wrap: wrap;
    padding: 14vw 0;
    margin: 5vw 0 0 0;
    justify-content: center;
  }
  .section-2 .goods-parameter .goods-main {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10vw;
  }

  .section-2 .goods-parameter .goods-title {
    font-size: calc(100% + 5vw);
  }
  .section-2 .goods-parameter .goods-subtitle {
    font-size: calc(100% + 0.2vw);
  }
  .section-3 .basicTitle,
  .section-3 .section-detail-box .bottomBox .bottomBoxText {
    font-size: calc(100% + 4vw);
  }
  .section-3 .section-detail-box .bottomBox .bottomBoxSubText {
    font-size: calc(100% + 0.2vw);
  }
  .section-3 .section-detail-box .bottomBoxHr {
    display: none;
  }
  .section-3 .section-detail-box {
    width: 90%;
    flex-wrap: wrap;
    padding: 2vw;
    margin: 0;
    justify-content: center;
  }
  .section-3 .section-detail-box .bottomBox {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10vw;
  }
  .section-3 .section-detail-box:nth-child(1) {
    margin-bottom: 0;
  }
  .section-3 .section-detail-box:nth-child(2) {
    margin-top: 0;
  }
}
