.doctor-qrcode {
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.3rem;
  color: #891E23;
  margin-bottom: 0.6rem;
}
.doctor-qrcode img {
  width: 2.4rem;
  height: 2.4rem;
}

.doctor-wrap {
  margin-top: 0.3rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  padding: 0.5rem;
  margin-bottom: 0.6rem;
}
.doctor-wrap .doctor-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.doctor-wrap .doctor-info .doctor-img {
  width: 2rem;
  height: 2.2rem;
  object-fit: contain;
  flex-shrink: 0;
}
.doctor-wrap .doctor-info .doctor-img img {
  width: 100%;
  height: 100%;
}
.doctor-wrap .doctor-info .doctor-detail {
  width: 3.6rem;
}
.doctor-wrap .doctor-info .doctor-detail .doctor-name {
  font-weight: 500;
  font-size: 0.24rem;
  color: #1A1A1A;
  margin: 0.09rem 0 0.1rem;
  overflow: hidden;
}
.doctor-wrap .doctor-info .doctor-detail .doctor-name > div {
  float: left;
}
.doctor-wrap .doctor-info .doctor-detail .doctor-name .doctor-title {
  float: left;
  margin-left: 0.24rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #1A1A1A;
  margin-top: 0.04rem;
}
.doctor-wrap .doctor-info .doctor-detail .doctor-dept {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.22rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.14rem;
  margin-bottom: 0.12rem;
}
.doctor-wrap .doctor-info .doctor-detail .doctor-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 400;
  line-height: 0.24rem;
  font-size: 0.18rem;
  color: #333333;
}
.doctor-wrap .doctor-detail-tit {
  font-weight: 500;
  font-size: 0.24rem;
  color: #1A1A1A;
  margin-bottom: 0.38rem;
  font-weight: bold;
}
.doctor-wrap .doctor-detail-info {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
  text-indent: 0.32rem;
  margin-bottom: 0.5rem;
}