.fans_box{
	background: #fff;
	padding: 20px;
}
.fans_box .fans_lead{
	font-size: 16px;
	padding-left: 15px;
	border-left: 4px solid #0099ff;
}
.fans_box .fans_lead em{
	margin-left: 18px;
}
.fans_list{
	width: 830px;
	overflow: hidden;
}
.fans_list ul {
	width: 900px;
}
.fans_list ul li{
	float: left;
	margin: 30px 0;
	text-align: center;
	width: 166px;
	border-right: 1px solid #f2f2f2;
	position: relative;
}
.fans_list ul li .member_pic{
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
}
.fans_list ul li .member_pic img{
	width: 100%;
	min-height: 72px;
}
.fans_list ul li i{
    position: absolute;
    bottom: 87px;
    right: 48px;
    width: 20px;
    height: 20px;
}
.fans_list ul li i img {
	width: 20px;
	height: 20px;
	display: block;
}
.fans_list ul li i.vip1{
    background: url(../images/vip1.png) no-repeat center;
    background-size: 20px;
}
.fans_list ul li i.vip2{
    background: url(../images/vip2.png) no-repeat center;
    background-size: 20px;
}
.fans_list ul li i.vip3{
    background: url(../images/vip3.png) no-repeat center;
    background-size: 20px;
}
.fans_list ul li h1{
	font-size: 16px;
	margin: 10px auto 0;
	width: 80%;
	height: 24px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fans_list ul li h2{
	font-size: 14px;
	color: #8c8c8c;
}
.fans_list ul li .attention{
	width: 62px;
	height: 29px;
	margin: 0 auto;
	display: block;
	line-height: 29px;
	background: #008df3;
	color: #fff;
	margin-top: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#leave_message{
	display: none;
}
.guanzhu_btn{
	background: #9a9a9a!important;
}
