* {
	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: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.1);
}

#background {
	z-index: 0;
}

#banner_01_left {
	width: auto;
	height: 320px;
	position: absolute;
	top: 30%;
	z-index: 9999;
}

#banner_02_left {
	height: 350px;
	position: absolute;
	top: 39%;
	left: 10%;
	z-index: 9999;
}

#banner_02_right {
	height: 310px;
	position: absolute;
	top: 45%;
	left: 80%;
	z-index: 9999;
}

#banner_01_text{
	font-family: '演示春风楷',sans-serif;
	font-size: 25px;
	width: 350px;
	position: absolute;
	top: 30%;
	left: 80%;
	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;
	width: 880px;
	position: absolute;
	top: 80%;
	left: 30%;
	z-index: 999999;
	background: linear-gradient(to right, #efe8cb, #ffd400); /* 设置背景渐变 */
	      -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: 800px;
	position: absolute;
	left: 50%;
	top: 80%;
	z-index: 999999;
	background: linear-gradient(to right, #862617, #592620); /* 设置背景渐变 */
	      -webkit-background-clip: text; /* 使用文本作为背景剪切 */
	      color: transparent; /* 将字体颜色设为透明 */
}