.teacher-warp {
  padding: 0 0.26rem;
  margin-top: 0.13rem;
  background-color: #fff;
  overflow: scroll;
}

.teacher-warp .teacher-list {
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.26rem;
}

.teacher-warp .teacher-list .item-teacher {
  font-size: initial;
  background-color: #F7F6F5;
  flex-direction: column;
  border-radius: 0 0 0.08rem 0.08rem;
  position: relative;
  height: 100%;
}

.teacher-warp .teacher-list .item-teacher .left-img {
  width: 100%;
  height: 100%;
  max-height: 6.66rem;
}

.teacher-warp .teacher-list .item-teacher .left-img img {
  vertical-align: bottom;
  width: 100%;
  max-height: 100%;
  border-radius: 0.08rem 0.08rem 0 0;
}

.teacher-warp .teacher-list .item-teacher .right-info {
  padding: 0.26rem;
  background-color: #F7F6F5;
}

.teacher-warp .teacher-list .item-teacher .right-info .top-info img {
  width: 1.46rem;
  margin-left: 0.08rem;
}

.teacher-warp .teacher-list .item-teacher .right-info .top-info .title {
  font-size: 0.4rem;
  color: #363331;
}

.teacher-warp .teacher-list .item-teacher .right-info .info-tags {
  margin-top: 0.12rem;
  height: 0.48rem;
}

.teacher-warp .teacher-list .item-teacher .right-info .info-tags .item-tag {
  font-size: 0.26rem;
  background-color: #F08519;
  color: #fff;
  padding: 0.05rem 0.13rem;
  border-radius: 0.05rem;
  float: left;
  margin-bottom: 0.13rem;
  margin-right: 0.13rem;
}

.teacher-warp .teacher-list .item-teacher .right-info .info-desc {
  color: #787573;
  font-size: 0.37rem;
  padding-top: 0.24rem;
  height: 1rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teacher-warp .teacher-list .item-teacher .right-info .info-price {
  margin-top: 0.18rem;
  color: #ADAAA8;
  font-size: 0.34rem;
  justify-content: space-between;
}

.teacher-warp .teacher-list .item-teacher .right-info .info-price button {
  background-color: #F06018;
  color: #fff;
  padding: 0.09rem 0.18rem;
  border-radius: 0.13rem;
}

.teacher-warp .teacher-list .item-teacher .right-info .info-price span {
  color: #ADAAA8;
  font-size: 0.34rem;
}

.teacher-warp .teacher-list .item-teacher .right-info .info-price span b {
  font-size: 0.42rem;
}

.teacher-warp .teacher-list .item-teacher .right-info .info-price p span {
  color: #F08519;
}
