@charset "gb2312";
/**
 * Main Style
 * @author zhangjunfa
 * @Todo: rem转为px后安卓微信浏览器不支持小数点
 */

html {
	height: 100%;
	font-size: 100px;
}
body {
	background-color: #000;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-family: 'Microsoft Yahei';
	display: none;
	overflow: hidden;
}
a, a:hover {
	text-decoration: none;
}
a,button,input,textarea{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input {
	vertical-align: middle;
}
textarea {
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac */
*html .clearfix {
	height: 1%;
}
.clearfix { 
	display: block; 
}
/* End hide from IE-mac */
/* IE6 */
* html .clearfix {
	zoom: 1; 
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1; 
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img {
	max-width: 100%; display:block;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 6.4rem;
	overflow: hidden;
}
.video1 .video-pic1 {
	background: url(../images/video1.gif) no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 6.4rem;
	height: 100%;
}
.video1 .video-body1 {
	display: none;
}

.video2 .video-pic2 {
	background: url(../images/video2.gif) no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 6.4rem;
	height: 100%;
}
.video2 .video-body2 {
	display: none;
}

.video3 .video-body3 {
	display: none;
}

.result {
	background: url(../images/video3.gif) no-repeat;
	background-size: 100%;
	height: 10.4rem;
	display: none;
}
.replay-btn {
	background: url(../images/replay_btn.gif) no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 2.4rem;
	height: 1.2rem;
	left: 0.5rem;
	bottom: 7%;
}
.view-btn2{
	background: url(../images/but.gif) no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 1.2rem;
	height: 2.4rem;
	left: 0.25rem;
	top: 4.4rem;
}
.view-btn {
	background: url(../images/view_btn.gif) no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 2.4rem;
	height: 1.2rem;
	right: 0.5rem;
	bottom: 7%;
}
.link-btn {
	position: absolute;
	width: 5.03rem;
	height: 1.48rem;
	left: 0.73rem;
	top: 6.97rem;
}