<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.user_bg {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.user_info {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.user_info_show {
    position: absolute;
    flex-shrink: 0;
    width: 360px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-71px);
    z-index: 500;
}

.user_logo_box {
    margin: -46px auto 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_logo_box img {
    max-width: 100%;
    max-height: 100%;
}

.user_lv {
    width: 42px;
    height: 38px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -17px auto 0;
}

.user_lv .icon {
    width: 42px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.user_grade {
    position: relative;
    z-index: 20;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.collection_user {
    width: 80px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f8;
    border-radius: 0px 10px 0px 10px;
    cursor: pointer;
}

.collection_user .icon {
    width: 13px;
    height: 12px;
    margin-right: 5px;
}

.action .icon {
    fill: rgba(245, 64, 19, 1);
}

.collection_user span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}

.user_name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 8px;
}

.user_name_font {
    color: rgba(47, 47, 47, 1);
    font-size: 20px;
    margin-right: 10px;
}

.user_status_icon {
    width: 12px;
    height: 12px;
    background-color: rgba(153, 153, 153, 1);
    display: block;
    border-radius: 50%;
    margin-right: 4px;
}

.user_name .lineF {
    background-color: rgba(107, 199, 6, 1);
}

.user_status_font {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.user_work_year {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_work_num {
    color: rgba(47, 47, 47, 1);
    font-size: 14px;
    margin-right: 14px;
}

.user_vip_status {
    width: 91px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_vip_status .icon {
    width: 16px;
    height: 16px;
    fill: rgba(153, 153, 153, 1);
    cursor: pointer;
}

.user_vip_status .active {
    fill: rgba(245, 64, 19, 1);
}

.user_control {
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_control span {
    width: 140px;
    height: 44px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(245, 64, 19, 0.5);
    background-color: rgba(245, 64, 19, 1);
    cursor: pointer;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 44px;
    transition: all .2s;
}

.user_control span:hover {
    background-color: rgba(245, 64, 19, .8);
}

.user_friends_data {
    padding: 0 40px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_friends_data_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}

.user_friends_data_item span:nth-of-type(1) {
    color: rgba(245, 64, 19, 1);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}

.user_friends_data_item .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.user_friends_data_item span:nth-of-type(2) {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}

.user_friends_data_item:hover .icon {
    fill: rgba(245, 64, 19, 1);
}

.user_friends_data_item:hover span {
    color: rgba(245, 64, 19, 1);
}

.user_data_table {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.user_data_table_item {
    flex-shrink: 0;
    width: 122px;
    height: 92px;
    border: 1px solid rgba(242, 244, 248, 1);
    margin: -1px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user_data_table_item span:nth-of-type(1) {
    color: rgba(245, 64, 19, 1);
    font-size: 18px;
    font-weight: bold;
}

.user_data_table_item span:nth-of-type(2) {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    margin-top: 8px;
}

.work_focus {
    padding: 0 22px 10px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(242, 244, 248, 1);
}

.work_focus .title, .user_message_show .title {
    color: rgba(47, 47, 47, 1);
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}

.work_focus_list {
    display: flex;
    flex-wrap: wrap;
}

.work_focus_item {
    border: 1px solid #faa089;
    border-radius: 6px;
    min-width: 96px;
    min-height: 32px;
    padding: 6px 19px;
    text-align: center;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.work_focus_item:nth-of-type(3n+3) {
    margin-right: 0;
}

.time_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.time_row span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}

.user_message_show {
    padding: 20px 30px;
    box-sizing: border-box;
}

.user_info_nav{
    flex: 1;
    height: 62px;
    display: flex;
    align-items: center;
    padding-left: 376px;
    box-sizing: border-box;
}

.user_info_nav span{
    margin-right: 40px;
    color: rgba(102,102,102,1);
    font-size: 16px;
    cursor: pointer;
    transition: all .2s;
}

.user_info_nav span:hover{
    color: rgba(245,64,19,1);
}

.user_info_nav .page_active{
    color: rgba(245,64,19,1);
    position: relative;
    font-weight: bold;
}

.user_info_nav .page_active::after{
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: calc( (100% - 30px) / 2 );
    bottom: -4px;
    background-color: rgba(245,64,19,1);
}</pre></body></html>