header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.nav-header {
    height: .4375rem;
    max-width: 7.8125rem;
    margin: 0 auto;
}

img {
    display: block;
}

.logo img {
    height: .3281rem;
    max-width: 100%;
}





.hbox .item {
    height: .4167rem;
    position: absolute;
    width: 100%;
    background: #f2efeb;
    border: .0052rem solid #D8D8D8;
    left: 0;
    margin-left: -0.0052rem;
    padding-bottom: .0521rem;
    display: none;
    top: 38px
}

.hbox .item a {
    line-height: .2083rem;
    text-align: center;
    font-size: .0938rem;
    display: block;
}


.login {
    line-height: .4375rem;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    width: .7813rem;
    text-align: center;
}

.icon-mine {
    font-size: .1458rem !important;
    margin-right: .0781rem;
}



@media (min-width: 1200px) {
    .navlist {
        margin-left: 4vw;
    }

    .navlist li .link {
        margin-left: 2vw;
    }

    .navlist li .link>a {
        line-height: .4375rem;
        color: #fff;

        transition: 0.5s;
    }

    /* .navlist>li>a::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.0156rem;
        background: #054615;
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    } */
    .navlist  li.cur  .link a,
    .navlist  li:hover > .link  a {
        color: #EA5420;
    }

    .navlist>li>a:hover i {
        transform: rotate(-180deg);
    }


    .navitem {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        background: #f4f4f4;
        width: 1.1458rem;
        position: absolute;
        left: 0;
        top: .4375rem;
        /* margin-left: -0.026rem; */
        /* transform: translate(-50%); */
        /* box-shadow: inset 0 0.0156rem 0.026rem rgba(0, 0, 0, 0.1); */
    }

    .navitem a {
        display: block;
        line-height: .25rem;
        padding-left: 0.1042rem;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .navitem a span {
        display: block;
        position: relative;
        z-index: 3;
    }

    .navitem a i {

        height: 0.0833rem;
        width: 0.1302rem;
        position: absolute;
        top: 50%;
        margin-top: -0.0417rem;
        right: 0.2083rem;
        transition: all 0.8s ease-in-out;
        transform: translateX(-0.2344rem);
        opacity: 0;
        z-index: 3;
    }

    .navitem a::after {
        content: "";
        background: linear-gradient(-90deg, #fff, #fff);
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        bottom: -0.0133rem;
        transition: all 0.3s ease-in-out;
    }

    /* .navitem a:hover {
        color: #fff !important;
    } */

    .navitem a:hover::after {
        width: 100%;
    }

    .navitem a:hover i {
        opacity: 1;
        transform: translateX(0.1563rem);
    }

    .navlist>li:hover .navitem {
        opacity: 1;
        visibility: visible;
    }


}

.m-none {
    display: none;
}



@media(max-width:1200px) {
    

    .login {
        width: 80px;
        border-left: none;
    }



    .icon-mine {
        font-size: 20px !important;
        margin-right: 10px
    }

    .mob-nav {
        display: block !important;
    }

    header {
        height: 60px;
        background: #000;
        display: flex;
        align-items: center;
    }

    .nav-header {
        padding: 0 2%;
        width: 100%;
        max-width: 96%;
        box-sizing: border-box;
    }

    .logo img {
        height: 40px;
        width: auto;
    }

    .navbar-menu {
        position: absolute;
        left: 0;
        top: 60px;
        height: calc(100vh - 60px);
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .lang {
        display: none;
    }

    .search {
        font-size: 32px !important;
        margin-right: 14.9952px;
    }

    .navlist {
        max-width: 50%;
        background: #fff;
        height: 100%;
        display: block !important;
        font-size: 15.9936px !important;
        padding: 20.0064px 30.0096px;
        transition: 0.5s;
        transform: translate(-100%);
    }

    .navlist li .link {
        border-bottom: .9984px solid #d9e1e9;
    }

    .navlist li .link a {
        line-height: 40px;
        display: block;
    }

    .navlist li .link .a1 {
        width: 80%;
    }

    .navlist li .link .a2 {
        width: 40px;
        line-height: 40px;
        text-align: center;
        transition: 0.5s;
     height: 40px;
    }

    .navlist li .link.on .a2 {
        transform: rotate(-90deg);
 align-items:center
    }

    .navitem {
        background: #fafafa;
        padding: 20.0064px;
    }

    .navitem a {
        line-height: 36px;
        font-size: 13.9968px;
        display: block;
    }


    .navbar-menu.on {
        display: block;
    }

    .navlist.on {
        transform: translate(0);
    }

}