/*返回顶部按钮隐藏*/
.scrollBtn{
    display: none;
}

.post_select{
    width:100%;
    height:4rem;
    padding:0.35rem 0;
    padding-top:0.7rem;
    background: #fff;
    margin-bottom:0.25rem;
}
.post_item{
    padding:0.35rem 0;
}
.item_left{
    display:inline-block;
    width:15%;
    text-align: center;
    vertical-align: middle;
}
.item_right{
    display:inline-block;
    width:60%;
    height:1rem
}
.time_button{
    display:inline-block;
    width:2.7rem;
    line-height: 1rem;
    text-align: center;
    border:1px solid #c6c7cc;
    border-radius: 5px;
    vertical-align: middle;
}
.select_button{
    background:#53a6ff;
    color:#fff;
    border:1px solid #53a6ff;
}
.user_num{
    width:100%;
    height:3rem;
    background:#fff;
}
.user_work,.user_post{
    width:50%;
    height:100%;
    float:left;
    border:1px solid #edeff2;
    border-right:none;
    text-align: center;
    line-height:3rem;
    font-size:0.5rem;
    box-sizing: border-box;
}
.user_work>span,.user_post>span{
    font-size:1rem;
    padding:0 0.2rem;
}
.user_work>span{
    color:#587ed1;
    border-left:none;
}
.user_post>span{
    color:#fc8080;
}


/*.user_person,.user_item_person,.person_photo{
    width:100%;
}*/
.user_item_person{
    background:#fff;
    border:1px solid #edeff2;
    margin:0.5rem 0;
}
.person_photo{
    height:2rem;
    line-height:2rem;
}
.person_photo img{
    width:1.25rem;
    height:1.25rem;
    border-radius: 50%;
    margin-left:0.75rem;
    vertical-align: middle;
}
.person_content{
    border-top:1px solid #edeff2;
    border-bottom:1px solid #edeff2;
    height:3.75rem;
}
.person_content .content_item{
    float:left;
    width:25%;
    height:100%;
    text-align: center;
    box-sizing: border-box;
    border-left:1px solid #edeff2;
}
.content_item>div{
    margin-top:0.75rem;
    font-size:0.5rem;
}
.content_item>div>div{
    font-size:0.8rem;
    margin-bottom:0.5rem;
}
.person_content .content_item:nth-child(1)>div>div{
    color:#53a6ff;
}
.person_content .content_item:nth-child(2)>div>div{
    color:#f5bd51;
}
.person_content .content_item:nth-child(3)>div>div{
    color:#e080fc;
}
.person_content .content_item:nth-child(4)>div>div{
    color:#fc8080;
}
