/******
 ****** 个人中心
 ******/
.user-profile-sidebar{
    background-color: #eee;
    padding: 20px;
}
.user-profile-menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.user-profile-menu li{
    margin-bottom: 15px;
}
.user-profile-menu li:last-child{
    margin-bottom: 0;
}
.user-profile-menu li a{
    font-weight: bold;
    display: flex;
    align-items: center;
}
.user-profile-menu li a i{
    font-weight: normal;
    font-size: 150%;
    margin-right: 15px;
}
.avatar-img img{
    max-height: 120px;
    border-radius: 6px;
}
.change-avatar-wrap{
    width: 200px;
    height: 200px;
}
@media (min-width: 992px){
    .user-profile-sidebar{
        padding: 30px;
    }
    .user-profile-menu li{
        margin-bottom: 25px;
    }
    .user-profile-menu li:last-child{
        margin-bottom: 0;
    }
}
