.n_pro{
    background: #F3F3F3;
    padding: 0.79rem 0 0 0;
}
.search_tit{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.35rem;
    color: #000000;
    margin: 0 0 0.3rem;
    text-align: center;
}
.search_input{
    width: 100%;
    max-width: 10.08rem;
    height: 0.7rem;
    margin: auto;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D8D8D8;
    justify-content: space-between;
}
.search_input input{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    width: 100%;
    padding: 0 0.2rem;
}
.search_input input::placeholder{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}
.search_r{
    flex: 0 0 0.7rem;
    height: 0.7rem;
    background: #0057A9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_r img{
    width: 0.22rem;
    height: 0.22rem;
}
.search_result{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #858585;
    margin: 0.54rem 0 0.36rem;
    text-align: left;
}
.search_result span{
    color: #E11D0B;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
}
.search_tab{
    padding: 0.48rem 0 1.38rem;
    background: #FFFFFF;
}
.content{
    display: none;
}
.content.active{
    display: block;
}
.new_tab_li{
    width: 2rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #E11D0B;
    margin-right: 0.24rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E11D0B;
    line-height: 0.5rem;
    text-align: center;
    cursor: pointer;
}
.new_tab_li span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E11D0B;
}
.new_tab_li.active,.new_tab_li.active span{
    background: #E11D0B;
    color: #FFFFFF;
}

.patient_r_c{
    margin-top: 0.5rem;
}
.home3_list2{
    margin-top: 0.5rem;
}
.home3_list3{
    margin-top: 0.5rem;
    position: relative;
    flex-wrap: wrap !important;
    column-gap: 0.24rem;
    row-gap: 0.62rem;
}
.home5_li{
    border: 1px solid #D8D8D8;
}




.noresult img{
    max-width: 6.54rem;
    margin: auto;
    display: none;
}