/* 代码整理：易站站长网 www.yizhanzzw.com */
*{
	margin:0;
	padding:0;
}
body, canvas{
	user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-drag:none;
}
#container, canvas{
	position:absolute;
}
.custom{
	top:50%;
	left:50%;
}
.fullscreen{
	top:0;
	bottom:0;
	left:0;
	right:0;
}
canvas{
	background-color:transparent;
	top:0;
	bottom:0;
	left:0;
	right:0;
}/* 代码整理：易站站长网 www.yizhanzzw.com */