.menu-banner {
  width: 100%;
  height: 500px;
  background: url(/ClinicalResearchCenter/img/team.png) no-repeat #00683d;
  background-size: cover;
}
.menu-title {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}
.menu-title h2 {
  font-size: 40px;
  line-height: 2;
  color: #ffff;
  margin-top: 250px;
}

.team {
  background: #f6f6f6;
}
.team-content {
  min-height: 500px;
}
.team-list ul li {
  padding: 13px 21px;
}
.team-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
}
.team-cn {
  flex: 0 0 calc(50% - 10px);
  height: 420px;
  background: #fff;
}
.team-cn2 {
  padding: 40px 40px;
}
.team-cn .iconfont {
  font-size: 50px;
}
.team-cn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.team-title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.team-text {
  font-size: 16px;
  color: #000;
}
.team-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-title a {
}
.team-title a {
  position: relative;
  display: inline-block;
  padding-right: 1.2em; /* 给加号留点空间 */
  font-size: 14px;
  text-decoration: none;
  color: #8e8e8e;
}

.team-title a::after {
  content: "+"; /* 加号内容 */
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  font-size: 1.1em;
  color: #8e8e8e;
  transition: transform 0.3s ease;
}
.team-text {
  display: -webkit-box;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  margin: 20px 0;
  padding: 20px 0;
  color: #000;
  line-height: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.popup-text{
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.team-pop,
.researcher-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.team-pop .team-pop-content {
  max-width: 90%;
  width: 60vw;
  max-height: 90vh;
  min-height: 50vh;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  padding: 10px 40px;
}
.team-pop-content h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-scroll {
  max-height: 50vh;
  overflow-y: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.modal-scroll {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #888 #f1f1f1; /* Firefox */
}

.modal-scroll::-webkit-scrollbar {
  width: 8px; /* 滚动条宽度 */
}

.modal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条轨道背景 */
  border-radius: 4px;
}

.modal-scroll::-webkit-scrollbar-thumb {
  background-color: #00683d; /* 滚动条本体颜色 */
  border-radius: 4px;
  border: 2px solid transparent; /* 可用于创造内边距效果 */
  background-clip: content-box;
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #00683d;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #333;
  transform-origin: center;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.team-members {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 25px;
}
.team-members::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00683d;
  border: 4px solid #66b148;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.team-members-data ul {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.member {
  flex: 0 0 calc((100% - 5 * 20px) / 6);
  border-radius: 10px 10px 0 0;
  display: block;
  position: relative;
  cursor: pointer;
  background: #0a9b5f;
}
.member img{
  width:100%;
  display: block;
  height:380px;
}
.member-text {
  background: #0a9b5f;
  position: relative;
  padding: 10px 15px;

  width: 100%;
}

.member-text h2 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.member-text p {
  font-size: 14px;
  color: #bedcd0;
}
.member-text .iconfont { 
   font-size: 18px;  
  position: absolute;
  right: 10px;
  top:5px;
  color: #fff;
}

.researcher-pop-content {
  max-width: 90%;
  width: 80vw;
  max-height: 90vh;
  min-height: 50vh;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  display:flex; 
  flex-direction:column; 
}
.researcher-pop-title {
  display: flex;
  gap: 20px;
  padding-bottom: 50px;
}
.researcher-pop-title img {
  width: 227px;
  height: 300px;
}
.researcher-pop-text {
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-weight: bold;
}
.researcher-pop-text span {
  font-weight: 400;
}
.researcher-pop-silo {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  flex: 1; 
  min-height: 0;
}
.researcher-pop-silo ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.researcher-pop-silo ul li {
  font-size: 14px;
  line-height: 2;
  color: #333;
  width: 100%;
}
.researcher-pop-silo li p {
  word-break: break-word;
  overflow-wrap: break-word;
}

.researcher-pop-silo ul li h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.silo-text {
  width: 100%;
  white-space: pre-line;
}
.researcher-pop-top {
  display:flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1; 
  min-height: 0; 
  
  flex-direction:column; 
}
.researcher-pop-top .iconfont {
  position: absolute;
  color: #888;
  font-size: 300px;
  z-index: -1;
  right: 0;
  top: -110px;
}
.iScrollIndicator {
  background-color: #00683d !important; /* 滚动条颜色 */
  border-radius: 5px; /* 圆角 */
  width: 100%; /* 宽度充满父容器 */
  opacity: 0.5; /* 透明度 */
}
.iScrollVerticalScrollbar {
  width: 4px !important; /* 滚动条宽度 */
  right: 4px !important; /* 距右侧间距 */
  background: transparent; /* 背景透明 */
}



/* ========== 4K 屏幕（<3840px） ========== */
@media (max-width: 3840px) {
    .researcher-pop-content{
       width: 60vw;
    }
}
/* ========== 2K 屏幕（<2560px） ========== */
@media (max-width: 2560px) {
  .warp {
    max-width: 1920px;
    padding: 20px 5%;
  }
  .fonter-min {
    padding: 20px 5%;
  }
.member img {
  width: 100%;
  display: block;
  height: 325px;
}

}

/* ========== 大桌面/1080p（<1920px） ========== */
@media (max-width: 1920px) {
  .title {
    max-width: 1440px;
  }
  .Departments {
    max-width: 1440px;
  }
  .download-tab {
    max-width: 1440px;
  }
  .menu-title {
    max-width: 1440px;
    padding: 0 2%;
  }
  .warp {
    max-width: 1440px;
    padding: 20px 2%;
  }
  .team-cn {
    height: 330px;
  }
  .team-cn2 {
    padding: 25px;
  }
  .team-cn .iconfont {
    font-size: 40px;
  }
  .team-text {
    font-size: 14px;
    -webkit-line-clamp: 5; /* 限制显示3行，可修改为你需要的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    word-break: break-word;
  }
  .team-pop .team-pop-content {
    width: 80vw;
    height: 60vh;
  }
.member img {
    width: 100%;
    display: block;
    height: 245px;
}
.researcher-pop-title {
 
    padding-bottom: 20px;
}

}

/* ========== 桌面显示器（<1200px） ========== */
@media (max-width: 1400px) {
  .menu-banner {
    height: 400px;
    background-position: -100px;
  }
  .menu-title h2 {
    font-size: 30px;
    margin-top: 150px;
    margin-left: 20px;
  }
  .warp {
    padding: 20px 5%;
  }
  .member{
       flex: 0 0 calc((100% - 4 * 20px) / 5);
    }
.researcher-pop-text{
font-size: 14px;
    line-height: 1.5;
}
 .researcher-pop-text span{
  font-size:14px;
 }
.researcher-pop-title img {
    width: 167px;
    height: 219px;
}
.member img {
    height: 260px;
}

}

/* ==========手机（<768px） ========== */
@media (max-width: 768px) {
  .menu-banner {
    height: 200px;
    background-position: -100px;
  }

 
.member{
       flex: 0 0 calc((100% - 1 * 20px) / 2);
    }
    .member img {
        height: 220px;
    }
  .menu-title h2 {
    font-size: 24px;
    margin-top: 100px;
    margin-left: 20px;
  }
  .warp {
    padding: 20px 5%;
  }
  .team-detail {
    flex-direction: column;
  }
  .team-cn {
    height: auto;
  }
  .team-pop .team-pop-content {
    padding: 10px 20px;
    width: 90vw;
    height: 90vh;
  }
  .popup-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .popup-title {
    font-size: 16px;
  }
  .modal-scroll {
    max-height: 80vh;
  }
    .member-text{
        padding: 10px;
    }
    .member-text .iconfont{
        font-size: 16px;
        top: 9px;
    }
    .researcher-pop-content{
        width: 99vw;
        padding: 20px;
    }
    .researcher-pop-title{
        flex-direction: column;
        padding-bottom: 20px;
    }
    .researcher-pop-title img{
        text-align: center;
        margin: 0 auto;
    }
    .researcher-pop-text{
        line-height: 2;
    }
    .researcher-pop-silo{
        height: 40vh;
    }
    .researcher-pop-top .iconfont{
        display: none;
    }
}
