body,html{
    color: #fff;
}
.m_head{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #05072e;
    height: 1.1rem;
    z-index: 999;
}
.m_head .logo{
    width: 1.76rem;
    float: left;
    margin-top: 0.34rem;
    margin-left: 0.31rem;
}
.m_head .logo img{
    width: 100%;
}
.menu_icon{
    width: 0.5rem;
    float: right;
    margin-top: 0.37rem;
    margin-right: 0.3rem;
    padding: 0;
}
.menu_icon img{
    width: 100%;
}
.menu_list{
    width: 100%;
    height: 100%;
    background: #212343;
    z-index: 998;
    position: fixed;
    top: 1.1rem;
    right: -100%;
}
.menu_list li a{
    display: block;
    color: #fff;
    font-size: 0.22rem;
    line-height: 0.95rem;
    padding-left: 0.32rem;
}
.menu_list .active{
    background: #2c2e4d;
}
