/*********************************公共************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto;
	color: #333333;
	background: #FFFFFF;
}

a {
	text-decoration: none;
	color: #333333;
}

em,
i {
	font-style: normal;
}

b {
	font-weight: normal
}

ul,
li {
	list-style: none;
}

input,
button,
textarea,
a {
	outline: none;
	font-family: "微软雅黑";
	font-size: 14px;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

button {
	border: 0;
}

.clear {
	clear: both;
}

.aWhite,
.aWhite a {
	color: #FFFFFF;
}

.aOrange,
.aOrange a {
	color: #FF9224;
}

.aBlue,
.aBlue a {
	color: #1E86DF;
}

.bBlue,
.bBlue a {
	color: #1E87DF;
}

.bBlue_l,
.bBlue_l a {
	color: #1E87DF;
	text-decoration: underline;
}

.bBlack,
.bBlack a {
	color: #666666;
}

.cBlack,
.cBlack a {
	color: #999999;
}

.dBlack,
.dBlack a {
	color: #F0F0F0;
}

.aRed,
.aRed a {
	color: #FE5959;
}

.aYellow,
.aYellow a {
	color: #FFA41B;
}

.bYellow,
.bYellow a {
	color: #FFAC59;
}

.default,
.default a {
	color: #0000EE;
	text-decoration: underline;
}

a.default:link {
	color: #0000EE;
	text-decoration: underline;
}

a.default:visited {
	color: indigo;
	text-decoration: underline;
}

/*******************************公共2***********************************/
/*模块*/
.con_box1 {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 6px solid #F2F2F2;
}

.con_box2 {
	width: 100%;
	border-bottom: 6px solid #F2F2F2;
	margin: 10px 0 0;
}

.con_box3 {
	width: 100%;
	padding-bottom: 15px;
}

.con_box4 {
	width: 100%;
}

/*标题1*/
.con_tit1 {
	width: 98%;
	height: 25px;
	line-height: 25px;
	margin-top: 12px;
}

.con_tit1 h2 {
	font-size: 18px;
	float: left;
	padding: 0 17px;
	position: relative;
}
.con_tit1 h2 b{color: #14b9c8}
.con_tit1 h2 em {
	display: block;
	width: 10px;
	height: 3px;
	position: absolute;
	top: 12px;
	background: url(../img/bg3.png) no-repeat -45px 0;
	background-size: 150px 150px;
}

.con_tit1 h2 .tit_before {
	left: 0
}

.con_tit1 h2 .tit_after {
	right: 0
}

.tit_more {
	float: right;
	color: #999999;
}

.tit_more:after {
	content: '';
	display: block;
	float: right;
	width: 4px;
	height: 7px;
	background: url(../img/bg3.png) no-repeat -45px -5px;
	background-size: 150px 150px;
	margin: 10px 0 0 5px;
}

.con_tit_menu1 {
	float: right;
	color: #999999;
	margin-top: -2px;
}

.con_tit_menu1 a {
	display: block;
	float: left;
	margin-left: 13px;
}

.con_tit_menu1 a.active {
	color: #1E87DF;
	border-bottom: 2px solid #1E87DF;
}

.con_tit_menu2 {
	float: right;
	color: #999999;
	margin-top: -2px;
}

.con_tit_menu2 li {
	float: left;
	margin-left: 13px;
}

.con_tit_menu2 li.current {
	border-bottom: 2px solid #1E87DF;
}

.con_tit_menu2 li.current a {
	color: #1E87DF;
}

.con_tit_menu3 {
	float: left;
	box-sizing: border-box;
}

.con_tit_menu3 li {
	font-weight: bold;
	padding: 0 5px;
}

.con_tit_menu3 li.current {
	border-bottom: 3px solid #1E87DF;
}

.con_tit_menu3 li a {
	font-size: 16px;
}

/*标题2*/
.con_tit2 {
	width: 98%;
	height: 25px;
	margin: 12px 0 0 2%;
}

.con_tit2 h2 {
	float: left;
	font-size: 16px;
	font-weight: normal
}

.con_tit2 h2:before {
	content: '';
	display: block;
	float: left;
	width: 7px;
	height: 15px;
	background: url(../img/bg3.png) no-repeat -30px -25px;
	background-size: 150px 150px;
	margin-right: 7px;
	margin-top: 3px;
}

.tit2_more {
	display: block;
	float: right;
	width: 63px;
	height: 24px;
	line-height: 24px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background: #14b9c8;
	color: #FFFFFF;
	text-align: right;
}

.tit2_more {
	display: none;
}

.tit2_more:after {
	content: '';
	display: block;
	float: right;
	width: 7px;
	height: 4px;
	margin: 10px 7px 0;
	background: url(../img/bg3.png) no-repeat -140px 0;
	background-size: 150px 150px;
}

.tit2_more.turn_less:after {
	background-position: -140px -10px;
}

/*标题3*/
.con_tit3 {
	width: 96%;
	margin: 12px auto 0;
}

.tit_menu {
	float: left;
}

.tit_menu a {
	display: block;
	float: left;
	width: 65px;
	height: 30px;
	border-bottom: 2px solid #FFFFFF;
	font-size: 16px;
	margin-right: 30px;
}

.tit_menu a.active {
	color: #1E87DF;
	border-bottom-color: #1E87DF;
}

.con_tit3 .tit_more {
	line-height: 25px;
}

/*标题4*/
.con_tit4 {
	width: 96%;
	margin: 12px auto 0;
}

.con_tit4 h2 {
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.con_tit4:after {
	content: '';
	display: block;
	width: 31px;
	height: 5px;
	background: #14b9c8;
	margin: 8px auto 0;
	border-radius: 3px;
}

/*菜单标题3*/
.Head3 {
	position: relative;
	display: block;
	overflow: hidden;
	height: 43px;
}

.Head3 .Head3-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 43px
}

.Head3 ul.Head3-box li,
.Head3 div.Head3-box a {
	float: left;
	display: inline-block;
	width: 50%;
	height: 43px;
	background: #F7F7F7;
	text-align: center;
	font-size: 16px;
	line-height: 43px;
}

.Head3 ul.Head3-box li {
	overflow: hidden;
}

.Head3 ul.Head3-box li a {
	display: block;
	font-size: 16px;
}

.Head3 ul.Head3-box li:first-child,
.Head3 div.Head3-box a:first-child {
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}

.Head3 ul.Head3-box li:last-child,
.Head3 div.Head3-box a:last-child {
	border-bottom-left-radius: 22px
}

.Head3 ul.Head3-box li.current,
.Head3 ul.Head3-box li.current a,
.Head3 div.Head3-box a.active {
	background: #fff;
	color: #14b9c8
}

.Head3 ul.Head3-box li:last-child.current,
.Head3 div.Head3-box a:last-child.active {
	border-top-left-radius: 22px;
}

.Head3 span {
	position: absolute;
	left: 20%;
	z-index: 1;
	display: inline-block;
	width: 50%;
	height: 22px;
	background: #F7F7F7
}

.Head3 em {
	position: absolute;
	top: 22px;
	left: 20%;
	z-index: 1;
	display: inline-block;
	width: 50%;
	height: 22px;
	background: #fff
}

/*菜单标题4*/
.Head4 {
	position: relative;
	display: block;
	overflow: hidden;
	height: 43px;
}

.Head4 .Head4-box {
	overflow: hidden;
	width: 100%;
	height: 43px;
	display: table;
}

.Head4 .Head4-box li {
	display: table-cell;
}

.Head4 .Head4-box a {
	display: block;
}

.Head4 .Head4-box li,
.Head4 .Head4-box a {
	height: 43px;
	background: #F7F7F7;
	text-align: center;
	font-size: 16px;
	line-height: 43px;
}

.Head4 .Head4-box li.current,
.Head4 .Head4-box li.current a,
.Head4 .Head4-box a.active {
	background: #fff;
	color: #14b9c8
}

/*标签*/
.game_bq1 {
	display: block;
	width: 35px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	left: 50%;
	top: -9px;
	margin-left: -18px;
}

.game_bq2 {
	padding:0 0.2rem;
	display: block;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	color: #FFFFFF;
	font-size: 0.25rem;
	position: absolute;
	left: 15%;
	top: -9px;
	margin-left: -18px;
}

/*背景色*/
.bg1_1 {
	background: #FF9224;
}

.bg1_2 {
	background: #14b9c8;
}

.bg1_3 {
	background: #FF6060;
}

.bg1_4 {
	background: #13DDBA;
}

.bg1_5 {
	background: #FFA953;
}

.bg2_1 {
	background: #99BBFF;
}

.bg2_2 {
	background: #FFC68C;
}

.bg2_3 {
	background: #CCB2FF;
}

.bg2_4 {
	background: #FF8888;
}

.bg2_5 {
	background: #38EDCD;
}

.bg2_6 {
	background: #EBEBEB;
}

.bg3_1 {
	background: #F6A0B3;
}

.bg3_2 {
	background: #9999FF;
}

.bg3_3 {
	background: #52CBBC;
}

.bg3_4 {
	background: #FFAF60;
}

.bg3_5 {
	background: #4EA2E7;
}

.bg_ios {
	background: #14b9c8;
}

.bg_and {
	background: #47B751;
}

.bg_PC {
	background: #FFA953;
}

.bg_dis {
	background: #D7D7D7;
}

/*下载按钮*/
.btn_xz1 {
	display: block;
	width: 56px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	margin: 8px auto 0;
	color: #14b9c8;
	background: #FFFFFF;
	border: thin solid #14b9c8;
	border-radius: 3px;
}

.btn_xz2 {
	width: 96%;
	margin: 8px auto 0;
	line-height: 35px;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.btn_xz2 em {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../img/bg3.png) no-repeat;
	background-size: 150px 150px;
	margin: -2px 7px 0 0;
}

.btn_xz2 em.icon_ios {
	background-position: 0 -65px;
}

.btn_xz2 em.icon_and {
	background-position: -20px -65px;
}

.btn_xz2 em.icon_PC {
	background-position: -40px -65px;
}

.btn_xz2 em.icon_dis {
	background-position: -60px -130px;
}

.btn_xz2 em.icon_com {
	background-position: -40px -130px;
}

.btn_xz2 em.icon_sub {
	background-position: -105px -130px;
}

.btn_xz2 em.icon_game {
	width: 23px;
	background-position: -80px -130px;
}

.btn_xz2.btn_half {
	width: 48%;
	margin-left: 2%;
	float: left;
}

.btn_start {
	display: block;
	width: 64px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	margin: 8px auto 0;
	color: #14b9c8;
	background: #FFFFFF;
	border: thin solid #14b9c8;
	border-radius: 3px;
}

.btn_xz3 {
	display: block;
	width: 46px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #71B63B;
	background: #FFFFFF;
	border: thin solid #71B63B;
	border-radius: 3px;
}

/*查看更多*/
.look_more1 {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #F5F5F5;
	color: #ADADAD;
}

.look_more1 em {
	display: inline-block;
	width: 9px;
	height: 6px;
	background: url(../img/bg3.png) no-repeat;
	background-size: 150px 150px;
	margin-left: 5px;
}

.look_more1 em.down {
	background-position: -140px -20px;
}

.look_more1 em.up {
	background-position: -140px -30px;
}

.look_end1 {
	display: block;
	width: 100%;
	font-size: 16px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #F3F3F3;
	color: #666666;
}

.caseud {
	width: 100%;
	margin-top: 12px;
}

.caseud a {
	display: block;
	width: 148px;
	margin: 0 auto;
	line-height: 20px;
	font-size: 16px;
	color: #3794F0;
	text-align: center;
}

.look_more {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #F5F5F5;
	color: #ADADAD;
}

/*弹出框*/
.alert_sub_box,
.alert_frmDown_box {
	display: none;
	width: 88.5%;
	padding-bottom: 50px;
	border: thin solid #3794F0;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -44.3%;
	z-index: 5;
}

.alert_tit {
	width: 96%;
	height: 35px;
	line-height: 35px;
	padding: 0 2%;
	color: #FFFFFF;
	font-size: 16px;
	background: #3794F0;
}

.alert_con {
	padding-bottom: 25px;
}

.alert_con h1,
.alert_con h2 {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	padding: 25px 15px 0;
}

/* .alert_con h2{ text-align:center; padding: 65px 0 40px; font-weight: normal; font-size: 18px; } */
.alert_con p {
	padding: 25px 15px 0;
	font-size: 14px;
	line-height: 20px;
}

.alert_btn_box1,
.alert_btn_box2 {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	border: 0;
	position: absolute;
	left: 0;
	bottom: 0
}

.alert_btn_box1 a,
.alert_btn_box1 button,
.alert_btn_box2 a,
.alert_btn_box2 button {
	display: block;
	float: left;
	border: 0;
	width: 50%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
}

.alert_con .frm_sub {
	background: #3794F0;
	color: #FFFFFF;
}

.alert_con .no_sub {
	background: #E7E7E7;
	color: #333333;
}

.alert_frmDown_box .i_close {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/bg3.png) no-repeat -120px -130px/150px 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*********************************头部************************************/
/*首页*/
body {
	padding-top: 75px;
	margin: 0 auto !important;
}

.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.head_top {
	width: 96%;
	padding: 0 2%;
	height: 39px;
	background: #14b9c8;
	border-top: thin solid #14b9c8;
}

.head_icon {
	display: block;
	float: left;
	width: 111px;
	height: 37px;
	margin: 0px 8px 0 0;
	background: url(../img/logo.png) no-repeat;
	background-size: 111px 38px;
}

.head_menu {
	float: right;
	width: 21px;
	height: 19px;
	background: url(../img/bg3.png) no-repeat -20px 0;
	background-size: 150px 150px;
	margin: 10px 0 0 8px;
}

.head_search_box {
	float: right;
	width: 50%;
	padding: 0 2%;
	height: 28px;
	background: #FFFFFF;
	border-radius: 5px;
	margin-top: 6px;
}

.head_search_box input {
	border: none;
	height: 18px;
	display: block;
	margin-top: 5px;
}

.head_search_box input.text1 {
	float: left;
	width: 80%;
	color: #9D9D9D;
	background: none;
}

.head_search_box input.submit1 {
	width: 18px;
	float: right;
	background: url(../img/bg3.png) no-repeat 0 0;
	background-size: 150px 150px;
}

.head_nav {
	width: 100%;
	height: 35px !important;
	background: url(../img/bg7.png) repeat-x bottom;
}

.head_nav ul {
	height: 33px !important;
	border-bottom: 2px solid #ebebeb;
}

.head_nav li {
	width: auto;
	margin-right: 10px;
}

.head_nav li:last-of-type {
	margin-right: 0;
}

.head_nav li a {
	display: block;
	height: 33px;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	padding: 0 10px;
}

.head_nav li a.hover {
	border-bottom: 2px solid #14b9c8;
	color: #14b9c8;
}

.head_menu_con {
	display: none;
	position: absolute;
	left: 0;
	top: 74px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 4px 4px 0 #000000;
	z-index: 5;
}

.head_menu_con li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 28px;
}

.head_menu_con li a {
	display: inline-block;
	width: 86%;
	max-width: 86px;
	border-radius: 5px;
	border: thin solid #14b9c8;
	color: #14b9c8;
	background: #FFFFFF;
	margin: 7px 0;
}

/*内页*/
.head_icon2 {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 10px 10px 0 0;
	background: url(../img/bg3.png) no-repeat -115px -20px;
	background-size: 150px 150px;
}

.head_search_box2 {
	width: 73%;
	padding: 0 2%;
	height: 28px;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 6px auto 0;
}

.head_search_box2 input {
	border: none;
	height: 18px;
	display: block;
	margin-top: 5px;
}

.head_search_box2 input.text1 {
	float: left;
	width: 90%;
	color: #9D9D9D;
	background: none;
}

.head_search_box2 input.submit1 {
	width: 18px;
	float: right;
	background: url(../img/bg3.png) no-repeat 0 0;
	background-size: 150px 150px;
}

/*********************************底部************************************/
footer  {
	color: #acb7c0;
	line-height: 18px;
	text-align: center;
	padding: 15px 0 15px 0;
	background-color: #f5f7f9;
}

.footerNav {
	padding: 0 0 8px 0;
}

.footerNav a {
	margin: 0 10px;
	color: #434c55;
	font-size: 14px;
}

.copyright {
	font-size: 14px;
}

.down_down {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	max-width: 750px;
	height: 28px;
	padding: 4px 0 4px 0;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}

.down_down a {
	display: block;
	width: 270px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	background: #14b9c8;
	border: 0;
	border-radius: 5px;
}

.down_down a img {
	bottom: 1px;
	position: relative;
	padding-right: 5px;
	vertical-align: middle;
}

.top {
	position: fixed;
	z-index: 99;
	cursor: pointer;
	background: url(../img/top.png);
	width: 50px;
	height: 50px;
	bottom: 40px;
	right: 10px;
	display: none;
}

/*********************************404************************************/
.img_404 {
	width: 100%;
	margin: 15px auto 0;
}

.tips_404 {
	width: 96%;
	margin: 15px auto 0;
}

.tips_404 dt {
	font-size: 16px;
	color: #FF9D21;
	line-height: 22px;
}

.tips_404 dd {
	margin-top: 15px;
	color: #666666;
	line-height: 22px;
}

/*********************************定位************************************/
.way_tolocal {
	width: 96%;
	margin: 0 auto;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 12px;
	color: #999999;
}

.way_tolocal:before {
	content: '';
	display: block;
	float: left;
	width: 11px;
	height: 14px;
	margin-top: 2px;
	margin-right: 5px;
	background: url(../img/bg3.png) no-repeat -125px 0;
	background-size: 150px 150px;
}

.way_tolocal em {
	color: #333333;
}

/*********************************页码************************************/
.con_page {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.con_page span,
.con_page a {
	display: inline-block;
	height: 23px;
	min-width: 15px;
	padding: 0 5px;
	margin: 0 2px;
	text-align: center;
	line-height: 23px;
	border: thin solid #E5E5E5;
	color: #999999;
}

.con_page .active span,
.con_page a.hover {
	border: thin solid #218AE0;
	background: #218AE0;
	color: #FFFFFF;
}

/*********************************星级************************************/
.star_box {
	width: 63px;
	height: 10px;
	background: url(../img/star.png) no-repeat;
	background-size: 65px 90px;
}

.star_box.star0 {
	background-position: 0 0;
}

.star_box.star1 {
	background-position: 0 -15px;
}

.star_box.star2 {
	background-position: 0 -30px;
}

.star_box.star3 {
	background-position: 0 -45px;
}

.star_box.star4 {
	background-position: 0 -60px;
}

.star_box.star5 {
	background-position: 0 -75px;
}

/**####分页#######**/
.pagination li {
	display: inline-block;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	text-align: right;
	padding-right: 20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px !important;
	background-image: url(./img/arrow-next.png) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0px !important;
	background-image: url(./img/arrow-prev.png) !important;
}

.swiper .img_wrap .tt-swiper01 {
	width: 100%;
	height: 240px;
}

.swiper .img_wrap .tt-itm {
	width: 100%;
	height: 245px;
}

.swiper .img_wrap .tt-itm img {
	width: 100%;
	height: 100%;
}

.swiper .img_wrap .tt-itm h3 {
	position: relative;
	;
	width: 80%;
	padding: 0px 1%;
	padding-right: 20%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	bottom: 0px;
	font-size: 20px;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper_right .swiper-button-next,
.swiper_right .swiper-button-prev {
	width: 30px;
	height: 25px;
}

.swiper .img_wrap .tt-swiper01 .swiper-active-switch {
	background-color: #C10D0C;
}

.swiper .img_wrap .tt-swiper01 .swiper-active-switch {
	background-color: #f94742;
}

/* .swiper-slide {width: 100% !important;} */
.tt-itm a h3 {
	background-color: rgba(0, 0, 0, .5);
	position: relative;
	top: -49px;
	font-size: 0.5rem;
	color: #fff;
	line-height: 35px;
	width: 80%;
	overflow: hidden;
	padding-right: 20%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.swiper {
	width: 100%;
}


.clearfix::after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
}

/*********************************主页************************************/
.index_swiper {
	width: 100%;
	position: relative;
}

.index_swiper a {
	color: #FFFFFF;
}

.index_swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.index_swiper .swiper-slide a {
	display: block;
}

.index_swiper .swiper-slide img {
	width: 100%;
	height: 45vw;
}

.index_swiper .swiper-slide span {
	display: block;
	width: 100%;
	height: 100px;
	background: url(../images/bg1.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index_swiper .swiper-slide span em {
	display: block;
	width: 75%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	left: 3%;
	overflow: hidden;
}

.index_swiper .pagination1 {
	right: 2%;
	left: auto !important;
	width: auto !important;
}

.index_swiper .swiper-pagination-bullet {
	background: #FFFFFF;
	margin: 0 2px !important;
	opacity: 1;
	width: 7px;
	height: 7px;
}

.index_swiper .swiper-pagination-bullet-active {
	background: #14b9c8;
}

section {
	background: #fff;
	overflow: hidden;
}

.indexNav {
	margin-top: 10px;
	height: 30px
}

.indexNav li {
	float: left;
	width: 25%
}

.indexNav a {
	display: block;
	color: white;
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px
}

/* indexNav */
.indexNav .blue {
	background: #7ed2eb
}

.indexNav .red {
	background: #fb7251;
	margin-left: 3px
}

.indexNav .green {
	background: #aedd6a;
	margin-left: 3px
}

.indexNav .yellow {
	background: #fdc800;
	margin-left: 3px
}

.zyfl_menu {
	width: 100%;
}

.zyfl_menu li {
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 15px;
}

.zyfl_menu li a {
	display: block;
}

.zyfl_menu li span {
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 8px;
}

.zyfl_menu li em {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(../images/bg2.png) no-repeat;
	background-size: 150px 60px;
	position: relative;
}

.zyfl_menu li i {
	display: block;
	width: 35px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: #FF9224;
	font-size: 12px;
	position: absolute;
	top: -5px;
	left: 22px;
	color: #FFFFFF;
}

.zyfl_menu li em.icon1 {
	background-position: 0 0;
}

.zyfl_menu li em.icon2 {
	background-position: -30px 0;
}

.zyfl_menu li em.icon3 {
	background-position: -60px 0;
}

.zyfl_menu li em.icon4 {
	background-position: -90px 0;
}

.zyfl_menu li em.icon5 {
	background-position: -120px 0;
}

.zyfl_menu li em.icon6 {
	background-position: 0 -30px;
}

.zyfl_menu li em.icon7 {
	background-position: -30px -30px;
}

.zyfl_menu li em.icon8 {
	background-position: -60px -30px;
}

.zyfl_menu li em.icon9 {
	background-position: -90px -30px;
}

.zyfl_menu li em.icon10 {
	background-position: -120px -30px;
}

.con_jxtj_list {
	width: 100%;
}

.con_jxtj_list li {
	width: 25%;
	float: left;
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.con_jxtj_list li a {
	display: block;
}

.con_jxtj_list li img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 13px;
}

.con_jxtj_list li span {
	display: block;
	margin: 10px auto 0;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.xctj_box {
	width: 100%;
	margin-top: 12px;
	height: 45vw;
	min-height: 158px;
}

.xctj_box dl {
	padding: 0 8px;
}

.xctj_box dt {
	font-size: 16px;
	font-weight: 600;
}

.xctj_box dd {
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	overflow: hidden;
}

.xctj_box .side_box,
.xctj_box .center_box {
	height: 100%;
	float: left;
	position: relative;
}

.xctj_box .side_box {
	width: 30%;
	border-radius: 5px;
	overflow: hidden;
}

.xctj_box .side_box dt {
	margin: 10px 0 5px 0;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.xctj_box .side_box dd {
	height: 16px;
}

.xctj_box .center_box {
	width: 38%;
	margin: 0 1%;
}

.xctj_box .center_box dt {
	margin-top: 3px;
}

.xctj_box .center_box_in {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.xctj_box .center_box_in.one {
	top: 0;
	min-height: 75px;
}

.xctj_box .center_box_in.one dd {
	height: 48px;
	overflow: hidden;
}

.xctj_box .center_box_in.two {
	bottom: 0;
	min-height: 80px;
}

.xctj_box .center_box_in.two dd {
	height: 32px;
	overflow: hidden;
}

.con_jqrm_list .con_jxtj_list {
	padding-bottom: 12px;
	border-bottom: thin dotted #E2E2E2;
}

.con_jqrm_list2 li {
	width: 96%;
	padding: 0 2%;
	padding-bottom: 12px;
	margin-top: 20px;
	border-bottom: thin dotted #E2E2E2;
}

.con_jqrm_list2 .img_box {
	display: block;
	float: left;
	position: relative;
	width: 64px;
	height: 64px;
}

.con_jqrm_list2 .img_box img {
	width: 64px;
	height: 64px;
	border-radius: 13px;
}

.con_jqrm_list2 dl {
	margin-left: 76px;
}

.con_jqrm_list2 dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.con_jqrm_list2 dd {
	color: #999999;
	font-size: 12px;
	margin-top: 8px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.con_jqrm_list2 .btn_xz1 {
	float: right;
	margin-top: 17px;
	margin-left: 10px;
}

.gamefl_list li {
	width: 25%;
	float: left;
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.gamefl_list li a {
	display: block;
}

.gamefl_list li img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 13px;
}

.discount-tag {
	display: block;
	width: 35px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	left: 50%;
	top: -9px;
	margin-left: -18px;
	background-color: red;
}

.gamefl_list li span {
	display: block;
	margin: 10px auto 0;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.gamefl_list2 {
	width: 96%;
	margin: 0 auto;
	padding-top: 3px;
}

.gamefl_list2 li {
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-top: 10px;
}

.gamefl_list2 li a {
	display: block;
	padding: 10px 3px;
	border-radius: 5px;
	color: #FFFFFF;
	height: 40px;
}

.gamefl_list2 li.one {
	margin-left: 0;
}

.gamefl_list2 li em {
	display: block;
	float: left;
	text-align: center;
	width: 30%;
	height: 26px;
	margin-top: 9px;
}

.gamefl_list2 li i {
	display: inline-block;
	width: 27px;
	height: 26px;
	background: url(../images/bg4.png) no-repeat;
	background-size: 150px 150px;
}

.gamefl_list2 li i.icon1 {
	background-position: 0 0
}

.gamefl_list2 li i.icon2 {
	background-position: -30px 0
}

.gamefl_list2 li i.icon3 {
	background-position: -60px 0
}

.gamefl_list2 li i.icon4 {
	background-position: -90px 0
}

.gamefl_list2 li i.icon5 {
	background-position: -120px 0
}

.gamefl_list2 li i.icon6 {
	background-position: 0 -30px
}

.gamefl_list2 li i.icon7 {
	background-position: -30px -30px
}

.gamefl_list2 li i.icon8 {
	background-position: -60px -30px
}

.gamefl_list2 li i.icon9 {
	background-position: -90px -30px
}

.gamefl_list2 li i.icon10 {
	background-position: -120px -30px
}

.gamefl_list2 li i.icon11 {
	background-position: 0 -60px
}

.gamefl_list2 li i.icon12 {
	background-position: -30px -60px
}

.gamefl_list2 li i.icon13 {
	background-position: -60px -60px
}

.gamefl_list2 li i.icon14 {
	background-position: -90px -60px
}

.gamefl_list2 li i.icon15 {
	background-position: -120px -60px
}

.gamefl_list2 li i.icon16 {
	background-position: 0 -90px
}

.gamefl_list2 li i.icon17 {
	background-position: -30px -90px
}

.gamefl_list2 li i.icon18 {
	background-position: -60px -90px
}

.gamefl_list2 li i.icon19 {
	background-position: -90px -90px
}

.gamefl_list2 li i.icon20 {
	background-position: -120px -90px
}

.gamefl_list2 li i.icon21 {
	background-position: 0 -120px
}

.gamefl_list2 li i.icon22 {
	background-position: -30px -120px
}

.gamefl_list2 li i.icon23 {
	background-position: -60px -120px
}

.gamefl_list2 li i.icon24 {
	background-position: -90px -120px
}

.gamefl_list2 li dt {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.gamefl_list2 li dd {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 5px;
}

.gamefl_list2 a.more_con1 {
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.gamefl_list2 a.more_con1:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 9px;
	margin-left: 5px;
	background: url(../images/bg3.png) no-repeat -55px -5px;
	background-size: 150px 150px;
}

.rmzq_tjList {
	width: 96%;
	margin: 0 auto;
}

.rmzq_tjList li a {
	display: block;
	float: left;
	margin-left: 4%;
	margin-top: 13px;
	width: 48%;
	position: relative;
}

.rmzq_tjList li a.one {
	margin-left: 0
}

.img_show1 {
	display: block;
	width: 100%;
	height: 26.25vw;
}

.tj_tit1 {
	width: 96%;
	margin: 0 auto;
	height: 30px;
	position: relative;
}

.tj_tit1 img {
	width: 13.75vw;
	height: 13.75vw;
	max-width: 55px;
	max-height: 55px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tj_tit1 span {
	display: block;
	padding-left: 7px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-top: 5px;
}

@media screen and (max-width: 400px) {
	.tj_tit1 span {
		margin-left: 30%;
	}
}

@media screen and (min-width: 400px) {
	.tj_tit1 span {
		margin-left: 55px;
	}
}

.pagination2 {
	position: relative;
	margin-top: 8px;
	margin-bottom: -4px;
}

.tszt_tjList {
	width: 96%;
	margin: 0 auto;
}

.tszt_tjList li a {
	display: block;
	float: left;
	margin-left: 4%;
	margin-top: 20px;
	width: 48%;
	position: relative;
}

.tszt_tjList li a:nth-child(1) {
	margin-left: 0
}

.tszt_tjList .img_show1 {
	height: 2rem;
}

.tj_tit2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../img/bg5.png) repeat-x !important;
	color: #FFFFFF;
}

.tj_tit2 span {
	display: block;
	padding: 0 7px;
	text-align: center;
	height: 18px;
	line-height: 18px;
	margin-top: 22px;
	overflow: hidden;
}

.tszt_tjList .game_bq1 {
	left: 18%;
}

.zbrj_swiper {
	height: 220px;
	padding: 10px 0 10px 12px;
	margin-top: 5px;
}

.zbrj_swiper li {
	margin-right: 15px;
	width: 150px;
	height: 220px;
	padding: 0 10px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.3);
}

.zbrj_swiper .img_box {
	width: 110px;
	height: 162px;
	margin: 16px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.zbrj_swiper .img_box img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.zbrj_swiper h3 {
	text-align: center;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-top: 13px;
	font-size: 14px;
	word-break: break-all;
}

.zbrj_swiper b {
	display: block;
	width: 0;
	height: 0;
	border-width: 25px;
	border-style: solid;
	border-color: #14b9c8 #14b9c8 transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.zbrj_swiper i {
	display: block;
	width: 14px;
	height: 16px;
	position: absolute;
	right: -16px;
	top: -18px;
	background: url(../images/bg19.png) no-repeat;
	background-size: 200px 200px;
}

.zbrj_swiper i.i_win {
	background-position: -155px -35px;
}

.zbrj_swiper i.i_mac {
	background-position: -175px -35px;
}

.zbrj_hot_list li {
	float: left;
	width: 46%;
	margin: 5px 2% 0;
	padding-top: 9px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	word-break: break-all;
}

.zbrj_hot_list em {
	display: block;
	float: left;
	width: 34px;
	height: 23px;
	margin: -9px 5px 0 0;
	background: url(../images/bg19.png) no-repeat 0 -60px/200px 200px;
}

.jplb_tjList li {
	width: 96%;
	padding: 0 2% 12px;
	margin-top: 12px;
	border-bottom: thin dotted #EAEAEA;
}

.jplb_tjList img {
	width: 64px;
	height: 64px;
	float: left;
	border-radius: 13px;
}

.jplb_tjList dl {
	margin-left: 79px;
}

.jplb_tjList dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.jplb_tjList dd {
	font-size: 12px;
	color: #999999;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 6px;
}

.btn_gift1 {
	display: block;
	float: right;
	width: 58px;
	height: 25px;
	border-radius: 3px;
	line-height: 25px;
	margin: 12px 0 0 10px;
}

.btn_gift1.get {
	border: thin solid #14b9c8;
	color: #14b9c8;
}

.btn_gift1.wait {
	border: thin solid #FFB468;
	color: #FF9224;
}

.btn_gift1.over {
	border: thin solid #E8E8E8;
	color: #999999;
}

.btn_gift1 em {
	display: block;
	float: left;
	width: 12px;
	height: 14px;
	margin: 6px 6px 0 7px;
	background: url(../images/bg3.png) no-repeat;
	background-size: 150px 150px;
}

.btn_gift1.get em {
	background-position: -65px 0;
}

.btn_gift1.wait em {
	background-position: -80px 0;
}

.btn_gift1.over em {
	background-position: -95px 0;
}

.rmht_tjList {
	width: 96%;
	margin: 0 auto;
}

.rmht_tjList li {
	width: 100%;
	height: 23vw;
	position: relative;
	margin-top: 8px;
}

.rmht_tjList .img_bg {
	display: block;
	width: 100%;
	height: 100%;
}

.rmht_tjList .img_bg img {
	width: 100%;
	height: 100%;
}

.rmht_tjList dl {
	width: 40%;
	height: 100%;
	position: absolute;
}

.rmht_tjList .left dl {
	left: 0;
	top: 0;
	padding-left: 2%;
}

.rmht_tjList .right dl {
	right: 0;
	top: 0;
	padding-right: 2%;
}

.rmht_tjList dt {
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 5px;
}

.rmht_tjList dd {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 5px;
}

.rmht_tjList .tra {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	border-style: solid;
}

.rmht_tjList .left .tra {
	left: 42%;
	border-width: 11.5vw 0 11.5vw 11.5vw;
	margin-left: -1px;
}

.rmht_tjList .right .tra {
	right: 42%;
	border-width: 11.5vw 11.5vw 11.5vw 0;
	margin-right: -1px;
}

.rmht_tjList .tra1 {
	border-color: transparent transparent transparent #99BBFF;
}

.rmht_tjList .tra2 {
	border-color: transparent #FFC68C transparent transparent;
}

.rmht_tjList .tra3 {
	border-color: transparent transparent transparent #CCB2FF;
}

.rmht_tjList .tra4 {
	border-color: transparent #FF8888 transparent transparent;
}

.rmht_tjList dd:before {
	content: '';
	display: block;
	float: left;
	width: 11px;
	height: 12px;
	background: url(../images/bg3.png) no-repeat -110px 0;
	background-size: 150px 150px;
	margin: 3px 5px 0 0
}

.jxtj_topul1 {
	width: 96%;
	padding: 0 2%;
	height: 200px;
	background: url(../images/img9.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 14px;
}

.jxtj_topul1 li {
	float: left;
	height: 100%;
	width: 28%;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.jxtj_topul1 li:nth-child(2) {
	width: 44%;
}

.jxtj_topul1 li img {
	width: 72px;
	height: 72px;
	border-radius: 13px;
}

.jxtj_topul1 li.top_li1 img {
	width: 80px;
	height: 80px;
}

.jxtj_topul1 li span {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 6px;
}

.jxtj_topul1 li .top_lab {
	display: block;
	color: #FFFFFF;
	width: 100px;
	margin: 10px auto 0;
}

.jxtj_topul1 li .top_lab_in {
	background: #FFBF80;
	height: 20px;
	line-height: 20px;
	/*font-family: "Haettenschweiler";*/
	font-size: 22px;
}

.jxtj_topul1 li.top_li1 .top_lab {
	height: 25px;
	line-height: 25px;
}

.jxtj_topul1 li.top_li1 .top_lab_in {
	background: #FFA64D;
}

.jxtj_topul1 li .top_lab:before {
	content: '';
	display: block;
	width: 70px;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 2px solid #FFD0A2;
}

.jxtj_topul2 li {
	width: 96%;
	padding: 0 2% 12px;
	border-bottom: thin dotted #E6E6E6;
	margin-top: 12px;
}

.jxtj_topul2 img {
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 10px;
	border-radius: 13px;
}

.jxtj_topul2 dl {
	height: 72px;
}

.jxtj_topul2 dt {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.jxtj_topul2 dt em {
	font-size: 22px;
	/*font-family: "Haettenschweiler";*/
	color: #BFBFBF;
	margin-right: 7px;
	float: left;
}

.jxtj_topul2 dl .btn_xz1 {
	float: right;
	margin-top: 15px;
	margin-left: 7px;
}

.jxtj_topul2 dd {
	color: #999999;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 7px;
}

.jxtj_topul2 dl .btn {
	overflow: unset;
	height: 0;
	margin: 0;
}

.zxwz_tjList li {
	width: 96%;
	padding: 0 2% 12px;
	border-bottom: thin solid #F3F3F3;
	margin-top: 12px;
}

.zxwz_tjList img {
	width: 100px;
	height: 70px;
	float: left;
	margin-right: 15px;
}

.zxwz_tjList dl {
	height: 70px;
}

.zxwz_tjList dt {
	max-height: 44px;
	line-height: 22px;
	overflow: hidden;
}
.zxwz_tjList dt a .highlight{color: #14b9c8}
.zxwz_tjList dd {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	margin-top: 8px;
}

.yqlj_list a {
	display: inline-block;
	padding: 0 5px;
	color: #666666;
	border: thin solid #ECECEC;
	border-radius: 3px;
	margin: 12px 0 0 2%;
}

/*********************************专区列表************************************/
.zq_list {
	overflow: hidden;
}

.zq_list li {
	width: 96%;
	padding: 0 2%;
	padding-bottom: 12px;
	border-bottom: thin dotted #E6E6E6;
	overflow: hidden;
}

.zq_list li a {
	display: block;
	float: left;
	margin-left: 4%;
	margin-top: 13px;
	width: 48%;
	position: relative;
}

.zq_list li a.one {
	margin-left: 0
}

/*********************************专区首页************************************/
.rmyxzq_List {
	margin-top: 12px;
}

.rmyxzq_List li {
	width: 100%;
}

.rmyxzq_line {
	float: left;
	width: 25%;
	border-left: thin dotted #DADADA;
	box-sizing: border-box;
	text-align: center;
	margin-top: 1px;
}

.rmyxzq_List li .rmyxzq_line:first-child {
	border-left: 0;
}

.rmyxzq_List li.one .rmyxzq_line_img {
	margin-top: 0
}

.rmyxzq_line_img {
	display: block;
	margin: 12px auto 0;
}

.rmyxzq_line_img img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 13px;
}

.rmyxzq_line_img h3 {
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 8px;
}

.rmyxzq_line span {
	display: block;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}

.rmzq_list li {
	margin-top: 12px;
	width: 96%;
	padding: 0 2% 12px;
	border-bottom: thin dotted #E2E2E2;
}

.rmzq_list img {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 13px;
}

.rmzq_list dl {
	margin-left: 74px;
	height: 64px;
}

.rmzq_list dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.rmzq_list dd {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	margin-top: 5px
}

.rmzq_list .btn_xz1 {
	float: right;
	margin: 13px 0 0 10px;
}

.rmyxgl_list li {
	width: 96%;
	padding: 0 2% 12px;
	margin-top: 12px;
	border-bottom: thin dotted #E6E6E6;
}

.rmyxgl_list img {
	width: 100px;
	height: 70px;
	float: left;
}

.rmyxgl_list dl {
	margin-left: 110px;
	height: 70px;
}

.rmyxgl_list dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.rmyxgl_list dd {
	color: #999999;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 8px;
}

.rmyxgl_list dd em {
	display: inline-block;
	margin-right: 15px;
}

.rmyxgl_list dd em:before {
	content: "";
	display: block;
	float: left;
	width: 13px;
	height: 12px;
	margin: 2px 3px 0 0;
	background: url(../images/bg3.png) no-repeat;
	background-size: 150px 150px;
}

.rmyxgl_list dd em.time:before {
	background-position: 0 -25px;
}

.rmyxgl_list dd em.peo:before {
	background-position: -15px -25px;
}

/*********************************M端软件列表、M端手游列表************************************/
.rjlx_list {
	width: 100%;
	padding-bottom: 7px;
	border-bottom: thin solid #F2F2F2;
	max-height: 64px;
	overflow: hidden;
}

.rjlx_list a {
	display: block;
	float: left;
	height: 20px;
	padding: 0 5px;
	text-align: center;
	line-height: 20px;
	color: #666666;
	margin: 10px 0 0 2%;
	border: thin solid #FFFFFF;
	border-radius: 3px;
}

.rjlx_list a.hover {
	border: thin solid #14b9c8;
	color: #14b9c8;
}

.mrj_list li {
	width: 96%;
	padding: 0 2% 12px;
	margin-top: 12px;
	border-bottom: thin solid #F2F2F2;
}

.mrj_list img {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 13px;
}

.mrj_list dl {
	margin-left: 80px;
	height: 64px;
}

.mrj_list dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.mrj_list dt a {
	font-size: 15px;
	font-weight: bold;
}

.mrj_list dd.cont1 {
	color: #999999;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 7px;
}

.mrj_list dd.cont1 span {
	font-size: 14px;
}

.mrj_list dd.cont2 {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 12px;
}

.mrj_list dd.cont2 a,
.mrj_list dd.cont2 span {
	color: #999999;
	font-size: 12px;
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-left: 5px;
	border: thin solid #EEEEEE;
	background: #F2F2F2;
	padding: 0 5px;
	border-radius: 3px;
}

.mrj_list dd.cont2 a.one,
.mrj_list dd.cont2 span.one {
	margin-left: 0;
}

.mrj_list .btn_xz1 {
	float: right;
	margin: 13px 0 0 10px;
}

/*********************************M端礼包页************************************/
.get_line_img {
	display: block;
	float: left;
	width: 85px;
	height: 6px;
	margin-top: 6px;
	margin-right: 10px;
	position: relative;
	border-radius: 3px;
	background: #E9E9E9
}

.get_line_img i {
	display: block;
	position: absolute;
	height: 6px;
	background: #FFA03F;
	border-radius: 3px;
	width: 45px;
}

/*********************************排行榜************************************/
.phb_top_img {
	width: 100%;
	display: block;
}

.phb_menu {
	width: 100%;
	background: #14b9c8;
}

.phb_menu li {
	width: 33.33%;
	float: left;
	height: 44px;
	position: relative;
	background: #14b9c8;
}

.phb_menu li a {
	display: block;
	width: 90%;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	border: thin solid #B1D2F8;
	color: #B1D2F8;
	font-size: 16px;
	margin-top: 7px;
	border-radius: 5px;
}

/* .phb_menu li a.one{ border-left: 0; } */
.phb_menu li.current a {
	color: #14b9c8;
	background: #fff;
}

/* .phb_menu li.current:after{ content: '';display: block; width: 46px; height: 4px; background: #FED363; position: absolute; left: 50%; bottom: 0; margin-left: -23px; } */
.phb_list li {
	width: 96%;
	padding: 0 2% 12px;
	margin-top: 12px;
	border-bottom: thin solid #F0F0F0;
}

.phb_list em {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding-bottom: 13px;
	text-align: center;
	color: #FFFFFF;
	float: left;
	margin: 10px 15px 0 0;
	background: url(../images/bg3.png) no-repeat -80px -20px;
	background-size: 150px 150px;
}

.phb_list em.phb_top {
	background-position: -45px -20px;
}

.phb_list img {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 15px;
	border-radius: 13px;
}

.phb_list dl {
	height: 55px;
	padding-top: 9px;
}

.phb_list dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.phb_list dd {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
}

.phb_list .btn {
	overflow: unset;
	height: 0;
	margin: 0;
}

.phb_list .btn_xz1 {
	float: right;
	margin: 10px 0 0 5px;
}

.zqsy {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.new_list {
	width: 95%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.new_list li {
	width: 100%;
	height: 94px;
	border-bottom: 1px solid #d9d9d9;
	display: -webkit-box;
}

.new_list li .list_img3 img {
	width: 120px;
	height: 70px;
	margin: 10px 0 0 0;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #bebebe;
}

.new_list li .fict_name {
	display: -webkit-box;
	-webkit-box-flex: 1;
}

.new_list li .fict_name div {
	margin-left: 13px;
}

.new_list li .fict_name p:nth-child(1) {
	width: 100%;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 46px;
	overflow: hidden;
	margin-bottom: 0;
	color: #2a2a2a;
}

.new_list li .fict_name p:nth-child(2) {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #808080;
}

/*********************************关于我们************************************/
.con_other_menu {
	width: 100%;
	margin-top: 12px;
}

.con_other_menu li {
	float: left;
	width: 25%;
}

.con_other_menu li a {
	display: block;
	width: 86%;
	max-height: 86px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: thin solid #E8E8E8;
	border-radius: 3px;
	margin: 0 auto;
	background: #F8F8F8;
}

.con_other_menu li a.hover {
	border: thin solid #14b9c8;
	background: #14b9c8;
	color: #FFFFFF;
}

.con_other_con {
	width: 96%;
	margin: 0 auto;
	line-height: 25px;
}

.con_other_con p {
	margin-top: 28px;
}

.con_other_con p:first-child {
	margin-top: 8px;
}

/*********************************M端专题页************************************/
.zt_img_box {
	position: relative;
	display: block;
	width: 100%;
	height: 35vw;
	overflow: hidden;
}

.zt_img_box img {
	width: 100%;
	height: 100%;
	display: block;
}

.zt_img_box span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	z-index: 2;
}

.zt_self_in {
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.zt_name_bg {
	width: 258px;
	height: 116px;
	background: url(../images/bg6.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -140px;
	margin-top: -62px;
}

.zt_con_menu {
	width: 100%;
	margin-top: 15px;
}

.zt_con_menu li {
	width: 64px;
	padding: 0 10px;
}

.zt_con_menu img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 13px;
}

.zt_con_menu span {
	display: block;
	width: 64px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 10px;
}

.topic-more {
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto;
	border: 1px solid #ccc;
}

.topic-more a {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
}

/*********************************M端视频专区视频页************************************/
.yczq_top_intro {
	width: 96%;
	margin: 12px auto 0;
}

.yczq_top_intro img {
	display: block;
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 15px;
	border-radius: 13px;
}

.yczq_top_intro dl {
	height: 72px;
}

.yczq_top_intro dt {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
}

.yczq_top_intro dd {
	height: 16px;
	line-height: 16px;
	color: #999999;
	font-size: 12px;
	overflow: hidden;
	margin-top: 7px;
}

.yczq_top_intro em {
	display: block;
	float: right;
	width: 41px;
	height: 51px;
	background: url(../images/bg3.png) no-repeat 0 -85px;
	background-size: 150px 150px;
}

.yczq_bq_list {
	width: 100%;
}

.yczq_bq_list a {
	display: block;
	float: left;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #666666;
	margin: 12px 0 0 2%;
	background: #F5F5F5;
	border: thin solid #E9E9E9;
	border-radius: 3px;
}

.btn_xz_zqlist {
	padding-top: 4px;
}

.btn_xz_other {
	width: 96%;
	margin: 0 auto;
}

.btn_xz_other .btn_xz2 {
	width: 48%;
	margin-left: 4%;
	float: left;
}

.btn_xz_other .btn_xz2.one {
	margin-left: 0;
}

.yxzq_menu {
	width: 100%;
	margin-top: 12px;
	display: table;
	overflow: hidden;
}

.yxzq_menu li {
	display: table-cell;
	text-align: center;
}

.yxzq_menu h3 {
	width: 28px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 14px;
	margin: 12px auto 0;
}

.yxzq_menu em {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	background: url(../images/bg8.png) no-repeat;
	background-size: 180px 60px;
}

.yxzq_menu .icon1 {
	background-position: 0 0;
}

.yxzq_menu .icon2 {
	background-position: -30px 0;
}

.yxzq_menu .icon3 {
	background-position: -60px 0;
}

.yxzq_menu .icon4 {
	background-position: -90px 0;
}

.yxzq_menu .icon5 {
	background-position: -120px 0;
}

.yxzq_menu .icon6 {
	background-position: -150px 0;
}

.yxzq_menu li.hover a {
	color: #FFA953;
}

.yxzq_menu li.hover .icon1 {
	background-position: 0 -30px;
}

.yxzq_menu li.hover .icon2 {
	background-position: -30px -30px;
}

.yxzq_menu li.hover .icon3 {
	background-position: -60px -30px;
}

.yxzq_menu li.hover .icon4 {
	background-position: -90px -30px;
}

.yxzq_menu li.hover .icon5 {
	background-position: -120px -30px;
}

.yxzq_menu li.hover .icon6 {
	background-position: -150px -30px;
}

.yxzq_nocon {
	color: #ACACAC;
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}

.yxzq_nocon img {
	display: block;
	width: 87px;
	margin: 0 auto;
}

.yxsp_tjList {
	width: 96%;
	margin: 12px auto -17px;
}

.yxsp_tjList li {
	display: block;
	float: left;
	margin-left: 4%;
	margin-bottom: 17px;
	width: 48%;
	position: relative;
}

.yxsp_tjList li.one {
	margin-left: 0
}

.tj_tit3 {
	width: 100%;
	text-align: center;
}

.tj_tit3 img {
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -20px;
}

.tj_tit3 h3 {
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.img_show2 {
	display: block;
	width: 100%;
	height: 27.5vw;
}

/*********************************M端视频专区详情页************************************/
.yxpic_list {
	margin-top: 12px;
}

.yxpic_list li {
	padding-right: 5px;
	width: auto !important;
	height: 190px;
}

.yxpic_list li:first-child {
	padding-left: 5px;
}

.yxzq_xgbb_list li {
	width: 96%;
	padding: 12px 2%;
	color: #999999;
	border-bottom: thin solid #F3F3F3;
}

.yxzq_xgbb_list .btn_xz1 {
	float: right;
	margin: 1px 0 0 5px;
	width: 48px;
	height: 21px;
	line-height: 21px;
}

.yxzq_xgbb_list h3 {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 12px;
}

.yxzq_xgbb_list h3 a {
	font-size: 14px;
	display: block;
	height: 25px;
	overflow: hidden;
}

.yxzq_xgbb_list h3:before {
	content: '';
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin: 10px 10px 0 0;
	background: url(../img/bg3.png) no-repeat -25px -45px !important;
	background-size: 150px 150px !important;
}

.yxzq_wntj_list {
	width: 96%;
	margin: 12px auto 0;
	color: #999999;
	line-height: 25px;
}

.yxzq_wntj_list em {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	margin-top: 3px;
	background: url(../images/bg3.png) no-repeat 0 -40px;
	background-size: 150px 150px;
}

.yxzq_wntj_list a {
	margin-left: 10px;
}

.yxzq_wntj_list a.one {
	margin-left: 0px;
}

.yxzq_yxsp {
	width: 92%;
	margin: 12px auto 0;
}

.yxzq_yxsp img,
.yxzq_yxsp iframe,
.yxzq_yxsp video {
	display: block;
	width: 100%;
	height: 54.75vw;
	max-height: 420px;
}

.yxzq_yxsp span {
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
	margin-top: 12px;
}

.gamefl_list3 li {
	width: 72px;
	float: left;
	margin-top: 12px;
	text-align: center;
	padding: 0 10px;
}

.gamefl_list3 li a {
	display: block;
}

.gamefl_list3 li img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 13px;
}

.gamefl_list3 li span {
	display: block;
	margin: 10px auto 0;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.yxzq_glist {
	margin-top: 3px;
	overflow: hidden;
}

.yxzq_glist li {
	width: 25%;
	float: left;
	margin-top: 12px;
	text-align: center;
}

.yxzq_glist li a {
	display: block;
}

.yxzq_glist li img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 13px;
}

.yxzq_glist li span {
	display: block;
	margin: 10px auto 0;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.azyxzq_menu {
	width: 96%;
	margin: 12px auto 0;
}

.azyxzq_menu a {
	display: block;
	float: left;
	width: 33.33%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #F2F2F2;
	font-size: 16px;
}

.azyxzq_menu a.active {
	background: #14b9c8;
	color: #FFFFFF;
}

.tshj_box a {
	display: block;
	float: left;
	padding: 0 5px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin-left: 2%;
	margin-top: 12px;
	background: #F6F6F6;
	border: thin solid #EAEAEA;
	border-radius: 3px;
}

.yxzq_jxzt_menu {
	width: 96%;
	padding: 0 2%;
	background: url(../images/bg7.png) repeat-x bottom;
	margin-top: 15px;
}

.yxzq_jxzt_menu a {
	display: block;
	float: left;
	width: 25%;
	padding-bottom: 10px;
	text-align: center;
}

.yxzq_jxzt_menu a.active {
	border-bottom: 2px solid #14b9c8;
}

.yxzq_jxzt_menu img {
	display: block;
	margin: 0 auto;
	width: 51px;
	height: 51px;
	border-radius: 50%;
}

.yxzq_jxzt_menu span {
	display: block;
	margin: 10px auto 0;
}

.yxzq_jxzt_list {
	width: 96%;
	margin: 0 auto;
}

.yxzq_jxzt_tit {
	width: 100%;
	margin-top: 12px;
}

.yxzq_jxzt_tit h3 {
	float: left;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}

.yxzq_jxzt_tit .tit_more:after {
	content: '';
	margin-top: 7px;
}

.yxzq_jxzt_list p {
	margin-top: 8px;
	line-height: 22px;
	color: #999999;
}

/*********************************M端专区详情页************************************/
.ztxq_top_img {
	width: 100%;
	height: 45vw;
	position: relative;
	margin-top: 12px;
}

.ztxq_top_img img {
	width: 100%;
	height: 100%;
}

.ztxq_top_img h1 {
	width: 68%;
	padding: 0 2%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 8.25vw;
}

.ztxq_top_img span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
}

.ztxq_top_img em {
	display: block;
	float: right;
	padding: 0 8px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #FFA952;
}

.ztxq_top_img i {
	display: block;
	width: 0;
	height: 0;
	float: left;
	border-top: 8px solid #FFA952;
	border-right: 0 none transparent;
	border-left: 7px solid transparent;
	border-bottom: 0 none transparent;
}

.ztxq_bq_list {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	line-height: 23px;
	margin-top: 10px;
}

.ztxq_bq_list em {
	float: left;
	margin-top: 5px;
}

.ztxq_bq_list a {
	margin-left: 2%;
	color: #FFFFFF;
	padding: 2px 10px;
	height: 23px;
	line-height: 35px;
	border-radius: 12px;
	white-space: nowrap;
}

.ztxq_bq_list a:first-child {
	margin-left: 0;
}

.ztxq_tl_list {
	width: 100%;
	margin-top: 12px;
}

.ztxq_tl_list li {
	width: 185px;
	padding-right: 10px;
}

.ztxq_tl_list li:first-child {
	padding-left: 10px;
}

.ztxq_tl_list img {
	display: block;
	margin: 0 auto;
	width: 185px;
	height: 110px;
}

.ztxq_tl_list span {
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}

.ztxq_xgyd_list {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
}

.ztxq_xgyd_list li {
	width: 96%;
	padding: 0 2% 7px;
	margin-top: 7px;
}

.ztxq_xgyd_list li a {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.ztxq_xgyd_list li:before {
	content: '';
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	background: url(../images/bg3.png) no-repeat -25px -45px;
	background-size: 150px 150px;
	margin: 7px 10px 0 0;
}

/*********************************M端H5游戏列表页************************************/
.yxlb_fl_list {
	padding-bottom: 12px;
	max-height: 70px;
	overflow: hidden;
}

.yxlb_fl_list li {
	display: block;
	float: left;
	width: 20%;
	margin-top: 12px;
	max-width: 68px;
}

.yxlb_fl_list li a {
	display: block;
	width: 85%;
	margin: 0 auto;
	height: 21px;
	border: thin solid #E6E6E6;
	text-align: center;
	line-height: 21px;
	border-radius: 3px;
}

.yxlb_fl_list li a.hover {
	border-color: #14b9c8;
	color: #14b9c8;
}

.jplb_tjList .btn_xz1 {
	float: right;
	margin-top: 13px;
	margin-left: 5px;
}

.yxk-cont1 {
	display: block;
	margin: 0 12px;
	border-top: 1px solid #f6f6f6;
}

.yxk-cont1 ul {
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #f6f6f6;
}

.yxk-cont1 ul li {
	float: left;
	display: inline-block;
	width: 25%;
	margin-top: 10px;
	text-align: center;
}

.yxk-cont1 ul li a {
	color: #333;
	display: inline-block;
	border: 1px solid #ddd;
	width: 90%;
	margin: 0 auto;
	border-radius: 4px;
	height: 28px;
	line-height: 28px;
	background: #fff;
}

.yxk-cont1 ul li span {
	display: inline-block;
	border: 1px solid #ddd;
	width: 90%;
	margin: 0 auto;
	border-radius: 5px;
	height: 28px;
	line-height: 28px;
	color: #14b9c8;
}

.yxk-cont1 .currC a {
	background: #14b9c8;
	color: #fff;
	border: 1px solid #14b9c8;
}

.morritae {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.yxk-cont1 ul li a:active {
	background-color: #14b9c8;
}

.re-tit1 {
	height: 38px;
	overflow: hidden;
	margin-top: 4px;
}

.re-tit1 .sty-4 {
	border-bottom: 2px solid #ffc408;
	background-image: url(../images/t4.png);
	-webkit-background-size: 18px auto;
	background-size: 18px auto
}

.re-tit1 h4 {
	line-height: 38px;
	height: 36px;
	overflow: hidden;
	min-width: 60px;
	display: inline-block
}

.re-tit1 .tit {
	height: 36px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 23px
}

.mod-frame-tj {
	padding-bottom: 10px;
	overflow: hidden;
	padding: 0 10px;
}

.mod-frame-tj ul {
	display: flex;
	display: box;
	display: -ms-flexbox;
	overflow: hidden;
	margin-top: 10px;
	flex-wrap: wrap;
	justify-content: space-around;
	/* padding: 0 10px; */
}

.mod-frame-tj ul li {
	/* -webkit-box-flex: 1; */
	box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	display: block;
	/* width: 1%; */
	flex-shrink: 0;
	margin: 5px 10px;
}

.mod-frame-tj ul li a {
	border: 1px solid #ccc;
	border-radius: 7px;
	width: 84px;
	overflow: hidden;
	display: block;
	margin: 0 auto
}

.mod-frame-tj ul li img {
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin: 10px auto 0;
	display: block;
	border-radius: 7px
}

.mod-frame-tj ul li h4 {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	background-color: #f7f7f7;
	text-align: center;
	color: #3b3b3b;
	font-size: 12px;
	border-top: 1px solid #ccc;
	margin-top: 10px
}

/*********************************M端礼包详情页************************************/
.lbxq_top_box {
	margin: 0 auto;
	width: 96%;
}

.lbxq_top_box h2 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
}

.lbxq_top_con {
	margin-top: 12px;
}

.lbxq_top_con img {
	display: block;
	float: left;
	width: 72px;
	height: 72px;
	border-radius: 17px;
	margin-right: 15px;
}

.lbxq_top_con dl {
	height: 67px;
	color: #999999;
	font-size: 12px;
	padding-top: 5px;
}

.lbxq_top_con dt {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.lbxq_top_con dt a {
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-left: 10px;
	background: url(../images/bg3.png) no-repeat;
	background-size: 150px 150px;
}

.lbxq_top_con dt a.i_ios {
	background-position: -65px -65px;
}

.lbxq_top_con dt a.i_and {
	background-position: -80px -65px;
}

.lbxq_top_con dd {
	margin-top: 8px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.lbxq_top_btn {
	margin-top: 12px;
}

.lbxq_top_btn a {
	display: block;
	float: left;
	width: 48%;
	height: 35px;
	border-radius: 3px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	margin-left: 4%;
}

.lbxq_top_btn a:first-child {
	margin-left: 0
}

.lbxq_top_btn em {
	padding-left: 28px;
	position: relative;
}

.lbxq_top_btn em:before {
	content: '';
	display: block;
	width: 20px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url(../images/bg3.png) no-repeat;
	background-size: 150px 150px;
}

.lbxq_top_btn em.i_xz:before {
	background-position: -45px -85px;
}

.lbxq_top_btn em.i_lb:before {
	background-position: -70px -85px;
}

.lbxq_con {
	width: 96%;
	margin: 0 auto;
}

.lbxq_con h3 {
	font-size: 16px;
	height: 20px;
	margin-top: 20px;
}

.lbxq_con h3:before {
	content: '';
	display: block;
	float: left;
	width: 4px;
	height: 15px;
	margin: 4px 12px 0 0;
	background: #14b9c8;
}

.lbxq_con p {
	color: #4D4D4D;
	margin-top: 14px;
}

/*********************************M端手游************************************/
.sybj_list {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
}

.sybj_list a {
	display: block;
	width: 25%;
	float: left;
	margin-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	border-bottom: 2px solid #FFFFFF;
}

.sybj_list a.active {
	color: #1E88DF;
	border-bottom: 2px solid #1E88DF;
}

.syjrtj_box {
	border: 2px solid #FFA953;
	background: #F8F8F8;
	padding-bottom: 10px;
	width: 96%;
	margin: 15px auto 0;
}

.syjrtj_box legend {
	margin: 0 auto;
	background: #FFA953;
	text-align: center;
	width: 114px;
	height: 35px;
}

.syjrtj_box legend img {
	width: 84px;
	margin-top: 6px;
}

.syjrtj_con {
	width: 92%;
	margin: 10px auto 0;
}

.syjrtj_con img {
	width: 64px;
	height: 64px;
	margin-right: 15px;
	float: left;
	border-radius: 13px;
}

.syjrtj_con dl {
	padding-top: 10px;
	height: 54px;
}

.syjrtj_con dt {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.syjrtj_con dd {
	font-size: 12px;
	color: #999999;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 12px;
}

.btn_jrtj {
	display: block;
	width: 96%;
	height: 35px;
	margin: 10px auto 0;
	background: #14b9c8;
	border-radius: 3px;
	text-align: center;
	line-height: 35px;
}

.btn_jrtj em {
	padding-left: 25px;
	position: relative;
	color: #FFFFFF;
	font-size: 16px;
}

.btn_jrtj em:before {
	content: '';
	display: block;
	width: 16px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url(../images/bg3.png) no-repeat -47px -88px;
	background-size: 150px 150px;
}

.syph_list li {
	width: 96%;
	padding: 0 2%;
	margin: 12px auto 0;
	padding-bottom: 12px;
	border-bottom: thin solid #F1F1F1;
}

.syph_list li img {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 12px;
}

.syph_list dl {
	padding-top: 10px;
	height: 54px;
}

.syph_list dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.syph_list dd {
	color: #999999;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	word-break: break-all;
	margin-top: 13px;
}

.syph_list li em {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding-bottom: 2px;
	margin: 0 10px 42px 0;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	background: url(../images/bg3.png) no-repeat -95px -65px;
	background-size: 150px 150px;
}

.syph_list .btn_xz1 {
	margin-top: 12px;
	margin-left: 5px;
	float: right;
	width: 48px;
}

/*********************************M端文章详情************************************/
.wztj_list_box {
	width: 100%;
}

.wztj_list_box .img_box {
	display: block;
	width: 100%;
	height: 45vw;
	max-height: 262.625px;
	overflow: hidden;
	position: relative;
}

.wztj_list_box .img_box img {
	width: 100%;
	height: 100%;
}

.wztj_list_box span {
	display: block;
	width: 100%;
	height: 35px;
	padding-top: 65px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/bg1.png) repeat-x;
}

.wztj_list_box ul {
	width: 96%;
	margin: 0 auto;
}

.wztj_list_box li {
	margin-top: 10px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.wztj_list_box li em {
	float: left;
	display: block;
	width: 40px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
	border: thin solid #FFA953;
	color: #FFA953;
}

.wzxq_tj_swiper {
	width: 100%;
	margin: 12px auto 0;
	padding-bottom: 10px;
	border-bottom: thin solid #F2F2F2;
}

.wzxq_tj_swiper li {
	float: left;
	padding-right: 10px;
	width: 50px;
	text-align: center;
}

.wzxq_tj_swiper li:first-child {
	padding-left: 10px;
}

.wzxq_tj_swiper li img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 13px;
}

.wzxq_tj_swiper li span {
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 8px;
}

.wzxq_xbtj_list {
	width: 96%;
	margin: 15px auto 0;
}

.wzxq_xbtj_tit {
	color: #FF9428;
	font-size: 18px;
	font-weight: 600;
}

.wzxq_xbtj_list li {
	margin-top: 15px;
}

.wzxq_xbtj_list .con_page {
	margin-top: 25px;
}

.wzxq_con {
	font-size: 16px;
	color: #5F5F5F;
	line-height: 30px;
	width: 96%;
	margin: 0 auto;
}

.wzxq_con .yxzq_yxjj_tit {
	margin-top: 22px;
}

.wzxq_con p {
	margin-top: 14px;
}

.wzxq_con h2 {
	margin-top: 14px;
}

.wzxq_con img {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
	height: auto !important;
}

.wzxq_tit {
	margin: 0 auto;
	width: 96%;
	text-align: center;
}

.wzxq_tit h1 {
	font-size: 18px;
	margin-top: 12px;
	line-height: 25px;
}

.wzxq_tit h1 a {
	font-size: 18px;
}

.wzxq_tit span {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 6px;
	line-height: 18px;
}

.wzxq_recmd_game {
	width: 96%;
	padding: 12px 2% 0;
	background: #F9F9F9;
	margin-top: 10px;
}

.wzxq_recmd_game img {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 13px;
}

.wzxq_recmd_game dl {
	margin-left: 80px;
	height: 64px;
}

.wzxq_recmd_game dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.wzxq_recmd_game dt a {
	color: #dd2a01;
}

.wzxq_recmd_game dd.cont1 {
	color: #999999;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	word-break: break-all;
}

.wzxq_recmd_game dd.cont2 {
	height: 20px;
	overflow: hidden;
	margin-top: 6px;
}

.wzxq_recmd_game dd.cont2 a {
	color: #3dc7c0;
	font-size: 12px;
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-left: 5px;
	border: thin solid #3dc7c0;
	/* background: #F2F2F2; */
	padding: 0 5px;
	border-radius: 9px;
}

.wzxq_recmd_game dd.cont2 a.one {
	margin-left: 0;
}

.wzxq_recmd_game .btn_xz1 {
	float: right;
	margin: 13px 0 0 5px;
}

.wzxq_recmd_game .btn {
	overflow: unset;
	height: 0;
	margin: 0;
}

.wzxq_recmd_game i.aOrange {
	font-size: 18px;
	font-family: "Haettenschweiler";
}

.wzxq_recmd .yxzq_xgbb_list {
	max-height: 150px;
	overflow: hidden;
}

.h_auto {
	height: auto !important;
}

.wzxq_flyx_list {
	width: 96%;
	margin: 0 auto;
}

.wzxq_flyx_list li {
	font-size: 16px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	margin-top: 12px;
}

.wzxq_flyx_list em {
	display: block;
	float: left;
	width: 45px;
	padding-right: 3px;
	height: 23px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 10px;
	background: url(../images/bg3.png) no-repeat;
	background-size: 150px 150px;
}

.wzxq_flyx_list em.i_new {
	background-position: -45px -105px;
}

.wzxq_flyx_list em.i_hot {
	background-position: -95px -105px;
}

.wzxq_flyx_list strong {
	margin-right: 10px;
	float: left;
}

.wzxq_rmht_list {
	width: 96%;
	margin: 0 auto;
}

.wzxq_rmht_list li a {
	display: block;
	float: left;
	margin-left: 4%;
	margin-top: 15px;
	width: 48%;
	position: relative;
}

.wzxq_rmht_list li a.one {
	margin-left: 0
}

.tj_tit2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../images/bg5.png) repeat-x;
	color: #FFFFFF;
}

.tj_tit2 span {
	display: block;
	padding: 0 7px;
	text-align: center;
	height: 18px;
	line-height: 18px;
	margin-top: 22px;
	overflow: hidden;
}

.wzSjBox {
	width: 100%;
	background: #F3F3F3;
	margin-top: 10px;
	padding-bottom: 12px;
}

.wzSjIn {
	width: 94%;
	margin: auto;
}

.wzSjIn em {
	display: block;
	float: left;
	width: 72px;
	height: 72px;
	margin: 0px 10px 0px 0px;
}

.wzSjIn em img {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	margin-top: 10px;
}

.wzSjIn dl {
	padding-top: 17px;
}

.wzSjIn dl dt a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
}

.wzSjIn dl dd {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
}

.wzSjIn dl dd.cont1 {
	color: #F0AC00;
}

.wzSjSubmit {
	width: 94%;
	margin: auto;
	height: 35px;
	margin-top: 15px;
}

.wzSjSubmit a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #F0AC00;
	border-radius: 6px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

iframe {
	width: 80%;
	height: 100%;
	height: auto;
}

.wzxq_con strong a {
	font-size: 16px;
	font-weight: normal;
}

/*********************************M端软件详情************************************/
.wdj_xz_box {
	width: 96%;
	padding: 0 2%;
	margin-top: 15px;
}

.frm_use_wdj {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: -2px 5px 0 0;
	background: url(../images/bg19.png) no-repeat -35px 0/200px 200px;
}

.wdj_xz_btn .btn_xz2 {
	display: block;
	line-height: 35px;
	background: #14b9c8;
	font-size: 14px;
	border-radius: 17px;
	margin-right: 2%;
	margin-top: 0;
}

.wdj_xz_btn .btn_xz2.btn_safe {
	display: none;
}

.wdj_xz_btn.wdj_xz_safe .btn_xz2 {
	display: none;
}

.wdj_xz_btn.wdj_xz_safe .btn_xz2.btn_safe {
	display: block;
}

.wdj_xz_btn.wdj_xz_safe .btn_xz2.btn_safe p {
	color: #fff;
	line-height: 5px;
	padding-bottom: 10px;
}

.btn_xz2.empty {
	background-color: #ccc;
}

.wdj_xz_box p {
	text-align: center;
	line-height: 22px;
	color: #999999;
	font-size: 12px;
}

.wdj_xz_box>p {
	margin-top: 8px;
}

.wdj_xz_btn.wdj_xz_safe+p .frm_use_wdj {
	background-position: -20px 0;
}

.yy_xz_box {
	margin-top: 15px;
	width: 96%;
	padding: 0 2% 10px;
	background: #F9F8F2;
}

.yy_xz_box p {
	line-height: 22px;
	color: #999999;
	padding-top: 8px;
}

.yy_xz_box .btn_xz2 {
	width: 100%;
	background: #14b9c8;
}

.other_edit_box {
	width: 96%;
	padding: 0 2% 8px;
	margin-top: 8px;
	background: #F0F9F9;
}

.other_edit_box span {
	font-size: 12px;
	display: block;
	padding-top: 8px;
}

.other_edit_con {
	margin-top: 8px;
}

.other_edit_con img {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 15px;
}

.other_edit_con dl {
	padding-top: 8px;
	height: 52px;
}

.other_edit_con .btn_xz1 {
	float: right;
	margin-top: 13px;
	margin-left: 5px;
}

.other_edit_con dt {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.other_edit_con dd {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #999999;
	margin-top: 10px;
	word-break: break-all;
}

/*********************************M端h5游戏页************************************/
.h5tj_list {
	width: 96%;
	margin: 0 auto;
}

.h5tj_list li {
	width: 33.33%;
	float: left;
	text-align: center;
	margin-top: 12px;
	position: relative;
}

.h5tj_list img {
	width: 64px;
	height: 64px;
	border-radius: 13px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	z-index: 2;
}

.h5tj_box {
	width: 82%;
	max-width: 105px;
	height: 116px;
	padding-top: 64px;
	margin: 20px auto 0;
	border-radius: 13px;
	box-shadow: 0px 3px 6px 0 #999999;
	overflow: hidden;
	background: #FFF1E3;
	position: relative;
}

.h5tj_box1 {
	background: #FFEAEA;
}

.h5tj_top {
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #FFAC59;
}

.h5tj_top em {
	display: block;
	width: 43px;
	height: 18px;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 12px;
	border: thin solid #FFFFFF;
	border-radius: 10px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -22px;
	background: #FFAC59;
}

.h5tj_box1 .h5tj_top,
.h5tj_box1 .h5tj_top em {
	background: #FF6767;
}

.h5tj_box dl {
	margin-top: 20px;
}

.h5tj_box dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.h5tj_box dd {
	font-size: 12px;
	margin-top: 5px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.h5tj_box .btn_com {
	display: block;
	width: 48px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	color: #FFFFFF;
	background: #FFAC59;
	margin: 14px auto 0;
}

.h5tj_box1 .btn_com {
	background: #FF6767;
}

.yxtj_top {
	width: 96%;
	margin: 15px auto 0;
	position: relative;
}

.yxtj_top img {
	width: 100%;
	height: 32.5vw;
	border-radius: 5px;
}

.yxtj_top dl {
	position: absolute;
	right: 4vw;
	bottom: 3.5vw;
	text-align: center;
	color: #FFFFFF;
}

.yxtj_top dt {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.yxtj_top dd {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 3px;
}

.yxtj_list li {
	width: 96%;
	padding: 0 2% 12px;
	margin-top: 12px;
	border-bottom: thin solid #F2F2F2;
}

.yxtj_list img {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 13px;
	margin-right: 12px;
}

.yxtj_list dl {
	height: 64px;
}

.yxtj_list dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	word-break: break-all;
}

.yxtj_list dt em {
	font-size: 12px;
}

.yxtj_list dd {
	font-size: 12px;
	color: #999999;
	height: 45px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 5px;
}

.yxtj_list .btn_xz1 {
	float: right;
	margin-top: 24px;
	margin-left: 10px;
}

/*********************************M端小程序详细页************************************/
.xcxxq_top_box {
	width: 96%;
	padding: 12px 2%;
}

.xcxxq_top_box img {
	width: 72px;
	height: 72px;
	margin-right: 15px;
	border-radius: 13px;
	float: left;
}

.xcxxq_top_box dl {
	height: 67px;
	padding-top: 5px;
}

.xcxxq_top_box dt {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.xcxxq_top_box dd {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	margin-top: 10px
}

.xcxxq_top_box em {
	font-size: 18px;
	font-family: "Haettenschweiler";
	color: #FF9F3F;
}

.xcxxq_top_box .btn_start {
	float: right;
	margin: 18px 0 0 5px;
}

/*********************************M端库详情页************************************/
.kxq_top_box {
	width: 96%;
	margin: 12px auto 0;
}

.kxq_top_box img {
	width: 90px;
	height: 90px;
	border-radius: 15px;
	float: left;
}

.kxq_top_box dl {
	margin-left: 105px;
	height: 90px;
}

.kxq_top_box dt {
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.kxq_top_box dd {
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	font-size: 12px;
}

.kxq_top_box dd.cont1 {
	height: 18px;
	overflow: hidden;
	margin-top: 5px;
}

.kxq_top_box dd.cont2 {}

.kxq_top_box dd span {
	display: block;
	float: left;
	width: 50%;
	height: 18px;
	overflow: hidden;
	word-break: break-all;
	margin-top: 5px;
}

.kxq_top_box em {
	float: left;
}

.kxq_top_box i {
	display: block;
	float: left;
	margin-right: 3px;
	margin-top: 1px;
	width: 16px;
	height: 16px;
	background: url(../images/bg18.png) no-repeat;
	background-size: 60px 20px;
}

.kxq_top_box i.i_and {
	background-position: 0 0
}

.kxq_top_box i.i_ios {
	background-position: -18px 0
}

.kxq_top_box i.i_PC {
	background-position: -36px 0
}

.kxq_yxhd_list {
	padding-top: 3px;
	border-bottom: thin solid #F0F0F0;
}

.kxq_yxhd_list li {
	padding: 12px 2% 0;
	margin-bottom: 12px;
	width: 96%;
	border-top: thin solid #F0F0F0;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	word-wrap: nowrap
}

.kxq_yxhd_list li:before {
	content: '';
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin: 7px 10px 0 0;
	background: url(../images/bg3.png) no-repeat -25px -45px;
	background-size: 150px 150px;
}

.kxq_yxhd_list li.one {
	border-top: 0;
}

.kxq_yxhd_list em {
	color: #999999;
	float: right;
}

.px_con_box li {
	padding-bottom: 12px;
	border-top: 8px solid #F3F3F3;
}

.px_con_box li:first-child {
	border-top: 0;
}

.px_con_box h3 {
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	width: 96%;
	margin: 12px 2% 0;
}

.px_con_box dt {
	width: 96%;
	margin: 10px 2% 0;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
}

.px_con_box dt img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	border-radius: 5px;
	float: left;
}

.px_con_sp {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.px_con_sp img {
	width: 100%;
	height: 42.5vw;
}

.px_con_sp i {
	display: block;
	width: 32px;
	height: 33px;
	border-radius: 16px;
	background: url(../images/bg15.png) no-repeat;
	background-size: 32px 34px;
	position: absolute;
	left: 5px;
	bottom: 8px;
}

.px_con_pic {
	width: 100%;
	margin-top: 15px;
}

.px_con_pic a {
	display: block;
	float: left;
	width: 30.6666%;
	margin-left: 2%;
	text-align: center;
}

.px_con_pic img {
	width: 100%;
	height: 42.5vw;
	max-height: 300px;
}

.px_con_box .con1 {
	width: 96%;
	height: 45px;
	line-height: 22px;
	overflow: hidden;
	margin: 10px 2% 0;
}

.px_con_box .con2 {
	width: 96%;
	margin: 10px 2% 0;
	font-size: 12px;
	color: #999999;
}

/*********************************M端库列表页************************************/
.klist_bycate {
	width: 98%;
}

.klist_bycate a {
	display: block;
	float: left;
	margin-left: 4%;
	margin-top: 12px;
	line-height: 22px;
}

.f1 {
	font-size: 14px;
}

.f2 {
	font-size: 16px;
}

.f3 {
	font-size: 18px;
}

.f4 {
	font-size: 20px;
}

.f5 {
	font-size: 22px;
}

.c1 {
	color: #049CFF
}

.c2 {
	color: #8B4BFA
}

.c3 {
	color: #0B9E94
}

.c4 {
	color: #4B991F
}

.c5 {
	color: #C46D00
}

.c6 {
	color: #D39F17
}

.c7 {
	color: #FF1716
}

.c8 {
	color: #606060
}

.c9 {
	color: #0B9E94
}

/*********************************M端话题详情页************************************/
.htxq_tit {
	margin: 0 auto;
	width: 96%;
}

.htxq_tit h2 {
	font-size: 18px;
	margin-top: 12px;
	line-height: 25px;
	font-weight: normal
}

.htxq_tit span {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 6px;
	line-height: 18px;
}

/*问题补充*/
.elWtbc_Box {
	width: 100%;
	background: #FFFDEE;
	margin-top: 10px;
}

.elWtbc_In h2 {
	font-size: 18px;
	color: #F88643;
	text-align: center;
}

.elWtbc_In {
	width: 127px;
	height: 17px;
	background: url(../images/bg17.png) no-repeat;
	background-size: 100% 100%;
}

.elWtbc_Box p {
	width: 95%;
	font-size: 14px;
	color: #666666;
	padding: 0px 10px 5px 15px;
	height: auto;
	line-height: 24px;
	overflow: hidden;
	margin-top: 15px;
}

.dxJxdaList {
	width: 96%;
	margin: 18px auto 0px;
}

.dxJxdaList li {
	float: left;
	margin: 0px 15px 0px 0px;
}

.dxJxdaList li.bg1 {
	width: 80px;
	height: 34px;
	background: url(../images/bg19.png) no-repeat 0px -20px;
	background-size: 200px 200px;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	color: #FFFFFF;
}

.htxq_recmd_game {
	width: 96%;
	padding: 12px 2%;
	background: #F9F9F9;
	margin-top: 10px;
}

.htxq_recmd_game img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 13px;
}

.htxq_recmd_game dl {
	margin-left: 75px;
	height: 52px;
	padding-top: 8px;
}

.htxq_recmd_game dt {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.htxq_recmd_game dd {
	color: #999999;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	word-break: break-all;
	margin-top: 7px;
}

.htxq_recmd_game .btn_xz1 {
	float: right;
	margin: 10px 0 0 5px;
	background: #14b9c8;
	color: #FFFFFF;
}

.yxzq_xgbb_list .btn_xz3 {
	float: right;
	margin-left: 10px;
	margin-top: 1px;
}

/*********************************M端话题页************************************/
.htfl_list {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}

.htfl_list li {
	float: left;
	width: 16.66%;
}

.htfl_list a {
	display: block;
	width: 40px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #666666;
	margin: 10px auto 0;
	border: thin solid #FFFFFF;
	border-radius: 3px;
}

.htfl_list li.hover a {
	border: thin solid #14b9c8;
	color: #14b9c8;
}

/*********************************M端合集页*********************************/
.allCol_menu {
	width: 100%;
	margin-top: 12px;
	height: 33px;
	overflow: hidden;
}

.allCol_menu li {
	float: left;
	width: 33.33%;
}

.allCol_menu li a {
	display: block;
	width: 77px;
	height: 30px;
	margin: 0 auto;
	border-bottom: 3px solid #FFFFFF;
	text-align: center;
	font-size: 18px;
}

.allCol_menu li.current a {
	border-bottom: 3px solid #14b9c8;
	color: #14b9c8;
}

.acol_con_list li {
	position: relative;
	width: 96%;
	margin: 12px auto 0;
	padding-top: 12px;
	border-top: 6px solid #F2F2F2;
}

.acol_con_list li.one {
	margin-top: 0;
	border-top: 0;
}

.acol_con_list img {
	display: block;
	width: 100%;
	height: 45vw;
}

.acol_con_list span {
	display: block;
	width: 98%;
	height: 32px;
	padding-top: 68px;
	padding-left: 2%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/bg1.png) repeat-x bottom;
}

.acol_con_list a.aWhite {
	display: block;
	font-size: 16px;
	width: 69%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	word-break: break-all;
}

.acol_con_list em {
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #FFFFFF;
}

.acol_con_list i {
	display: block;
	float: right;
	padding: 0 3px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #FFA952;
}

.acol_con_list b {
	display: block;
	width: 0;
	height: 0;
	float: left;
	border-top: 8px solid #FFA952;
	border-right: 0 none transparent;
	border-left: 7px solid transparent;
	border-bottom: 0 none transparent;
}

.acol_con_box .look_more1 {
	margin-top: 12px;
}

/*********************************M端礼包搜索结果*********************************/
.msearch_menu {
	width: 100%;
	background: #3794F0;
}

.msearch_menu li {
	width: 25%;
	float: left;
	height: 44px;
	position: relative;
	background: #3794F0;
}

.msearch_menu li a {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-left: thin solid #2188EF;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 10px;
}

.msearch_menu li a.one {
	border-left: 0;
}

.msearch_menu li.current a {
	color: #FFFFFF;
}

.msearch_menu li.current:after {
	content: '';
	display: block;
	width: 46px;
	height: 4px;
	background: #FFBD59;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -23px;
}

.msearch_res {
	font-size: 16px;
	margin: 12px auto 0;
	width: 96%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.msearch_res:before {
	content: "";
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 3px 8px 0 0;
	background: url(../images/bg3.png) no-repeat -120px -65px;
	background-size: 150px 150px;
}

/*********************************M端热门搜索*********************************/
.rmsearch_List {
	margin-top: 12px;
}

.rmsearch_List .rmyxzq_line_img {
	margin-top: 0;
}

.rmsearch_List li {
	margin-bottom: 25px;
}

/*********************************M端暂无搜索结果*********************************/
.msearch_no_box {
	width: 96%;
	margin: 35px auto;
}

.msearch_no_img {
	width: 94px;
	height: 77px;
	margin: 0 auto;
	background: url(../images/bg16.png) no-repeat;
	background-size: 94px 77px;
}

.msearch_no_box h3 {
	text-align: center;
	font-size: 16px;
	margin-top: 22px;
}

/*********************************M端bt手游*********************************/
.xxyPxcqList li dl dt a {
	font-size: 16px;
}

.xxyPxcqList li dl dd.cont1 {
	color: #333333;
}

/*********************************M端安卓游戏*********************************/
.nfxBqnrRm {
	width: 100%;
	border-bottom: 6px solid #F2F2F2;
	margin-top: 15px;
}

.index_swiper_img {
	width: 96%;
	margin: auto;
}

.index_swiper_img img {
	width: 100%;
	border-radius: 10px;
}

.ph_swiper {
	padding-bottom: 25px;
}

.ph_swiper,
.ph_swiper .swiper-wrapper,
.ph_swiper .swiper-slide {
	height: auto !important;
}

.ph_swiper .pagination {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 10;
	height: 8px;
}

.ph_swiper .swiper-notification {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #CCCCCC;
	margin: 0 3px;
}

.ph_swiper .swiper-active-switch {
	background: #14b9c8;
}

.xxyPpkdBox {
	width: 96%;
	margin: auto;
	margin-top: 10px;
}

.xxyPpkdLeft {
	float: left;
	width: 70%;
}

.xxyPpkdLeft a img {
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 15px;
	margin: 0px 15px 0px 0px;
}

.xxyPpkdLeft dl dt a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	margin-top: 6px;
}

.xxyPpkdLeft dl dd {
	height: 22px;
	overflow: hidden;
	margin-top: 10px;
}

.xxyPpkdLeft dl dd em {
	display: block;
	float: left;
	height: 20px;
	border: 1px solid #E9E9E9;
	border-radius: 3px;
	background: #F5F5F5;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	padding: 0px 8px;
	margin: 0px 5px 0px 0px;
}

.xxyPpkdRight {
	float: right;
	width: 25%;
	margin-top: 9px;
}

.xxyPpkdRight p {
	color: #14b9c8;
	text-align: right;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.xxyPpkdRight span {
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #14b9c8;
	margin-top: 10px;
}

.xxyPpkdRight span b {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/bg19.png) no-repeat 0px 0px;
	background-size: 200px 200px;
	margin: 0px 5px 0px 0px;
}

.xxyPpkdCont {
	width: 96%;
	margin: auto;
	font-size: 12px;
	color: #999999;
	margin-top: 12px;
}

.xxyWxxcxBox {
	width: 96%;
	margin: auto;
}

.xxyWxxcxBox dl {
	width: 100%;
	margin-top: 12px;
}

.xxyWxxcxBox dl dt a {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #ff972d;
	text-align: center;
}

.xxyWxxcxBox dl dd {
	line-height: 25px;
	color: #333333;
	margin-top: 10px;
}

.xxyWxxcxImg {
	width: 100%;
	margin-top: 12px;
}

.xxyWxxcxImg a {
	display: block;
	width: 100%;
	position: relative;
}

.xxyWxxcxImg a img {
	width: 100%;
}

.xxyWxxcxImg a span {
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/bg5.png) repeat-x;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.xxyWxxcxImg a span p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
}

.xxyWxxcxList {
	width: 100%;
	padding-top: 2px;
}

.xxyWxxcxList li {
	width: 100%;
	margin-top: 10px;
}

.xxyWxxcxList li a {
	display: block;
	width: 99%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	background: url(../images/bg20.png) no-repeat 0px 7px;
	padding-left: 15px;
}

.ztxq_tl_list1 .swiper-slide {
	margin-top: 10px;
}

.ztxq_tl_list1 .swiper-slide a {
	width: 185px;
	height: 110px;
	position: relative;
}

.ztxq_tl_list1 .swiper-slide a em {
	display: block;
	width: 35px;
	height: 18px;
	line-height: 18px;
	background: #FF9224;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 130px;
	left: 10px;
	z-index: 101;
}

/*********************************M端精品小程序*********************************/
.xxyPxjpcList {
	width: 100%;
}

.xxyPxjpcList li {
	width: 100%;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 12px;
	margin-top: 12px;
}

.xxyPxjpcLeft {
	float: left;
	width: 75%;
	margin: 0px 0px 0px 2%;
}

.xxyPxjpcLeft a img {
	float: left;
	width: 64px;
	height: 64px;
	display: block;
	border-radius: 100px;
	margin: 0px 15px 0px 0px;
}

.xxyPxjpcLeft dl dt a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	margin-top: 10px;
}

.xxyPxjpcLeft dl dd {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}

.xxyPxjpcRight a {
	display: block;
	float: right;
	width: 58px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #14b9c8;
	border-radius: 5px;
	color: #14b9c8;
	margin: 18px 2% 0px 0px;
}

/*********************************2020M端游戏详情页*********************************/
/*游戏推荐下载*/
.game_recomDown_way {
	width: 96%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin: 15px auto 0;
	text-align: right;
	color: #999999;
}

.game_recomDown_way img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	border-radius: 4px;
	margin: -2px 7px 0 0;
}

.game_recomDown_way b {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 8px;
	margin: 0px 0 0 7px;
	background: url(../images/bg3.png) no-repeat -140px -130px/150px 150px;
}

/*游戏基本信息*/
.game_baseInfo_box {
	width: 96%;
	margin: 15px auto 0;
	text-align: center;
}

.game_baseInfo_box img {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 15px;
	margin: 0 auto;
}

.game_baseInfo_box h1 {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	margin-top: 12px;
	font-weight: bold;
}

.game_baseLab_box {
	width: 100%;
	padding-top: 7px;
	height: 27px;
	overflow: hidden;
}

.game_baseLab_box li {
	display: inline-block;
	margin: 5px 1% 0;
	font-size: 12px;
}

.game_baseLab_box li a {
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
	padding: 0 7px;
	border-radius: 4px;
	border: thin solid #E9E9E9;
	background: #F5F5F5;
}

.game_pop_box {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
}

.game_pop_box .star_box {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 7px 0 0;
}

.game_pubLab_box {
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
}

.game_pubLab_box li {
	display: inline-block;
	margin: 10px 5px 0;
}

.game_pubLab_box li em {
	display: block;
	width: 14px;
	height: 16px;
	float: left;
	margin: 2px 5px 0 0;
	background: url(../images/bg19.png) no-repeat -85px -40px;
	background-size: 200px 200px;
}

.gameIn_tit {
	width: 96%;
	height: 20px;
	margin: 15px auto 0;
	text-align: center;
	position: relative;
}

.gameIn_tit::after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
}

.gameIn_tit h2 {
	width: 100%;
	font-size: 16px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.gameIn_tit h2 b {
	display: inline-block;
	vertical-align: middle;
	width: 96px;
	height: 9px;
	background: url(../images/bg19.png) no-repeat;
	background-size: 200px 200px;
}

.gameIn_tit h2 b.left {
	background-position: -55px 0;
	margin-right: 7px;
}

.gameIn_tit h2 b.right {
	background-position: -55px -10px;
	margin-left: 7px;
}

.gameIn_more {
	float: right;
	color: #999999;
	position: relative;
	z-index: 1;
}

/*更多版本*/
.game_version_list {
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
}

.game_version_list li {
	float: left;
	width: 31%;
	margin: 10px 0 0 2%;
}

.game_version_list li a {
	display: block;
	width: 100%;
	height: 34px;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	border-radius: 4px;
	border: thin solid #EEEEEE;
}

.game_version_list li span {
	display: inline-block;
	height: 100%;
	overflow: hidden;
	word-break: break-all;
}

.game_version_list li b {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 8px 0 0 5px;
	background: url(../images/bg19.png) no-repeat;
	background-size: 200px 200px;
}

.game_version_list li b.i_and {
	background-position: -85px -20px;
}

.game_version_list li b.i_ios {
	background-position: -105px -20px;
}

.game_version_list li b.i_pc {
	background-position: -125px -20px;
}

.game_version_more {
	display: none;
	width: 96%;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin: 10px auto 0;
	border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	color: #969696;
	font-size: 12px;
}

/*榜*/
.game_rank_box {
	margin: 15px auto 0;
	width: 96%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.game_rank_box em {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 7px;
	background: url(../images/bg19.png) no-repeat -155px 0;
	background-size: 200px 200px;
}

/*游戏信息*/
.yxzq_yxjj_con {
	width: 96%;
	margin: 0 auto;
	padding-top: 2px;
}

.yxzq_yxjj_con p {
	color: #595959;
	line-height: 22px;
	margin-top: 10px;
}

.yxzq_yxjj_con img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
}

.yxzq_yxjj_tit {
	color: #FFA952;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin: 12px 0;
}

.yxzq_yxjj_tit:before {
	content: '';
	display: block;
	float: left;
	width: 3px;
	height: 18px;
	background: #FFA952;
	margin: 3px 10px 0 0;
}

.yxzq_xtjj {
	width: 96%;
	margin-top: 12px;
	padding: 3px 2% 0;
	border-top: thin solid #F3F3F3;
}

.yxzq_xtjj span {
	display: block;
	width: 50%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}

.yxzq_xtjj span.span_l {
	width: 100%;
}

/*相关礼包*/
.game_gift_list li {
	width: 96%;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	margin: 12px auto 0;
}

.game_gift_list .btn_gift1 {
	margin: 0 0 0 10px;
}

.game_gift_list .get_line_img {
	float: right;
	margin: 12px 0 0 7px;
}

/*同类佳作*/
.game_same_list li {
	width: 96%;
	margin: 15px auto 0;
}

.game_same_list img {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 14px;
	border-radius: 10px;
}

.game_same_list .btn_xz1 {
	float: right;
	margin-top: 2px;
}

.game_same_list dt {
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.game_same_list dd {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #999999;
	margin-top: 7px;
}

.game_same_list .btn {
	overflow: unset;
	height: 0;
	margin: 0;
}

.game_same_list dd em.i_xz {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin: -2px 5px 0 0;
	background: url(../images/bg19.png) no-repeat -105px -40px;
	background-size: 200px 200px;
}

/*近期新游*/
.game_newDate_swiper {
	width: 96%;
	margin: 15px auto 0;
}

.game_newDate_swiper .swiper-slide {
	width: 70px;
	margin-right: 15px;
}

.game_newDate_swiper img {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
	border-radius: 15px;
}

.game_newDate_swiper h3 {
	text-align: center;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 12px;
}

/*精选专题*/
.game_topic_swiper {
	width: 96%;
	margin: 15px auto 0;
}

.game_topic_swiper .swiper-slide {
	width: 265px;
	height: 380px;
	padding: 30px 30px 30px 50px;
	background: url(../images/bg21.png) no-repeat;
	background-size: 100% auto;
}

.game_topic_swiper .swiper-slide.one {
	margin-left: 0;
}

.game_topic_tit {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.game_topic_tit a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	float: right;
	margin-left: 5px;
}

.game_topic_tit h2 {
	font-weight: bold;
	font-size: 16px;
}

.game_topic_list li {
	margin-top: 12px;
}

.game_topic_list em {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin: 20px 12px 0 0;
	border: thin solid #DDDDDD;
	color: #999999;
	font-size: 12px;
	border-radius: 1px;
}

.game_topic_list em.top1 {
	border-color: #FF9800;
	color: #FF9800;
}

.game_topic_list img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 12px;
	margin-right: 10px;
}

.game_topic_down {
	display: block;
	float: right;
	width: 58px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: thin solid #FF9800;
	border-radius: 2px;
	color: #FF9800;
	margin-left: 5px;
}

.game_topic_list dl {
	padding-top: 18px;
}

.game_topic_list dt {
	margin-top: 4px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

/*话题问答*/
.game_answer_list li {
	margin: 15px auto 0;
	width: 96%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.game_answer_list span {
	float: right;
	color: #999999;
	margin-left: 5px;
}

.game_answer_list em {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	margin: 5px 10px 0 0;
	background: url(../images/bg19.png) no-repeat -190px 0/200px 200px;
}

/*火爆专区*/
.game_hotTopic_swiper {
	width: 96%;
	padding: 15px 2%;
}

.game_hotTopic_swiper .swiper-slide {
	width: 300px;
	height: 294px;
	padding-bottom: 15px;
	background: #FFFFFF;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(159, 159, 159, 0.5);
}

.game_hotTopic_swiper .img_bg {
	display: block;
	width: 100%;
	height: 163px;
}

.game_hotTopic_swiper dl {
	width: 96%;
	margin: 12px auto 0;
	position: relative;
	z-index: 1;
}

.game_hotTopic_swiper dt {
	line-height: 20px;
}

.game_hotTopic_swiper dt h3 {
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

.game_hotTopic_swiper dt h3 a {
	font-size: 16px;
}

.game_hotTopic_swiper dt span {
	float: right;
	color: #14b9c8;
	font-weight: normal;
	font-size: 14px;
	margin-left: 15px;
}

.game_hotTopic_swiper dt img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 13px;
	margin: -40px 15px 0 0;
}

.game_hotTopic_swiper dd {
	margin-top: 18px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}

/*最新资讯*/
.game_newArt_list li {
	width: 96%;
	padding: 0 2% 15px;
	margin-top: 15px;
	border-bottom: thin solid #E4E4E4;
}

.game_newArt_list img {
	width: 118px;
	height: 66px;
	border-radius: 4px;
	float: left;
	margin-right: 14px;
}

.game_newArt_list dt {
	height: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.game_newArt_list dd {
	color: #999999;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 6px;
}

.game_newArt_list dd .left {
	float: left;
}

.game_newArt_list dd .right {
	float: right;
}

.game_newArt_list dd i {
	display: block;
	float: left;
	background: url(../images/bg19.png) no-repeat;
	background-size: 200px 200px;
	margin-right: 5px;
}

.game_newArt_list dd i.i_eye {
	width: 17px;
	height: 10px;
	margin-top: 3px;
	background-position: -120px -40px;
}

.game_newArt_list dd i.i_time {
	width: 11px;
	height: 11px;
	margin-top: 3px;
	background-position: -140px -40px;
}

.section-title {
	height: 35px;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}

.section-title h3 {
	font-size: 14px;
	font-weight: 300;
	height: 22px;
	line-height: 22px;
	margin-top: 8px;
	margin-left: 10px;
	display: inline-block;
	color: #333;
	border-left: 5px solid #14b9c8;
	text-indent: 5px;
	font-weight: bold;
}

.game-intro .detail-box {
	position: relative;
}

.game-intro .intro-detail {
	color: #9c9c9c;
	font-size: 14px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.game-intro .intro-detail h3 {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 8px 0;
	display: block;
	color: #333;
	border-left: 5px solid #14b9c8;
	text-indent: 5px;
	font-weight: bold;
}

.game-intro .intro-detail p {
	margin-bottom: 10px;
}

.game-intro .intro-detail p img {
	max-width: 100%;
	height: auto !important;
}

.game-intro .qq-group {
	font-size: 13px;
	color: #ff4e00;
	margin-bottom: 5px;
	padding-left: 10px;
}

.game-intro .qq-group .group-img {
	display: inline-block;
	width: 90px;
	height: 22px;
	background: url(../images/group.png);
	vertical-align: -5px;
}

.game-intro #swiper1 {
	margin: 0 10px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	margin-top: 10px;
}

.game-intro #swiper1 .swiper-wrapper .swiper-slide {
	width: 150px;
	margin-left: 10px;
}

.game-intro #swiper1 .swiper-wrapper .swiper-slide:nth-of-type(1) {
	margin-left: 0;
}

.game-intro #swiper1 .swiper-wrapper .swiper-slide img {
	width: 150px;
}

.game-intro #swiper1 .swiper-scrollbar {
	height: 3px;
	margin-top: 200px;
	background: #626262;
}

.game-intro #swiper1 .swiper-scrollbar-drag {
	background: #ff7c00;
}

.game-intro .game-swiper {
	margin: 0 10px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	margin-top: 10px;
}

.game-intro .game-swiper .swiper-wrapper .swiper-slide {
	width: 150px;
	margin-left: 10px;
}

.game-intro .game-swiper .swiper-wrapper .swiper-slide:nth-of-type(1) {
	margin-left: 0;
}

.game-intro .game-swiper .swiper-wrapper .swiper-slide img {
	width: 150px;
}

.game-intro .game-swiper .swiper-scrollbar {
	height: 3px;
	margin-top: 200px;
	background: #626262;
}

.game-intro .game-swiper .swiper-scrollbar-drag {
	background: #ff7c00;
}

.feature {
	border-top: 8px solid #f0f0f0;
	border-bottom: 8px solid #f0f0f0;
}

.feature .detail-box {
	position: relative;
	padding-bottom: 26px;
}

.feature .feature-detail {
	font-size: 14px;
	line-height: 24px;
	color: #817e86;
	padding: 0 8px 0 13px;
	height: auto;
	max-height: 195px;
	overflow: hidden;
	padding-top: 5px;
}

.feature .read-more {
	width: 90px;
	font-size: 15px;
	height: 24px;
	border: 1px dashed #e4e4e4;
	color: #a9cd6c;
	text-align: center;
	line-height: 24px;
	position: absolute;
	right: 10px;
	bottom: 5px;
	display: flex;
	justify-content: space-around;
	cursor: pointer;
}

.feature .read-more .arrow-down {
	display: inline-block;
	vertical-align: -8px;
	width: 14px;
	height: 24px;
	background: url(../images/down2.gif) left center no-repeat;
	background-size: 14px 8px;
}

.adv3733 {
	width: 100%;
	border-bottom: 8px solid #f0f0f0;
}

.adv3733 img {
	width: 100%;
	display: block;
}

.rebate {
	border-bottom: 8px solid #f0f0f0;
	padding-bottom: 10px;
}

.rebate .service {
	padding: 0 18px;
	color: #ff640f;
	font-size: 13px;
	margin-top: 5px;
}

.rebate .service .service-qq {
	display: inline-block;
	width: 79px;
	height: 25px;
	background: url(../images/qq.png) no-repeat;
	vertical-align: -8px;
	margin-left: 5px;
}

.rebate .rebate-detail {
	padding: 0 18px;
	font-size: 14px;
	color: #7a7b7e;
	line-height: 25px;
}

/* 热门标签 */
.hot_tags {
	max-height: 89px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 5px 0;
	justify-content: space-around;
	box-sizing: border-box;
}

.hot_tags .hot_tag_item {
	height: 20px;
	/*width: 14%; */
	padding: 0 10px;
	text-align: center;
	display: block;
	border-radius: 10px;
	color: #fff;
	background-color: #f26d7e;
	margin: 8px 4px 0px;
}

.hot_tags .hot_tag_item:nth-of-type(2n) {
	background-color: #a286c0;
}

.hot_tags .hot_tag_item:nth-of-type(3n) {
	background-color: #0B9E94;
}

.hot_tags .hot_tag_item:nth-of-type(5n) {
	background-color: #e8d851;
}

.hot_tags .hot_tag_item:nth-of-type(7n) {
	background-color: #acb0d5;
}

.hot_tags .hot_tag_item:nth-of-type(13n) {
	background-color: #92cf67;
}

/*********************************2020M端小程序详情页*********************************/
.xcx_enter_box {
	width: 100%;
	margin-top: 15px;
}

.xcx_enter_box img {
	display: block;
	margin: 0 auto;
	width: 171px;
	height: 171px;
}

.xcx_enter_box span {
	display: block;
	margin-top: 12px;
	text-align: center;
}

.xcx_enter_box em {
	position: relative;
	padding-left: 27px;
}

.xcx_enter_box em:before {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 1px;
	background: url(../images/bg3.png) no-repeat -120px -85px;
	background-size: 150px 150px;
}

.xcx_enter_box button {
	display: block;
	width: 115px;
	height: 28px;
	border-radius: 4px;
	margin: 10px auto 0;
	background: rgb(71, 183, 81);
	border: thin solid rgb(71, 183, 81);
	color: #FFFFFF;
	text-align: center;
}

.xcx_show_bg {
	width: 270px;
	height: 203px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../images/xcx_bg.png) no-repeat;
	background-size: 100% 100%;
}

.xcx_show_box {
	width: 164px;
	height: 164px;
	margin: 0 auto;
	border: 3px solid #FFFFFF;
}

.xcx_show_img {
	width: 140px;
	height: 140px;
	margin: 7px auto 0;
	padding: 5px;
	background: #FFFFFF;
}

.xcx_show_img img {
	width: 140px;
	height: 140px;
}

/*********************************2020正软PC首页*********************************/
.zrindex_soft_list li {
	width: 25%;
	float: left;
	margin-top: 15px;
	text-align: center;
}

.zrindex_soft_list li a {
	display: block;
}

.zrindex_soft_list li img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 13px;
	border: thin solid #EEEEEE;
	border-radius: 11px;
}

.zrindex_soft_list li span {
	display: block;
	margin: 10px auto 0;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.zrindex_art_list li {
	padding: 12px 2%;
	border-bottom: thin solid #EEEEEE;
}

.zrindex_art_list img {
	float: left;
	width: 100px;
	height: 70px;
	margin-right: 15px;
}

.zrindex_art_list dt {
	margin-top: 12px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.zrindex_art_list dd {
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #999999;
	margin-top: 14px;
}

/*********************************2020正软列表*********************************/
.zrindex_kind_list {
	max-height: 89px;
	overflow: hidden;
}

.zrindex_kind_list li {
	display: block;
	float: left;
	width: 25%;
	margin-top: 12px;
	max-width: 86px;
	overflow: hidden;
}

.zrindex_kind_list li a {
	display: block;
	width: 85%;
	margin: 0 auto;
	height: 30px;
	border: thin solid #E6E6E6;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
}

.zrindex_kind_list li a.hover {
	border-color: #14b9c8;
	color: #14b9c8;
}

.rank_desc {
	padding: 10px;
	background: #F7F7F7;
}

.rank_desc .title {
	font-size: 16px;
	color: #FFA952;
	font-weight: bold;
}

.rank_desc p {
	color: #333333;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5;
}

.con_box1 .con_box1 {
	padding-bottom: 0;
}

.top-tag-list {
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
	padding-top: 15px;
}

.top-tag-list a {
	display: block;
	font-size: 14px;
	color: #fff;
	background-color: #F6A0B3;
	border-radius: 20px;
	padding: 0 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.top-tag-list a:nth-of-type(2n) {
	background-color: #9999FF;
}

.top-tag-list a:nth-of-type(3n) {
	background-color: #52CBBC;
}

.top-tag-list a:nth-of-type(4n) {
	background-color: #FFAF60;
}

.top-tag-list a:nth-of-type(5n) {
	background-color: #4EA2E7;
}

/* topic_detail.html */
.spread-container {
	position: relative;
	overflow: hidden;
}

.spread-container.on .spread-content {
	height: auto;
	-webkit-line-clamp: unset;
}

.spread-container.on .spread {
	transform: rotate(180deg);
}

.spread-container .spread-content {
	display: -webkit-box;
	height: 48px;
	margin: 10px 10px 3px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #6e6e6e;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.spread-container .spread {
	display: inline-block;
	float: right;
	width: 20px;
	height: 12px;
	margin-right: 12px;
	background-image: url(../images/down2.gif);
	background-size: 20px;
	background-repeat: no-repeat;
}

/* game-wrapper */
.game-wrapper .title {
	height: 45px;
	border-bottom: 1px solid #cacaca;
}

.game-wrapper .title .title-type {
	position: relative;
	display: inline-block;
	height: 30px;
	margin: 5px;
	padding: 0 10px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	background-color: #14b9c8;
	color: #fff;
}

.game-wrapper .title .title-type:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #14b9c8;
	transform: rotate(-45deg);
	bottom: -8px;
	left: 3px;
	position: absolute;
}

.game-wrapper .tab-list {
	height: 45px;
	border-bottom: 1px solid #ddd;
}

.game-wrapper .tab-list .tab-item {
	position: relative;
	float: left;
	width: 50%;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
}

.game-wrapper .tab-list .tab-item.on {
	color: #14b9c8;
	border-bottom: 1px solid #14b9c8;
}

.game-wrapper .tab-list .tab-item.on:after,
.game-wrapper .tab-list .tab-item.on:before {
	content: ' ';
	position: absolute;
	left: 50%;
	z-index: 8;
	width: 0;
	height: 0;
	margin-left: -8px;
	border: solid transparent;
	border-width: 8px;
}

.game-wrapper .tab-list .tab-item.on:before {
	border-bottom-color: #14b9c8;
	bottom: 0;
}

.game-wrapper .tab-list .tab-item.on:after {
	border-bottom-color: #fff;
	bottom: -1px;
}

.game-wrapper .list-wrapper {
	display: none;
}

.game-wrapper .list-wrapper.on {
	display: block;
}

.game-wrapper .list-wrapper .game-list {
	overflow: hidden;
}

.game-wrapper .list-wrapper .game-list .game-item {
	position: relative;
	min-height: 84px;
	border-bottom: 1px solid #e8e8e8;
}

.game-wrapper .list-wrapper .game-list .game-item .game-image {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 64px;
	height: 64px;
	border-radius: 5px;
}

.game-wrapper .list-wrapper .game-list .game-item .game-detail {
	padding: 10px 10px 10px 84px;
}

.game-wrapper .list-wrapper .game-list .game-item .game-detail .game-name {
	line-height: 14px;
	padding-right: 69px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

.game-wrapper .list-wrapper .game-list .game-item .game-detail .game-type {
	line-height: 12px;
	margin: 9px 0;
	padding-right: 69px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #999;
}

.game-wrapper .list-wrapper .game-list .game-item .game-detail .game-boon {
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 5px;
	background-color: #E0F3FF;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.game-wrapper .list-wrapper .game-list .game-item .download {
	position: absolute;
	right: 10px;
	top: 15px;
	display: block;
	width: 64px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #58b029;
	border-radius: 5px;
	color: #58b029;
	font-size: 14px;
	text-align: center;
}

.game-wrapper .more {
	height: 40px;
	margin: 10px;
	line-height: 40px;
	text-align: center;
	background: #efefef;
	font-size: 16px;
	color: #d3d3d3;
}

/* 首页新增头20200608 */
html {
	font-size: 95.98px;
}

@media screen and (max-width: 720px) {
	html {
		font-size: 13.33vw;
	}
}

.carousel2 {
	position: relative;
	background: #fff;
	padding: 0.1rem 0 0rem;
	overflow: hidden;
}

.carousel2+.category {
	margin-top: -.3rem
}

.carousel2 .swiper-container-index2 {
	position: relative;
	width: 6.9rem;
	margin: auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: .12rem;
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.carousel2 .swiper-container-index2:not(.swiper-container-horizontal) .swiper-slide:first-child .content,
.carousel2 .swiper-container-index2:not(.swiper-container-horizontal) .swiper-slide:first-child .more-btn,
.carousel2 .swiper-slide-active .content,
.carousel2 .swiper-slide-active .more-btn {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.carousel2 .content,
.carousel2 .more-btn {
	-webkit-transform: translateY(.1rem);
	transform: translateY(.1rem);
	opacity: 0;
	-webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
	transition: opacity .5s .3s, -webkit-transform .5s .3s;
	transition: transform .5s .3s, opacity .5s .3s;
	transition: transform .5s .3s, opacity .5s .3s, -webkit-transform .5s .3s
}

.carousel2 .swiper-slide {
	background: #ccc
}

.carousel2 .swiper-slide .swiper-lazy-preloader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.carousel2 .swiper-slide .img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.carousel2 .swiper-slide .img .big-img {
	width: 100%;
	height: auto !important;
}

.carousel2 .swiper-slide .img:after {
	position: absolute;
	content: "";
	height: 50%;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, transparent), color-stop(98%, rgba(0, 0, 0, .9)));
	background-image: -webkit-linear-gradient(top, transparent 3%, rgba(0, 0, 0, .9) 98%);
	background-image: linear-gradient(-180deg, transparent 3%, rgba(0, 0, 0, .9) 98%)
}

.carousel2 .content {
	position: absolute;
	top: 0;
	left: .36rem;
	right: .36rem;
	height: 100%;
	margin: auto;
	z-index: 1
}

.carousel2 .content .time {
	line-height: .33rem;
	margin: .26rem 0 0;
	font-size: .24rem;
	color: #fff
}

.carousel2 .content .time span {
	padding-right: .18rem
}

.carousel2 .bottom-text {
	box-sizing: border-box;
	position: absolute;
	height: 50%;
	padding-top: 1.1rem;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	color: #fff
}

.carousel2 .bottom-text .title {
	height: .65rem;
	line-height: .65rem;
	font-size: .48rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.carousel2 .bottom-text .tags {
	font-size: .22rem;
	line-height: .3rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.carousel2 .bottom-text .game-icon {
	float: left;
	width: .9rem;
	height: .9rem;
	margin-right: .14rem;
	border-radius: .12rem;
	overflow: hidden
}

.carousel2 .bottom-text .game-info {
	position: relative;
	padding-bottom: .2rem
}

.carousel2 .bottom-text .game-info:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	border-bottom: 1px solid #ededed;
	opacity: .44
}

.carousel2 .bottom-text .game-score {
	height: .7rem;
	margin-top: .2rem
}

.carousel2 .bottom-text .score-info {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.carousel2 .bottom-text .score-count {
	font-size: .18rem;
	line-height: .25rem;
	margin-top: .04rem;
	margin-bottom: 0.06rem;
}

.carousel2 .bottom-text .score {
	line-height: .7rem;
	font-size: .6rem;
	color: #f67b29;
	float: left;
	margin-right: .15rem
}

.carousel2 .bottom-text img {
	display: block;
	width: 100%;
	height: auto !important;
}

.carousel2 .bottom-text .title {
	margin: 0;
	font-weight: 400;
}

.carousel2 .more-btn {
	position: absolute;
	display: block;
	width: 1.5rem;
	height: .48rem;
	bottom: .32rem;
	right: .32rem;
	z-index: 2
}

.carousel2 .more-btn:after {
	display: none
}

.more-btn {
	display: inline-block;
	color: #fff;
	border: none;
	font-size: .22rem;
	width: 1.35rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	background-image: -webkit-linear-gradient(315deg, #f67b29, #fea647);
	background-image: linear-gradient(-225deg, #f67b29, #fea647);
	border-radius: .08rem
}

.more-btn:after {
	display: inline-block;
	content: "";
	width: .09rem;
	height: .2rem;
	margin: -.04rem 0 0 .06rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAoCAYAAADzL6qcAAAAAXNSR0IArs4c6QAAAchJREFUSA2tli9IQ1EUxrfJhiBqMBjGgiYRZxKTYTAUDGbDBnYXZaDFanegoM1gcmARm1Ex2CaISUWDf8AgCqJu/g484XJ4e9xz8cAH93vvfL8d2L3vvVSn05lALfSCaqnQInyE/qrNYiGElSHUdoJp1nvARp1rfktCU+gTuXWB6fUjOF2Ell1KtN51WvyXhPdjYEv+hKgTSB+6VLAP/GQIbIzgm4Jd4wdCYIsKJLZpBkmA4GYMbMUMA5JFZwr2hZ8JgRUIPivYA344BDZH8EfBTvA9IbB1BRK7EQLKEDxWsLDDDWQI3SrYK34kZLJpgv92uGtqKrE75qkkQDDucFfNMEBxh7slT0hrSca+j/SvMFET6arovkRPuq4J+K3EkL5JoIS+Fegcn9O9XT3NefSoIE/4QteQvkGzPFJOFUQmK+veRE+goSBiVxND+iaBSgzkkGvyIvUrmovoXYHkRTDoR6BLmpGE3BJo0QJJE5DxdZk33Zom4Bvek0gjgTLSm07++qw3iGZ5a8gmc0s2Yd4CyRGQ7e6WTFbyhkgjgW2XEK3rVkg1BnJggkTT3CnQFb4/BHTvgOSTZtwMiSaaJyyfxzdoNghC6BepmourghilvgAAAABJRU5ErkJggg==) no-repeat 50%;
	background-size: 100% 100%;
	vertical-align: middle
}

.score-star i {
	float: left;
	width: .2rem;
	height: .2rem;
	background: url(../images/score-star.png) no-repeat;
	background-size: 100% auto;
	margin-right: .02rem;
}

.zt_banner {
	padding: 12px;
	position: relative;
	border-bottom: 10px solid #efeff4
}

.zt_banner .label {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	display: block;
	width: 75px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-indent: -5px;
	text-align: center;
	background: url(../images/icon_labe.png) no-repeat;
	background-size: 100%
}

.zt_banner .info {
	position: relative;
	overflow: hidden;
	margin: 12px 0
}

.zt_banner .info .game {
	margin-right: 12px
}

.zt_banner .info .game,
.zt_banner .info .game img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 12px
}

.zt_banner .info .lis {
	padding: 0 0 0 80px;
	overflow: hidden
}

.zt_banner .info .lis .name {
	display: block;
	font-size: 14px;
	color: #111;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	overflow: hidden
}

.zt_banner .info .lis p {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap
}

.zt_banner .info .lis p span {
	margin: 0 2px 0 0
}


.zt_banner .info .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	background: #14b9c8;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
	margin: 15px 0 0 5px;
	font-size: 12px;
}

.zt_banner .desc {
	font-size: 12px;
	color: #333;
	line-height: 18px
}

.zt_banner img {
	border: none;
	width: 100%;
	height: auto;
	width: auto\9;
	-ms-interpolation-mode: bicubic
}

.zt_banner .star {
	width: 66px;
	position: relative;
	margin: 5px 0
}

.zt_banner .star,
.star span {
	height: 10px;
	background-size: 66px auto
}

.zt_banner .star span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	background-position: 0 -11px
}


.main_con{margin-top: 80px;}
.main_con .recom-game {
	width: 100%;
	padding: 10px;
	display: none;
}

.main_con .recom-game .title {
	padding: 10px 0;
	line-height: 14px;
}

.main_con .recom-game .title span {
	font-size: 14px;
	border-left: 2px solid #14b9c8;
	padding-left: 6px;
	color: #333;
}

.main_con .recom-game ul {
	display: flex;
	overflow-x: auto;
}

.main_con .recom-game ul::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.main_con .recom-game li {
	padding-right: 10px;
	width: 50px;
	text-align: center;
}

.main_con .recom-game li:last-of-type {
	padding-right: 0;
}

.main_con .recom-game li img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 13px;
}

.main_con .recom-game li span {
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 8px;
	color: #333;
}

body,
html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
}

form#indexfrom {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

input[name="q"] {
	flex: 1;
	padding: 10px;
	border: none;
	border-radius: 5px 0 0 5px;
	border: 1px solid #14b9c8;
	font-size: 16px;
}

input#search_an {
	padding: 11px 20px;
	border: none;
	background-color: #14b9c8;
	color: white;
	font-size: 16px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

input#search_an:hover {
	background-color: #0c717a;
}
.way_tolocal > a + a:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc;
}
/*
   Pagination B
*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 17px 0;
	border-radius: 3px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2c3e50;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
	z-index: 2;
	color: #11181f;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #14b9c8;
	border-color: #14b9c8;
	cursor: default;
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.pagination-sm > li > a,.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.pagination_center{text-align: center}
/*
   Pagination E
*/.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}
