@media (max-width:1000px) {
	.banner {
		width: 100%;
		height: 250px;
		position: relative;
		background-color: #fff;
		margin-top: 61px;
		box-shadow: 0px 5px 10px rgba(35,231,243,0.6);
		/* z-index: -1; */
	}
	
	.swiper {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 2;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
	}
	.swiper-slide::after{
		width: 150px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background-color: #2e8bec;
		content: "PlAY NOW";
		position: absolute;
		z-index: 10;
		font-weight: 600;
		font-size: 16px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 15%;
		border-radius: 10px;
	}
	.swiper-slide img {
		display: block;
		width: 100%;
		background-color: #2b2b30;
		height: 100%;
		object-fit: cover;
	}
	:root {
	    --swiper-navigation-size: 24px !important;
	}
	

}

/* PC */
@media (min-width:1000px) {
	.banner {
		width: 100%;
		height: 400px;
		position: relative;
		margin: 30px 0;
		padding: 10px 0;
	}

	.swiper {
		width: 90%;
		height: 100%;
	}

	.swiper-slide {
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
		font-size: 18px;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.swiper-slide::after{
		width: 200px;
		line-height: 50px;
		text-align: center;
		color: #fff;
		background-color: #2e8bec;
		content: "PlAY NOW";
		position: absolute;
		z-index: 10;
		font-weight: 600;
		font-size: 22px;
		left: 5%;
		bottom: 5%;
		border-radius: 10px;
	}
	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background-color: #2b2b30;
		object-fit: cover;
	}
	.bn-list{
		display: none;
	}
	:root {
	    --swiper-navigation-size: 30px !important;
	}
}
.swiper-button-next,
.swiper-button-prev{
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}
.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	background-color: deepskyblue;
	border: 1px solid #fff;
	padding: 3px !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
	transform: scale(1.0) !important;
}

