@charset "UTF-8";
._tab .tab-content > * {
  width: 30%;
}

.introduce {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fafafa;
}
.introduce .content {
  padding: 0 160px 0 64px;
  line-height: 1.5;
  height: 100%;
  overflow: auto;
}
.introduce .content .infos {
  display: flex;
  justify-content: space-between;
}
.introduce .content .infos > * {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.introduce .content .infos .info-label {
  font-size: 3rem;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  /* 后缀 */
}
.introduce .content .infos .info-label::after {
  content: var(--suffix);
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}
.introduce .content .detail {
  margin: 1rem 0;
  padding-top: 1rem;
  letter-spacing: 1px;
  color: #666666;
}

.team {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5.5%;
  padding: 0 8.5%;
}
.team > * {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 45%;
  margin-bottom: 5.5%;
  padding: 2rem;
  border: 1px solid #eeeeee;
  border-radius: 100rem;
}
.team > * .avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.team > * .desc {
  flex: 1;
  padding: 0 2rem;
}

.organize {
  margin: 100px 32px;
}
