
/*@font-face {
	font-family:flower;
	src: url("../font/flower.ttf");
}*/
html,body{
	margin: 0;
	padding: 0;
}
.gameWrap{
	width:1200px;
	height:auto;
	/*border: 1px solid red;*/
	margin: 0 auto;
}
.banner{
	margin-top: 10px;
	height:460px;
	overflow: hidden;
}
.content{
	width:1200px;
	padding-bottom: 15px;
}
.contentLeft h2{
	width:800px;
	margin: 0;
	width:150px;
	padding: 10px 0;
	border-bottom: 2px solid #FFAC74;
	text-align: center;
	
}
.content:after{
	content: "";
	display: block;
	clear: both;
} 
.contentLeft{
	width:800px;
	float: left;
	/*border: 1px solid red;*/
}
.labal{
	margin-left: 30px;
	padding: 10px 0; 
	line-height: 30px;
	margin-top: -50px;
}
.labal1{
	display: inline-block;
	width:80px;
	height:30px;
	background-color: #EEEEEE;
    text-align: center;
    color: #88C24A;
}
.labal2{
	display: inline-block;
	width:50px;
	height:30px;
	background-color: #EEEEEE;
    text-align: center;
    color:#80C0F1;
}
.intro{
	margin-left: 30px;
	margin-top: 8px;
	text-indent: 2em;
}
.imgs{
	padding: 15px 0;
}
.imgs:after,.bottom:after{
	content: "";
	display: block;
	clear: both;
}
.imgs img{
	width:170px;
	height: 250px;
	float: left;
	margin-left: 30px;
}
.bottom{
	width:800px;
}
.leftBottom{
	width:480px;
	float: left;
	padding: 5px 30px 50px;
}
.leftBottom p{
	font-size: 18px;
	margin-left: 30px;
	padding-bottom: 15px;
}
.leftBottom p span{
	font-size: 16px;
	color: lightgray;
}
.leftBottom div{
	line-height: 25px;
	color: grey;
}
.code{
	width:200px;
	float: left;
}
.code img{
	width:100px;
	height:100px;
	border: 1px solid gray;
}
.code p{
	margin-left: 10px;
}
.contentRight{
	text-align: center;
	float: left;
	width:400px;
}
.contentRight .logo{
	width:30%;
	margin-top: 20px;
}
.contentRight a{
	display: block;
}
.wayContent{
	position: relative;
}
.way{
	width:70%;
}
.way1{
	width:250px;
	height: 55px;
	/*border: 1px solid red;*/
	position: absolute;
	top:40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.way2{
	width:250px;
	height: 55px;
	/*border: 1px solid red;*/
	position: absolute;
	top:105px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.way3{
	width:250px;
	height: 55px;
	/*border: 1px solid red;*/
	position: absolute;
	top:170px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.explain{
    padding-left: 90px;
    padding-top: 18px;
}
.explain span{
	display: block;
	text-align: left;
	line-height: 21px;
	font-size: 14px;
}
.explain a{
	display: block;
	text-align: left;
	margin: 18px 0;
}
.explain a input{
	width:220px;
	height: 35px;
	color: white;
	outline: none;
	border: none;
	background-color: #9B32D9;
	font-size: 16px;
}



