@charset "UTF-8";
/*  */
.navigation-wrap {
    width: 100vw;
    height: calc(100vh - 1rem);
    overflow-y: auto;
    position: fixed;
    top: 1rem;
    left: -100vw;
    z-index: 9999;
    transition: left .365s;
    opacity: 0;
}
.navigation-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.navigation-box {
    width: 65vw;
    height: 100%;
    position: relative;
    z-index: 2;
    background: #FBFBFB;
    box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.16);
}
.navigation-close{
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0.28rem 0 0.6rem;
}
.navigation-close img{
    width: 0.29rem;
    height: 0.29rem;
}
.navigation{
    height: calc(100% - 1rem);
    overflow: auto;
}
.navigation-list {
    border-bottom: 0.01rem solid #FFFFFF;
}
.navigation-item {
    padding: 0 0.28rem 0 0.6rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
}
.navigation-item-active{
    background: #fff;
    color: #B8040D;
}
.navigation-item-p {
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 400;
}
.navigation-item-icon {
    width: 0.34rem;
    height: 0.34rem;
    transition: all .365s;
}
.navigation-level {
    display: none;
}
.navigation-level-item{
    height: 1rem;
    padding: 0 0.2rem 0 0.9rem;
    display: flex;
    align-items: center;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.36rem;
    color: #666666;
}
.navigation-level-active{
    background: #B8040D;
    color: #fff;
}
/* .navigation-level-item span {
    width: 0.2rem;
    height: 0.2rem;
    background: #000;
    border-radius: 50%;
    margin-right: 0.18rem;
} */

/*  */
.header {
    width: 100%;
    height: 1rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0rem 0.02rem 0.05rem rgba(0, 0, 0, 0.16);
}
.header-nav {
    width: 0.6rem;
}
.header-nav img {
    width: 100%;
    height: auto;
}
.header-logo{
    width: 4.65rem;
}
.header-logo img{
    width: 100%;
    max-height: 100%;
}
.header-right{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #222222;
}
/* end  */
