.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    /* background: rgba(0, 0, 0, 0.5); */
    background: #fff;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(90,90,90,0.16);
    z-index: 99;
}
.header_center {
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* 左侧logo */
.left_box {
    height: 0.8rem;
    display: flex;
    align-items: center;
}
.left_box .logo1 {
    height: 100%;
    object-fit: contain;
}




/* 右侧导航和登录 */
.right_box {
    display: flex;
    align-items: center;
}
.right_box .navs {
    height: 100%;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}
.right_box .navs .item {
    height: 0.7rem;
    padding: 0 0.35rem;
}
.right_box .navs .item:last-child {
    padding-right: 0;
}
.right_box .navs .one {
    display: block;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.7rem;
}
.right_box .navs .active .one {
    font-weight: bold;
    color: #008836;
}
/* 二级导航 */
.right_box .two {
    position: fixed;
    left: 0;
    top: 1rem;
    width: 100%;
    background: #FFFFFF;
    box-shadow: inset 0rem 0.03rem 0.06rem 0.01rem rgba(90,90,90,0.16) ;
    display: none;
}
.right_box .two .center {
    width: 14rem;
    margin: 0 auto;
    padding: 0.58rem 0 0.45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right_box .two .two_nav {
    display: block;
    width: fit-content;
    text-align: center;
}
.right_box .two .two_nav img {
    height: 0.4rem;
    margin: 0 auto;
    object-fit: contain;
}
.right_box .two .name {
    margin-top: 0.15rem;
    font-size: 0.24rem;
    color: #333333;
}
.right_box .two .two_nav:hover .name {
    color: #008836;
}


/* login */
.right_box .login {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #616161;
    line-height: 1;
}
.right_box .login .icon {
    display: block;
    width: 0.22rem;
    height: 0.26rem;
    margin-right: 0.08rem;
    object-fit: contain;
}
/* 未登录 */
.right_box .login .nolog {
    display: flex;
    align-items: center;
}
.right_box .login .nolog  a {
    display: block;
    padding: 0 0.05rem;
    font-size: 0.16rem;
    color: #616161;
}
.right_box .login .nolog a:hover {
    color: #008836;
}
/* 已登录 */
.right_box .login .islog {
    display: none;
    font-size: 0.16rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
}



.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .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;
        flex-direction: row-reverse;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
    }
    .header-logo-phone {
        height: 40px;
        width: auto;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
    }
    .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: 40px;*/
        width: 90%;
        /*width: auto;*/
        transition: all .3s;
    }
    .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 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: .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;
    }
}
