.city_has_visit{
    letter-spacing: 1px;
}
.city_has_visit .nav{
    background-color: #6acfc7;
    padding: 7px 15px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5;
}
.city_has_visit .nav .arrow_back{
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(/home/img/appraise_no_visit/arrow_back.png) no-repeat center/cover;
    float: left;
    margin-top: 7px;
}
.city_has_visit .nav .search_box{
    float: left;
    width: calc(100% - 52px);
    margin-left: 15px;
    background: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    padding-left: 8px;
}
.city_has_visit .nav .search_box .search{
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 2px;
    background: url("/home/img/appraise_no_visit/search.png") no-repeat center/cover;
}
.city_has_visit .nav .share{
    float: right;
    display: inline-block;
    width: 16px;
    height: 20px;
    margin-top: 5px;
    background: url("/home/img/appraise_no_visit/share.png") no-repeat center/cover;
}
.city_has_visit .select_tag_div{
    background-color: #ffffff;
    overflow: hidden;
    padding: 5px 15px 0 10px;
}
.city_has_visit .select_tag_div .special{
    font-size: 12px;
    margin-left: 2px;
    color: #666;
}
.city_has_visit .select_tag_div .select_tag{
    font-size: 12px;
    color: #666666;
    border-radius: 4px;
    border: solid 1px #e4e4e4;
    display: inline-block;
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    margin-left: 2px;
}
.city_has_visit .select_tag_div .select_tag.active{
    border: none;
    background-color: #6acfc7;
    color: #fff;
    height: 24px;
    line-height: 24px;
}
.city_has_visit .select_tag_div .select_tag.active::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 4px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: translate(-4px,-2px) rotate(-45deg);
    transform: translate(-4px,-2px) rotate(-45deg);
}
.city_has_visit .ctrl{
    text-align: center;
    position: relative;
    background-color: #ffffff;
    padding: 0px 0 5px;
}
.city_has_visit .ctrl span,.doctor_detail_box .org_ctrl span{
    color: #58b3af;
    font-size: 12px;
}
.city_has_visit .ctrl section,.doctor_detail_box .org_ctrl section{
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #58b3af;
    vertical-align: middle;
}

.city_has_visit .ctrl.active section{
    border-bottom: 4px solid #58b3af;
    border-top: none;
}

.-v-doctor-items{
    margin-top: 10px;
}
.-m-doct-item{position:relative;margin-bottom: 10px;min-height: inherit;padding-bottom: 10px !important;}

.-m-doct-item .head-img{width: 70px;height: 70px;border-radius: 100%;}
.-m-doct-item .user-info{width: calc(100% - 70px);height: auto;margin-top: 4px;position: relative;margin-bottom: 5px;}
.-m-doct-item .user-info>div>span{
    display: inline-block;
}
.-m-doct-item .user-info>div{width:100%;   line-height: 1;margin-top: 8px;overflow:hidden;}
.-m-doct-item .user-info .name{width:75.3%;white-space: inherit;  overflow: visible;display: inline-block;}
.-m-doct-item .user-info .gift_tag{background-color: #f5faff;color: #808080; margin-right:3px; padding: 3px 5px;border-radius: 4px;}
.-m-doct-item .user-info .address_tag{ color: #808080;  font-size: 12px;  position: relative; top:3px;}
.-m-doct-item .user-info .location_number{position:absolute;right:0px;top:4px;}

.-m-doct-item .personal_tag_div{
    /* margin-top: 5px; */
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.-m-doct-item .personal_tag_div .personal_tag{
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: #eef6fc;
    color: #999;
    line-height: 1.5;
    margin-top: 5px;
}
.-m-doct-item .intr{
    display: inline-block;
    width: calc(100% - 26px);
    padding: 0 16px 0 20px;
    position: relative;

}
.-m-doct-item .intr_icon::before{
    width: 14px;
    height: 16px;
    content: "";
    display: inline-block;
    background: url(../img/ico/desc.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 3px;
}
.img_father{      box-sizing: border-box;  display: flex;  background-color: #f1f1f1;  width: 60px;  height: 60px;  justify-content: center;  align-items: center;  border-radius: 50%;  overflow: hidden;  margin: 0 auto;  border: 1px solid #d8d8d8;  }
.right_now_profile_icon{ max-width: 100%;  max-height: 100%; width: auto !important;  height: auto !important;  border-radius: 0 !important;}
.l-card{  padding:10px;border-radius:8px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);margin:0 6px 10px;background-color:#ffffff;}