body {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Microsoft YaHei", "\9ED1\4F53", "\5B8B\4F53", sans-serif;
	font-size: 14px;
	line-height: 24px;

	/* background-color: #cce0ff; */
	background-color: #fff;
	color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

canvas {
	display: block;
}

.div-pagetip {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: auto;
	z-index: 99999;
	margin: 0 auto;
	background: #1A1A1A;
	border: 1px solid #ddd;
}

.div-pagetip-first {
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #2c2c2c;
}

.div-pagetip-other {
	text-indent: 10px;
	padding: 3px;
	border-bottom: 1px solid #2c2c2c;
}
