body{background:#f4f4f4}
#header{color:white;font-size:16px;text-align:center;line-height:40px;height:40px;}
#column {width: 100%;background: white;height: 44px;line-height: 44px;}
#column .option{
	width:33.3%;
    height: 100%;
    float:left;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family:sourcehansanscn-regular;
    color: #666666;
	border:2px solid white;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.line {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}
#items{
	background: #f4f4f4;
	margin-top: 6px;
}
.item{
	width: 100%;
	height: 62px;
	margin-top: 1px;
	background: white;
	font-size: 14px;
}
.user_info{
	line-height: 1;
	padding-top: 15px;
}
.item .sort{
	width: 49px;
	color: #999999;
	display: inline;
    display: -webkit-inline-box;
    text-align: -webkit-center;
}
.sort img{
	width:19px!important;
	height:25px!important;
}
.item img:nth-of-type(1){
	width: 36px;
	height: 36px;
	border-radius: 18px;
	vertical-align: middle;
}
.item img:nth-of-type(2){
	width: 13px;
	height: 13px;
	vertical-align: middle;
	float: right;
	margin-right:6px;
	margin-top: 10px;
}

.item .username{
	padding-left: 13px;
	color: #333333;
}
.item .jifen{
	float:right;
	color: #999999;
	margin-right:16px;
	margin-top: 10px;
}
.empty{
    text-align: center;
    width: 100%;
    height: 200px;
    margin-top: 100px;
    font-size:20px;
    font-family:sourcehansanscn-regular;
    color:rgba(102,102,102,1);
}
.u-logo {
    width: 90px;
    height: 40px;
    display: block;
    position: absolute;
    background-size: 120px 614px;
    background-position: 15px -363px;
    text-indent: -9999px;
    background-image: url(/uploads/image/simages/sprite.png);
    background-repeat: no-repeat;
}