
.TeamTeach.md22072 {
  width: 100%;
  overflow: hidden;
  background: #f2f6fb;
  padding: 0.8rem 0;
}
.TeamTeach.md22072 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .TeamTeach.md22072 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.TeamTeach.md22072 .TeachTabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TeamTeach.md22072 .TeachTab.In {
  border-bottom-color: var(--theme);
  color: var(--theme);
}
.TeamTeach.md22072 .TeachTab {
  width: auto;
  display: inline-block;
  padding: 0.14rem 0;
  color: #999;
  white-space: nowrap;
  margin-right: 0.8rem;
  border-top: 0.03rem solid transparent;
  border-bottom: 0.03rem solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.TeamTeach.md22072 .TeachTab:hover {
  border-bottom-color: var(--theme);
  color: var(--theme);
}
.TeamTeach.md22072 .TeachTab:last-child {
  margin-right: 0;
}
.TeamTeach.md22072 .TeachList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.6rem;
}
.TeamTeach.md22072 .TeachItem {
  width: calc((100% - .3rem * 3) / 4);
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.TeamTeach.md22072 .TeachItem:nth-child(4n) {
  margin-right: 0;
}
.TeamTeach.md22072 .TeachItem .ItemBoard {
  overflow: hidden;
  border-radius: 0.16rem;
  position: relative;
  z-index: 5;
  width: 100%;
}
.TeamTeach.md22072 .TeachItem .ItemBoard:hover .ItemMask {
  top: 0;
}
.TeamTeach.md22072 .TeachItem .ItemImg {
  width: 100%;
}
.TeamTeach.md22072 .TeachItem .ItemImg .Img {
  width: 100%;
  font-size: 0;
}
.TeamTeach.md22072 .TeachItem .ItemImg img {
  width: 100%;
  height: auto;
}
.TeamTeach.md22072 .TeachItem .ItemMask {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 100%;
  height: 100%;
  background: url(/static/home/images/Team10.jpg) center/cover no-repeat;
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.TeamTeach.md22072 .TeachItem .ItemMask .Text {
  width: 100%;
}
.TeamTeach.md22072 .TeachItem .ItemMask .Name {
  width: 100%;
  color: #fff;
}
.TeamTeach.md22072 .TeachItem .ItemMask .Post {
  color: #fff;
  opacity: 0.6;
  width: 100%;
}
.TeamTeach.md22072 .TeachItem .ItemMask .Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.TeamTeach.md22072 .TeachItem .ItemMask .Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem;
  border-radius: 0.3rem;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0.2rem;
}
.TeamTeach.md22072 .TeachItem .ItemMask .Button:hover {
  background: #f6c81f;
}
@media (max-width: 1920px) {
  .TeamTeach.md22072 .TeachItem .ItemMask .Button {
    border-radius: 30px;
  }
}
.TeamTeach.md22072 .TeachItem .ItemMask .Button .ButtonText {
  color: var(--theme);
  white-space: nowrap;
  padding: 0 0.1rem;
  margin-right: 0.3rem;
}
.TeamTeach.md22072 .TeachItem .ItemMask .Button .ButtonIcon .Icon {
  width: 0.3rem;
  height: 0.3rem;
  min-width: calc(30px * 0.75);
  min-height: calc(30px * 0.75);
  border-radius: 50%;
  background: var(--theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.TeamTeach.md22072 .TeachItem .ItemMask .Button .ButtonIcon svg {
  width: 20%;
  height: 40%;
}
.TeamTeach.md22072 .TeachItem .ItemName {
  width: 100%;
  margin-top: 0.2rem;
}
.TeamTeach.md22072 .TeachItem .ItemName .s24 {
  color: #222;
  font-weight: 700;
}
.TeamTeach.md22072 .TeachItem .ItemName .s16 {
  color: #666;
}
@media (max-width: 900px) {
  .TeamTeach.md22072 .TeachTabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .TeamTeach.md22072 .TeachItem {
    width: calc((100% - .3rem * 1) / 2);
  }
  .TeamTeach.md22072 .TeachItem:nth-child(2n) {
    margin-right: 0;
  }
}

.TeamPersonDialog.md22072.Show {
  display: block;
}

.TeamPersonDialog.md22072 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.TeamPersonDialog.md22072 .Close {
  width: 0.45rem;
  height: 0.45rem;
  min-width: calc(45px * 0.75);
  min-height: calc(45px * 0.75);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}
.TeamPersonDialog.md22072 .Close::before {
  content: "";
  width: 75%;
  height: 5.5%;
  background: #666;
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.TeamPersonDialog.md22072 .Close::after {
  content: "";
  display: block;
  width: 5.5%;
  height: 75%;
  background: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.TeamPersonDialog.md22072 .Board {
  width: 12.8rem;
  min-width: 900px;
  margin: 0 auto;
  padding: 0.8rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  background-position: bottom right !important;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.2rem;
}
.TeamPersonDialog.md22072 .Img {
  width: 32.15%;
  height: auto;
}
.TeamPersonDialog.md22072 .Img .I {
  width: 100%;
  padding-top: calc(400 / 360 * 100%);
  height: 100%;
}
.TeamPersonDialog.md22072 .Img img {
  display: none;
}
.TeamPersonDialog.md22072 .Text {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TeamPersonDialog.md22072 .Name {
  width: 100%;
}
.TeamPersonDialog.md22072 .Name .s24 {
  color: #222;
  font-weight: 700;
}
.TeamPersonDialog.md22072 .Name .s16 {
  color: #666;
}
.TeamPersonDialog.md22072 .Remark {
  width: 100%;
  line-height: 2;
  color: #666;
  margin-top: 0.2rem;
  max-height: 60vh;
  overflow-y: auto;
}
@media (max-width: 900px) {
  .TeamPersonDialog.md22072 .Board {
    width: calc(100% - .4rem);
    min-width: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4%;
  }
  .TeamPersonDialog.md22072 .Img {
    width: 240px;
    max-width: 100%;
    margin-left: auto; margin-right: auto;
  }
  .TeamPersonDialog.md22072 .Text {
    width: 100%;
    margin-top: 0.5rem;
  }
  .TeamPersonDialog.md22072 .Remark {
    max-height: 30vh;
  }
}
