.el-menu-demo a.active{
	background: linear-gradient(0deg, rgba(240,153,128,0.16) 0%, rgba(165,166,167,0.16) 100%);
}
.el-menu-demo a.active span{
	color: #ED6D47;
}

body{
	margin: 0;
}
a{
	text-decoration: none;
	color: #000000;
}
.bg_icon {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: fixed;
	top: 114px;
	left: 0;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 100% auto;
}
.bg_icon a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.bg_icon .bg_img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}
.bg_icon img {
	width: 100%;
	height: 100%;
}
.bg_icon .close_button{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
/* 小导航 */
.smallNav_box{
	width: 100%;
	height: 33px;
	background-color: #11171E;
	position: relative;
	z-index: 999;
}
.smallNav{
	width: 1200px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.left_smallNav,.right_smallNav{
	height: 100%;
	display: flex;
	align-items: center;
}
.lingliuyx_box{
	height: 100%;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(223,223,223,0.1);
}
.lingliuyx_box a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lingliuyx_box img{
	width: 20px;
	margin-right: 6px;
}
.lingliuyx_box span{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #737E91;
}
.mobile_box,.dy_account{
	height: 100%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(223,223,223,0.1);
	position: relative;
	cursor: pointer;
}
.mobile_box:hover .mobile_accountText,.lingliuyx_box:hover span,.dy_account:hover .mobile_accountText,.total_nav:hover .total_navText,.media_account:hover .media_accountText{
	color: #ED6D47;
}
.mobile_box01,.dy_account01{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile_accountText{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #737E91;
}
.mobile_qrcodePopup,.dy_qrcodePopup{
	position: absolute;
	top: 33px;
	left: 0;
	display: none;
	width: 150px;
	height: 150px;
	padding-bottom: 5px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	z-index: 1000;
	border-radius: 5px;
}
.mobile_box:hover .mobile_qrcodePopup,.dy_account:hover .dy_qrcodePopup,.media_account:hover .dy_qrcodePopup{
	display: flex;
}
.dy_qrcodePopup{
	width: 160px;
	height: 170px;
	justify-content: space-around;
}
.wx_qrcodePopup img,.mobile_qrcodePopup img{
	width: 90%;
	height: 85%;
	display: block;
	margin: 0 auto;
}
.dy_qrcodePopup img{
	width: 140px;
	height: 140px;
	display: block;
	margin: 10px auto 0px;
}
.mobile_qrcodePopup span,.dy_qrcodePopup span{
	font-size: 12px;
	color: #2B2B2B;
	font-weight: 500;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
/* 全站导航 */
.total_nav,.media_account{
	height: 100%;
	cursor: pointer;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(223,223,223,0.1);
	position: relative;
}
.media_account:last-child{
	border-right: none;
}
.total_nav:hover .totalNav_popup{
	display: flex;
}
.total_navSmall{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.total_navText,.media_accountText{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #737E91;
}
.media_account01,.media_account01 a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.totalNav_popup{
	width: 470px;
	/* height: 200px; */
	overflow: hidden;
	border: 1px solid #E5E6E5;
	position: absolute;
	background: #FFF;
	left: -15px;
	top: 33px;
	z-index: 1000;
	border-radius: 0 0 8px 8px;
	display: none;
	padding: 10px 15px;
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
}
.game_navBox,.news_navBox,.zone_navBox{
	width: 32%;
	display: flex;
	flex-direction: column;
}
.gameNav_title,.newsNav_title,.zoneNav_title{
	font-size: 16px;
	color: #ff613d;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	margin: 5px 0;
}
.newsNav_title{
	color: #ffcb18;
}
.zoneNav_title{
	color: #28c0ff;
}
.gameNav_content,.newsNav_content,.zoneNav_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.gameNav_content span,.newsNav_content span,.zoneNav_content span{
	margin-bottom: 8px;
}
.gameNav_content span a,.newsNav_content span a,.zoneNav_content span a{
	font-size: 14px;
	color: #3c3c3c;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.gameNav_content span a:hover{
	color: #ff613d;
}
.newsNav_content span a:hover{
	color: #ffcb18;
}
.zoneNav_content span a:hover{
	color: #28c0ff;
}
.gameNav_content .active,.newsNav_content .active,.zoneNav_content .active{
	position: relative;
}
.game_hotImg{
	background: url(../images/nav-hoticon.gif) no-repeat;
	position: absolute;
	display: block;
	width: 9px;
	height: 14px;
	top: -5px;
	right: -9px;
	overflow: hidden;
}
.right_smallNav a{
	height: 100%;
	border-right: 1px solid rgba(223,223,223,0.1);
}
.right_smallNav a:last-child{
	border-right: none;
}
 .user_login{
    margin-left: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
 .user_login img{
    width: 15px;
    height: auto;
    margin-right: 5px;
}
 .user_login span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 9.5px 2px;
    color: #737E91;
    font-size: 14px;
    cursor: pointer;
}
 .user_login span:hover{
    color: #ED6D47;
}
 .user_login span:nth-child(3){
    cursor: auto;
    color: #737E91 !important;
}
 .user_login #avatar{
    width: 20px;
    height: 20px;
    border-radius:50%;
}
 .user_login .user_operate{
    width: 130px;
	position: absolute;
	right: 0px;
	top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	display: none;
	z-index: 10;
	border-radius: 5px;
}
 .user_login .user_operate span{
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}
 .user_login .user_operate span:hover{
    color: #ED6D47;
}
.parting_lineBig{
	width: 0px;
	height: 180px;
	color: rgba(128,128,128,0.1);
	margin: 20px 15px 0 15px;
	border: 1px solid rgba(0,0,0,0.03);
}
/* 顶部分类导航 */
.header_box{
	width: 100%;
	height: 81px;
	position: relative;
	z-index: 99;
	background-color: #343845;
	display: flex;
	align-items: center;
	/* box-shadow: 0 0 6px 3px rgba(0,0,0,0.05); */
}
.header_boxSmall{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_left{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_left a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_left a img{
	width: 100%;
	height: 100%;
}
.menu_box{
	width: 765px;
	height: 100%;
	display: flex;
	align-items: center;
}
.el-menu-demo{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.el-menu-demo a{
	padding: 0 16px;
	height: 100%;
	display: flex;
	align-items: center;
}
.el-menu-demo a:nth-child(7) {
    position: relative;
	padding: 0 30px;
}
.el-menu-demo .openServicHot_icon{
	position: absolute;
	width: 25px;
	height: 9px;
	top: 30px;
	right: 5px;
	background: url(../images/hot_gif.png) no-repeat;
	background-size: 25px 9px;
}
.el-menu-demo a:hover span{
	color: #ED6D47;
}
.el-menu-demo a span{
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ede2e2;
	/* color: #BBBBBB; */
}
.header_right {
	/* width: 0px; */
	width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layui-form{
	width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_right .input{
	width: 100%;
	height: 30px;
	border: 1px solid #ede2e2;
	/* border: 1px solid rgba(237,109,71,0.3);*/ 
	border-radius: 5px 0px 0px 5px;
	border-right-style: hidden;
	padding: 0 0 0 5%;
	font-size: 12px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	/* background: #fdfdfd; */
	background-color: #343845;
	color: #999;
}
.header_right .input:focus{
	outline:none;
}
.search_button{
	width: 75px;
	height: 32px;
	background-color: #343845;
	/* background: #fdfdfd; */
	border-radius: 0px 5px 5px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ede2e2;
	/* border: 1px solid rgba(237,109,71,0.3); */
	border-left-style: hidden;cursor:pointer
}
.search_button img{
	width: 17px;
	height: 17px;
}

/*分页*/
#pageList{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layui-laypage .layui-laypage-curr:hover{
	color: #ED6D47 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #ED6D47 !important;
}
.layui-laypage a:hover{
	color: #ED6D47 !important;
}
.layui-laypage .layui-laypage-skip input:focus{
	border: 1px solid #ED6D47 !important;
}
/* 面包屑 */
.breadNarber{
	width: 1200px;
	height: 35px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.breadNarber img{
	width: 18px !important;
	height: 17px !important;
	margin-right: 5px;
}
.breadNarber span, .breadNarber span a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	margin-right: 5px;
}
.breadNarber span a:hover{
	color: #ED6D47;
}
/* 分享 */
.share_box{
	width: 97%;
	margin: 15px 0;
	padding: 0 1.5%;
	background-color: #FFFFFF;
	height: 61px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background: url(../images/share_bg.png) no-repeat; */
	background-size: cover;
}
.left_share{
	width: 85%;
	height: 100%;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}
.share_content{
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-right: 1px solid rgba(59,59,59,0.15);
}
.share_title{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	margin-right: 15px;
}
.scan_wxAccount{
	width: 55%;
	display: flex;
	align-content: center;
	position: relative;
	cursor: pointer;
}
.scan_wxAccount01{
	width: 100%;
	display: flex;
	align-content: center;
}
.scan_wxAccount:hover .wx_qrcodePopup{
	display: flex;
}
.wx_qrcodePopup{
	position: absolute;
	top: -220px;
	left: 0;
	width: 200px;
	height: 200px;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #e1e2e6;
	border-radius: 10px;
	padding: 6px 0;
	z-index: 2;
}
.wx_qrcodePopup img{
	width: 90%;
	height: 85%;
}
.wx_qrcodePopup span{
	color: #333;
	font-size: 12px;
	margin-top: 9px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.qrCode_icon{
	width: 35px;
	height: 35px;
	margin: 0 15px;
}
.qrCode_text{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 35px;
	border-top-left-radius: 0px;
}
.left_share .bdsharebuttonbox a{
	width: 40px;
	height: 30px;
	padding-left: 0px !important;
}
.left_share .bdsharebuttonbox .bds_weixin{
	background: url(../images/icon_library.png) -131px -41px;
}
.left_share .bdsharebuttonbox .bds_tsina{
	background: url(../images/icon_library.png) -466px -135px;
}
.left_share .bdsharebuttonbox .bds_qzone{
	background: url(../images/icon_library.png) -51px -42px;
}
.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more{
	margin: 6px 0px 6px 0 !important;
}
.right_share span{
}
/* 广告 */
.cpro #f5{
	z-index: 1 !important;
	width: 940px !important;
}
.cpro #f6{
	z-index: 1 !important;
	width: 940px !important;
}
.cpro{
    
}

.lingliuyx_login_popup{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
}
.lingliuyx_login_popup .login_content{
    width: 100%;
    max-height: fit-content;
    /*height: 480px;*/
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    z-index: 99998;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 420px;
}
.lingliuyx_login_popup .login_content .close_btn{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.lingliuyx_login_popup .login_content .close_btn img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.lingliuyx_login_popup .login_content .login_tab{
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 1px solid rgba(216,216,216,0.3);
}
.login_content .login_tab_item{
    height: 100%;
    line-height: 53px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.login_content .login_tab_item span{
    font-family: PingFang SC;
    font-size: 20px;
    line-height: 20px;
    color: #3D3D3D;
}
.login_tab .tab_item_active span{
    font-weight: bold;
}
.login_tab .tab_item_active span:before{
    content: '';
    width: 50%;
    position: absolute;
    left: 26%;
    bottom: 0px;
    height: 4px;
    background: #EB6D47;
    text-align: center;
    border-radius: 2px;
}
.lingliuyx_login_popup .login_form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
}
.lingliuyx_login_popup .login_operate{
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login_operate .input_box{
    width: 100%;
    height: 52px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    background: #F2F2F4;
    border-radius: 5px;
}
.login_operate .input_box_two{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.login_operate .input_box_two .input_box{
    margin-bottom: 20px;
    height: 45px;
}
.login_operate .input_box_two .input_box_title{
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 16px;
    color: #3D3D3D;
    margin-bottom: 5px;
}
/*.login_operate .input_box span{*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    margin-right: 5px;*/
/*}*/
.login_operate .input_box .input,.login_operate .input_box_two .input{
    width: 100%;
    outline: none;
    border: 0px;
    background: transparent;
    font-size: 14px;
    /*color: #9C9C9C;*/
}
.login_operate .input_box .input:placeholder,.login_operate .input_box_two .input:placeholder{
    color: #9C9C9C;
    font-size: 14px;
}
.login_operate .input_box .ver_code{
    width: 100px;
    padding: 8px 6px;
    text-align: center;
    border-radius: 6px 0px 6px 0px;
    background: #ED6D47;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 14px;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}
.login_operate .input_box .ver_code_disabled{
    background: rgba(237, 109, 71, 0.6);
}
.login_operate .forget_password{
    flex: 1;
    color: #ED6D47;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 14px;
    text-align: right;
    cursor: pointer;
}
.lingliuyx_login_popup .login_operate .input_box:nth-child(2) .input{
    width: 70%;
}
.lingliuyx_login_popup .login_btn{
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: block;
    background-color: #ED6D47;
    border: 0px;
    outline: none;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}
.lingliuyx_login_popup .agree_service{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 16px;
    color: #5A5A5A;
    margin-top: 15px;
}
.lingliuyx_login_popup .agree_service span,.lingliuyx_login_popup .agree_service a{
    color: #ED6D47;
}
.lingliuyx_login_popup .agree_service .checkbox_service{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.lingliuyx_login_popup .user_register{
    width: 100%;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 16px;
    color: #ED6D47;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
.lingliuyx_login_popup .other_login{
    width: 100%;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 70px 20px;
    cursor: pointer;
}
.other_login .wx_login,.other_login .qq_login,.other_login .wb_login{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.qq_login img{
    width: 50px;
    height: 50px;
}
.browse_icon2{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top:-3px;
}