* {
	padding: 0;
	margin: 0;
}

/* @font-face {
  font-family: '演示春风楷';
  src: url('演示春风楷.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: '演示秋鸿楷2.0';
  src: url('演示秋鸿楷2.0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */

.table {
	position: absolute;
	top: 0;
	color: #8abcd1;
	width: 100%;
	z-index: 99999;
	background-color: rgba(47, 54, 60, 0.1);
}

.bottom {
	background: none;
	height: 5%;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #dddddd;
	text-align: center;
	z-index: 999999;
	background-color: rgba(47, 54, 60, 1);
}

#background {
	z-index: 0;
	position: absolute;
}

#banner_01_left {
	height: 200px;
	position: absolute;
	top: 40%;
	z-index: 9999;
}

#banner_02_left {
	height: 200px;
	position: absolute;
	top: 39%;
	left: 10%;
	z-index: 9999;
}

#banner_02_right {
	height: 100px;
	position: absolute;
	top: 45%;
	left: 70%;
	z-index: 9999;
}

#banner_01_text {
	font-family: '演示春风楷', sans-serif;
	font-size: 30px;
	width: 300PX;
	position: absolute;
	top: 35%;
	left: 70%;
	background: linear-gradient(to right, #efe8cb, #957221);
	/* 设置背景渐变 */
	-webkit-background-clip: text;
	/* 使用文本作为背景剪切 */
	color: transparent;
	/* 将字体颜色设为透明 */
	z-index: 999999;
}

#banner_02_text {
	font-family: '演示春风楷', sans-serif;
	font-size: 32px;
	text-align: center;
	width: 60vw;
	position: absolute;
	top: 80%;
	left: 30%;
	z-index: 999999;
	background: linear-gradient(to right, #f9bd10, #fbc82f);
	/* 设置背景渐变 */
	-webkit-background-clip: text;
	/* 使用文本作为背景剪切 */
	color: transparent;
	/* 将字体颜色设为透明 */
}

#banner_03_text {
	font-family: '演示秋鸿楷2.0', sans-serif;
	font-size: 100px;
	width: 500px;
	position: absolute;
	top: 20%;
	left: 30%;
	z-index: 999999;
	background: linear-gradient(to right, #ffd400, #862617);
	/* 设置背景渐变 */
	-webkit-background-clip: text;
	/* 使用文本作为背景剪切 */
	color: transparent;
	/* 将字体颜色设为透明 */
}

#banner_03_1_text {
	font-family: '演示秋鸿楷2.0', sans-serif;
	font-size: 35px;
	width: 50vw;
	position: absolute;
	left: 50%;
	top: 80%;
	z-index: 999999;
	background: linear-gradient(to right, #862617, #592620);
	/* 设置背景渐变 */
	-webkit-background-clip: text;
	/* 使用文本作为背景剪切 */
	color: transparent;
	/* 将字体颜色设为透明 */
}