/* 动态头像 */.hl_avatar {    position: relative;    display: flex;    justify-content: center;    align-items: center;    border-radius: 50%;}.hl_avatar .r_avatar {    position: absolute;    padding: 0px;    width: 70% !important;    height: 70% !important;    border-radius: 50%;}.hl_avatar .l_avatar {    position: absolute;    width: 100%;    height: auto;    background: rgba(0,0,0,0);    border: 0px;    padding: 0px;}/* 兼容手机浏览器 */@media (max-width:650px){    .hl_avatar {        width: 50px !important;        height: 50px !important;    }    /* logo 兼容调整*/    .hdc.cl h2 a img {        height: 40px !important;    }}/* 老吧友认证信息 */.oldfriend-info {    display: flex;    justify-content: center;    align-items: center;}.oldfriend-year {    position: relative;    cursor: pointer;    width: 130px;    height: 22px;    line-height: 22px;    color: #666;    background-color: #eaeaea;    text-align: center;    border: 1px solid #dbdbdb;}.oldfriend-year span {    width: 130px;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;}.oldfriend-year:hover {    background: #eee;    color: #333;}.oldfriend-year em {    display: none;}.oldfriend-year em a {    color: #369;}.oldfriend-year:hover em {    display: block;    position: absolute;    background: #fff5ee;    border-top: 3px solid #ff7100 !important;    border: 1px solid #ff330045;    border-radius: 10px;    top: 20px;    left: 60px;    width: 250px;    color: #000;    padding: 5px;    text-align: left;    cursor: default;    z-index: 1;}/* 解决遮挡问题 */.plhin .pls {    overflow: visible !important;}