/* 属性颜色 */

.p-attr-color1 {
	background-color: #6E6E6E;
}

.p-attr-color2 {
	background-color: #E0E1E2;
}

.p-attr-color3 {
	background-color: #BE38E7;
}

.p-attr-color4 {
	background-color: #E9B719;
}

.p-attr-font-color1 {
	color: #6E6E6E;
}

.p-attr-font-color2 {
	color: #E0E1E2;
}

.p-attr-font-color3 {
	color: #BE38E7;
}

.p-attr-font-color4 {
	color: #E9B719;
}


/*列表*/
.player-item{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.avatar{
	min-width: 50px;
	width: 100%;
}

.attr-list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap:  wrap;
	padding: 10px;
}
.attr-item {
	padding: 5px 10px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	/*white-space: nowrap;*/
	vertical-align: baseline;
	border-radius: .25em;
	margin-right: 10px;
	margin-bottom: 10px;
}
.go-go{
	display: flex;
	justify-content: center;
	align-items: center;
}

/*详情*/

.talent{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.talent:last-child{
	border-bottom: none;
}
.talent-title{
	font-weight: 700;
	height: 40px;
	line-height: 40px;
}

.group-player-list{
	display: flex;
	justify-content: flex-start;
}
.group-player{
	margin-right: 10px;
	width: 50px;
	height: 65px;
}
