.userinfos{width: 80px;

  float: right;
  margin-left: 10px;
  height: 40px;}

.userinfos:hover .head>.user{
      display: block !important;
}
.userinfos>.head {
    position: relative;
    padding: 0;
    margin: 8px 0 0 5px;
    width: 28px;
    height: 28px;
}
.userinfos a{
    color: #ff6600 !important;
}
.userinfos>.head i {
    position: absolute;
    top: -14px;
    right: -10px;
    color: #ff6600;
    font-weight: 800;
}
.userinfos>.head>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}
.userinfos>.head img {
    width: 100%;
    border-radius: 50%;
}
.userinfos>.head .user {
    display: none;
    position: absolute;
    width: 200px;
    right: 0;
    background: #fff;
    border-radius: 6px;
    top: 30px;
    padding: 0 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 5%);
}
.userinfos>.head .user .user_info {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #FAFAFA;
    padding: 12px 9px 10px;
    overflow: hidden;
    padding-bottom: 0;
}
.userinfos>.head .user .user_info .img {
    border: 1px solid rgba(0,0,0,0.05);
    display: inline-block;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
    border-radius: 50px;
}
.userinfos>.head .user .user_info span.name {
    text-align: left;
    color: rgba(0,0,0,0.85);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2px 0 6px;
    height: 53px;
    line-height: 22px;
}
.userinfos>.head .user .user_info span.name span {
    display: block;
    text-align: left;
    display: block;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0,0,0,0.45);
}
.userinfos>.head .user li {
    padding-left: 19px;
    height: 35px;
    line-height: 35px;
}
.userinfos>.head .user li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
}