.ujigen_data_user_name_link{
	color:#999999;
}
.ujigen_data_user_name_link:hover{
	color:#00be99;
}
.recommend_user_data_box{
	width: 234px;
	height: 234px;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #1d1d1d;
	border: 3px solid #101010;
}

.recommend_user_data_box_top{
	width: 234px;
	height: 152px;
	border-bottom: 3px solid #101010;
	position: relative;
	overflow: hidden;
}
.recommend_user_data_box_top>img{
	position: absolute;
	top: 0;
	left: 0;
}
.recommend_user_data_box_bottom{
	width: 234px;
	height: 79px;
	overflow: hidden;
}
.recommend_user_image_containter{
	width: 66px;
	height: 66px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	margin-top: 12px;
	position: relative;
}
.recommend_user_image_containter>.img_border{
	border-radius: 50%;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 3px solid #101010;
}
.recommend_user_data_box_top>.img_masklayer{
	width: 234px;
	height: 152px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('./../Images/black80.png');
}

.recommend_user_image_containter img{
	border-radius: 50%;
}
.recommend_user_canola{
	width: 76px;
	height: 79px;
	overflow: hidden;
	background-color: #333;
	float:left;
}

.recommend_user_name_containter{
	width: 234px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	white-space:nowrap;
	text-align: center;
	font-size: 14px;
	color: #dcdcdc;
	margin-top: 7px; 
	position: relative;
	font-family: 'Arial';
	font-weight: bold;
}
.recommend_user_intro_containter{
	width: 194px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	white-space:nowrap;
	text-align: center;
	font-size: 14px;
	color: #dcdcdc;
	padding:0 20px;
	position: relative;
	margin-top: 4px;
}
.artworks_cnt{
	float: left;
}
.upoint{
	float: right;
}