body{
	margin: 0;
	padding: 0;
	  -moz-user-select: none; 
-webkit-user-select: none; 
-ms-user-select: none; 
-khtml-user-select: none; 
user-select: none; 	
}
.mian{
	max-width: 680px;
	width: 100%;
}
.bott{
	max-width: 680px;
	position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;      
}
.bott_left{
	width: 80px;
	height: 100%;   
	float: left;
	background: url(../img/left.png);	
	background-position:0px 50% ;
    background-repeat:no-repeat;
}

.bott_rihgt{
	width: 80px;
	height: 100%;
	float: right;
	background: url(../img/right.png);
	background-position:28px 50% ;
    background-repeat:no-repeat; 	
}

.person{
	position: fixed;
	height: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100px;   
    background: url(../img/person.png); 
    background-size: cover;
   -moz-background-size: cover; 
}
#beijin{
	width: 100%;
	height: 100%;
	max-width: 680px;
	position:absolute;
	background: url(../img/beijin.png);
	z-index: -10;
	 background-size: cover;
   -moz-background-size: cover;
}
.timeshell{
	width: 100%;
	height: 50px;
	margin-top: 50px;
	max-width: 680px;
	position:absolute;
	z-index: 30;
}
.timeshell span:nth-child(1){
	width: 95px;
	height: 26px;
	font-family: "微软雅黑";
	font-size: 0.9em;
	line-height: 26px;
	border-radius: 5px;
	margin-top: 10px;
	float: left;
	margin-left: 20px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	background: #F4A52C;
}
.timeshell span:nth-child(2){
	width: 30px;
	height: 26px;
	font-family: "微软雅黑";
	font-size: 0.9em;
	line-height: 26px;
	border-radius: 5px;
	margin-top: 10px;
	float: left;
	margin-left: 5px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	background: #F4A52C;
}
.timeshell span:nth-child(4){
	width: 95px;
	height: 26px;
	font-family: "微软雅黑";
	font-size: 0.9em;
	line-height: 26px;
	border-radius: 5px;
	margin-top: 10px;
	float: right;
	margin-right: 5px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	background: #F4A52C;
}
.timeshell span:nth-child(3){
	width: 30px;
	height: 26px;
	font-family: "微软雅黑";
	font-size: 0.9em;
	line-height: 26px;
	border-radius: 5px;
	margin-top: 10px;
	float: right;
	margin-right: 20px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	background: #F4A52C;
}
.beijinzez{
	width: 100%;
	height: 100%;
	max-width: 680px;
	position:absolute;
	z-index: 50;
	background: url(../img/beijin1.png);
}
.shellstart{
	background: url(../img/start.png);
	margin: auto;
	background-repeat:no-repeat; 
	border: 1px solid rgba(95,95,95, 0.01);
}
.start{
	margin: auto;
	width: 55%;
	border: 1px solid rgba(95,95,95, 0.01);
}
.endmain{
	width: 100%;
	max-width: 680px;	
	background: url(../img/endbeijin.png);
	background-repeat:no-repeat; 	
}
.endcten{
	position:absolute;
	z-index: 5;
	background: url(../img/endtis.png);
	background-repeat:no-repeat; 
}
.endcten_top{
	width: 100%;
	height: 50px;
	margin-top: 20px;
	color: #595656;
	text-align: center;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 1.2em;
}
.endcten_btt{
	width: 100%;
	height: 50px;
	margin-top: 5px;
	line-height: 50px;
	text-align: center;
}
.endcten_btt span{
	color: #F39800;
	font-family: "微软雅黑";
	font-size: 2em;
}
.bttret{
	max-width: 680px;
	width: 100%;
	position:absolute;
	z-index: 50;
	text-align: center;
}
.bttret1{
	max-width: 680px;
	width: 100%;
	position:absolute;
	z-index: 50;
	text-align: center;
}
#end{
	display: none;
}



