body{font:14px/1.5 \5FAE\8F6F\96C5\9ED1,Arial,\5b8b\4f53,Tahoma,sans-serif; background:#fff; color:#333; font-size:14px; line-height:24px;}
.content{
	width:1003px;
	margin:0 auto;
}

#banner{
	width:100%;
	height:300px;
}
.gamebox01{
	position: relative;
	min-height:185px;
	padding:50px 0 0 150px;
}
.gameicon{
	position: absolute;
	left:0;
	top:40px;
	width:120px;
	border-radius: 10px;
}

.wrap{
	width:100%;
}
.gamename{
	font-size: 28px;
	color:#000;
	padding-bottom: 15px;
	letter-spacing: 2px;
}
.score{
	color:#ffa801;
	font-size: 24px;
	padding-bottom: 15px;
	vertical-align: middle;
}
.score img{
	width:25px;
	vertical-align: middle;
	margin-top: -5px;

}
.downnum{
	color:#4d4d4d;
	font-size: 24px;
	letter-spacing: 1px;
}

.gamebox01 button{
	position: absolute;
	right: 0;
	height:55px;
	line-height: 55px;
	width:129px;
	color:#fff;
	border:none;
	border-radius:5px;
	cursor: pointer;
}
.down{
	top:55px;
	background: #0c6eb9;
}
.recharge{
	top:130px;
	background: #b2d12e;

}
.qrcode-container{
	position: absolute;
	right: 10px;
	top: 115px;
	width: 110px;
	text-align: center;
}
.qrcode-title{
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}
.qrcode{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
}
.qrcode img{
	width: 100%;
	height: 100%;
	display: block;
}

.gamebox02{
	letter-spacing: 2px;
	padding-bottom: 30px;
}
.infotitle{
	height:40px;
	border-bottom: 1px solid #ababab; 
}
.infotitle span{
	border-bottom: 10px solid  #0c6eb9;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
.gameinfo{
	padding: 15px 0;
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	color: #7f7f7f;
}
.gameinfo em{color: #0e6eb8;text-decoration: underline;}
.infopic img{
	width:206px;
	height:412px;	
	margin-right: 25px;
}
.infopic.zhongdi img{ 
	width:206px;
	height:160px;	
}



.modal{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.modal-dialog{
	margin:auto;
    width: 500px;
    height:320px;
    margin-top: 200px;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	text-align: center;
}
.modal-dialog .retitle{
	background: #0c6eb9;
	color:#fff;
	height:40px;
	line-height: 40px;
	position: relative;
}
.modal-dialog .retitle img{
	position: absolute;
	right: 10px;
	top:9px;
	width:20px;
}
.modal-dialog .rebody {
	padding:20px 0;
	border-bottom: 1px solid #ababab;
}
.modal-dialog .rebody div{
	display: inline-block;
}
.modal-dialog .rebody .wx{
	margin-right: 50px;
}
.modal-dialog .rebody div img{
	width:150px;
	margin-bottom: 5px;
}
.modal-dialog .rebtm{
	line-height: 58px;
}

#downloadWin .modal-dialog{width: 355px;height: 240px;}

#downloadWin .retitle{height: 78px;font-size: 28px;line-height: 78px;}
#downloadWin .rebody{border-bottom: none;}