/* 顶部导航 */
.header-wrap {
    width: 100%;
    /*height: 1.75rem;*/
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all .365s;
    background: #fff;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    /* overflow: hidden; */
}

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

.headerHide .header-top-wrap,
.headerHide .header-box {
    height: 0;
    overflow: hidden;
}

.headerBg {
    background: rgba(255, 255, 255, 1);
}

.indexHeaderBg {
    background: rgba(255, 255, 255, 1);
}

/*  */
.header-top-wrap {
    width: 100%;
    /*height: .55rem;*/
    height: 0.7rem;
    transition: all .365s;
    background: #212121;
}

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

.header-about-box {
    display: flex;
    align-items: center;
}

.header-about {
    display: flex;
    align-items: center;
    margin-right: .45rem;
}

.header-top-icon {
    min-width: 0.32rem;
    height: 0.32rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.07rem;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    flex-shrink: 0;
    cursor: pointer;
    
    padding: 0 .08rem;
}

.header-top-icon img {
    width: .2rem;
}

.header-about-p {
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: 400;
    color: #A3A3A3;
    margin-left: .2rem;
}

.header-top-right {
    display: flex;
    align-items: center;
}

.header-search {
    /*width: 3.3rem;*/
    width: 5.4rem;
    /*height: 0.32rem;*/
    height: .5rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.07rem;
    display: flex;
    align-items: center;
}

.header-search input {
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: .14rem;
    color: #fff;
    padding: 0 .1rem;
}

.header-search-bt {
    flex-shrink: 0;
    padding: 0 .1rem;
    cursor: pointer;
}

.header-search-bt img {
    width: .18rem;
}

.header-top-right .header-top-icon {
    margin-left: .3rem;
}

/*  */
.header-box-wrap {
    width: 100%;
    position: relative;
}

.header-box {
    height: 1.2rem;
    transition: all .365s;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
        justify-content: center;
}

.header-logo {
    height: 0.59rem;
}

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

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

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

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

    margin-left: .6rem;
}

.header-menu-a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    /* transition: all .365s; */

    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #212121;
}

.header-menu:hover .header-menu-a {
    color: #C81526;
}

.header-menu .active,
.header-nav-active {
    color: #C81526;
    position: relative;
}

/* .header-nav-active::after {
    content: '';
    width: 0.7rem;
    height: 0.02rem;
    background: #10C8DE;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .365s;
} */

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

.header-first:hover .header-level-box {
    height: auto;
    padding: .4rem 0;
    /* display: block; */
    opacity: 1;
    top: 100%;
    transition: all .365s;
    border-top: 0.01rem solid #000;
}

.header-level-box {
    width: 100%;
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
    top: 120%;
    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;

    display: flex;
    justify-content: center;
}

.header-level {
    /* width: 1.92rem; */
    padding-bottom: .05rem;
    margin: 0 .25rem;
    white-space: nowrap;
    transition: all .2s;

    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(255, 255, 255, 0.6); */
    border-bottom: 0.01rem solid transparent;

    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.header-level:hover {
    color: #CB1B1D;
    border-color: #CB1B1D;
    /* background: #10C8DE; */
}

.header-level-active {
    position: relative;
    color: #CB1B1D;
    border-color: #CB1B1D;
}
.header-mobile-wrap{
    display: none;
}
@media screen and (max-width:1024px){
     body {
        padding: 0.9rem 0 0 !important;
    }
    .header-height {
        display: none;
    }
    .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: 3.52rem;*/
        height: 0.55rem;
    }
    .header-logo-mobile-p {
        margin-top: 0.1rem;
        font-size: 0.2rem;
        font-weight: 400;
        color: #333333;
        display: none;
    }
    .header-nav-mobile1 {
        width: 0.65rem;
        height: auto;
        /* height: 0.42rem; */
    }
    .header-nav-mobile2 {
        width: 0.68rem;
        height: 0.68rem;
        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: 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: bold;
        color: #333333;
    }
    .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;
    }
    .about-idea-item {
        overflow: hidden;
    }
    .header-top-box{
        display: block;
    }
    .header-top-wrap,.header-top-box{
        height: 1rem;
    }
    .header-top-box{
        padding: 0.15rem 0.25rem;
    }
    .header-about-box{
        margin-bottom: 0.05rem;
    }
    .header-about-p{
        font-size: .28rem;
    }
    .header-top-icon{
        min-width: 0.35rem;
        height: 0.35rem;
    }
    .header-top-icon{
        font-size: 0.24rem;
    }
    .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: 30px;
    }
    .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: 1rem;
    }
    .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; */
    }
}
