/**
 * 关于我们页样式
 */
.contact-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 522px;
  background-image: url('../../images/about/contact_bg.png');
  background-size: cover;
  background-position: center;
}
.section {
  width: 100%;
  min-height: 621px;
  background: url('../../images/about/company-bg.png') no-repeat center;
  background-size: cover;
}
.section-content {
  padding: 56px 0;
}
.section-title {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.section-name {
  font-size: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.section-desc-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 24px;
}
.section-desc-item:nth-last-of-type(1) {
  margin-bottom: 8px;
}
.section-card {
  width: 360px;
  height: 509px;
  margin-right: 16px;
  flex-shrink: 0;
}
.section-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-name-mobile {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}
.section-card-mobile {
  height: 200px;
  border-radius: 10px;
}
.section-row {
  flex: 1;
  margin: 0 24px;
}
.section-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.team-introduction {
  width: 100%;
  height: 440px;
  background: url('../../images/about/team-bg.png') no-repeat center;
  background-size: cover;
}
.team-introduction-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 96px;
}
.team-item {
  flex: 1;
  overflow: hidden;
  text-align: left;
}
.team-item-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 60px;
  color: #0053e1;
  white-space: nowrap;
}
.team-item-title {
  font-size: 20px;
  color: #000000;
  margin-top: 4px;
}
@media (max-width: 640px) {
  .section-content {
    padding: 24px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .team-introduction {
    width: 100%;
    height: 238px;
    background: url('../../images/about/team-bg.png') no-repeat center;
    background-size: cover;
  }
  .team-introduction-en {
    height: 278px;
  }
  .team-grid {
    margin-left: 0;
  }
  .team-item-row  {
    flex-wrap: wrap;
    font-size: 24px;
    justify-content: center;
  }
  .team-item  {
    flex: 0 0 50%;
    text-align: center;
    margin: 0 0 16px;
  }
  .team-item-title {
    font-size: 14px;
  }

}
.contact-info-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 170px;
  margin-top: 24px;
}
.contact-map-wrap {
  width: 464px;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.contact-detail {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
}
.contact-label {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45);
}
.contact-value {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.contact-value + .contact-label {
  margin-top: 16px;
}

.contact-card {
  border-radius: 16px;
  background: #fff;
  padding: 32px 0;
}

.contact-title {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1000px) {
  .contact-bg {
    height: 460px;
    background-image: url('../../images/about/contact_bg_mobile.png');
    padding: 8px;
  }

  /* 英文 About 页：使用独立的移动端背景图和高度 */
  html[lang='en'] .contact-bg {
    height: 504px;
    background-image: url('../../images/about/contact_bg_mobile_en.png');
  }

  .contact-card {
    padding: 24px 12px;
    width: 100%;
  }

  .contact-title {
    font-size: 24px;
    line-height: 34px;
  }

  .contact-info-wrap {
    padding: 0;
    flex-direction: column;
  }

  .contact-map-wrap {
    width: 100%;
    height: 152px;
  }

  .contact-detail {
    margin-left: 0;
    margin-top: 16px;
  }

}

