.doctor_list {
    width: 100%;
    background: #FAFAFA;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 地区选择 */
.doctor_list .seleat-area {
    width: 100%;
    height: 1.17rem;
    box-shadow: 0rem 0rem 0.05rem rgba(0, 0, 0, 0.08);
    margin: 0.03rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

.doctor_list .seleat-area .seleat-area-list {
    width: 2.48rem;
    height: 100%;
    font-size: 0.37rem;
    line-height: 1.17rem;
    color: #333333;
    text-align: center;
}

.doctor_list .seleat-area .seleat-area-list .iconfont {
    display: inline-block;
    transition: all 0.2s linear;
}

.doctor_list .seleat-area .seleat-area-list .iconfont_top {
    transform: rotate(180deg);
}

.doctor_list .seleat-area .area_view {
    position: absolute;
    width: 100%;
    height: calc(100vh - 3.8rem);
    background-color: rgba(0, 0, 0, .7);
    top: 1.17rem;
    z-index: 1000;
    display: none;
}

.doctor_list .seleat_country {
    color: #09BA9D;
}

.doctor_list .area_view_content {
    width: 100%;
    height: 7rem;
    background-color: #fff;
    border-top: 0.03rem solid #e6e6e6;
    overflow-y: scroll;
}

.doctor_list .area_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.43rem;

}

.doctor_list .area_list label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .37333rem;
}

.doctor_list .area_list_active {
    color: #09BA9D;
}

.doctor_list .area_list .icon-icon-test {
    width: 0.4rem;
    height: 0.4rem;
    color: #09BA9D;
}


.list_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.53rem;
}

.list_title h2 {
    height: 0.69rem;
    font-size: 0.53rem;
    font-weight: bold;
    line-height: 0.69rem;
    color: #333333;
    padding-left: 0.34rem;
    position: relative;
}

.list_title h2::before {
    content: "";
    width: 0.11rem;
    height: 0.48rem;
    background: #09BA9D;
    border-radius: 0.05rem;
    position: absolute;
    left: 0;
    top: 0.13rem;
}

/* 医院列表 */
.doctor_list .doctors_lists {
    width: 100%;
    padding: 0.53rem 0.43rem;
    background-color: #fff;
}

.doctor_list .doctors_lists .doctors_items .divider {
    width: 100%;
    background: #F5F5F5;
    height: 0.03rem;
    margin: 0.53rem 0;
}

.doctor_list .doctor_lists .doctors_items:nth-last-child(2) .divider {
    display: none;
}

.doctor_list .doctors_items_views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; */
}

.doctor_list .doctors_items_views .doctors_cover {
    width: 1.33rem;
    height: 1.33rem;
    background: #727272;
    border-radius: 0.21rem;
    overflow: hidden;
}

.doctor_list .doctors_items_views .doctors_items_ri {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.43rem;
}

.doctor_list .doctors_items_views .doctor_name {
    height: 0.56rem;
    font-size: 0.43rem;
    line-height: 0.56rem;
    color: #333333;
    margin-bottom: 0.27rem;
}

.doctor_list .doctors_items_views .hospital_name {
    height: 0.51rem;
    font-size: 0.37rem;
    line-height: 0.51rem;
    color: #999999;
}

/* 交流群 */
.doctor_list .group {
    width: 100%;
    /* padding: 0.53rem 0.43rem; */
    background-color: #fff;
    margin: 0.27rem 0;
}

.doctor_list .group .list_title {
    padding: 0.53rem 0.43rem;
    margin: 0;
    padding-bottom: 0;
}

.zxnr-qz-iframe {
    margin: 0;
}

.doctor_list .load_more {
    width: 100%;
    height: 0.53rem;
    text-align: center;
    line-height: 0.53rem;
    margin-top: 0.53rem;
    font-size: 0.37rem;
    color: #09BA9D;
}