overflow:hidden;
html{
	height:100%;
	}
body{
	height:100%;
	margin:0px;
	background-color:#000000;
	}
.logo{
	text-align: center;
	position: fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-80%);
	}
a{
	text-decoration:none
	}
#container {
/* 	height: 300px; */
	width: 300px;
	margin-top: -29px;
	margin-right: auto;
	margin-left: auto;
	animation: arrow1 2s infinite;
    -webkit-animation: arrow1 2s infinite;
	animation-timing-function:ease-in-out;
	-webkit-animation-timing-function:ease-in-out;  
	-webkit-animation-direction:alternate;
	animation-direction:alternate;
	}

#zyh {
	margin: 55px;
	width: 190px;
	height: 318px;
	-webkit-transform-style: preserve-3d;
	-webkit-animation: spin 10s infinite linear;
	}
/*nimation-delay:1s*/
	@keyframes arrow1{
	0%{transform: translateY(0);}
	100%{transform: translateY(20px);}
	}
	@-webkit-keyframes arrow1{
	0%{-webkit-transform: translateY(0);}
	100%{-webkit-transform: translateY(20px);}
	}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotateY(0);
		}
to {
	-webkit-transform: rotateY(360deg);
	}
}
#footer {
	height: 40px;line-height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
/* 	background: #000; */
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	}
	
#footer a {
    color: #fff;
}
	
video::-webkit-media-controls {
	display:none !important;
	}