
@media screen and (max-width:960px){
.sidebar {
    width: 360px;
    display: none;
}
}
:root {
	--pm-c: #ff6600;
	--bg-c: #f2f5f9;
	--br-c:#f2f5f9
}
body,html {
	background: #f5f7fa;
}
a,a:hover {
	font-size: 14px;
	transition: all .3s
}
.w320 {
    width: 320px;
}
.b-a {
	border: 1px solid var(--br-c);
}
.b-b {
	border-bottom: 1px solid var(--br-c);
}
.b-t {
	border-top: 1px solid var(--br-c);
}
.b-l {
	border-left: 1px solid #a2d4c2;
}
.b-r {
	border-right: 1px solid var(--br-c);
}
.ecology{
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}

.siteBg {
    background: url(../images/site-bg.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    backface-visibility: hidden;
}
/* 
* 导航条效果
*/
#dan-bi header {
	transition: all .3s
}
#dan-bi .top-active {
	transform: translateY(-124px);
}
#dan-bi .index {
	padding-top: 20px;
}
main {
    padding-bottom: 30px;
}
.top-bar {
	background: #282f3b;
	height: 34px;
	line-height: 34px;
	padding: 0;
}
.top-bar span {
    font-size: 13px;
	color: #98a8bc;
}
.top-bar ul {
	list-style: none;
}
.top-bar ul li {
	float: left;
	margin-left: -1px;
	border-left: 1px solid #2e3c4d;
	border-right: 1px solid #2e3c4d;
	transition: all .3s;
}
.top-bar ul li:hover {
	background: #344050
}
.top-bar ul li a {
	color: #98a8bc;
	padding: 15px;
	font-size: 13px;
}
.top-bar ul li a:before {
    content: '#';
    margin-right: 2px;
}
/*
* 导航条
*/
.navBar {
	position: relative;background: #00b277;z-index: 10;box-shadow: 0 5px 40px 0 rgba(17,58,93,.1);
}
.navBar .topNav {
	height: 88px;
}
.navBar .topNav ul {
	margin: 0;
	padding: 0;	
}
.navBar .topNav ul li {
	display: inline-block;
	margin-left: 30px;
}
.navBar .topNav ul li a {
	font-size: 15px;
}
.navBar .topNav ul li a:hover {
	color: #00B277;
}
.navBar .topNav .logo {
	height: 38px;
	display: inline-block!important;
}
.navBar .topNav .logo img {
}
.navBar .nav {
	height: 45px;
	background-color: #00B277;
    background-image: linear-gradient(310deg,#4AD295,#00B277);
}
.navBar .nav>ul {
	padding: 0;
	position: relative;
}
.navBar .nav>ul>li {
	display: inline-block;
}
.navBar .nav>ul>li>a {
	color: #fff;
	padding: 12px 20px;
	display: block;
}
.navBar .nav>ul>li>a:hover {
	color: #4AD295;
}

.navBar .nav>ul>li.current-menu-item>a {background:#82E0B8;color:#fff;}
.navBar .nav>ul>li:hover a {background:#82E0B8;color:#fff;}
.navBar .nav>ul .sub-menu {
	display: none;
	opacity: 0;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	list-style: none;
	padding: 15px;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), 5px 5px 20px 0 #fff;
}
.navBar .nav>ul>li:hover .sub-menu {
	display: flex;
	opacity: 1;
}
.navBar .nav>ul .sub-menu li {
	position: relative;
}
.navBar .nav>ul .sub-menu li a {
	color: #909399;
	background:#fff;
	padding: 8px 15px;
	display: flex;
}
.navBar .nav>ul .sub-menu li a:hover {
	color: #4AD295;
	background:#fff;
}
.navBar .nav>ul .sub-menu li:nth-child(10n) a {
	border: 0;
}
/*
* 搜索
*/
.search {
	min-width: 220px;

}
.search form {
	background: var(--bg-c);
	height: 35px;
	border-radius: 4px;
}
.search input {
	height: 100%;
	border: 0;
	background: transparent;
	text-indent: 15px;
}
.search input:focus {
	outline: none;
	border: 0;
	background: transparent;
}
.search button {
	outline: none;
	border: 0;
	background: transparent;
	cursor: pointer;
}

/*
* 首页推荐
*/
.recom {padding: 20px 0;}
.recom .recomCat {margin: 0 8px;}
.recom .recomCat ul {padding: 0;padding-bottom: 10px;margin: 0;margin-bottom: 10px;border-bottom: 1px dashed #eaecef}
.recom .recomCat ul:last-child {margin-bottom: 0;padding: 0;border: 0!important;}
.recom .recomCat ul:nth-child(2) strong {color: #00B277;background-image: linear-gradient(310deg,#4AD295,#00B277)}
.recom .recomCat ul:nth-child(3) strong {color: #ff0080;background-image: linear-gradient(310deg,#7928ca,#ff0080)}
.recom .recomCat ul .current-cat a {color: #00B277;font-weight: bold;}
.recom .recomCat ul li {display: inline-block;font-size: 15px;}
.recom .recomCat ul li a {margin-left: 20px;font-size: 13px;}
.recom .recomCat ul li a:hover {color:#00B277;}
.recom .recomCat ul li strong {color:#f53939;background-image: linear-gradient(310deg,#f53939,#fbcf33);-webkit-background-clip: text;-webkit-text-fill-color: transparen;}


.slide {}
.slide .uk-slideshow-items {height: 235px!important;border-radius: 4px;}
.slide .uk-slideshow-nav {
	margin: 0;
	padding: 10px 0;
}
.slide .uk-slideshow-nav li {
	display: inline-block;
	padding-left: 0;
}
.slide .uk-slideshow-nav li a {
	display: block;
	margin: 0 2px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background: #fff;
	border: 0;
}
.slide .uk-slideshow-nav {
	height: auto;
}
.slide .uk-slideshow-nav .uk-active {}
.slide .uk-slideshow-nav .uk-active a {
	border-radius: 20px;
	width: 20px;
	background: #00B277;
	transition: all .3s;
}
.slide .thumb {
	margin-left: -10px;
}
.slide .thumb>div {
	padding-left: 10px;
}
.slide .thumb a {
	height: 126px;border-radius: 4px;
}
.slide .thumb .cover {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.slide .thumb .cover p {
	margin: 10px;
	color: #fff;
}

/*
* 首页标题
*/
.home-title {}
.home-title span {
	font-size: 15px;
	display: inline-block;
	padding-bottom: 15px;
	color: #00B277;
	border-bottom: 2px solid #00B277;
}
.home-title .moer {}

/*
* 首页热门资讯
*/
.hotNews {}
.hotNews h3 {
	padding: 10px;
	margin: 15px 0;
}
.hotNews h3>a {
	font-size: 15px;
	color: #303133;
	font-weight: bold;
	margin-bottom: 8px;
}
.hotNews h3>a:hover {
	color: #00B277;
}
.hotNews h3>p {
	margin: 0;
	font-size: 13px;
	letter-spacing: .5px;
	overflow:hidden; 
}
.hotNews ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotNews ul li {
	margin-bottom: 12px;
}
.hotNews ul li:last-child {
	margin-bottom: 0;
}
.hotNews ul li:hover a {
	color: #00B277;
}
.hotNews ul li  span {
	margin-right: 1px;
}

/*
* 首页热门手游
*/
.hotGame {}
.hotGame .icon {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	overflow: hidden;
}
.hotGame .down {
	margin-top: 6px;
	border-radius: 4px;
	font-size: 11px;
	padding: 4px 10px;
	color: #fff;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}

/*
* 首页手游switcher列表
*/
.game {}
.game .switcher {}
.switcher .uk-subnav {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0px;
}
.switcher .uk-subnav li {
	padding: 0;
	margin-right: 20px;
}
.switcher .uk-subnav span {
	cursor: pointer;
	font-size: 12px;
	border: 1px solid var(--br-c);
	padding: 3px 8px;
	border-radius: 20px;
}
.switcher .uk-subnav .uk-active span {
	color: #82E0B8;
	border: 1px solid #82E0B8;
}
.game .switcher .uk-switcher {
	margin: 0;
}
.game .switcher .uk-switcher ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 -15px;
}
.game .switcher .uk-switcher ul li {
	width: 12.5%;
	float: left;
	margin-top: 20px;
}
.game .switcher .uk-switcher ul li:hover a {
	color: #00B277;
}
.game .switcher .uk-switcher ul li .item {}
.game .switcher .uk-switcher ul li .item .icon {
	width: 68px;
	height: 68px;
	border-radius: 12px;
	overflow: hidden;
}
.game .switcher .uk-switcher ul li .item .title {
	padding: 0 15px;
}
/*
* 首页手游热门手游
*/
.game .hotGame {}
.game .hotGame .cover {border-radius: 4px;}
.game .hotGame .cover .bg {
	height: 58px;
	overflow: hidden;
}
.game .hotGame .cover .bg  img {
	filter: blur(5px);  
}
.game .hotGame .cover .item {
	padding: 30px 0 20px 0;
}
.game .hotGame .cover .item .info {
	font-size: 13px;
	margin-bottom: 8px;
}
.game .hotGame .cover .item .info  a {
	font-size: 15px;
	color: #303133;
}
.game .hotGame .cover .item .info a:hover {
	color: #00B277;
}
.game .hotGame .cover .item .info span {
	padding: 2px 4px;
	border-radius: 4px;
	background: #00B277;
	color: #fff!important;
	font-size: 12px;
}
.game .hotGame .cover .item .icon {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 15px;
	border-radius: 12px;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.5)
}
.game .hotGame .cover .item .desc {
	margin: 20px 20px 0;
	line-height: 22px;
}
.game .hotGame ul {
	margin: 15px 0;
	margin-bottom: 0;
}
.game .hotGame ul li {
	margin-bottom: 12px;
}
.game .hotGame ul li:last-child {
	margin-bottom: 0;
}
.game .hotGame ul li a {}
.game .hotGame ul li a:hover {
	color: #00B277;
}
.game .hotGame ul li span {
	margin-right: 5px;
}
.game .hotGame ul li b {
	margin-right: 2px;
}


/*
* 首页手游攻略
*/
.gameGl {}
.gameGl .gameGl-list {
	margin-top: 15px;
}
.gameGl .gameGl-list .thumb {
	width: 120px;
	height: 77px;
}
.gameGl .gameGl-list a {
	font-size: 15px;
}
.gameGl .gameGl-list a:hover {
	color: #00B277;
}
.gameGl .gameGl-list .desc {
	margin: 5px 0;
}
.gameGl .gameGl-list span {
	color: #C0C4CC;
}
/*
* 首页手游测评
*/
.gameCp {}
.gameCp .uk-slideshow-items {
	min-height: 185px!important;
}
.gameCp .uk-slideshow i {
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}
.gameCp .thumb {
	height: 185px;
}
.gameCp .thumb .cover {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.gameCp .thumb .cover p {
	color: #fff;
	margin: 10px;
}
.gameCp .gameCp-list {
	margin: 15px 0 0;
	padding-left: 0;
	list-style: none;
}
.gameCp .gameCp-list li {
	margin-bottom: 13px;
	padding-left: 15px;
	position: relative;
}
.gameCp .gameCp-list li:last-child {
	margin-bottom: 0;
}
.gameCp .gameCp-list li:hover a {
	color: #00B277;
}
.gameCp .gameCp-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--bg-c);
	transition: all .3s;
}
.gameCp .gameCp-list li:hover:before {
	background: #00B277;
	border: 1px solid #00B277;
}

/*
* 首页游戏视频
*/
.gameVideo {}
.gameVideo .item {}
.gameVideo .item .thumb {
	height: 150px;
	transition: all .3s;
	background: #000;
}
.gameVideo .item .thumb img {
	opacity: .8;
}
.gameVideo .item i {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	transition: all .3s;
}
.gameVideo .item:hover i {
	transform: scale(1.5);
	opacity: 0;
}
.gameVideo .item:hover a {
	color: #00B277;
}


/*
* 首页游戏图集
*/
.gameImages {}
.gameImages .item {}
.gameImages .item .thumb {
	height: 165px;
	transition: all .3s;
	background: #333;
	border-radius: 6px;
}
.gameImages .item .thumb img {
    transition: all .3s;
}
.gameImages .item:hover img {
    opacity: .6;
}
/*
* 首页排行榜
*/
.rank {}
.rank ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.rank ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--br-c);
}
.rank ul li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.rank .active .list {
	display: none!important;
}
.rank .active .card {
	display: flex;
} 
.rank .card {
	display: none;
}
.rank .card .icon {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	overflow: hidden;
}
.rank .card .info {}
.rank .card .info a {
	font-size: 15px;
	color: #303133;
	margin-bottom: 5px;
}
.rank .card .down {}
.rank .card .down a {
	padding: 5px 6px;
	border-radius: 4px;
	border:1px solid #00B277;
	color: #00B277;
}
.rank .card .down a:hover {
	background: #00B277;
	color: #fff;
}
.rank .list {}
.rank .list b {
	font-weight: normal;
}
.rank .num {
	font-size: 12px;
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #eee;
	color: #909399;
	border-radius: 15px;
}
.rank ul li:nth-child(1) .num {
	background: #ff5a00;
	color: #fff;
}
.rank ul li:nth-child(2) .num {
	background: #ff5a00;
	color: #fff;
}
.rank ul li:nth-child(3) .num {
	background: #ffcb2e;
	color: #fff;
}

/*
* 面包屑
*/
.crumb {
	color: #b5b8bc;
}
.crumb a {
	color: #b5b8bc;
}
/*
* 列表页
*/
.category {}
.category .catHead {
	padding: 30px 0;
	background: linear-gradient(90deg,#f3fbf8 0,#e5fff0 100%);
}

/*
* 资讯列表页
*/
.category .articleNews {}
.category .articleNews article {}
.category .articleNews .menu {
	height: 55px;
}
.category .articleNews .menu .bg img {
	opacity: .5;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);  
}
.category .articleNews .menu ul {
	padding: 0 15px;
}
.category .articleNews .menu ul li {
	display: inline-block;
	margin-right: 15px;
}
.category .articleNews .menu ul li a {
	font-size: 15px;
	display: block;
	padding: 15px 0;
	color: color: rgb(0, 0, 0);
	border-bottom: 3px solid transparent;
}

.category .articleNews .menu ul .current-cat a {
    color: #00B277;
    font-weight: bold;
}
.category .articleNews .menu ul li a:hover {
	color: #fa6501;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}
.category .articleNews .menu .active a {
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #fff
}
.category .articleNews article .thumb {
	height: 180px;
	width: 200px;
}
.category .articleNews article .title {
	font-size: 16px;
	color: #303133;
}
/*
* 手戏列表页
*/
.bt-c, .bt-c2 {
    width: 100%;
    height: 45px;
}
.bt-c a {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin: 8px 0 0 20px;
    height: 30px;
    display: inline-block;
	margin-right: 20px;
}
.bttab-style {
    color: #00B277 !important;
}
.category .articleGame {}
.category .articleGame ul {
	padding: 0;
	list-style: none;
}
.category .articleGame ul li {
	width: 16.6666%;
	float: left;
}
.category .articleGame .item {}
.category .articleGame .item .icon {
	width: 86px;
	height: 86px;
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
}
.category .articleGame .item .title {
	font-size: 16px;
}
.category .articleGame .item .info {
	margin: 5px 0;
}
.category .articleGame .item .info span {
	display: inline-block;
	position: relative;
	padding-right: 8px;
	margin-right: 2px;
}
.category .articleGame .item .info span:last-child {
	padding: 0;
	margin: 0;
}
.category .articleGame .item .info span:last-child:after {
	display: none;
}
.category .articleGame .item .info span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #ccc;
}
.category .articleGame .item .down {
	border-radius: 4px;
	margin: 10px 0;
	border: 1px solid #eee;
	padding: 5px 10px;
	color: #909399;
}
.category .articleGame .item:hover .down{
	background: #00B277;
	border: 1px solid #00B277;
	color: #fff;
}

/*
* 分页 
*/
.fenye {}
.prev, .next {}
.fenye .page-numbers {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
}

.fenye .current {
	background: #00B277;
	color: #fff;
	transition: all .3s
}

.fenye .page-numbers:hover {
	background: #00B277;
	color: #fff;
}
/*
* 侧边栏
*/
.sidebar {
	width: 360px;
}
/*
* 文章页
*/
.single
.single .singleGame {}
.single .singleGame .singleHead {}
.single .singleGame .singleHead .icon {
	background: #333;
	width: 180px;
	height: 180px;
	border-radius: 4px;
	background-size: 100%;
	margin: 0 auto;
}
.single .singleGame .singleHead .icon .bg {
	opacity: .3;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	width: 200%!important;
	height: 200%!important;
}
.single .singleGame .singleHead .icon i {
	border-radius: 20px;
	width: 80px;
	height: 80px;
	border: 4px solid rgba(255, 255, 255, 0.4);
	transition: all .3s;
}
.single .singleGame .singleHead .icon:hover i {
	border: 4px solid rgba(255, 255, 255, 0.8);
}
.single .singleGame .singleHead h1 {
	font-size: 24px;
}
.single .singleGame .singleHead .data {
	padding: 20px;
	padding-bottom: 0;
	list-style: none;
	background: #F7F8FC;
}
.single .singleGame .singleHead .data li {
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.single .singleGame .singleHead .down {}
.single .singleGame .singleHead .down a {
	width: 60%;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #00B277;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}
.single .singleGame .singleHead .down .starGame a {
	background: #409EFF;
	background-image: linear-gradient(-40deg, #409EFF, #99cbff);
}
.single .singleGame .singleHead .down-gray {
    filter: grayscale(100%);
    filter: gray;
}
.single .singleGame .singleHead .down a i {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	transform: translateY(1px);
}
.single .singleGame .singleHead .down a:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

.single .singleContent {
    padding: 25px;
}
.single .singleContent .home-title span {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.single .singleContent p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
.single .singleContent p img {
	display: block;
}
.single .singleContent p>a {
	color: #00B277;
}
.single .singleContent h2 {
	font-size: 18px;
}
.single .singleContent h2::before {
	content: '#';
	margin-right: 10px;
	color: #00B277;
}
.single .single-cop {
    font-size: 13px;
}
.single .single-cop>div {
    margin-bottom: 8px;
}
.single .single-cop>div:last-child {
    margin-bottom: 0;
}
.single .single-tags {
    padding-top: 25px;
}
.single .single-tags a {
    background: var(--bg-c);
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 4px;
    transition: all .3s;
}
.single .single-tags a:hover {
    background: #00B277;
    color: #fff;
}
.singleNews {}
.singleNews h1 {
	font-size: 22px;
}
.singleNews .singleContent {padding: 25px;}
.singleNews .singleContent p img {display: block;margin: 0 auto;max-width: 600px}
.singleNews .singleContent p iframe {margin-left: -34px;height: 500px;width: 796px;}
.pageSearch {}
.pageSearch h3 {
	font-size: 16px;
}
.pageRank {}

.pageRank .headera {
    padding: 20px;
	background:#fff;
}
.b-b {
    border-bottom: 1px solid #f1f1f1!important;
}


.pageRank .rankBg {
	width: 100%;
	height: 260px;
	background: #ffbd13;
}
.pageRank .rankMain {
	transform: translateY(-60px);
}
.pageRank .rankMain>div {
	border-radius: 4px;
}
.pageRank .rankMenu {}
.pageRank .rankMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pageRank .rankMenu ul li {
	float: left;
	width: 25%;
	height: 70px;
	position: relative;
}
.pageRank .rankMenu ul li a {
	display: block;
	width: 100%;
	color: #6a6a6a;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	background: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #909399;
}
.pageRank .rankMenu ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 10px;
	position: absolute;
	top: 50%;
	border-right: 1px solid #e8e8e8;
	height: 20px;
	margin-top: -10px;
	right: 0;
}
.pageRank .rankMenu ul .current-menu-item {}
.pageRank .rankMenu ul .current-menu-item a {
	background: #fff;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #00B277;
}
.pageRank .rankMenu ul .current-menu-item a:after {
	display: none;
}
.pageRank .rankMain {}
.pageRank .rankMain .item {
	padding: 30px;
	border-bottom: 1px dashed #f6f6f6;
	transition: all .3s;
}
.pageRank .rankMain .item:hover {
	background: var(--bg-c);
}
.pageRank .rankMain .item .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.pageRank .rankMain .item .icon img {
	display: block;
    width: 100%;
    height: 102px;
    object-fit: cover;
}
.pageRank .rankMain .item .thumb {
	width: 120px;
	height: 90px;
}
.pageRank .rankMain .item .num {
	height: 28px;
	width: 28px;
	line-height: 28px;
	padding-top: 8px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.pageRank .rankMain .item:nth-child(1) .num {
	background-image: url('../images/icon-rank-1.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(1) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(2) .num {
	background-image: url('../images/icon-rank-2.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(2) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(3) .num {
	background-image: url('../images/icon-rank-3.png');
}
.pageRank .rankMain .item:nth-child(3) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item .num span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #eee;
	border-radius: 50%;
	color: #999;
}
.pageRank .rankMain .item .title {
	font-size: 17px;
}
.pageRank .rankMain .item .data {
	min-width: 155px;
}
.pageRank .rankMain .item .data a {
	color: #909399;
}
.pageRank .rankMain .item .data .hr {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 5px;
}
.pageRank .rankMain .item .down {
	color: #fff;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #f53939;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}
.pageRank .rankMain .item .down i {
	display: inline-block;
	margin-right: 5px;
	transform: translateY(2px);
}
.pageRank .rankMain .item .down:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

/*
* ------------------------------------------------------------------------------
* 单页合集样式
* ------------------------------------------------------------------------------
*/
.page-about {}
.page-menu {}
.page-menu ul {}
.page-menu ul li {
	padding: 20px 0;
	margin: 0!important;
	border-bottom: 1px solid var(--br-c);
	text-indent: 20px
}
.page-menu ul li:last-child {
	border: none
}
.page-menu ul li a {
	display: block;
	color: #888;
	font-size: 15px;
}
.page-menu .current-menu-item {
	background: #fafafa;
}
.page-menu .current-menu-item a {
	position: relative;
	font-weight: bold;
	color: #00B277!important
}
.page-menu .current-menu-item a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #00B277;
	left: 0;
	box-shadow: 3px 0px 10px -1px #00B277;
	border-radius: 2px;
}

.page-main {}
.page-main p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
/*
* ------------------------------------------------------------------------------
* 标签大全
* ------------------------------------------------------------------------------
*/
.page-tags {}
.page-tags .tags-main {}
.page-tags .tags-main ul {
	padding: 0;
	margin: 15px;
	list-style: none;
	border-left: 1px solid var(--br-c);
}
.page-tags .tags-main ul li {
	padding-left: 15px;
	margin-bottom: 10px;
}

.site-main {
	margin-top: 0!important;
}
.site-content {
	padding-bottom: 0!important;
}
.page-404 {
	padding: 5% 0;
}
.page-404 .page-content {
	flex: 1;
	margin-top: 70px
}
.page-404 .page-content h2 {
	font-size: 45px;
	font-weight: bold;
}
.page-404 .page-content p {
	text-align: left;
	color: #888;
	font-size: 16px;
	line-height: 1.875;
}
.page-404 .page-content .go-home {
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: .5px;
	background-color: #00B277;
	background-image: linear-gradient(-40deg, #00B277, #ffa365);
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	color: #fff!important;
	border-radius: 4px;
}
.page-404 .page-content .go-home i {
	margin-left: 10px;
}
.page-404 .page-content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 80px;
}
.page-404 .page-content ul {
	margin: 20px 0;
	padding-left: 0;
	list-style: none
}
.page-404 .page-content ul li {
	color: #909399;
	margin-bottom: 10px;
}
.page-404 .page-content ul li a {
	color: #606266;
	font-size: 14px;
}
/*
* 专题页面
*/
.special
.special-bg {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.special-main {
    transform: translateY(-60px);
}
#no-down .go-home {
    text-align: center;
}
#no-down .go-home a {
    background: #00B277;
    background-image: linear-gradient(-40deg, #00B277, #ffa365);
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
}
/*
* 网站底部
*/
.footer {}
.foot-wrap{background-color: #141727;
    background-image: linear-gradient(310deg,#3a416f,#141727);}
.footer .footWidget {}
.footer .footWidget h3 {
	font-size: 15px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-family: arial;
}
.footer .footWidget h3 span {
	color: #303133;
}
.footer .footWidget ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.footer .footWidget ul li {
	margin-bottom: 10px;
}
.foot-menu h5{color:#fff;}
.foot-menu li a{color: rgba(255,255,255,.8);}

.footer .foot-logo {
	height: 50px;
}
.footer .foot-logo p{color: rgba(255,255,255,.8);padding:10px 0;}
.footer .foot-logo img {
	height: 40px;
}
.foot-follow {
	position: relative;
}
.foot-follow img {
	height: 90px;
	width: 90px;
}
.foot-cop {
    background: #162230;
    padding: 20px;
    color: #959799;
}
.foot-db ul {
    list-style: none;
}
.foot-db ul li {
    display: inline-block;
}
.foot-db a {
	margin-left: 10px;
	color:#959799;
}
.foot-links ul {
    list-style: none;
    padding-left: 0;
}
.foot-links li {
    display: inline-block;
    line-height: 28px;
}
.foot-links li a {
    font-size: 12px;
	color: #606266;
	margin-right: 20px;
}


.link {
	border: 1px dashed var(--br-c)
}
.link ul {
	list-style: none;
}
.link ul li {
	display: inline-block;
}
.link a {
	color: #909399;
	margin-right: 15px;
}
.link a:hover {
	color: #303133;
}
.footer .footCop {
	font-size: 13px;
	background: #F7F8FC;
	font-family: arial;
}
@media (max-width: 767px){
#dan-bi .top-active {
    transform: translateY(-94px);
}
	.navBar .topNav{height: 58px;}
	.navBar .topNav .logo {
		flex: 1;
	}
	.navBar .nav>ul {
		padding: 0;
		white-space: nowrap;
		overflow-x: scroll;
	}
	.search {
		min-width: 160px;
	}

	.game .switcher ul {
		overflow-x: scroll;
		white-space: nowrap;
		display: block;
	}
	.switcher .uk-subnav li {
		display: inline-block;
	}
	.game .switcher .uk-switcher ul {}
	.game .switcher .uk-switcher ul li {
		width: 25%;
	}
	.pageRank .rankBg {
		height: 160px;
		position: relative;
	}
	.pageRank .rankBg img {
		max-width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.pageRank .rankMenu ul li {
		height: 50px;
	}
	.pageRank .rankMenu ul li a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.pageRank .rankMenu ul .current-menu-item a {
		height: 60px;
		line-height: 60px;
	}
	.pageRank .rankMain .item {
		padding: 15px;
	}
	.pageRank .rankMain .item .content {
		display: block;
	}
	.pageRank .rankMain .item .content a {
		font-size: 14px;
	}
	.pageRank .rankMain .item .num {
		margin-right: 12px!important;
	}
	.pageRank .rankMain .item .icon {
		width: 68px;
		height: 68px;
		margin-right: 10px;
	}
	.pageRank .rankMain .item .data {
		min-width: auto;
		margin: 5px 0!important;
		font-size: 13px;
	}
	.pageRank .rankMain .item .count {
		margin: 0!important;
		font-size: 13px;
	}
	.pageRank .rankMain .item .down {
		padding: 6px 8px;
		border-radius: 4px;
		font-size: 12px;
		margin: 0!important;
	}
	.category .catHead {
	    padding: 0;
	}
	.category .articleGame .item .info span {
	    padding-right: 6px;
	    padding-right: 8px;
        margin-right: 4px;
	}
	.category .articleGame .item .info span:after {
        height: 10px;
    }
    .category .articleNews article .thumb {
        width: 100%;
    }
	.pageRank .rankMain .item .down i {
		display: none;
	}
	.category .articleGame ul li {
	    width: 50%;
	}
	.category .articleGame .item .info {
	    font-size: 12px;
	}
	.single .singleGame .singleHead .icon {
	    width: 100%;
	}
	.single .singleGame .singleHead .down {
	    display: flex;
	}
	.single .singleGame .singleHead .down>div {
	    margin: 0!important;
	    width: 50%;
	    text-align: center;
	}
	.singleNews .singleContent p img {
	    max-width: 100%
	}
	.error-404 {
		display: block;
		position: relative;
	}
	.page-404 .page-content h2 {
		font-size: 24px;
	}
	.page-404 .page-content p {
		padding: 20px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.page-404 .page-content h3 {
		margin-top: 15px;
		font-size: 16px;
		margin-top: 15px;
	}
	.page-404 .page-content .go-home {
		padding: 8px 20px 8px 15px
	}
	
.foot-cop>div {
    text-align: center;
    display: block;
}
.foot-db {
    margin-top: 10px;
}


 .foot-links li {
        line-height: 20px;
    }
    .foot-links li a {
        margin-right: 10px;
    }





.m-mianleft {}
.m-mianleft h1{ line-height: 40px; font-size: 24px; margin: 20px 0 10px 0  }

.m-txtinfo { color: #aaa;  font-size: 14px;height: 22px; line-height: 22px; margin-bottom: 8px  }
.m-txtinfo p { margin-right: 30px; }
.m-txtinfo p i {font-style:normal;}
	





}

/**/

.m-tags a { color: #f60; border:1px #f60 solid; display: inline-block; padding: 2px 8px; margin-right: 10px; border-radius: 3px }
.m-tags a:hover {background-color: #f60; color: #fff}
.m-tags{margin-top: 10px;}
@media screen and (max-width:640px){
.sidebar {
    width: 360px;
    display: none;
}
}
:root {
	--pm-c: #ff6600;
	--bg-c: #f2f5f9;
	--br-c:#f2f5f9
}
body,html {
	background: #f5f7fa;
}
a,a:hover {
	font-size: 14px;
	transition: all .3s
}
.w320 {
    width: 320px;
}
.b-a {
	border: 1px solid var(--br-c);
}
.b-b {
	border-bottom: 1px solid var(--br-c);
}
.b-t {
	border-top: 1px solid var(--br-c);
}
.b-l {
	border-left: 1px solid #a2d4c2;
}
.b-r {
	border-right: 1px solid var(--br-c);
}
.ecology{
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}

.siteBg {
    background: url(../images/site-bg.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    backface-visibility: hidden;
}
/* 
* 导航条效果
*/
#dan-bi header {
	transition: all .3s
}
#dan-bi .top-active {
	transform: translateY(-124px);
}
#dan-bi .index {
	padding-top: 20px;
}
main {
    padding-bottom: 30px;
}
.top-bar {
	background: #282f3b;
	height: 34px;
	line-height: 34px;
	padding: 0;
}
.top-bar span {
    font-size: 13px;
	color: #98a8bc;
}
.top-bar ul {
	list-style: none;
}
.top-bar ul li {
	float: left;
	margin-left: -1px;
	border-left: 1px solid #2e3c4d;
	border-right: 1px solid #2e3c4d;
	transition: all .3s;
}
.top-bar ul li:hover {
	background: #344050
}
.top-bar ul li a {
	color: #98a8bc;
	padding: 15px;
	font-size: 13px;
}
.top-bar ul li a:before {
    content: '#';
    margin-right: 2px;
}
/*
* 导航条
*/
.navBar {
	position: relative;
	z-index: 10;
	box-shadow: 0px 5px 40px 0px rgba(17,58,93,.1);
}
.navBar .topNav {
	height: 88px;
}
.navBar .topNav ul {
	margin: 0;
	padding: 0;	
}
.navBar .topNav ul li {
	display: inline-block;
	margin-left: 30px;
}
.navBar .topNav ul li a {
	font-size: 15px;
}
.navBar .topNav ul li a:hover {
	color: #00B277;
}
.navBar .topNav .logo {
	height: 38px;
	display: inline-block!important;
}
.navBar .topNav .logo img {
}
.navBar .nav {
	height: 45px;
	background-color: #00B277;
    background-image: linear-gradient(310deg,#4AD295,#00B277);
}
.navBar .nav>ul {
	padding: 0;
	position: relative;
}
.navBar .nav>ul>li {
	display: inline-block;
}
.navBar .nav>ul>li>a {
	color: #fff;
	padding: 12px 20px;
	display: block;
}
.navBar .nav>ul>li>a:hover {
	color: #4AD295;
}
@media (max-width:640px){
	.navBar .nav>ul>li>a {padding: 12px 5px}
}
.navBar .nav>ul>li.current-menu-item>a {background:#82E0B8;color:#fff;}
.navBar .nav>ul>li:hover a {background:#82E0B8;color:#fff;}
.navBar .nav>ul .sub-menu {
	display: none;
	opacity: 0;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	list-style: none;
	padding: 15px;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), 5px 5px 20px 0 #fff;
}
.navBar .nav>ul>li:hover .sub-menu {
	display: flex;
	opacity: 1;
}
.navBar .nav>ul .sub-menu li {
	position: relative;
}
.navBar .nav>ul .sub-menu li a {
	color: #909399;
	background:#fff;
	padding: 8px 15px;
	display: flex;
}
.navBar .nav>ul .sub-menu li a:hover {
	color: #4AD295;
	background:#fff;
}
.navBar .nav>ul .sub-menu li:nth-child(10n) a {
	border: 0;
}
/*
* 搜索
*/
.search {
	min-width: 220px;

}
.search form {
	background: var(--bg-c);
	height: 35px;
	border-radius: 4px;
}
.search input {
	height: 100%;
	border: 0;
	background: transparent;
	text-indent: 15px;
}
.search input:focus {
	outline: none;
	border: 0;
	background: transparent;
}
.search button {
	outline: none;
	border: 0;
	background: transparent;
	cursor: pointer;
}





/*
* 首页标题
*/
.home-title {}
.home-title span {
	font-size: 15px;
	display: inline-block;
	padding-bottom: 15px;
	color: #00B277;
	border-bottom: 2px solid #00B277;
}
.home-title .moer {}

/*
* 首页热门资讯
*/
.hotNews {}
.hotNews h3 {
	padding: 10px;
	margin: 15px 0;
}
.hotNews h3>a {
	font-size: 15px;
	color: #303133;
	font-weight: bold;
	margin-bottom: 8px;
}
.hotNews h3>a:hover {
	color: #00B277;
}
.hotNews h3>p {
	margin: 0;
	font-size: 13px;
	letter-spacing: .5px;
	overflow:hidden; 
}
.hotNews ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotNews ul li {
	margin-bottom: 12px;
}
.hotNews ul li:last-child {
	margin-bottom: 0;
}
.hotNews ul li:hover a {
	color: #00B277;
}
.hotNews ul li  span {
	margin-right: 1px;
}

/*
* 首页热门手游
*/
.hotGame {}
.hotGame .icon {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	overflow: hidden;
}
.hotGame .down {
	margin-top: 6px;
	border-radius: 4px;
	font-size: 11px;
	padding: 4px 10px;
	color: #fff;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}

/*
* 首页手游switcher列表
*/
.game {}
.game .switcher {}
.switcher .uk-subnav {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0px;
}
.switcher .uk-subnav li {
	padding: 0;
	margin-right: 20px;
}
.switcher .uk-subnav span {
	cursor: pointer;
	font-size: 12px;
	border: 1px solid var(--br-c);
	padding: 3px 8px;
	border-radius: 20px;
}
.switcher .uk-subnav .uk-active span {
	color: #82E0B8;
	border: 1px solid #82E0B8;
}
.game .switcher .uk-switcher {
	margin: 0;
}
.game .switcher .uk-switcher ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 -15px;
}
.game .switcher .uk-switcher ul li {
	width: 12.5%;
	float: left;
	margin-top: 20px;
}
.game .switcher .uk-switcher ul li:hover a {
	color: #00B277;
}
.game .switcher .uk-switcher ul li .item {}
.game .switcher .uk-switcher ul li .item .icon {
	width: 68px;
	height: 68px;
	border-radius: 12px;
	overflow: hidden;
}
.game .switcher .uk-switcher ul li .item .title {
	padding: 0 15px;
}
/*
* 首页手游热门手游
*/
.game .hotGame {}
.game .hotGame .cover {border-radius: 4px;}
.game .hotGame .cover .bg {
	height: 58px;
	overflow: hidden;
}
.game .hotGame .cover .bg  img {
	filter: blur(5px);  
}
.game .hotGame .cover .item {
	padding: 30px 0 20px 0;
}
.game .hotGame .cover .item .info {
	font-size: 13px;
	margin-bottom: 8px;
}
.game .hotGame .cover .item .info  a {
	font-size: 15px;
	color: #303133;
}
.game .hotGame .cover .item .info a:hover {
	color: #00B277;
}
.game .hotGame .cover .item .info span {
	padding: 2px 4px;
	border-radius: 4px;
	background: #00B277;
	color: #fff!important;
	font-size: 12px;
}
.game .hotGame .cover .item .icon {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 15px;
	border-radius: 12px;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.5)
}
.game .hotGame .cover .item .desc {
	margin: 20px 20px 0;
	line-height: 22px;
}
.game .hotGame ul {
	margin: 15px 0;
	margin-bottom: 0;
}
.game .hotGame ul li {
	margin-bottom: 12px;
}
.game .hotGame ul li:last-child {
	margin-bottom: 0;
}
.game .hotGame ul li a {}
.game .hotGame ul li a:hover {
	color: #00B277;
}
.game .hotGame ul li span {
	margin-right: 5px;
}
.game .hotGame ul li b {
	margin-right: 2px;
}


/*
* 首页手游攻略
*/
.gameGl {}
.gameGl .gameGl-list {
	margin-top: 15px;
}
.gameGl .gameGl-list .thumb {
	width: 120px;
	height: 77px;
}
.gameGl .gameGl-list a {
	font-size: 15px;
}
.gameGl .gameGl-list a:hover {
	color: #00B277;
}
.gameGl .gameGl-list .desc {
	margin: 5px 0;
}
.gameGl .gameGl-list span {
	color: #C0C4CC;
}
/*
* 首页手游测评
*/
.gameCp {}
.gameCp .uk-slideshow-items {
	min-height: 185px!important;
}
.gameCp .uk-slideshow i {
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}
.gameCp .thumb {
	height: 185px;
}
.gameCp .thumb .cover {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.gameCp .thumb .cover p {
	color: #fff;
	margin: 10px;
}
.gameCp .gameCp-list {
	margin: 15px 0 0;
	padding-left: 0;
	list-style: none;
}
.gameCp .gameCp-list li {
	margin-bottom: 13px;
	padding-left: 15px;
	position: relative;
}
.gameCp .gameCp-list li:last-child {
	margin-bottom: 0;
}
.gameCp .gameCp-list li:hover a {
	color: #00B277;
}
.gameCp .gameCp-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--bg-c);
	transition: all .3s;
}
.gameCp .gameCp-list li:hover:before {
	background: #00B277;
	border: 1px solid #00B277;
}

/*
* 首页游戏视频
*/
.gameVideo {}
.gameVideo .item {}
.gameVideo .item .thumb {
	height: 150px;
	transition: all .3s;
	background: #000;
}
.gameVideo .item .thumb img {
	opacity: .8;
}
.gameVideo .item i {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	transition: all .3s;
}
.gameVideo .item:hover i {
	transform: scale(1.5);
	opacity: 0;
}
.gameVideo .item:hover a {
	color: #00B277;
}


/*
* 首页游戏图集
*/
.gameImages {}
.gameImages .item {}
.gameImages .item .thumb {
	height: 165px;
	transition: all .3s;
	background: #333;
	border-radius: 6px;
}
.gameImages .item .thumb img {
    transition: all .3s;
}
.gameImages .item:hover img {
    opacity: .6;
}
/*
* 首页排行榜
*/
.rank {}
.rank ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.rank ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--br-c);
}
.rank ul li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.rank .active .list {
	display: none!important;
}
.rank .active .card {
	display: flex;
} 
.rank .card {
	display: none;
}
.rank .card .icon {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	overflow: hidden;
}
.rank .card .info {}
.rank .card .info a {
	font-size: 15px;
	color: #303133;
	margin-bottom: 5px;
}
.rank .card .down {}
.rank .card .down a {
	padding: 5px 6px;
	border-radius: 4px;
	border:1px solid #00B277;
	color: #00B277;
}
.rank .card .down a:hover {
	background: #00B277;
	color: #fff;
}
.rank .list {}
.rank .list b {
	font-weight: normal;
}
.rank .num {
	font-size: 12px;
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #eee;
	color: #909399;
	border-radius: 15px;
}
.rank ul li:nth-child(1) .num {
	background: #ff5a00;
	color: #fff;
}
.rank ul li:nth-child(2) .num {
	background: #ff5a00;
	color: #fff;
}
.rank ul li:nth-child(3) .num {
	background: #ffcb2e;
	color: #fff;
}

/*
* 面包屑
*/
.crumb {
	color: #b5b8bc;
}
.crumb a {
	color: #b5b8bc;
}
/*
* 列表页
*/
.category {}
.category .catHead {
	padding: 30px 0;
	background: linear-gradient(90deg,#f3fbf8 0,#e5fff0 100%);
}

/*
* 资讯列表页
*/
.category .articleNews {}
.category .articleNews article {}
.category .articleNews .menu {
	height: 55px;
}
.category .articleNews .menu .bg img {
	opacity: .5;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);  
}
.category .articleNews .menu ul {
	padding: 0 15px;
}
.category .articleNews .menu ul li {
	display: inline-block;
	margin-right: 15px;
}
.category .articleNews .menu ul li a {
	font-size: 15px;
	display: block;
	padding: 15px 0;
	color: color: rgb(0, 0, 0);
	border-bottom: 3px solid transparent;
}

.category .articleNews .menu ul .current-cat a {
    color: #00B277;
    font-weight: bold;
}
.category .articleNews .menu ul li a:hover {
	color: #fa6501;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}
.category .articleNews .menu .active a {
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #fff
}
.category .articleNews article .thumb {
	height: 180px;
	width: 200px;
}
.category .articleNews article .title {
	font-size: 16px;
	color: #303133;
}
/*
* 手戏列表页
*/
.bt-c, .bt-c2 {
    width: 100%;
    height: 45px;
}
.bt-c a {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin: 8px 0 0 20px;
    height: 30px;
    display: inline-block;
	margin-right: 20px;
}
.bttab-style {
    color: #00B277 !important;
}
.category .articleGame {}
.category .articleGame ul {
	padding: 0;
	list-style: none;
}
.category .articleGame ul li {
	width: 16.6666%;
	float: left;
}
.category .articleGame .item {}
.category .articleGame .item .icon {
	width: 86px;
	height: 86px;
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
}
.category .articleGame .item .title {
	font-size: 16px;
}
.category .articleGame .item .info {
	margin: 5px 0;
}
.category .articleGame .item .info span {
	display: inline-block;
	position: relative;
	padding-right: 8px;
	margin-right: 2px;
}
.category .articleGame .item .info span:last-child {
	padding: 0;
	margin: 0;
}
.category .articleGame .item .info span:last-child:after {
	display: none;
}
.category .articleGame .item .info span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #ccc;
}
.category .articleGame .item .down {
	border-radius: 4px;
	margin: 10px 0;
	border: 1px solid #eee;
	padding: 5px 10px;
	color: #909399;
}
.category .articleGame .item:hover .down{
	background: #00B277;
	border: 1px solid #00B277;
	color: #fff;
}

/*
* 分页 
*/
.fenye {}
.prev, .next {}
.fenye .page-numbers {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
}

.fenye .current {
	background: #00B277;
	color: #fff;
	transition: all .3s
}

.fenye .page-numbers:hover {
	background: #00B277;
	color: #fff;
}
/*
* 侧边栏
*/
.sidebar {
	width: 360px;
}
/*
* 文章页
*/
.single
.single .singleGame {}
.single .singleGame .singleHead {}
.single .singleGame .singleHead .icon {
	background: #333;
	width: 180px;
	height: 180px;
	border-radius: 4px;
	background-size: 100%;
	margin: 0 auto;
}
.single .singleGame .singleHead .icon .bg {
	opacity: .3;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	width: 200%!important;
	height: 200%!important;
}
.single .singleGame .singleHead .icon i {
	border-radius: 20px;
	width: 80px;
	height: 80px;
	border: 4px solid rgba(255, 255, 255, 0.4);
	transition: all .3s;
}
.single .singleGame .singleHead .icon:hover i {
	border: 4px solid rgba(255, 255, 255, 0.8);
}
.single .singleGame .singleHead h1 {
	font-size: 24px;
}
.single .singleGame .singleHead .data {
	padding: 20px;
	padding-bottom: 0;
	list-style: none;
	background: #F7F8FC;
}
.single .singleGame .singleHead .data li {
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.single .singleGame .singleHead .down {}
.single .singleGame .singleHead .down a {
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #00B277;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}
.single .singleGame .singleHead .down a.disabled{background: #888;}
.single .singleGame .singleHead .down .starGame a {
	background: #409EFF;
	background-image: linear-gradient(-40deg, #409EFF, #99cbff);
}
.single .singleGame .singleHead .down-gray {
    filter: grayscale(100%);
    filter: gray;
}
.single .singleGame .singleHead .down a i {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	transform: translateY(1px);
}
.single .singleGame .singleHead .down a:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

.single .singleContent {
    padding: 25px;
}
.single .singleContent .home-title span {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.single .singleContent p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
.single .singleContent p img {
	display: block;
}
.single .singleContent p>a {
	color: #00B277;
}
.single .singleContent h2 {
	font-size: 18px;
}
.single .singleContent h2::before {
	content: '#';
	margin-right: 10px;
	color: #00B277;
}
.single .single-cop {
    font-size: 13px;
}
.single .single-cop>div {
    margin-bottom: 8px;
}
.single .single-cop>div:last-child {
    margin-bottom: 0;
}
.single .single-tags {
    padding-top: 25px;
}
.single .single-tags a {
    background: var(--bg-c);
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 4px;
    transition: all .3s;
}
.single .single-tags a:hover {
    background: #00B277;
    color: #fff;
}
.singleNews {}
.singleNews h1 {
	font-size: 22px;
}
.singleNews .singleContent {
	padding: 25px;
}
.singleNews .singleContent p img {
	display: block;
	margin: 0 auto;
	max-width: 600px
}
.pageSearch {}
.pageSearch h3 {
	font-size: 16px;
}
.pageRank {}

.pageRank .headera {
    padding: 20px;
	background:#fff;
}
.b-b {
    border-bottom: 1px solid #f1f1f1!important;
}


.pageRank .rankBg {
	width: 100%;
	height: 260px;
	background: #ffbd13;
}
.pageRank .rankMain {
	transform: translateY(-60px);
}
.pageRank .rankMain>div {
	border-radius: 4px;
}
.pageRank .rankMenu {}
.pageRank .rankMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pageRank .rankMenu ul li {
	float: left;
	width: 25%;
	height: 70px;
	position: relative;
}
.pageRank .rankMenu ul li a {
	display: block;
	width: 100%;
	color: #6a6a6a;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	background: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #909399;
}
.pageRank .rankMenu ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 10px;
	position: absolute;
	top: 50%;
	border-right: 1px solid #e8e8e8;
	height: 20px;
	margin-top: -10px;
	right: 0;
}
.pageRank .rankMenu ul .current-menu-item {}
.pageRank .rankMenu ul .current-menu-item a {
	background: #fff;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #00B277;
}
.pageRank .rankMenu ul .current-menu-item a:after {
	display: none;
}
.pageRank .rankMain {}
.pageRank .rankMain .item {
	padding: 30px;
	border-bottom: 1px dashed #f6f6f6;
	transition: all .3s;
}
.pageRank .rankMain .item:hover {
	background: var(--bg-c);
}
.pageRank .rankMain .item .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.pageRank .rankMain .item .icon img {
	display: block;
    width: 100%;
    height: 102px;
    object-fit: cover;
}
.pageRank .rankMain .item .thumb {
	width: 120px;
	height: 90px;
}
.pageRank .rankMain .item .num {
	height: 28px;
	width: 28px;
	line-height: 28px;
	padding-top: 8px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.pageRank .rankMain .item:nth-child(1) .num {
	background-image: url('../images/icon-rank-1.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(1) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(2) .num {
	background-image: url('../images/icon-rank-2.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(2) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(3) .num {
	background-image: url('../images/icon-rank-3.png');
}
.pageRank .rankMain .item:nth-child(3) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item .num span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #eee;
	border-radius: 50%;
	color: #999;
}
.pageRank .rankMain .item .title {
	font-size: 17px;
}
.pageRank .rankMain .item .data {
	min-width: 155px;
}
.pageRank .rankMain .item .data a {
	color: #909399;
}
.pageRank .rankMain .item .data .hr {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 5px;
}
.pageRank .rankMain .item .down {
	color: #fff;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #f53939;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}
.pageRank .rankMain .item .down i {
	display: inline-block;
	margin-right: 5px;
	transform: translateY(2px);
}
.pageRank .rankMain .item .down:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

/*
* ------------------------------------------------------------------------------
* 单页合集样式
* ------------------------------------------------------------------------------
*/
.page-about {}
.page-menu {}
.page-menu ul {}
.page-menu ul li {
	padding: 20px 0;
	margin: 0!important;
	border-bottom: 1px solid var(--br-c);
	text-indent: 20px
}
.page-menu ul li:last-child {
	border: none
}
.page-menu ul li a {
	display: block;
	color: #888;
	font-size: 15px;
}
.page-menu .current-menu-item {
	background: #fafafa;
}
.page-menu .current-menu-item a {
	position: relative;
	font-weight: bold;
	color: #00B277!important
}
.page-menu .current-menu-item a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #00B277;
	left: 0;
	box-shadow: 3px 0px 10px -1px #00B277;
	border-radius: 2px;
}

.page-main {}
.page-main p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
/*
* ------------------------------------------------------------------------------
* 标签大全
* ------------------------------------------------------------------------------
*/
.page-tags {}
.page-tags .tags-main {}
.page-tags .tags-main ul {
	padding: 0;
	margin: 15px;
	list-style: none;
	border-left: 1px solid var(--br-c);
}
.page-tags .tags-main ul li {
	padding-left: 15px;
	margin-bottom: 10px;
}

.site-main {
	margin-top: 0!important;
}
.site-content {
	padding-bottom: 0!important;
}
.page-404 {
	padding: 5% 0;
}
.page-404 .page-content {
	flex: 1;
	margin-top: 70px
}
.page-404 .page-content h2 {
	font-size: 45px;
	font-weight: bold;
}
.page-404 .page-content p {
	text-align: left;
	color: #888;
	font-size: 16px;
	line-height: 1.875;
}
.page-404 .page-content .go-home {
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: .5px;
	background-color: #00B277;
	background-image: linear-gradient(-40deg, #00B277, #ffa365);
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	color: #fff!important;
	border-radius: 4px;
}
.page-404 .page-content .go-home i {
	margin-left: 10px;
}
.page-404 .page-content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 80px;
}
.page-404 .page-content ul {
	margin: 20px 0;
	padding-left: 0;
	list-style: none
}
.page-404 .page-content ul li {
	color: #909399;
	margin-bottom: 10px;
}
.page-404 .page-content ul li a {
	color: #606266;
	font-size: 14px;
}
/*
* 专题页面
*/
.special
.special-bg {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.special-main {
    transform: translateY(-60px);
}
#no-down .go-home {
    text-align: center;
}
#no-down .go-home a {
    background: #00B277;
    background-image: linear-gradient(-40deg, #00B277, #ffa365);
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
}
/*
* 网站底部
*/
.footer {}
.foot-wrap{background-color: #141727;
    background-image: linear-gradient(310deg,#3a416f,#141727);}
.footer .footWidget {}
.footer .footWidget h3 {
	font-size: 15px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-family: arial;
}
.footer .footWidget h3 span {
	color: #303133;
}
.footer .footWidget ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.footer .footWidget ul li {
	margin-bottom: 10px;
}
.foot-menu h5{color:#fff;}
.foot-menu li a{color: rgba(255,255,255,.8);}

.footer .foot-logo {
	height: 50px;
}
.footer .foot-logo p{color: rgba(255,255,255,.8);padding:10px 0;}
.footer .foot-logo img {
	height: 40px;
}
.foot-follow {
	position: relative;
}
.foot-follow img {
	height: 90px;
	width: 90px;
}
.foot-cop {
    background: #162230;
    padding: 20px;
    color: #959799;
}
.foot-db ul {
    list-style: none;
}
.foot-db ul li {
    display: inline-block;
}
.foot-db a {
	margin-left: 10px;
	color:#959799;
}
.foot-links ul {
    list-style: none;
    padding-left: 0;
}
.foot-links li {
    display: inline-block;
    line-height: 28px;
}
.foot-links li a {
    font-size: 12px;
	color: #606266;
	margin-right: 20px;
}


.link {
	border: 1px dashed var(--br-c)
}
.link ul {
	list-style: none;
}
.link ul li {
	display: inline-block;
}
.link a {
	color: #909399;
	margin-right: 15px;
}
.link a:hover {
	color: #303133;
}
.footer .footCop {
	font-size: 13px;
	background: #F7F8FC;
	font-family: arial;
}

.mobile-menu {display:none;}
@media (max-width: 767px){
	#dan-bi .top-active {transform: translateY(-94px);}
	.navBar .nav {display: none}
	.menu-mobile-container{padding: 9px 0 9px 15px;background-color: #00B277;background-image: linear-gradient(310deg,#4AD295,#00B277);}
	.menu-mobile-container .mobile-menu {display:block;margin-bottom: 0;}
	.menu-mobile-container .mobile-menu {list-style: none;}
	.menu-mobile-container .mobile-menu li {width: 14.2857%;float: left;}
	.menu-mobile-container .mobile-menu li a {color: #fff;font-size: 15px;}
	.menu-mobile-container:after {clear: both;content: " ";display: block;}

	.search {
		min-width: 160px;
	}

	.game .switcher ul {
		overflow-x: scroll;
		white-space: nowrap;
		display: block;
	}
	.switcher .uk-subnav li {
		display: inline-block;
	}
	.game .switcher .uk-switcher ul {}
	.game .switcher .uk-switcher ul li {
		width: 25%;
	}
	.pageRank .rankBg {
		height: 160px;
		position: relative;
	}
	.pageRank .rankBg img {
		max-width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.pageRank .rankMenu ul li {
		height: 50px;
	}
	.pageRank .rankMenu ul li a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.pageRank .rankMenu ul .current-menu-item a {
		height: 60px;
		line-height: 60px;
	}
	.pageRank .rankMain .item {
		padding: 15px;
	}
	.pageRank .rankMain .item .content {
		display: block;
	}
	.pageRank .rankMain .item .content a {
		font-size: 14px;
	}
	.pageRank .rankMain .item .num {
		margin-right: 12px!important;
	}
	.pageRank .rankMain .item .icon {
		width: 68px;
		height: 68px;
		margin-right: 10px;
	}
	.pageRank .rankMain .item .data {
		min-width: auto;
		margin: 5px 0!important;
		font-size: 13px;
	}
	.pageRank .rankMain .item .count {
		margin: 0!important;
		font-size: 13px;
	}
	.pageRank .rankMain .item .down {
		padding: 6px 8px;
		border-radius: 4px;
		font-size: 12px;
		margin: 0!important;
	}
	.category .catHead {
	    padding: 0;
	}
	.category .articleGame .item .info span {
	    padding-right: 6px;
	    padding-right: 8px;
        margin-right: 4px;
	}
	.category .articleGame .item .info span:after {
        height: 10px;
    }
    .category .articleNews article .thumb {
        width: 100%;
    }
	.pageRank .rankMain .item .down i {
		display: none;
	}
	.category .articleGame ul li {
	    width: 50%;
	}
	.category .articleGame .item .info {
	    font-size: 12px;
	}
	.single .singleGame .singleHead .icon {
	    width: 100%;
	}
	.single .singleGame .singleHead .down {
	    display: flex;
	}
	.single .singleGame .singleHead .down>div {
	    margin: 0!important;
	    width: 50%;
	    text-align: center;
	}
	.singleNews .singleContent p img {
	    max-width: 100%
	}
	.error-404 {
		display: block;
		position: relative;
	}
	.page-404 .page-content h2 {
		font-size: 24px;
	}
	.page-404 .page-content p {
		padding: 20px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.page-404 .page-content h3 {
		margin-top: 15px;
		font-size: 16px;
		margin-top: 15px;
	}
	.page-404 .page-content .go-home {
		padding: 8px 20px 8px 15px
	}
	
.foot-cop>div {
    text-align: center;
    display: block;
}
.foot-db {
    margin-top: 10px;
}


 .foot-links li {
        line-height: 20px;
    }
    .foot-links li a {
        margin-right: 10px;
    }





.m-mianleft {}
.m-mianleft h1{ line-height: 40px; font-size: 24px; margin: 20px 0 10px 0  }

.m-txtinfo { color: #aaa;  font-size: 14px;height: 22px; line-height: 22px; margin-bottom: 8px  }
.m-txtinfo p { margin-right: 30px; }
.m-txtinfo p i {font-style:normal;}
	





}







/*
* 首页标题
*/
.home-title {}
.home-title span {
	font-size: 15px;
	display: inline-block;
	padding-bottom: 15px;
	color: #00B277;
	border-bottom: 2px solid #00B277;
}
.home-title .moer {}

/*
* 首页热门资讯
*/
.hotNews {}
.hotNews h3 {
	padding: 10px;
	margin: 15px 0;
}
.hotNews h3>a {
	font-size: 15px;
	color: #303133;
	font-weight: bold;
	margin-bottom: 8px;
}
.hotNews h3>a:hover {
	color: #00B277;
}
.hotNews h3>p {
	margin: 0;
	font-size: 13px;
	letter-spacing: .5px;
	overflow:hidden;
}
.hotNews ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotNews ul li {
	margin-bottom: 12px;
}
.hotNews ul li:last-child {
	margin-bottom: 0;
}
.hotNews ul li:hover a {
	color: #00B277;
}
.hotNews ul li  span {
	margin-right: 1px;
}

/*
* 首页热门手游
*/
.hotGame {}
.hotGame .icon {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	overflow: hidden;
}
.hotGame .down {
	margin-top: 6px;
	border-radius: 4px;
	font-size: 11px;
	padding: 4px 10px;
	color: #fff;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}

/*
* 首页手游switcher列表
*/
.game {}
.game .switcher {}
.switcher .uk-subnav {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0px;
}
.switcher .uk-subnav li {
	padding: 0;
	margin-right: 20px;
}
.switcher .uk-subnav span {
	cursor: pointer;
	font-size: 12px;
	border: 1px solid var(--br-c);
	padding: 3px 8px;
	border-radius: 20px;
}
.switcher .uk-subnav .uk-active span {
	color: #82E0B8;
	border: 1px solid #82E0B8;
}
.game .switcher .uk-switcher {
	margin: 0;
}
.game .switcher .uk-switcher ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 -15px;
}
.game .switcher .uk-switcher ul li {
	width: 12.5%;
	float: left;
	margin-top: 20px;
}
.game .switcher .uk-switcher ul li:hover a {
	color: #00B277;
}
.game .switcher .uk-switcher ul li .item {}
.game .switcher .uk-switcher ul li .item .icon {
	width: 68px;
	height: 68px;
	border-radius: 12px;
	overflow: hidden;
}
.game .switcher .uk-switcher ul li .item .title {
	padding: 0 15px;
}
/*
* 首页手游热门手游
*/
.game .hotGame {}
.game .hotGame .cover {border-radius: 4px;}
.game .hotGame .cover .bg {
	height: 58px;
	overflow: hidden;
}
.game .hotGame .cover .bg  img {
	filter: blur(5px);
}
.game .hotGame .cover .item {
	padding: 30px 0 20px 0;
}
.game .hotGame .cover .item .info {
	font-size: 13px;
	margin-bottom: 8px;
}
.game .hotGame .cover .item .info  a {
	font-size: 15px;
	color: #303133;
}
.game .hotGame .cover .item .info a:hover {
	color: #00B277;
}
.game .hotGame .cover .item .info span {
	padding: 2px 4px;
	border-radius: 4px;
	background: #00B277;
	color: #fff!important;
	font-size: 12px;
}
.game .hotGame .cover .item .icon {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 15px;
	border-radius: 12px;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.5)
}
.game .hotGame .cover .item .desc {
	margin: 20px 20px 0;
	line-height: 22px;
}
.game .hotGame ul {
	margin: 15px 0;
	margin-bottom: 0;
}
.game .hotGame ul li {
	margin-bottom: 12px;
}
.game .hotGame ul li:last-child {
	margin-bottom: 0;
}
.game .hotGame ul li a {}
.game .hotGame ul li a:hover {
	color: #00B277;
}
.game .hotGame ul li span {
	margin-right: 5px;
}
.game .hotGame ul li b {
	margin-right: 2px;
}


/*
* 首页手游攻略
*/
.gameGl {}
.gameGl .gameGl-list {
	margin-top: 15px;
}
.gameGl .gameGl-list .thumb {
	width: 120px;
	height: 77px;
}
.gameGl .gameGl-list a {
	font-size: 15px;
}
.gameGl .gameGl-list a:hover {
	color: #00B277;
}
.gameGl .gameGl-list .desc {
	margin: 5px 0;
}
.gameGl .gameGl-list span {
	color: #C0C4CC;
}
/*
* 首页手游测评
*/
.gameCp {}
.gameCp .uk-slideshow-items {
	min-height: 185px!important;
}
.gameCp .uk-slideshow i {
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}
.gameCp .thumb {
	height: 185px;
}
.gameCp .thumb .cover {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.gameCp .thumb .cover p {
	color: #fff;
	margin: 10px;
}
.gameCp .gameCp-list {
	margin: 15px 0 0;
	padding-left: 0;
	list-style: none;
}
.gameCp .gameCp-list li {
	margin-bottom: 13px;
	padding-left: 15px;
	position: relative;
}
.gameCp .gameCp-list li:last-child {
	margin-bottom: 0;
}
.gameCp .gameCp-list li:hover a {
	color: #00B277;
}
.gameCp .gameCp-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--bg-c);
	transition: all .3s;
}
.gameCp .gameCp-list li:hover:before {
	background: #00B277;
	border: 1px solid #00B277;
}

/*
* 首页游戏视频
*/
.gameVideo {}
.gameVideo .item {}
.gameVideo .item .thumb {
	height: 150px;
	transition: all .3s;
	background: #000;
}
.gameVideo .item .thumb img {
	opacity: .8;
}
.gameVideo .item i {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	transition: all .3s;
}
.gameVideo .item:hover i {
	transform: scale(1.5);
	opacity: 0;
}
.gameVideo .item:hover a {
	color: #00B277;
}


/*
* 首页游戏图集
*/
.gameImages {}
.gameImages .item {}
.gameImages .item .thumb {
	height: 165px;
	transition: all .3s;
	background: #333;
	border-radius: 6px;
}
.gameImages .item .thumb img {
	transition: all .3s;
}
.gameImages .item:hover img {
	opacity: .6;
}
/*
* 首页排行榜
*/
.rank {}
.rank ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.rank ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--br-c);
}
.rank ul li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.rank .active .list {
	display: none!important;
}
.rank .active .card {
	display: flex;
}
.rank .card {
	display: none;
}
.rank .card .icon {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	overflow: hidden;
}
.rank .card .info {}
.rank .card .info a {
	font-size: 15px;
	color: #303133;
	margin-bottom: 5px;
}
.rank .card .down {}
.rank .card .down a {
	padding: 5px 6px;
	border-radius: 4px;
	border:1px solid #00B277;
	color: #00B277;
}
.rank .card .down a:hover {
	background: #00B277;
	color: #fff;
}
.rank .list {}
.rank .list b {
	font-weight: normal;
}
.rank .num {
	font-size: 12px;
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #eee;
	color: #909399;
	border-radius: 15px;
}
.rank ul li:nth-child(1) .num {
	background: #ff5a00;
	color: #fff;
}
.rank ul li:nth-child(2) .num {
	background: #ff5a00;
	color: #fff;
}
.rank ul li:nth-child(3) .num {
	background: #ffcb2e;
	color: #fff;
}

/*
* 面包屑
*/
.crumb {
	color: #b5b8bc;
}
.crumb a {
	color: #b5b8bc;
}
/*
* 列表页
*/
.category {}
.category .catHead {
	padding: 30px 0;
	background: linear-gradient(90deg,#f3fbf8 0,#e5fff0 100%);
}

/*
* 资讯列表页
*/
.category .articleNews {}
.category .articleNews article {}
.category .articleNews .menu {
	height: 55px;
}
.category .articleNews .menu .bg img {
	opacity: .5;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}
.category .articleNews .menu ul {
	padding: 0 15px;
}
.category .articleNews .menu ul li {
	display: inline-block;
	margin-right: 15px;
}
.category .articleNews .menu ul li a {
	font-size: 15px;
	display: block;
	padding: 15px 0;
	color: color: rgb(0, 0, 0);
	border-bottom: 3px solid transparent;
}

.category .articleNews .menu ul .current-cat a {
	color: #00B277;
	font-weight: bold;
}
.category .articleNews .menu ul li a:hover {
	color: #fa6501;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}
.category .articleNews .menu .active a {
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #fff
}
.category .articleNews article .thumb {
	height: 180px;
	width: 200px;
}
.category .articleNews article .title {
	font-size: 16px;
	color: #303133;
}
/*
* 手戏列表页
*/
.bt-c, .bt-c2 {
	width: 100%;
	height: 45px;
}
.bt-c a {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin: 8px 0 0 20px;
	height: 30px;
	display: inline-block;
	margin-right: 20px;
}
.bttab-style {
	color: #00B277 !important;
}
.category .articleGame {}
.category .articleGame ul {
	padding: 0;
	list-style: none;
}
.category .articleGame ul li {
	width: 16.6666%;
	float: left;
}
.category .articleGame .item {}
.category .articleGame .item .icon {
	width: 86px;
	height: 86px;
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
}
.category .articleGame .item .title {
	font-size: 16px;
}
.category .articleGame .item .info {
	margin: 5px 0;
}
.category .articleGame .item .info span {
	display: inline-block;
	position: relative;
	padding-right: 8px;
	margin-right: 2px;
}
.category .articleGame .item .info span:last-child {
	padding: 0;
	margin: 0;
}
.category .articleGame .item .info span:last-child:after {
	display: none;
}
.category .articleGame .item .info span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #ccc;
}
.category .articleGame .item .down {
	border-radius: 4px;
	margin: 10px 0;
	border: 1px solid #eee;
	padding: 5px 10px;
	color: #909399;
}
.category .articleGame .item:hover .down{
	background: #00B277;
	border: 1px solid #00B277;
	color: #fff;
}

/*
* 分页
*/
.fenye {}
.prev, .next {}
.fenye .page-numbers {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
}

.fenye .current {
	background: #00B277;
	color: #fff;
	transition: all .3s
}

.fenye .page-numbers:hover {
	background: #00B277;
	color: #fff;
}
/*
* 侧边栏
*/
.sidebar {
	width: 360px;
}
/*
* 文章页
*/
.single
.single .singleGame {}
.single .singleGame .singleHead {}
.single .singleGame .singleHead .icon {
	background: #333;
	width: 180px;
	height: 180px;
	border-radius: 4px;
	background-size: 100%;
	margin: 0 auto;
}
.single .singleGame .singleHead .icon .bg {
	opacity: .3;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	width: 200%!important;
	height: 200%!important;
}
.single .singleGame .singleHead .icon i {
	border-radius: 20px;
	width: 80px;
	height: 80px;
	border: 4px solid rgba(255, 255, 255, 0.4);
	transition: all .3s;
}
.single .singleGame .singleHead .icon:hover i {
	border: 4px solid rgba(255, 255, 255, 0.8);
}
.single .singleGame .singleHead h1 {
	font-size: 24px;
}
.single .singleGame .singleHead .data {
	padding: 20px;
	padding-bottom: 0;
	list-style: none;
	background: #F7F8FC;
}
.single .singleGame .singleHead .data li {
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.single .singleGame .singleHead .down {}
.single .singleGame .singleHead .down a {
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #00B277;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}
.single .singleGame .singleHead .down .starGame a {
	background: #409EFF;
	background-image: linear-gradient(-40deg, #409EFF, #99cbff);
}
.single .singleGame .singleHead .down-gray {
	filter: grayscale(100%);
	filter: gray;
}
.single .singleGame .singleHead .down a i {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	transform: translateY(1px);
}
.single .singleGame .singleHead .down a:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

.single .singleContent {
	padding: 25px;
}
.single .singleContent .home-title span {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.single .singleContent p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
.single .singleContent p img {
	display: block;
}
.single .singleContent p>a {
	color: #00B277;
}
.single .singleContent h2 {
	font-size: 18px;
}
.single .singleContent h2::before {
	content: '#';
	margin-right: 10px;
	color: #00B277;
}
.single .single-cop {
	font-size: 13px;
}
.single .single-cop>div {
	margin-bottom: 8px;
}
.single .single-cop>div:last-child {
	margin-bottom: 0;
}
.single .single-tags {
	padding-top: 25px;
}
.single .single-tags a {
	background: var(--bg-c);
	display: inline-block;
	padding: 4px 8px;
	font-size: 12px;
	margin-right: 10px;
	border-radius: 4px;
	transition: all .3s;
}
.single .single-tags a:hover {
	background: #00B277;
	color: #fff;
}
.singleNews {}
.singleNews h1 {
	font-size: 22px;
}
.singleNews .singleContent {
	padding: 25px;
}
.singleNews .singleContent p img {
	display: block;
	margin: 0 auto;
	max-width: 600px
}
.pageSearch {}
.pageSearch h3 {
	font-size: 16px;
}
.pageRank {}

.pageRank .headera {
	padding: 20px;
	background:#fff;
}
.b-b {
	border-bottom: 1px solid #f1f1f1!important;
}


.pageRank .rankBg {
	width: 100%;
	height: 260px;
	background: #ffbd13;
}
.pageRank .rankMain {
	transform: translateY(-60px);
}
.pageRank .rankMain>div {
	border-radius: 4px;
}
.pageRank .rankMenu {}
.pageRank .rankMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pageRank .rankMenu ul li {
	float: left;
	width: 25%;
	height: 70px;
	position: relative;
}
.pageRank .rankMenu ul li a {
	display: block;
	width: 100%;
	color: #6a6a6a;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	background: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #909399;
}
.pageRank .rankMenu ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 10px;
	position: absolute;
	top: 50%;
	border-right: 1px solid #e8e8e8;
	height: 20px;
	margin-top: -10px;
	right: 0;
}
.pageRank .rankMenu ul .current-menu-item {}
.pageRank .rankMenu ul .current-menu-item a {
	background: #fff;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #00B277;
}
.pageRank .rankMenu ul .current-menu-item a:after {
	display: none;
}
.pageRank .rankMain {}
.pageRank .rankMain .item {
	padding: 30px;
	border-bottom: 1px dashed #f6f6f6;
	transition: all .3s;
}
.pageRank .rankMain .item:hover {
	background: var(--bg-c);
}
.pageRank .rankMain .item .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.pageRank .rankMain .item .icon img {
	display: block;
	width: 100%;
	height: 102px;
	object-fit: cover;
}
.pageRank .rankMain .item .thumb {
	width: 120px;
	height: 90px;
}
.pageRank .rankMain .item .num {
	height: 28px;
	width: 28px;
	line-height: 28px;
	padding-top: 8px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.pageRank .rankMain .item:nth-child(1) .num {
	background-image: url('../images/icon-rank-1.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(1) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(2) .num {
	background-image: url('../images/icon-rank-2.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(2) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(3) .num {
	background-image: url('../images/icon-rank-3.png');
}
.pageRank .rankMain .item:nth-child(3) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item .num span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #eee;
	border-radius: 50%;
	color: #999;
}
.pageRank .rankMain .item .title {
	font-size: 17px;
}
.pageRank .rankMain .item .data {
	min-width: 155px;
}
.pageRank .rankMain .item .data a {
	color: #909399;
}
.pageRank .rankMain .item .data .hr {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 5px;
}
.pageRank .rankMain .item .down {
	color: #fff;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #f53939;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}
.pageRank .rankMain .item .down i {
	display: inline-block;
	margin-right: 5px;
	transform: translateY(2px);
}
.pageRank .rankMain .item .down:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

/*
* ------------------------------------------------------------------------------
* 单页合集样式
* ------------------------------------------------------------------------------
*/
.page-about {}
.page-menu {}
.page-menu ul {}
.page-menu ul li {
	padding: 20px 0;
	margin: 0!important;
	border-bottom: 1px solid var(--br-c);
	text-indent: 20px
}
.page-menu ul li:last-child {
	border: none
}
.page-menu ul li a {
	display: block;
	color: #888;
	font-size: 15px;
}
.page-menu .current-menu-item {
	background: #fafafa;
}
.page-menu .current-menu-item a {
	position: relative;
	font-weight: bold;
	color: #00B277!important
}
.page-menu .current-menu-item a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #00B277;
	left: 0;
	box-shadow: 3px 0px 10px -1px #00B277;
	border-radius: 2px;
}

.page-main {}
.page-main p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
/*
* ------------------------------------------------------------------------------
* 标签大全
* ------------------------------------------------------------------------------
*/
.page-tags {}
.page-tags .tags-main {}
.page-tags .tags-main ul {
	padding: 0;
	margin: 15px;
	list-style: none;
	border-left: 1px solid var(--br-c);
}
.page-tags .tags-main ul li {
	padding-left: 15px;
	margin-bottom: 10px;
}

.site-main {
	margin-top: 0!important;
}
.site-content {
	padding-bottom: 0!important;
}
.page-404 {
	padding: 5% 0;
}
.page-404 .page-content {
	flex: 1;
	margin-top: 70px
}
.page-404 .page-content h2 {
	font-size: 45px;
	font-weight: bold;
}
.page-404 .page-content p {
	text-align: left;
	color: #888;
	font-size: 16px;
	line-height: 1.875;
}
.page-404 .page-content .go-home {
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: .5px;
	background-color: #00B277;
	background-image: linear-gradient(-40deg, #00B277, #ffa365);
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	color: #fff!important;
	border-radius: 4px;
}
.page-404 .page-content .go-home i {
	margin-left: 10px;
}
.page-404 .page-content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 80px;
}
.page-404 .page-content ul {
	margin: 20px 0;
	padding-left: 0;
	list-style: none
}
.page-404 .page-content ul li {
	color: #909399;
	margin-bottom: 10px;
}
.page-404 .page-content ul li a {
	color: #606266;
	font-size: 14px;
}
/*
* 专题页面
*/
.special
.special-bg {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}
.special-main {
	transform: translateY(-60px);
}
#no-down .go-home {
	text-align: center;
}
#no-down .go-home a {
	background: #00B277;
	background-image: linear-gradient(-40deg, #00B277, #ffa365);
	padding: 10px 30px;
	border-radius: 20px;
	display: inline-block;
}
/*
* 网站底部
*/
.footer {}
.foot-wrap{background-color: #141727;
	background-image: linear-gradient(310deg,#3a416f,#141727);}
.footer .footWidget {}
.footer .footWidget h3 {
	font-size: 15px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-family: arial;
}
.footer .footWidget h3 span {
	color: #303133;
}
.footer .footWidget ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.footer .footWidget ul li {
	margin-bottom: 10px;
}
.foot-menu h5{color:#fff;}
.foot-menu li a{color: rgba(255,255,255,.8);}

.footer .foot-logo {
	height: 50px;
}
.footer .foot-logo p{color: rgba(255,255,255,.8);padding:10px 0;}
.footer .foot-logo img {
	height: 40px;
}
.foot-follow {
	position: relative;
}
.foot-follow img {
	height: 90px;
	width: 90px;
}
.foot-cop {
	background: #162230;
	padding: 20px;
	color: #959799;
}
.foot-db ul {
	list-style: none;
}
.foot-db ul li {
	display: inline-block;
}
.foot-db a {
	margin-left: 10px;
	color:#959799;
}
.foot-links ul {
	list-style: none;
	padding-left: 0;
}
.foot-links li {
	display: inline-block;
	line-height: 28px;
}
.foot-links li a {
	font-size: 12px;
	color: #606266;
	margin-right: 20px;
}


.link {
	border: 1px dashed var(--br-c)
}
.link ul {
	list-style: none;
}
.link ul li {
	display: inline-block;
}
.link a {
	color: #909399;
	margin-right: 15px;
}
.link a:hover {
	color: #303133;
}
.footer .footCop {
	font-size: 13px;
	background: #F7F8FC;
	font-family: arial;
}


/**/

.m-tags a { color: #f60; border:1px #f60 solid; display: inline-block; padding: 2px 8px; margin-right: 10px; border-radius: 3px }
.m-tags a:hover {background-color: #f60; color: #fff}
.m-tags{margin-top: 10px;}
@media screen and (max-width:640px){
	.sidebar {
		width: 360px;
		display: none;
	}
}
:root {
	--pm-c: #ff6600;
	--bg-c: #f2f5f9;
	--br-c:#f2f5f9
}
body,html {
	background: #f5f7fa;
}
a,a:hover {
	font-size: 14px;
	transition: all .3s
}
.w320 {width: 320px;}
.b-a {
	border: 1px solid var(--br-c);
}
.b-b {
	border-bottom: 1px solid var(--br-c);
}
.b-t {
	border-top: 1px solid var(--br-c);
}
.b-l {
	border-left: 1px solid #a2d4c2;
}
.b-r {
	border-right: 1px solid var(--br-c);
}
.ecology{
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
	transition: all .3s ease-in-out;
	border-radius: 4px;
}

.siteBg {
	background: url(../images/site-bg.jpg) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	backface-visibility: hidden;
}
/*
* 导航条效果
*/
#dan-bi header {
	transition: all .3s
}
#dan-bi .top-active {
	transform: translateY(-124px);
}
#dan-bi .index {
	padding-top: 20px;
}
main {
	padding-bottom: 30px;
}
.top-bar {
	background: #282f3b;
	height: 34px;
	line-height: 34px;
	padding: 0;
}
.top-bar span {
	font-size: 13px;
	color: #98a8bc;
}
.top-bar ul {
	list-style: none;
}
.top-bar ul li {
	float: left;
	margin-left: -1px;
	border-left: 1px solid #2e3c4d;
	border-right: 1px solid #2e3c4d;
	transition: all .3s;
}
.top-bar ul li:hover {
	background: #344050
}
.top-bar ul li a {
	color: #98a8bc;
	padding: 15px;
	font-size: 13px;
}
.top-bar ul li a:before {
	content: '#';
	margin-right: 2px;
}
/*
* 导航条
*/
.navBar {
	position: relative;
	z-index: 10;
	box-shadow: 0px 5px 40px 0px rgba(17,58,93,.1);
}
.navBar .topNav {
	height: 88px;
}
.navBar .topNav ul {
	margin: 0;
	padding: 0;
}
.navBar .topNav ul li {
	display: inline-block;
	margin-left: 30px;
}
.navBar .topNav ul li a {
	font-size: 15px;
}
.navBar .topNav ul li a:hover {
	color: #00B277;
}
.navBar .topNav .logo {
	height: 38px;
	display: inline-block!important;
}
.navBar .topNav .logo img {
}
.navBar .nav {
	height: 45px;
	background-color: #00B277;
	background-image: linear-gradient(310deg,#4AD295,#00B277);
}
.navBar .nav>ul {
	padding: 0;
	position: relative;
}
.navBar .nav>ul>li {
	display: inline-block;
}
.navBar .nav>ul>li>a {
	color: #fff;
	padding: 12px 20px;
	display: block;
}
.navBar .nav>ul>li>a:hover {
	color: #4AD295;
}
@media (max-width:640px){
	.navBar .nav>ul>li>a {padding: 12px 5px}
}
.navBar .nav>ul>li.current-menu-item>a {background:#82E0B8;color:#fff;}
.navBar .nav>ul>li:hover a {background:#82E0B8;color:#fff;}
.navBar .nav>ul .sub-menu {
	display: none;
	opacity: 0;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	list-style: none;
	padding: 15px;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), 5px 5px 20px 0 #fff;
}
.navBar .nav>ul>li:hover .sub-menu {
	display: flex;
	opacity: 1;
}
.navBar .nav>ul .sub-menu li {
	position: relative;
}
.navBar .nav>ul .sub-menu li a {
	color: #909399;
	background:#fff;
	padding: 8px 15px;
	display: flex;
}
.navBar .nav>ul .sub-menu li a:hover {
	color: #4AD295;
	background:#fff;
}
.navBar .nav>ul .sub-menu li:nth-child(10n) a {
	border: 0;
}
/*
* 搜索
*/
.search {
	min-width: 220px;

}
.search form {
	background: var(--bg-c);
	height: 35px;
	border-radius: 4px;
}
.search input {
	height: 100%;
	border: 0;
	background: transparent;
	text-indent: 15px;
}
.search input:focus {
	outline: none;
	border: 0;
	background: transparent;
}
.search button {
	outline: none;
	border: 0;
	background: transparent;
	cursor: pointer;
}

/*
* 首页标题
*/
.home-title {}
.home-title span {
	font-size: 15px;
	display: inline-block;
	padding-bottom: 15px;
	color: #00B277;
	border-bottom: 2px solid #00B277;
}
.home-title .moer {}

/*
* 首页热门资讯
*/
.hotNews {}
.hotNews h3 {
	padding: 10px;
	margin: 15px 0;
}
.hotNews h3>a {
	font-size: 15px;
	color: #303133;
	font-weight: bold;
	margin-bottom: 8px;
}
.hotNews h3>a:hover {
	color: #00B277;
}
.hotNews h3>p {
	margin: 0;
	font-size: 13px;
	letter-spacing: .5px;
	overflow:hidden;
}
.hotNews ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotNews ul li {
	margin-bottom: 12px;
}
.hotNews ul li:last-child {
	margin-bottom: 0;
}
.hotNews ul li:hover a {
	color: #00B277;
}
.hotNews ul li  span {
	margin-right: 1px;
}

/*
* 首页热门手游
*/
.hotGame {}
.hotGame .icon {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	overflow: hidden;
}
.hotGame .down {
	margin-top: 6px;
	border-radius: 4px;
	font-size: 11px;
	padding: 4px 10px;
	color: #fff;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}

/*
* 首页手游switcher列表
*/
.game {}
.game .switcher {}
.switcher .uk-subnav {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0px;
}
.switcher .uk-subnav li {
	padding: 0;
	margin-right: 20px;
}
.switcher .uk-subnav span {
	cursor: pointer;
	font-size: 12px;
	border: 1px solid var(--br-c);
	padding: 3px 8px;
	border-radius: 20px;
}
.switcher .uk-subnav .uk-active span {
	color: #82E0B8;
	border: 1px solid #82E0B8;
}
.game .switcher .uk-switcher {
	margin: 0;
}
.game .switcher .uk-switcher ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 -15px;
}
.game .switcher .uk-switcher ul li {
	width: 12.5%;
	float: left;
	margin-top: 20px;
}
.game .switcher .uk-switcher ul li:hover a {
	color: #00B277;
}
.game .switcher .uk-switcher ul li .item {}
.game .switcher .uk-switcher ul li .item .icon {
	width: 68px;
	height: 68px;
	border-radius: 12px;
	overflow: hidden;
}
.game .switcher .uk-switcher ul li .item .title {
	padding: 0 15px;
}
/*
* 首页手游热门手游
*/
.game .hotGame {}
.game .hotGame .cover {border-radius: 4px;}
.game .hotGame .cover .bg {
	height: 58px;
	overflow: hidden;
}
.game .hotGame .cover .bg  img {
	filter: blur(5px);
}
.game .hotGame .cover .item {
	padding: 30px 0 20px 0;
}
.game .hotGame .cover .item .info {
	font-size: 13px;
	margin-bottom: 8px;
}
.game .hotGame .cover .item .info  a {
	font-size: 15px;
	color: #303133;
}
.game .hotGame .cover .item .info a:hover {
	color: #00B277;
}
.game .hotGame .cover .item .info span {
	padding: 2px 4px;
	border-radius: 4px;
	background: #00B277;
	color: #fff!important;
	font-size: 12px;
}
.game .hotGame .cover .item .icon {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 15px;
	border-radius: 12px;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.5)
}
.game .hotGame .cover .item .desc {
	margin: 20px 20px 0;
	line-height: 22px;
}
.game .hotGame ul {
	margin: 15px 0;
	margin-bottom: 0;
}
.game .hotGame ul li {
	margin-bottom: 12px;
}
.game .hotGame ul li:last-child {
	margin-bottom: 0;
}
.game .hotGame ul li a {}
.game .hotGame ul li a:hover {
	color: #00B277;
}
.game .hotGame ul li span {
	margin-right: 5px;
}
.game .hotGame ul li b {
	margin-right: 2px;
}


/*
* 首页手游攻略
*/
.gameGl {}
.gameGl .gameGl-list {
	margin-top: 15px;
}
.gameGl .gameGl-list .thumb {
	width: 120px;
	height: 77px;
}
.gameGl .gameGl-list a {
	font-size: 15px;
}
.gameGl .gameGl-list a:hover {
	color: #00B277;
}
.gameGl .gameGl-list .desc {
	margin: 5px 0;
}
.gameGl .gameGl-list span {
	color: #C0C4CC;
}
/*
* 首页手游测评
*/
.gameCp {}
.gameCp .uk-slideshow-items {
	min-height: 185px!important;
}
.gameCp .uk-slideshow i {
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}
.gameCp .thumb {
	height: 185px;
}
.gameCp .thumb .cover {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.gameCp .thumb .cover p {
	color: #fff;
	margin: 10px;
}
.gameCp .gameCp-list {
	margin: 15px 0 0;
	padding-left: 0;
	list-style: none;
}
.gameCp .gameCp-list li {
	margin-bottom: 13px;
	padding-left: 15px;
	position: relative;
}
.gameCp .gameCp-list li:last-child {
	margin-bottom: 0;
}
.gameCp .gameCp-list li:hover a {
	color: #00B277;
}
.gameCp .gameCp-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--bg-c);
	transition: all .3s;
}
.gameCp .gameCp-list li:hover:before {
	background: #00B277;
	border: 1px solid #00B277;
}

/*
* 首页游戏视频
*/
.gameVideo {}
.gameVideo .item {}
.gameVideo .item .thumb {
	height: 150px;
	transition: all .3s;
	background: #000;
}
.gameVideo .item .thumb img {
	opacity: .8;
}
.gameVideo .item i {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	transition: all .3s;
}
.gameVideo .item:hover i {
	transform: scale(1.5);
	opacity: 0;
}
.gameVideo .item:hover a {
	color: #00B277;
}


/*
* 首页游戏图集
*/
.gameImages {}
.gameImages .item {}
.gameImages .item .thumb {
	height: 165px;
	transition: all .3s;
	background: #333;
	border-radius: 6px;
}
.gameImages .item .thumb img {
	transition: all .3s;
}
.gameImages .item:hover img {
	opacity: .6;
}
/*
* 首页排行榜
*/
.rank {}
.rank ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.rank ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--br-c);
}
.rank ul li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.rank .active .list {
	display: none!important;
}
.rank .active .card {
	display: flex;
}
.rank .card {
	display: none;
}
.rank .card .icon {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	overflow: hidden;
}
.rank .card .info {}
.rank .card .info a {
	font-size: 15px;
	color: #303133;
	margin-bottom: 5px;
}
.rank .card .down {}
.rank .card .down a {
	padding: 5px 6px;
	border-radius: 4px;
	border:1px solid #00B277;
	color: #00B277;
}
.rank .card .down a:hover {
	background: #00B277;
	color: #fff;
}
.rank .list {}
.rank .list b {
	font-weight: normal;
}
.rank .num {
	font-size: 12px;
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #eee;
	color: #909399;
	border-radius: 15px;
}
.rank ul li:nth-child(1) .num {
	background: #ff5a00;
	color: #fff;
}
.rank ul li:nth-child(2) .num {
	background: #ff5a00;
	color: #fff;
}
.rank ul li:nth-child(3) .num {
	background: #ffcb2e;
	color: #fff;
}

/*
* 面包屑
*/
.crumb {
	color: #b5b8bc;
}
.crumb a {
	color: #b5b8bc;
}
/*
* 列表页
*/
.category {}
.category .catHead {
	padding: 30px 0;
	background: linear-gradient(90deg,#f3fbf8 0,#e5fff0 100%);
}

/*
* 资讯列表页
*/
.category .articleNews {}
.category .articleNews article {}
.category .articleNews .menu {
	height: 55px;
}
.category .articleNews .menu .bg img {
	opacity: .5;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}
.category .articleNews .menu ul {
	padding: 0 15px;
}
.category .articleNews .menu ul li {
	display: inline-block;
	margin-right: 15px;
}
.category .articleNews .menu ul li a {
	font-size: 15px;
	display: block;
	padding: 15px 0;
	color: color: rgb(0, 0, 0);
	border-bottom: 3px solid transparent;
}

.category .articleNews .menu ul .current-cat a {
	color: #00B277;
	font-weight: bold;
}
.category .articleNews .menu ul li a:hover {
	color: #fa6501;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}
.category .articleNews .menu .active a {
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #fff
}
.category .articleNews article .thumb {
	height: 180px;
	width: 200px;
}
.category .articleNews article .title {
	font-size: 16px;
	color: #303133;
}
/*
* 手戏列表页
*/
.bt-c, .bt-c2 {
	width: 100%;
	height: 45px;
}
.bt-c a {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin: 8px 0 0 20px;
	height: 30px;
	display: inline-block;
	margin-right: 20px;
}
.bttab-style {
	color: #00B277 !important;
}
.category .articleGame {}
.category .articleGame ul {
	padding: 0;
	list-style: none;
}
.category .articleGame ul li {
	width: 16.6666%;
	float: left;
}
.category .articleGame .item {}
.category .articleGame .item .icon {
	width: 86px;
	height: 86px;
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
}
.category .articleGame .item .title {
	font-size: 16px;
}
.category .articleGame .item .info {
	margin: 5px 0;
}
.category .articleGame .item .info span {
	display: inline-block;
	position: relative;
	padding-right: 8px;
	margin-right: 2px;
}
.category .articleGame .item .info span:last-child {
	padding: 0;
	margin: 0;
}
.category .articleGame .item .info span:last-child:after {
	display: none;
}
.category .articleGame .item .info span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #ccc;
}
.category .articleGame .item .down {
	border-radius: 4px;
	margin: 10px 0;
	border: 1px solid #eee;
	padding: 5px 10px;
	color: #909399;
}
.category .articleGame .item:hover .down{
	background: #00B277;
	border: 1px solid #00B277;
	color: #fff;
}

/*
* 分页
*/
.fenye {}
.prev, .next {}
.fenye .page-numbers {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
}

.fenye .current {
	background: #00B277;
	color: #fff;
	transition: all .3s
}

.fenye .page-numbers:hover {
	background: #00B277;
	color: #fff;
}
/*
* 侧边栏
*/
.sidebar {
	width: 360px;
}
/*
* 文章页
*/
.single
.single .singleGame {}
.single .singleGame .singleHead {}
.single .singleGame .singleHead .icon {
	background: #333;
	width: 180px;
	height: 180px;
	border-radius: 4px;
	background-size: 100%;
	margin: 0 auto;
}
.single .singleGame .singleHead .icon .bg {
	opacity: .3;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	width: 200%!important;
	height: 200%!important;
}
.single .singleGame .singleHead .icon i {
	border-radius: 20px;
	width: 80px;
	height: 80px;
	border: 4px solid rgba(255, 255, 255, 0.4);
	transition: all .3s;
}
.single .singleGame .singleHead .icon:hover i {
	border: 4px solid rgba(255, 255, 255, 0.8);
}
.single .singleGame .singleHead h1 {
	font-size: 24px;
}
.single .singleGame .singleHead .data {
	padding: 20px;
	padding-bottom: 0;
	list-style: none;
	background: #F7F8FC;
}
.single .singleGame .singleHead .data li {
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.single .singleGame .singleHead .down {}
.single .singleGame .singleHead .down a {
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #00B277;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}
.single .singleGame .singleHead .down a.disabled{background: #888;}
.single .singleGame .singleHead .down .starGame a {
	background: #409EFF;
	background-image: linear-gradient(-40deg, #409EFF, #99cbff);
}
.single .singleGame .singleHead .down-gray {
	filter: grayscale(100%);
	filter: gray;
}
.single .singleGame .singleHead .down a i {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	transform: translateY(1px);
}
.single .singleGame .singleHead .down a:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

.single .singleContent {
	padding: 25px;
}
.single .singleContent .home-title span {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.single .singleContent p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
.single .singleContent p img {
	display: block;
}
.single .singleContent p>a {
	color: #00B277;
}
.single .singleContent h2 {
	font-size: 18px;
}
.single .singleContent h2::before {
	content: '#';
	margin-right: 10px;
	color: #00B277;
}
.single .single-cop {
	font-size: 13px;
}
.single .single-cop>div {
	margin-bottom: 8px;
}
.single .single-cop>div:last-child {
	margin-bottom: 0;
}
.single .single-tags {
	padding-top: 25px;
}
.single .single-tags a {
	background: var(--bg-c);
	display: inline-block;
	padding: 4px 8px;
	font-size: 12px;
	margin-right: 10px;
	border-radius: 4px;
	transition: all .3s;
}
.single .single-tags a:hover {
	background: #00B277;
	color: #fff;
}
.singleNews {}
.singleNews h1 {
	font-size: 22px;
}
.singleNews .singleContent {
	padding: 25px;
}
.singleNews .singleContent p img {
	display: block;
	margin: 0 auto;
	max-width: 600px
}
.pageSearch {}
.pageSearch h3 {
	font-size: 16px;
}
.pageRank {}

.pageRank .headera {
	padding: 20px;
	background:#fff;
}
.b-b {
	border-bottom: 1px solid #f1f1f1!important;
}


.pageRank .rankBg {
	width: 100%;
	height: 260px;
	background: #ffbd13;
}
.pageRank .rankMain {
	transform: translateY(-60px);
}
.pageRank .rankMain>div {
	border-radius: 4px;
}
.pageRank .rankMenu {}
.pageRank .rankMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pageRank .rankMenu ul li {
	float: left;
	width: 25%;
	height: 70px;
	position: relative;
}
.pageRank .rankMenu ul li a {
	display: block;
	width: 100%;
	color: #6a6a6a;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	background: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #909399;
}
.pageRank .rankMenu ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 10px;
	position: absolute;
	top: 50%;
	border-right: 1px solid #e8e8e8;
	height: 20px;
	margin-top: -10px;
	right: 0;
}
.pageRank .rankMenu ul .current-menu-item {}
.pageRank .rankMenu ul .current-menu-item a {
	background: #fff;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #00B277;
}
.pageRank .rankMenu ul .current-menu-item a:after {
	display: none;
}
.pageRank .rankMain {}
.pageRank .rankMain .item {
	padding: 30px;
	border-bottom: 1px dashed #f6f6f6;
	transition: all .3s;
}
.pageRank .rankMain .item:hover {
	background: var(--bg-c);
}
.pageRank .rankMain .item .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.pageRank .rankMain .item .icon img {
	display: block;
	width: 100%;
	height: 102px;
	object-fit: cover;
}
.pageRank .rankMain .item .thumb {
	width: 120px;
	height: 90px;
}
.pageRank .rankMain .item .num {
	height: 28px;
	width: 28px;
	line-height: 28px;
	padding-top: 8px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.pageRank .rankMain .item:nth-child(1) .num {
	background-image: url('../images/icon-rank-1.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(1) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(2) .num {
	background-image: url('../images/icon-rank-2.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(2) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(3) .num {
	background-image: url('../images/icon-rank-3.png');
}
.pageRank .rankMain .item:nth-child(3) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item .num span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #eee;
	border-radius: 50%;
	color: #999;
}
.pageRank .rankMain .item .title {
	font-size: 17px;
}
.pageRank .rankMain .item .data {
	min-width: 155px;
}
.pageRank .rankMain .item .data a {
	color: #909399;
}
.pageRank .rankMain .item .data .hr {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 5px;
}
.pageRank .rankMain .item .down {
	color: #fff;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #f53939;
	background-image: linear-gradient(-40deg, #f53939,#fbcf33);
}
.pageRank .rankMain .item .down i {
	display: inline-block;
	margin-right: 5px;
	transform: translateY(2px);
}
.pageRank .rankMain .item .down:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

/*
* ------------------------------------------------------------------------------
* 单页合集样式
* ------------------------------------------------------------------------------
*/
.page-about {}
.page-menu {}
.page-menu ul {}
.page-menu ul li {
	padding: 20px 0;
	margin: 0!important;
	border-bottom: 1px solid var(--br-c);
	text-indent: 20px
}
.page-menu ul li:last-child {
	border: none
}
.page-menu ul li a {
	display: block;
	color: #888;
	font-size: 15px;
}
.page-menu .current-menu-item {
	background: #fafafa;
}
.page-menu .current-menu-item a {
	position: relative;
	font-weight: bold;
	color: #00B277!important
}
.page-menu .current-menu-item a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #00B277;
	left: 0;
	box-shadow: 3px 0px 10px -1px #00B277;
	border-radius: 2px;
}

.page-main {}
.page-main p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
/*
* ------------------------------------------------------------------------------
* 标签大全
* ------------------------------------------------------------------------------
*/
.page-tags {}
.page-tags .tags-main {}
.page-tags .tags-main ul {
	padding: 0;
	margin: 15px;
	list-style: none;
	border-left: 1px solid var(--br-c);
}
.page-tags .tags-main ul li {
	padding-left: 15px;
	margin-bottom: 10px;
}

.site-main {
	margin-top: 0!important;
}
.site-content {
	padding-bottom: 0!important;
}
.page-404 {
	padding: 5% 0;
}
.page-404 .page-content {
	flex: 1;
	margin-top: 70px
}
.page-404 .page-content h2 {
	font-size: 45px;
	font-weight: bold;
}
.page-404 .page-content p {
	text-align: left;
	color: #888;
	font-size: 16px;
	line-height: 1.875;
}
.page-404 .page-content .go-home {
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: .5px;
	background-color: #00B277;
	background-image: linear-gradient(-40deg, #00B277, #ffa365);
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	color: #fff!important;
	border-radius: 4px;
}
.page-404 .page-content .go-home i {
	margin-left: 10px;
}
.page-404 .page-content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 80px;
}
.page-404 .page-content ul {
	margin: 20px 0;
	padding-left: 0;
	list-style: none
}
.page-404 .page-content ul li {
	color: #909399;
	margin-bottom: 10px;
}
.page-404 .page-content ul li a {
	color: #606266;
	font-size: 14px;
}
/*
* 专题页面
*/
.special
.special-bg {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}
.special-main {
	transform: translateY(-60px);
}
#no-down .go-home {
	text-align: center;
}
#no-down .go-home a {
	background: #00B277;
	background-image: linear-gradient(-40deg, #00B277, #ffa365);
	padding: 10px 30px;
	border-radius: 20px;
	display: inline-block;
}
/*
* 网站底部
*/
.footer {}
.foot-wrap{background-color: #141727;
	background-image: linear-gradient(310deg,#3a416f,#141727);}
.footer .footWidget {}
.footer .footWidget h3 {
	font-size: 15px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-family: arial;
}
.footer .footWidget h3 span {
	color: #303133;
}
.footer .footWidget ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.footer .footWidget ul li {
	margin-bottom: 10px;
}
.foot-menu h5{color:#fff;}
.foot-menu li a{color: rgba(255,255,255,.8);}

.footer .foot-logo {
	height: 50px;
}
.footer .foot-logo p{color: rgba(255,255,255,.8);padding:10px 0;}
.footer .foot-logo img {
	height: 40px;
}
.foot-follow {
	position: relative;
}
.foot-follow img {
	height: 90px;
	width: 90px;
}
.foot-cop {
	background: #162230;
	padding: 20px;
	color: #959799;
}
.foot-db ul {
	list-style: none;
}
.foot-db ul li {
	display: inline-block;
}
.foot-db a {
	margin-left: 10px;
	color:#959799;
}
.foot-links ul {
	list-style: none;
	padding-left: 0;
}
.foot-links li {
	display: inline-block;
	line-height: 28px;
}
.foot-links li a {
	font-size: 12px;
	color: #606266;
	margin-right: 20px;
}


.link {
	border: 1px dashed var(--br-c)
}
.link ul {
	list-style: none;
}
.link ul li {
	display: inline-block;
}
.link a {
	color: #909399;
	margin-right: 15px;
}
.link a:hover {
	color: #303133;
}
.footer .footCop {
	font-size: 13px;
	background: #F7F8FC;
	font-family: arial;
}

.mobile-menu {display:none;}
@media (max-width: 767px){
	#dan-bi .top-active {transform: translateY(-94px);}
	.navBar .nav {display: none}
	.menu-mobile-container{padding: 9px 0 9px 15px;background-color: #00B277;background-image: linear-gradient(310deg,#4AD295,#00B277);}
	.menu-mobile-container .mobile-menu {display:block;margin-bottom: 0;}
	.menu-mobile-container .mobile-menu {list-style: none;}
	.menu-mobile-container .mobile-menu li {width: 14.2857%;float: left;}
	.menu-mobile-container .mobile-menu li a {color: #fff;font-size: 15px;}
	.menu-mobile-container:after {clear: both;content: " ";display: block;}

	.search {
		min-width: 160px;
	}

	.game .switcher ul {
		overflow-x: scroll;
		white-space: nowrap;
		display: block;
	}
	.switcher .uk-subnav li {
		display: inline-block;
	}
	.game .switcher .uk-switcher ul {}
	.game .switcher .uk-switcher ul li {
		width: 25%;
	}
	.pageRank .rankBg {
		height: 160px;
		position: relative;
	}
	.pageRank .rankBg img {
		max-width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.pageRank .rankMenu ul li {
		height: 50px;
	}
	.pageRank .rankMenu ul li a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.pageRank .rankMenu ul .current-menu-item a {
		height: 60px;
		line-height: 60px;
	}
	.pageRank .rankMain .item {
		padding: 15px;
	}
	.pageRank .rankMain .item .content {
		display: block;
	}
	.pageRank .rankMain .item .content a {
		font-size: 14px;
	}
	.pageRank .rankMain .item .num {
		margin-right: 12px!important;
	}
	.pageRank .rankMain .item .icon {
		width: 68px;
		height: 68px;
		margin-right: 10px;
	}
	.pageRank .rankMain .item .data {
		min-width: auto;
		margin: 5px 0!important;
		font-size: 13px;
	}
	.pageRank .rankMain .item .count {
		margin: 0!important;
		font-size: 13px;
	}
	.pageRank .rankMain .item .down {
		padding: 6px 8px;
		border-radius: 4px;
		font-size: 12px;
		margin: 0!important;
	}
	.category .catHead {
		padding: 0;
	}
	.category .articleGame .item .info span {
		padding-right: 6px;
		padding-right: 8px;
		margin-right: 4px;
	}
	.category .articleGame .item .info span:after {
		height: 10px;
	}
	.category .articleNews article .thumb {
		width: 100%;
	}
	.pageRank .rankMain .item .down i {
		display: none;
	}
	.category .articleGame ul li {
		width: 50%;
	}
	.category .articleGame .item .info {
		font-size: 12px;
	}
	.single .singleGame .singleHead .icon {
		width: 100%;
	}
	.single .singleGame .singleHead .down {
		display: flex;
		flex-direction: column;
		gap: 1.25rem;
	}
	.single .singleGame .singleHead .down>div {
		margin: 0!important;
		width: 100%;
		text-align: center;
	}
	.single .singleGame .singleHead .down a{
		width: 68%;
	}
	.singleNews .singleContent p img {
		max-width: 100%
	}
	.error-404 {
		display: block;
		position: relative;
	}
	.page-404 .page-content h2 {
		font-size: 24px;
	}
	.page-404 .page-content p {
		padding: 20px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.page-404 .page-content h3 {
		margin-top: 15px;
		font-size: 16px;
		margin-top: 15px;
	}
	.page-404 .page-content .go-home {
		padding: 8px 20px 8px 15px
	}

	.foot-cop>div {
		text-align: center;
		display: block;
	}
	.foot-db {
		margin-top: 10px;
	}


	.foot-links li {
		line-height: 20px;
	}
	.foot-links li a {
		margin-right: 10px;
	}





	.m-mianleft {}
	.m-mianleft h1{ line-height: 40px; font-size: 24px; margin: 20px 0 10px 0  }

	.m-txtinfo { color: #aaa;  font-size: 14px;height: 22px; line-height: 22px; margin-bottom: 8px  }
	.m-txtinfo p { margin-right: 30px; }
	.m-txtinfo p i {font-style:normal;}






}

/**/

.m-tags a { color: #f60; border:1px #f60 solid; display: inline-block; padding: 2px 8px; margin-right: 10px; border-radius: 3px }
.m-tags a:hover {background-color: #f60; color: #fff}
.m-tags{margin-top: 10px;}

/*列表分页*/
.fenye a {display: inline-block;padding: 7px 15px;border-radius: 4px;margin-right: 6px;color: #666;background-image: linear-gradient(0deg,#fff,#f3f5f8);border: 2px solid #fff;box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;}
.fenye a:hover {background: #00B277;color: #fff;}
.fenye a.curpage {background: #00B277;color: #fff;transition: all .3s;}
.fenye .pageinfo {margin-right: 20px;}
.pb-20 {padding-bottom: 20px}
@media (max-width:640px){
	.fenye .pageinfo {display: none}
}

/*搜索页面*/
.px-auto {padding: 20px}
.breadcrumbs{padding-left: 20px;}
.breadcrumbs h3 {color: #333;font-weight: 700;font-size: 16px;}
.tag-container .flex-between{display: flex;}
.tag-container .flex-between img{height:200px;margin-right: 20px;}
.tag-container .flex-between .tag-content h1{font-size: 16px;color: #f60;font-weight: 700;}
.tag-container .flex-between .tag-content p{font-size: 14px;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden}
.tag-container .flex-between .tag-content .guess-like{list-style:none;margin-top: 10px;}
.tag-container .flex-between .tag-content ul {padding-left: 0;}
.tag-container .guess-like li {background-color: #e9e9e9;display: inline-block;color: white !important;height: 26px;line-height: 26px;margin: 0 2px 5px 0;padding: 0 10px;position: relative;text-decoration: none;}
.tag-container .guess-like li a {color: white;font-size: 12px !important;}
.tag-container .guess-like li:hover {background: #f76c03;color: white!important;}
.tag-container .guess-like li:nth-child(9n-8) {background-color: #000;}
.tag-container .guess-like li:nth-child(9n-7) {background-color: #60a805;}
.tag-container .guess-like li:nth-child(9n-6) {background-color: #d60303;}
.tag-container .guess-like li:nth-child(9n-5) {background-color: #3FB8AF;}
.tag-container .guess-like li:nth-child(9n-4) {background-color: #b91ebe;}
.tag-container .guess-like li:nth-child(9n-3) {background-color: #ff6000!important;}
.tag-container .guess-like li:nth-child(9n-2) {background-color: #dbae19;}
.tag-container .guess-like li:nth-child(9n-1) {background-color: #409eff!important;}
.tag-container .guess-like li:nth-child(9n) {background-color: #858585;}
@media (max-width:768px){
	.px-auto {padding: 15px}
	.tag-container .flex-between{flex-direction: column;}
	.tag-container .flex-between img{height:200px;margin-right: 0;margin-bottom: 10px;}
}

#recommend-app .section-title{font-size: 16px;font-weight:700;margin-bottom: 20px;}
#recommend-app .section-title span.more a {color: #f33}
#recommend-app .list{gap: 0.25rem;display: grid;grid-template-columns: repeat(12, minmax(0, 1fr));height: 95px;overflow: hidden}
#recommend-app .hentry {text-align: center}
#recommend-app .hentry .thumbnail-link{margin-bottom: 5px}
#recommend-app .thumbnail-link img{width: 70px;height: 70px;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0,0,0,.35);}
#recommend-app .thumbnail-link img:hover {transform: scale(1.05);}
#recommend-app .hentry .app-title {padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
@media (max-width:1200px){
	#recommend-app .list{gap: 1rem;display: grid;grid-template-columns: repeat(8, minmax(0, 1fr));}
}
@media (max-width:768px){
	#recommend-app .list{gap: 1rem;display: grid;grid-template-columns: repeat(6, minmax(0, 1fr));}
}
@media (max-width:640px){
	#recommend-app .list{gap: 0.5rem;height: 168px;overflow: hidden;grid-template-columns: repeat(4, minmax(0, 1fr));}
	#recommend-app .thumbnail-link img{border-radius: 10px;width: 60px;height: 60px;}
}

/*app详情页*/
.uk-slider-items.uk-grid li img{height: 450px;}
@media (max-width:640px){
	.uk-slider-items.uk-grid li img{height: 200px;}
}

.word-in-one {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-line-clamp: 1;-webkit-box-orient: vertical;width: 90%;}


/*游戏下载列表*/
.recom .recomCat .box {padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px dashed #eaecef;}
.recom .recomCat .box b{font-size:15px;color: #f53939;background-image: linear-gradient(310deg,#f53939,#fbcf33);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.recom .recomCat .box:nth-child(2) b {color: #b76a31;background-image: linear-gradient(310deg, #9f4828, #d7530f);}
.recom .recomCat .box:nth-child(3) b {color: #ff0080;background-image: linear-gradient(310deg,#7928ca,#ff0080);}
.recom .recomCat .box:last-child {padding-bottom: 0;margin-bottom: 0;border: none;}
.recom .recomCat .box a{margin-left: 20px;font-size: 13px;}
.recom .recomCat .box a:hover {color: #00B277;}
.recom .recomCat .box a.current{color: #00B277;font-weight: bold;}
.articleGame .empty {text-align: center;padding: 150px;}
.articleGame .empty a{color: red}

.h-21{height: 21px;overflow: hidden}

/** 视频列表 **/
.video_list ul{gap: 1rem;display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));padding: 0}
.video_list ul li{background-color: #fff;padding-bottom: 4px;border-radius: 8px;overflow: hidden;height: 229px;margin: 5px;margin-bottom: 25px;position: relative;display: inline-block;box-shadow: 0 3px 10px 0 #efefef;}

.video_list ul li:hover{box-shadow: 0 3px 10px 0 #c3c3c3;}
.video_list ul li:hover .video_bg{opacity: 1;}
.video_list ul li a{display: inline-block;width: 100%;}
.video_list ul li a img{width:100%;height:165px;display: block;}
.video_list ul li a .video_bg{position: absolute;top: 0;left: 0;width: 100%;background: rgba(0, 0, 0, .3) url(/common/static/playstation/image/video_open2.png) no-repeat center!important;background-size: 38px;height: 165px;opacity: 0;transition: .2s;border-radius: 3px;}
.video_list ul li a p{color: #333;font-size: 14px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 0 10px;margin-top:2px;}
.video_list ul li a p i em{display: inline-block;background: url(/common/static/playstation/image/video_n.png) no-repeat center;width: 16px;height: 16px;background-size: 16px;transform: translateY(3px);margin-right: 3px;}
.video_list .pop{font-size: 12px; color: #adadad!important;}
.video_list .pop i{font-style: normal;}
.video_list .pop .fr{float: right}

@media (max-width:1200px){
	.video_list ul{gap: 1rem;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));}
}
@media (max-width:1024px){
	.video_list ul{gap: 1rem;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));}
}
@media (max-width:768px){
	.video_list ul{gap: 1rem;display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media (max-width:640px){
	.video_list ul{gap: 1rem;display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));}
	.video_list ul li a img{height: 85px}
	.video_list ul li a .video_bg {height: 85px;opacity: 1;}
	.video_list ul li {height: 145px;margin-bottom: 5px}
	.video_list ul {gap: 0.25rem;}
}

.gonglue .mt-20 {margin-top: 20px;}
.gonglue .top a {display: flex;justify-content: flex-start;gap: 1rem;}
.gonglue .top a .info h3 {font-size: 16px;font-weight: 700;}
.gonglue .top a .info .description {color: #888888;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.gonglue .top a .info .foot {display: flex;justify-content: space-between;font-size: 12px;color: #adadad}
.gonglue .articles {grid-template-columns: repeat(2, minmax(0, 1fr));row-gap: 0.25rem;}
.gonglue .articles li {background-color: unset; border: none;height:auto;margin-bottom:0;box-shadow:none;}
.gonglue .articles li:hover {box-shadow: none;}
.gonglue .articles li:hover a{color: #00B277}
@media (max-width:1200px){
	.gonglue .top a img {width: 300px;}
}
@media (max-width:1024px){
	.gonglue .top a {display: flex;flex-direction: column;gap: 1rem;}
	.gonglue .top a img {width: 100%;}
	.gonglue .articles {grid-template-columns: repeat(1, minmax(0, 1fr));row-gap: 0.25rem;}
}

/*图片上的文字*/
.position-relative {position: relative}
.position-relative .image-text {position: absolute;bottom: 0;color: white;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom:0;background: #5757576b;padding: 5px;width: 100%;text-align: center;}
.position-relative:hover .image-text {color: #00B277}

/*页脚*/
@media (max-width:1200px){
	.foot-qrcode {display: none}
	.footer .foot-logo p.uk-margin-remove {height: 14px;overflow: hidden}
}

/*新闻攻略子菜单*/
#scroll-container {overflow: hidden;}
#scroll-container #scroll-ul {display: flex;gap: 10px;white-space: nowrap;transition: transform 0.3s ease;}
#scroll-container #scroll-ul li {list-style: none;margin-right: 10px;text-align: center;overflow: hidden;flex-shrink: 0;}
#scroll-container #scroll-ul li:last-child {padding-right: 20px}
#scroll-container #scroll-ul li a{display: inline-block;width: 100%;}

/*标签云*/
.sidebar .tagcloud {padding-top: 10px;}
.sidebar .tagcloud a {background-color: #e9e9e9;display: inline-block;color: white !important;font-size: 12px !important;font-weight:700; height: 26px;line-height: 26px;margin: 0 2px 5px 0;padding: 0 15px;position: relative;text-decoration: none;}
.sidebar .tagcloud a:hover {background: #f76c03;color: white!important;}
.sidebar .tagcloud a:nth-child(9n-8) {background-color: #000;}
.sidebar .tagcloud a:nth-child(9n-7) {background-color: #60a805;}
.sidebar .tagcloud a:nth-child(9n-6) {background-color: #d60303;}
.sidebar .tagcloud a:nth-child(9n-5) {background-color: #3FB8AF;}
.sidebar .tagcloud a:nth-child(9n-4) {background-color: #b91ebe;}
.sidebar .tagcloud a:nth-child(9n-3) {background-color: #ff6000!important;}
.sidebar .tagcloud a:nth-child(9n-2) {background-color: #dbae19;}
.sidebar .tagcloud a:nth-child(9n-1) {background-color: #409eff!important;}
.sidebar .tagcloud a:nth-child(9n) {background-color: #858585;}