.hospital-layer{
    position: relative;
    width: 1200px;
    /* height: 226px; */
    margin: 30px auto;
    background: #fff;
    padding: 20px 0 10px;
}
.hospital-bg{
    width: 1230px;
    height: 178px;
    margin: 0 auto;
}
.hospital-info{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 50px 35px;
}
.hospital-logo{
    width: 30px;
    height: 30px;
    border-radius: 50%; 
    margin-right: 10px;
}
.icon-box{
    display: flex;
    align-items: center;
    margin-left: 60px;
    font-size: 16px;
    color: #4B5553;
    cursor: pointer;
}
.project-tag{
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #4B5553;
    border: 1px solid #4B5553;
    margin: 0 8px 0 0;
}
.hospital-tab{
    position: relative;
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    margin: -14px auto 0 auto;
    z-index: 9;
    display: flex;
}
.hospital-tab-item{
    position: relative;
    width: 100px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid transparent;
    box-sizing: border-box;
    color: #4B5553;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
}
.hospital-tab-item-active{
    border: 2px solid #448B5B;
    color: #448B5B;
}
.hospital-tab-item-active::after{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #448B5B transparent;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.title-common-layer{
    height: auto;
}
.title-common-line{
    width: 4px;
    height: 16px;
    background: #448B5B;
    border-radius: 1px;
}


.gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 280px);
    grid-row-gap: 30px;
    grid-column-gap: 13px;
}

.content-card{
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}
.content-card:last-child{
    border-bottom: none;
}
.content-left{
    margin-right: 40px;
}
.content-img{
     min-width: 220px;
    width: 220px;
    height: 140px;
    border-radius: 10px;
}

.doctor-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 371px);
    grid-row-gap: 20px;
    grid-column-gap: 23px;
}
.doctor-card{
    width: 371px;
    background: #F8FCFC;
    border-radius: 10px;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.doctor-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px;
}

.discount-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 370px);
    grid-row-gap: 20px;
    grid-column-gap: 25px;
}
.discount-gird .discount-item{
    padding: 20px; 
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #DFDBDB;
    cursor: pointer;
}
.discount-gird .discount-img{
    width: 100%;
    height: 280px;
    border-radius: 10px;
}


.evaluate-tab{
    margin: 20px 0 20px 0;
    display: flex;
    align-items: center;
}
.evaluate-tab-item{
    margin-right: 30px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #DFDBDB;
    line-height: 36px;
    text-align: center;
    color: #899492;
    padding: 0 9px;
    cursor: pointer;
}
.active{
    background: #448B5B;
    color: #fff;
}
.evaluate-item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
.evaluate-item:last-child{
    border: none;
}
.project_info_title{
    width: 260px;
    height: 52px;
    border-radius: 26px;
    background: #448B5B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
}
.project_info_title .icon{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
}
.project_info_title .left{
    margin-left: 15px;
}
.project_info_title .right{
    margin-right: 15px;
}
.project_info_content{
    width: 90%;
    /* background: #FAFAFA; */
    margin: 27px auto;
}
.content_main_title{
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
.doctorCard_info {
    width: 200px;
}
.leftControl {
    margin-right: 6px;
}
.rightControl {
    margin-left: 6px;
}

.location-layer{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.location-icon{
    width: 18px;
    height: 24px;
    margin-left: 10px;
}

* { -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; }