#Download {
	width: 830px;
	height: 107px;
	text-align: center;
	position: absolute;
	top: 906px;
	left: 50%;
	margin-left: -380px;
	z-index: 51;
	border-radius: 5px;
}
#Download .btn_down_s1 {
	float: left;
	width: 294px;
	height: 81px;
	text-indent: -999em;
	margin-right: 162px;
	animation: sc 2s infinite linear;
	background: url(../image/down.png) no-repeat left top;
}
#Download .btn_down_s2 {
	float: left;
	width: 294px;
	height: 81px;
	text-indent: -999em;
	margin-left: 10px;
	animation: sc 2s infinite linear;
	background: url(../image/cz.png) no-repeat left top;
}

.wobble-image {
	position: fixed;
	top: 0;
	left: 0;
	height: 800px;
	object-fit: cover;
	pointer-events: none;
	animation: wobble 5s ease-in-out infinite;
	z-index: 88888888;
}

@keyframes sc {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}
