.c333{
    color: #333333;
}
.c666{
    color: #666666;
}
.c999{
    color: #999999;
}
.fsc{
    color:#1DB2B0;
}

/* 没有符合条件的医生/ 医院 */
.search_no span{
    display:block;
    font-size:0.6rem;
    color:rgba(102,102,102,1);
    padding:0.75rem 0;
    text-align:center;
}
#bottom{
    background: #ffffff;
}
#bottom .wrapper{
    z-index: 22;
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffffff;
    height: 2.45rem;
}
#bottom .wrapper {
    display:flex;
    flex-direction:row;
    align-items: center;
}
#bottom .wrapper a{
    display:flex;
    flex-direction: column;
    align-items:center;
    padding: 0.5rem 0;
}
#bottom .wrapper a span{
    height: 0.6rem;
    line-height: 0.6rem;
    color: #333333;
}
#bottom .wrapper a:first-child{
    margin-left: 3.65rem;
}
#bottom .wrapper a:first-child img{
    width: 1.05rem;
    height:1.2rem ;
    margin-bottom: 0.2rem;
}
#bottom .wrapper .line{
    width: .05rem;
    height:1rem;
    background:rgba(187,187,187,0.4);
    margin: 0 3.3rem;
}
#bottom .wrapper a:last-child img{
    width: 1.3rem;
    height:1.15rem ;
    margin-bottom: 0.3rem;
}
/*#footer 底部 2021 04 06*/
#footer{
    background:#3A3939;
    display:flex;
    flex-direction:column;
    padding-bottom:3.45rem;
}
#footer .f_top{
    display: flex;
    flex-direction:column;
}
#footer .f_middle{
    display: flex;
    flex-direction:column;
}
#footer p,
#footer a{
    line-height:0.9rem;
}