@charset "utf-8";

body,html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

body {
	font: 14px/20px "Helvetica Neue",Helvetica,STHeiTi,sans-serif,arial;
	-webkit-text-size-adjust: 100%
}

img {
	border: 0;
	vertical-align: middle
}
a{text-decoration: none;}
.btngroup{
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -40%;
	width: 80%;
}
.btn {
	font: 18px/24px "Microsoft YaHei";
	width: auto;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 6px;
	background-color: #fff;
	border: 3px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	text-align: center;
	color:#000;
}
.btn a{
	color:#000;
}
#content {
	opacity: 0;
	width: 100%;
	height: 100%;
	/* background: url(../img/bg.jpg) 0 100%/100% 100% no-repeat; */
	position: relative;
	transition: all .5s;
	max-width: 540px;
	margin: 0 auto
}
#content .bggif{
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left:-25%;
	width: 50%;
}
#video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s;
}

#video.miui {
	top: 0;
	left: 0;
	transform: none;
	trassition: none
}

.all {
	width: 100%;
	height: 100%
}

#loading {
	background: url(../img/loading.gif) no-repeat center 0;
	max-width: 540px;
	margin: 0 auto;
	-webkit-background-size: 100%;
	background-size: 100%;
}

#play {
	width: 100px;
	height: 114px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -57px -50px 0 0;
	transform: translate(-50%,-50%);
	background: url(../img/btn_1.jpg) 0 100%/100% 100% no-repeat;
	-webkit-tap-highlight-color: transparent;
	transition: transform .5s ease 0 infinite;
	animation: 1s scale infinite
}

@keyframes scale {
	50% {
		opacity: .5
	}

	100% {
		opacity: 1
	}
}