@charset "gb2312";
html, body {
	height: 100%;
	margin: 0;
}
body {
	font-size: 12px;
	line-height: 150%;
	box-sizing: border-box;
}
.box {
	margin:0 auto;
	width:460px;
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
}
.chess_left {
	float: none;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* 棋盘区域：等比缩放外层由 viewport-scale.js 设置尺寸 */
#cc-viewport {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-shrink: 0;
}
#cc-scale-outer {
	overflow: hidden;
	line-height: 0;
}
#cc-scale-inner {
	transform-origin: 0 0;
	position: relative;
}
#chess {
	display: block;
	vertical-align: top;
}
.chess_right {
	float:left;
	display:none
}
.move_info {
	float:left;
	margin-top:20px
}
.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
}