@charset "utf-8";
html, body {
	height: 100%;
}
body {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4efe6;
}
.box {
	margin: 0 auto;
	width: 700px;
	position: relative;
	display: flex;
	align-items: flex-start !important;
	justify-content: center;
	gap: 16px;
	padding-bottom: 120px;
}
.chess_left {
	width: 325px;
	height: 402px;
	text-align:center;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 325px;
	padding-top: 0;
	position: relative;
}
.chess_left canvas {
	display: block;
	width: 325px;
	height: 402px;
}
.chess_right {
	display:none;
}
.move_info {
	width: 350px;
	min-height: 0;
	padding: 0;
	margin-top: 0 !important;
	position: static;
	align-self: center !important;
	flex: 0 0 350px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #3b2a1a;
	box-shadow: none;
	font-size: 12px;
	line-height: 1.6;
	white-space: normal;
}
.bill_box {
	height: 320px;
	width: 80px;
	overflow:auto;
}
.bill_box li {
	cursor:pointer;
	text-align:left
}
.bill_box li:hover {
	cursor:pointer;
	background: #C6A577;
}
.bill_box li:active {
	cursor:pointer;
	background: #fff;
}
#billList {
	margin-top:20px
}
.bn_box {
	display:none;
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	width: 325px;
}
.move_info h3 {
	margin: 0 0 8px;
	font-size: 14px;
}
.move_info .kv {
	display: block;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.move_info .k {
	font-weight: 600;
	color: #6a4b2f;
}
