.headerp {
    width: 100%;
    height: 76px;
}

.headers {
    width: 100%;
    position: fixed;
    height: 76px;
    background: #FFFFFF;
    box-shadow: 0 0 8px 1px rgba(204, 204, 204, 0.8);
    z-index: 999;
}

.headerside {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    position: relative;
}

.headertop {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.headerlogo {
    width: 133px;
    height: 43px;
}

.headernav {
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 29px;
}

.headernavs {
    width: 106px;
    height: 43px;
    background: #F8F8F8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    border: none;
}

.headernav1 {
    width: 19px;
    height: 19px;
    margin-left: 10px;
    background: url('../image/daohang.png') no-repeat;
}

.headernav2 {
    color: #18B89C;
    font-size: 18px;
    margin-left: 5px;
}

.headernav3 {
    width: 13px;
    height: 8px;
    margin-left: 6px;
    background: url('../image/option.png') no-repeat;
}

.headerarticle {
    margin-left: 19px;
    height: 43px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.headerarticle1 {
    width: 15px;
    height: 19px;
    background: url('../image/wenzhang.png') no-repeat;
}

.headerarticle2 {
    margin-left: 8px;
    color: #18B89C;
    font-size: 18px;
}

.headerissue {
    margin-left: 28px;
    cursor: pointer;
    height: 43px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.headerissue1 {
    width: 19px;
    height: 19px;
    background: url('../image/wenti.png') no-repeat;
}
.headerissue1_2 {
    float: left;
    margin: 12px 0 12px 10px;
    width: 19px;
    height: 19px;
    background: url('../image/shequ.png') no-repeat;
}

.headerissue2 {
    margin-left: 8px;
    color: #18B89C;
    font-size: 18px;
}

.headersearch {
    margin-left: 122px;
    width: 418px;
    height: 47px;
    background: #F5F5F5;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 7px;
    display: flex;
    align-items: center;
}

.headersearch1 {
    margin-left: 12px;
    margin-top: 10px;
    width: 16px;
    height: 14px;background: url('../image/search.png') no-repeat;

}

.headersearch2 {
    margin-left: 7px;
    margin-right: 7px;
    flex: 1;
    font-size: 14px;
}

.headersearch2::placeholder {
    color: #808080;
}

.headerfield {
    width: 100%;
    height: 34px;
    background: transparent;
}

.headersearch3 {
    width: 77px;
    height: 34px;
    background: #18B89C;
    border: 1px solid #20C7AA;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    cursor: pointer;
}

.headerright {
    display: flex;
    margin-left: auto;
}

.headerlogin {
    width: 81px;
    height: 41px;
    border-radius: 5px;
    color: #18B89C;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #ffffff;
}

.headerregister {
    width: 81px;
    height: 41px;
    background: #18B89C;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.headerhide {
    position: absolute;
    width: 100%;
    height: 333px;
    background: #FFFFFF;
    border-radius: 5px;
    top: 76px;
    left: 0;
    box-sizing: border-box;
    padding-top: 41px;
    padding-left: 41px;
    display: none;
    box-shadow: 0px 0px 8px 1px rgba(204, 204, 204, 0.8);
}

.headerhideli {
    width: 171px;
    height: 116px;
    background: #FDFDFD;
    border: 1px solid #F3F3F3;
    border-radius: 5px;
    margin-right: 19px;
    margin-bottom: 19px;
    padding-top: 18px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}

.headerhideli p {
    text-align: center;
}

.headerhideimg {
    width: 28px;
    height: 28px;

}

.headerhideaddress {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.headerhidenumber {
    color: #888888;
    font-size: 12px;
    margin-top: 8px;
}

/*导航icon*/
.header-nav-icon {
    width: 30px;
    height: 28px;
    margin: auto;
}

.header-nav-icon-1 {
    background: url('../image/item1.png') no-repeat;
}

.header-nav-icon-2 {
    background: url('../image/item2.png') no-repeat;
}

.header-nav-icon-3 {
    background: url('../image/item3.png') no-repeat;
}

.header-nav-icon-4 {
    background: url('../image/item4.png') no-repeat;
}

.header-nav-icon-5 {
    background: url('../image/item5.png') no-repeat;
}

.header-nav-icon-6 {
    background: url('../image/item6.png') no-repeat;
}

.header-nav-icon-7 {
    background: url('../image/item7.png') no-repeat;
}

.header-nav-icon-8 {
    background: url('../image/item8.png') no-repeat;
}

.header-nav-icon-9 {
    background: url('../image/item9.png') no-repeat;
}

.header-nav-icon-10 {
    background: url('../image/item10.png') no-repeat;
}

.header-nav-icon-11 {
    background: url('../image/item11.png') no-repeat;
}

.header-nav-icon-12 {
    background: url('../image/item12.png') no-repeat;
}
.header-nav-icon-13 {
    background: url('../image/hospital.png') no-repeat;
}
.headerhideli:hover .header-nav-icon-13 {
    background: url('../image/hospital_1.png') no-repeat !important;
}

.header-nav-icon-14 {
    background: url('../image/doctor.png') no-repeat;
}
.headerhideli:hover .header-nav-icon-14 {
    background: url('../image/doctor_1.png') no-repeat !important;
}


.headerhideli:hover {
    background: #0AB99D;
}

.headerhideli:hover .headerhideaddress {
    color: #ffffff;
}

.headerhideli:hover .headerhidenumber {
    color: #ffffff;
}

.headerhideli:hover .header_nav_iconview .header_nav_icon {
    color: #ffffff;
}

.header_nav_iconview {
    display: flex;
    justify-content: center;
    height: 28px;
}

.header_nav_icon {
    font-size: 28px !important;
    color: #0AB99D;
}