body{
	margin: 0;
	padding: 0;
}
.start{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	margin: auto;
	background:#040408 url(../image/3.jpg) center center;
	background-repeat: no-repeat;
	z-index: 1;
}
.start .ks{
	position: absolute;
	top: 60%;
	left: 60%;
	width: 500px;
	height: 210px;
	font-size: 30px;
	text-align: center;
	cursor:pointer;
	line-height: 100px;
}
.content{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	margin: auto;
	background:#040408 url(../image/3.jpg) center center;
	background-repeat: no-repeat;

}
.scene{
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../image/bg.jpg);
	overflow: hidden; 
}
.scene .pai{
	width: 120px;
	height: 168px;
	box-shadow: 0 0 1px 1px #777;
	background-size:100%;
	position: absolute;
	top: 0;
	left: 380px;
	border-radius: 5px;
	float: left;
	opacity: 0;
}
.scene .move-left,.move-right{
	width: 180px;
	height: 60px;
	background:url(../image/right.png) center center no-repeat;
	position: absolute;
	top: 440px;
	left: 400px;
	line-height: 60px;
	text-align: center;
	color: #555;
	font-size: 24px;
	cursor:pointer;
	font-weight: bold;
}
.scene .move-left{
	top:510px;
	background:url(../image/left.png) center center no-repeat;

}
.scene .left-box,.right-box{
	width: 120px;
	height: 168px;
	position: absolute;
	top: 428px;
	border-radius: 5px;
    left: 190px;
    background: rgba(132,145,168,0.8);
}
.scene .right-box{
    left: 690px;
}
button{
	width: 150px;
	height: 50px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: none;
	cursor:pointer;
	background: rgba(112,134,135,0); 
}
button img{
	width: 150px;
	height: 50px;
}
.scene .xx{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 20px;
	right: -20px;
	cursor:pointer;
}
.scene .xx img{
	width: 70px;
	height: 50px;
}
.scene .fs{
	width: 175px;
	height: 86px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-left: 30px;
	line-height: 86px;
	background: url(../image/fs.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

.ff{
	width: 130px;
	height: 135px;
	left: 50%;
	top: 100px;
	margin-left: -630px;
	background: red;
	position: absolute;
	background: url(../image/xing2.png);
}
.ff-right{
	margin-left:500px;
}
.ff div{
	width: 100px;
	height: auto;
	position: absolute;
	top: 135px;
	left: 15px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.df,.df1{
	width: 192px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -270px;
}
.df1{
	margin-left:120px;
}
.guize{
	width: 500px;
	height: 500px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: relative;
	background: url(../image/jieshao.png);
	text-align: left;
	font-size: 24px;
	color:#fff;
}
.guize .p1{
	position: absolute;
	top: 80px;
	margin-top: 50px;
	margin-left: 60px;
	line-height: 50px;
	display: block;
}
.guize button{
	width: 100px;
	height: 60px;
	background: url(../image/xx.png);
 	position: absolute;
 	top: 10px;
 	right: 10px;
}
