body {
    background-color: #f2f2f2;
}
.new_doctor_nav {
    margin: 15px;
    color: #333;
}
.new_doctor_nav span {
    color: #000;
    font-weight: 700;
}
.new_doctor_blurb {
    margin: 0 10px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new_doctor_blurb .new_doctor_aut {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    background: linear-gradient(to right, #d8eafc, #eff6fe);
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}
.new_doctor_blurb .new_doctor_aut .new_doctor_aut_title {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #386FE0;
}
.new_doctor_blurb .new_doctor_aut .new_doctor_aut_title .new_doctor_aut_icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.new_doctor_blurb .new_doctor_aut .new_doctor_aut_num {
    color: #999999;
    font-size: 12px;
}
.new_doctor_infor {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.new_doctor_infor .new_doctor_infor_top {
    display: flex;
}
.new_doctor_infor_top .new_doctor_infor_img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.new_doctor_infor_top .new_doctor_infor_img img{
    width: 100%;
    height: 100%
}
.new_doctor_infor_top .new_doctor_inforCon {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #333;
}
.new_doctor_inforCon .new_doctor_inforCon_title {
    display: flex;
    align-items: baseline;
}
.new_doctor_inforCon .new_doctor_inforCon_title h1 {
    font-weight: 700;
    margin-right: 10px;
    font-size: 16px;
    color: #000;
}
.new_doctor_inforConSign {
    display: flex;
    flex: 1;
    margin-top: 5px;
}
.new_doctor_inforConSign .new_doctor_inforConSign_title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: 10px;
}
.new_doctor_inforConSign .new_doctor_inforConSign_text {
    display: flex;
}
.new_doctor_inforConSign .new_doctor_inforConSign_text1 {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    background-color: #62abf2;
    color: #fff;
    border-radius: 15px;
    margin-right: 5px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_doctor_inforConSign .new_doctor_inforConSign_text2 {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    border: 1px solid #62abf2;
    color: #62abf2;
    border-radius: 15px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_doctor_info_KS {
    font-size: 13px;
    color: #333;
}
.new_doctor_info_grade {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.new_doctor_info_grade .new_doctor_info_grade_item {
    padding: 0 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #333;
    position: relative;
    text-align: center;
}
.new_doctor_info_grade .new_doctor_info_grade_item:nth-child(2){
    width:26%;
}
.new_doctor_info_grade .new_doctor_info_grade_item:nth-child(2)::after {
    content: '';
    width: 1px;
    background-color: #999999;
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
}
.new_doctor_info_grade .new_doctor_info_grade_item:nth-child(2)::before {
    content: '';
    width: 1px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
}
.new_doctor_info_grade_item .new_doctor_info_grade_icon1 {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/h_icon_16.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    margin: 0 auto;
}
.new_doctor_info_grade_item .new_doctor_info_grade_icon2 {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/h_icon_17.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    margin: 0 auto;
}
.new_doctor_info_grade_item .new_doctor_info_grade_icon3 {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/h_icon_18.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    margin: 0 auto;
}
.new_doctor_info_grade .new_doctor_info_grade_item span {
    margin-top: 5px;
}
.new_doctor_info_grade .new_doctor_info_grade_item span i {
    color: #F23D3D;
}
.new_doctor_info_con {
    font-size: 13px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
    position: relative;
}
.new_doctor_info_con .new_doctor_info_con_title {
    color: #386FE0;
    font-weight: 700;
}
.new_doctor_info_con .new_doctor_info_con_more {
    padding: 1px 5px;
    background-color: #fff;
    color: #386FE0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.new_doctor_info_con .new_doctor_info_con_more i {
    color: #333;
}
.new_doctor_comme {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-left: 5px;
}
.new_doctor_comme h2 {
    padding-left: 10px;
    color: #000;
    font-size: 18px;
    position: relative;
    font-weight: 700;
}
.new_doctor_comme h2::before {
    content: '';
    width: 4px;
    height: 15px;
    background-color: #3255cb;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px;
}
.new_doctor_comme .new_doctor_comme_text {
    flex: 1;
    font-size: 13px;
    color: #333;
    margin-left: 10px;
    margin-bottom: 3px;
}
.new_doctor_comme .new_doctor_comme_more {
    display: inline-block;
    font-size: 13px;
    color: #386FE0 ;
    margin-bottom: 3px;
}
.new_doctorCon {
    padding: 10px 0;
    margin: 15px 10px 0;
    background-color: #fff;
    border-radius: 5px;
}
.new_doctor_service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}
.new_doctor_service .new_doctor_service_item {
    width: 30%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 4px 10px 1px rgba(11,3,6,0.1);
    border-radius: 6px;
    margin-bottom: 3px;
    position: relative;
}
.new_doctor_service .new_doctor_service_item .new_doctor_service_tips {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fd4f3c;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    border-radius: 0 5px 0 5px;
}
.new_doctor_service .new_doctor_service_item .new_doctor_service_consult {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/hbg13.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 0 auto;
}
.new_doctor_service .new_doctor_service_item .new_doctor_service_phone {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/hbg5.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 0 auto;
}
.new_doctor_service .new_doctor_service_item .new_doctor_service_guahao {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/ibg6.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    margin: 0 auto;
}
.new_doctor_service .new_doctor_service_item h5 {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
}
.new_doctor_outCall {
    font-size: 12px;
    color: #333;
}
.new_doctor_outCall p {
    margin-left: 15px;
    font-size: 14px;
}
.new_doctor_outCall ul {
    background-color: #f3f6fa;
    border: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.new_doctor_outCall ul li {
    border-right: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 14%;
    box-sizing: border-box;
}
.new_doctor_outCall ul li:last-child {
    border: none;
}
.new_doctor_outCall ul li .new_doctor_outCall_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.new_doctor_outCall ul li .new_doctor_outCall_title span {
    text-align: center;
}
.new_doctor_outCall .new_doctor_outCall_text {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.new_doctor_outCall a.new_doctor_outCall_text {
    color: #386FE0;
    text-decoration: underline;
}
.new_doctor_outCall .new_doctor_outCall_line {
    border-bottom: 1px solid #EEEEEE;
}
.new_doctor_outCall .new_doctor_outCall_more {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #386FE0;
}
.new_doctor_evaluate {
    margin: 10px 12px;
}
.new_doctor_evaluate .new_doctor_evaluate_diseaselist {
    display: flex;
    flex-wrap: wrap;
}
.new_doctor_evaluate_diseaselist li {
    margin: 0 10px 10px 0;
    padding: 5px 12px;
    font-size: 13px;
    color: #999999;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 5px;
}
.new_doctor_evaluate_diseaselist .new_doctor_evaluate_active{
    color: #386FE0;
    border: 1px solid #386FE0;
    font-weight: 600;
}
.new_doctor_evaluate_diseaselist .new_doctor_evaluate_hide{
    display: none;
}
.new_doctor_evaluate_diseaselist .new_doctor_evaluate_more {
    margin: 0 10px 10px 0;
    padding: 5px 12px;
    font-size: 13px;
    color: #386FE0;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: none;
    border: none;
}
.new_doctor_evaluate_diseaselist .new_doctor_evaluate_more .new_doctor_evaluate_down {
    background: url(../images/hotarrow.png) center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    transform: rotateZ(90deg);
    margin-left: 5px;
}
.new_doctor_evaluate_diseaselist .new_doctor_evaluate_more .new_doctor_evaluate_up {
    background: url(../images/hotarrow.png) center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    transform: rotateZ(-90deg);
    margin-left: 5px;
}
.new_doctor_evaluate_list {
    display: flex;
    flex-direction: column;
}
.new_doctor_evaluate_list li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #CCCCCC;
    padding: 15px 0;
    font-size: 13px;
    color: #666;
}
.new_doctor_evaluate_list li .new_doctor_evaluate_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_doctor_evaluate_list li .new_doctor_evaluate_title .new_doctor_evaluate_text {
    display: flex;
    align-items: center;
    flex: 1;
}
.new_doctor_evaluate_text .new_doctor_evaluate_diseas {
    display: inline-block;
    padding: 2px 5px;
    background-color: #fff6ea;
    border-radius: 6px;
    margin-left: 10px;
    max-width: 40%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new_doctor_evaluate_title .new_doctor_evaluate_time {
    width: 25%;
    text-align: right;
}
.new_doctor_evaluate_list li .new_doctor_evaluate_manner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_doctor_evaluate_list li .new_doctor_evaluate_manner span {
    width: 48%;
}
.new_doctor_evaluate_list li p {
    color: #333;
    line-height: 1.6;
}
.new_doctor_evaluate_see {
    color: #386FE0;
    text-align: center;
    margin: 10px;
}
.new_doctor_evaluate_tips {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin: 10px;
}
.new_doctor_KP {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    margin-top: -10px;
}
.new_doctor_KP .new_doctor_KP_item {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px dashed #CCCCCC;
}
.new_doctor_KP .new_doctor_KP_item:last-child {
    border-bottom: none;
}
.new_doctor_KP .new_doctor_KP_item .new_doctor_KP_title {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    flex: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new_doctor_KP_item .new_doctor_KP_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_doctor_KP_btm .new_doctor_KP_doc {
    display: flex;
    align-items: center;
    flex: 1;
}
.new_doctor_KP_btm .new_doctor_KP_doc span {
    margin-right: 10px;
}
.new_doctor_KP_btm .new_doctor_KP_doc span:first-child {
    color: #386FE0;
}
.new_doctor_KP_btm .new_doctor_KP_doc .new_doctor_KP_dem {
    flex: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new_doctor_KP_btm .new_doctor_KP_time {
    width: 25%;
    text-align: right;
}
.new_doctor_savant {
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.new_doctor_savant .doctor_savant_item {
    width: 32%;
    height: 145px;
    background-color: #FFFBF6;
    border: 1px solid #F78535;
    padding-bottom: 45px;
    position: relative;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 13px;
    color: #333;
    margin-right: 5px;    
}
.doctor_savant_item .new_doctor_savant_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}
.new_doctor_savant_con .doctor_savant_status {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 20px;
    line-height: 20px;
    background-color: #f4741b;
    border-radius: 0 4px 0 4px;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_doctor_savant_con .doctor_savant_status i{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-left: 2px;
}
.new_doctor_savant_con .doctor_savant_img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
}
.new_doctor_savant_con .doctor_savant_img img {
    width: 100%;
    height: 100%;
}
.new_doctor_savant_con .doctor_savant_title {
    display: flex;
    margin: 5px 0 2px;
}
.new_doctor_savant_con .doctor_savant_title .doctor_savant_name {
    font-weight: 700;
    color: #000;
}
.new_doctor_savant_con .doctor_savant_title .doctor_savant_mark {
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    background-color: #62abf2;
    color: #fff;
    border-radius: 15px;
    margin-left: 5px;
}
.doctor_savant_rank {
    flex: 1;
    margin: 0 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.doctor_savant_item .doctor_savant_consult {
    display: inline-block;
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 5px;
    height: 25px;
    background-color: #e7351a;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
}

.doctor_autPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.doctor_autPopup .doctor_autPopup_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20%;
}
.doctor_autPopup_box .doctor_autPopup_con {
    width: 90%;
    height: 250px;
    background-color: #fff;
    border-radius: 5px;
}
.doctor_autPopup_con .doctor_autPopup_title {
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
    color: #333;
    padding: 0 12px;
    box-sizing: border-box;
}
.doctor_autPopup_title span{
    margin-left: 25px;
    flex: 1;
    text-align: center;
    font-size: 18px;
}
.doctor_autPopup_title .doctor_autPopup_title_img {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctor_autPopup_title .doctor_autPopup_title_img img {
    width: 15px;
    height: 15px;
}
.doctor_autPopup_doc {
    display: flex;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
}
.doctor_autPopup_doc .doctor_autPopup_doc_img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
}
.doctor_autPopup_doc .doctor_autPopup_doc_img img {
    width: 100%;
    height: 100%;
}
.doctor_autPopup_doc .doctor_autPopup_doc_con {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 13px;
    color: #333333;
}
.doctor_autPopup_doc_con .doctor_autPopup_doc_title {
    display: flex;
    align-items: baseline;
}
.doctor_autPopup_doc_con .doctor_autPopup_doc_title span {
    margin-right: 5px;
}
.doctor_autPopup_doc_con .doctor_autPopup_doc_title span:first-child {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.doctor_autPopup_doc_con .doctor_autPopup_doc_yy {
    display: flex;
}
.doctor_autPopup_doc_con .doctor_autPopup_doc_yy .doctor_autPopup_doc_text {
    flex: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.doctor_autPopup_doc_con .doctor_autPopup_doc_yy .doctor_autPopup_doc_rank1 {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    background-color: #62abf2;
    color: #fff;
    border-radius: 15px;
    margin-right: 5px;
    width: 30px;
}
.doctor_autPopup_doc_con .doctor_autPopup_doc_yy .doctor_autPopup_doc_rank2 {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    border: 1px solid #62abf2;
    color: #62abf2;
    border-radius: 15px;
    width: 30px;
}
.doctor_autPopup_NVQ {
    background-color: #F2F2F2;
    height: 40px;
    border-radius: 5px;
    font-size: 13px;
    color: #333333;
    margin: 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.doctor_autPopup_NVQ1 {
    height: 60px !important;
    margin-top: 12px;
}
.doctor_autPopup_NVQ .doctor_autPopup_NVQ_icon {
    display: block;
    width: 18px;
    height: 16px;
    background: url(../images/icon9.png);
    background-repeat: no-repeat;
    background-size: 18px 16px;
    background-position: center;
    margin-right: 15px;
}
.doctor_autPopup_NVQ .doctor_autPopup_NVQ_con {
    flex: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.doctor_autPopup_NVQ .doctor_autPopup_NVQ_status {
    color: #386FE0;
}
.doctor_autPopup_NVQ_box {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.doctor_autPopup_NVQ_box .doctor_autPopup_NVQ_btm {
    display: flex;
    align-items: center;
}