/* 图片样式 */
.goods-section img {
  width: 100% !important;
  margin: 0 !important;
}

.backgroundPicture {
  width: 100%;
}

.goods-section {
  background-size: cover;
  line-height: normal;
  position: relative;
  overflow: hidden;
}
.section-con {
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
}

.section-1 .section-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 3vw 0 1.5vw 0;
}

.section-1 .topTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  padding-top: 3vw;
}

.section-1 .topTitle::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -5%;
  width: 110%;
  height: 1px;
  background-color: #ccc; /* 可自定义颜色 */
}

.section-1 .topTitle .modelTitle {
  color: #262626;
  font-size: clamp(48px, 6vw, 96px);
  font-weight: bold;
}

.section-1 .topTitle .modelSubTitle {
  color: #262626;
  font-size: clamp(16px, 2.4vw, 32px);
  text-align: center;
  font-weight: 600;
}

.section-1 .topTitleTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  padding-top: 3vw;
}

.section-1 .topTitleTwo .modelTitleTwo {
  color: #262626;
  font-size: clamp(48px, 6vw, 96px);
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.section-1 .modelContentTwo {
  color: #262626;
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph; 
  width: 100%;
  position: relative;
}

.section-1 .modelContentTwo::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.section-1 .modelContent {
  color: #262626;
  font-size: clamp(16px, 2vw, 20px);
  margin-top: 1vw;
  line-height: 1.5;
  margin-bottom: 3vw;
}


.section-2 .section-con {
  padding: 3vw 5%;
}

.section-2 .topMatch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.section-2 .matchItemTitle {
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: bold;
  color: #262626;
}

.section-2 .matchItemContent {
  font-size: clamp(14px, 1.6vw, 18px);
  color: rgb(154, 154, 154);
}

.section-2 .matchLine {
  width: 80%;
  height: 2px;
  background-color: #ccc; /* 可自定义颜色 */
  margin: 6vw auto;
}

.section-2 .aRecommend {
  text-align: center;
  font-size: clamp(24px, 6vw, 72px);
  color: #262626;
  font-weight: bold;
  margin-bottom: 3vw;
}

.section-2 .aRecommend .aRecommendText {
  letter-spacing: 32px;
  margin-left: 32px;
}

.section-2 .bottomRecommend {
  display: grid;
  grid-template-columns: 1fr 0.1fr 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 3vw;
  padding: 4vw 0;
}

.section-2 .recommendItemTitle {
  font-size: clamp(16px, 2vw, 24px);
  color: rgb(137, 137, 137);
}

.section-2 .recommendItemContent {
  font-size: clamp(24px, 3vw, 48px);
  color: rgb(255, 130, 40);
  padding: 8px 0;
  font-weight: bold;
}

.section-2 .recommendHr {
  width: 100%;
  height: 2px;
  background-color: #ccc; /* 可自定义颜色 */
  transform: rotate(90deg);
}

.section-2 .recommendItemSubTitle {
  font-size: clamp(14px, 1.8vw, 20px);
  color: rgb(137, 137, 137);
}

.section-3 .backgroundPicture {
  position: relative;
  width: 100%;
}

.section-3 .section-con {
  position: absolute;
  top: 10%;
}

.section-3 .section-con .colorTitle {
  color: #ffffff;
  font-size: clamp(18px, 2.5vw, 30px);
}

.section-3 .colorBtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 250px;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 20px);
  margin-top: 2vw;
}

.section-3 .colorItem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}

.section-3 .lumpWrapper {
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
  transition: border 0.3s ease;
}

.section-3 .colorItem .lumpWrapper {
  border: 1px solid transparent;
}

.section-3 .colorItem.selected[data-color="orange"] .lumpWrapper {
  border-color: #ff8228;
}

.section-3 .colorItem.selected[data-color="gray"] .lumpWrapper {
  border-color: #bfbfbf;
}

.section-3 .orangeLump,
.section-3 .grayLump {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.section-3 .orangeLump {
  background-color: #ff8228;
}

.section-3 .grayLump {
  background-color: #bfbfbf;
}

@media screen and (max-width: 768px) {
  .section-1 .section-con {
    padding: 20vw 5% 10vw 5%;
  }
  .section-2 .section-con {
    padding: 20vw 5%;
  }
  .section-2 .topMatch {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .section-2 .bottomRecommend {
    padding: 18vw 0 5vw 0;
    gap: 8vw;
  }
  .section-3 .colorBtn {
    max-width: 180px;
  }
  .section-3 .orangeLump,
  .section-3 .grayLump {
    width: 20px;
    height: 20px;
  }
  .section-3 .colorItem {
    gap: 10px;
  }
}
