.userFollow_thumbnail_box{
	width: 100%;
	height: 100%;
	background-color: #333;
	box-sizing: border-box;
	border: 2px solid #101010;
	position: relative;

	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}
.userFollow_thumbnail_box:hover{
	background-color:#1c1c1c;
	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}
.userFollow_thumbnail_box>.user-img-box{
	width: 27%;
	height: 27%;
	border-radius: 50%;
	overflow: hidden;
	margin: 9.2% auto 0 auto;
	cursor: pointer;
}
.userFollow_thumbnail_box>.user-img-box>img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.userFollow_thumbnail_box>.nickname-box{
	width: 92%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	margin: 6.6% auto 0 auto;
	text-overflow: ellipsis;
	white-space:nowrap;	
	cursor: pointer;
}
.userFollow_thumbnail_box>.intro-box{
	width: 92%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: #dcdcdc;
	margin: 5.5% auto 0 auto;
	text-overflow: ellipsis;
	white-space:nowrap;	
}
.userFollow_thumbnail_box>.info-box{
	width: 92%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	font-family: Arial;
	color: #dcdcdc;
	margin: 5.5% auto 0 auto;
	text-overflow: ellipsis;
	white-space:nowrap;	
}
.userFollow_thumbnail_box>.btn-box{
	height: 40px;
	width: 100%;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	background-color: #1c1c1c;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.followStatus-me{
	background-color: #1c1c1c!important;
	cursor: default;
}
.followStatus-none{
	background-color: #00a480!important;
	cursor: pointer;
	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}
.followStatus-none:hover{
	background-color: #00be99!important;
	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}
.followStatus-follow{
	background-color: #1c1c1c!important;
	cursor: pointer;
	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}
.followStatus-follow:hover{
	background-color: #333!important;
	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}
.followStatus-each{
	background-color: #1c1c1c!important;
	cursor: pointer;
	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}
.followStatus-each:hover{
	background-color: #333!important;
	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}
.followStatus-cancelfollow{
	background-color: #333!important;
	cursor: pointer;
}
.followStatus-me>i{
	display: none;
}
.followStatus-none>i{
	background: url('./../Images/followStatus.png') 0 0 no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -36px;
}
.followStatus-follow>i{
	background: url('./../Images/followStatus.png') -40px 0 no-repeat;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -42px;
}
.followStatus-each>i{
	background: url('./../Images/followStatus.png') -20px 0 no-repeat;
	width: 13px;
	height: 12px;
	position: absolute;
	top: 14px;
	left: 50%;
  	margin-left: -50px;
}
/*.userFollow_thumbnail_box>.btn-box:hover{
	background-color: #00a480;
	transition:background-color 0.1s linear;
	-moz-transform:background-color 0.1s linear;
	-webkit-transform:background-color 0.1s linear;
	-o-transform:background-color 0.1s linear;
}*/

.followStatus-cancelfollow>i{
	background: url('./../Images/followStatus.png') -60px 0 no-repeat!important;
	width: 13px;
	height: 12px;
	position: absolute;
	top: 15px;
	left: 50%;
  	margin-left: -50px;
}
.followStatus-busy{
	
}