/* 通用css */
body {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 1920px;
	height: 1080px;
	background-color: #000000;
}

