* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}
.pageBody{
    position: relative;
    z-index: 1;
    width: 100vw;
    height: auto;
    margin: auto;
    background: #F0F7FD;
    box-shadow: 0 0 10px 2px #cbe5f5;
}
#header-container2{
    width: 100vw;
    height: 4.5rem;
    /*background: #014d80!important;*/
    background: linear-gradient(to right, #0366BC, #014d80);
}
#header {
    margin: 0 auto;
    z-index: 1000;
    position: relative;
    display: flex;
    justify-content: flex-start;
    color: #fff;
}
#header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
.logo_pc{
    width: 18rem;
    height: 2.5rem;
}
.logo>.logo2 {
    display: none;
}
.menu-toggle{
    margin: 0.5rem 0 0 2rem;
    border: transparent;
    background: transparent;
}
.fa-solid, .fas {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
}

/*.menu-toggle:hover {*/
/*    background: rgba(255, 255, 255, 0.1);*/
/*}*/
/*新闻资讯*/
.news_consult{
    width: 94vw;
    height: 15rem;
    margin: 1.5rem auto 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #F0F7FD;
}
.news_consult_title{
    height: 2rem;
    /*background: #00B83F;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #9DCBD3, #57909B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
}
.tab_title{
    height: 2rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.active{
    border-bottom: 0.4rem solid #014d80!important;
}
.tab_title_p1,.tab_title_p2{
    color: #A6A7A9;
    font-size: 1rem;
}
.tab_title_ul1,.tab_title_ul2{
    width: 84vw;
    height: 7rem;
    margin: 0.3rem auto 0;
    border-bottom: 0.2rem solid #F8F9FB;
}
.tab_title_li{
    height: 2rem;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.3rem;
}
.li_title{
    width: 80%;
    text-align: left;
}
.li_time{
    width: 20%;
    text-align: right;
}
.tab_title_li>.li_title,.tab_title_li>.li_time{
    font-size: 1rem;
    font-family: "微软雅黑 Light";
    color: #212224;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.more_news{
    width: 98%;
    height: 2rem;
    color: #88AFDA;
    text-align: right;
    line-height: 0.5rem;
    font-size: 1rem;
}
.more_news span{
    font-size: 1rem;
    color: #88AFDA;
}
/*icon 区域*/
.nav-icon{
    width: 90vw;
    height: 13rem;
    margin: 1.2rem auto 0;
}
.nav-icon ul{
    width: 90vw;
    height: 13rem;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.nav-icon ul li{
    width: 5rem;
    height: 5rem;
}
.more_info{
    width: 10rem;
    height: 3rem;
    margin: 0 auto;
    background: #EBF4F9;
    box-shadow: 0 0 10px 2px lightblue;
    color: #538CA6;
    font-size: 1rem;
    line-height: 3rem;
    text-align: center;
}
/*健康科普*/
.health_info{
    width: 95vw;
    height: 20rem;
    margin:0.8rem auto 0;
}
.health_info_title{
    height: 2rem;
    text-align: left;
    font-size: 1rem;
    color: #8CC4F1;
    line-height: 2rem;
    border-bottom: 0.05rem solid #DEE7EC;
}
.health_info_ul{
    height: 19rem;
    margin: 0.5rem auto 0;
    /*background: #00B83F;*/
}

.health_info_li{
    height: 2rem;
    border-bottom: 0.05rem solid #DEE7EC;
    display: flex;
    justify-content: space-around;
    line-height: 2rem;
}
.health_info_li>.li_title{
    width: 65%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.health_info_li>.li_time{
    width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*底部*/
#footer-container2{
    width: 100vw;
    height: 5.5rem;
    /*background: #014d80!important;*/
    margin-top: 1.5rem;
    line-height: 5.5rem;
}
#footer{
    width: 100vw;
    height: 5.5rem;
}
.header-r{
    height: 5.5rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.search span{
    font-size: 0.5rem;
}
.qrcode{
    line-height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qrcode>img{
    width: 3rem;
    height: 3rem;
}
.qrcode span{
    font-size: 0.5rem;
}
/*顶部按钮*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #000;
    opacity: .6;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#myBtn i {
    font-size: 24px;
}