.userTop{
    width: 1024px;
    height: auto;
    margin: 50px auto;
}
.userTop .tx{
    width: 160px;
    height: 160px;
    float: left;
}
.userTop .username{
    color: #333333;
    font-size: 22px;
}
.userTop .workNum,
.userTop .fans,
.userTop .follow{
    color: #888888;
    font-size: 16px;
}
.userTop .addFollow{
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
	background-color: #de5152;
    border-radius: 6px;
    margin-top: 50px;
    float: right;
    cursor: pointer;
}
.ulistWrap{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.ulistWrap .ulist{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #f1f1f1;
    cursor: pointer;
}
.ulistWrap .ulist:nth-of-type(2n){
    background: #ffffff;
}
.ulistWrap .ulist a{
    color: #2c2c2c;
    padding-left: 30px;
    font-size: 22px;
}