.tab-wrap {
  background: #FFFFFF;
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
}
.tab-wrap .container {
  display: flex;
}

.tab-wrap a {
  padding: 20px 10px;
  position: relative;
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.tab-wrap a.active {
  color: var(--main-theme-color);
}
.tab-wrap a.active::after {
  background: var(--main-theme-color);
}
.tab-wrap a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.tab-wrap a + a {
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .tab-wrap {
    background: #FFFFFF;
    box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
  }
  .tab-wrap .container {
    display: flex;
  }
  .tab-wrap a {
    padding: 20px 5px;
    position: relative;
    display: block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }
  .tab-wrap a.active::after {
    background: var(--main-theme-color);
  }
  .tab-wrap a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
  .tab-wrap a + a {
    margin-left: 10px;
  }
}

.team-wrap {
  padding: 120px 0 101px;
}
.team-wrap header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.team-wrap header h2 span {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 1;
}
.team-wrap header small {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 60px;
  font-family: Impact;
  font-weight: 400;
  color: #D9D9D9;
  display: inline-block;
  margin-left: unset;
}
.team-wrap header span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
}
.team-wrap .more:hover {
  transform: scale(1.2);
}
.team-wrap .col {
  padding: 15px;
}
.team-wrap .col > .wrap {
  border-radius: 16px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  padding: 50px 27px;
  position: relative;
  overflow: hidden;
}
.team-wrap .col .cover {
  width: 174px;
  height: 174px;
  background: linear-gradient(to bottom, #02a1f9, #009b4c);
  padding: 6px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.team-wrap .col .cover .wrap  {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.team-wrap .col img {
  width: 100%;
}
.team-wrap .col:hover .mask {
  transform: translate(0);
  opacity: 1;
}
.team-wrap .col .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  background: rgba(0, 155, 75, 1);
  padding: 30px;
  opacity: 0;
  transform: translateY(100%);
  transition: all .3s ease;
  font-size: 14px;
  line-height: 1.7;
}
.team-wrap .col .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.team-wrap .col .title span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.team-wrap .col p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}
.team-wrap .col .desc {
  margin-top: 44px;
}
.team-wrap .col .desc .title {
  border-bottom: 1px solid #D9D9D9;;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.team-wrap .col .desc .title span {
  color: var(--main-theme-color);
}
.team-wrap .col .desc .text-line-4-show {
  margin-top: 20px;
  height: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.team-wrap .col.last .wrap {
  padding: unset;
}
.team-wrap .col.last .wrap > img {
  display: block;
  height: 100%;
}
.team-wrap .col.last .mask {
  opacity: 1;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-wrap .col.last .mask .top {
  text-align: right;
}
.team-wrap .col.last .mask .top > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FEFEFE;
  border-radius: 50%;
}
.team-wrap .col.last .mask .bottom {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.team-wrap .find-wrap {
  display: flex;
  position: relative;
  z-index: 100;
}
.team-wrap .find-wrap .select-wrap {
  width: 382px;
  height: 54px;
}
.team-wrap .find-wrap .search {
  width: 135px;
  height: 54px;
  background: var(--main-theme-color);
  border-radius: 0px 10px 10px 0px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .team-wrap {
    padding: 60px 0 50px;
  }
  .team-wrap header {
    display: block;
  }
  .team-wrap header small {
    top: -35px;
  }
}
