/*
Theme Name: Duke主题
Theme URI: www.ztjun.com
Author: 阿叶(主题君)
Author URI: https://www.ztjun.com
*/
@charset "utf-8";
:root {
    --pm-c: #409EFF;
    --bg-c: #eff1f4;
    --br-c: #f2f5f9;
}

a {
    transition: all .3s;
}
.box {
	padding: 20px;
}
.b-b {
	border-bottom: 1px solid #f1f1f1!important;
}
.b-t {
	border-top: 1px solid #f1f1f1!important;
}
.b-l {
	border-left: 1px solid #f1f1f1!important;
}
.b-a {
	border: 1px solid #f1f1f1!important;;
}
.w400 {
	width: 400px;
}
.w360 {
	width: 360px;
}
.w320 {
	width: 320px;
}
.lin-2 {
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.lin-3 {
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.site-bg {
    width: 100%;
}
.site-bg img {
    width: 100%;
}
.zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url(static/images/pattern.png) repeat top left;
    z-index: 1;
}
section {
    position: relative;
    z-index: 10;
}
.c-fff {
    color: #fff !important;
}
.b-r-4 {
    border-radius: 4px !important;
}
/*
 * 网站顶部
 */
.header {
	background-size: 100%;
	background-repeat: no-repeat;
}

.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;
}

.all-menu {
	display: none
}
.head {
	padding: 30px 0;
}
.head .logo {}
.head .logo a {
    display: inline-block;
    height: 50px;
}
.head .logo a img {
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
/*
 * 网站搜索
 */

.search {}
.search form {
	background: var(--bg-c);
	min-width: 320px;
	border-radius: 4px;
	overflow: hidden;
}
.search form input {
	background: transparent;
	border: 0;
	padding: 0 20px;
	color: #7288a3;
}
.search input:focus {
	outline: none;
	border: 0;
	background: transparent;
	color: #adc3dd
}
.search form input::-webkit-input-placeholder{
    color: #7288a3
}
.search form input::-moz-placeholder{
    color: #7288a3;
}
.search form input:-moz-placeholder{
    color: #7288a3;
}
.search form input:-ms-input-placeholder{
	color: #7288a3;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px var(--bg-c) inset !important;
    -webkit-background-clip:text;
    color: #C0C4CC!important;
    -webkit-text-fill-color: #C0C4CC !important;
}

.search form button {
    min-width: 70px;
    background: var(--pm-c);
    font-size: 15px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    height: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 13px 0;
    line-height: normal;
}
.search-tags {
    margin-top: 10px;
}
.search-tags span {
	color: #7288a3;
	font-size: 15px;
}
.search-tags a {
	color: #7288a3;
	font-size: 14px;
}
.search-tags ul {
    padding: 0;
	margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-tags li {
	display: inline-block;
	margin-right: 10px;
}
.search-cat {
    width: 100px;
    background-color: transparent!important;
    border: navajowhite;
    color: #7288a3!important;
}
/*
 * 网站导航条
 */

.header .nav-bar {
	background: var(--pm-c);
	height: 54px;
}
.header .nav-bar>ul {
    overflow: hidden;
}

.header .nav-bar>ul .sub-menu {
    display: none;
}

.header .nav-bar>ul>li {
	line-height: 54px;
	display: inline-block;
	float: left;
}
.header .nav-bar>ul>li>a {
    display: block;
	font-size: 16px;
	height: 100%;
	letter-spacing: .5px;
	color: #fff;
	padding: 0 30px;
}
.header .nav-bar>ul>li>a:hover {
	background: #2490ff;
}
.header .nav-bar>ul> .current-menu-item a {
	background: #2490ff;
}
.header .nav-bar>ul>li>a {
    position: relative;
}
.header .nav-bar>ul>li>a em {
    position: absolute;
    top: 5px;
    right: -10px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: normal;
    border-radius: 10px;
    padding: 2px 8px 2px 6px;
    transform: scale(0.75) translateY(-15px);
    
}
.header .nav-bar>ul>li>a>.hot {
    background: linear-gradient(to right,#fa9b39 0,#e1601d 100%);
}
.header .nav-bar>ul>li>a>.new {
    background: linear-gradient(to right,#fa39f4 0,#991de1 100%);
}

/*
 * 首页
 */

.main {
/*	background-image: url('https://img.15u.cn/wp-content/themes/15u/static/images/bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;*/
}


/*
 * 首页游戏切换
 */

.game-recom {}
.game-recom i {
    display: block;
    width: 36px;
    margin-right: 15px;
}
.game-recom ul {
	padding: 5px 0;
	padding-bottom: 0;
	list-style: none;
	margin: 0 -8px;
}
.game-recom ul li {
	width: 8.333%;
	text-align: center;
	float: left;
}
.game-recom ul li a {
	display: inline-block;
	color: #606266;
	font-size: 14px;
	padding: 0 8px;
	font-family: Arial;
}
.game-recom ul li:hover a {
	color: var(--pm-c);
}
.game-recom ul li .icon {
	margin-bottom: 6px;
	overflow: hidden;
}
.game-recom ul li .icon img {
	border-radius: 12px;
	width: 78px;
	height: 78px;
}



/*
 * 首页分类推荐
 */

.recom-cat {
    
}
.recom-cat ul {
    overflow: hidden;
	padding-left: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	list-style: none;
    white-space: nowrap;
    position: relative;
}
.recom-cat ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(-89deg,rgb(255, 255, 255),rgb(255, 255, 255,.1));
}
.recom-cat ul:last-child {
    margin-bottom: 0;
}
.recom-cat ul li {
	display: inline-block;
}
.recom-cat ul li span {
    font-size: 18px;
    color: #333;
}
.recom-cat ul li i {
	display: inline-block;
	line-height: 0;
	margin: 0 20px;
}
.recom-cat ul li a {
	color: #606266;
	margin-right: 20px;
	display: block;
	max-width: 100px;
	overflow: hidden;
    transform: translateY(5px);
}
.recom-cat ul li a:hover {
	color: var(--pm-c);
}

/*
 * 首页幻灯片
 */
.slide {}
.slide .uk-slideshow-items {
	min-height: 230px!important;
}
.slide .uk-slideshow-nav {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.slide .uk-slideshow-nav li {
	margin: 0 3px;
	padding: 0;
}
.slide .uk-slideshow-nav a {
	background: #fff;
	border: 0;
	width: 8px;
    height: 8px;
}
.slide .uk-slideshow-nav .uk-active {}
.slide .uk-slideshow-nav .uk-active a {
	border-radius: 20px;
	width: 20px;
	background: var(--pm-c);
}
.slide .thumb {
	height: 125px;
	width: 185px;
}
.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;
}


/*
 * 首页推荐资讯
 */

.news-switch {
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
.news-switch .news-menu {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #f6f6f6;
}
.news-switch .news-menu li {
	display: inline-block;
	transform: translateY(1px);
}
.news-switch .news-menu li a, .news-switch .news-menu li span {
	display: block;
	padding: 12px 0;
	text-align: center;
	background: #fafafa;
	cursor: pointer;
	color: #909399;
	margin: 0 1px;
}

.news-switch .news-menu .uk-active a, .news-switch .news-menu .uk-active span {
	background: #fff;
	position: relative;
	border-right: 1px solid #f6f6f6;
	padding: 14px 0;
	color: var(--pm-c);
	margin: 0;
}
.news-switch .news-menu .uk-active a:after, .news-switch .news-menu .uk-active span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--pm-c);
}

.news-ul {
	border-right: 1px solid #f6f6f6;
}
.news-ul h3 {
	margin: 0;
}
.news-ul h3 a {
	display: block;
	padding: 0 15px;
	color: var(--pm-c);
	font-size: 16px;
	font-weight: bold;
}
.news-ul h3 p {
	padding-top: 10px;
	font-size: 14px;
	color: #909399;
}
.news-ul ul {
    padding-bottom: 10px;
}
.news-ul ul li {
	margin-bottom: 10px;
}
.news-ul ul li:last-child {
	margin-bottom: 0;
}
.news-ul ul span {
	color: #909399;
	margin-left: 20px;
}
.news-ul ul li a {
	color: #606266;
}
.news-ul ul li a:hover {
	color: var(--pm-c);
}
.recom-game {
	margin-top: 15px;
}
.recom-game .icon {
	display: block;
	height: 54px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 5px;
}
.recom-game a {
	color: #606266;
}
.recom-game a:hover {
    color: var(--pm-c);
}

/*
 * 首页新游上线
 */
.newGame {
	padding-bottom: 30px;
}
.newGame .title {
	padding: 30px 0;
}
.newGame .title span {
	font-size: 20px;
	color: var(--pm-c);
	margin: 0 20px;
}
.newGame .title em {
	display: inline-block;
	width: 70px;
	height: 1px;
	position: relative;
	background: #eee;
}
.newGame .title em:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	right: 0;
	top: -4px;
	background: #f7f7f7;
	border: 2px solid #eee;
}
.newGame .title em:last-child:after {
	left: 0;
}
.newGame .active .item {
	width: 495px!important;
}
.newGame .active .content {
	display: block;
}
.newGame .item {
	width: 220px;
	height: 360px;
	transition: all .3s;
}

.newGame .item .thumb {
    display: block;
	width: 220px;
	height: 100%;
	color: #fff;
	background: #000;
}
.newGame .item .thumb img {
	opacity: .6;
}


.newGame .content {
	display: none;
	padding: 15px;
}
.newGame .content h3 {
    font-size: 20px;
    padding: 5px 0 15px 0;
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Arial';
}
.newGame .content .desc {
    font-size: 13px;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
}
.newGame .content .info {
	margin-top: 20px;
	padding-top: 15px;
}
.newGame .content .info em {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin: -1px 5px;
}
.newGame .content .down {
	border-radius: 2px;
	padding: 3px 8px;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	transition: all .3s;
}
.newGame .content .down:hover {
	background: var(--pm-c);
	color: #fff;
} 

/*模块标题*/
.module-title {}
.module-title .title {
    display: inline-block;
	padding-bottom: 20px;
	color: #303133;
	position: relative;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.2
}
.module-title span {
    display: inline-block;
	padding-bottom: 20px;
	color: #303133;
	position: relative;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.2;
}

.module-title ul {
	list-style: none;
	text-align: right;
	margin: 0;
}
.module-title ul .current-cat a {
	position: relative;
	color: var(--pm-c);
	font-weight: bold;
}
.module-title ul li {
	display: inline-block;
	margin-left: 30px;
}
.module-title ul li a {
    font-size: 13px;
	display: block;
	color: #606266;
}
.module-title ul li a:hover {
	color: var(--pm-c);
}
.title-hr {}
.title-hr span {
    border-bottom: 3px solid var(--pm-c);
}

.game-title span:after {
    background-position: -10px -62px;
}
.news-title span:after {
    background-position: -55px -60px
}
.app-title span:after {
    background-position: -157px -60px;
}



/*
 * 首页游戏模块
 */
.part-game {}
.part-game .game-main {}
.part-game .game-main .uk-grid {
	margin-left: -20px
}
.part-game .game-main .uk-grid-margin {
	margin-top: 20px;
}
.part-game .game-main .item {
	width: 12.5%;
	padding-left: 20px;
}

.part-game .game-main .item .icon {
	display: block;
	height: 88px;
	margin-bottom: 5px;
}
.part-game .game-main .item .icon img {
    width: 100%;
    height: 100%;
    min-height: 88px;
    border-radius: 12px;
}
.part-game .game-main .item .icon span {
	margin-top: 6px;
	color: #606266;
	transition: all .3s;
}
.part-game .game-main .item:hover span {
    color: var(--pm-c);
    font-size: 14px;
}


.list-news {}
.list-news .title a {
	font-size: 14px;
}
.gameGl {}
.gameGl h3 {
    margin-top: 0;
    margin-bottom: 24px;
}
.gameGl h3:last-child {
    margin-bottom: 0;
}
.gameGl ul {
    margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.gameGl li {
	padding-left: 15px;
	position: relative;
}
.gameGl li:last-child {
	margin-bottom: 0;
}
.gameGl li a {
	padding: 7px 0;
	color: #606266;
}
.gameGl ul li:first-child a {
	padding-top: 0;
}
.gameGl ul li:last-child a {
	padding-bottom: 0;
}
.gameGl li:hover a {
	color: var(--pm-c);
}
.gameGl li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #eee;
	transition: all .3s;
}
.gameGl li:hover:before {
	background: var(--pm-c);
	border: 1px solid var(--pm-c);
}
.gameDt {}
.gameDt .item {
	margin-top: 20px;
	padding-bottom: 20px;
}
.gameDt .item:last-child {
	border-bottom: 0!important;
}
.gameDt .item .thumb {
	display: block;
	width: 120px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
}
.gameDt .item:hover a{
	color: var(--pm-c);
}
.gameDt .item a {
    color: #606266;
}

.gameCp {}
.gameCp .item {
	margin-bottom: 10px;
	display: block;
	height: 86px;
}
.gameCp .item .cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.gameCp .item .cover h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	padding-left: 30%;
}
.gameCp .item .cover .score {
    font-size: 30px;
    font-weight: bold;
    color: #ff6600;
    line-height: normal;
}


/*
 * 首页游戏壁纸
 */
.game-images {}

.game-images a {
	display: block;
	position: relative;
}
.game-images .uk-grid-small {
	margin-left: -5px
}
.game-images .uk-grid-small>* {
	padding-left: 5px;
}
.game-images img {}
.game-images .w360 {
	height: 305px;
}
.game-images .thumb a {
	height: 150px;
	margin-bottom: 5px;
}
.game-images .cover {
	color: #fff;
	padding: 10px;
    transform: translateY(100px);
    transition: all .3s;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.game-images a:hover .cover {
	transform: translateY(0px);
}
/*
 * 首页排行榜
 */
.part-rank {}

.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 {
    overflow: hidden;
}
.rank .card .info a {
	font-size: 15px;
	color: #303133;
	margin-bottom: 6px;
}
.rank .card .info em {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #eee;
    margin: 0 8px;
}
.rank .card .down {}
.rank .card .down a {
	padding: 5px 6px;
	border-radius: 4px;
	background: var(--pm-c);
	color: #fff
}
.rank .card .down a:hover {
	background: var(--pm-c);
	color: #fff;
}
.rank .list {}
.rank .list a {
	font-size: 15px;
	color: #606266;
}
.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: 4px;
}
.rank ul li:nth-child(1) .num {
	background: var(--pm-c);
	color: #fff;
}
.rank ul li:nth-child(2) .num {
	background: #5fb9ff;
	color: #fff;
}
.rank ul li:nth-child(3) .num {
	background: #b0ddff;
	color: #fff;
}

/*
 * 面包屑
 */

.crumb {
    color: #909399;
}
.crumb a {
    color: #606266;
}
.crumb .icon-crumb-arrow {
    display: inline-block;
	height: 15px;
    width: 15px;
    background-image: url(static/images/icon.png);
    background-size: 500px 400px;
    background-position: -137px -16px;
    margin: 0 3px;
}
/*
 * 列表分类
 */
.list-cat {}
.list-cat ul {
    padding-bottom: 0;
    list-style: none;
    padding: 15px 0;
    overflow: hidden;
}
.list-cat ul .current-cat a {
    background: var(--pm-c);
    color: #fff;
} 
.list-cat ul li {
    display: inline-block;
    width: 10%;
    float: left;
    text-align: center;
}
.list-cat ul li a {
    background: #f5f7f8;
    padding: 8px 20px;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 13px;
    color: #606266;
}
.list-cat ul li a:hover {
    background: var(--pm-c);
    color: #fff;
}

.category .game-recom {
    margin-bottom: 20px!important;
    padding: 0!important;
    margin-top: 0!important;
}
/*
 * 手游列表页面
 */
.list-game {}
.list-game .game-main {}
.list-game .game-main .uk-width-auto {
	width: 16.666%;
}
.list-game .game-main .item {
	padding: 20px 0;
	transition: all .3s;
	border-radius: 4px;
}
.list-game .game-main .item:hover {
	box-shadow: 0 2px 5px -2px #eee;
	transform: translateY(-3px);
}

.list-game .game-main .item .icon {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 15px;
    overflow: hidden;
}
.list-game .game-main .item .icon img {
    width: 100%;
    height: 100%;
}
.list-game .game-main .item .title {
    padding: 0 15px;
	font-size: 15px;
	margin: 10px 0 5px 0;
}
.list-game .game-main .item .info {}
.list-game .game-main .item .info span {
	display: inline-block;
	position: relative;
}
.list-game .game-main .item .info em {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 5px;
}
.list-game .game-main .item .down {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
    color: #909399;
    transition: all .3s;
    border: 1px solid #F6F6F6
}
.list-game .game-main .item:hover .down{
	color: #fff;
	background: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.list-recom {
	padding: 20px 15px;
	border-top: 5px solid var(--pm-c);
	background: #283443;
}
.list-recom .title {
	position: relative;
	padding-left: 15px;
}
.list-recom .title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: var(--pm-c);
}
.list-recom .title span {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	color: var(--pm-c);
}
.list-recom-l {}
.list-recom-r {
    width: 460px;
}
.list-recom .icon {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	overflow: hidden;
	line-height: normal;
	margin-right: 8px;
}
.list-recom .icon img {
	width: 100%;
	height: 100%;
}
.list-recom a {
	color: #fff;
}
.list-recom ul li {
	max-width: 120px;
}



/*
 * 手游资讯列表页
 */
.list-news {}
.list-news .list-cat ul li {
    width: auto;
}
.list-news .news-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.list-news .news-item .thumb {
	display: block;
	width: 220px;
	height: 150px;
	overflow: hidden;
}
.list-news .news-item .thumb img {
	transition: all .3s;
}
.list-news .news-item:hover .thumb img {
	transform: translate(-50%,-50%) scale(1.05);
}
.list-news .news-item .title {
	font-size: 18px;
}
.list-news .news-item:hover .title {
	color: var(--pm-c);
}
.list-news .news-item .desc {
    min-height: 60px;
}
.list-news .news-item .desc p {
	margin: 0;
}
.list-news .news-item .more {
	color: var(--pm-c);
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	border: 1px solid var(--pm-c);
}
.list-news .news-item:hover .more {
	color: #fff;
	background: var(--pm-c);
}
/*
 * 分页
 */
.fenye {}
.prev, .next {}
.fenye .page-numbers {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
	transition: all .3s;
	border: 1px solid #F6F6F6
}

.fenye .current {
	background-color: var(--pm-c);
	color: #fff;
	border:none;
	transition: all .3s
}
.fenye .current:hover {
	border: none!important;
}
.fenye .page-numbers:hover {
	background-color: var(--pm-c);
	color: #fff;
}
/*
 * 排行榜页面
 */
.rankMain {}
.rankMain>div {
	border-radius: 4px;
}
.rankMenu {}
.rankMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.rankMenu ul li {
	float: left;
	width: 25%;
	height: 70px;
	position: relative;
}
.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;
}
.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;
}
.rankMenu ul .current-menu-item {}
.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: var(--pm-c);
}
.rankMenu ul .current-menu-item a:after {
	display: none;
}
.rankMain .item {
	padding: 30px;
	border-bottom: 1px dashed #f6f6f6;
	transition: all .3s;
}
.rankMain .item:hover {
	background: var(--bg-c);
}
.rankMain .item .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.rankMain .item .icon img {
	width: 100%;
	height: 100;
}
.rankMain .item .thumb {
	width: 120px;
	height: 90px;
}
.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%;
}

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




/*
 * 文章页面
 */
.single {}
.single .game-recom {
    margin-top: 0;
    padding-top: 0;
}
.single .single-content {
    padding: 30px;
    font-size: 15px;
    line-height: 24px;
}
.single .single-content P {
    font-size: 15px;
    text-indent: 2em;
    line-height: 28px;
    max-height: none!important;
    text-align: justify;
}

.single .single-content P a {
    color: var(--pm-c);
}
.single .single-content P img,
.single .single-content figure img {
    display: block;
    margin: 10px auto;
    max-width: 650px;
    border-radius: 12px;
    height: auto!important;
}
.single iframe {
    max-width: 100%;
    margin: 0 auto;
    height: 400px;
    margin-right: 20px;
}
.single .single-content pre {
    border: 0;
    font-size: 14px;
    font-family: Arial;
    border-radius: 0;
    font-family: 微软雅黑;
    white-space: pre-wrap;
}
.single .single-content h2,
.single .single-content h3 {
    margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
}
.single .single-content h2::before,
.single .single-content h3::before {
	content: '#';
	margin-right: 10px;
	color: var(--pm-c);
}
.single .single-tags {
    padding: 30px;
}
.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;
    color: #909399;
}
.single .single-tags a:hover {
    background: var(--pm-c);
    color: #fff;
}

.single .single-images {
    padding: 30px;
}
.single .single-content .xg-list {
    border: 1px solid #ccc;
    overflow: hidden;
}
.single .single-content .xg-list li {
    text-align: center;
    margin-top: 0!important;
    margin-bottom: -1px;
    color: var(--pm-c);
    border-bottom: 1px solid #ccc;
}
.single .single-content .xg-list li a {
    display: block;
    border-right: 1px solid #ccc;
    color: var(--pm-c);
    padding: 10px 15px;
    font-size: 14px;
}
.single .single-content .xg-list li:nth-child(3n+3) a {
    border-right: 0;
}
.single .single-content .xg-list li a:hover {
    text-decoration: underline;
}
.icon-star {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 102px;
    background-image: url(static/images/icon-star-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(1px);
}
.icon-star:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(static/images/icon-star.png);
}
.star-1:after {
    width: 20px;
}
.star-2:after {
    width: 38px;
}
.star-3:after {
    width: 60px;
}
.star-4:after {
    width: 85px;
}
.star-5:after {
    width: 102px;
}


.single-down {}
.single-down .down-item {}
.single-down .down-item b {
    display: block;
    margin-bottom: 10px;
}
.single-down .down-item .speed {
    background: #f90;
    color: #fff;
}
.single-down .down-item a,
.single-down .down-item span {
    font-size: 12px;
    display: inline-block;
    padding: 8px 26px;
    background: #f3f3f3;
    border-radius: 4px;
    cursor: pointer;
    color: #666;
}
.single-down .down-item a:hover,
.single-down .down-item span:hover {
    opacity: .8;
}
.single-down .down-item .down-url {
    margin-bottom: 20px;
} 
.single-down .down-item .down-url:last-child {
    margin-bottom: 0;
}

.single-down .down-item .down-url .az {
    background: #92d14f;
    color: #fff;
}
.single-down .down-item .down-url .ios {
    background: #47a2ff;
    color: #fff;
}


.single-down .down-item .uk-grid-small>.uk-grid-margin {
    margin-top: 8px;
}

.single-news {}
.single-news .single-header {}
.single-news .single-header h1 {
    font-size: 24px;
    line-height: 36px;
}
.single-news .single-header .info {
    color: #909399;
}
.single-news .single-header .info a {
    color: #909399;
}


.single-app .single-content p,
.single-game .single-content p {
    text-indent: 0;
}


.single .down-info {}
.single .down-info .icon {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
}
.single .down-info .icon img {
    width: 100%;
    height: 100%;
}
.single .down-info h1 {
    font-size: 24px;
    font-weight: bold;
}
.single .down-info ul {}
.single .down-info ul li {
    width: 50%;
    font-size: 15px;
    color: #909399;
}
.single .down-info ul li .score {
    margin-left: 10px;
    color: #f49b00;
}
.single .down-btn {
    margin-top: 30px;
    padding-top: 20px;
}
.single .down-btn a,
.single .down-btn span {
    position: relative;
    display: block;
    padding: 15px 20px 15px 45px;
    border-radius: 4px;
    font-size: 15px;
    background-color: #c0c0c0;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    max-width: 160px;
}
.single .down-btn a:hover {
    opacity: .8;
}
.single .down-btn b {
    display: block;
}
.single .down-btn small {
    color: rgba(255,255,255,.7);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.single .down-btn a:after,
.single .down-btn span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    display: inline-block;
    background-image: url(static/images/icon.png);
    background-size: 500px 400px;
    width: 20px;
    height: 30px;
    background-position: -265px -110px;
}

.single .down-btn .speed {
    background-color: #3cc474;
    padding: 15px 20px 15px 40px;
}
.single .down-btn .speed:after {
    background-position: -305px -110px;
}
.single .down-btn .az {
    background: #3cc474;
}
.single .down-btn .az:after {
    background-position: -165px -110px;
}
.single .down-btn .ios {
    background: #2894ff
}
.single .down-btn .ios:after {
    background-position: -215px -110px;
}
.single .down-btn .box {
    background: #ff9800;
    color: #fff;
}

.single .down-btn .gift {
    background: var(--pm-c)
}
.single .down-btn .mob {
    background: #39a4ff;
    background-position: -215px -110px;
}
.single .down-btn .mob:after {
    background-position: -266px -140px;
}
.single .down-ewm {
    top: 100%;
    display: none;
    z-index: 20;
}
.single .down-ewm img {
    padding: 10px;
}
.single .down-ewm small {
    display: inline-block;
    line-height: 16px;
    padding: 8px 10px;
}

.single .down-btn .mob:hover .down-ewm {
    display: block;
}




.album-title {
    top: 0;
    width: 342px;
    height: 48px;
    background-image: url(static/images/single-album-top-bg.png);
}

.album-title b {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 48px;
}
.single-album .album-top {
    background: #f5faff;
    padding: 20px;
    padding-top: 30px;
    border: 1px solid #cae4ff;
}
.single-album .album-top .icon {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin-right: 20px;
}
.single-album .album-top h1 {
    font-size: 18px;
    font-weight: bold;
}
.single-album .album-top .desc {
    line-height: 32px;
    color: #999;
}
.single-album .album-top ul {
    width: 300px;
    list-style: none;
}
.single-album .album-top ul li {
    width: 43%;
    float: left;
    line-height: 32px;
    text-align: center;
    border: 1px solid #cae4ff;
    margin: 7px;
    color: var(--pm-c);
}
.album-warp {}
.album-warp .album-item {
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.album-warp .album-item .icon {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.album-warp .album-item .btn a {
    display: inline-block;
    width: 100px;
    line-height: 38px;
    border-radius: 8px;
    background: var(--pm-c);
    text-align: center;
    color: #fff;
}
.album-warp .album-item .title {}
.album-warp .album-item .title a {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.album-warp .album-item .title span {
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
    font-size: 13px;
    margin-left: 10px;
    padding: 0 5px;
}
.album-warp .album-item .info {
    margin: 15px 0;
}
.album-warp .album-item .info span {
    margin-right: 30px;
    color: #999;
}
.album-warp .album-item .desc {
    line-height: 26px;
    color: #999;
}







.single-relation {
    margin: 30px 0;
    font-size: 14px;
    transition: none;
}
.single-relation:hover {
    background: #f8f8f8;
}
.single-relation .thumb {
    width: 140px;
    height: 92px;
}
.single-relation .title {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
}
.single-relation .data {}
.single-relation .data span {
    margin-right: 30px
}
.single-relation .more {
    color: #fff;
    display: inherit;
    background: var(--pm-c);
    padding: 6px 20px;
    border-radius: 4px;
}
.single-relation .desc {
    font-size: 14px;
    margin: 10px 0;
    color: #999;
}
.relation-article {}
.relation-app .thumb {
    width: 92px;
    height: 92px;
    border-radius: 8px;
    overflow: hidden;
}


/*文章页相关游戏*/
.single-xgGame {
	padding: 30px;
	overflow: hidden;
}
.single-xgGame .icon {
	width: 100px;
	height: 100px;
    border-radius: 15px;
    overflow: hidden;
}
.single-xgGame h3 {
	margin-bottom: 10px;
}
.single-xgGame h3 a {
	font-size: 20px;
	display: block;
}
.single-xgGame h2:hover a {
	color: var(--pm-c);
}
.single-xgGame em {
    margin: 0 5px;
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
}
.single-xgGame .desc {
	overflow: hidden;
}
.single-xgGame .down {
	display: inline-block;
	padding: 10px 20px;
	background: var(--pm-c);
	border-radius: 20px;
	color: #fff;
}
.single-xg .uk-grid-medium>.uk-grid-margin {
    margin-top: 10px;
}


.single-v .card .icon {
    width: 50px;
    height: 50px;
}
.single-v .card .info a {
    font-size: 14px;
}
.single-v .card .down a {
    font-size: 12px;
}

/*回复模块*/
.module-comments {}
.module-comments .module-title {}
.module-comments .comment-list {}
.module-comments .comment-item {}
.module-comments .comment-item .comment-ava {
    width: 38px;
    height: 38px;
}
.module-comments .comment-item .comment-header {}
.module-comments .comment-item .comment-header .name {
    line-height: normal;
}
.module-comments .comment-item .comment-content {
    padding: 20px 0;
    font-size: 14px;
}
.comment-item .comment-foot {

}

.module-comments .comment-list .children {
    padding: 0;
    margin: 0;
}
.module-comments .comment-submit .avatar {
    width: 38px;
    height: 38px;
}
.module-comments .comment-submit button {
    background: var(--pm-c);
    color: #fff;
    border-radius: 4px;
}

/*单页面*/
.page {
    min-height: 800px;
}
.page-menu {
    width: 220px;
}
.page-menu ul {
    padding: 30px 0;
    margin: 0;
    list-style: none;
}
.page-menu ul .current-menu-item a {
    color: #fff;
    font-weight: bold;
    background: var(--pm-c);
}
.page-menu ul li {}
.page-menu ul li a {
    display: block;
    font-size: 16px;
    color: #909399;
    padding: 15px 0;
    padding-left: 30px;
}
.page-main {
    padding: 30px;
    box-shadow: -20px 10px 50px -10px rgba(0, 0, 0, .03)
}
.page-main .single-content p {
    text-indent: 0;
}
/*搜索页面*/
.page-search {}
.page-search .list-news {
    padding: 20px;
}
.page-search .list-news .news-item {
    padding: 30px;
}
.page-search .list-news .news-item .thumb {
    width: 220px;
    height: 130px;
}
.page-search article {
    margin-bottom: -1px!important;
    transition: all .3s;
}
.page-search article:hover {
    background: var(--bg-c);
}
/*
 * 标签页面
 */
.page-tag {}
.page-tag header {
    padding: 20px;
}
.page-tag ul {
    padding: 0 20px;
}
.page-tag ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.page-map {}
.page-map ul {
    padding: 0;
    list-style: none;
}
.page-map ul li {
    display: flex;
    color: #909399;
}
.page-map ul li a {
    flex: 1;
    font-size: 15px;
    padding: 5px 0;
    color: #606266;
}


.home-key {}
.home-key ul {
}
.home-key ul li {
    display: inline-block;
}
.home-key ul li a {
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f8f8f8;
    margin-bottom: 6px;
    margin-right: 3px;
    font-size: 13px;
    color: #666;
}
.home-key ul li a:hover {
    color: #fff;
    background: var(--pm-c);
}

/*专区页面*/
.header-zq {
    height: 320px;
    overflow: hidden;
}
.header-zq .top-bar,
.header-zq .nav-bar,
.header-zq .head {
    position: relative;
    z-index: 10;
}
.header-zq .head {
    padding: 30px 0;
}
.header-zq .head .logo a {
    display: block;
    height: 50px;
}

.header-zq .head h2 {
    color: #fff;
    position: relative;
    font-size: 22px;
    padding-left: 20px;
}
.header-zq .head .logo img {
    height: 100%;
}
.header-zq .header-bg {}
.header-zq .nav-bar {
    background: #fff;
}
.header-zq .nav-bar {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-zq .nav-bar li {
    margin: 0 10px;
}
.header-zq .nav-bar li a {
    display: block;
    padding: 15px;
    font-size: 15px;
}
.header-zq .nav-recom {
    background: rgba(255,255,255,.9);
}
.header-zq .nav-recom a span {
    color: var(--pm-c);
    margin-right: 3px;
}
.header-zq .uk-position-z-index {
    z-index: 10;
}

.zq-game {
    width: 280px;
}
.zq-title {
    padding-top: 100px;
}
.zq-title .zq-desc {}
.zq-title .zq-desc span {
    display: inline-block;
    background: #0003;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: .5px;
}
.zq-game .bg {
    width: 100%;
    height: 366px;
    background: #000
}
.zq-game .bg img {
    filter: blur(3px);
    opacity: .5;
    transform: scale(2,2);
    top: 0;
}
.zq-game .icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 26px;
    overflow: hidden;
    transition: all .3s;
}
.zq-game .icon:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 5px -2px rgb(0 0 0 / 42%)
}
.zq-game .icon img {
    width: 100%;
    height: 100%;
}
.zq-game .title {
    max-width: 130px;
    letter-spacing: .5px;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}
.zq-game .info {}
.zq-game .info em {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgb(255 255 255 / 55%);
    margin: 0 5px;
}
.zq-game .down {
    display: inline-block;
    padding: 6px 18px;
    background: var(--pm-c);
    color: #fff;
    border-radius: 20px;
}
.zq-news .zq-news-side {
    margin-left: 30px;
}
.zq-news .zq-news-side .uk-list>:nth-child(n+2){
    margin-top: 15px;
}
.zq-news .zq-news-side a {
    color: #606266;
    padding: 0;
}
.zq-images {}
.zq-images .thumb {
    height: 150px;
    overflow: hidden;
}
.zq-slide {
    width: 400px;
}
.zq-slide .thumb {
    width: 100%!important;
}

/*专题页面*/
.zt {}
.zt .zt-top {
    margin: 40px 0;
}
.zt .zt-top .thumb {
    width: 320px;
    height: 180px;
}
.zt .zt-top .desc {
    font-size: 15px;
    letter-spacing: .5px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    line-height: 24px;
}
.zt .zt-top .count {
    letter-spacing: .5px;
}
.zts {}
.zts .item {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--br-c);
}
.zts .item .thumb {
    width: 100%;
    height: 250px;
    background: #000;
}  
.zqs .item .thumb {
    height: 160px!important;
}
.zts .item .thumb img {
    opacity: .4;
    filter: blur(5px);
}
.zts .zt-item {
}
.zts .zt-item p {
    letter-spacing: .5px;
    min-height: 54px;
}

.zts .zt-item .uk-width-auto {
    width: 16.666%;
}
.zts .zt-item .item {
    border: 0;
}
.zts .zt-item .item .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto;
    
}
.zts .zt-item .item .title {
    padding: 0 5px;
    font-size: 13px;
    color: #666;
}
.zt-page {
    text-align: center;
}
.zt-page .page-numbers {}
.zt-page .page-numbers li {
    display: inline-block;
}
.zt-page .page-numbers a,.zt-page .page-numbers span {
    background: #fff;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 4px;
    margin-right: 6px;
    color: #666;
    transition: all .3s;
    border: 1px solid #F6F6F6;
}

.zt-page .page-numbers .current {
    background-color: var(--pm-c);
    color: #fff;
    border: none;
    transition: all .3s;
}



.pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url(static/images/pattern.png) repeat top left;
    z-index: 1;
}

/*
 * 网站友情链接
 */
.foot-links {}

.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;
}


.footer {
    position: relative;
    z-index: 10;
	background: #131d29;
}
.footer a:hover {
	color: var(--pm-c);
}
.foot-wrap {}
.foot-wrap h5 {
    color: #71859b;
    font-size: 15px;
    font-weight: bold;
}
.foot-logo {
    color: #3f4e5f;
	position: relative;
	padding-right: 30px;
}
.foot-logo:after {
	content: "";
    display: block;
    width: 0;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
    border-right: 1px solid;
    border-color: #1e2e41;
    -webkit-box-shadow: 1px 0 1px #091019;
    box-shadow: 1px 0 1px #091019;
}
.foot-logo a {
    display: inline-block;
    height: 65px;
}
.foot-logo a img {
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.foot-follow {
	position: relative;
}
.foot-follow img {
	height: 60px;
	width: 60px;
	margin-right: 20px;
}
.foot-menus {
    position: relative;
}
.foot-menus:after {
    content: "";
    display: block;
    width: 0;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
    border-right: 1px solid;
    border-color: #1e2e41;
    -webkit-box-shadow: 1px 0 1px #091019;
    box-shadow: 1px 0 1px #091019;
}
.foot-menu {
	width: 200px;
}
.foot-menu .uk-grid-margin {
	margin-top: 8px;
}
.foot-menu a {
	color: #3f4e5f;
	font-size: 14px;
}
.foot-cop {
	background: #162230;
	padding: 20px;
    color: #3f4e5f;
}
.foot-cop a {
	color: #3f4e5f;
}
.foot-db {}
.foot-db ul {
    list-style: none;
}
.foot-db ul li {
    display: inline-block;
}
.foot-db a {
	margin-left: 10px;
}

@media (max-width: 760px) {
    .head {
        padding: 15px;
    }
    .head .logo a {
        display: inline-block;
        height: 40px;
    }
    .w400 {
        width: 100%;
    }
    .header .nav-bar {
        height: 48px;
    }
    .header .nav-bar>ul {
        white-space:nowrap;
        overflow-x: auto;
    }
    .header .nav-bar>ul>li {
        float: none;
        line-height: 48px;
    }
    .header .nav-bar>ul>li>a {
        padding: 0 15px;
        font-size: 15px;
    }
    .game-recom ul li {
        width: 25%;
    }
    .slide {
        margin-bottom: 15px;
    }
    .slide .uk-slideshow-items {
        min-height: 180px!important;
    }
    .news-switch {
        margin: 0!important;
    }
    #games {
        margin-top: 0!important;
    }
    #games,#apps,#rank,#news,#links {
        padding: 15px;
    }
    .game-recom {
        align-items: end;
        padding-bottom: 0;
    }
    .game-recom i {
        width: 26px;
    }
    .game-recom ul li .icon img {
        height: 60px;
    }
    .game-recom ul li .icon {
        margin-bottom: 3px;
    }
    .part-game {
        padding: 0!important;
    }
    .part-game .uk-grid>div{
        margin: 0!important;
    }
    .part-game .game-main .item {
        width: 25%;
        margin-bottom: 10px!important;
    }
    .part-game .game-main .item .icon {
        display: block;
        height: 70px;
    }
    .part-game .game-main .item .icon img {
        min-height: 100%;
    }
    
    .main>.uk-container {
        padding: 0;
    }
    .list-news .news-item .thumb {
        width: 120px;
        height: 90px;
    }
    .list-news .news-item .more {
        display: none;
    }
   .list-news .news-item .uk-width-expand {
       margin-left: 10px!important;
   }
   .list-news .news-item .title {
       font-size: 16px;
   }
   .list-news .news-item .uk-width-expand .uk-text-truncate {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        white-space: inherit!important;
   }
   .list-cat ul {
       white-space:nowrap;
       overflow-x: auto;
   }
   .list-cat ul li {
       display: inline-block;
       float: none;
       width: auto;
   }
   .list-game .game-main .uk-width-auto {
       width: 50%;
   }
   .single-news .single-header {
       padding: 15px;
   }
   .single-news .single-header h1 {
       font-size: 20px;
       font-weight: bold;
   }
   .single .single-content {
       padding: 15px;
   }
   .single .single-content P {
       margin: 12px 0;
   }
   .single .single-content P img, .single .single-content figure img {
       max-width: 100%;
   }
   .single iframe {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .single-vodeo {
        margin-right: 0!important;
    }
   .single-xgGame,.single-tags {
       padding: 15px;
   }
   .single-xgGame .icon {
       width: 65px;
       height: 65px;
   }
   .single-xgGame .down {
        padding: 5px 10px;
        font-size: 13px;
        margin-left: 10px!important;
    }
    .single-xgGame .uk-flex-1 {
        margin: 0 10px!important;
    }
    .single .game-recom {
        margin-top: 15px;
    }
    .single .xg-news,.single-news {
        margin-right: 0!important;
    }
    .single .down-info {
    }
    .single .down-info .icon {
        margin: 0 auto;
        width: 105px;
        height: 105px;
    }
    .single .down-info .info {
        margin-left: 10px!important;
    }
    .single .down-info .info h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .single .down-info ul li {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
    }
    .single-game {
        margin-right: 0!important;
    }
    .single .down-btn small {
        display: none;
    }
    .single .down-btn a, .single .down-btn span {
        margin: 0;
        flex: 1;
    }
    .single-header,.single .single-images {
        padding: 15px;
    }
    
    .relation-app .thumb {
        width: 70px;
        height: 70px;
    }
    .single-relation .desc {
        margin: 0;
    }
    .single-relation .more {
        display: none;
    }
    .single-relation>.uk-flex-1 {
        margin: 0 10px!important;
    }
    .rankMain .item .content .data p,
    .rankMain .item .content .data,
    .rankMain .item .content .count{
        display: none;
    }
    .rankMain .item .icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin-right: 20px;
        border-radius: 15px;
        overflow: hidden;
    }
    .rankMain .item .down {
        padding: 8px 16px;
        font-size: 14px;
        margin-left: 0!important;
    }
    .single-relation {
        margin: 15px 0;
        padding: 0;
        border: 0!important;
    }
    .single-relation .thumb {
        width: 100px;
        height: 70px;
    }
    .single-relation .title {
        font-size: 16px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        white-space: inherit!important;
    }
    .game-recom ul li {
        width: 25%;
    }
    #news>.uk-container {
        padding: 0;
        margin: 0;
    }
    .foot-links li {
        line-height: 20px;
    }
    .foot-links li a {
        margin-right: 10px;
    }
    .foot-cop>div {
        text-align: center;
        display: block;
    }
    .foot-db {
        margin-top: 10px;
    }
    
    .single-album .album-top {
        margin-top: 20px;
    }
    .single-album .album-top .icon {
        width: 90px;
        height: 90px;
    }
    .single-album .album-top h1 {
        margin-bottom: 10px;
    }
    .single-album .album-top .desc {
        line-height: 26px;
    }
    .album-warp .album-item .info span {
        display: block;
        margin-top: 5px;
    }
    .album-warp .album-item .desc {
        -webkit-line-clamp: 1;
    }
}
/*
*文章内容页版权声明
*/
.single-copyright {
    border-top: 1px solid #f1f1f1!important;
    font-size: 14px;
}
.single-copyright p{
    margin: 15px 20px 15px 20px;
}
.single-copyright p b{
    color: #409EFF;
}
.single-copyright p a{
    color: #606266;
}

/*
*侧边栏-栏目
*/
.side-lanmu .fenlei {
margin: 0 0 20px 0;
}

.side-lanmu .fenlei ul {
padding: 0;
list-style: none;
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
}

.side-lanmu .fenlei ul li {
text-align: center;
margin-bottom: 10px;
flex-basis: 50%;
}

.side-lanmu .fenlei ul li a {
background: #f5f7f8;
padding: 8px 20px;
display: block;
margin-top: 5px;
margin-right: 5px;
border-radius: 4px;
font-size: 15px;
color: #606266;
}

.side-lanmu .fenlei ul li a:hover {
background: var(--pm-c);
color: #fff;
}

/*
*用户卡片
*/
.authorncard {
  max-width: 1200px;
  background-color: #e5f2ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-shadow: 0 5px 15px rgb(64 158 255 / 36%);
}
.authorncard-avatar img {
  border-radius: 50%;
  max-width: 35%;
}
.authorncard-desc{
    color:#000000;
    margin-top: 0.45rem;
    line-height: 1.6;
    padding: 0.5rem;
    font-size: var(--theme-text-mini);
    color: var(--theme-text-secondary);
    text-align: center;
}
.authorncard-info {
    margin-top: 1.5rem;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.authorncard-info .name {
    font-size: 24px;
    color: #000000;
}
.authorncard-info .desc {
    background-color: #409eff;
    border-radius: 10px;
    padding: 1px 0.5rem;
    color: #ffffff;
    height: fit-content;
    line-height: normal;
    font-size: 12px;
}

/*pc聚合展示*/
#article-index {
    -moz-border-radius: 6px 6px 6px 6px;
    border: 1px solid #DEDFE1;
    float: right;
    margin: 0 0 0 15px;
    padding: 0 6px;
    max-width: 200px;
    line-height: 23px;
}

#article-index strong {
    border-bottom: 1px dashed #DDDDDD;
    display: block;
    line-height: 30px;
    padding: 0 4px;
}

#index-ul {
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    /*padding-top: 10px;*/
}

#index-ul li {
    background: none repeat scroll 0 0 transparent;
    list-style-type: disc;
    padding: 0;
    margin-left: 7px;
   list-style-type: none;
}

#index-ul li:before {
    background: unset !important
}

#index-ul li a {
    border-bottom: none;
}

@media only screen and (max-width: 479px) {
    #article-index {
        clear: both;
        float: none;
        margin: 0 0 15px 0px;
        max-width: 100%;
    }
}