html,
body {
	height: 100%;
	width: 100%;
}

.img-div {
	width: 900px;
	height: 590px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
}

.img {
	width: 900px;
	height: auto;
}

.mengc {
	background: rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2020;
}

.stop-icon {
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #ba0400;
	border-radius: 50%;
	z-index: 2020;
	font-size: 32px;
	text-align: center;
	line-height: 38px;
	color: #bb0a08;
	font-weight: 300;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.animated {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
}
.notice-div{
	position: absolute;
	top: 151px;
	left: 161px;
	font-size: 16px;
	color: #FDE7C2;
	line-height: 24px;
}
.notice-div p{
	padding: 7px 0;
}
.yellow-span{
	color: #FFFF00;
	border-bottom: 1px solid #FFFF00;
}
.notice-right{
	text-align: right;
	font-size: 12px;
	padding-right: 124px;
	padding-top: 20px;
}