.header_box {
    width: 100%;
    height: 1.2rem;
    background: #FFFFFF;
}

.header {
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header_left {
    width: 1.54rem;
    cursor: pointer;
}

.header_left img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-menu-a {
    width: 100%;
    height: 0.4rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #8B0304;
    padding: 0 0.16rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-menu-a::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: skewX(-15deg);
    opacity: 0;
    transition: all .3s;
    border: 0.03rem solid transparent;

}
.header-menu-a:hover::after{
    opacity: 1;
    border-color:rgba(139, 3, 4, 1);
}

.header-menu {
    cursor: pointer;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
    transition: all .2s;
    position: relative;
}

.header-menu:last-child {
    margin-right: 0
}

.header_right {
    height: 100%;
    display: flex;
    align-items: center;
}

.language {
    margin-left: 0.91rem;
    display: flex;
    align-items: center;
}
.language a img{
    width: 0.29rem;
    height: auto;
    object-fit: cover;
    
}
.language a{
    margin-right: 0.12rem;
}
.language a:last-child{
    margin-right: 0;
}
/* 二级 */
.header_two{
    width: 19.2rem;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 1000;
    position: absolute;
}
.header_two_1{
    width: 14rem;
    margin: 0 auto;
    padding: 0.6rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.header_two_left{
    flex: 1;
}
.header_two_title{
    color: #333333;
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.35rem;
}
.header_two_list{
    display: flex;
    flex-wrap: wrap;
}
.header_two_a{
    margin-right: 1.5rem;
    font-size: 0.18rem;
    color: #333;
    display: block;
}
.header_two_right{
    width: 4.64rem;
    height: 3.2rem;
    overflow: hidden;

}
.header_two_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.header_two_right:hover>img{
    transform: scale(1.05);
}

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





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

    .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;
}
.header-logo-phone {
    height: 50px;
}
.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: 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 {
    width: 1.5rem;
}
.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; */
}





/* 浜у搧瀵艰埅 */
.nav-item-product-sub-list {
    /* padding-left: .3rem; */
    /* border-bottom: 1px solid #eee; */
}
.nav-item-product-sub-list > a > div{
    padding: .2rem 0 .2rem .5rem;
    border-bottom: 1px solid #eee;
}
.nav-item-inner-product {
    /* border-bottom: none; */
}
.nav-item-product-sub-list {
    display: none;
}
.arrow-down {
    display: none;
}
.header_box{
    display: none;
}


    
}

