.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left .logo_g {
  display: none;
}
.header .header-content .header-content-right li > a {
  transition: all 0.3s;
}
.header.header-fixed .header-content .header-content-right li > a {
  padding: 22px 0;
}
#team .team-content {
  flex: 1;
  max-width: 1240px;
  background: #fff;
  padding: 0 0 52px 25px ;
}
#team .team-content .font24,
#team .team-content .font18 {
  color: #2A3457;
}
#team .team-content .font18 {
  margin: 13px 0 28px;
}
#team .team-content .team-detail {
  text-align: justify;
}
#team .team-content .team-detail p {
  color: #6A728B;
  line-height: 30px;
  margin-bottom: 25px;
}
#team_detail {
  background: #F6F6F6;
}
#team_detail .detail .team-member-profile {
  display: flex;
  gap: 38px;
  padding: 130px 0;
}
#team_detail .detail .team-member-profile .member-photo {
  flex: 0 0 30.89%;
  max-width: 383px;
}
#team_detail .detail .team-member-profile .member-photo .member-img {
  width: 100%;
}
#team_detail .detail .team-member-profile .member-info {
  flex: 1;
}
#team_detail .detail .team-member-profile .member-info .member-name {
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 24px;
  color: #2A3457;
  font-weight: bold;
}
#team_detail .detail .team-member-profile .member-info .service-area {
  color: #2A3457;
  margin-bottom: 25px;
  font-size: 18px;
}
#team_detail .detail .team-member-profile .member-info .company-intro {
  font-size: 16px;
  line-height: 30px;
  color: #6A728B;
}
@media (min-width: 1367px) and (max-width: 1600px) {
  #team .team-content .font24 {
    font-size: calc(24 * var(--cbasta) / 16) !important;
  }
  #team .team-content .font18 {
    font-size: calc(18 * var(--cbasta) / 16) !important;
    margin: calc(13 * var(--cbasta) / 16) 0 calc(28 * var(--cbasta) / 16);
  }
  #team .team-content .team-detail p {
    font-size: calc(18 * var(--cbasta) / 16) !important;
    line-height: calc(30 * var(--cbasta) / 16);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #team .team-content .font24 {
    font-size: calc(26 * var(--cbasta) / 16) !important;
  }
  #team .team-content .font18 {
    font-size: calc(20 * var(--cbasta) / 16) !important;
    margin: calc(15 * var(--cbasta) / 16) 0 calc(30 * var(--cbasta) / 16);
  }
  #team .team-content .team-detail p {
    font-size: calc(19 * var(--cbasta) / 16) !important;
    line-height: calc(32 * var(--cbasta) / 16);
    margin-bottom: calc(25 * var(--cbasta) / 16);
  }
}
@media screen and (max-width: 768px) {
  #team .team-content {
    padding: 0 0 0.3rem;
  }
  #team .team-content .font24 {
    font-size: 0.32rem !important;
  }
  #team .team-content .font18 {
    font-size: 0.24rem !important;
  }
  #team .team-content .team-detail {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #team .team-content .team-detail p {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.25rem;
  }
  #team_detail .detail .team-member-profile {
    flex-direction: column;
    padding: 0.7rem 0;
    gap: 0.3rem;
  }
  #team_detail .detail .team-member-profile .member-photo {
    flex: none;
  }
  #team_detail .detail .team-member-profile .member-info {
    padding-bottom: 0.4rem;
  }
  #team_detail .detail .team-member-profile .member-info .member-name {
    font-size: 0.42rem;
    padding-top: 0;
    margin-bottom: 0.17rem;
  }
  #team_detail .detail .team-member-profile .member-info .service-area {
    font-size: 0.32rem;
  }
  #team_detail .detail .team-member-profile .member-info .company-intro {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
}
