.doctor-qrcode {
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #891E23;
}
.doctor-qrcode img {
  width: 336px;
  height: 336px;
}

.doctor-wrap {
  margin-top: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  padding: 40px 50px;
  margin-bottom: 100px;
}
.doctor-wrap .doctor-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.doctor-wrap .doctor-info .doctor-img {
  width: 200px;
  height: 220px;
  object-fit: contain;
  flex-shrink: 0;
}
.doctor-wrap .doctor-info .doctor-img img {
  width: 100%;
  height: 100%;
}
.doctor-wrap .doctor-info .doctor-detail {
  width: 860px;
}
.doctor-wrap .doctor-info .doctor-detail .doctor-name {
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  margin: 10px 0 10px;
  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: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #1A1A1A;
  margin-top: 4px;
}
.doctor-wrap .doctor-info .doctor-detail .doctor-dept {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.doctor-wrap .doctor-info .doctor-detail .doctor-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.doctor-wrap .doctor-detail-tit {
  font-weight: 500;
  font-size: 20px;
  color: #1A1A1A;
  margin-bottom: 29px;
  font-weight: bold;
}
.doctor-wrap .doctor-detail-info {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-indent: 32px;
  margin-bottom: 50px;
}