html {
  font-size: 1vw;
  overflow-x: hidden;
}
/* 主体容器 */
.team-detail-main {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  margin: 0 auto;
}

/* 统一左侧边缘容器 */
.team-detail-block {
  border-left: 0.1rem solid #a19f9f;
  background: #f2f2f2f2;
  padding: 0 0 2.5rem 2.5rem;
  margin: 0 auto;
  width: 75rem;
}
/* 去除原有横向边缘和背景 */
.team-detail-top,
.team-detail-desc,
.team-detail-edu,
.team-detail-research,
.team-detail-admission,
.team-detail-tabs {
  background: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.team-detail-top {
  display: flex;
  color: #fff;
  padding: 2rem 0 1.5rem 0;
  align-items: center;
  background: var(--theme-color1);
}
.team-detail-photo {
  flex: 0 0 36rem;
  text-align: center;
}
.team-detail-info {
  flex: 1;
  /* margin-left: 2.5rem; */
}
.team-detail-info h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
.team-detail-info p {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.team-detail-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.team-detail-info ul li {
  margin-bottom: 0.375rem;
}
.team-detail-desc {
  padding: 2rem 0 0 0;
}
.team-detail-desc h3 {
  font-size: 2em;
  margin-bottom: 0.75rem;
  font-weight: 340;
}
.team-detail-desc-full {
  margin-top: 1rem;
  /* color: #444; */
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}
.team-detail-desc-full p {
  margin-bottom: 2rem;
}

.team-detail-edu,
.team-detail-research,
.team-detail-admission {
  padding: 2rem 0 0 0;
}
.team-detail-edu h3,
.team-detail-research h3,
.team-detail-admission h3 {
  font-size: 1.7em;
  margin-bottom: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.team-detail-desc-full h4 {
  font-weight: 400;
}
.team-detail-research h4,
.team-detail-admission h4 {
  font-weight: 400;
}
.team-detail-edu,
.team-detail-admission,
.team-detail-research p {
  margin-bottom: 1rem;

  font-weight: 400;
  line-height: 1.8;
}
.team-detail-research ol {
  list-style-type: cjk-ideographic;
}
.team-detail-research ol li:first-child {
  margin-top: 1rem;
}
.team-detail-edu ul,
.team-detail-research ol,
.team-detail-admission ul {
  margin-left: 1.5rem;
  color: #333;
}
.team-detail-research ul li,
.team-detail-edu ul li,
.team-detail-admission ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.team-detail-tabs {
  padding: 2rem 0 0 0;
}
.team-detail-tab-btns {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 1.5rem;
  width: 40rem;
  height: 5rem;
  font-size: 1.4rem;
}
.tab-panel ul {
  padding-inline-start: 1rem;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;

  unicode-bidi: isolate;
}
.tab-btn {
  flex: 1;
  background: var(--theme-color2);
  color: #fff;
  border: none;
  padding: 1rem 0;
  font-size: 1.1em;
  cursor: pointer;
  transition: background 0.2s;
}
.tab-btn.active {
  background: var(--theme-color1);
  color: #fff;
}
.team-detail-tab-content {
  margin-left: 0rem;
  color: #333;
}
