/*首页头部用户信息*/
.logined , .not-login{
    display: none;
}
.top-user-box{
    margin: -10px 0 0 0;
    font-size: 1rem;
    width: 340px;
    border-radius: 10px;
    background-size: cover;
    background-image: url(https://img.julecn.com/userpicb/20220310/up8mayTi.png);
}
.top-user-box .info{
    padding: 10px 0 10px 10px;
}
.top-user-box .info img{
    width: 65px;
    height: 65px;
    border-radius: 50px;
    border: 1px solid #c2c2c2;
}
.top-user-box .info .logout{
    right: 20px;
    position: absolute;
    top: 20px;
}
.top-user-box .count{
    display: flex;
}
.top-user-box .count a{
    width: 25%;
    text-align: center;
    flex-flow: column;
    display: flex;
    text-decoration: none;
}
/*首页头部用户信息结束*/



.m-nav-user .user-info{
    padding: 15px;
}
.m-nav-user .user-info .avatar img{
    border-radius: 100px;
    height: 100px;
    width: 100px;
    border: 1px solid #00000030;
}