/* ============================================
   关于苦瓜区域样式 (设计稿: 1920px)
   vw = px / 1920 * 100
   ============================================ */

.about-intro-section {
  position: relative;
  overflow: hidden;
  background-color: #f4ede6;
}

.about-intro-section .hero-video {
  display: none;
}

.about-intro-section .hero-bg-image {
  display: none;
}

.about-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-intro-left {
  /* width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    order: unset; */
}

.about-intro-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, 0.5);
  z-index: 1;
}

.about-intro-text {
  position: relative;
  z-index: 2;
  width: 50%;
}

.about-intro-image {
  order: unset;
}

.about-intro-img {
  width: 100%;
  height: 56.25vw;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.about-intro-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4.1667vw;
  background-color: transparent;
  box-sizing: border-box;
}

.about-intro-right > * {
  max-width: 35.4167vw;
}

.about-intro-title {
  font-size: 3.125vw;
  font-weight: 700;
  color: #636f3d;
  margin-bottom: 3.125vw;
  letter-spacing: 0;
  line-height: 1;
}

.about-intro-divider {
  width: 13.5417vw;
  height: 0.5208vw;
  background: #636f3d;
  margin-bottom: 13.0208vw;
}

.about-intro-highlight {
  font-size: 1.25vw;
  line-height: 2.2;
  color: #636f3d;
  margin-bottom: 2.6042vw;
  font-weight: 500;
}

.about-intro-desc {
  font-size: 1.25vw;
  line-height: 2.2;
  color: #636f3d;
  text-align: justify;
}

/* 移动端：上下排列 */
@media (max-width: 768px) {
  .about-intro-layout {
    grid-template-columns: 1fr;
  }
  .about-intro-img {
    height: 60vw;
  }
  .about-intro-right {
    padding: 6vw 5vw;
  }
  .about-intro-right > * {
    max-width: 100%;
  }
  .about-intro-title {
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
  .about-intro-divider {
    width: 25vw;
    height: 1.2vw;
    margin-bottom: 6vw;
  }
  .about-intro-highlight {
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 3vw;
  }
  .about-intro-desc {
    font-size: 3vw;
    line-height: 2;
  }
}
