.ad-box {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #ffffff;
	z-index: 999999999;
	overflow: hidden;
}

.ad-box img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
}

.ad-box .div {
	display: block;
	position: absolute;
	width: 144px;
	height: 38px;
	overflow: hidden;
	left: calc(50% - 72px);
	bottom: 25px;
}

.ad-box .d1 {
	background-color: #000000;
	border-radius: 19px;
	z-index: 1;
	opacity: 0.6;
}

.ad-box .d2 {
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.ad-box-ani-zoom-out {
	animation-duration: 1s;
	animation-iteration-count: 1;
}