/*
* @description: 首页样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */



@charset "utf-8";
.layout {
	width: 100%;
}


/*content*/


/*banenr轮播*/

.slideBox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 102px;
	min-width: 1240px;
	background: #e2e2e2;
}

.slideBox .bd {
	height: 550px;
	overflow: hidden
}

.slideBox .bd li {
	height: 550px;
}

.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.slideBox .hd {
	position: absolute;
	top: 400px;
	width: 100%;
	text-align: center;
}

.slideBox .hd li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 3px;
	width: 13px;
	height: 13px;
	background: url("../images/icon.png") no-repeat -55px -84px;
}

.slideBox .hd li a {
	width: 100%;
	height: 100%;
	display: block;
}

.slideBox .hd li.on {
	width: 28px;
	background-position: 0 -84px;
}

.content {
	position: relative;
	z-index: 11;
	margin: 416px auto 0;
	width: 1240px;
	background: url("../images/content_bg.png") no-repeat center 0;
}

.content .panel {
	position: relative;
	padding: 15px 20px 7px;
	overflow: hidden;
}

.content .userBox {
	position: absolute;
	top: -363px;
	left: 0;
	padding: 17px 19px 8px 19px;
	width: 254px;
	background: rgba(255,255,255,0.97);
	min-height:293px;
	border-radius: 8px;
}

.content .userBox .bgImg {
	position: absolute;
	left: 0;
	;
	bottom: -8px;
	width: 100%;
	height: 8px;
	background: rgba(255,255,255,0.97);
}

.content .userBox .bgImg1 {
	position: absolute;
	left: 0;
	;
	top: -9px;
	width: 100%;
	height: 9px;
	background: rgba(255,255,255,0.97);
}

.userBox .loginBox {
	position: relative;
	display: none;
}

.userBox .loginBox .tit {
	font-size: 18px;
	color: #3e3e3e;
	margin-bottom: 23px;
}

.userBox .loginBox .tips {
	position: absolute;
	top: 26px;
	left: 0;
	width: 252px;
	height: 22px;
	line-height: 22px;
	background: #8edcf8;
	border: 1px solid #03b4f5;
	color: #03b4f5;
	text-indent: 19px;
}

.userBox .loginBox .mr {
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
}

.userBox .loginBox .mr.u {
	margin-bottom: 10px;
}

.userBox .loginBox .mr.p {
	margin-bottom: 10px;
}

.userBox .loginBox .mr.c {
	margin-bottom: 10px;
	display: none;
}

.userBox .loginBox .mr em {
	float: left;
	margin-right: 5px;
	width: 43px;
	height: 38px;
	background: url("../images/icon.png") no-repeat 0 0
}

.userBox .loginBox .mr.u em {
	background-position: -177px -268px;
}

.userBox .loginBox .mr.p em {
	background-position: -228px -268px;
}

.userBox .loginBox .mr.c em {
	background-position: -134px -268px;
}

.userBox .loginBox .mr input {
	float: left;
	padding-left: 5px;
	margin-top: 4px;
	width: 199px;
	height: 30px;
	line-height: 30px;
	border: 0;
	color: #999;
	font-size: 14px;
}

.userBox .loginBox .mr.c input {
	width: 90px;
}

.userBox .loginBox .mr.c img {
	float: right
}

.userBox .loginBox .other_btn {
	padding: 0 2px;
	overflow: hidden;
	margin-bottom: 10px;
}

.userBox .loginBox .submit {
	margin: 0 auto;
	width: 250px;
	height: 42px;
	line-height: 42px;
	/*background: url("../images/icon.png") no-repeat -123px -397px;*/
}

.userBox .loginBox .submit a {
	display: inline-block;
	width: 123px;
	height: 42px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.userBox .loginBox .submit a.lgBtn{
	background: #03b4f5;
}
.userBox .loginBox .submit a.rsBtn{
	background: #fe2d0b;
}
.userBox .loginBox .submit a.lgBtn:hover {
	background: #2ec5fc;
}
.userBox .loginBox .submit a.rsBtn:hover{
	background: #fe610b;
}
/*.userBox .loginBox .submit:hover {*/
/*	background-position: -123px -439px;*/
/*}*/

.userBox .loginBox .other_login {
	margin-top: 15px;
	text-align: center;
}

.userBox .loginBox .other_login p {
	margin-bottom: 10px;
	background: url(../images/other_loginbg.png) no-repeat center center;
	color: #999;
}

.userBox .loginBox .other_login a {
	display: inline-block;
	margin: 0 8px;
	width: 24px;
	height: 24px;
	background: url(../images/icon.png) no-repeat 0 0
}

.userBox .loginBox .other_login .qq {
	background-position: 0 -276px;
}

.userBox .loginBox .other_login .wx {
	background-position: -50px -276px
}

.userBox .loginBox .other_login .xr {
	background-position: -99px -276px;
}

.userBox .loginEndBox .member {
	overflow: hidden
}

.userBox .loginEndBox .member .avatar {
	position: relative;
	margin-right: 14px;
	width: 85px;
	height: 85px;
	text-align: center;
	line-height: 85px;
	overflow: hidden;
	border-radius: 50%;
}

.userBox .loginEndBox .member .avatar img {
	width: 100%;
	height: 100%
}

.userBox .loginEndBox .member .avatar .avatar_cover {
	background: url("../images/avatar_cover.png") no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 85px;
	height: 85px;
	display: block;
}

.userBox .loginEndBox .member .my {
	overflow: hidden;
	width: 154px;
}

.userBox .loginEndBox .member .my p {
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}

.userBox .loginEndBox .member .my p .nick_name {
	overflow: hidden;
	font-size: 16px;
	color: #3e3e3e;
	display: block;
    width: 112px;
	height: 24px;
    margin-right: 8px;
	text-overflow: ellipsis;
}

.userBox .loginEndBox .member .my p .nick_name:hover {
	color: #03b4f5;
}
.userBox .loginEndBox .member .my p.user_vip{
    height: 20px;
    line-height: 20px;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon {
    overflow: hidden;
    font-size: 16px;
    color: #3e3e3e;
    display: block;
	width: 70px;
    height: 20px;
    background: url(../images/vip/vip_icons.png) no-repeat;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_0{
    background: url(../images/vip/vip_icons.png) no-repeat;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_1{
    background: url(../images/vip/vip_icons.png) no-repeat -93px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_2{
    background: url(../images/vip/vip_icons.png) no-repeat -183px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_3{
    background: url(../images/vip/vip_icons.png) no-repeat -273px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_4{
    background: url(../images/vip/vip_icons.png) no-repeat -363px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_5{
    background: url(../images/vip/vip_icons.png) no-repeat -453px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_6{
    background: url(../images/vip/vip_icons.png) no-repeat -543px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_7{
    background: url(../images/vip/vip_icons.png) no-repeat -633px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_8{
    background: url(../images/vip/vip_icons.png) no-repeat -723px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_9{
    background: url(../images/vip/vip_icons.png) no-repeat -813px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_10{
    background: url(../images/vip/vip_icons.png) no-repeat -903px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_11{
    background: url(../images/vip/vip_icons.png) no-repeat -996px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_12{
    background: url(../images/vip/vip_icons.png) no-repeat -1086px 0;
}
.userBox .loginEndBox .member .my p.user_vip .vip_icon_13{
    background: url(../images/vip/vip_icons.png) no-repeat -1177px 0;
}

.userBox .loginEndBox .member .my_info {
	overflow: hidden;
	margin: 10px 0;
}

.userBox .loginEndBox .member .my_info i {
	display: block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: url("../images/icon.png") no-repeat -73px -42px
}

.userBox .loginEndBox .member .my_info .point {
	margin-right: 5px;
	overflow: hidden;
	width: 82px;
	height: 16px;
	line-height: 16px;
}
.userBox .loginEndBox .member .my_info .point a{
    display: block;
    width: 54px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.userBox .loginEndBox .member .my_info .coin {
	overflow: hidden;
	width: 66px;
	height: 16px;
	line-height: 16px;
}
.userBox .loginEndBox .member .my_info .coin a{
    display: block;
    width: 45px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.userBox .loginEndBox .member .my_info .coin i {
	background-position: -110px -42px;
}

.userBox .loginEndBox .member .btn_bar {
	overflow: hidden;
}

.userBox .loginEndBox .member .btn_bar a {
	display: block;
	float: left;
	width: 57px;
	height: 22px;
	line-height: 22px;
	background: url("../images/icon.png") no-repeat 0 -327px;
	text-align: center;
	color: #fff;
}

.userBox .loginEndBox .member .btn_bar a:hover {
	background-position: 0 -349px;
}

.userBox .loginEndBox .member .btn_bar .pay {
	margin-right: 30px;
}
.userBox .loginEndBox .vip {
	margin-top: 27px;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
}

.userBox .loginEndBox .vip .lv {
	width: 55px;
	height: 15px;
	margin-right: 11px;
}

.userBox .loginEndBox .vip .sketch_pic {
	position: relative;
	width: 181px;
	height: 13px;
	margin-top: 1px;
	background: url("../images/icon.png") no-repeat -319px -327px;
}

.userBox .loginEndBox .vip .sketch_pic_cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: url("../images/icon.png") no-repeat -319px -340px;
}

.userBox .loginEndBox .vip .sketch_num {
	position: absolute;
	right: 3px;
	top: -2px;
	color: #a43600;
}

.userBox .loginEndBox .my_game {
	margin-top: 24px;
	padding-bottom: 5px;
}

.userBox .loginEndBox .my_game h5 {
	font-size: 14px;
	font-weight: normal;
}

.userBox .loginEndBox .my_game ul {
	margin-top: 12px;
}

.userBox .loginEndBox .my_game li {
	overflow: hidden;
	margin-bottom: 4px;
	height: 18px;
	line-height: 18px;
	vertical-align: top
}

.userBox .loginEndBox .my_game li a {
	float: left;
}

.userBox .loginEndBox .my_game li:hover a {
	color: #03b4f5
}

.userBox .loginEndBox .my_game li:hover .go_game {
	background: url("../images/icon.png") no-repeat -440px -397px;
	color: #fff;
}

.userBox .loginEndBox .my_game li .game_name {
	width: 110px;
}

.userBox .loginEndBox .my_game li .server_name {
	width: 80px;
	text-indent: 10px;
}

.userBox .loginEndBox .my_game li .go_game {
	float: right;
	width: 60px;
	text-align: center
}

/*友情链接*/
.d_tit {
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.d_tit em {
	color: #333;
	font-weight: bold;
	line-height: 23px;
	font-size: 22px;
}
.d_tit .icon {
	float: left;
	margin: 2px 15px 0 0;
	width: 5px;
	height: 20px;
	background: url(../images/icon.png) no-repeat 0 0
}
.d_tit_1 {
	position: relative;
	font-size: 22px;
	color: #3e3e3e;
	width: 100%;
	font-weight: bold;
	line-height: 23px;
}
.d_tit_1 .icon {
	float: left;
	margin: 1px 15px 0 0;
	width: 5px;
	height: 20px;
	background: url(../images/icon.png) no-repeat 0 0
}
.d_tit_1 .inline {
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
}
.d_tit .new {
	width: 196px;
}
.d_tit .new .gg_icon {
	margin: 4px 5px 0 0;
	width: 15px;
	height: 12px;
	background: url("../images/icon.png") no-repeat 0 -46px;
}
.d_tit .new ul {
	height: 20px;
	overflow: hidden
}
.d_tit .new li {
	overflow: hidden;
	vertical-align: top;
}
.d_tit .new li a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
}
.d_tit .new li a:hover {
	color: #03b4f5;
}

.mores {
	position: absolute;
	right: 0;
	top: 2px;
}

.mores a {
	display: block;
	width: 100px;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	text-align: right
}

.mores a:hover {
	color: #03b4f5;
}

.mores span {
	position: absolute;
	top: 3px;
	right: 0;
	display: block;
	width: 23px;
	height: 16px;
	background: url(../images/icon.png) no-repeat -151px 0;
	cursor: pointer;
}

.mores-lb {
	position: absolute;
	right: 0;
	top: 2px;
}

.mores-lb a {
	display: block;
	width: 50px;
	font-size: 12px;
	color: #a1a1a1;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.mores-lb a:hover {
	color: #03b4f5;
}

.mores-lb span {
	position: absolute;
	top: 3px;
	right: 0;
	display: block;
	width: 23px;
	height: 16px;
	background: url(../images/icon.png) no-repeat -151px 0;
	cursor: pointer;
}

.d_tit .news {
	position: absolute;
	right: 0px;
	height: 23px;
	overflow: hidden;
	top: 0px;
	background: url(../images/n-icon.png) no-repeat 0 4px;
	font-size: 12px;
}

.d_tit .news li {
	position: relative;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
}

.d_tit .news li a {
	margin-left: 15px;
	width: 50px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.cover {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: .6;
	filter: Alpha(opacity=50)
}

.slideBox .prev,.slideBox .next {
	display:none;
	position: absolute;
	line-height: 90px;
	width: 40px;
	height: 90px;
    left: 0;
    top: 45%;
    background: #000;
    opacity: 0.5;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    font-family: "宋体";
	text-align:center;
    

}
.slideBox:hover .prev {
		display:block;
}
.slideBox:hover .next {
		display:block;
}
.slideBox .next {
	position: absolute;
	right: 0;
    top: 45%;
	left:auto;
	
}

.slideBox .prev:hover,.slideBox .next:hover{
	background: #000;
	background: #03b4f5;
	opacity: 1; 
	color: #fff;
	}

.hd_body .prev {
	position: absolute;
	width: 30px;
	height: 92px;
	background: url(../images/icon.png) no-repeat -83px -158px;
	left: 3%;
    top: 20%;
}

.hd_body .next {
	position: absolute;
	width: 30px;
	height: 92px;
	background: url(../images/icon.png) no-repeat -122px -158px;
	right: 3%;
    top: 20%;
}

.hd_body .prev:hover {
	background-position: 0 -158px;
}

.hd_body .next:hover {
	background-position: -39px -158px;
}
.hd_body .transparent_div {
	position: absolute;
	top: 136px;
	left: 0;
	width: 261px;
	height: 32px;
	background-color: #000;
	opacity: 0.5;
}
.hd_body .new_game_name {
	position: absolute;
	top: 136px;
	left: 0;
	width: 261px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
/*新游上线*/

.new_game {
	width: 260px;
	margin-right: 29px;
}

.new_game_main {
	margin-top: 13px;
	padding: 13px 16px 0 20px;
	border: 1px solid #dddddd;
}

.new_game_list {
	min-height: 288px;
}

.new_game_list li {
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;
}

.new_game_list li.last {
	margin-bottom: 0
}

.new_game_list li .icon {
	margin: 9px 12px 0 0;
	width: 25px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	font-size: 18px;
	color: #cdcdcd
}

.new_game_list li .icon.one {
	background: url("../images/icon.png") no-repeat -202px -99px;
}

.new_game_list li .icon.two {
	background: url("../images/icon.png") no-repeat -239px -99px;
}

.new_game_list li .icon.three {
	background: url("../images/icon.png") no-repeat -276px -99px;
}

.new_game_list li .pic {
	margin-right: 13px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 5px;
}

.new_game_list li .pic img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.new_game_list li .text {
	margin-right: 10px;
	width: 70px;
	height: 48px;
	overflow: hidden
}

.new_game_list li .text p {
	vertical-align: middle;
	margin: 2px 0;
	white-space: nowrap
}

.new_game_list li .text p.game_name {
	font-size: 14px;
	width: 100%;
	overflow: hidden
}

.new_game_list li .text p.kf_time {
	color: #999;
}

.new_game_list li .start_game {
	margin-top: 11px;
	display: block;
	width: 72px;
	height: 26px;
	background: url("../images/icon.png") no-repeat -308px 0
}

.new_game_list li .start_game:hover {
	background-position: -308px -26px;
}

.new_game_list li .new_game_list_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	z-index: 9;
}

.new_game_list li:hover .text .game_name {
	color: #03b4f5
}

/*最新资讯*/
.latest_news {
	width: 270px;
	margin-right: 18px;
}
.latest_news .latest_news_main {
	margin-top: 13px;
	padding: 10px;
	border: 1px solid #dddddd;
}
.latest_news .latest_news_main .latest_news_list {
	height: 293px;
}
.latest_news .latest_news_main .latest_news_list li{
    height: 29px;
    line-height: 29px;
    overflow: hidden;
}
.latest_news .latest_news_main .latest_news_list li a .news_title{
    width: 200px;
    height: 29px;
    display: inline-block;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.latest_news .latest_news_main .latest_news_list li a .news_time{
    float: right;
}
.latest_news .latest_news_main .latest_news_list li a:hover{
    color: #fe2d0b;
}
.latest_news .latest_news_main .latest_news_list .focus a {
    font-size: 14px;
    color: #fe2d0b;
}
.latest_news .latest_news_main .latest_news_no{
    text-align:center;
    color: #999;
    font-size: 14px;
    position:absolute;
    left:9%;
    top:53.5%;

}
/*推荐游戏*/
.recommend_game {
	width: 911px;
}

.recommend_game_main {
	margin-top: 13px;
	
}

.recommend_game_main ul {
	margin-right: -13px
}

.recommend_game_main li {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 13px 0 0;
	width: 216px;
	height: 313px;
	border: 1px solid #ddd;
}

.recommend_game_main li.active {
	border-color: #03b4f5;
}

.recommend_game_main li .pic {
	width: 100%;
	height: 315px;
	text-align: center;
}

.recommend_game_main .transparent_div {
	position: absolute;
	top: 281px;
	left: 0;
	width: 216px;
	height: 32px;
	background-color: #000;
	opacity: 0.5;
}
.recommend_game_main .tj_game_name {
	position: absolute;
	top: 281px;
	left: 0;
	width: 216px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.game_ratio {position:absolute;right:0;top:0;z-index:1;padding:5px;line-height:.8;font-size:12px;font-weight:700;color:#ff0;background:red}

.game_bty_icon {
    width: 50px;
    height: 50px;
    background: url(../images/ico_9.png) -52px -8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.game_mvy_icon {
    width: 50px;
    height: 50px;
    background: url(../images/ico_9.png) -152px -8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.game_gfy_icon {
	width: 50px;
	height: 50px;
	background: url(../images/ico_9.png) -208px -8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.recommend_game_main li .pic img{
	width:100%;
	height:100%;
}
.recommend_game_main li .img {
	vertical-align: top
}

.recommend_game_main li .explain-txt {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.recommend_game_main li .explain-txt span {
	font-size: 14px;
}

.recommend_game_main li.active .tj_hover {
	bottom: -2px;
}

.recommend_game_main li .tj_hover {
	position: absolute;
	bottom: -40px;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: 20;
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.recommend_game_main li .tj_hover_txt {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 13px;
	width: 203px;
	height: 40px;
	line-height: 40px;
	cursor: pointer
}

.recommend_game_main li .tj_hover_txt a {}

.recommend_game_main li .tj_hover_txt span {
	margin: 0 3px;
}

.recommend_game_main li .tj_hover_txt p a {
	color: #03b4f5;
}

.recommend_game_main li .tj_hover_txt p span {
	margin: 0 5px;
}

.recommend_game_main li .tj_hover .go_game {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background: #03b4f5;
	color: #fff;
}

.recommend_game_main li .tj_hover .go_game:hover {
	background: #03b4f5;
	color: #fff;
}
.recommend_nodata{
	color: #999;

font-size: 14px;
    position: absolute;
    left: 50%;
    
}
.kf_list {
	width: 260px;
	margin: 0 29px 0 0;
	font-family: "microsoft yahei"
}
/*热门游戏*/
.hot_game {
	width: 911px;
}
.game_type_tabs {
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #fd6b24;
	font-size: 18px;
	color: #2e2e2e;
	margin-top: 10px;

}
.game_type_tabs span {
	width: 130px;
	display: inline-block;
	text-align: center;
	float: left;
	margin-right: 1px;
	cursor: pointer;
	position: relative;
}
.game_type_tabs span.g_type_0 {
    background-color: #bdd0d7;
}
.game_type_tabs span.g_type_1 {
    background-color: #fbded0;
}
.game_type_tabs span.g_type_2 {
    background-color: #f0fbe9;
}
.game_type_tabs span.g_type_3 {
    background-color: #f6dcfd;
}
.game_type_tabs span.active {
    background-color: #fd6b24;
    color: #fff;
}
.hot_game_body {
	/*margin-top: 10px;*/
}

.hot_game_body .more {
	position: absolute;
	right: 0;
	top: -39px;
	font-size: 14px;
}

.hot_game_body ul {
	position: relative;
	/*overflow: hidden;*/
	margin-right: -15px;
	/*height: 329px;*/
}

.hot_game_body li {
	position: relative;
	float: left;
	margin: 20px 13px 0 0;
	width: 216px;
	height: 165px;
	border: 1px solid #ddd;
	overflow: hidden
}

.hot_game_body li.last {
	margin-right: 0
}

.hot_game_body li .pic {
	width: 216px;
	height: 125px;
}

.hot_game_body li .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.hot_game_body li .default {
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.hot_game_body li .default em {
	color: #c80000
}

.hot_game_body li .default span {
	color: #3c3c3c;
	font-size:15px;
    width: 130px;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hot_game_body li .hover {
	position: absolute;
	padding-left: 10px;
	bottom: -32px;
	left: 0;
	width: 206px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.hot_game_body li .hover span {
	margin: 0 3px;
}

.hot_game_body li .hover .go_game {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 77px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #03b4f5;
	color: #fff;
}

.hot_game_body li .hover .go_game:hover {
	background-position: 0 -419px;
	color: #fff
}

.hot_game_body li.active {
	border: 1px solid #03b4f5
}

.hot_game_body li.active .hover {
	bottom: 0
}


/*游戏礼包*/

.game_card {
	width: 260px;
	margin-top: 10px;
}

.game_card_main {
	position: relative;
	margin-top: 17px;
	border: 1px solid #ddd;
}

.game_card_main .more {
	position: absolute;
	right: 0;
	top: -39px;
	font-size: 14px;
}

.game_card_main ul {
	overflow: hidden;
	padding: 5px 0;
	min-height: 160px;
}

.game_card_main li {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 15px 5px 8px 10px;
	width: 245px;
	height: 60px;
	cursor: pointer
}

.game_card_main li:hover .text {
	color: #03b4f5
}

.game_card_main li .pic {
	margin-right: 10px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 5px
}

.game_card_main li .pic img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.game_card_main li .text {}

.game_card_main li .text h5 {
	margin-top: 3px;
	font-size: 14px;
	font-weight: normal;
	width: 173px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game_card_main li .text p {
	margin-top: 11px;
	color: #999999;
}

.game_card_main li .lq_card {
	position: absolute;
	right: 24px;
	top: 44px;
	z-index: 10;
	width: 56px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url('../images/icon.png') no-repeat -236px 0;
	color: #333333
}

.game_card_main li .lq_card:hover {
	background-position: -236px -24px;
	color: #fff;
}

.game_card_main li .lq_card_cover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}

.nodata_gift{
	left: 45%;
	top: 50%;
    text-align: center;
    vertical-align: middle;
	color: #999;
	font-size: 14px;
	position: absolute;
	z-index: 10;
}
.nodata_hd{
	left: 12%;
	top: 52%;
    text-align: center;
    vertical-align: middle;
	color: #999;
	font-size: 14px;
	position: absolute;
	z-index: 10;
}
.nodata_more_game{
	left: 58%;
	top:57%;
    text-align: center;
    vertical-align: middle;
	color: #999;
	font-size: 14px;
	position: absolute;
	z-index: 10;
}
.nodata_hot_game {
    left: 58%;
    top: 35%;
    text-align: center;
    vertical-align: middle;
    color: #999;
    font-size: 14px;
    position: absolute;
    z-index: 10;
}
.new_game_nodta{
	text-align:center;
	 color: #999;
    font-size: 14px;
	position:absolute;
	left:9%;
	top:53.5%;
	
}
.recommend_game_nodta{
	color: #999;
    font-size: 14px;
	text-align:center;
	position:absolute;
	top: 45%;
	left: 30%;
}
/*特别推荐*/

.hd_center .inline {
	width: 110px;
}

.hd_body {
	position: relative;
	padding: 20px 44px 0;
}

.hd_body .bd {
	overflow: hidden;
	height: 170px;
}

.hd_body ul {
	overflow: hidden
}

.hd_body li {
	float: left;
	overflow: hidden;
	margin-right: 20px;
	width: 261px;
	height: 168px;
	border: 1px solid #ddd;
}

.hd_body li img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hd_body li.last {
	margin-right: 0
}

.hd_body li:hover {
	border-color: #ff7a00;
}

.hd_body .prev {
	left: 0;
	top: 59px;
}

.hd_body .next {
	right: 0;
	top: 59px;
}

/*客服中心*/
.kefu {
	width: 260px;
    margin-right: 29px;
    margin-top: 17px;
}
.kefu_main {
	margin-top: 10px;
	border: 1px solid #d1d1d1
}

.kefu_main ul {
	overflow: hidden
}

.kefu_main li {
	position: relative;
	margin-top: -1px;
	float: left;
	width: 258px;
	height: 97px;
	border-bottom: 1px solid #ddd;
	cursor: default
}
.kefu_main li.attention {
	height: 140px;
}
/*最后一个去除掉边框线*/
.kefu_main li:nth-last-child(1) {
    border: none;
}
/*.kefu_main li.attention {*/
	/*border: none;*/
/*}*/
.kefu_main li .icon {
	position: absolute;
	z-index: 2;
	background: url("../images/icon.png") no-repeat 0 0
}

.kefu_main li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden
}

.kefu_main .online_kefu .icon {
	left: 28px;
	top: 30px;
	background-position: -456px 0;
	width: 44px;
	height: 45px;
}

.kefu_main .phone .icon {
	left: 29px;
	top: 29px;
	background-position: -409px -57px;
	width: 44px;
	height: 42px;
}

.kefu_main .attention .icon {
	left: 26px;
	top: 29px;
	background-position: -450px -119px;
	width: 50px;
	height: 40px;
}

.kefu_main .qun .icon {
	left: 29px;
	top: 29px;
	background-position: -456px -57px;
	width: 44px;
	height: 42px;
}

.kefu_main .online_kefu .btn {
	margin: 31px 0 0 108px;
	width: 122px;
	height: 36px;
	background: url("../images/icon.png") no-repeat -378px -228px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	cursor: pointer
}

.kefu_main .online_kefu .btn:hover {
	background-position: -378px -264px;
	color: #fff;
}

.kefu_main .online_kefu .txt {
	margin: 20px 0 0 70px;
	width: 160px;
	text-align: center;
}

.kefu_main .online_kefu .txt .contact_num {
	font-size: 18px;
	
}

.kefu_main .online_kefu .txt .time {
	margin-top: 8px;
	font-size: 14px;
}

.kefu_main .phone .txt {
	margin: 35px 0 0 80px;
	width: 160px;
	text-align: center;
}

.kefu_main .phone .txt .contact_num {
	font-size: 18px;
}

.kefu_main .phone .txt .time {
	font-size: 14px;
}

.kefu_main .qun .txt {
	margin: 35px 0 0 80px;
	width: 160px;
	text-align: center;
}

.kefu_main .qun .txt .contact_num {
	font-size: 18px;
}

.kefu_main .qun .txt .time {
	font-size: 14px;
}

.kefu_main .attention .ewm {
	margin: 5px 0 0 112px;
	width: 130px;
	height: 130px;
	text-align: center;
}

.kefu_main .attention .ewm img {
	vertical-align: top;
	width: 100%;
}

/*更多游戏*/
.more_game {
	width: 911px;
    margin-top: 17px;
}
.more_game_body {
	margin-top: 10px;
	padding: 6px 0 4px 6px;
	border: 1px solid #ddd;
}
.more_game_body ul {
	overflow: hidden;
	/*height: 280px;*/
	position: relative
}
.more_game_body li {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 4px 4px 4px 9px;
	width: 211px;
	cursor: pointer
}
.more_game_body li .more_game_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
}
.more_game_body li .pic {
	float: left;
	overflow: hidden;
	margin-right: 12px;
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 5px;
}
.more_game_body li .pic img {
	max-width: 100%;
	vertical-align: middle;
}
.more_game_body li .txt {
	float: left;
}
.more_game_body li .txt .game_name {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
    width: 145px;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.more_game_body li .txt .game_type {
	height: 24px;
	line-height: 24px;
	color: #a1a1a1
}

.more_game_body li:hover {
	background: #03b4f5
}

.more_game_body li:hover .txt .game_name {
	color: #fff
}

.more_game_body li:hover .txt .game_type {
	color: #fff
}


/*友情链接*/

.link {
	overflow: hidden;
	min-height: 40px;
}

.link .d_tit_1 {
	width: 84px;
	margin-top: 1px;
}

.link .inline {
	width: 110px;
}

.link_body {
	padding: 0 0 30px;
	line-height: 26px;
	width: 1100px;
}

.link_body a {
	padding: 0 4px;
}

.link_body a:hover {
	color: #03b4f5
}


/*sign*/

#signcalendar {
	display: none;
}

.sign-dialog {
	border: 10px solid #83ccfd!important;
}

.sign-dialog .ui-dialog-header {
	background-color: #83ccfd;
	color: #fff
}

.sign-dialog .ui-dialog-title {
	padding: 5px 10px;
	font-size: 22px;
}

.sign-dialog .ui-dialog-close {
	top: 0;
	right: 0
}

.calendar {
	width: 380px;
}

.calendar .date {
	display: none;
}

.calendar .title {
	margin-bottom: 20px;
	font: 22px/2 'microsoft yahei';
	color: #3a92cd;
	text-align: center;
}

.calendar .dayname {
	overflow: hidden;
	float: left;
	color: #3a92cd;
	background-color: #d0e9fa;
	border-top: 1px solid #8eccf5;
	border-left: 1px solid #8eccf5
}

.calendar .days {
	overflow: hidden;
	float: left;
	border-left: 1px solid #8eccf5;
	color: #999;
}

.calendar .dayname div,
.calendar .days div {
	width: 53px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	position: relative;
	float: left;
	border-right: 1px solid #8eccf5;
	border-bottom: 1px solid #8eccf5
}

.calendar .days div {
	background-color: #f7f7f7;
}

.calendar .days i {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 11px;
	right: 3px;
}

.calendar .days .unsign i {
	background: url(../images/jifen_calendar_icon.png) 0 -14px no-repeat;
}

.calendar .days .signed i {
	background: url(../images/jifen_calendar_icon.png) 0 -28px no-repeat;
}

.calendar .days .today i {
	background: url(../images/jifen_calendar_icon.png) 0 -42px no-repeat;
}

.calendar .tips {
	clear: both;
	padding-top: 10px;
}

.ui-dialog-body .calendar .tips p {
	font: 12px/24px 'SimSun';
	margin: 0;
	color: #666
}

.ui-dialog-body .calendar .tips p.intro {
	font-size: 14px;
	margin: 10px 0;
}

.ui-dialog-body .calendar .tips em {
	color: #3a92cd
}


/*返回顶部*/

.scroll_top {
	position: fixed;
	bottom: 340px;
	right: 40px;
	display: none;
	width: 61px;
	z-index: 12;
}

.scroll_top .download,
.scroll_top .attention,
.scroll_top .go_top,
.scroll_top .qq {
	height: 61px;
	width: 61px;
	background: url("../images/scroll_top.png") no-repeat 0 0;
	cursor: pointer
}

.scroll_top .qq {
	background: url("../images/icon_qq.png");
	color: #ffffff;
	text-align: center;
	line-height: 61px;
}
.scroll_top .qq:hover{
		background: url("../images/icon_qq_active.png");
}

.scroll_top .qq a {
	color: #898686;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	display: block;
	height: 100%;
}



.scroll_top .download {
	background-position: 0 0
}

.scroll_top .download a {
	width: 100%;
	height: 100%;
	display: block;
}

.scroll_top .download:hover {
	background-position: -61px 0
}

.scroll_top .attention {
	position: relative;
	left: 0;
	top: 0;
	background-position: 0 -63px
}

.scroll_top .attention:hover .ewm {
	display: block
}

.scroll_top .attention .ewm {
	display: none;
	position: absolute;
	left: -190px;
	top: -61px;
	padding: 13px 13px 0 13px;
	width: 160px;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.scroll_top .attention .ewm img {
	display: block;
	width: 160px;
	height: 160px;
}

.scroll_top .attention .ewm p {
	text-align: center;
	height: 30px;
	line-height: 17px;
	color: #999999
}

.scroll_top .attention:hover {
	background-position: -61px -61px
}

.scroll_top .go_top {
	background-position: 0 -124px
}

.scroll_top .go_top:hover {
	background-position: -61px -124px
}
/* 签到未绑定手机弹窗 */
.sign-window{
	color: #000;
	position: fixed;
	height: 3000px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.6);
}
.sign-window-con{
	width: 361px;
	height: 182px;
	background: #fff;
	margin: 300px auto auto auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #BDBDBD;
	box-shadow: 0 0 8px rgba(0,0,0,.1),0 0 16pc hsla(0,0%,100%,.3);
	border: 5px solid hsla(0,0%,100%,.2);
}
.sign-window-title {
    margin: 0;
	font-size:14px;
    line-height: 1.428571429;
    min-height: 16.43px;
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    cursor: default;
	border-bottom: 1px solid #e5e5e5;
	
}
.sign-window-close{
	opacity: .2;
	padding: 0 4px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.sign-window-text{
	margin: 8px 10px 10px;
width: 300px;
font-size: 14px;
color: #666;
padding: 20px;
}
.sign-window-btn{
	padding: 6px 9px;
	margin-right:20px;
	background:#03b4f5;
	color:#fff;
	border-radius: 4px;
	border: none;
}
.sign-window-btn:link,.sign-window-btn:visited{
	color:#fff;
	
}
.sign-window-btn:hover{
	background:#2ec5fc;
}

/*渠道账号登录提示框样式*/
.login-tips-shade{
	color: #000;
	position: fixed;
	height: 3000px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.6);
}
.login-tips-con{
	width: 360px;
	height: 160px;
	background: #fff;
	margin: 300px auto auto auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,.1), 0 0 16pc hsla(0,0%,100%,.3);
	border: 5px solid hsla(0,0%,100%,.2);
}
.login-tips-title{
	margin: 0;
	font-size: 16px;
	line-height: 1.428571429;
	min-height: 16.43px;
	padding: 5px 10px 10px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 700;
	cursor: default;
	border-bottom: 1px solid #e5e5e5;
}
.login-tips-close{
	opacity: .2;
	padding: 0 4px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}
.login-tips-text{
	width: auto;
	font-size: 14px;
	color: #666;
	padding: 20px 10px 40px 10px;
}
.login-tips-text a{
	color:red;
	text-decoration: underline;
}
.login-tips-btn{
	padding: 6px 9px;
	margin-right: 20px;
	background: #03b4f5;
	color: #fff !important;
	border-radius: 4px;
	border: none;
}
.login-tips-btn:hover{
	background: #2ec5fc;
}
/*左侧logo缩略图*/
.logo_thumb{
    margin-top: 20px;
    padding: 10px 0 10px 68px;
    border: 1px solid #d1d1d1;
    text-align: center;
}
.logo_thumb img{
    display: block;
    width: 121px;
    height: 75px;
}
/*左侧冲榜试玩图片样式*/
.cbsw_main{
    margin-top: 10px;
    border: 1px solid #d1d1d1;
}
.cbsw_main .cbsw_main_a{
    display: block;
    overflow: hidden;
}
.cbsw_main .cbsw_main_a img{
    display: block;
}
/*左侧新游推荐样式*/
.new_game_tj{
    position: relative;
    margin-top: 26px;
    width: 250px;
    border: 5px solid #743BE6;
}
.new_game_tj .news_ico {
    position: absolute;
    top: -5px;
    left: -5px;
    display: inline-block;
    width: 55px;
    height: 57px;
    background: url(../images/new_game_ico.png);
    z-index: 10;
}
.new_game_tj .title {
    background: #743BE6;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
}
.new_game_tj .picScroll-left {
    width: 250px;
    overflow: hidden;
}
.new_game_tj .picScroll-left .hd {
    overflow: hidden;
    height: 10px;
    position: absolute;
    bottom: 40px;
    right: 10px;
    z-index: 10;
}
.new_game_tj .picScroll-left .hd ul{
    overflow: hidden;
    zoom: 1;
}
.new_game_tj .picScroll-left .hd ul li{
    float: left;
    width: 10px;
    height: 5px;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
    border-radius: 30%;
}
.new_game_tj .picScroll-left .hd ul li.on{
    background: #ff0000;
}

.new_game_tj .picScroll-left .bd ul{
    width: 250px;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
}
.new_game_tj .picScroll-left .bd ul li{
    float: left;
    width: 250px;
}
.new_game_tj .picScroll-left .bd .game_img{
    display: block;
    width: 250px;
    height: 168px;
}
.new_game_tj .picScroll-left .bd .game_info {
    background: #FFFD38;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    padding: 5px;
}
.new_game_tj .picScroll-left .bd .game_info .gamename {
    float: left;
    width: 150px;
    margin-left: 5px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_game_tj .picScroll-left .bd .game_info .playbtn {
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 3px;
    padding: 0 5px;
    border: 1px solid #FF4242;
    border-radius: 3px;
    color: #ff3333;
    font-size: 13px;
}
.new_game_tj .picScroll-left .bd .game_info .playbtn:hover{
    background: #ff3333;
    color: #fff;
}
/*左侧提示信息样式*/
.safe_tip {
    margin-top: 18px;
    padding: 22px 0 0 52px;
    height: 66px;
    border: 1px solid #EFEFEF;
    background: #F7F7F7 url(../images/safe_ico.png) no-repeat 10px 20px;
}
.safe_tip span {
    font-size: 14px;
    color: #3f3f3f;
    margin-left: 15px;
    display: inline-block;
    line-height: 22px;
}
/*h5模块*/
.h5_game_div {
    width: 911px;
    margin-top: 17px;
}
.h5_game_title {
    height: 36px;
    line-height: 36px;
    background: #FF3D3D url(../images/h5_title_icon.png) 8px 2px no-repeat;
    text-indent: 50px;
}
.h5_game_title .title_name {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.h5_game_title .title_more {
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}
.h5_game {
	height: 124px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    /*border: 2px solid #FF3D3D;*/
    border: 1px solid #ddd;
	overflow: hidden;
}
.h5_game .hide {
	display: none;
}
.h5_game .loading_img {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    padding: 45px 0;
}
.h5_game .not_h5_game {
    text-align: center;
    width: 758px;
    height: 74px;
    padding-top: 30px;
    font-size: 16px;
}
.h5_game .h5_tab_menu {
	float: left;
	width: 130px;
	background: #f6f6f6;
	height: 104px;
}
.h5_game .h5_tab_menu span {
	position: relative;
	display: block;
	width: 130px;
	height: 52px;
	line-height: 52px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
}
.h5_game .h5_tab_menu span .zx {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 18px 7px 14px 10px;
    background: url(../images/xp_new.png) no-repeat -95px -51px;
}
.h5_game .h5_tab_menu span .rm {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 18px 7px 14px 10px;
    background: url(../images/xp_new.png) no-repeat -126px -51px;
}
.h5_game .h5_tab_menu span .jt {
    display: none;
    position: absolute;
    top: 0;
    right: -12px;
    width: 12px;
    height: 52px;
    background: url(../images/xp_new.png) no-repeat -544px -39px;
    overflow: hidden;
}
.h5_game .h5_tab_menu span.hover,
.h5_game .h5_tab_menu span:hover {
	color: #fff;
	background: #5298ff;
}
.h5_game .h5_tab_menu span.hover .zx,
.h5_game .h5_tab_menu span:hover .zx {
	background-position: -190px -51px;
}
.h5_game .h5_tab_menu span.hover .rm,
.h5_game .h5_tab_menu span:hover .rm {
	background-position: -222px -51px;
}
.h5_game .h5_tab_menu span.hover .jt,
.h5_game .h5_tab_menu span:hover .jt {
	display: block;
}
.h5_game .h5_tab_menu_con {
	position: relative;
	float: left;
	width: 758px;
	height: 104px;
	overflow: hidden;
}
.h5_game .h5_tab_menu_con ul {
	height: 103px;
	width: 758px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.h5_game .h5_tab_menu_con li {
	position: relative;
	float: left;
	width: 78px;
	height: 104px;
	margin-left: 16px;

}
.h5_game .h5_tab_menu_con li a {
	display: block;
	width: 78px;
	height: 104px;
	color: #666;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.h5_game .h5_tab_menu_con li a img {
	margin: 0 auto;
	display: block;
	width: 78px;
	height: 78px;
	border-radius: 10px;
}
.h5_game .h5_tab_menu_con li a span {
	display: inline-block;
	height: 24px;
	width: 78px;
	line-height: 24px;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.h5_game .h5_tab_menu_con .h5_line_div {
	position: absolute;
	width: 100%;
	height: 2px;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.h5_game .h5_tab_menu_con .h5_line_div .h5_line {
	display: block;
	width: 80px;
	height: 2px;
	position: absolute;
	left: 16px;
	top: 0;
	background: #3385ff;
}
/*手游模块*/
.sy_game_div {
    width: 911px;
    margin-top: 17px;
}
.sy_game_title {
    height: 36px;
    line-height: 36px;
    background: #FF3D3D url(../images/h5_title_icon.png) 8px 2px no-repeat;
    text-indent: 50px;
}
.sy_game_title .title_name {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.sy_game_title .title_more {
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}
.sy_game {
    height: 124px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    /*border: 2px solid #FF3D3D;*/
	border: 1px solid #ddd;
    overflow: hidden;
}
.sy_game .hide {
    display: none;
}
.sy_game .loading_img {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    padding: 45px 0;
}
.sy_game .not_sy_game {
    text-align: center;
    width: 758px;
    height: 74px;
    padding-top: 30px;
    font-size: 16px;
}
.sy_game .sy_tab_menu {
    float: left;
    width: 130px;
    background: #f6f6f6;
    height: 104px;
}
.sy_game .sy_tab_menu span {
    position: relative;
    display: block;
    width: 130px;
    height: 52px;
    line-height: 52px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
}
.sy_game .sy_tab_menu span .zx {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 18px 7px 14px 10px;
    background: url(../images/xp_new.png) no-repeat -95px -51px;
}
.sy_game .sy_tab_menu span .rm {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 18px 7px 14px 10px;
    background: url(../images/xp_new.png) no-repeat -126px -51px;
}
.sy_game .sy_tab_menu span .jt {
    display: none;
    position: absolute;
    top: 0;
    right: -12px;
    width: 12px;
    height: 52px;
    background: url(../images/xp_new.png) no-repeat -544px -39px;
    overflow: hidden;
}
.sy_game .sy_tab_menu span.hover,
.sy_game .sy_tab_menu span:hover {
    color: #fff;
    background: #5298ff;
}
.sy_game .sy_tab_menu span.hover .zx,
.sy_game .sy_tab_menu span:hover .zx {
    background-position: -190px -51px;
}
.sy_game .sy_tab_menu span.hover .rm,
.sy_game .sy_tab_menu span:hover .rm {
    background-position: -222px -51px;
}
.sy_game .sy_tab_menu span.hover .jt,
.sy_game .sy_tab_menu span:hover .jt {
    display: block;
}
.sy_game .sy_tab_menu_con {
    position: relative;
    float: left;
    width: 758px;
    height: 104px;
    overflow: hidden;
}
.sy_game .sy_tab_menu_con ul {
    height: 103px;
    width: 758px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.sy_game .sy_tab_menu_con li {
    position: relative;
    float: left;
    width: 78px;
    height: 104px;
    margin-left: 16px;

}
.sy_game .sy_tab_menu_con li a {
    display: block;
    width: 78px;
    height: 104px;
    color: #666;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.sy_game .sy_tab_menu_con li a img {
    margin: 0 auto;
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 10px;
}
.sy_game .sy_tab_menu_con li a span {
    display: inline-block;
    height: 24px;
    width: 78px;
    line-height: 24px;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sy_game .sy_tab_menu_con .sy_line_div {
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.sy_game .sy_tab_menu_con .sy_line_div .sy_line {
    display: block;
    width: 78px;
    height: 2px;
    position: absolute;
    left: 16px;
    top: 0;
    background: #3385ff;
}
