.header_box{
    width: 100%;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff url(../images/header/header_background.png) no-repeat;
    background-size: 100%;
}
.header_top{
    width: 16rem;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top_left{
    display: flex;
    position: relative;
}
.header_top_left div:first-child::after{
    content: '';
    width: 0.01rem;
    height: 0.27rem;
    background: #FFFFFF;
    position: absolute;
    right: -.5rem;
    top: -0.03rem;
}
.header_top_left div{
    display: flex;
    height: 0.21rem;
    position: relative;
}
.phone_box{
    margin-right: 0.8rem    ;
}
.header_top_left div span{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.21rem;
}
.header_tit{
    margin-right: 0.1rem;
}
.header_top_left .icon{
    margin-right: 0.09rem;
    height: 100%;
}
.icon_email{
    margin-top: 0.03rem;
    height: 0.17rem;
}
.header_langauge{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    height: .21rem;
    white-space: nowrap;
}
.icon_language{
    height: .21rem;
    margin-right: .09rem;
}
.header_bottom{
    width: 16rem;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_bottom_left{
    width: 2.52rem;
    height: 0.62rem;
    margin-right: 1.6rem;
}
.header_bottom_center{
    width: 7.43rem;
    display: flex;
    justify-content: space-between;
}
.navigation{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
}
.active,
.active1{
    color: #EABD4D;
    position: relative;
}
.active::after,
.active1::after{
    content: '';
    width: 100%;
    height: 0.02rem;
    background: #EABD4D;
    position: absolute;
    left: 0;
    bottom: -0.19rem;
}
.header_bottom_right{
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 0.77rem;
}
.header_box form{
    width: 1.76rem;
    height: 0.51rem;
    position: relative;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    overflow: hidden;
}
.header_box form input{
    width: 1.25rem;
    height: 100%;
    border: 0;
    outline: 0;
    background: #F8F8F8;
    padding-left: 0.2rem;
    color: #000;
}
.header_box form button{
    width: 0.51rem;
    height: 0.51rem;
    border: 0;
    background: #eabd4d;
    border-radius: 50%;
    padding: 0.095rem;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0!important;
}
.header_box form button img{
    width: 0.32rem;
    height: 0.32rem;
    float: left;
}
.message{
    width: 1.44rem;
    height: 0.51rem;
    background: #EABD4D;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    box-sizing: border-box;
    justify-content: space-between;
    margin-left: 0.27rem;
}
.message .icon{
    width: 0.32rem;
    height: 0.32rem;
}
.text_message{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}


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

@media only screen and (max-width: 1024px) {
    /* body {
        padding: 0.9rem 0 1rem !important;
    } */   
    .header_box{
        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-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;
        object-fit: contain;
    }
    .header-logo-phone {
        height: 30px;
        object-fit: contain;
    }
    .header-search-phone {
        height: 30px;
        object-fit: contain;
    }

    /* 鎼滅储妗? */
    .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;
    }

    @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;
    }
    .side-logo {
        height: 30px;
        object-fit: contain;
    }
    .side-close {
        width:.48rem;
    }

    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }


    .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; */
    }
    
    .header_langauge{
        color: #333333;
        font-size: 12px;
        height: auto;
        align-items: center;
    }
}

<!--0.00018405914306641-->