#banner{
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 999;
	display: flex;
	/* max-height: 80px; */
	justify-content: space-between;
	/* align-items: center; */
	padding: 0 20px;
	/* margin-top: 40px; */
	
	
	
}
#banner div:nth-child(1) {
	margin-top: 10px;
}
#banner div:nth-child(1) img{
	max-height: 80px;
}
#banner div:nth-child(2){
	/* position: fixed;
	left: 50%;
	transform: translateX(-50%); */
	
}
#banner div:nth-child(2) img{
	
	max-height: 150px;
	mask: linear-gradient(180deg, #000 90%, transparent);
	/* mask: linear-gradient(180deg, transparent, black), linear-gradient(to left, transparent, black); */
    
	
}
#banner div:nth-child(3){
	margin-top: 20px;
	/*max-width: 20%;*/
}
#banner div:nth-child(3) a{
	
	/* position: fixed;
	right: 10px; */
	/* transform: translateX(-50%); */
/* 	color: #fff;
	padding: 10px;
	font-size: 2.25rem;
	border: #fff solid 1px;
	border-radius: 6px;
	background-color: #89d3b5;
	text-decoration: none; */
	
}
#bg{
	background-image:url("../img/game1/j1.jpg");
	z-index:-999;
	background-size: 20000%;
}


#menu{
	position: fixed;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);	/* 内容垂直居中 */
	z-index: 999;
	padding: 10px;
	
	background-color: #e1adea6f;
	border-radius: 10px;
	
}
#menu .active{
	background-color: #ffffff99;
	border-radius: 6px;
	border: #6fa8fe solid 1px;
	border-radius: 6px;
}
#menu li{
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 20px;
	
}
#menu li a{
	text-decoration: none;
	display: block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #6fa8fe;
	font-weight: 800;
	
}
#fullpage .section{
	background-size: cover !important;
}

/* 导航圆点颜色 */
#fp-nav ul li a span{
	
}




#fullpage .section:nth-child(1){
	background: url('../img/game1/ai1.png') no-repeat;
	/* background: linear-gradient(to bottom, #d4eaf7, #71c4ef); */
	
	
}
#fullpage .section:nth-child(2){
	background: url('../img/game1/ai2.png') no-repeat;
	/* background: linear-gradient(to bottom, #71c4ef, #00668c); */
	
}
#fullpage .section:nth-child(3){
	/* background: url('../img/game1/bg3.jpg') no-repeat; */
	
}
#footer{
	mask: linear-gradient(0deg, #3b3c3d 90%, transparent);
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	
	color: #ffffff;
	background-color: #3b3c3d;
}

/* 公用样式 */
.w{
	position: relative;
	/* 居中 */
	width: 60%;
	margin: auto;
	display: flex;
	justify-content: center;
	
}
.section1{
	
	background-color: #ffffff99;
	padding: 20px 20px;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
}
.section1 img{
	border-radius: 6px;
	border: #fff solid 1px;
	/* padding: 6px; */
	width: 100%;
	height: auto;
}

.section2{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.section2 .slide{	
	padding: 8px;
	border: #000 solid 2px;
	height: 100%;
}
.section2 .carousel-item img{

	height: 60vh;
}


