.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('../bg/daohang.png') no-repeat;
}

.headernav2 {
    color: #318ed6;
    font-size: 18px;
    margin-left: 5px;
}

.headernav3 {
    width: 13px;
    height: 8px;
    margin-left: 6px;
    background: url('../bg/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('../bg/wenzhang.png') no-repeat;
}

.headerarticle2 {
    margin-left: 8px;
    color: #318ed6;
    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('../bg/wenti.png') no-repeat;
}

.headerissue2 {
    margin-left: 8px;
    color: #318ed6;
    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('../bg/search.png') no-repeat;

}

.headersearch2 {
    margin-left: 7px;
    margin-right: 7px;
    flex: 1;
    font-size: 14px;
}

.headersearch2::placeholder {
    color: #808080;
}

.headerfield {
    width: 100%;
    height: 40px;
    background: transparent;
}

.headersearch3 {
    width: 77px;
    height: 40px;
    background: #318ed6;
    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: #318ed6;
    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: #318ed6;
    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('../bg/item1.png') no-repeat;
}

.header-nav-icon-2 {
    background: url('../bg/item2.png') no-repeat;
}

.header-nav-icon-3 {
    background: url('../bg/item3.png') no-repeat;
}

.header-nav-icon-4 {
    background: url('../bg/item4.png') no-repeat;
}

.header-nav-icon-5 {
    background: url('../bg/item5.png') no-repeat;
}

.header-nav-icon-6 {
    background: url('../bg/item6.png') no-repeat;
}

.header-nav-icon-7 {
    background: url('../bg/item7.png') no-repeat;
}

.header-nav-icon-8 {
    background: url('../bg/item8.png') no-repeat;
}

.header-nav-icon-9 {
    background: url('../bg/item9.png') no-repeat;
}

.header-nav-icon-10 {
    background: url('../bg/item10.png') no-repeat;
}

.header-nav-icon-11 {
    background: url('../bg/item11.png') no-repeat;
}

.header-nav-icon-12 {
    background: url('../bg/item12.png') no-repeat;
}

.header-nav-icon-13 {
    background: url('../bg/hospital.png') no-repeat;
}

.headerhideli:hover .header-nav-icon-13 {
    background: url('../bg/hospital_1.png') no-repeat !important;
}

.header-nav-icon-14 {
    background: url('../bg/doctor.png') no-repeat;
}

.headerhideli:hover .header-nav-icon-14 {
    background: url('../bg/doctor_1.png') no-repeat !important;
}


.headerhideli:hover {
    background: #318ed6;
}

.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: #318ed6;
}


.headertop {
    float: left;
    display: block !important;
}

.headerlogo {
    margin: 16.5px 0;
    float: left;
}

.headernav {
    float: left;
}

.headernavs {
    display: block !important;
    margin: auto;
    padding: 0;
    line-height: 43px;
}

.headernav1 {
    margin: 12px 0 12px 10px;
    float: left;
}

.headernav2 {
    float: left;
}

.headernav3 {
    margin: 17.5px 0 17.5px 6px;
    float: left;

}

.headerarticle {
    float: left;
    display: block !important;
    margin: 16.5px 0 16.5px 19px;
}

.headerarticle1 {
    float: left;
    margin: 12px 0 12px 10px;
}

.headerarticle2 {
    float: left;
    margin: 9.5px 0 9.5px 5px;
}

.headerissue {
    float: left;
    display: block !important;
    margin: 16.5px 0 16.5px 19px;
}

.headerissue1 {
    float: left;
    margin: 12px 0 12px 10px;
}

.headerissue2 {
    float: left;
    margin: 9.5px 0 9.5px 5px;
}

.headersearch {
    float: left;
    display: block !important;
    margin: 14.5px 0 14.5px 122px;
}

.headersearch1 {
    float: left;
}

.headersearch2 {
    float: left;
    width: 285px;
}

.headersearch3 {
    float: left;
}

#header_user_info {
    margin-top: 15px;
}

.headerright {
    display: block;
    float: right;
}

.headerlogin {
    margin: 20px 0;
    display: block !important;
    float: left;
}

.headerregister {
    margin: 20px 0 20px 10px;
    display: block !important;
    float: left;
    line-height: 40px;
    text-align: center;
}

.header_user_avatar {
    display: block !important;
    float: left;
}

.header_user_name {
    display: block !important;
    float: left;
    max-width: 150px;
    overflow: hidden;
}


.headersearch {
    width: auto;
    background: none;
    margin: 16.5px 0;
    padding: 0;
}

.headersearch1 {
    width: 19px;
    height: 19px;
    background-size: 100%;
    margin-top: 12px;
}

.searchhide {
    display: none;
    position: absolute;
    bottom: -34px;
    background-color: #f5f5f5;
    box-shadow: 0 0 8px 1px rgba(204, 204, 204, 0.8);
}

.headertel {
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 245px;
    height: 100%;
    margin-left: 130px;
}

.telicon {
    width: 35px;
    height: 35px;
    background: #318ed6;
    border-radius: 50%;
    padding: 6px;
    text-align: center;
}

.telicon img {
    width: 100%;
}

.telnumber .telphone {
    color: red;
    font-size: 20px;
}