*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	width: 100%;
}
.container{
	width: 1140px;
	margin: auto;
	padding-bottom: 40px;
}
table{
	width: 1140px;
	text-align: center;
}
table img{
	width: 84px;
	height: 112px;
	margin: 10px 0;
	/* margin-left: 1.875rem; */
}
th,td{
	/* max-width: 100px; */
	min-width: 100px;
	max-width: 120px;
}
td{
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 22px;
}
.appearanceList{
	font-size: 30px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.title{
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin: 40px 0 20px;
}
.coach{
	width: 42px;
	height: 20px;
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin-top: 39px;
}
thead>tr{
	height: 40px;
	background: #E7EFED;
	/* opacity: 0.07; */
}
th{
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #662d91;
	line-height: 20px;
}
tbody>tr{
	background: #FAFBFC;
}
tbody>tr:nth-child(even){
	background: #F5F6F7;;
}
/* .coachInfo,.startingtInfo,.substituteInfo th{
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #662d91;
	line-height: 20px;
} */
.image{
	position: relative;
	width: 84px;
	height: 112px;
	/* background: url(切片%202.webp) no-repeat; */
	background-size: 84px 112px;
	margin: 10px 0 10px 30px;
}
.playerPic{
	width: 84px;
	height: 112px;
}
.absolute{
	width: 84px;
	position: absolute;
	bottom: -9%;
	left: 50%;
	transform: translate(-50%);
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #662d91;
	padding: 3px 6px;
	opacity: 0.8;
	height: 25px;
}
.absolute:hover{
	width: 84px;
	position: absolute;
	bottom: -9%;
	left: 50%;
	transform: translate(-50%);
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	white-space: pre-wrap;
	background: #662d91;
	padding: 3px 6px;
	opacity: 0.8;
}
/* 暂无数据 */
.nodatatr{
	width: 100%;
	position: relative;
	height: 132px;
	background-color: rgb(245, 246, 247);
}
.nodata{
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: 56px;
	font-size: 13px;
	font-family: MicrosoftYaHei;
	color: #B3B3B3;
}
.el-icon-caret-bottom{
	width: 12px;
	height: 12px;
	margin: -3px 0 0 2px;
}
.el-icon-caret-top{
	width: 12px;
	height: 12px;
	transform:rotate(180deg);
	margin: 0px 0 0 2px;
	cursor: pointer;
}
/* 面包屑 */
.breadcrumb{
	width: 100%;
	display: flex;
}