
/* 当前用户数量信息 */
#current_user_info .field-count {
    font-size: 2.2rem;
    color: #ff7272;
    font-weight: 700;
}

#current_user_info .field-name {
    font-size: 1.3rem;
    color: #9b9b9b;
}

/* 收益和好友列表 */
.tab-bar{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tab-btn{
    color: #c4c4c4;
}
.tab-btn.active{
    color: #4c4c4c;
}
.active-line{
    background-color: #ff7272;
    height: 3px;
    width: 1.5rem;
    border-radius: 3px;
}
.tab-content-wrap{
    padding-top: 20px;
}
.tab-content{
    /* padding-left: 30px;
    padding-right: 30px; */
}
.tab-content .text-limit{
    max-width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
#tab_content_friend{
    /* max-height: 200px;
    overflow-y: auto; */
}


/* 弹性基础字号 */
@media screen and (min-width:768px) {
    html {
        font-size: 16px;
    }
}

/* 半像素线 */
.half-px-line.half-height{
    height:0.5px;
}
.half-px-line.half-width{
    width:0.5px;
}