.top-filter .tabs .tab-box {
  display: flex;
  width: 100%;
  height: 66rem;
  background: #fff;
}

.top-filter .tabs .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  text-align: center;
}

.top-filter .tabs .tab-item .name {
  font-size: 28rem;
  font-weight: 600;
  color: #333333;
  line-height: 40rem;
  width: calc(100% - 50rem);
  height: 40rem;
  overflow: hidden;
  flex-shrink: 0;
}

.top-filter .tabs .tab-item.active .name {
  color: #1890ff;
}

.top-filter .tabs .tab-item .arrows-img {
  margin-left: 10rem;
  width: 16rem;
  height: 16rem;
}

.doctor-list .doctor-list-content {
  padding: 24rem 30rem 0 30rem;
}

.doctor-list-content .item {
  width: 100%;
  border-bottom: 0.01rem solid #E7E7E7;
  padding: 33rem 0;
  box-sizing: border-box;
  display: flex;
}

.doctor-list-content .item:first-child {
  padding-top: 0;
}

.doctor-list-content .item:last-child {
  border: none;
}

.doctor-list-content .item .avata-img {
  width: 88rem;
  height: 88rem;
  margin-right: 20rem;
  flex-shrink: 0;
  border-radius: 50%;
}

.doctor-list-content .item .rt {
  width: calc(100% - 100rem);
}

.doctor-list-content .item .head-wrap {
  display: flex;
  align-items: center;
}

.doctor-list-content .item .name {
  font-size: 30rem;
  color: #000;
  font-weight: bold;
}

.doctor-list-content .item .position {
  font-size: 24rem;
  color: #353535;
  margin: 0 16rem;
}

.doctor-list-content .item .label {
  font-size: 22rem;
  color: #fff;
  background: #0052FE;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12rem;
  box-sizing: border-box;
}
.doctor-list-content .doctor-item .label-V {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  color: #6c5436;
}
.doctor-list-content .doctor-item .label-V span {
  background: #F6CF9F;
  border-radius: 10rem;
  padding: 5rem 10rem;
  margin-right: 15rem;
}.doctor-list-content .doctor-item .label-V span:last-child {
  margin-right: 0;
}

.doctor-list-content .departments {
  font-size: 24rem;
  color: #000;
  margin: 20rem 0;
}

.doctor-list-content .evaluate {
  display: flex;
  align-items: center;
  margin: 14rem 0;
}

.doctor-list-content .evaluate img {
  width: 21rem;
  height: 21rem;
}

.doctor-list-content .evaluate .score {
  font-size: 24rem;
  color: #F59A23;
  margin: 0 12rem 0 6rem;
}

.doctor-list-content .volume {
  font-size: 24rem;
  color: #676767;
}

.doctor-list-content .volume span {
  color: #007CFF;
}

.doctor-list-content .reception-volume {
  padding-right: 30rem;
  margin-right: 30rem;
  position: relative;
}

.doctor-list-content .reception-volume::after {
  content: "";
  width: 1rem;
  height: 16rem;
  background: #676767;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.doctor-list-content .desc {
  font-size: 22rem;
  color: #676767;
  margin-bottom: 20rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.doctor-list .not-doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28rem;
  color: #999;
}

.doctor-list .not-doctor img {
  width: 500rem;
}

.not-data-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28rem;
  color: #999;
}

.not-data-empty img {
  width: 500rem;
}






.doctor-list .filter-wrapper {
  position: fixed;
  top: 270rem;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: #fff;
  height: calc(100% - 275rem);
  display: none;
}
.doctor-list .filter-wrapper2 {
  top: 275rem;
}

.doctor-list .list-box {
  display: flex;
  font-size: 32rem;
  color: #666666;
  line-height: 45rem;
  height: 100%;
}

.doctor-list .list-left {
  width: 300rem;
  background: #F2F8FF;
  overflow: auto;
  height: 100%;
}
.doctor-list .filter-wrapper2 .list-left {
  height: 100%
}

.doctor-list .list-left .left-item {
  display: flex;
  align-items: center;
  height: 85rem;
  padding: 0 30rem;
}

.doctor-list .list-right {
  flex: 1;
  width: 450rem;
  background: #fff;
  overflow: auto;
  height: calc(100% - 275rem);
}
.doctor-list .filter-wrapper2 .list-right {
  height: calc(100% - 275rem);
}

.doctor-list .right-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85rem;
  padding: 0 30rem;
}

.doctor-list .right-item .checked-img {
  width: 24rem;
  height: 24rem;
  margin-left: 10rem;
  display: none;
}

.doctor-list .list-left .active,
.doctor-list .right-item .active {
  color: #007cff;
  font-weight: 700;
  background: #fff;
}

.doctor-list .mask {
  height: 100vh;
  background: rgba(0, 0, 0, 0.50);
}

.doctor-list .screen-box,
.doctor-list .sort-box {
  background: #fff;
  padding: 0 30rem;
  flex-direction: column;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
}

.doctor-list .screen-box .screen-title {
  padding: 30rem 0 20rem;
  font-size: 32rem;
  color: #333333;
  line-height: 45rem;
}

.doctor-list .screen-box .screen-title:first-child {
  padding-top: 0;
}

.doctor-list .screen-box .type-wrap,
.doctor-list .screen-box .price-wrap,
.doctor-list .screen-box .doctor-position-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.doctor-list .screen-box .screen-item {
  margin-right: 20rem;
  padding: 5rem 20rem;
  font-size: 24rem;
  color: #999;
  background: #f3f3f3;
  border-radius: 8rem;
}

.doctor-list .screen-box .screen-active {
  color: #007cff;
  background: #E5F1FF;
}

.doctor-list .screen-box .screen-foot {
  display: flex;
  align-items: center;
  margin-top: 50rem;
  padding: 20rem 30rem;
  border-top: 1rem solid #E7E7E7;
}

.doctor-list .screen-box .screen-foot .btn {
  width: 230rem;
  height: 100rem;
  border: 2rem solid #007cff;
  border-radius: 52rem;
  background: #fff;
  font-size: 38rem;
  color: #007cff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-list .screen-box .screen-foot .confirm {
  flex: 1;
  margin-left: 30rem;
  background: #007cff;
  color: #fff;
  font-weight: 600;
}

.doctor-list .sort-box .sort-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rem solid #E7E7E7;
  padding: 20rem 0;
}

.doctor-list .sort-box .sort-item:last-child {
  border: none;
}

.doctor-list .sort-box .sort-item img {
  width: 24rem;
  height: 24rem;
  display: none;
}



.doctor-list-content .doctor-count {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
  margin-top: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.40rem;
}

.doctor-list-content .doctor-count-my {
  justify-content: space-between;
}

.doctor-list-content .doctor-count-spc {
  margin-bottom: 0;
  margin-top: 0;
}

.doctor-list-content .doctor-price {
  color: #FF6B1F;
  font-size: 34rem;
  font-weight: 700;
}

.doctor-list-content .doctor-count .serves {
  padding: 2rem 10rem;
  font-size: 20rem;
  border-radius: 10rem;
  margin-right: 24rem;
}