.role_data_box{
	width: 234px;
	height: 234px;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #1d1d1d;
	border: 3px solid #101010;
	position: relative;
	cursor: pointer;
}
.role_bg_box{
	width: 234px;
	height: 234px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.role_detail_box{
	width: 234px;
	height: 234px;
	overflow: hidden;
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	z-index: 2;
	top: 0;
	left: 0;
}
.headImgBox_border{
	width: 88px;
	height: 100px;
	overflow: hidden;
	-webkit-clip-path: polygon(44px 0,88px 25px,88px 75px,44px 100px,0 75px,0 25px);
	clip-path: polygon(44px 0,88px 25px,88px 75px,44px 100px,0 75px,0 25px);
	background-color: #101010;
	margin: 17px auto 0 auto; 
}
.headImgBox{
	width: 82px;
	height: 94px;
	overflow: hidden;
	-webkit-clip-path: polygon(41px 0,82px 23px,82px 71px,41px 94px,0 71px,0 23px);
	clip-path: polygon(41px 0,82px 23px,82px 71px,41px 94px,0 71px,0 23px);
	background-color: #272727; 
	margin: 3px;
}
.headImgBox>img{
	width: 82px;
}
.roleNameBox{
	height: 16px;
	line-height: 16px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.authorInfoBox{
	height: 16px;
	line-height: 16px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 12px 0 0 0;
}
.authorInfoBox>span{
	color:#00be99;
}
.roleInfoBox{
	height: 16px;
	line-height: 16px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 15px 0 0 0;
}
.roleInfoBox>span{
	color:#ebb400;
}