.header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* background: rgba(0, 0, 0, 0.5); */
    background: #fff;
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(8,3,4,0.1);
    z-index: 99;
}
.header_header {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
}
.header_header img {
    width: 100%;
    height: 100%;
}
.header_center{
    width: 14rem;
    height: 100%;
    margin: 0 auto;
}


/* logo、搜索 */
.header_top {
    position: relative;
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_top::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1000%;
    height: 0.01rem;
    background-color: #DDDDDD;
}
.header_top .logo {
    width: auto;
    height: 0.5rem;
    overflow: hidden;
}
.header_top .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header_top .search_box {
    width: 3rem;
    height: 0.36rem;
    /* background: #DA261D; */
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    border: 0.01rem solid #CCCCCC;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_top .search_box input {
    width: 2.2rem;
    height: 100%;
    padding-left: 0.15rem;
    background-color: #fff;
    border: none;
    outline: none;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.header_top .search_icon {
    width: 0.6rem;
    height: 100%;
    background: #DA261D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_top .search_box .search_icon img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
}


/* 导航 */
.header_navs {
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_navs .item {
    display: block;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.header_navs .item:hover {
    font-weight: bold;
    color: #DA261D;
}
.header_navs .active {
    font-weight: bold;
    color: #DA261D;
}


.common-phone-header,
.side-wrap{
    display: none;
}

@media only screen and (max-width: 1024px) {
    /* body {
        padding: 0.9rem 0 1rem !important;
    } */    

    .header_center{
        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-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
        /*flex-direction: row-reverse;*/
    }

    .header-menu-phone{
        height: 30px;
    }
    .header-logo-phone {
        height: 30px;
    }
    .header-search-phone {
        height: 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: absolute;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        /*display: none;*/
        position: absolute;
        z-index: 100000;
        left: -6.4rem;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #8c1819;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
        overflow-y: scroll;
    }

    .side-container.shown {
        display: block;
    }

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

    .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;*/
        border-bottom: 1px solid rgba(0,0,0,.05);
    }
    .side-logo {
        width: auto;
        height: 30px;
    }
    .side-close {
        width:.48rem;
    }

    .side-bottom {
        /*padding:  0 .48rem 0 .72rem;*/
    }
    .nav-item{
        /*padding: 0 20px;*/
        /*box-sizing: border-box;*/
        border-bottom: 1px solid rgba(0,0,0,.05);
        /*background: rgba(0,0,0,.1);*/
        
    }


    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        /* 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: 16px;
        line-height: 48px;
        color: #fff;
    }


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



    .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; */
    }
    
    .header_header{
        height: 1rem;
    }
    .header_header img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .one_nav-item,
    .three_nav-item{
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    .three_nav-item{
        padding: 0;
    }
    .one_nav-item img,
    .three_nav-item img{
        width: .4rem;
        height: auto;
        transition: all .3s;
        flex-shrink: 0;
    }
    .two_nav-item{
        display: none;
        padding: 0 25px;
        background: rgba(0,0,0,.1);
    }
    .two_nav-item span{
        font-size: 14px;
    }
    .four_nav-item{
        display: none;
        padding-left: 15px;
    }
}
