body {
  background-color: #F6F6F6;
}
.teacher-banner {
  width: 100%;
  height: 300px;
  position: relative;
}
.teacher-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/teacher-mask.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.teacher-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.teacher-banner .teacher-info {
  position: absolute;
  left: 15px;
  bottom: 53px;
  z-index: 10;
}
.teacher-banner .teacher-info h2 {
  font-size: 20px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 23px;
}
.teacher-banner .teacher-info p {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 16px;
  margin-top: 2px;
}
.main {
  margin-top: -35px;
  position: relative;
  z-index: 10;
  padding: 0 10px;
}
.teacher-box {
  padding: 16px 15px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-top: 8px;
}
.teacher-box:first-child {
  margin-top: 0;
}
.teacher-box-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.teacher-box-tit p {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}
.teacher-box-tit a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}
.teacher-box-tit a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #666666;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: text-top;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-right-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-right-no-bg.svg) no-repeat;
}
.teaxher-advantage {
  background: rgba(255, 150, 69, 0.05);
  border-radius: 6px;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FF9645;
  line-height: 14px;
  padding: 8px 10px;
}
.teacher-profile {
  margin-top: 10px;
}
.teacher-profile p {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}
.teacher-profile img,
.teacher-profile video,
.teacher-profile audio {
  width: 100%;
  display: block;
  margin: 10px auto 0;
}
.contact-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li div {
  display: flex;
  align-items: center;
}
.contact-list li div img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.contact-list li div span {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.contact-list li button {
  width: 82px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
.contact-list li .add-wx-btn {
  border: 1px solid rgba(7, 193, 96, 0.6);
  color: #07C160;
}
.contact-list li .m-footer-call {
  border: 1px solid rgba(255, 150, 69, 0.6);
  color: #FF9645;
}
.contact-list li .consult-btn {
  border: 1px solid rgba(64, 158, 255, 0.6);
  color: #409EFF;
}
.album-list li {
  margin-top: 10px;
}
.album-list li:first-child {
  margin-top: 0;
}
.album-list li img {
  height: 182px;
  border-radius: 6px;
}
.album-list li.teacher-album-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.album-list li.teacher-album-flex div {
  width: calc((100% - 11px) / 2);
}
.album-list li.teacher-album-flex div img {
  height: 88px;
}
.album-list .video-logo {
  position: relative;
}
.album-list .video-logo::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/video_icon@2x.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.appraise-box-con {
  height: 85px;
  background: rgba(255, 150, 69, 0.05);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appraise-box-con .appraise-star {
  display: flex;
  align-items: center;
}
.appraise-box-con .appraise-star .appraise-star-img {
  position: relative;
  width: 140px;
  height: 24px;
  background: url(../img/star_off.png) no-repeat 0 0;
  background-size: 140px 100%;
  margin-right: 10px;
}
.appraise-box-con .appraise-star .appraise-star-img .star-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  background: url(../img/star_on.png) no-repeat 0 0;
  background-size: 140px 100%;
}
.appraise-box-con .appraise-star em {
  margin-left: 5px;
  font-size: 20px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.appraise-box-con p {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
  margin-top: 4px;
}
.appraise-list {
  margin-top: 20px;
}
.appraise-list li {
  margin-top: 24px;
  display: flex;
}
.appraise-list li:first-child {
  margin-top: 0;
}
.appraise-list li:nth-child(n+4) {
  display: none;
}
.appraise-list li .student-tx {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 10px;
}
.appraise-list li .student-tx img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.appraise-list li .evaluate-r {
  flex: 1;
}
.appraise-list li .evaluate-r .student-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
.appraise-list li .evaluate-r .student-t .student-name {
  font-size: 14px;
  color: #333333;
}
.appraise-list li .evaluate-r .student-t .evaluate-time {
  font-size: 12px;
  color: #999999;
}
.appraise-list li .evaluate-r .student-score {
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.appraise-list li .evaluate-r .student-score span {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
}
.appraise-list li .evaluate-r .student-score .student-score-img {
  position: relative;
  width: 80px;
  height: 14px;
  background: url(../img/star_off.png) no-repeat 0 0;
  background-size: 80px 100%;
  margin-left: 4px;
  transform: translateY(1px);
}
.appraise-list li .evaluate-r .student-score .student-score-img .score-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  background: url(../img/star_on.png) no-repeat 0 0;
  background-size: 80px 100%;
}
.appraise-list li .evaluate-r .student-score img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.appraise-list li .evaluate-r .evaluate-detail {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  margin-top: 8px;
}
.view-all-btn,
.view-stow-btn {
  padding: 8px 18px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #999999;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: block;
  margin: 24px auto 0;
}
.kc-list li {
  margin-top: 16px;
}
.kc-list li:first-child {
  margin-top: 0;
}
.kc-list li a {
  display: flex;
  align-items: center;
  height: 70px;
}
.kc-list li a .kc-logo {
  width: 106px;
  height: 100%;
  border-radius: 6px;
}
.kc-list li a .kc-logo img {
  border-radius: 6px;
}
.kc-list li a .kc-info {
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.kc-list li a h3 {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
}
.kc-list li a p {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #FF9645;
  line-height: 19px;
  margin-top: auto;
}
.kc-list li a p em {
  font-size: 12px;
  margin-right: 2px;
}
.m-index-footer .m-index-footer-r {
  margin-left: 27px;
}
.m-index-footer .m-index-footer-r button + button {
  margin-left: 8px;
}
.m-index-footer .m-index-footer-r .teacher-footer-consult {
  background-color: #FFFFFF;
  border: 2px solid #4478F2;
  color: #4478F2;
}
.m-index-footer .m-index-footer-r .teacher-footer-audition {
  background: #4478F2;
  color: #FFFFFF;
}
.m-index-footer .m-footer-call i {
  display: inline-block;
  vertical-align: text-bottom;
  width: 22px;
  height: 22px;
  background: url(../img/blue/xq-tel-icon@2x.png) no-repeat;
  background-size: 100% 100%;
}
.teacher-dialog-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  height: 609px;
  background: #F6F6F6;
  border-radius: 20px 20px 0px 0px;
  z-index: 9999;
  display: none;
}
.teacher-dialog-box .teacher-dialog-close {
  width: 100%;
  height: 44px;
  background: #F6F6F6;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teacher-dialog-box .teacher-dialog-close img {
  width: 24px;
  height: 12px;
}
.teacher-dialog-box .teacher-dialog-content {
  height: 515px;
  padding: 0 15px;
  overflow-y: auto;
}
.teacher-dialog-box .teacher-dialog-card {
  background: linear-gradient(314deg, #FFF6E5 0%, #FFFDFA 51%, #FFF9ED 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(139, 99, 45, 0.15);
  background: url(../img/teacher-dialog-card@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 16px 15px;
  display: flex;
}
.teacher-dialog-box .teacher-dialog-card .teacher-dialog-logo {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: 50% 50%;
}
.teacher-dialog-box .teacher-dialog-card .teacher-card-r {
  margin-left: 10px;
}
.teacher-dialog-box .teacher-dialog-card .teacher-card-r h4 {
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-top: 2px;
}
.teacher-dialog-box .teacher-dialog-card .teacher-card-r span {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
.teacher-dialog-box .teacher-dialog-card .teacher-card-r p {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(170, 86, 18, 0.98);
  line-height: 16px;
}
.teacher-dialog-box .chat-list {
  padding-bottom: 20px;
}
.teacher-dialog-box .chat-list li.user-chat > div {
  justify-content: flex-end;
}
.teacher-dialog-box .chat-list li.user-chat > div p {
  margin-left: 0;
  margin-right: 11px;
  background: #1159FB;
  color: #FFFFFF;
}
.teacher-dialog-box .chat-list li.user-chat > div p::before {
  border: 8px solid #1159FB;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  position: absolute;
  left: auto;
  right: -8px;
  top: 10px;
}
.teacher-dialog-box .chat-list li .time {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
  text-align: center;
  padding: 20px 0 0;
}
.teacher-dialog-box .chat-list li div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
.teacher-dialog-box .chat-list li div img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #CCCCCC;
}
.teacher-dialog-box .chat-list li div p {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #3A3A3C;
  line-height: 19px;
  position: relative;
  padding: 9px 8px;
  background-color: #FFFFFF;
  margin-left: 11px;
  border-radius: 6px;
  word-break: break-word;
  max-width: 70%;
}
.teacher-dialog-box .chat-list li div p::before {
  content: '';
  width: 0px;
  height: 0px;
  border: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -8px;
  top: 10px;
}
.teacher-dialog-box .tips {
  padding-bottom: 20px;
}
.teacher-dialog-box .tips p {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
  text-align: center;
}
.teacher-dialog-box .chat-footer {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  padding: 7px 15px;
  display: flex;
  align-items: center;
}
.teacher-dialog-box .chat-footer textarea {
  flex: 1;
  height: 36px;
  background: #F6F6F6;
  border-radius: 29px;
  padding: 7px 15px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 19px;
  color: #333333;
}
.teacher-dialog-box .chat-footer textarea::placeholder {
  color: #999999;
}
.teacher-dialog-box .chat-footer .send-before {
  width: 64px;
  height: 30px;
  background: rgba(17, 89, 251, 0.8);
  border-radius: 100px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: 16px;
}
.teacher-dialog-box .chat-footer .send {
  background: #1159FB;
}
.teacher-dialog-box .chat-footer .disable {
  background: #CCCCCC;
}
.school-list li:first-child {
  margin-top: 0;
}
.school-list li:nth-child(n+3) {
  display: none;
}
