html,
body {
	font-size: 14px;
	padding: 0%;
	margin: 0%;
	width: 100%;
}

#container {
	/* 加载背景图 */
	background-image: url(../static/336397446875213.jpg);
	/* 背景图垂直、水平均居中 */
	background-position: center center;
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	/* cover让背景图基于容器大小伸缩（有时影响了图片有些出不来）   100%按容器显示*/
	background-size: 100% 100%;
	/* 设置背景颜色，背景图加载过程中会显示背景色 */
	background-color: #464646;
	width: 100%;
	height: 100vh;
	position: relative;
	color: #fff;
}

.round {
	width: 740px;
	height: 583px;
	left: 52%;
	top: 45%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.itemBox {
	width: 60%;
	height: 90%;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.title {
	width: 750px;
	height: 60px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 10vh;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	/* 加载背景图 */
	background-image: url(../static/main_top_bottom.png);
	/* 背景图垂直、水平均居中 */
	background-position: center center;
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	/* cover让背景图基于容器大小伸缩（有时影响了图片有些出不来）   100%按容器显示*/
	background-size: 100% 100%;
	cursor: pointer;
}

.item {
	width: 540px;
	height: 60px;
	line-height: 50px;
	margin-bottom: 10vh;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	/* 加载背景图 */
	background-image: url(../static/main_top_bottom.png);
	/* 背景图垂直、水平均居中 */
	background-position: center center;
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	/* cover让背景图基于容器大小伸缩（有时影响了图片有些出不来）   100%按容器显示*/
	background-size: 100% 100%;
	cursor: pointer;
}