body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

em {
	font-style: normal
}

ul,
ol {
	list-style: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

fieldset,
img {
	border: 0
}

button,
input,
select,
textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}


/*start*/

body {
	font-family: 'Microsoft Yahei'
}

img {
	width: 100%;
	max-width: 100%;
}

.container {
	width: 100%;
	overflow: hidden;
}

body,
html,
.wrap {
	height: 100%;
	background-color: #000;
}

.wrap {
	width: 100%;
	overflow-x: hidden;
}

.loading,
.first,
.wrap,
.pointbox {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	width: 568px;
	height: 320px;
	margin-top: -160px;
	margin-left: -284px;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.loading {
	background: url(../images/load_bg.jpg) no-repeat 0px 0px;
	z-index: 100;
	background-size: cover;
	/*display: none;*/
}

.loadbox {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: -36px;
}


#load_num {
	padding-top: 20px;
}

.first {
	background: url(../images/main.jpg) no-repeat 0px 0px;
	background-size: cover;
	z-index: 99;
	display: none;
}

.tipbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -44px;
	width: 300px;
	font-size: 18px;
	color: #FFB400;
	text-align: center;
}

.tip-touch {
	-webkit-user-select: none;
	margin: 0px auto;
	width: 60px;
	position: relative;
}

.fingerp {
	-webkit-user-select: none;
	width: 30px;
	height: 30px;
	background: url(../images/fp_bg.png) no-repeat 0px 0px;
	background-size: contain;
	background-size: 35px 106px;
	position: absolute;
	left: 15px;
	top: 15px;
}

.fingerp-bg {
	width: 60px;
	height: 60px;
	border-radius: 40%;
	background-color: rgba(255, 255, 255, 0.88);
}

.fingerp-box {
	-webkit-user-select: none;
	margin: 0px auto;
	position: relative;
	width: 60px;
	z-index: 99
}


/*帧动画*/

.wrap {
	z-index: 97;
	display: none;
}

.img-box {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.imglayout {
	top: auto;
	top: 0 !important;
}


/*手指的动画*/

.pointbox {
	z-index: 98;
	display: none;
}

.point-wrap {
	-webkit-user-select: none;
	padding-top:170px;
	position: relative;
}

.fingerp-box {
	-webkit-user-select: none;
	margin: 0px auto;
	position: relative;
	width: 60px;
	z-index: 99
}

.hand {
	width: 35px;
	height: 56px;
	background: url(../images/fp_bg.png) no-repeat 0px 100%;
	background-size: 35px 106px;
	position: absolute;
	left: 50%;
	top: 230px;
	opacity: 0;
	z-index: 100;
	margin-left: 17px;
}

@-webkit-keyframes anim-hand1 {
	0% {
		opacity: 0
	}
	,
	100%,
	20% {
		opacity: 1;
		-webkit-transform: translate(0, 0)
	}
	60%,
	80% {
		opacity: 1;
		-webkit-transform: translate(-30px, -30px)
	}
}

.anmi-fp .hand {
	-webkit-animation: anim-hand1 1.5s ease-out 0s 2;
	animation-fill-mode: forwards;
}

.anmi-fp .fingerp {
	background-image: url(../images/fp_bg11.png);
}

.anmi-fp .fingerp-bg {
	-webkit-animation: anim-hand2 1.5s ease-out 0s 2;
}

.fingerp-box .curr {
	background-color: rgba(255, 180, 0, .66);
}

@-webkit-keyframes anim-hand2 {
	0%,
	40% {
		opacity: 1;
		-webkit-transform: scale(0);
		background-color: rgba(255, 180, 0, .66);
	}
	60%,
	80% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	85% {
		opacity: 0;
		-webkit-transform: scale(1)
	}
	100% {
		opacity: 0;
		background-color: rgba(255, 180, 0, .66);
		-webkit-transform: scale(0)
	}
}


/*end*/

.end {
	background: url(../images/end_bg.jpg) no-repeat 0px 0px;
	background-size: cover;
	position: absolute;
	z-index: 100;
	-webkit-perspective: 1000;
	perspective: 1000;
	overflow: hidden;
	opacity: 0;
	display: none;
}

.end-logo {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 28%;
	margin-left: -14%;
}

.join-btn {
	position: absolute;
	top: 37%;
	left: 18%;
	width: 63%;
}

.end-text {
	position: absolute;
	bottom: 12%;
	font-size: 26px;
	color: #fff;
	width: 100%;
	text-align: center;
}


/*视频动画*/
/*第一张*/
@-webkit-keyframes run {
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: 0px -17920px;
	}
}

@keyframes run {
	0% {
		background-position: 0px -0%;
	}
	100% {
		background-position: 0px -17920px;
	}
}

.video_play {
	-webkit-animation: run 7978ms steps(28, end) both;
	animation: run 7978ms steps(28, end) both;
}