.teacher-list {
  padding-bottom: 2.66667vw;
}
.teacher-list li {
  margin: 4vw  0 0 4vw;height:33vw;overflow:hidden;
}
.teacher-list li .img-wrap {
  width: 28vw;
  height: 28vw;
  position: relative;
}
.teacher-list li .img-wrap img {
  width: 100%;
  height: 100%;
}
.teacher-list li .img-wrap p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  height: 6.93333vw;
  line-height: 6.93333vw;
}
.teacher-list li .name {
 height:4vw;line-height:4vw;overflow:hidden;margin-top:1vw;
  text-align: center;
}
.teacher-detail-wrap .info-wrap {
  padding: 4vw;
}
.teacher-detail-wrap .info-wrap .avatar {
  width: 29.33333vw;
  height: 29.33333vw;
}
.teacher-detail-wrap .info-wrap .right {
  padding-left: 32vw;
  padding-top: 13.33333vw;
}
.teacher-detail-wrap .info-wrap .info-text {
  line-height: 1.8;
}
.teacher-detail-wrap .lessons-list-wrap .tab-list-wrap {
  padding: 0 4vw;
}
.teacher-detail-wrap .lessons-list-wrap .tab-list {
  padding: 1.86667vw 0;
}
.teacher-detail-wrap .lessons-list-wrap .tab-list li {
  text-align: center;
  padding: 1.33333vw 0;
}
.teacher-detail-wrap .lessons-list-wrap .tab-list .active {
  color: #31CC73;
}

/*# sourceMappingURL=/web/static/style/teacher.css.map */
