.menu{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
    width: 0;
    /* width: 100%; */
}
.menu .menu-close{
    width: 0.36rem;
    height: 0.36rem;
    position: absolute;
    right: 0.58rem;
    top: 0.58rem;
}
.menu .menu-li1{
    position: relative;
    top: 1.5rem;
    font-size: 0.45rem;
    font-weight: 550;
    line-height: 1rem;
}
.menu .menu-li1 a{
    color:#333;
    padding:0.24rem 0.58rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu .menu-li1 a img{
    width: 0.48rem;
    height: 0.48rem;
}
.menu .menu-li1 .menu-li2{
    font-weight: normal;
    padding-left: 1rem;
}
.menu .menu-li1 .menu-li2 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right:0.58rem;
}
.menu .menu-li1 .menu-li2 img{
    width: 0.48rem;
    height: 0.48rem;
}