/* 游戏下载弹框 */
/* for IE6 */
*html .clearfix {
    zoom:1;
}
/* for IE7 */
*+html .clearfix {
    zoom:1;
}
.clearfix:after {
    clear:both;
    content:" ";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
}
#temp22 .l-mask{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.4;
    filter:alpha(opacity=40);
    z-index: 7777;

}
#temp22 .m-downBox{
	display: none;
	width: 530px;
	height: 440px;
	padding-left: 28px;
	position: absolute;
	top: 300px;
	left: 0;
	background: url('../../../images/gamedown/down-bg.png') no-repeat;
	z-index: 8888;
}
#temp22 .s-downBox{
	float: left;
	margin:20px 0 0 10px;
}
#temp22 .spilt{
	float: left;
	width: 60px;
	_width:45px;
	height: 304px;
}
#temp22 .title{
	font-size: 20px;
	color: #fff;
	margin:10px 0 0 0;
	float: left;
}
#temp22 .close{
	width: 34px;
	height: 34px;
	margin-right:  5px;
	float: right;
	cursor: pointer;
	background: url('../../../images/down-close.png') center no-repeat;
}
#temp22 .img{
	width: 205px;
	height: 226px;
	background-color: #fff;
}
#temp22 .img img{
	width: 175px;
    height: 175px;
    margin: 15px 15px 4px 15px;
	z-index: 9999;
}
#temp22 .img p{
	font-size: 18px;
	color: #3a3a3a;
	text-align: left;
	padding-left: 30px;
}
#temp22 span{
	display: block;
	float: left;
}
#temp22 .img .iphone span{
	width: 20px;
	height: 24px;
	background: url('../../../images/down-icon.png') -8px -56px no-repeat;
}
#temp22 .img .ad span{
	width: 20px;
	height: 24px;
	background: url('../../../images/down-icon.png') -60px -56px no-repeat;
}
#temp22 .btn{
	display: block;
	margin-top: 20px;
	border-radius: 8px;
	width: 206px;
	height: 38px;
	font-size: 17px;
	color: #fff;
	text-align: left;
	padding-top: 20px;
}
#temp22 .btn.ios{
	background-color: #48b8ff;
}
#temp22 .btn.android{
	background-color: #44e963;
}
#temp22 .btn.ios span{
	width: 40px;
	height: 40px;
	margin:-11px 10px 0 30px;
	_margin:-11px 5px 0 15px;
	background: url('../../../images/down-icon.png') 3px 4px no-repeat;
}
#temp22 .btn.android span{
	width: 40px;
	height: 40px;
	margin:-11px 10px 0 30px;
	_margin:-11px 5px 0 15px;
	background: url('../../../images/down-icon.png') -45px 4px no-repeat;
}

/* 底部广告条 */
.section-ad{
    width: 100%;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.75);
    *filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);  /*ie7*/
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    /* IE6 兼容显示底部*/
    _position: absolute;
    _bottom: auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _background-color: #222222;
    _overflow: normal;
}

.section-ad .ad-content{
    width: 880px;
    height: 100%;
    margin: 0 auto;
    padding: 3px 0;

}

.section-ad .ad-content .icon{
    width: 50px;
    height: auto;
}

.section-ad .ad-content .title{
    display: inline-block;
    margin: 0 0 10px 10px;
}

.section-ad .ad-content .qrcode{
    display: inline-block;
    margin-top: -45px;
    _position: relative;
}

.section-ad .ad-content .btn{
    display: inline-block;
    width: 100px;
    height: 40px;
    margin: 0 15px;
    margin-bottom: 3px;
    _margin-bottom: 6px;
    background: url(/images/ad/ad-btn.png) -105px -83px no-repeat;
}

.section-ad .ad-content .btn:hover{
    background-position: -105px 1px;
}

.section-ad .ad-content .close{
    width: 50px;
    height: 50px;
    margin-left: 30px;
    cursor: pointer;
    display: inline-block;
    background: url(/images/ad/ad-btn.png) -20px 13px no-repeat;
}
/* 安装提示 */
#temp22 .m-downBox-tips{
    display: inline-block;
    width: 275px;
    margin-top: 43px;
    font-size: 15px;
    margin-left: 133px;
    color: #fff;
}
#temp22 .m-downBox-tips span{
    display: block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    background: url('../../../images/gamedown/finish.png') no-repeat;
}
#temp22 .m-downBox-tips a{
    display: inline-block;
    color: #fee976;
}

