﻿:root {
	--primary-color: #ff6600;
}

body,
html {
	background: #f5f5f5;
}

a,
a:hover {
	transition: all .3s
}

.primary-color {
	color: var(--primary-color);
}

/*
* ----------------------------------------------------------------------------
* 首页顶部
* ----------------------------------------------------------------------------
*/

.header {}

.head-top {
	background: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 8px 0;
}

.head {
	padding: 25px;
}


/*
* ----------------------------------------------------------------------------
* 首页顶部搜索
* ----------------------------------------------------------------------------
*/

.search {}

.search-form {}

.search-form input {
	width: 350px;
	font-size: 13px;
	text-indent: 1em;
}

.search-form button {
	color: #fff;
	font-size: 17px;
	background: var(--primary-color);
}

.head-top-right a {}

.head-top-right a:hover {
	color: var(--primary-color);
}


/*
* ----------------------------------------------------------------------------
* 首页顶部登录
* ----------------------------------------------------------------------------
*/

.head-login {}

.head-login a {
	color: var(--primary-color);
}

.head-login>em {
	width: 1px;
	height: 10px;
	padding: 0 3px;
}

.head-login>em:after {
	content: '';
	width: 1px;
	height: 10px;
	background: var(--primary-color);
	position: absolute;
	top: 0px;
}


/*
* ----------------------------------------------------------------------------
* 首页顶部导航条
* ----------------------------------------------------------------------------
*/

.navbar {
	background: #ff6600;
}

.nav {
	margin: 0 -30px;
}

.nav>li {
	display: inline-block;
	position: relative;
	transition: all .3s;
}
.nav>li em {
	margin-left: 5px;
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url(../images/icon-nav-hot.gif) no-repeat;
}
.nav>li:hover {
	background: #ff802b!important;
}
.nav .active {
	background: #ff802b;
}
.nav .active a {
	
}
.nav>li>a {
	display: inline-block;
	padding: 10px 30px;
}

.nav .sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99;
    box-shadow: 0px 3px 8px rgba(0,0,0,.1);
    background: #fff;
    padding: 10px;
}
.nav .sub-nav li {
	float: left;
	width: 90px;
}
.nav .sub-nav li a {
	display: inline-block;
    font-size: 15px;
    color: #666;
    padding: 5px;
}
.nav .sub-nav li a:hover {
	color: var(--primary-color);
}
.nav>li:hover {
	background: var(--primary-color);
}

.nav .current-nav {
	background: var(--primary-color);
}
.nav>li:hover .sub-nav {
	display: block;
}

/*
* ----------------------------------------------------------------------------
* 首页标题
* ----------------------------------------------------------------------------
*/

.box {}

.box .box-title {
	border-bottom: 1px solid #eee;
}

.box .box-title span {
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 5px;
}

.iconAndroid {
	color: #50d850;
}

.iconIos {
	color: #31b2f5;
}


/*
* ----------------------------------------------------------------------------
* 图标尺寸
* ----------------------------------------------------------------------------
*/

.icon {
	width: 90px;
	height: 90px;
	border-radius: 20px;
}

.icon img {
	height: 100%;
	width: 100%;
}
.iconfont {
	display: inline-block;
	height: 16px;
	width: 16px;
	transform: translateY(-2px);
}
.arrow-right {
	transform: translateY(-2px);
}
.icon-anzhuo, .icon-ios {
transform: translateY(-7px);
}
.icon-bofang {
	width: 24px;
	height: 24px;
	transform: translateY(-4px);
}
.icon-arrow-right ,.icon-arrow-lift {
	transform: translateY(-4px);
}
/*
* ----------------------------------------------------------------------------
* 首页栏目切换
* ----------------------------------------------------------------------------
*/

.index-switcher {}

.index-switcher ul {}

.index-switcher ul li {}

.index-switcher ul li a {
	font-size: 16px!important;
	padding-bottom: 5px;
}

.index-switcher ul .uk-active a {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
}

.index-switcher-content {
	list-style: none;
}

.index-switcher-content li {
	width: 11.11%;
	float: left;
}


/*
* ----------------------------------------------------------------------------
* 选项卡样式
* ----------------------------------------------------------------------------
*/

.switcher {}

.switcher-menu {
	white-space: nowrap;
}

.switcher-menu li {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	width: 80px;
}

.switcher .active {
	color: var(--primary-color);
}

.switcher-box .switcher-box-item {
	display: none;
}

.switcher-box .switcher-box-item:first-Child {
	display: block;
}


/*
* ----------------------------------------------------------------------------
* 首页幻灯部样式
* ----------------------------------------------------------------------------
*/

.slide {
	width: 770px;
	max-height: 360px;
}
.banner-slide {}
.banner-slide-item {}
.banner-slide-item > a {
	
}
.banner-slide-item > a img {
	width: 100%;
}
.slide-button-next,
.slide-button-prev {
	position: absolute;
	z-index: 10;
	top: 42%;
}

.slide-button-next {
	left: 0;
}

.slide-button-prev {
	right: 0;
}

.slide-btn {
	transition: all .3s;
	padding: 20px 10px;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	color: #fff;
	font-family: simsun;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}

.slide:hover .slide-btn {
	opacity: 1;
}

.swiper-pagination-bullet {
	background: #8f8f8f!important;
	border-radius: 0!important;
	opacity: 1!important;
}

.swiper-pagination-bullet-active {
	width: 30px!important;
	background: var(--primary-color)!important;
}

.slide-recommend {}

.slide-recommend h3 {}

.slide-recommend h3 a {
	font-size: 16px;
	color: var(--primary-color);
}

.slide-recommend p {
	margin-top: 5px
}
.recommend-icon {
	transform: rotate(90deg);
}

/*
* ----------------------------------------------------------------------------
* 商务BD页面
* ----------------------------------------------------------------------------
*/

.bd-nav {
	width: 185px;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
}

.bd-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bd-nav ul li {
	display: block;
	text-align: center;
}
.bd-nav ul li a {
	transition: none;
}
.bd-nav ul li a:hover {
	color: #fff;
}
.bd-nav ul .active {
	position: relative;
}

.bd-nav ul .active:after {
	content: '';
	position: absolute;
	right: -5px;
	top: 25px;
	height: 10px;
	width: 10px;
	background: var(--primary-color);
	transform: rotate(45deg);
}

.bd-nav ul li a {
	display: block;
	padding: 16px 0;
	color: #666666;
}

.bd-nav ul .active {
	background: var(--primary-color);
}

.bd-nav ul .active a {
	color: #fff;
}

.bd-main {}

.bd-main-title {}

.bd-main-title:after {
	content: '';
	position: absolute;
	top: 16px;
	right: 0;
	height: 1px;
	width: 100%;
	background: #e1e1e1;
}

.bd-main-title span {
	padding-right: 40px;
}

.bd-content {}

.bd-content p {
	text-indent: 2em;
	margin-bottom: 35px;
	line-height: 28px;
}


/*
* ----------------------------------------------------------------------------
* 首页游戏资讯
* ----------------------------------------------------------------------------
*/

.gamenews {}

.gamenews .cover {
	height: 180px;
}

.gamenews .cover img {
	height: 100%;
	width: auto;
	min-width: 100%;
	max-width: none;
}

.gamenews .content {}


/*列表标题*/

.listTitle {
	border-bottom: 2px solid #dedede;
}

.listTitle h3 {
	font-size: 19px;
	padding: 15px 12px;
	position: relative;
}

.listTitle h3:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	background: var(--primary-color);
	height: 2px;
}


/*
* ----------------------------------------------------------------------------
* 首页游戏专区
* ----------------------------------------------------------------------------
*/

.gameArea {}

.gameArea {}

.gameArea .switcher-box-item {
	padding: 0 30px;
}

.gameArea-box {}

.gameArea-button {
	background: var(--primary-color);
	position: absolute;
	top: 0;
	z-index: 10;
	height: 100%;
	cursor: pointer;
}

.gameArea-button i {
	padding: 10px 8px;
	color: #fff;
}

.gameArea-button-next {
	left: 0;
}

.gameArea-button-prev {
	right: 0;
}

.gameArea-item {
	text-align: center;
}
.gameArea-item .icon img {
	border-radius: 20px;
}

/*
* ----------------------------------------------------------------------------
* 首页手游攻略
* ----------------------------------------------------------------------------
*/

.gameStrategy {
	width: 790px;
}

.gameStrategy-img {
	height: 240px;
}

.gameStrategy-img p {
	padding: 8px 0;
	color: #fff;
}

.gameStrategy-img img {
	height: 100%;
}

.gameStrategy-list {
	list-style: none;
}

.gameStrategy-list li {}

.gameStrategy-list li a {
	padding: 7px 0 7px 15px;
}

.gameStrategy-list li a::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: var(--primary-color);
	border-radius: 50%;
	bottom: 45%;
	left: 0;
}


/*
* ----------------------------------------------------------------------------
* 首页手游视频
* ----------------------------------------------------------------------------
*/

.gameVideo {}

.gameVideo-item {
	height: 175px;
}

.gameVideo-item p {
	padding: 8px;
}

.gameVideo-item p i {
	color: var(--primary-color);
	font-size: 20px;
}


/*
* ----------------------------------------------------------------------------
* 首页手游测评
* ----------------------------------------------------------------------------
*/

.gameEvaluation {}

.gameEvaluation-item {
	height: 210px;
}

.gameEvaluation-item img {
	height: 100%;
	min-width: 100%;
}

.gameEvaluation-item p {
	padding: 10px;
}

.gameEvaluation-item .score {
	width: 90px;
	height: 60px;
	background: url(../images/score.png);
}

.gameEvaluation-item .score span {
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	font-style: italic;
}


/*
* ----------------------------------------------------------------------------
* 首页游戏礼包
* ----------------------------------------------------------------------------
*/

.gameGift {
	width: 790px;
}

.gameGift-item {
	margin-bottom: 13px!important;
}

.gameGift-item i {
	cursor: pointer;
	font-size: 18px;
	padding: 0 3px;
}

.gameGift-item .receive {
	background: var(--primary-color);
	color: #fff;
	padding: 5px 10px;
}

.list-time {
	margin-top: 30px;
}
.list-time ul {
	margin-left: 5px;
	padding: 0;
	list-style: none;
	border-left: 1px solid #ccc
}
.list-time ul li {
	position: relative;
	padding: 6px 20px;
}
.list-time ul li:after {
	content: '';
	position: absolute;
	top: 10px;
	left: -6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
	border: 3px solid #fff;
}
.list-time ul li a {}
.list-time ul li:hover:after {
	background: var(--primary-color);
}

								
/*
* ----------------------------------------------------------------------------
* 首页热门礼包
* ----------------------------------------------------------------------------
*/

.hotApp {}

.hotApp-item {}

.hotApp-item .title {
	margin-top: 5px;
}


/*
* ----------------------------------------------------------------------------
* 首页排行榜
* ----------------------------------------------------------------------------
*/

.indexRanking {
	list-style: none;
}

.indexRanking li {
	padding-left: 30px;
	margin-top: 20px;
	position: relative;
	font-size: 15px;
}

.indexRanking li .icon {
	height: 65px;
	width: 65px;
	border-radius: 15px;
}

.indexRanking li .icon img {
	height: 100%;
}

.indexRanking li .down {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	border-radius: 6px;
	padding: 6px 18px;
	font-size: 14px;
}

.indexRanking li em {
	font-style: normal;
}

.indexRanking-list {}

.indexRanking-box {
	display: none;
}

.indexRanking-active {}

.indexRanking-active .indexRanking-list {
	display: none
}

.indexRanking-active .indexRanking-box {
	display: block
}

.indexRanking li .num {
	left: 0;
	background: #d3d3d3;
	color: #fff;
	font-style: normal;
	padding: 1px 5px;
	display: inline-block;
	font-size: 12px;
	border-radius: 4px;
}

.indexRanking-active-hover {
	background: var(--primary-color)!important
}


/*
* ----------------------------------------------------------------------------
* 面包屑
* ----------------------------------------------------------------------------
*/

.breadcrumb {
	font-size: 14px;
	color: #999;
}

.breadcrumb a {
	color: #999;
	font-size: 14px;
}

.breadcrumb i {
	margin-right: 3px;
	font-size: 14px;
}


/*
* ----------------------------------------------------------------------------
* 手游下载列表页
* ----------------------------------------------------------------------------
*/

.mobGame {}

.mobGame .listTitle .count {
	color: var(--primary-color);
}

.cat-filter {}

.cat-filter-item {
	font-style: normal;
	border-bottom: 1px dashed #dedede;
	padding-left: 0;
}

.cat-filter-item:last-child {
	border: 0;
}

.cat-filter-item li {
	font-size: 14px;
	display: inline-block;
}

.cat-filter-item .active {
	background: var(--primary-color);
	color: #fff;
}

.cat-filter-item li a {
	margin-right: 15px;
	padding: 3px 12px;
	display: block;
	margin-bottom: 15px;
}

.cat-filter-item li a:hover {
	background: var(--primary-color);
	color: #fff;
}

.mobGame-list-item {
	border: 1px solid #e5e5e5;
	padding: 20px;
	transition: all .3s;
}

.mobGame-list-item:hover {
	background: #f6f6f6;
}

.mobGame-list-item .icon {
	width: 115px;
	height: 115px;
	border-radius: 20px;
}

.mobGame-list-item .icon img {
	height: 100%;
}

.mobGame-list-item em {
	width: 1px;
	height: 10px;
	background: #ccc;
}

.mobGame-list-item .down {
	border: 1px solid #ddd;
	padding: 3px 8px;
	border-radius: 4px;
}

.mobGame-list-item:hover .down {
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
}


/*
* ----------------------------------------------------------------------------
* 翻页样式
* ----------------------------------------------------------------------------
*/

.pageTurn {}

.pageTurn ul {
	padding: 0;
	text-align: center;
}

.pageTurn ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}

.pageTurn ul li a {
	display: inline-block;
	padding: 3px 12px;
	border: 1px solid #ddd;
}

.pageTurn ul li a:hover {
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
}


.pagination {
	text-align: center;
	margin-bottom: 70px
}
.pagination li {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}
.pagination li span {}
.pagination li a {
	display: inline-block;
	padding: 3px 12px;
	border: 1px solid #ddd;
}
.pagination li a:hover {
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
}



/*
* ----------------------------------------------------------------------------
* 大家都在玩样式
* ----------------------------------------------------------------------------
*/

.ads_banner .uk-float-right ul li {
	float: left;
	margin: 0 22.5px 10px 0;
	width: 90px;
	list-style: none;
}

.ads_banner .uk-float-right ul li a img {
	width: 90px;
	height: 90px;
	border-radius: 15px;
}

.ads_banner .uk-float-right ul li a span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 7px;
}


/*
* ----------------------------------------------------------------------------
* 手游下载详情页
* ----------------------------------------------------------------------------
*/

.mobGame-single {
	width: 850px;
}

.mobGame-single .icon {
	width: 140px;
	height: 140px;
	border-radius: 20px;
}

.mobGame-single .icon img {
	height: 100%;
}

.mobGame-single-head {
	padding-left: 20px;
	padding-top: 10px;
}

.mobGame-single-head h1 {}

.mobGame-single-head ul {
	max-width: 460px;
}

.mobGame-single-head ul li {
	display: inline-block;
	width: 180px;
	margin-top: 15px;
}
.mobGame-single-head ul li>img {
	margin-top: -4px;
}
.single-down {}

.single-android-down {}

.single-ios-down {}

.mobGame-single-content p {
	text-indent: 2em;
	line-height: 38px;
	color: #666;
}

.hover-ewm {
	top: 100%;
	margin-top: -2px;
	display: none;
	width: 99%;
	text-align: center;
	background: #fff;
	border: 1px solid var(--primary-color);
}

.hover-ewm-ios {
	border: 1px solid #226bff!important
}

.single-down:hover .hover-ewm {
	display: block;
}

.mobGame-single-h3 {
	position: relative;
}

.mobGame-single-h3 span {
	color: var(--primary-color);
	padding-right: 30px;
}

.mobGame-single-h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 50%;
}


/*
* ----------------------------------------------------------------------------
* 图集分类
* ----------------------------------------------------------------------------
*/
.gameimg {
	width: 850px;
}
.gameimg-title {
    background: #f4f4f4;
    height: 50px;
    margin-bottom: 30px;
}
.gameimg-title h4 {
	line-height: 47px;
	padding: 0 20px;
	border-bottom: 2px solid var(--primary-color);
}
.gameimg-item {}
.gameimg-item .cover {
	height: 150px;
}
.gameimg-item .cover img {
	height: 100%;
	width: 100%;
}
.gameimg-slide-main {
	padding: 30px 100px;
}
.gameimg-slide ul {} 
.gameimg-slide a {
	margin: 0;
	padding: 0;
}
.gameimg-slide a svg {
	display: none;
}
/*
* ----------------------------------------------------------------------------
* 手游底部推荐文章
* ----------------------------------------------------------------------------
*/

.single-recommend {}

.single-recommend-item {}

.single-recommend-item .cover {
	width: 125px;
	height: 80px;
}

.single-recommend-item .cover img {
	min-height: 100%;
}


/*
* ----------------------------------------------------------------------------
* 内容页幻灯片
* ----------------------------------------------------------------------------
*/

.single-slide {}

.single-slide img {
	cursor: pointer;
}

.single-button {
	position: absolute;
	z-index: 100;
	top: 45%;
}

.single-button-next {
	left: 0;
}

.single-button-prev {
	right: 0;
}


/*
* ----------------------------------------------------------------------------
* 内容页广告
* ----------------------------------------------------------------------------
*/

.single-ad {}


/*
* ----------------------------------------------------------------------------
* 内容页广告幻灯
* ----------------------------------------------------------------------------
*/

.single-sidebar {}


/*
* ----------------------------------------------------------------------------
* 手游侧边栏热游推荐
* ----------------------------------------------------------------------------
*/

.sidebar-hotGame {}

.sidebar-hotGame .cover {
	width: 82px;
	height: 82px;
	border-radius: 20px;
}

.sidebar-hotGame .cover img {
	height: 100%;
}

.sidebar-hotGame a {
	font-size: 14px;
}


/*
* ----------------------------------------------------------------------------
* 手游侧边栏新游排行
* ----------------------------------------------------------------------------
*/

.sidebar-newGame {}

.sidebar-newGame li {
	position: relative;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}

.sidebar-newGame-item {
	padding-left: 35px;
}

.sidebar-newGame li .num {
	height: 100%;
	color: #fff;
	font-style: normal;
	padding: 0 6px;
	left: 0;
	background: var(--primary-color);
}

.sidebar-newGame-active .num span {
	position: relative;
	font-size: 12px;
}

.sidebar-newGame-active .num span:after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--primary-color);
	position: absolute;
	right: -10px;
	top: 5px;
	z-index: 10;
	transform: rotate(45deg);
}

.sidebar-newGame-list {}

.sidebar-newGame-box {
	display: none;
}

.sidebar-newGame-box .cover {
	width: 82px;
	height: 82px;
	border-radius: 20px;
}

.sidebar-newGame-box .cover img {
	height: 100%;
}

.sidebar-newGame-box p {
	margin: 5px 0;
}

.sidebar-newGame-box em {
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 8px;
}

.sidebar-newGame-active {}

.sidebar-newGame-active .sidebar-newGame-box {
	display: block!important
}

.sidebar-newGame-active .sidebar-newGame-list {
	display: none!important
}


/*
* ----------------------------------------------------------------------------
* 手游专辑
* ----------------------------------------------------------------------------
*/

.mobGame-album {}

.album-item {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.album-item-cover {
	width: 380px;
	height: 220px;
	border-radius: 13px;
}

.album-item-cover img {
	height: 100%;
	max-width: none;
	min-width: 100%;
}

.album-item h2 {}

.album-item h2 a {
	font-size: 22px;
}

.album-item h2 span {
	font-size: 15px;
	padding: 3px 8px;
	border-radius: 4px;
	margin-left: 10px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

.album-item ul {}

.album-item ul li {}

.album-item .more {
	background: #eee;
	transition: all .3s;
}

.album-item .more a {
	padding: 0 5px;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	letter-spacing: 20px;
}

.album-item:hover .more {
	background: var(--primary-color);
}


/*
* ----------------------------------------------------------------------------
* 手游专辑 内页
* ----------------------------------------------------------------------------
*/

.album-head {
	height: 240px;
	border: 1px solid #eee;
}

.album-head .cover {
	width: 500px;
	height: 245px;
}
.album-head .cover img {
    min-height: 100%;
    width: 100%;
}
.album-head-info {
	padding: 25px;
}

.album-head-info h2 {
	font-size: 20px;
}

.album-head-info p {
	line-height: 36px;
}

.album-list {}

.album-list-box {}

.album-list-box .down {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 6px 18px;
	color: #666
}

.album-list-box .down:hover  {
	color: #fff;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}


/*
* ----------------------------------------------------------------------------
* 手游排行榜
* ----------------------------------------------------------------------------
*/

.mobRanking-bg {

}
.mobRanking-bg img {
	width: 100%;
}
.mobRanking {
	margin-top: 410px;
}

.mobRanking-nav {}

.mobRanking-nav ul {
	list-style: none;
	background: #5559ff;
	border-bottom: 4px solid #2d31de;
}

.mobRanking-nav .active {
	background: #2d31de;
}

.mobRanking-nav ul li {
	float: left;
}

.mobRanking-nav ul li:hover {
	background: #2d31de;
}

.mobRanking-nav ul li a {
	display: inline-block;
	padding: 15px 35px;
	text-align: center;
}

.mobRanking-main {
	padding: 30px 40px;
}

.mobRanking-item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.mobRanking-item:last-child {
	border: 0;
}

.mobRanking-item .mobRanking-num {
	margin-top: 20px;
	position: relative;
}
.mobRanking-item .mobRanking-num span {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.mobRanking-item .icon {
	width: 120px;
	height: 120px;
}

.mobRanking-item h4 a {
	font-size: 18px;
}

.mobRanking-item .down {
	padding: 13px 30px;
	border: 1px solid #5559ff;
	border-radius: 13px;
	margin-top: 20px;
	color: #5559ff;
}

.mobRanking-item .down:hover {
	color: #fff;
	background: #5559ff;
}

/*
* ----------------------------------------------------------------------------
* 新闻资讯列表样式
* ----------------------------------------------------------------------------
*/
.news {}
.news-item {
	padding: 15px 0;
	border-bottom: 1px  dashed #eee;
}
.news-item:hover {
	background: #F5F5F5;
}
.news-item .cover {
	width: 175px;
	height: 130px;
}

.gohome-404 {
	color:  var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 10px;
	padding: 12px 30px;
	font-size: 24px;
}

/*
* ----------------------------------------------------------------------------
* 友情链接
* ----------------------------------------------------------------------------
*/

.link {}

.link ul {}

.link ul li {
	display: inline-block;
	margin-right: 15px;
}

.link ul li a {
	color: #7d7d7d;
	font-size: 14px;
}


/*
* ----------------------------------------------------------------------------
* 首页底部样式
* ----------------------------------------------------------------------------
*/

.footer {}

.foot {
	background: #292929;
}

.foot-search-form {
	max-width: 320px;
	background: transparent;
	border: 1px solid #8a8a8a;
	border-radius: 20px;
}

.foot-search-form input {
	text-indent: 1em;
	background: transparent;
	border: 0;
	outline: none;
	color: #fff;
}

.foot-search-form button {
	border: 0;
	color: #000;
	background: #8a8a8a;
}


/*
* ----------------------------------------------------------------------------
* 首页底部菜单
* ----------------------------------------------------------------------------
*/

.foot-menu {}

.foot-menu-item {}

.foot-menu-item h4 {
	color: #c9c9c9;
	font-size: 18px;
}

.foot-menu-item ul {
	list-style: none;
}

.foot-menu-item ul li {}

.foot-menu-item ul li a {
	font-size: 13px;
	color: #767676;
}


/*
* ----------------------------------------------------------------------------
* 首页底部bd
* ----------------------------------------------------------------------------
*/

.foot-bd {}

.foot-bd ul {}

.foot-bd ul li {
	display: inline-block;
}

.foot-bd ul li a {
	position: relative;
	color: #898989;
	padding-right: 20px;
	margin-right: 15px;
}

.foot-bd ul li a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	right: 0;
	margin-top: 6px;
	background: #555;
}

.foot-cop {
	background: #080808;
	padding: 50px 0;
	font-size: 14px;
}

.foot-cop a {
	color: #898989;
	font-size: 14px;
}


/*
* ----------------------------------------------------------------------------
* 弹窗样式
* ----------------------------------------------------------------------------
*/

.modals {}

.modals-warp {
	width: 365px!important;
	border-radius: 13px;
}

.modals-warp h3 {
	font-size: 18px;
}

.modals-close {
	top: 30px!important;
	right: 30px!important;
}

.modals-logo {
	margin-top: -35px;
}


/*
* ----------------------------------------------------------------------------
* 弹窗登录注册
* ----------------------------------------------------------------------------
*/

.pop-login-form {}

.pop-login-input {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.pop-login-form input {
	outline: none;
	height: 38px;
}

.pop-login-text,
.pop-login-password,
.pop-login-submit {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #ddd;
	height: 36px;
	text-indent: 40px;
}

.pop-login-submit {
	height: 47px;
	background: #F27D28;
	color: #fff;
	border: 0!important;
	cursor: pointer;
	font-size: 17px;
	text-indent: 0;
}

.login-ver .pop-login-sms {
	border-radius: 6px;
	border: 1px solid #ddd;
	flex: 1;
	text-indent: 1em;
	margin-right: 15px
}

.pop-sms-submit {
	border-radius: 6px;
	height: 40px;
	background: var(--primary-color);
	color: #fff;
	border: 0!important;
	cursor: pointer;
	font-size: 14px;
	padding: 0 10px;
}

.pop-login-input i {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 24px;
	margin: 8px 12px;
}

.pop-login-checkbox {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: left;
	margin-right: 5px;
}

.social-login {}

.social-login h4 {
	font-size: 14px;
}

.social-login h4:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #e3e3e3;
	position: absolute;
	top: 10px;
	left: 0;
}

.social-login h4 span {
	background: #fff;
	padding: 0 20px;
}

/*
* ----------------------------------------------------------------------------
* 图集详情页幻灯
* ----------------------------------------------------------------------------
*/
.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gameimg-slide {
	width: 650px;
	margin: 0 auto;
}

.gameimg-slide-right,
.gameimg-slide-left {
	height: 130px!important;
	width: 50px!important;
	top: 35%!important;
}
.swiper-slide-thumb-active {
	border: 3px solid var(--primary-color); 
}

/*
* ----------------------------------------------------------------------------
* 开服列表页面
* ----------------------------------------------------------------------------
*/
.kf .b-a {
	border: 1px solid #eee;
}
.kf .b-b {
	border-bottom: 1px solid #eee;
}
.kf-nav{}

.kf-nav>ul {
	border-bottom: 2px solid #ebebeb;
}
.kf-nav>ul>li {
	margin-right: 30px;
}
.kf-nav>ul>li>a {
	font-size: 18px;
	padding: 15px 5px;
	display: block;
}
.kf-nav .active {}
.kf-nav .active a {
	font-weight: bold;
	border-bottom: 2px solid var(--primary-color);
}

.kf-menu {
	background: #3a3a3a;
	color: #fff;
}
.kf-menu ul {
	list-style: none;
}
.kf-menu ul>li {
	float: left;
	text-align: center;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	font-size: 15px;
}
.kf-name {
	width: 200px;
	height: 3px;
	padding-left: 20px
}
.kf-name .icon {
	height: 38px;
	width: 38px;
	line-height: normal!important
}
.kf-name .icon img {
	width: 100%;
	height: 100%;
}
.kf-type {
	width: 120px;
	height: 3px;
}
.kf-time{
	width: 140px;
	height: 3px;
}
.kf-area {
	width: 120px;
	min-height: 3px;
	max-height: 73px;
}
.kf-system {
	width: 120px;
	height: 3px;
}
.kf-platform {
	height: 70px;
	width: 180px;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.kf-down {
	width: 130px;
	height: 3px;
}
.kf-down .btn {
	border: 1px solid var(--primary-color);
	line-height: normal;
	border-radius: 3px;
	color: var(--primary-color);
	font-size: 14px;
	padding: 5px 13px;
	transition: all .3s;
	margin: 19px 13px;
}
.kf-down .btn:hover {
	background: var(--primary-color);
	color: #fff;
	padding: 5px 23px;
}
.kf-down .btn:hover i {
	display: none
}
.kf-down .btn i {
	display: inline-block;
	transform: translateY(-2px);
	margin-right: 5px;
}
.kf-gift {
	width: 130px;
}

.kf-gift .btn {
	border: 1px solid #236aff;
	line-height: normal;
	border-radius: 3px;
	color: #236aff;
	font-size: 14px;
	padding: 5px 13px;
	transition: all .3s;
}
.kf-gift .btn:hover {
	background: #236aff;
	color: #fff;
	padding: 5px 23px;
}
.kf-gift .btn:hover i {
	display: none
}
.kf-gift .btn i {
	display: inline-block;
	transform: translateY(-2px);
	margin-right: 5px;
}
.kf-gift .btn-none {
	border: 1px solid #999;
	color: #999;
}
.kf-gift .btn:hover {
	background: #999;
}
.kf-gift .btn:hover i {
	display: none
}
.kf-gift .btn i {
	display: inline-block;
	transform: translateY(-2px);
	margin-right: 5px;
}

.kf-list {}
.kf-list ul {
	transition: all .3s;
	list-style: none
}
.kf-list ul:hover {
	background: #fffae7;
}
.kf-list ul:last-child {
	border: 0;
}
.kf-list ul li {
	text-align: center;
	float: left;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
}

/*
* ----------------------------------------------------------------------------
* 自定义通知弹窗样式
* ----------------------------------------------------------------------------
*/

.uk-notification-message {}
.uk-notification-message-success {
	background: #32d296!important;
	color: #fff!important;
}
.uk-notification-message-primary {
	background: #333!important;
	color: #fff!important;
}
.uk-notification-close {
	color: #fff;
}





/*广告条_黄旗样式2*/

.news_banner2 {
	overflow: auto;
	border: 1px solid var(--primary-color);
}

.news_banner2 .uk-float-left .font {
	padding: 15px 8px;
	line-height: 30px;
	width: 15px;
	height: 120px;
	color: #FFFFFF;
	background: var(--primary-color);
}

.news_banner2 .uk-float-right ul li {
	float: left;
	margin: 20px 37px 0 0;
	width: 76px;
	list-style: none;
}

.news_banner2 .uk-float-right ul li a img {
	width: 76px;
	height: 76px;
	border-radius: 15px;
}

.news_banner2 .uk-float-right ul li a span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 7px;
}


/*广告条_黄旗样式2*/

.news_banner2 {
	overflow: auto;
	border: 1px solid var(--primary-color);
}

.news_banner2 .uk-float-left .font {
	padding: 15px 8px;
	line-height: 30px;
	width: 15px;
	height: 120px;
	color: #FFFFFF;
	background: var(--primary-color);
}

.news_banner2 .uk-float-right ul li {
	float: left;
	margin: 20px 37px 0 0;
	width: 76px;
	list-style: none;
}

.news_banner2 .uk-float-right ul li a img {
	width: 76px;
	height: 76px;
	border-radius: 15px;
}

.news_banner2 .uk-float-right ul li a span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 7px;
}


/*礼包中间*/


/*.commonDiv {
	padding-top: 20px;
}
.commonDiv .commonLeftDiv{
	width: 755px;
}
.commonDiv .commonRightDiv{
	width: 416px;
}*/


/*左侧*/

.commonDiv .commonLeftDiv .tuijianList .listDiv ul {
	overflow: hidden;
	margin: 38px 0 0 0;
	padding-left: 0;
}

.commonDiv .commonLeftDiv .tuijianList .listDiv ul li {
	float: left;
	width: 50%;
	list-style: none;
	margin-bottom: 40px;
	cursor: pointer;
}


.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex {
	display: flex;
}

.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex .relativeDiv {
	position: relative;
}

.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex img {
	width: 95px;
	height: 95px;
	border-radius: 15px;
	margin-right: 24px;
}

.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex .title:hover {
	color: var(--primary-color);
}
.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex .font {
	font-size: 15px;
	color: #999;
	margin: 8px 0;
	width: 280px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex .submit {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 11px;
	width: 102px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: #F6F6F6;
	border: 1px solid #E5E5E5;
	border-radius: 6px;
	color: #666;
}

.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex .submit:hover {
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
}


/*右侧*/

.commonRightDiv .rightDivImg img {
	width: 100%;
	height: 160px;
}

.commonRightDiv .rankingList {
	padding-top: 20px;
	background: #fff;
}

.index-title {
	border-bottom: 1px solid #dedede;
}
.index-title em {
	font-style: normal;
}
.index-title .chi {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 15px;
	display: block;
	width: 100px;
	text-align: center;
}

.index-title .more {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}


/*热门礼包*/

.commonDiv .hotLibao .listDiv ul {
	overflow: hidden;
	padding-left: 0;
}

.commonDiv .hotLibao .listDiv ul li {
	float: left;
	list-style: none;
	padding: 22px 0;
	border-bottom: 1px dashed #DCDCDC;
}
.commonDiv .hotLibao .listDiv ul li:first-child {
	padding-top: 0;
}

/*.commonDiv .hotLibao .listDiv ul li:hover .displayFlex span{
	color:var(--primary-color);
}
.commonDiv .hotLibao .listDiv ul li:hover .displayFlex button{
	background:var(--primary-color);
	color: #FFFFFF;
}*/

.commonDiv .hotLibao .listDiv .displayFlex {
	display: flex;
}

.commonDiv .hotLibao .listDiv .displayFlex .relativeDiv {
	position: relative;
}

.commonDiv .hotLibao .listDiv .displayFlex img {
	width: 75px;
	height: 75px;
	margin-right: 24px;
}

.commonDiv .hotLibao .listDiv .displayFlex>span {
	font-size: 16px;
	color: #222;
	font-weight: 400;
	display: block;
}

.commonDiv .hotLibao .listDiv .displayFlex .progress>div {
	float: left;
	/*height:6px;*/
/*background:var(--primary-color);*/
/*border-radius:3px;*/
}

.commonDiv .hotLibao .listDiv .displayFlex .progress span {
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
}

.commonDiv .hotLibao .listDiv .displayFlex .progressBg {
	margin-top: 15px;
	width: 120px;
	height: 6px;
	background: #E0E0E0;
	border-radius: 3px;
}

.commonDiv .hotLibao .listDiv .displayFlex .progressIn {
	height: 6px;
	background: var(--primary-color);
	border-radius: 3px;
}

.commonDiv .hotLibao .listDiv .displayFlex .percentage {
	margin-left: 5px;
	color: var(--primary-color);
}

.commonDiv .hotLibao .listDiv .displayFlex .font {
	font-size: 15px;
	color: #999;
	margin: 2px 0 1px 0;
	width: 220px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.commonDiv .hotLibao .listDiv .displayFlex .submit {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 11px;
	width: 71px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #FFF;
	border: 1px solid var(--primary-color);
	border-radius: 4px;
	color: var(--primary-color);
}


/*大家都在搶*/

.commonRightDiv .rankingList .tabsContent ul li {
	overflow: hidden;
	margin-top: 20px;
	list-style: none;
}

.rankingList .listDiv ul {
	padding: 15px 0 0 20px;
	/*margin-left: 20px;*/
}

.rankingList .listDiv ul li {
	content: ".";
	color: #CCC9CC;
}

.rankingList .listDiv ul li .limit21 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 37px;
}

.li_button {
	width: 168px;
	height: 40px;
	line-height: 40px;
	background: var(--primary-color);
	border-radius: 4px;
	border: none;
	color: #FFF;
	cursor: pointer;
}
.li_button:hover {
	color: #fff;
}
.single-down {
	text-align: center;
}

.single-down>img {
	width: 120px;
}

.libaoList li>a {
	width: 220px;
	overflow: hidden;
}

.libaoList li .detailSpan {
	text-align: center;
	width: 570px;
}

.libaoList li .lingquSpan {
	cursor: pointer;
}

.icon100 {
	width: 100px;
	height: 100px;
}

.gameLibaoDet .down {
	width: 73px;
	height: 32px;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.gameLibaoDet .down:hover {
	border: 1px solid var(--primary-color);
}

.libaoExplain strong {
	font-size: 15px;
}

.libaoExplain p {
	color: #999;
}

.width120 {
	width: 120px;
}


/*************内页*************/

.ny-container .wrap {
	margin: 0 auto;
	width: 1200px;
}


/*广告条_黄旗样式*/

.news_banner ul li {
	float: left;
	width: 10%;
	list-style: none;
}

.news_banner ul li a img {
	width: 90px;
	height: 90px;
	border-radius: 15px;
}

.news_banner ul li a span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 7px;
}


/*咨询中间*/

.ny-container .commonDiv {
	padding-top: 20px;
}

.ny-container .commonDiv .commonLeftDiv {
	width: 831px;
	/*width: 859px;*/
}

.ny-container .commonDiv .commonRightDiv {
	width: 341px;
}

.ny-container .commonLeftDiv .newsDiv {
	background: #fff;
}

.ny-container .commonLeftDiv .hdDiv {
	background: #F4F4F4;
	height: 50px;
	line-height: 48px;
}

.ny-container .commonLeftDiv .hdDiv a.active {
	border-bottom: 2px solid var(--primary-color);
	font-weight: bold;
}

.ny-container .commonLeftDiv .hdDiv a {
	font-size: 16px;
	color: #393939;
	display: inline-block;
	text-align: center;
	width: 120px;
	/*margin-right: 35px;*/
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul {
	padding-left: 0px;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li {
	border-bottom: 1px dashed #F5F5F5;
	list-style: none;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li a {
	padding: 25px 0;
	display: block;
	overflow: hidden;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li img {
	width: 174px;
	height: 130px;
	margin-right: 15px;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li .textDiv p {
	font-size: 14px;
	line-height: 22px;
	color: #8a8a8a;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li .textDiv .dateDiv {
	font-size: 14px;
	padding-left: 20px;
	color: #888;
	margin: 10px 0;
	background: url(../images/shijian.png) no-repeat left center;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li .textDiv span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	color: #000;
	margin-top: 2px;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li a:hover .textDiv span {
	color: var(--primary-color);
	text-decoration: underline;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li :hover {
	border-bottom: none;
	background: #F5F5F5;
}

.ny-container .commonLeftDiv .newsDiv .listDiv ul li .textDiv p .font-color {
	color: var(--primary-color);
}


/*咨询页分页*/

.ny-container .pageDiv {
	margin: 28px 0 8px;
	text-align: center;
}

.ny-container .pageDiv ul {
	display: inline-block;
	overflow: hidden;
}

.ny-container .pageDiv ul li {
	list-style: none;
	float: left;
	margin: 0 7px;
}

.ny-container .pageDiv ul li a {
	font-size: 14px;
	color: #999999;
	padding: 6px 11px;
	border: 1px solid #DCDCDC;
	display: block;
}

.ny-container .pageDiv ul li span {
	font-size: 14px;
	color: #999999;
	padding: 6px 11px;
	border: 1px solid #DCDCDC;
	display: block;
}

.ny-container .pageDiv ul li .page-number {
	font-size: 14px;
	color: #999999;
	padding: 7px 11px;
	/*border: 1px solid #DCDCDC;*/
	display: block;
}

.ny-container .pageDiv ul li.active span {
	font-size: 14px;
	color: #fff;
	padding: 6px 11px;
	border: 0px solid #DCDCDC;
	display: block;
	background: var(--primary-color);
}

.ny-container .pageDiv ul li.active {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: #fff;
}


/*右侧*/

.commonRightDiv .rightDivImg img {
	width: 100%;
	height: 164px;
}

.commonRightDiv .rankingList {
	padding-top: 20px;
	background: #fff;
}

.index-title {
	border-bottom: 1px solid #dedede;
}

.index-title .chi {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 15px;
	display: block;
	width: 100px;
	text-align: center;
}

.commonRightDiv .rankingList .tabsContent ul li {
	overflow: hidden;
	margin-top: 20px;
	list-style: none;
}

.rankingList .listDiv ul {
	padding: 15px 0 0 20px;
	/*margin-left: 20px;*/
}

.rankingList .listDiv ul li {
	content: ".";
	color: var(--primary-color);
}

.rankingList .listDiv ul li .limit21 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 37px;
}

.hotNews .listDiv ul {
	padding: 15px 0 0 0;
}

.hotNews .listDiv ul li {
	list-style: none;
}

.hotNews .listDiv ul li .limit21 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 37px;
}

.hotNews ul li .num {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 2px;
	background: #CECECE;
}

.hotNews ul li:first-child .num {
	background-color: var(--primary-color);
}

.hotNews ul li:nth-child(2) .num {
	background-color: #FF8639;
}

.hotNews ul li:nth-child(3) .num {
	background-color: #FF9753;
}


/*************内页*************/

.ny-container .wrap {
	margin: 0 auto;
	width: 1200px;
}

.ny-container .breadcrumb {
	line-height: 40px;
	font-size: 14px;
	color: #999999;
	background: url(../images/weizhi.png) no-repeat left center;
}


/*咨询中间*/

.ny-container .commonDiv {
	padding-top: 20px;
}

.ny-container .commonDiv .commonLeftDiv {
	width: 831px;
}

.ny-container .commonDiv .commonRightDiv {
	width: 341px;
}


/*左侧*/

.newsDetailDiv .articleDiv {
	background: #fff;
	margin-bottom: 19px;
	border: 1px solid #E7E7E7;
	overflow: hidden;
	position: relative;
}
.newsDetailDiv iframe {
	width: 720px;
	overflow: hidden;
}
.newsDetailDiv .articleDiv .hd {
	padding: 35px 30px 15px;
	text-align: center;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 30px;
}
.Newmore {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
}
.newsDetailDiv .articleDiv .hd .title {
	font-size: 24px;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 40px;
}

.newsDetailDiv .articleDiv .bd {
	padding: 0 30px 15px;
}
.link-keywords {
	color: var(--primary-color);
	font-weight: bold;
}
.newsDetailDiv .articleDiv .bd>p {
	margin: 15px 0;
}

.newsDetailDiv .articleDiv .bd p {
	font-size: 15px;
	text-indent: 2em;
	line-height: 35px;
	color: #3c3c3c;
}

.newsDetailDiv .articleDiv .bd p img {
	display: block;
	margin: 0 auto;
}

.commonLeftDiv .aboutNews .listDiv ul {
	margin-right: -20px;
	overflow: hidden;
	margin-top: 30px;
}

.commonLeftDiv .aboutNews .listDiv ul li {
	font-size: 14px;
	list-style: none;
	margin-right: 20px;
	float: left;
	width: 380px;
	margin-bottom: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.commonLeftDiv .aboutNews .listDiv ul li .font-color {
	color: var(--primary-color);
}


/*-- 左侧 手游推荐--*/

.gameRecommended .listDiv ul li {
	overflow: hidden;
	padding: 30px 0 50px 0;
}

.gameRecommended .listDiv ul li {
	float: left;
	width: 14.2%;
	list-style: none;
	text-align: center;
}

.gameRecommended .listDiv ul li a img {
	width: 90px;
	height: 90px;
	border-radius: 15px;
}

.gameRecommended .listDiv ul li a span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}

.gameRecommended .listDiv ul li a .goDown {
	cursor: pointer;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	background: #FFF;
	width: 90px;
	height: 30px;
	border-radius: 20px;
	line-height: 28px;
}

.gameRecommended .listDiv ul li a:hover .goDown {
	background: var(--primary-color);
	color: #FFFFFF;
}


/*右侧*/

.commonRightDiv .rightDivtop {
	width: 100%;
	height: 185px;
	background: #F5F5F5;
}

.commonRightDiv .rightDivtop .padding20 {
	padding: 20px;
}

.commonRightDiv .rightDivtop .padding20 img {
	width: 95px;
	height: 95px;
	margin-right: 20px;
}

.commonRightDiv .rightDivtop .padding20 span {
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}

.commonRightDiv .rightDivtop .padding20 p {
	margin: 7px;
	font-size: 14px;
	color: #666666;
}

.commonRightDiv .rightDivtop .buttonDiv {
	margin-top: 20px;
}

.commonRightDiv .rightDivtop .buttonDiv button {
	cursor: pointer;
	width: 32%;
	background: #F5F5F5;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	line-height: 29px;
}

.commonRightDiv .rightDivtop .buttonDiv button:hover {
	color: #F5F5F5;
	background: var(--primary-color);
}

.commonRightDiv .rightDivtop .buttonDiv a {
	color: var(--primary-color);
}

.commonRightDiv .rightDivtop .buttonDiv button:hover a {
	color: #fff;
}

.commonRightDiv .rankingList {
	padding-top: 20px;
	background: #fff;
}

.index-title {
	border-bottom: 1px solid #dedede;
}

.index-title .chi {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 15px;
	display: block;
	width: 100px;
	text-align: center;
}

.commonRightDiv .rankingList .tabsContent ul li {
	overflow: hidden;
	margin-top: 20px;
	list-style: none;
}

.rankingList .listDiv ul {
	padding: 15px 0 0 20px;
}

.rankingList .listDiv ul li {
	content: ".";
	color: var(--primary-color);
}

.rankingList .listDiv ul li .limit21 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 37px;
}

.hotNews .listDiv ul {
	padding: 15px 0 0 0;
}

.hotNews .listDiv ul li {
	list-style: none;
}

.hotNews .listDiv ul li .limit21 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 37px;
}

.hotNews ul li .num {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 2px;
	background: #CECECE;
}

.hotNews ul li:first-child .num {
	background-color: var(--primary-color);
}

.hotNews ul li:nth-child(2) .num {
	background-color: #FF8639;
}

.hotNews ul li:nth-child(3) .num {
	background-color: #FF9753;
}


/*************内页*************/

.ny-container .wrap {
	margin: 0 auto;
	width: 1200px;
}

.ny-container .breadcrumb {
	line-height: 40px;
	font-size: 14px;
	color: #999999;
	background: url(../images/weizhi.png) no-repeat left center;
}


/*专题列表页*/
.ztBanner {}
.ztMain {
	margin-bottom: 40px; 
}
.ztMain .item {
	padding: 20px;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	transition: all .3s;
}
.ztMain .item:hover {
	background: #f8f8f8;
}
.ztMain .item .icon {
	width: 120px;
	height: 120px;
}
.ztMain .item .icon img {
	width: 100%;
	height: 100%;
}
.ztMain .item .badge {
	font-size: 13px;
	font-style: normal;
	border-radius: 4px;
	padding: 2px 6px;
	margin: 0 5px;
	color: #fff;
}
.ztMain .item .giftBadge{
	background: #ff7f29;
}
.ztMain .item .iosBadge{
	background: #3ba8f5;
}
.ztMain .item .azBadge{
	background: #4aab20;
}
.ztMain .item p {
	line-height: 26px;
}
.ztMain .item .enter {}
.ztMain .item .enter a {
	display: block;
	text-align: center;
	width: 120px;
	line-height: 40px;
	border: 1px solid #ff6600;
	border-radius: 4px;
	color: #ff6600;
	margin-top: 12px;
}
.ztMain .item .enteron {
	background: #ff6600;
	color: #fff!important
}
/*传奇专题菜单*/
.topMenu:hover .ztCqHeadNav {
	display: block;
}
/*咨询中间*/

.ny-container .commonDiv {
	padding-top: 20px;
}

.ny-container .commonDiv .commonLeftDiv {
	width: 831px;
}

.ny-container .commonDiv .commonRightDiv {
	width: 341px;
}


/*左侧*/

.newsDetailDiv .articleDiv {
	background: #fff;
	margin-bottom: 19px;
	border: 1px solid #E7E7E7;
}

.newsDetailDiv .articleDiv .hd {
	padding: 35px 30px 15px;
	text-align: center;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 30px;
}

.newsDetailDiv .articleDiv .hd .title {
	font-size: 24px;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 40px;
}

.newsDetailDiv .articleDiv .bd {
	padding: 0 30px 15px;
}

.newsDetailDiv .articleDiv .bd>p {
	margin: 15px 0;
}

.newsDetailDiv .articleDiv .bd p {
	font-size: 15px;
	text-indent: 2em;
	line-height: 35px;
	color: #3c3c3c;
}

.newsDetailDiv .articleDiv .bd p img {
	display: block;
	margin: 0 auto;
}

.commonLeftDiv .aboutNews .listDiv ul {
	margin-right: -20px;
	overflow: hidden;
	margin-top: 30px;
}

.commonLeftDiv .aboutNews .listDiv ul li {
	font-size: 14px;
	list-style: none;
	margin-right: 20px;
	float: left;
	width: 380px;
	margin-bottom: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.commonLeftDiv .aboutNews .listDiv ul li .font-color {
	color: var(--primary-color);
}


/*-- 左侧 手游推荐--*/

.gameRecommended .listDiv ul li {
	overflow: hidden;
	padding: 30px 0 50px 0;
}

.gameRecommended .listDiv ul li {
	float: left;
	width: 14.2%;
	list-style: none;
	text-align: center;
}

.gameRecommended .listDiv ul li a img {
	width: 90px;
	height: 90px;
	border-radius: 15px;
}

.gameRecommended .listDiv ul li a span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}

.gameRecommended .listDiv ul li a .goDown {
	cursor: pointer;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	background: #FFF;
	width: 90px;
	height: 30px;
	border-radius: 20px;
	line-height: 28px;
}

.gameRecommended .listDiv ul li a:hover .goDown {
	background: var(--primary-color);
	color: #FFFFFF;
}


/*右侧*/

.commonRightDiv .rightDivtop {
	width: 100%;
	height: 185px;
	background: #F5F5F5;
}

.commonRightDiv .rightDivtop .padding20 {
	padding: 20px;
}

.commonRightDiv .rightDivtop .padding20 img {
	width: 95px;
	height: 95px;
	margin-right: 20px;
}

.commonRightDiv .rightDivtop .padding20 span {
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}

.commonRightDiv .rightDivtop .padding20 p {
	margin: 7px;
	font-size: 14px;
	color: #666666;
}

.commonRightDiv .rightDivtop .buttonDiv {
	margin-top: 20px;
}

.commonRightDiv .rightDivtop .buttonDiv button {
	cursor: pointer;
	width: 32%;
	background: #F5F5F5;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	line-height: 29px;
}

.commonRightDiv .rightDivtop .buttonDiv button:hover {
	color: #F5F5F5;
	background: var(--primary-color);
}

.commonRightDiv .rightDivtop .buttonDiv a {
	color: var(--primary-color);
}

.commonRightDiv .rightDivtop .buttonDiv button:hover a {
	color: #fff;
}

.commonRightDiv .rankingList {
	padding-top: 20px;
	background: #fff;
}

.index-title {
	border-bottom: 1px solid #dedede;
}

.index-title .chi {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 15px;
	display: block;
	width: 100px;
	text-align: center;
}

.commonRightDiv .rankingList .tabsContent ul li {
	overflow: hidden;
	margin-top: 20px;
	list-style: none;
}

.rankingList .listDiv ul {
	padding: 15px 0 0 20px;
}

.rankingList .listDiv ul li {
	content: ".";
	color: var(--primary-color);
}

.rankingList .listDiv ul li .limit21 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 37px;
}

.hotNews .listDiv ul {
	padding: 15px 0 0 0;
}

.hotNews .listDiv ul li {
	list-style: none;
}

.hotNews .listDiv ul li .limit21 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 37px;
}

.hotNews ul li .num {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 2px;
	background: #CECECE;
}

.hotNews ul li:first-child .num {
	background-color: var(--primary-color);
}

.hotNews ul li:nth-child(2) .num {
	background-color: #FF8639;
}

.hotNews ul li:nth-child(3) .num {
	background-color: #FF9753;
}



/* 首页底部模拟器导航  */

.simulator-add{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:70px;
	background: rgba(0, 0, 0, .6);
}

.simulator-left{
	position: fixed;
	bottom:94px;
	left:0;
	height:93px;
	width:113px;
	background: url(../images/simulator-left.png)no-repeat right 7px center;
	background-color: #272727;
	border-radius: 0 47px 47px 0;
    cursor: pointer;
}
.uk-container .simu-bot-img{
	margin-top:-31px;
	margin-left: 15px;
	margin-right: 105px;
}
.simu-li-hide{
	margin-left:45px;
}
.ny-container .simu-list .commonLeftDiv{
	width: 1200px;
}
.simu-li-hide{
	cursor: pointer;
}


/* 模拟器加速器列表页 */

.ny-container .simu-list .commonLeftDiv{
	width: 1200px;
}
.simu-list .commonLeftDiv .tuijianList .listDiv ul li{
	width: 358px;
	margin-right:54px;
}
.simu-list .commonLeftDiv .tuijianList .listDiv ul li:nth-child(3n){
	margin: 0;
}
.simu-list .commonLeftDiv .tuijianList .listDiv .displayFlex .font{
	width:238px;
}
.title-change{
	color:#999999;
	margin-top: 4px;
	cursor: default;
}
.simu-top #simulator-swiper{
	height:300px;
	width: 650px;
	margin-right: 8px;
	float: left;
}
#simulator-swiper .swiper-wrapper a{
	height:100%;
	width: 100%;
	display: block;
}
#simulator-swiper .swiper-wrapper a img{
	height:300px;
	width:100%;
}
#simulator-swiper .swiper-pagination-bullet{
	border-radius:50%;
	background: #fff;
	opacity: 1;
}
#simulator-swiper .swiper-pagination-bullet-active{
	background-color: var(--primary-color);
}
.simulator-click{
	width: 320px;
}
.simu-top{
	margin-top: 15px;
}
.simu-top #simulator-thumbs{
	float:left;
	width: 200px;
}
.commonDiv .commonLeftDiv .tuijianList .listDiv .displayFlex .font font{
	color:#FF6500;
}
#simulator-thumbs .swiper-wrapper{
   height:300px;
   display: block;
}
#simulator-thumbs .swiper-wrapper .swiper-slide{
	height:70px;
	display: block;
	margin-bottom: 2px;
}
#simulator-thumbs .swiper-wrapper .swiper-slide img{
	width: 100%;
	height:70px;
}
#simulator-thumbs .swiper-slide-thumb-active {
	opacity: 0.6;
	border:none;
  }
  .datail-same-title::after{
	  width: 720px;
  }
  .datail-same-title{
	  margin-bottom: 0;
	  margin-top: 20px;
  }