/* 首页 */
/* body{
	min-width:1200px;	
} */
.head_left li {
    float: left;
    border-right: 1px solid #494949;
    padding-right: 12px;
    padding-left: 12px;
    color: #ebebeb;
}

.nav {
    width: 100%;
    height: 90px;
    background: #313131;
    border-top: 1px solid #404040;
}

.nav_wrap {
    width: 1200px;
    margin: 0 auto;
    height: 90px;
}
.nav_left {
    width: 600px;
}
.nav_left a {
    width: 368px;
    height: 60px;
    display: inline-block;
    background: url(../image/logo.png) no-repeat;
    position: relative;
    top: 18px;
}
.nav_mid {
    width: 600px;

    position: relative;
}
.nav_search {
    width: 500px;
    height: 36px;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
	background:none;
}
.hot {
    position: absolute;
    bottom: 10px;
    left: 100px;
    color: #999;
    font-size: 12px;
}
.nav_input {
    width: 417px;
    height: 36px;
    vertical-align: top;
    border-right: 1px solid #dcdcdc;
    text-indent: 0.8em;
    font-size: 14px;
    background: #fff;
    border-radius: 4px 0px 0px 4px;
}
.nav_but {
    width: 80px;
    height: 36px;
    cursor: pointer;
    background: #ff7800;
    margin-left: -4px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
}
.nav_but:hover{
	color:#fff;
	background:#71d900;
	transition:0.3s all;
} 

.menu_bar{
	height:54px;
	background:#FAFFF5;
	box-shadow: 5px 5px 10px rgba(204,204,204,0.5);
}
.header {
    width: 100%;
    height: 40px;
    background: #313131;
    border-bottom: 1px solid #1c1c1c;
}
.menu_bar_div{
	width:1200px;
	height:54px;
	margin:0 auto;
}
.menu_bar li{
	width:133px;
	height:54px;
	float:left;
	text-align:center;
	position:relative;
	
}
.menu_bar li a{
	color:#111;
	font-size:16px;
	width:100px;
	line-height:34px;
	margin-top:10px;
	border-radius:18px;
	display:inline-block;
}
.menu_bar li  a.active{
	background:#ff7800;
	color:#fff;
	width:100px;
	height:34px;
	display:inline-block;
}
.menu_bar li:hover  a{
	color:#fff;
	background:#ff7800;
	transition:0.3s all;	
}
.menu_bar li  img{
	display:inline-block;
	text-align:right;
	position:absolute;
	right:0;
	top:13.5px;
}
.dargmenu {
    z-index: 99;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -58px;
    border-top: none;
    border-bottom: none;
}

.dargmenu li {
    list-style: disc;
    display: block;
    width: 110px;
    height: 40px;
    background: #211b1b;
    text-align: center;
    line-height: 40px;
    z-index: 99;
}
.head_right li a {
    color: #cfcfcf;
}
.head_left li a, .head_right li a {
    color: #cfcfcf;
}
.dargmenu a {
    color: #ffffff;
}


/*最左侧按钮样式*/
.most_left{
	position: fixed;
	z-index: 9999;
	right: 0;
	box-shadow: 0px 4px 12px 0px rgba(7, 17, 27, 0.1);
	background: #fff; 
	width:50px; 
	margin-top:80px;
}
.most_left_div{
	top:10px;
	left: 1200px;
}
.most_left_div ul{
	list-style: none
}
.most_left_div li{
	width: 50px;
	height: 60px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.most_left_div li a{
	width: 26px;
	height: 26px;
	cursor: pointer;
	line-height:60px;
}
.most_left_div li a:hover{
	color:#fff;
	transition:0.3s all;
}

.load1{
	padding:0 6px;
	
}
.load1 i{
	height:14px;
	display:inline-block;
	width:1px;
	background:#dcdcdc;
	margin-left:8px;
	position:relative;
	top:1px;
}
.load1 span{
	width:28px;
	height:28px;
	display:inline-block;
	position:relative;
	background:url(../image/kehu.png) no-repeat;
	position:relative;
	top:9px;

} 
.load1:hover span{
	background:url(../image/kehu.png) no-repeat;
	background-position:0 -29px;
	transition:0.3s all;
	
}
.load2 span{
	width:30px;
	height:28px;
	display:inline-block;
	position:relative;
	background:url(../image/wenti.png) no-repeat;
	position:relative;
	top:9px;

} 
.load2:hover span{
	background:url(../image/wenti.png) no-repeat;
	background-position:0 -28px;
	transition:0.3s all;
	
}
.load3 span{
	width:30px;
	height:32px;
	display:inline-block;
	position:relative;
	background:url(../image/app-xt.png) no-repeat;
	position:relative;
	top:12px;

} 
.load3:hover span{
	background:url(../image/app-xt.png) no-repeat;
	background-position:0 -35px;
	transition:0.3s all;
	
}
.load4 span{
	width:30px;
	height:28px;
	display:inline-block;
	position:relative;
	background:url(../image/weixin_bann.png) no-repeat;
	position:relative;
	top:9px;

} 
.load4:hover span{
	background:url(../image/weixin_bann.png) no-repeat;
	background-position:0 -28px;
	transition:0.3s all;
	
}
.kfImg_kf{
	position: absolute;
	top:-60px;
	right:60px;
}
.kfImg_e{
	width:120px;
	height:120px;
	position: absolute;
	top:-35px;
	right:185px;
	
}
.wxImg_kf{
	position: absolute;
	top:-60px;
	right:60px;
}
.wxImg_e{
	width:120px;
	height:120px;
	position: absolute;
	top:-35px;
	right:185px;
}
.login_tab .layui-tab-title  li.layui-this{
	color:#009def;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 3px solid #009def !important;	
}
.login_tab .layui-tab-title  li{
	width:160px;
	text-align:center;
	padding:0;
	color:#333;
	font-size:20px;
	padding-bottom:10px;
	line-height:20px;
}
.login_tab .layui-tab-title  li.layui-this{
	color:#009def;
}
#lay_box2 .layui-tab-content{
	padding:0;
	position:relative;
	top:-12px;
}
#lay_box2 .login_tab{
	width:320px;
	margin:0 auto;
	margin-top:46px;
}
.login{
	margin-top:10px;
}
.login input{
	width:320px;
	height:40px;
	background:#009def;
	border-radius:4px;
	color:#fff;
	font-size:16px;
}

.all {
    width: 1200px;
    margin: 0 auto;
    background-color: #f4f4f4;
}

.game_img {
    width: 350px;
    height: 400px;
    float: left;
    position: relative;
}
.game_img img{
	width: 350px;
    height: 400px;
}
.gameimg{ height: 400px;
width: 350px;}
.game_img1 {
    width: 250px;
    height: 400px;
    float: left;
	
}
.game_img1_top {
    width: 250px;
    height: 258px;
	position:relative;
}
.game_img1_top img{
	width: 250px;
    height: 258px;
}
.game_img1_img1 {
    width: 250px;
}
.game_img1_bot {
    width: 250px;
    height: 142px;
	position:relative;
}
.game_img1_bot img{
	width: 250px;
    height: 142px;
}
.game_img1_img {
    width: 252px;
    height: 142px;
}
.game_img2 {
    width: 350px;
    height: 400px;
    float: left;
	position:relative;
}
.game_img2 img{
	width: 350px;
    height: 400px;
}
.game_img1_im {
    width: 349px;
    height: 400px;
    float: left;
}

.game_img3 {
    width: 250px;
    height: 400px;
    float: left;
	position:relative;
}

.game_img3_top {
    width: 250px;
    height: 258px;
	position:relative;
}
.game_img3_top img{
	width: 250px;
    height: 258px;
}
.game_img3_img {
    width: 250px;
    height: 258px;
}
.game_img3_bot {
    width: 250px;
    height: 142px;
	position:relative;
}
.game_img3_bot img{
	width: 250px;
    height: 142px;
}

.game_img img,
.game_img1 img,
.game_img2 img,
.game_img3 img {
    display: block;
    border: none;
}

.new_game {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    margin-top: 20px;
}

.recommend_game {
    width: 150px;
    float: left;
}

.recommend_game ul li{
    color: #666;
    height: 68px;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 3px;
    border-radius: 5px;
	background:#eeeeee;
	background-position: 20px 50%;
}
.recommend_game li span{
	width:24px;
	height:24px;
	display:inline-block;
	position:relative;
	top:6px;
	margin-right:8px;

}
.recommend_game li a{
	font-size:18px;
	color:#333;
}
.recommend_game .active{
	background:#ff7800;	
}
.recommend_game .active span{
	background-position: 0 -25px;
}
.recommend_game .active a{
	color:#fff;
}
.recommend_game .on span{ 
    background-image: url(../image/zuixin.png);
}
.recommend_game .tuijian span{
    background-image: url(../image/jian.png);
}
.recommend_game .remen span{
    background-image: url(../image/remen.png);
}
.game_names{
    color: #FFFFFF;
    font-size: 18px;
}


.big_game {
    width: 1000px;
    float: right;
}

.big_game ul li {
    width: 100px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.big_game ul li img {
    padding-bottom: 5px;
    border-radius: 16px;
	width:70px;
	height:70px;
}

.big_game ul li p {
    font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	width: 90px
}

.big_game ul li a {
    color: #666;
}

.sort {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.sort_left {
    width: 745px;
    float: left;
    background-color: #fff;
	padding: 0px;
	height: auto;
}

.sort_right {
    width: 435px;
    float: right;
	height:auto;
}

.sort_left_top {
    width: 756px;
    overflow: hidden;
}

.sort_top_left {
    width: 136px;
    float: left;
    text-align: center;
}

.sort_top_left ul li {
    height: 78px;
    margin-bottom: 8px;
}

.sort_top_left ul li img {
    border: 4px solid #eeeeee;
    border-radius: 5px;
}

.sort_top_left ul li.on img {
    border-color: #ff7800;
}

.sort_top_right {
    width: 560px;
    float: left;
    margin-left: 20px;
}

.sort_top_right img {
    display: block;
    border: 4px solid #eeeeee;
}



/* 首页样式结束 */

/* tab */
.pub_letter{
	width:150px;
	float:left;
	background:#fff;
	overflow-y:auto;	
}

.tab_div{
	width: 100%;
	color: #000;
	display: none;
}
.big_game .show{
	display: block;
}

/* tab */


/* 手风琴效果开始 */


/* .fold_wrap{ */
	/* width:1200px; */
	/* height:110px; */
	/* padding-bottom:20px; */
	/* overflow:hidden; */
	/* } */
/* .fold_wrap li{ */
	/* float:left; */
	/* width:100px; */
	/* height:110px; */
	/* position:relative; */
	/* overflow:hidden; */
	/* cursor:pointer; */
	/* margin-right:10px; */
	/* } */
/* .fold_wrap li .mask_b{ */
	/* position:absolute; */
	/* overflow:hidden; */
	/* width:100%; */
	/* height:100%; */
	/* left:0; */
	/* top:0; */
	/* background:rgba(0,0,0,.3); */
	/* _background:#B2B2B2; */
	/* } */
/* .fold_wrap li.active .mask_b{background:none;} */
/* .fold_wrap li .mask_b h4{ */
	/* color:#fff; */
	/* width:30px; */
	/* margin:0 auto; */
	/* display:block; */
	/* font:30px/30px Microsoft Yahei; */
	/* position:relative; */
	/* padding:30px 0 0 0; */
	/* } */
/* .fold_wrap li.big{width:342px;} */
/* .fold_wrap li .adv_intro{  */
	/* width:47px;  */
	/* height:38px;  */
	/* line-height:38px; */
	/* padding-left:4px; */
	/* padding-top:2px; */
	/* position:absolute; */
	/* left:-2px; */
	/* bottom:-1px; */
	/* background:url(../images/le_a.png) no-repeat;  */
	/* color:#FFF; */
	/* overflow:hidden; */
	/* } */
/* .adv_intro_show{ */
	/* bottom:0 !important; */
	/* transition:bottom 0.3s linear 0.3s; */
	/* -webkit-transition:bottom 0.3s linear 0.3s; */
	/* } */

/* .pic_auto{ */
	/* width:100%; */
	/* height:100%; */
	/* } */
/* .pic_auto1{background:url(../images/l_1.jpg) no-repeat;} */
/* .pic_auto2{background:url(../images/l_2.jpg) no-repeat;} */
/* .pic_auto3{background:url(../images/l_3.jpg) no-repeat;} */
/* .pic_auto4{background:url(../images/l_4.jpg) no-repeat;} */
/* .pic_auto5{background:url(../images/l_5.jpg) no-repeat;} */
/* .pic_auto6{background:url(../images/l_6.jpg) no-repeat;} */
/* .pic_auto7{background:url(../images/l_7.jpg) no-repeat;} */
/* .pic_auto8{background:url(../images/l_8.jpg) no-repeat;} */

/* 手风琴效果结束 */

/* 首页轮播开始 */
.pos-r {position: relative;}
.pos-a {position: absolute;}
.Opacity {opacity: .5;filter: alpha(opacity=50);}
/*幻灯片*/
.slide{
	width:745px;
	height:340px;
	position:relative;
	}
#PicSlide{
	overflow:hidden;
	_zoom:1;
	height:360px;
	padding:12px;
	width:755px;
	}
#PicSlide .imglb{ 
	width:573px;
	height:340px;
	overflow:hidden;
	float:left;
	padding:5px; 
	background:#f4f4f4; 
	
	} 
#PicSlide .imglb li{
	width:588px;
	height:330px;
	position:relative;
}
#PicSlide .imglb img{
	width:573px;
	height:330px;
	margin:0 auto;
}
#PicSlide .imglb p{
	width:573px;
	height:30px;
	line-height:26px;
	text-indent:1em;
	position:absolute;
	bottom:0;
	left:0;
	background:url(../image/d_bg.png) repeat-x;
	color:#fff;
}
#PicSlide .imglb p span{
	width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:inline-block;
}

#PicSlide .thumb .now-status {
    position: absolute;
    width: 130px;
    height: 20px;
    background:#000;
    z-index: -1;
    top: 0;
    left: 0;
}
#PicSlide .thumb{
	overflow:hidden;
	_zoom:1;
	width:137px;
	float:left;
	margin-right:10px;
	height:auto;
}
#PicSlide .thumb ul{
	z-index:20;
	width:137px;
	overflow:hidden;
	_zoom:1;
}
#PicSlide .thumb li{
	width:135px;
	height:80px;
	padding:5px;
	background:#f4f4f4;
	margin-bottom:6px;
	border-radius:5px;
	cursor:pointer;
	box-sizing: border-box;
}
#PicSlide .thumb li.active{
	background:#ff7800;
}
#PicSlide .thumb li img{
	width:125px;
	height:70px;
}
/* 首页轮播结束 */
/* nav结束 */
.syzh{
	height:100px;
	width:180px;
	border-right:1px solid #585858; 
	margin-top:30px;
	float:left;
}
.footer{
	width:100%;
	height:210px;
	background:#333;
	margin-top:10px;
}
.footer_wrap{
	width:1200px;
	margin:0 auto;
	padding-top:15px;
}
.foot_left{
	width:620px;
	display:inline-block;
	float:left;
	text-align:center;
}
.foot_left  li{
	height:50px;
	line-height:50px;
}
.foot_left  li a{
	margin:0 20px;
	color:#b8b8b8;
	font-size: 14px;
}
.foot_left  li a.active{
	color:#fff;
	margin-left:34px;
}
.foot_right{
	width:400px;
	display:inline-block;
	text-align:center;
}
.foot_right_t{
}
.foot_right_t li{
	float:left;
	width:100px;
	text-align:center;
	margin-left: 30px;
}
.ew3{
	width: 80px;
    height: 80px;
    border-radius: 14px;
}
.foot_right_t li img{
	margin:0 auto;
	width:80px;
	height:80px;
	border-radius:16px;
}
.foot_right_t li span{
	color:#fff;
	margin-top:10px;
	display:block;
	font-size: 12px;
}
.foot_right_bot{
	line-height:31px;
}
.foot_right_bot a{
	color:#fff;
	padding-right:8px;
	padding-left:4px;
	border-right:1px solid #fff;
	height:14px;
	line-height:14px;
	display:inline-block;
	font-size: 12px;
}
.foot_right_bot h4{
	color:#fff;
	font-size: 12px;
}
/* footer结束 */

.information{
	height:800px;
	padding:0px 10px 0px 10px;
	font-size:0px;
	font-weight:400;
}
.news_inf{
	height:60px;
	line-height:60px;
	background:#fff;	
}
.news_inf img{
	width:24px;
	height:24px;
	float:left;
	margin-top:18px;

}
.news_inf h2{
	font-size:20px;
	color:#111;
	font-weight:700;
	float:left;
	margin-left:10px;
}
.Added {
    height: 30px;
    display: inline-block;
    text-align: right;
    color: #ff7800;
    float: right;
    margin-right: 15px;
}
.Added :hover{
	color:#71d900;
	transition:0.3s all;
}
.Added i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../image/added_img.png) no-repeat 0 0;
    background-size: 18px;
    margin-right: 3px;
    position: relative;
    top: 4px;
}
.Added p {
    float: right;
    font-size: 12px;
	color: #ff7800;
}
.middle_inf{
	margin-top:5px;
	height:205px;
	border-bottom:1px dashed #dcdcdc;
}
.middle_inf li{
	width:230px;
	height:148px;
	float:left;
	margin-right:23px;
}
.middle_inf li:nth-child(3n){
	margin-right:0;
}
.middle_inf li img{
	width:226px;
	height:148px;
}
.middle_inf p{
	text-align:center;
	margin-top:19px;
	margin-bottom:19px;
	font-size:14px;
	color:#333;
	width: 226px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.recommen li{
	height:130px;
	border-bottom:1px dashed #dcdcdc;
	margin-right:0px;
}
.recommen li:last-child {
	border-bottom:0;
}
.recommen_one{
	width:146px;
	float:left;
	margin-top:20px;
}
.recommen_one img{
	width:146px;
	height:96px;
}
.recommen_two{
	width:559px;
	float:left;
	margin-left:20px;
}
.recommen_two h2{
	margin-top:20px;
	color:#111;
	font-size:16px;
	font-weight:500;
	width: 540px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.recommen_two p{
	font-size:14px;
	color:#999;
	width: 535px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    LINE-HEIGHT: 27px;
    padding-top: 2px;
}
.recommen_two a{
	font-size:14px;
	color:#f4340e;
}
.recommen_two a:hover{
	color:#f4340e;
}
.recommen_two span{
	text-align:right;
	float:right;
	color:#999;
	font-size:14px;
}
.recommen_two:hover  h2{
	color:#f4340e;
	transition: 0.3s all;
}
.border_line {
    width: 100%;
    height: 10px;
    background: #eee;
}
.Hot_activities{
	height:290px;
	padding:0px 10px 0px 10px;
}
/* .activ_img li{ */
	/* width:345px; */
	/* height:310px; */
	/* float:left; */
	/* border:1px solid #dcdcdc; */
	/* margin-right:29px; */
	/* text-align:center; */
	/* box-sizing: border-box; */
/* } */
/* .activ_img li:nth-child(2n){ */
	/* margin-right:0; */
/* } */
/* .activ_img img{ */
	/* width:344px; */
	/* height:180px; */
/* } */
/* .activ_img h2{ */
	/* font-size:16px; */
	/* color:#111; */
	/* padding-top:10px; */
	/* text-align: left; */
	/* width: 317px; */
    /* margin: 0 auto; */
	/* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* word-break: break-all; */
/* } */
/* .activ_img p{ */
	/* color:#999; */
	/* font-size:14px; */
	/* margin-top:12px; */
	/* margin-left:19px; */
	/* margin-bottom:15px; */
	/* text-align: left; */
/* } */
/* .activ_img a{ */
	/* width:301px; */
	/* height:36px; */
	/* line-height:36px; */
	/* background:#ff7800; */
	/* font-size:16px; */
	/* color:#fff; */
	/* display:inline-block; */
	/* text-align:center; */
	/* margin:0 auto; */
	/* border-radius:4px; */
	/* box-sizing: border-box; */
/* } */
/* .activ_img a:hover{ */
	/* color:#fff; */
	/* background:#71d900; */
	/* transition:0.3s all; */
/* } */

.recommend{
	width:435px;
	height:625px;
    background: #FFFFFF;
	padding:0px 10px 0px 10px;
}
.z_game_list {
    background: #fff;
	height:111px;
	border-bottom:1px solid #dcdcdc;
	width:415px;
}
.content_game {
    width: 335px;
    float: left;
}
.content_game img {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 16px;
	margin-top:15px;
}
.order_gInfor {
    display: inline-block;
    float: left;
    margin-left: 10px;
    width: 245px;
	margin-top:15px;
}
.order_gInfor h2 {
    color: #333;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
}
.order_gInfor_p {
    margin-top: 0.5em;
    font-size: 1em;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
	margin-top:10px;
}
.order_gameR {
    width: 68px;
	margin-right:0px;
}
.order_gameR_span {
    width: 66px;
    height: 28px;
    background: #ff7800;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 28px;
    font-size: 0.8em;
    margin-top: 18px;
    text-align: center;
}
.order_gameR .have_received{
	background:#30b8ff
}
.order_gameR .have_received:hover{
	background:#30b8ff
}
.order_gameR_span:hover{
	color:#fff;
	background:#71d900;
	transition:0.3s all;
}
.z_game_list:last-child{ 
	border-bottom:0;
} 
.open_service{
	width:435px;
	height:526px;
    background: #FFFFFF;
	padding:0px 10px 0px 10px;
}
.order_gInfor_p i{
	color:#f4340e;
}
.package{
	width: 66px;
    height: 28px;
	border:1px solid #ff7800;
    display: inline-block;
    border-radius: 4px;
    color: #ff7800;
    line-height: 28px;
    font-size: 0.8em;
    margin-top: 10px;
    text-align: center;
}
.package:hover{
	color:#ff7800;
	border:1px solid #71d900;
	transition:0.3s all;
}
.raiders{
	height:290px;
	width:435px;
	background:#fff;
	padding:0px 10px 0px 10px;
    border:none;
}
.raiders_text{
	height:202px;
	width:402px;
	float:left;
    position: relative;
}

.raiders_text img{
	width:402px;
	height:202px;
}
.raiders_text  p {
    width: 402px; 
    height: 30px; 
    line-height: 26px; 
	text-indent: 1em; 
	position: absolute; 
    bottom: 0; 
    left: 0; 
    background: url(../image/d_bg.png) repeat-x; 
    color: #fff; 
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
 }
.raiders_title{
}
.raiders_title i{ 
	width: 4px;
    height: 4px;
    border-radius: 50px;
    background: #ff7800;
    border: 1px solid #ff7800;
    display: inline-block;
	float:left;
	margin-top:5px;
	margin-right:20px;
 } 
.raiders_whole{
	margin-left: 10px;
}
.raiders_title li {
    font-size: 14px;
	height:25px;
	margin-bottom:12px;
}
.raiders_title p{
	font-size:14px;
	color:#333;
	float:left;
	width:370px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.middle_lefts{
	overflow:hidden;
	height:444px;
	}
.community {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
	margin-bottom:16px;
}
.community h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 25px;
    background: url(../image/wanjia.png) no-repeat scroll 0% 50%;
}


.link_friendship h2 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 35px;
	margin-left:10px;
	font-size: 18px;
    color: #333333;
    font-weight: 700;
    background: url(../image/href.png) no-repeat scroll 0% 50%;
}

.community_bot {
    padding: 15px 0;
}

.community_bot ul li {
    width: 237px;
    height: 210px;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 30px;
    margin-right: -1px;
}
.community_bot ul li p {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding: 10px 0;
}
.community_bot ul li span {
    font-size: 14px;
}



.dongtai {
    font-size: 14px;
    color: #333333;
}

.tianyu {
    font-size: 14px;
    color: #666666;
}

.youqing {
    font-size: 18px;
    color: #FFFFFF;
}
.youqing:hover{
	color:#fff;
}
/*游戏中心样式开始*/


/* body{} */

.al {
    width: 1200px;
    margin: 0 auto;
	min-height:500px;
}
.game_bg{
	width:100%;
	background: url(../image/beijing.jpg) no-repeat center 0;
	
}
.position{
    height: 65px;
}
.position p{
	height: 65px;
    white-space: nowrap;
	}
.position span {
    font-size: 14px;
    color: #333333;
    /* margin: 10px 10px 10px 10px; */
    line-height: 65px;
}

.position  a {
    font-size: 14px;
    color: #333333;
}

.type {
    font-size: 14px;
    color: #333333;
    margin: 10px 10px 10px 30px;
}

.unlimited {
    text-align: center;
    display: inline-block;
    background: #ff7800;
    font-size: 14px;
    color: #fff;
    height: 25px;
    line-height: 25px;
	padding: 1px 15px;
}
.unlimited:hover{
	color: #fff;
}
.unlimited_a {
    margin: 10px 13px;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    height: 22px;
    line-height: 22px;
}
.newes_size{
	margin-left:20px;
}
.newest {
    border-bottom: 4px solid #ff7800;
    color: #ff7800;
    float: left;
    font-size: 20px;
	padding:10px 10px;
	
}

.hottest {
    float: left;
    margin: 10px 10px 10px 10px;
    font-size: 20px;
    color: #333333;
}

.middle {
   background:rgba(255,255,255,0.4);
   margin-bottom:0 !important;
}

.zuixin1 {
    width: 170px;
    float: left;
}

.zuixin1 ul {
    margin-top: 15px;
}

.zuixin1 ul li {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    height: auto;
    background: #ffffff;
}
.zuixin1 p{
	color: #999;
    font-size: 12px;
    margin-bottom: 9px;
	margin-top: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.zuixin1 i{
	color: #f4340e;
}
.zuixin {
    width: 170px;
    float: left;
    margin-left: 25px;
}
.zuixin: hover{
    width: 170px;
    float: left;
    margin-left: 25px;
}
.zuixin ul {
    margin-top: 15px;
}

.zuixin ul li {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    height: auto;
    background: #ffffff;
}

.div_one {
    line-height: 45px;
    margin: 10px 0;
}

.div_one h2 {
    position: relative;
    float: left;
    font-weight: normal;
	font-size:16px;
	margin-right:6px;
}

.div_cv {
    float: left;
	width:1070px;
}

.middle ul li {
    width: 183px;
    float: left;
    margin-left: 20px;
    margin: 0px 0px 0px 16px;
    padding-top: 13px;
    padding-bottom: 10px;
}

.zuixin1 {
    text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 10px 0;
}

.zuixin1 a img {
    display: block;
    border: none;
    margin: 0 auto;
	border-radius: 15px;
}

.zuixin1 .game {
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
    padding-top: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	width: 170px;
}
.xing{border: medium none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 9px}
.zuixin1 .role {
    font-size: 12px;
    color: #999999;
    padding-bottom: 10px;
	height: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zuixin1 .download {
    width: 84px;
    height: 32px;
    background: #ff7800;
	border:0 !important;
    border-radius: 16px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
.zuixin1 h2{
	color: #333;
    font-size: 18px;
    margin-bottom: 8px;
	width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    margin: 0 auto;
    margin-top: 8px;    
}
.small_img, .big_img{
	
	overflow:hidden;
}
.zuixin1:hover img{
	-webkit-animation:pulse 1s .1s ease both;
	-moz-animation:pulse 1s .1s ease both;
}
.hover_img:hover img{
	-webkit-animation:pulse 1s .1s ease both;
	-moz-animation:pulse 1s .1s ease both;
}
@-webkit-keyframes pulse{
0%{-webkit-transform:scale(1)}
50%{-webkit-transform:scale(1.1)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes pulse{
0%{-moz-transform:scale(1)}
50%{-moz-transform:scale(1.1)}
100%{-moz-transform:scale(1)}
}

/* 游戏中心样式结束 */

/* 活动中心 */

.all_con {
    width: 1200px;
    margin: 0 0 50px auto;
}

.all_left {
    width: 880px;
    float: left;
    height: auto;
	background:#fff;
	min-height:320px;
}

.all_right {
    width: 300px;
    float: right;
    height: auto;
    margin-right: 1px;
}
.activity_list{
	height:54px;
	width:880px;
	background:#fff;
}
.activity_list li{
	float:left;
	width:292px;
	height:54px;
	line-height:54px;
	font-size:22px;
	color:#333;
	text-align:center;
	position: relative;
	cursor:pointer;
	border-bottom:1px solid #F4F4F4;
	border-right:1px solid #F4F4F4;
}
.activity_list li:nth-child(3n){
	border-right:0;
}
.activity_list .ac_list_li{
	background:#ff7800;
	color:#fff;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	display:block;
}
.list_but{
	width:880px;
	background:#fff;
	margin-top:35px;
}
.list_but .show{
	display: block;
}
.list_but li{
	width:403px;
	background:#fff;
	height:316px;
	margin:17px;
	float:left;
	border:1px solid #dcdcdc;
	text-align:center;
}
.list_but_img{
	width:403px;
	height:180px;	
}
.whole_a{
	width: 405px;
    height: 280px;
}
/* .list_but li:hover img{ */
	/* -webkit-animation:pulse 1s .1s ease both; */
	/* -moz-animation:pulse 1s .1s ease both; */
/* } */
.list_but h2{
	color:#333;
	font-size:16px;
	padding:12px 15px 12px 15px;
	width:370px;
	float:left;
	font-weight:700;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	text-align:left;
}
.list_but p{
	margin-left:15px;
	width:250px;
	float:left;
	font-size:14px;
	color:#999;
}
.list_but_a{
	width:370px;
	height:38px;
	line-height:38px;
	background:#ff7800;
	color:#fff;
	font-size:16px;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	margin-top:16px;
	border-radius:4px;
	float:none;
}
.list_but_a:hover{
	color:#fff;
}
.list_but .list_end{
	background:#ccc;
}
.z_sjx{
	display:none;
}
.z_sjx img{
	width:14px;
	height:6px;
	position: absolute;
	left: 146px;
	top: 53px;
}
.activity_list.arrow-down {
    
}
.pub_box .show{
	display:inline-block;
}
.game_rank {

}
.game_rank h3 {
    font-size: 16px;
    color: #333333;
    border-bottom: 4px solid #ff7800;
    width: 100px;
    padding-bottom: 10px;
}
.game_rank_h3 {
    font-size: 16px;
    color: #333333;
    border-bottom: 4px solid #ff7800;
    width: 100px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.rank {
	background:#fff;
}

.rank ul li {
    padding: 15px 0;
    padding-left: 15px;
    border-bottom: 1px dashed #ddd;
}
.rank li:nth-child(8n){
	border-bottom:0;
}
.rank ul li i {
    width:16px;
	height:16px;
	background:#AFAFAF;
	border-radius:4px;
	display:inline-block;
	text-align:center;
	line-height:16px;
	color:#fff;
	font-size:12px;
}
.rank .rank_i{
	width: 16px;
    height: 48px;
    background: #ff7800;
    display: inline-block;
    padding-top: 25px;
	margin-right:10px;
}
.rank_title{
	padding-left: 16px;
}
.one_div a{
	display: inline-block;
    width: 236px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.rank ul li img{
	width:65px;
	height:65px;
	border-radius:14px;
}
/* .rank ul li span { */
    /* font-size: 16px; */
    /* color: #333333; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* /* white-space: nowrap; */ */
	/* word-break: break-all; */
	/* width:200px; */
/* } */
.rank_img{
	height:65px;
	width:65px;
	border-radius: 16px;
}
.game_name {
    margin: 0 10px;
    color: #333333;
    font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	width:160px;
	display:inline-block;
}
.game_name a{
	display:inline-block;
	width:168px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.game_name2 {
    margin: 6px 0px;
    color: #999999;
    font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	width:160px;
}
.game_name_p{
	margin-left:0px;
}
.gamename{ 
    color: #999999;
    font-size: 12px;
}
.xing_img{
	width: 16px;
	height: 16px;
}
.game_name_span .img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 13px;
}
.game_name_p a{
	width:62px;
	height:26px;
	display:inline-block;
	background:#ff7800;
	color:#fff;
	font-size:14px;
	line-height:26px;
	text-align:center;
	border-radius:4px;
}
.game_name_p a:hover{
	color:#fff;
}
.particular{
	float:right;
}
.particular_a{
	width:20px;
	height:20px;
	border-radius:4px;
	background:#AFAFAF;
	display:inline-block;
	color: #fff;
    margin-top: 22px;
    line-height: 20px;
	text-align:center;
	margin-right:14px;
	font-size:12px;
	padding-top: 0px;
}
.particular_a:hover{
	color:#fff;
}
.selected{
	background:#ff7800;
}
/* 礼包列表 */
.game_package{
	background:#fff;
	width:1200px;
	height:60px;
	line-height:60px;
}
.game_package img{
	float:left;
	margin-top:18px;
	margin-left:15px;
}
.game_package h2{
	font-size:16px;
	font-weight:700;
	margin-left:10px;
	float:left;
}

.nav_Packet {
    width: 290px;
    height: 36px;
    border-radius: 2px;
    display: inline-block;
    float: right;
	background:none;
}
.nav_Packet_input {
    width: 180px;
    height: 32px;
    vertical-align: top;
    border-right: 1px solid #dcdcdc;
    text-indent: 0.8em;
    font-size: 14px;
    background: #f4f4f4;
    border-radius: 4px 0px 0px 4px;
	margin-top: 14px;
}
.nav_Packet_but {
    width: 80px;
    height: 32px;
    cursor: pointer;
    background: #ff7800;
    margin-left: -4px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
}
.nav_Packet_but:hover{
	color:#fff;
	background: #71d900;
    transition: 0.3s all;
}
.nav_but:hover{
	color:#fff;
} 


.game_giftcenter{
	width:1200px;
	margin:0 auto;
	background:#fff;
	margin-bottom:50px;
	min-height:500px;
}
.game_downloadlist {
	margin:0 auto;
}
.game_downloadlist li{
	width: 285px;
	float: left;
	padding-bottom: 10px;
	margin-left: 12px;
}
.game_downloadlist_list {
    width: 285px;
	height:99px;
    float: left;
    background-color: #f8f8f8;
    /* border-radius: 8px; */
    padding: 10px 0;
}
.game_downloadlist_list a{
	width:285px;
	display:inline-block;
}
.game_downloadlist_list img{
	width:72px;
	height:72px;
	float:left;
	margin-left:30px;
	margin-top:4px;
	border-radius: 16px;
}
.game_downloadlist_list p{
	margin-top: 15px;
    float: left;
    width: 120px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	margin-left: 20px;
	font-size:16px;

}
.game_downloadlist_list span{
	margin-top:10px;
	float:left;
	margin-left:20px;
	font-size:14px;
}
.game_downloadlist_list i{
	color:#f4340e;
	margin-right:5px;
}


/* 网游资讯 */
.online_games{
	padding:15px;
}
.online_games li{
	height:190px;
	border-bottom:1px solid #dcdcdc;
	margin-right:0px;
}
.online_games li:nth-child(6n){
	border-bottom:0;
}
.online_games_one{
	width:226px;
	float:left;
	margin-top:20px;
}
.online_games_one img{
	width:226px;
	height:148px;
}
.online_games_two{
	width:582px;
	float:left;
	margin-left:20px;
}
.online_games_two h2{
	margin-top:16px;
	color:#111;
	font-size:20px;
	font-weight:500;
	width: 540px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.online_games_two p{
	padding: 14px 0px 0px 0px;
	font-size:14px;
	color:#999;
	line-height:28px;
	height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
	margin-bottom: 5px;
}
.online_games_two a{
	font-size:14px;
	color:#f4340e;
}
.online_games_two a:hover{
	color:#f4340e;
}
.online_games_two span{
	text-align:right;
	float:right;
	color:#999;
	font-size:14px;
}
.more{
	width:880px;
	height:68px;
	line-height:68px;
	text-align:center;
	margin-right:0px;
	background:#fff;
	border-top:1px solid #dcdcdc;
}
.more a{
	display:inline-block;
	width:100%;
	font-size:16px;
	color:#333;
}

/* 礼包中心 */
.package_top{
	width:880px;
	height:auto;
	background:#fff;
}
.carousel{
	height:250px;
	width:880px;
	position: relative;
	margin-top:0px;
}
.carousel img{
	width:100%;
	height:250px;
}
.carousel p {
    width: 880px;
    height: 45px;
    line-height: 45px;
	font-size:16px;
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
	background:rgba(2,2,2,0.6);
    color: #fff;
	text-align:left;
	
}

.package_lied{
	padding:10px;
}
.package_list {
    background: #fff;
	height:138px;
	border-bottom:1px dashed #dcdcdc;
}
.package_list:nth-child(3n){
	border-bottom:0;
}
.package_content{
	width: 730px;
    float: left;
}

.package_content img {
    width: 110px;
    height: 110px;
    float: left;
    border-radius: 16px;
	margin-top:14px;
}
.g_d {
    margin-left: 20px;
}
.game_downloadlist_div {
    width: 238px;
    height: 9px;
    background-color: #dfdfdf;
    border-radius: 5px;
    margin: 10px 0 7px;
    position: relative;
    float: left;
}
.game_downloadlist_div em {
    width: 80%;
    height: 9px;
    background-color: #009def;
    border-radius: 5px;
    margin: 0;
    position: absolute;
    left: 0px;
}
.game_b{
	margin-left:25px;
	font-size:14px;
	color:#999;
	float:left;
	padding-top: 5px;
	font-weight:400;
}
.package_gInfor {
    display: inline-block;
    float: left;
    margin-left: 10px;
    width: 600px;
	margin-top:15px;
}
.package_gInfor h2 {
    color: #333;
    font-size:22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
}
.package_gInfor_p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
	margin-top:8px;
}
.package_gameR {
    width: 130px;
}
.package_gameR_span {
    width: 123px;
    height: 45px;
    background: #ff7800;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    margin-top: 18px;
    text-align: center;
}
.package_gameR_span:hover{
	color:#fff;
	background: #71d900;
    transition: 0.3s all;
}
.package_gameR .see{
	background:#30b8ff;
}
.hot_packs{
	width:880px;
	min-height:522px;
	padding:0 10px;
}

.hot_packs_content {
	margin:0 auto;
	padding-bottom:15px;
}
.hot_packs_content li{
	width: 202px;
	float: left;
	padding-bottom: 10px;
	margin-left: 12px;
}
.hot_packs_content_list {
    width: 204px;
	height:94px;
    float: left;
    background-color: #f8f8f8;
    /* border-radius: 8px; */
    padding: 10px 0;
}
.hot_packs_content_list a{
	width:194px;
	display:inline-block;
}
.hot_packs_content_list img{
	width:62px;
	height:62px;
	float:left;
	margin-left:14px;
	margin-top:4px;
	border-radius: 16px;
}
.hot_packs_content_list p{
	margin-top: 13px;
    float: left;
    width: 95px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
	margin-left: 20px;
	font-size:16px;

}
.hot_packs_content_list span{
	margin-top:10px;
	float:left;
	margin-left:20px;
	font-size:14px;
}
.hot_packs_content_list i{
	color:#f4340e;
	margin-right:5px;
}
.swiper-pagination-bullet{
	width:30px !important;
	height:10px !important;
	border-radius:2px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 200px !important;
    float: right !important;
	right:0px !important;
}
.swiper-pagination-bullet-active{
	background: #ff7800 !important;
}
/* .swiper-container{ */
	/* width:880px; */
	/* } */
/* .activ_img :hover img{ */
	/* -webkit-animation:pulse 1s .1s ease both; */
	/* -moz-animation:pulse 1s .1s ease both; */
/* } */
/* @-webkit-keyframes pulse{ */
/* 0%{-webkit-transform:scale(1)} */
/* 50%{-webkit-transform:scale(1.1)} */
/* 100%{-webkit-transform:scale(1)} */
/* } */
/* @-moz-keyframes pulse{ */
/* 0%{-moz-transform:scale(1)} */
/* 50%{-moz-transform:scale(1.1)} */
/* 100%{-moz-transform:scale(1)} */
/* } */


.test5 {
	height:0;
	width:0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-color:#FF9600 #3366ff transparent transparent;
	border-style:solid solid dashed dashed;
	border-width:40px 40px 0 0 ;
}

.hide{
	display:none;
}



/* 客服中心 */
.customer_service{
	width:1200px;
	height:auto;
}
.consultation{
	width:1200px;
	height:344px;
	background:#fff;
}
.consultation_title{
	height:60px;
	width:1150px;
	margin:0 auto;
	border-bottom:1px solid #dcdcdc;
}
.consultation_title h2{
	float:left;
	font-size:16px;
	color:#333;
	line-height:60px;
}
.consultation_title p{
	color:#999;
	font-size:14px;
	float:left;
	line-height:60px;
	margin-left:12px;
}
.consultation_title span{
	float:right;
	font-size:14px;
	color:#999;
	line-height:60px;
}
.consultation_title i{
	color:#f4340e;
}
.customer_service_content{
	height:auto;
	width:1200px;
}
.customer_service_content li{
	width:400px;
	float:left;
	text-align:center;
	height:260px;
}
.customer_service_content img{
	margin-top:32px;
}
.customer_service_content h2{
	color:#111;
	font-size:18px;
	margin-top:16px;
}
.customer_service_content p{
	color:#999;
	font-size:12px;
	margin-top:8px;
}
.customer_service_content a{
	display:inline-block;
	width:120px;
	height:35px;
	background:#30B8FF;
	line-height:35px;
	color:#fff;
	font-size:18px;
	border-radius:4px;
	margin-top:19px;
	transform: skew(-22deg);
}
.customer_service_content a:hover{
	color:#fff;
	background: #58c6ff;
    transition: 0.3s all;
}
.question_answer{
	width:1200px;
	height:auto;
	background:#fff;
	margin-top:10px;
	padding-bottom:20px;
}
.question_answer_content{
	margin-top:13px;
	height:auto;
	width:700px;
	float:left;
	margin-left:25px;
}
.question_answer_content li{
	height:100px;
	border-bottom:1px dashed #dcdcdc;
}
.question_answer_content li:last-child{
	border-bottom: 0;
}
.Q{
	width:20px;
	height:20px;
	border-radius:4px;
	background:#ff7800;
	display:inline-block;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:20px;
	float:left;
	margin-top:30px;
}
.A{
	width:20px;
	height:20px;
	border-radius:4px;
	background:#30B8FF;
	display:inline-block;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:20px;
	float:left;
	margin-top:9px;
}
.question_answer_content h2{
	margin-top:30px;
	float:left;
	margin-left:20px;
	font-size:16px;
	color:#111;
	width:650px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.question_answer_content p{
	float:left;
	margin-top:10px;
	font-size:14px;
	color:#999;
	margin-left:20px;
	width:650px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.describing_problems{
	width:400px;
	float:right;
	height:auto;
	margin-right:20px;
}
.describing_problems_h2{
	color:#333;
	font-size:16px;
	margin-top:46px;
}
.req_mes{
	resize: none;
    display: block;
    clear: both;
    width: 400px;
	height:146px;
    margin-top:16px;
    border: 1px solid #dcdcdc;
	line-height:28px;
	text-indent:12px;
}
.desc_inp{
	width:400px;
	height:44px;
	line-height:44px;
	border: 1px solid #dcdcdc;
	margin-top:17px;
	text-indent:12px;
}
.describing_but_l{
	width:190px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:inline-block;
	background:#ff7800;
	border-radius:4px;
	float:left;
	font-size:20px;
	color:#fff;
	margin-top:17px;
}
.describing_but_l:hover{
	color:#fff;
	background: #71d900;
    transition: 0.3s all;
}
.describing_but_r{
	width:190px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:inline-block;
	background:#30B8FF;
	border-radius:4px;
	float:right;
	font-size:20px;
	color:#fff;
	margin-top:17px;
}
.describing_but_r:hover{
	color:#fff;
	background: #58c6ff;
    transition: 0.3s all;
}
.hotline img{
	margin-top:15px;
	float:left;
}
.hotline h2{
	width:41px;
	font-size:18px;
	color:#999;
	float:left;
	margin-left:20px;
	margin-top:22px;
}
.hotline h1{
	color:#333;
	font-size:34px;
	font-weight:700;
	margin-top:23px;
	margin-left:10px;
	float:left;
}

.common_problem{
	margin-top:10px;
	width:1200px;
	background:#fff;
}
.common_problem_content{
	width: 1150px;
    margin: 0 auto;
}
.common_problem_content li{
	width:382px;
	height:236px; 
	float:left;
	border-bottom:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}
.common_problem_content li:nth-child(3n){
	border-right:0;
}

.common_problem_content li:nth-child(4n){
	border-bottom:0;
}
.common_problem_content li:nth-child(5n){
	border-bottom:0;
}
.common_problem_content li:nth-child(6n){
	border-bottom:0;
}
.common_problem_content h2{
	font-size:24px;
	color:#333;
	margin-top:37px;
	margin-left:40px;
}
.content_div{
	margin-top:12px;
	margin-left:40px;
}
.content_div a{
	width:300px;
	display:inline-block;
	margin-top:12px;
	color:#999;
	font-size:12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.content_div a:hover{
	color:#ff7800;
	
    transition: 0.3s all;
}

.how_see{
	width:570px;
	height:auto;
	background:#fff;
	min-height: 225px;
}
.how_see h2{
	font-size:24px;
	color:#333;
	margin-top:30px;
	margin-bottom:32px;
	text-align:center;
	padding:0 10px;
}
.how_see p{
	font-size:14px;
	color:#999;
	line-height:28px;
	padding:0px 30px 30px 30px;
}




/* 更改内容 */
.top{
	margin-top:10px;
}
.in_activity{
	font-size:14px;
	color:#f4340e;
	text-align:center;
	margin-top:15px;
	/* height:18px; */
}

.order_gInfor .z_title{
	max-width:65%;
	width:auto;
}
.z_active{
	float:left;
	font-size:14px;
	color:#f4340e;
	margin-left:8px;
	margin-top:2px;
}
.package_gInfor .pack_tltle{
	max-width:65%;
	width:auto;
}
.z_raiders_title{
	width:295px;
	float:right;
	
}

.z_raiders_title i{ 
	width: 4px;
    height: 4px;
    border-radius: 50px;
    background: #ff7800;
    border: 1px solid #ff7800;
    display: inline-block;
	float:left;
	margin-top:5px;
	margin-right:20px;
 } 

.z_raiders_title li {
    font-size: 14px;
	height:25px;
	margin-top:12px;
}
.z_raiders_title p{
	font-size:14px;
	color:#333;
	float:left;
	width:263px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}


.carousel p {
    width: 880px;
    height: 45px;
    line-height: 45px;
	font-size:16px;
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
	background:rgba(2,2,2,0.6);
    color: #fff;
	text-align:left;
	
}

.activation a{
	color:#fff;
}
.cert{
	width:30px;
	height:30px;
}
.writing{
	height:30px;
}

.success{
	width:594px;
	height:260px;
	background:#fff;
	margin:0 auto;	
	margin-top:5px;
	border-radius:4px;
	overflow:hidden;
	text-align:center;
	position: relative;
}
.success h2{
	margin-top:28px;
	color:#333;
	font-size:30px;
	text-align:center;
}
.success p{
	margin-top:26px;
	color:#999;
	font-size:18px;
	text-align:center;
	margin-bottom:33px;
}
.success i{
	color:#2fb7fe;
}
.success a{
	display:inline-block;
	height:48px;
	border-radius:30px;
	background:#30B8FF;
	text-align:center;
	line-height:48px;
	color:#fff;
	font-size:18px; 
	padding: 0 20px;
}
.success a:hover{
	color:#fff;
}
.success span{
	width:500px;
	height:50px;
	color:#008623;
	text-align:center;
	line-height:50px;
	display:inline-block;
	background: url(../image/lq.png) no-repeat;
}
.see_more_packs{
	height:65px;
	line-height:65px;
	border-top:1px dashed #dcdcdc;
	width:858px;
	text-align:center;
}
.see_more_packs a{
	text-align:center;
	color:#333;
	font-size:16px;
	display:inline-block;
}


/* 活动中心改版 */
.re_active{
	width:880px;
	background:#fff;
	padding-bottom:10px;
}
.re_active .show{
	display: block;
}
.re_active li{
	width:820px;
	margin:0 auto;
	height:176px;
	border-bottom:1px dashed #dcdcdc;
}
.re_active a{
	display:inline-block;
}
.re_active_left{
	width:120px;
	float:left;
}
.re_active_left img{
	width:120px;
	height:120px;
	border-radius:16px;
	margin-top:27px;
}
.re_active_right{
	width:670px;
	float:right;
	margin-top:27px;
	margin-left:30px;
}
.re_active_right h2{
	color:#333;
	font-size:18px;
	margin-bottom:16px;
	width:670px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.re_active_right h2:hover{
	color:#f4340e;
	transition:0.3s all;
}
.re_active_right span{
	color:#999;
	font-size:14px;
}
.re_active_right i{
	width:62px;
	height:24px;
	line-height:24px;
	border-radius:16px;
	background:#30B8FF;
	color:#fff;
	font-size:14px;
	display:inline-block;
	text-align:center;
	margin-right:12px;
}
.re_active_right .end{
	background:#c7c7c7;
}
.re_active_right .end:hover{
	color:#fff;
}
.re_active_right p{
	color:#999;
	font-size:14px;
	margin-top:12px;
	line-height:22px;
	height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.border_lines{
	background:#f4f4f4;
	height:16px;
}

.chain{
	width:1200px;
	display:inline-block;
}
.chain li{
	width:88px;
	float:left;
	margin: 0px 10px 0px 10px;
}
.chain img{
	width:88px;
	height:31px;
}
.chain_size{
	display:inline-block;
	padding: 0px 8px 30px 8px;
}
.chain_size a {
    color: #333;
    padding: 0 6px;
    margin: 5px 0;
    border-right: 1px solid #dbdbdb;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    font-size: 14px;
	margin-top:8px;
}
.chain_size a:hover{
	color:#f4340e;
	transition:0.3s all;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:60px !important;
}

.license a{
	color:#fff;
}


.z_sort_left {
    width: 756px;
    float: left;
    background-color: #fff;
    padding: 0px;
    height: auto;
}
.z_game_list {
    background: #fff;
    height: 111px;
    border-bottom: 1px solid #dcdcdc;
    width: 415px;
	margin:0 auto;
}
.z_information {
    height: 530px;
    padding: 0px 16px 0px 16px;
    font-size: 0px;
    font-weight: 400;
}
/*.bulletin_img{
	width:286px !important;
	height:350px !important;
	position: relative;
}
.bulletin_img img{
	width:286px;
	height:320px;
	float:left;
}
.bulletin_img p{
	width: 286px;
    height: 60px;
	color:#fff;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0,0,0,.78);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:18px;
	padding:0px 6px 0px 6px;
}*/
/*.small_sowing{
	width:286px !important;
	height:92px !important;
	background:#000000;
	float:left;
	overflow:hidden;
}
.small_sowing li{
	height:85px !important;
	float:left;
}
.small_sowing_img{
	width:66px !important;
	height:85px !important;
	float:left;
	margin-right:0px !important;
	margin-left:6px !important;
}*/
.bulletin_left{
	float:left;
}
.bulletin_right{
	width:415px;
	float:left;
	margin-left:22px;
}
.bulletin_title{
	border-bottom:1px dashed #c8c8c8;
}
.bulletin_title h2{
	color:#f4340e;
	font-size:24px;
	text-align:center;
	width:400px;
	margin:0 auto;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.bulletin_title p{
	width:415px;
	line-height:24px;
	font-size:14px;
	color:#999;
	margin-top:27px;
	margin-bottom:18px;
	height:48px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bulletin_title a{
	display:inline-block;
	color:#f4340e;
	margin-left:5px;
}
.bulletin_title a:hover{
	color:#f4340e;
}
.bulletin_con{
	width:415px;
	margin-top:18px;
}
.bulletin_con_left{
	width:255px;
	float:left;
}
.bulletin_con_left li{
	margin-bottom:14px;
	width: 265px;	
	height:21px;	
}
.bulletin_con_left img{
	float:left;
	margin-top:5px;
	margin-right:5px;
}
.bulletin_con_left span{
	font-size:16px;
	color:#333;
	float:left;
	width:240px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.bulletin_con_left span:hover{
	color:#f4340e;
	transition:0.3s all;
}
.bulletin_con_right {
	width:130px;
	float:right;
	text-align:center;
}
.bulletin_con_img img{
	width:128px;
	height:145px;
}
.bulletin_con_img :hover img{
	-webkit-animation: pulse 1s .1s ease both;
    -moz-animation: pulse 1s .1s ease both;	
}

.z_recommend{
	width:435px;
	height:890px;
    background: #FFFFFF;
	padding:0px 10px 0px 10px;
}
.recommend_list {
    background: #fff;
	height:83px;
	border-bottom:1px solid #dcdcdc;
	width:415px;
}
.z_content_games {
    width: 335px;
    float: left;
}
.z_content_games img {
    width: 54px;
    height: 54px;
    float: left;
    border-radius: 16px;
	margin-top:15px;
}
.z_order_gInfor {
    display: inline-block;
    float: left;
    margin-left: 10px;
    width: 270px;
}
.z_order_gInfor h2 {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
	margin-top:15px;
}
.recommend_p {
    margin-top: 0.5em;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    float: left;
	margin-top:10px;
}

.z_order_gameR {
    width: 68px;
	margin-right:0px;
}
.recommend_span {
    width: 56px;
    height: 24px;
    background: #ff7800;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
}
.recommend_span:hover{
	color:#fff;
	background:#71d900;
	transition: 0.3s all;
}
.recommend_list:last-child{ 
	border-bottom:0;
} 

.wonderful_topic{
	width:435px;
	height:268px;
    background: #FFFFFF;
	padding:0px 10px 0px 10px;
}
#banenr{
	width:415px;
}


.hot_active{
	width:435px;
	height:522px;
    background: #FFFFFF;
	padding:0px 10px 0px 10px;
}
.hot_active_cen{
	margin:0 auto;
	text-align:center;
}
.adve_active{
	width:415px;
	height:178px;
	position: relative;
}
.adve_active img{
	width:100%;
	height:178px;
}
.adve_active p {
    width: 415px;
    height: 30px;
    color: #fff;
	text-align:left;
    line-height: 30px;
    text-indent: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../image/d_bg.png) repeat-x;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_active_cen_ul li{
    width: 396px;
	text-align:left;
	margin:0 auto;
}
.hot_active_cen_ul a{
	display:inline-block;
	height:21px;
	margin-top:9px;
	width: 396px;
}
.hot_active_cen_ul img{
	margin-top:5px;
	float:left;
	margin-right:10px;
	width:12px;
	height:12px;
}
.hot_active_cen_ul span{
	font-size:16px;
	color:#333;
	width:320px;
	display:inline-block;
	float:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.hot_active_cen_ul p{
	float:right;
	color:#999;
	font-size:14px;
}
.z_compilations {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
    /* margin-top: 15px; */
}
.service{
	width:390px;
	height:640px;
	background:#fff;
	margin-top:10px;
	float:left;
	padding:0px 10px;
}
.hand_tour{
	width:390px;
	height:640px;
	background:#fff;
	margin-top:10px;
	float:left;
	margin-left:14px;
	padding:0px 10px;
}
.z_game_area{
	width:390px;
	height:640px;
	background:#fff;
	margin-top:10px;
	float:left;
	margin-left:14px;
	padding:0px 10px;
}
.service_title{
	height:33px;
	line-height:24px;
	border-bottom:1px solid #dcdcdc;
}
.service_title span{
	width:123px;
	float:left;
	text-align:center;
}
.service_conte li{
	height:41px;
	border-bottom:1px dashed #dcdcdc;
}
.service_conte img{
	width: 24px;
    height: 24px;
    border-radius: 6px;
    margin-top: 9px;
    margin-right: 10px;
    float: left;
}
.service_conte span{
	width:100px;
	height:41px;
	line-height:41px;
	font-size:14px;
	color:#111;
	float:left;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.service_conte p{
	width:118px;
	height:41px;
	line-height:41px;
	font-size:14px;
	color:#111;
	float:left;
	text-align:center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.service_conte .download{
	width: 33px;
    height: 32px;
    border-radius: 6px;
    margin-top: 5px;
    margin-right: 42px;
    float: right;
}
.service_conte li:hover span{
	color:#f4340e;
	transition: 0.3s all;
}
.adver{
	width:1200px;
	margin:0 auto;
}
.adver a{
	width:100%;
	display:inline-block;
}
.adver img{
	width:1200px;
	height:100px;
	margin-top:10px;
}
.hot_active_cen_ul  .color{
	color:#f4340e;
}
.disp{
	width:128px;
	height:145px;
	background-color: rgba(0,0,0,.5);
	z-index:999;
	position: fixed;
	position: absolute;
	top:0;	
}
.disp p{
	width:120px;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	margin-top:28px;
	line-height:24px;
	height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bulletin_con_img {
	position: relative;
	overflow:hidden;
}
.bulletin_con_img a{
	display:inline-block;
}
.bulletin_img a{
	display:inline-block;
}
.small_sowing a{
	display:inline-block;
}

.zxy_download{
	display:inline-block;
	width:118px;
	float:right;
}
/* 资讯攻略 */
.gallery-thumbs .swiper-slide{
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
/* 资讯攻略 */
.service_conte li:last-child {
    border-bottom: 0;
}
.news_list:last-child {
    border-bottom: 0;
}


/* 首页 */
.download_profile{
	width:100%;
	height:auto;
	background:#fff;
}
.download_profile img{
	float:left;
	
}
.download_profile h2{
	float:left;
}
.download_profile p{
	height:0px;
	float:left;
	color:#999;
}
.erweima img{
	width:80px;
	height:80px;
	border-radius:6px;
	float:left;
}

/* 安全提示弹窗 */
.security {
	padding: 5px;
    box-sizing: border-box;
    background: linear-gradient(45deg,#f25953 12.5%,#fbfaf5 12.5%,#fbfaf5 25%,#5590d6 25%,#5590d6 37.5%,#fbfaf5 37.5%,#fbfaf5 50%,#f25953 50%,#f25953 62.5%,#fbfaf5 62.5%,#fbfaf5 75%,#5590d6 75%,#5590d6 87.5%,#fbfaf5 87.5%,#fbfaf5 100%);
    background-size: 70px 70px;
}
.security_hints{
	width:597px;
	overflow:hidden;
	text-align:center;
	border-radius:6px;
	padding-bottom:55px;
	background: #fbfaf5;
	padding-left:8px;
}
.security_hints h2{
	margin-top:44px;
	margin-bottom:28px;
	color:#f25953;
	font-size:24px;
	font-weight:700;
	text-align:center;
}
.security_hints p{
	width:470px;
	margin:0 auto;
	color:#666;
	font-size:14px;
	text-align:left;
	line-height:30px;
}
.security_hints_con{
	width:470px;
	margin:0 auto;
	padding-top:10px;
}
.place_head_div{
	height:50px;
	text-align: center;
    border-bottom: 1px solid #eeeeee;
	margin:20px 0 ;
}
.place_head_div input {
    line-height:50px;
    width:400px;
	margin-left:10px;
    border: 0;
    float: none;
    overflow: hidden;
    font-size: 14px;
    outline: none;
	color:#333;
}
.place_head_div input::-webkit-input-placeholder{
	color:#999;
}.tabContent_con_middle{
			width:94%;
			margin:0 auto;
		}
.place_head_div img{
	float:left;
	margin-top:12px;
}
.security_hints_but{
	width:470px;
	height:45px;
	line-height:45px;
	background:#f25953;
	font-size:16px;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	margin-top:30px;
}
.security_hints_but:hover{
	color:#fff;
	background:#fe5953;
	transition:0.3s all;
}
/* 安全提示弹窗 */

.news_details .label{
	float:right;
	text-align:right;
	color:#999;
	font-size:14px;
}
.news_details .label i a{
	color:#ff7800;
}