.header-wrap {
    width: 100%;
    height: 1.6rem;
    background: #fff;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all .365s;
    z-index: 99999;
}

.headerHide,
.headerHide .header-center,
.headerHide .header-menu-wrap {
    height: 0;
    overflow: hidden;
}

.headerBg {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

.header-center {
    margin: 0 auto;
    height: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .365s;
}

.header-logo {
    height: 0.5rem;
    display: flex;
    align-items: center;
}

.header-logo img {
    height: 100%;
    width: auto;
}

.header-logo p {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #660033;
    margin-left: .1rem;
}

.header-search-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-search {
    display: flex;
    align-items: center;
    width: 3rem;
    height: 0.36rem;
    background: #FFFFFF;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    opacity: 1;
    border: 0.01rem solid #CCCCCC;
    overflow: hidden;
}

.header-search1 {
    display: flex;
    align-items: center;
    width: 6rem;
    height: 0.36rem;
    background: #FFFFFF;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    opacity: 1;
    border: 0.01rem solid #CCCCCC;
    overflow: hidden;
}

.header-search input {
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    color: #333;
    padding: 0 0.15rem;
    background: transparent;
}

.header-search1 input {
    width: 4.5rem;
    height: 100%;
    font-size: 0.18rem;
    color: #333;
    padding: 0 0.15rem;
    background: transparent;
}

.header-search-img {
    flex-shrink: 0;
    height: 100%;
    width: 0.6rem;
    background: #B6241F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-search-img img {
    width: 0.2rem;
    height: 0.2rem;
}

/*  */

.header-menu-wrap {
    width: 100%;
    height: 0.5rem;
    border-top: 0.01rem solid #DDDDDD;
    transition: all .365s;
    background-color: #8f000b;
}

.header-menu-box {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header-menu {
    height: 100%;
    /* flex: 1; */
    position: relative;
}

.header-menu-a {
    width: 100%;
    height: 100%;
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.header-menu-a.active {
    color: #fff;
    font-weight: bold;
}

.header-menu-a:hover {
    color: #FFEB3B;
}

.header-menu:hover .header-level-box {
    height: auto;
    opacity: 1;
    top: 0.5rem;
    transition: all .365s;
}

.header-level-box {
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
    top: 0.3rem;
    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;
    background: #fff;
    padding: .1rem;
    /* border-radius: 0 0 0.05rem 0.05rem; */
}

.header-level {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    height: 0.35rem;
    line-height: 0.32rem;
    text-align: center;
    white-space: nowrap;
    border-bottom: 0.01rem dashed #ccc;

    padding: 0 0.2rem;
    transition: all .2s;
}

.header-level:hover {
    background: #fff;
    color: #B6241F;
}



/*  */

.header-mobile {
    display: none;
}

.navigation-wrap {
    display: none;
}

@media only screen and (max-width: 1024px) {
    body {
        padding: 0.9rem 0 0 0 !important;
    }

    .header-wrap {
        display: none;
    }

    /* .header-wrap{
        display: none;
    } */
    .header-mobile-wrap {
        display: block;
    }

    .header-mobile {
        background: #fff;
        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;
    }

    .header-logo-mobile {
        display: flex;
        align-items: center;
    }

    .header-logo-mobile img {
        /* width: 1.83rem; */
        height: 0.55rem;
    }

    .header-logo-mobile p {
        font-size: 0.26rem;
        font-family: Microsoft YaHei-Bold, Microsoft YaHei;
        font-weight: bold;
        color: #B6241F;
        margin-left: 0.1rem;
    }

    .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 {
        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;
    }

    .navigation {
        height: 100%;
        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;
    }

    .navigation-hree {
        padding-left: .2rem;
    }

    .navigation-hree .navigation-level-item {
        font-size: .26rem;
    }



    .navigation-search {
        width: 100%;
        margin: 0rem auto;
        background: #f1f1f1;
        display: flex;
        align-items: center;
        height: 0.7rem;
        border-radius: 0.02rem;
    }

    .navigation-search input {
        width: 100%;
        height: 100%;
        font-size: 0.26rem;
        color: #333;
        padding: 0 0.25rem;
        background: transparent;
    }

    .navigation-search-img {
        flex-shrink: 0;
        height: 100%;
        width: 1.2rem;
        background: #333333;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .navigation-search-img img {
        width: 0.4rem;
        height: 0.4rem;
    }

}