	.center{
			width: 60%;
	}
	.table_header{
		margin-top: 28px;
		margin-bottom: 10px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.table_header img {
		width: 200px;
		height:75px;
	}
	.tableformat{
		width: 100%;
		height: 65vh;
		background: rgba(0, 0, 0, 0.75);
		color: white;
		font-size: 16px;
		overflow:auto;
	}
	.tableformat table{
		width: 100%;
		text-align: center;
	}
	.tableformat table td{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.tableformat table td:last-child{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tableformat button{
		background-color:#b7b7b7;
		margin-left: 5px;
		border: none;
		outline: none;
		border-radius: 200px;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		cursor: pointer;
	}
	.tableformatbottom{
		width: 100%;
		background-color:#3f0100;
		height:5vh;
		display: flex;
		align-items: center;
	}
	.tableformat::-webkit-scrollbar {/*滚动条整体样式*/
		width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
	}
	.tableformat::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background: #b7b7b7;
	}
	.tableformat::-webkit-scrollbar-track {/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		border-radius: 10px;
		background-color: black;
		opacity: 0.75;
	}
	.nomaster{
		position: fixed;
		left: 50%;
		top: 50%;
		font-weight: 600;
		font-size: 60px;
		letter-spacing:20px;
		color:#500d0d;
		transform:translate(-50%,-50%);
	}
	.playerkeys{
		position:absolute;
		padding: 25px;
		color: white;
		top: 50%;
		left:50%;
		max-height:70vh;
		overflow-y: auto;
		transform: translate(-50%,-50%);
		background-color: black;
	}
	.playerkeys_close{
		position:absolute;
		color: white;
		top: 0px;
		right: 0px;
		width: 27px;
		height: 27px;
		font-size: 27px;
		flex-shrink:0;
		cursor: pointer;
	}
	.playerkeys div:not(:first-child){
		display: flex;
		justify-content: space-around;
		/*width:100%*/
	}
	.playerkeys div div{
		padding: 10px;
		/*flex: 1;*/
	}
	/*.playerkeys div div:last-child{*/
	/*	flex:2;*/
	/*}*/
	.playerkeys div div:last-child button{
		cursor:pointer;
		width: 50px;
	}
	.key_guid{
		width: 100px;
	}
	.key_lastname{
		width: 200px;
	}
	.key_button{
		width: 100px;
	}