.adBox{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	display: block;
	z-index: 9999999999;
}
.adCon{
	position: absolute;
	width: 480px;
	height: 500px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background-image: url(/images/ad_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0 0 0 70px;
	padding: 30px 30px;
}
.adCon .ad_close{
	position: absolute;
	width: 45px;
	height: 45px;
	right: -45px;
	top: -40px;
}
.adCon .swiper-container{
	width: 100%;
	box-shadow: 0 5px 20px -5px rgba(0,30,15,.3);
    -webkit-box-shadow: 0 5px 20px -5px rgba(0,30,15,.3);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0,30,15,.3);
}
.adCon .swiper-container .swiper-slide{
	width: 100%;
	height: 230px;
	
	overflow: hidden;
}
.adCon .swiper-container .swiper-slide .adImg{
	height: 100%;
	height: 100%;
}
.adCon .swiper-container .swiper-slide img,.adCon .swiper-container .swiper-slide video{
	width: 100%;
	height: 100%;
}
.adCon .swiper-container .swiper-slide video{
	object-fit: fill;
}
.adCon .swiper-container .swiper-slide .adImg{
	position: relative;
	
}
.adCon .swiper-container .swiper-slide .adImg .ad_play{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 39.2%;
	left: 50%;
	margin-left: -25px;
	display: block;
}
.adCon .swiper-container .swiper-slide .adImg .ad_play img{
	margin-top: 0px;
}
.adCon .swiper-pagination{
	bottom: auto;
	left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 3px;
}
.adCon .swiper-pagination .swiper-pagination-bullet{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: rgba(255,255,255,.6);
	margin: 0 8px;
	vertical-align: middle;
}
.adCon .swiper-pagination .swiper-pagination-bullet-active{
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	background: none;
	
}
.adCon .adMsg{
	margin-top: 48px;
	font-family: 'gilroy-regular';
	text-align: center;
}
.adCon .adMsg h2{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}
.adCon .adMsg p{
	font-size: 18px;
	line-height: 18px;
	color: rgba(255,255,255,.6);
}
.adCon .adMsg .adMore{
	margin-top: 25px;
}
.adCon .adMsg .adMore a{
	display: inline-block;
	width: 230px;
	height: 50px;
	background: #fff;
	color: #139339;
	border-radius: 25px;
	font-size: 18px;
	line-height: 50px;
	vertical-align: top;
	box-shadow: 0 5px 10px -5px rgba(0,30,15,.3);
    -webkit-box-shadow: 0 5px 10px -5px rgba(0,30,15,.3);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0,30,15,.3);
    
	transition: all .8s;
	letter-spacing: 0px;
}
.adCon .adMsg .adMore a span{
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	transition: all .8s;
}
.adCon .adMsg .adMore a:hover{
	color: #139339;
	letter-spacing: 1px;
	
}
.adCon .adMsg .adMore a:hover span{
	margin-left: 15px;
}
@media screen and (max-width: 1440px){
	.adCon{
		width: 384px;
		height: 400px;
	}
	.adCon .swiper-container .swiper-slide{
		height: 180px;
	}
	.adCon .adMsg{
		margin-top: 30px;
	}
	.adCon .adMsg h2{
		font-size: 20px;
		line-height: 24px;
	}
	.adCon .adMsg p{
		font-size: 14px;
	}
	.adCon .adMsg .adMore{
		margin-top: 15px;
	}
	.adCon .adMsg .adMore a{
		width: 170px;
		height: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 400px){
	.adCon{
		width: 100%;
	}
	.adCon .ad_close{
		width: 30px;
		height: 30px;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.adCon .ad_close img{
		width: 100%;
	}
	.adCon .swiper-container .swiper-slide{
		height: auto;
	}
	.adCon .swiper-container .swiper-slide .ad_play img{
		height: auto !important;
	}
}
