.content{
    font-size: 0;
}

.layerdivno {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 400;
    /* display: none; */
    background: rgba(0, 0, 0, 0.4);
}

.navphone{
    width: 2.87rem;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    z-index: 500;
    background-color: #ffffff;
}

.navphone img{
    margin-top: 0.56rem;
}

.navphone img:nth-child(1){
    width: 1.26rem;
    height: 0.3rem;
    margin-left: 0.5rem;
    margin-right: 0.56rem;
}

.navphone img:nth-child(2){
    width: 0.32rem;
    height: 0.32rem;
}

.navphone ul li{
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #666;
    margin-left: 0.78rem;
    margin-top: 0.42rem;
}

.navphone ul li:nth-child(1){
    margin-top: 0.59rem;
} 

.navphone .nav li .active {
    color: #006EFF;
}