header{
    /* height: 1.2rem; */
    background-image: url(../img/header/header-back.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 1.2rem;
}
.header_box{
    width: 16rem;
    height: 1.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header_left{
    display: flex;
    height: 100%;
}
.header_logo{
    display: flex;
    align-items: center;
    height: 100%;
}
.header_logo img{
    width: .71rem;
    height: .64rem;
    margin-right: .18rem;
}
.header_tit{
    font-size: 0.28rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
}
.header_right{
    display: flex;
    align-items: center;
}
.header_search{
    width: 2.12rem;
    height: 0.45rem;    
    background: #F8F8F8;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
    display: flex;
    padding: 0 .22rem;
    box-sizing: border-box;
    align-items: center;
}
.header_search input{
    width: 1.5rem;
}
.header_search button{
    width: 2.1rem;
    height: .23rem;
}
.download{
    display: flex;
    padding-left: .61rem;
    align-items: center;
    position: relative;
}
.download::after{
    content: '';
    position: absolute;
    left: .3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.01rem;
    height: 0.29rem;
    background: #FFFFFF;
    opacity: 0.5;
}
.download img{
    width: .45rem;
    height: .45rem;
    margin-right: .1rem;
}
.download p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}
.header_nav{
    width: 100%;
    height: .6rem;
    background: #004AAE;
}
.header_nav_box {
    width: 16rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header_nav_box a{
    width: 1.2rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
}
.nav_active{
    background: #007ED3;
}
.header_nav_box a:hover{
    background: #007ED3;
}


/* 移动适配 */
.common-phone-header,
.side-wrap{
    display: none;
}

@media only screen and (max-width: 1024px) {
    header {
        display: none;
    }
    .header-wrap {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    
    
    
.common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.common-phone-header img {
    display: block;
}
.common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}
.header-menu-phone{
    height: 30px;
    width: 30px;
}
.header-logo-phone {
    height: 30px;
    width: 34px;
    filter: invert(1);
}
.header-search-phone {
    height: 30px;
    width: 30px;
}

.header-search-box-phone {
    display: none;
}


.header-search-input-phone {
    border-radius: 20px;
    height: 35px;
    border-width: 1px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
}
    
    
    
    
.side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background:rgba(0, 0, 0, .5);
}
.side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 6.4rem;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #eee;
    animation: ani_side 1s;
}

.side-container.shown {
    display: block;
    width: 100%;
}




@keyframes ani_side{
    from {
        display: none;
        width: 3rem;
    }
    to {
        display: block;
        width: 100%;
    }
}

.side-wrap {
    width: 100%;
}

.side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.side-logo {
    width: 0.8rem;
    filter: invert(1);
}
.side-close {
    width:.48rem;
}

.side-bottom {
    padding:  0 .48rem 0 .72rem;
height: calc(100vh - 60px);
    overflow: auto;
}


.nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .27rem .48rem .27rem .72rem; */
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
}

.nav-item-inner span{
    display: flex;
    align-items: center;
    font-size: 14px;
}


.nav-item-inner img{
    /* width: .48rem; */
    width: .4rem;
}
.side-nav-list .nav-item a{
    color: #000;
    font-size: .26rem;
    width: 100%;
    display: inline-block !important;
}



.side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}   

.side-nav-list-sub {
    display: none;
}
.side-nav-list-sub  .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}



.side-nav-list-main .nav-item:first-child{
    /*display: none;*/
}
.side-nav-list-main .nav-item:last-child{
    /* display: none; */
}
}