/* 顶部导航 */
.header-wrap {
    width: 100%;
    height: 1.22rem;
    /* overflow: hidden; */
    /* border-bottom: 1px solid rgba(0,0,0,0.4000); */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all .365s;
    /* overflow: hidden; */
}

.headerHide {
    height: 0;
    overflow: hidden;
}

/* .headerBg {
    background: rgba(0, 0, 0, 0.6);
}

.headerBg .header-menu-a {
    color: #fff;
} */

.header-top-box {
    /* height: 0.65rem; */
    height: calc(100% - 0.57rem);
    background: #fff;
    overflow: hidden;
}

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

.header-logo {
    height: 0.39rem;
}

.header-logo img {
    height: 100%;
    width: auto;
}

.header-search {
    display: flex;
    height: 0.37rem;
}

.header-search input {
    width: 2.6rem;
    height: 0.37rem;
    border: 1px solid #EBEAEA;
    padding: 0 0.1rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.header-search-bt {
    width: 0.66rem;
    height: 0.37rem;
    background: #E50113;
    cursor: pointer;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F4F2F2;
    line-height: 0.37rem;
    text-align: center;
}

.header-nav-box {
    /* height: 0.57rem; */
    height: calc(100% - 0.65rem);
    display: flex;
    justify-content: center;
    background: rgba(252, 252, 252, .88);
}

.header-nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 0.5rem; */
}

.header-menu {
    width: 1.3rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.header-menu-a {
    width: 100%;
    height: 100%;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header-menu:hover .header-menu-a {
    color: #fff;
    background: #E50113;
}

.header-menu .active,
.header-nav-active {
    color: #fff;
    background: #E50113;
}

/* 
.header-first {
    cursor: pointer;
    position: relative;
}

.header-first::after {
    content: '';
    width: 0;
    height: 0.03rem;
    background: #00C7FF;
    border-radius: 0.1rem;
    position: absolute;
    bottom: 0.03rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .365s;
}

.header-first:hover::after {
    width: 100%;
} */

.header-first:hover .header-level-box {
    height: auto;
    /* display: block; */
    opacity: 1;
    top: 0.57rem;
    transition: all .365s;
}

.header-level-box {
    position: absolute;
    height: 0;
    opacity: 0;
    /* display: none; */
    overflow: hidden;
    top: 0.4rem;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    min-width: 100%;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    transition: all .365s;
    border-radius: 0 0 0.05rem 0.05rem;
    background: #fff;
}

.header-level {
    /* width: 1.92rem; */
    padding: 0.1rem 0.25rem;
    white-space: nowrap;
    min-height: 0.5rem;
    transition: all .2s;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(255, 255, 255, 0.6); */

    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.19rem;
    color: #707070;
    text-align: center;
}

.header-level:hover {
    color: #E50113;
    /* background: #E50113; */
}

.header-level-active {
    position: relative;
    color: #E50113;
    /* background: #E50113; */
}

.header-mobile,
.navigation-box {
    display: none;
}

.navigation-wrap {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .header-wrap {
        display: none !important;
    }

    .header-mobile-wrap {
        display: block;
    }

    .header-mobile {
        height: 0.9rem;
        width: 100%;
        padding: 0 0.35rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0rem 0.04rem 0.1rem 0.02rem rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #fff;

    }

    .header-logo-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-logo-mobile-img {
        /* width: 1.83rem; */
        height: 0.45rem;
    }

    .header-logo-mobile-p {
        margin-top: 0.1rem;
        font-size: 0.2rem;

        font-weight: 400;
        color: #333333;
        display: none;
    }

    .header-nav-mobile1 {
        width: 0.46rem;
        height: auto;
        /* height: 0.42rem; */
    }

    .header-nav-mobile2 {
        width: 0.38rem;
        height: 0.38rem;
        display: none;
    }

    .navigation-wrap {
        width: 100vw;
        height: calc(100vh - 0.9rem);
        overflow-y: auto;
        position: fixed;
        top: 0.9rem;
        right: 0;
        z-index: 9998;
        /* transition: right .365s; */
        display: none;
        overflow: hidden;
    }

    .navigation-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: all .365s;
    }

    .navigation-box {
        display: block;
        width: 75vw;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: -75vw;
        top: 0;
        background: #fff;
        box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.16);
        transition: right .365s;
    }

    .mobile-search {
        border: 1px solid #EBEAEA;
        height: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.2rem;
        padding: 0.2rem;
    }

    .mobile-search input {
        width: 100%;
        height: 100%;
        font-size: 0.26rem;
    }

    .mobile-search img {
        width: 0.35rem;
        flex-shrink: 0;
        margin-left: 0.15rem;
    }

    .navigation {
        height: calc(100% - 1rem);
        overflow: auto;
    }

    .navigation-list {}

    .navigation-item {
        padding: 0 0.25rem 0 0.44rem;
        height: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333333;
        border-bottom: 0.01rem solid #E5E5E5;
    }

    .navigation-item-active .navigation-item-p {
        background: #fff;
        font-weight: bold;
    }

    .navigation-item-p {
        font-size: 0.28rem;

        font-weight: 400;
    }

    .navigation-item-icon {
        width: 0.18rem;
        height: 0.32rem;
        transition: all .365s;
    }

    .navigation-level {
        display: none;
        background: #F7F7F7;
    }

    .navigation-level-item {
        height: 0.8rem;
        padding: 0 0.25rem 0 0.71rem;
        display: flex;
        align-items: center;
        font-size: 0.28rem;

        font-weight: 400;
        color: #333333;
        border-bottom: 0.01rem solid #E5E5E5;
    }

    .navigation-level-active {
        font-weight: bold;
    }

}