.doctor-menu{
    width: 124px;
    height: 60px;
    background: transparent;
    border-radius: 30px;
    font-size: 22px;
    /*color: #F75858;*/
    color: #3D3D3D;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
}
.doctor-menu-active{
    /*background: #F75858;*/
    background-color: #448B5B;
    color: #fff;
}
.location-layer{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.location-icon{
    width: 18px;
    height: 24px;
    margin-left: 10px;
}


.rank-item{
    border-bottom: 1px solid #F1F1F1;
    margin-top: 20px;
    cursor: pointer;
}
.rank-img{
    width: 500px;
    height: 300px;
    border-radius: 10px;
}
.rank-num{
    font-size: 200px;
    color: rgba(247, 88, 88, .1);
    line-height: 260px;
}
.no2{
    color: rgba(247, 175, 88, .1);
}
.no3{
    color: rgba(168, 173, 172, .1);
}

.gird{
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 280px);
    grid-row-gap: 30px;
    grid-column-gap: 13px;
}
.location-input-text{
    font-size: 20px;
    padding: none;
    border: none;
    width: auto;
    min-width: auto;
    background-color: transparent;
}




* { -ms-word-wrap: break-word; word-wrap: break-word; }
html { -webkit-text-size-adjust: none; text-size-adjust: none; }
html, body {height:100%;width:100%; }
html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, iframe, textarea, input, button, p, strong, b, i, a, span, del, pre, table, tr, th, td, form, fieldset, .pr, .pc { margin: 0; padding: 0; word-wrap: break-word; font-family: verdana,Microsoft YaHei,Tahoma,sans-serif; *font-family: Microsoft YaHei,verdana,Tahoma,sans-serif; }
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc, em, del { font-style: normal; font-size: 100%; }
ul, ol, dl { list-style: none; }
._citys { width: 450px; display: inline-block; border: 2px solid #eee; padding: 5px; position: relative;background-color: #fff; }
._citys span { color: #448B5B; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #448B5B; cursor: pointer; }
._citys0 { width: 100%; height: 34px; display: inline-block; border-bottom: 2px solid #448B5B; padding: 0; margin: 0; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
.citySel { background-color: #448B5B; color: #fff !important; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0; }
._citys1 a { width: 83px; height: 35px; display: inline-block; background-color: #f5f5f5; color: #666; margin-left: 6px; margin-top: 3px; line-height: 35px; text-align: center; cursor: pointer; font-size: 13px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #448B5B; }
.AreaS { background-color: #448B5B !important; color: #fff !important; }