.banner {
	width: 90%;
	position: relative;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;


}

.swiper {
	width: 55%;
	height: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	/* transition: all linear ; */
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;

}

.swiper-slide img {
	height: 100% !important;
}

.swiperAddd {
	width: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

.swiper2-box,
.swiper3-box {
	width: 90%;
	padding: 20px 5%;
	margin: 20px 0;
}

.swiper2-box {
	background: #005fcd url(../images/inner2.png) left -5px top -10px no-repeat;
}

.swiper3-box {

	background-color: #fff !important;
}

.swiper2-box .m-title,
.swiper3-box .m-title {
	width: 100%;
	padding: 5px 0;
	color: #fff;
}
.swiper3-box .m-title {
	color: #000;
}
.swiper2,
.swiper3 {
	width: 100%;
	height: 140px;
	overflow: hidden;
	padding: 20px 0;


}

.swiper-wrapper2,
.swiper-wrapper3 {
	width: 100%;
	height: 100%;
}

.swiper-wrapper3 .cl-box {
	border-radius: 25px;
}



.banner .inner-box .cont_game .cl-box2 {
	width: 23%;
	height: 270px;
	margin-bottom: 20px;
}

.cont_game {
	width: 96%;
	padding: 3px 2%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

@media (max-width:799px) {
	.banner {
		width: 96%;
		padding: 5px;
		margin: auto;
		height: auto;
	}

	.swiper {
		display: none;
	}
	.swiper3{
		height: 120px;
	}
	.swiper3-box {
		width: 96%;
		padding: 10px 2%;
	}
	.banner .inner-box .cont_game .cl-box2 {
		width: 47%;
		height: 150px;
		margin-bottom: 15px;
	}
	.swiper2-box {
		background: none;
		background-color: #fff;
	}
	.swiper2-box .m-title {
		color: #000;
	}
}