@charset "utf-8";
/**************************************
Author:xLong
Date:2015-12-14
Version:1.0.1
**************************************/
.index_down{
	width:100%;
	height:219px;
	background:url(../images/headerbg_2.jpg) center top no-repeat;
	}

.down_cont{
	float:left;
	margin-left:26px;
	margin-top:10px;
	width:303px;
	height:158px;
	position:relative;
	background:url(../images/download_bg.png) no-repeat;
	}
	
.down_cont > span{
	margin-left: 35px;
    margin-top: 6px;
    float: left;
	}
	
.down_cont > img{
	width:113px;
	height:113px;
	}
	
.down_cont > a{
	position:absolute;
	right:12px;
	}
	
.down_cont .btn_android{
	bottom:12px;
	}
	
.down_cont .btn_ios{
	top:45px;
	}
	
/*.down_cont .btn_ios:hover{	
	background-position: -246px -47px;
	}*/
	
.down_cont .qrcode{
	position:absolute;
	top:35px;
	left:12px;
	}	
/**************************************/
.index_newsinfo{
	width:100%;
	height:345px;
	background:url(../images/headerbg_3.jpg) center top no-repeat;
	}

.index_button{
	width:248px;
	margin-right:12px;
	}
	
.index_button > ul{
	width:100%;
	}
	
.index_button > ul > li{
	float:left;
	width:100%;
	height:103px;
	margin-bottom: 9px;
	}
	
.index_button a{
	cursor:pointer;
	float:left;
	width:246px;
	height:103px;
	background:url(../images/btn_sprite_2.jpg) no-repeat;
	}
	
.index_button .register_btn{
	background-position:0 0;
	}
	
.index_button .gift_btn{
	background-position:0 -103px;
	}
	
.index_button .service_btn{
	background-position:0 -206px;
	}
/**************************************/
.index_news{
	background:url(../images/opacity_bg.png) repeat;
	background:#fff;
	width:446px;
	}
	
.news_top{
	position:relative;
	background:#00A5FF;
	}
	
.news_top .more{
	position:absolute;
	right:0;
	top: 13px;
	}

.news_btn{
	height:48px;
	}
	
.news_btn li{
	float:left;
	position:relative;
	}
	
.news_btn li a{
	display:block;
	float:left;
	height:48px;
	line-height:48px;
	overflow:hidden;
	width:90px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	}
	
.news_btn li.current a{
	color:#09F;
	background:#fff;
	}
	
.news_cont{
	position: relative;
	height: 260px;
	overflow: hidden;
	float: left;
	width:416px;
	margin: 10px 15px;
	}
	
.news_cont .news_box{
	position:absolute;
	left:0;
	top:0;
	width:9999em;
	}
	
.news_cont .news_pane{
	float:left;
	width:416px;
	}
	
.news_cont .news_pane .newslist{
	clear:both;
	}
	
.newslist li{
	width: 100%;
	position: relative;
	float: left;
	padding:11px 0;
	}
	
.newslist li strong{
	color: #D33030;
	}
	
.newslist li a{
	float:left;
	width:300px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
	}
	
.newslist .news_type{
	margin-right:5px;
	}
	
.newslist .news_time{
	position:absolute;
	right:5px;
	top:11px;
	display: block;
	}
/**************************************/	
.index_banner{
	float:right;
	width:330px;
	height:330px;
	overflow:hidden;
	position:relative;
	}
	
.index_banner ul.items{
	position:absolute;
	float:left;
	background:none;
	}
.index_banner ul.items li{
	float:left;
	background:none;
	}
.index_banner ul.items li a{
	float:left;
	line-height:normal !important;
	border:none;/*For IE*/
	width: 100%;
    height: 100%;
	}
.index_banner ul.items li a img{
	display:block;
	border:none;/*For IE*/
	width: 100%;
    height: 100%;
	}
.index_banner .nums{
	position:absolute;
	right:10px;
	bottom:10px;
	}
.index_banner .nums a{
	width:15px;
	height:15px;
	float:left;
	display:inline;
	margin:0 3px;
	cursor:pointer;
	background:url(../images/btn_sprite_1.png) -140px -203px no-repeat;
	}
.index_banner .nums a.active{
	background-position:-140px -188px;
	}
/**************************************/
.index_gamedata{
	min-height:400px;
	}

#data_banner {
	position: relative;
	margin-top:30px;
	height: 800px;
	width: 100%;
}
#data_banner_li {
	position: relative;
	width: 100%;
	height:717px;
}
#data_banner_li li {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -540px;
	width: 1080px;
	height: 717px;
}
#data_banner_li li a {
	display: block;
	width: 1080px;
	height: 705px;
	cursor: default;
}
#data_banner_li li img {
	display: block;
	width: 100%;
	height: auto;
}
.data_banner_img {
	display: block;
}

#data_banner .focus_handle {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	z-index: 100;
	display: block;
	width: 76px;
	height: 83px;
	background-image:url(../images/focus_sprite.png);
}
#data_next_img {
	left: 0;
}
#data_next_img {
	left: 80px;
	background-position: 0 -80px;
}
#data_next_img:hover {
	background-position: 0 -165px;
}
#data_prev_img {
	right: 0;
}
#data_prev_img {
	right: 80px;
	background-position: -76px -80px;
}
#data_prev_img:hover {
	background-position: -76px -165px;
}
#focus_dot {
	position: absolute;
	left: 50%;
	bottom: 60px;
	z-index: 999;
}
#focus_dot li {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background:url(../images/focus_sprite.png) no-repeat -52px -34px;
	cursor: pointer;
}
#focus_dot li.current {
	background-position: -76px -34px;
}
/**************************************/	
.vortex {
	position: relative;
	height: 310px;
	}
.vortex li {
	float:left;
	margin-right:20px;
	}
	
.vortex li:last-child{
	margin-right:0;
	}

.vortex li a{
	cursor:pointer;
	}
/**************************************/	
.index_serinfo{
	margin-top:30px;
	height: 102px;
	}
	
.index_partner{
	float:left;
	position:relative;
	background:url(../images/partner_bg.png) repeat;
	padding-bottom:25px;
	}

.partner_title{
	text-indent: -9999em;
	margin:25px 0 0 30px;
	width:130px;
	height:52px;
	background:url(../images/btn_sprite_1.png) no-repeat;
	background-position:0 -189px;
	}
	
.par_scroll{
	float: left;
	margin:25px 0 0 25px;
	width: 860px;
	height:52px;
	overflow: hidden;
	}

.par_scroll ul li{
	float:left;
	margin: 0 20px 15px 0;
	}
	
.par_scroll a{
	float: left;
	width: 100px;
	height: 50px;
	border: solid 1px #d6d6d6;
	}
	
.par_scroll img{
	display:block;
	width:100px;
	height:50px;
	}
/**************************************/	
.pop_vortex {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	_margin-top:expression(eval(document.documentElement.scrollTop));
	background: url(../Images/pop_vortex.png) no-repeat 0 0;
	left: 50%;
	width: 923px;
	height: 562px;
	margin-left: -462px;
	z-index: 10000;
	}
	
.pop_vortex .vortex_box {
	padding: 12px 0 0 50px;
	}
	
.vortex_box img{
	width:822px;
	height:539px;
	}
/**************************************/
.pop_service, .pop_gift, .pop_reg{
	display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    _margin-top: expression(eval(document.documentElement.scrollTop));
    left: 50%;
    width: 540px;
    height: 333px;
    margin-left: -270px;
    z-index: 10000;
	background:url(../images/pop_service.png) no-repeat;
}

.service_cont{
	padding: 50px 120px;
	color:#fff;
	}
	
.service_cont h1{
	text-align:center;
	font-size:40px;
	line-height:48px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #A6E3F7;
    color: #00EAFF;
	}
	
.service_cont p{
	font-size:18px;
	line-height:36px;
	text-align:center;
	}	
/**************************************/
.gift_cont{
	padding:35px 80px;
	color:#fff;
	}
	
.gift_cont h1{
	text-align:center;
	font-size:30px;
	line-height:40px;
	margin-bottom:20px;
	}

.gift_cont .anhao {
    width: 150px;
    text-align: center;
    margin: 15px auto;
    padding: 15px;
    font-size: 16px;
    border: 1px dashed #FDFF00;
}
	
.gift_cont p{
	font-size:18px;
	line-height:36px;
	text-align:center;
	}

.btn_copy {
    display: block;
	cursor:pointer;
	text-align:center;
    height: 45px;
    color: #095095;
    background:#00F8FF;
	font-family:"microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 45px;
    width: 175px;
    margin: 0 auto;
    margin-top: 10px;
	border:none;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/**************************************/
.reg_cont{
	padding: 50px 105px;
	color:#fff;
	}
	
.reg_cont h1{
	text-align:center;
	font-size:40px;
	line-height:48px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #A6E3F7;
    color: #00EAFF;
	}
	
.reg_cont p{
	font-size: 18px;
    line-height: 36px;
    text-align: center;
	}
	
.reg_down{
	margin-top:15px;
	}
	
.reg_down > a{
	float:left;
	}

.reg_down .btn_ios{
	top:45px;	
	margin-right:15px;
	}
	
.reg_down .btn_android{
	bottom:12px;
	}