@charset "utf-8";
/*
    Theme Name: AZJ主题(移动端)
    Theme URI: https://a.azjun.com/
    Author: 阿叶
    Author URI: https://a.azjun.com/
    Description: AZJ主题是一款基于WordPress开发的免费的双端独立的WordPress游戏应用下载主题。
    Version: v1.1.0
*/

:root {
    --br-c: #eee;
    --bg-c: #f7f7f7;
    --md-c: #909399;
}

html,body {
	background-color: var(--bg-c);
	font-size: .28rem;
	font-family: arial;
	color: #303133;
}
* {
	line-height: normal;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;    
}
* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
    margin-top: .4rem;
}
p, ul, ol, dl, pre, address, fieldset, figure {
    margin: 0 0 .3rem 0;
}
ul,ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,a:hover {
	line-height: normal;
	color: #303133;
	font-size: .28rem;
	text-decoration: none;
}
.bg-gradient {
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.8)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
.cover {
	z-index: 10;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
} 
.cover span {
	display: block;
	padding: .2rem;
}
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
.br20 {
    display: block;
    border-radius: .4rem;
    overflow: hidden;
}
.br18 {
    display: block;
    border-radius: .36rem;
    overflow: hidden;
}
.br12 {
    display: block;
    border-radius: .24rem;
    overflow: hidden;
}
.br6 {
    display: block;
    border-radius: .12rem;
    overflow: hidden;
}
.uk-flex-cover {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.uk-notification-message {
    font-size: .24rem;
    border-radius: .06rem;
}
.uk-notification-message svg {
    display: none;
}
.uk-notification-message-warning {
    background: #faa05a;
    color: #fff;
}
.uk-notification-message-success {
    background: #67C23A;
    color: #fff;
}
.icon-star {
	height: 14px;
	width: 68px;
	position: relative;
	background-image: url(static/images/icon-star.png);
}
.icon-star::after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(static/images/icon-star.png);
	background-position: 0 -14px;

}
.star-1::after {
	width: 14px;
}
.star-2::after {
	width: 28px;
}
.star-3::after {
	width: 40px;
}
.star-4::after {
	width: 58px;
}
.star-5::after {
	width: 100%;
}


main {
	position: relative;
	overflow: hidden;
}
.site-bg {
	position: absolute;
	top: 0;
}
.uk-container {
	position: relative;
	z-index: 10
}

.br12 {
    display: block;
    overflow: hidden;
    border-radius: .24rem;
}


/*模块*/
.module {
	background-color: #fff;
	padding: .3rem;
	border-radius: .12rem;
	margin: .1rem;
}
.module-title {
    position: relative;
}
.module-title .title {
	display: inline-block;
	position: relative;
}
.module-title .title span {
	font-size: .34rem;
    color: #212529;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
}
.module-title .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 12px;
    z-index: 1;
}
.module-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #ccc;
    font-size: 13px;
}

/*头部导航*/
.header {
	padding: .3rem;
    display: flex;
    align-items: center;
}
.header i {
    color: #fff;
}
.header i:before {
    font-size: .38rem;
}
.header .logo {
    flex: 1;
    overflow: hidden;
	text-align: center;
}
.header .logo a {
	display: inline-block;
	height: .6rem;
}
.header .logo img {
	height: 100%;
}

.header .navbar ul {
	white-space: nowrap;
	overflow-x: scroll;
	margin-left: .3rem;
}
.header .navbar ul li {
	display: inline-block;
}
.header .navbar ul .current-post-ancestor a,
.header .navbar ul .current-menu-parent a,
.header .navbar ul .current-menu-item a {
    background: #fff;
    color: var(--pm-c);
    font-weight: bold;
	font-size: .26rem
}
.header .navbar ul li a {
    padding: .18rem .3rem;
    display: block;
    font-size: .3rem;
    color: #fff;
    border-radius: .08rem;
}

.header-menu {
    padding: 0.3rem;
    background: #fff;
    box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 3%);
    color: #666;
}
.header-menu svg {
    color: #333;
    width: 0.24rem;
    height: 0.24rem;
}
.header-menu .menu-logo {
    height: .6rem;
    border-bottom: 1px dashed var(--br-c);
    padding-bottom: 0.4rem;
}
.header-menu img {
    height: 100%;
}
.header-menu .menu-title {
    font-size: .3rem;
    color: #222;
    font-weight: bold;
    margin: .2rem 0;
} 
.header-menu ul {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.header-menu ul li {
	width: 50%;
}
.header-menu ul li a {
	display: block;
	margin: .04rem;
	background: #f5f5f5;
	text-align: center;
	line-height: .6rem;
	font-size: .24rem;
	color: #666 !important;
	border-radius: .06rem;
}
.header-menu ul li a:hover {
    background: var(--pm-c);
    color: #fff !important;
}


/*顶部推荐游戏*/
.module-recom-bar {}
.module-recom-bar .item {
	width: 1.2rem;
	text-align: center;
	margin-right: .4rem;
}
.module-recom-bar .icon {
    width: 1.2rem;
    height: 1.2rem;
}
.module-recom-bar .title {
	margin-top: .2rem;
}


/*最新发布*/
.module-latest {
}
.module-latest .item {
	border-bottom: 1px dashed var(--br-c);
	padding-bottom: .3rem;
	text-align: center;
}
.module-latest .item .title {
	margin-bottom: .2rem;
}
.module-latest .item .title a {
	font-size: .36rem;
	font-weight: bold;
}
.module-latest .item .desc {
	color: var(--md-c);
	font-size: .26rem;
	line-height: .4rem;
}
.module-latest ul {
	margin-top: .4rem;
}
.module-latest ul li {
	margin-bottom: .3rem;
	display: flex;
	align-items: center;
}
.module-latest ul li:last-child {
	margin-bottom: 0;
}
.module-latest ul li a {
	flex: 1;
	position: relative;
}
.module-latest ul li a::before {
	content: '';
	display: inline-block;
    width: .2rem;
    height: .2rem;
    background: rgba(252, 76, 39, 0);
    border-radius: 50%;
    border: 3px solid var(--pm-c);
    box-sizing: border-box;
	margin-right: .2rem;	
}
.module-latest ul li .time {
	color: var(--md-c);
	font-size: .26rem;
}


/*推荐分类*/
.more-recom-cat {}
.more-recom-cat a {
	text-align: center;
	display: block;
}
.more-recom-cat a .thumb {
	position: relative;
	overflow: hidden;
	border-radius: .08rem;
	background: var(--bg-c);
	padding: .4rem 0;
}
.more-recom-cat a .thumb img {
	width: .6rem;
	border-radius: .08rem;
}
.more-recom-cat a .title {
	margin-top: .2rem;
	font-weight: bold;
}



/*游戏大全*/
.module-apps {
	margin-top: .4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.module-apps .item {
	width: 25%;
	padding: .3rem 0;
	text-align: center;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: .08rem
}
.module-apps .icon {
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
}
.module-apps .title {
	margin-top: .2rem;
	font-size: .28rem;
	padding: 0 .05rem;
}
.module-apps .icon-star {
	margin: .16rem auto .2rem auto;
}
.module-apps .desc {
	font-size: .28rem;
	color: var(--md-c);
}
.module-apps .info {
	text-align: center;
}
.module-apps .info span {
	display: inline-block;
	color: var(--md-c);
	font-size: .24rem;
	height: .44rem;
	line-height: .48rem;
	background: var(--bg-c);
	padding: 0 .18rem;
	margin-right: .06rem;
	border-radius: .04rem;
}



/*热门下载*/
.module-rank {
	margin-top: .4rem;
}
.module-rank .item {
    display: flex;
    align-items: center;
    padding: 0.3rem;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 0.08rem;
}
.module-rank .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.module-rank .item .num {
	font-size: .4rem;
	color: #ddd;
	font-family: fantasy;
	margin-right: .3rem;
}
.module-rank .item:hover .num {
	color: var(--pm-c)
}
.module-rank .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .3rem;
}
.module-rank .item .title {
	line-height: normal;
	margin-bottom: .4rem;
}
.module-rank .item .title a {
	font-size: .3rem;
}
.module-rank .item .info {
	display: flex;
	align-items: center;
}
.module-rank .item .info span {
	display: block;
	color: var(--md-c);
	font-size: .24rem;
	height: .44rem;
	line-height: .48rem;
	background: var(--bg-c);
	padding: 0 .18rem;
	margin-right: .06rem;
	border-radius: .04rem;
}
.module-rank .item .view {
	display: inline-block;
	color: #fff;
	padding: .14rem .26rem;
	text-align: center;
	font-size: .28rem;
	border-radius: 0.08rem;
}



/*应用分类*/
.category-menu {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -.04rem;
    margin-top: .28rem;
}
.category-menu li {
	width: 25%;
}
.category-menu li a {
	display: block;
	background: var(--bg-c);
	padding: .2rem;
	text-align: center;
	margin: .04rem;
	font-size: .26rem;
	border-radius: .08rem;
	color: var(--md-c);
}
.category-menu .current-menu-item a,
.category-menu li a:hover,
.category-menu .current-cat a {
	background: -moz-linear-gradient(159deg, #ff5858 0%, #ff5858 30%, #f09819 100%);
	background: -o-linear-gradient(159deg, #ff5858 0%, #ff5858 30%, #f09819 100%);
	background: -webkit-linear-gradient(159deg, #ff5858 0%, #ff5858 30%, #f09819 100%);
	background: linear-gradient(159deg, #ff5858 0%, #ff5858 30%, #f09819 100%);
	color: #fff;
}


/*应用列表*/
.category-apps {
	margin-top: .14rem;
}
.category-apps .item {
	display: flex;
	align-items: center;
	padding: .3rem;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: .08rem
}
.category-apps .item .icon {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: .3rem;
}
.category-apps .item .title {}
.category-apps .item .title a {
    font-size: .32rem;
}
.category-apps .item .icon-star {
	margin: .2rem 0;
}
.category-apps .item .desc {
	font-size: .28rem;
	color: var(--md-c);
}
.category-apps .item .info {
	display: flex;
	align-items: center;
}
.category-apps .item .info span {
	display: block;
	color: var(--md-c);
	font-size: .24rem;
	height: .44rem;
	line-height: .48rem;
	background: var(--bg-c);
	padding: 0 .18rem;
	margin-right: .06rem;
	border-radius: .04rem;
}
.category-apps .item .view {
	display: inline-block;
	color: #fff;
	padding: .14rem .26rem;
	text-align: center;
	font-size: .28rem;
	border-radius: 0.08rem;
}

/*资讯列表*/
.category-news {
	margin-top: .4rem;
}
.category-news .item {
	display: flex;
	align-items: center;
	padding: .3rem;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: .08rem;
}
.category-news .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.category-news .item .thumb {
	border-radius: .08rem;
	display: block;
	position: relative;
	overflow: hidden;
	height: 1.6rem;
	width: 2.4rem;
	margin-right: .3rem;
}
.category-news .item .title {
	height: .86rem;
}
.category-news .item .title a {
	font-size: .3rem;
	font-weight: bold;
}
.category-news .item .info {
	margin-top: .4rem;
}
.category-news .item .info span {
	color: #aaa;
	font-size: .26rem;
	margin-right: .4rem;
}



/*分页*/
.pagination {
	margin: .5rem 0;
}
.pagination .page-numbers {
	display: inline-block;
	background: #fff;
	height: .68rem;
	line-height: .68rem;
	padding: 0 .3rem;
	border-radius: .08rem;
	font-size: .26rem;
	color: var(--md-c);
}
.pagination .page-numbers:hover,
.pagination .current {
	background: -moz-linear-gradient(159deg, #ff5858 0%, #ff5858 30%, #f09819 100%);
	background: -o-linear-gradient(159deg, #ff5858 0%, #ff5858 30%, #f09819 100%);
	background: -webkit-linear-gradient(159deg, #ff5858 0%, #ff5858 30%, #f09819 100%);
	background: linear-gradient(159deg, #ff5858 0%, #ff5858 30%, #f09819 100%);
	color: #fff;
}


/*资讯详情页*/
.single-news {}
.single-news .single-header {
	font-size: .36rem;
	text-align: center;
}
.single-news .single-header h1 {
	font-size: .38rem;
	line-height: .56rem;
	font-weight: bold;
	margin-top: .1rem;
	margin-bottom: .3rem;
}
.single-news .single-header .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .3rem .2rem;
	background-image: linear-gradient(0deg, #f9f9fa, #fff);
	background-color: #f9f9fa;
	margin-bottom: .4rem;
	border-radius: .08rem;
}
.single-news .single-header .info  span {
    color: var(--md-c);
    font-size: .26rem;
}
.single-content {
	margin-top: .4rem;
	position: relative;
	overflow: hidden;
	margin-bottom: -.3rem
}
.single-content p {
    line-height: .6rem;
    font-size: .3rem;
    color: #606266;
    text-indent: 2em;
}
.single-content code {
    line-height: .4rem;
    font-size: .26rem;
    padding: .2rem;
    background: #26252c;
}
.single-content img {
    display: block;
    margin: 0 auto;
	max-width: 100%;
}
.single-content .link {
    color: var(--pm-c);
    font-size: .3rem;
}
.single-content h2,
.single-content h3 {
	font-size: .3rem;
	font-weight: bold;
	margin: .4rem 0;
    background: #fffbf1;
    padding: .16rem .3rem;
    border-left: .08rem solid var(--pm-c);
}
.fold {
    height: 7.2rem;
    margin-bottom: 0!important;
}
.single-content .open {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: .8rem;
    border-radius: .08rem;
    background: var(--pm-c);
    color: #fff;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
    font-size: .28rem;
}
.single-content .open:before {
    content: '阅读全文';
}
.single-content .open:after {
    content: '';
    position: absolute;
    bottom: .8rem;
    left: 0;
    width: 100%;
    height: 3rem;
    background: linear-gradient(0deg, #fff 0%, transparent 80%, transparent 100%);
}

.single-content table {
    border: 1px solid #ebeef5;
    font-size: .28rem;
}
.single-content table thead {}
.single-content table thead tr {}
.single-content table thead th {
    font-size: .28rem;
    border-right: 1px solid #ebeef5;
}
.single-content table tbody {}
.single-content table tbody tr {
    border-top: 1px solid #ebeef5;
}
.single-content table tbody td {
    border-right: 1px solid #ebeef5;
    line-height: .43rem;
}
.single-content table tbody td a {
    display: block;
    line-height: .43rem;
}
.single-content table .answer {
    width: 63%;
}
.uk-table td {
    padding: .3rem .2rem;
}
/*应用详情页*/
.single-apps {}
.single-apps .single-header {}
.single-apps .single-header h1 {
	font-size: .34rem;
	margin-bottom: .3rem;
	font-weight: bold;
}
.single-apps .single-header .icon {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: .3rem;
}
.single-apps .single-header ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -.24rem;
}
.single-apps .single-header ul li {
	width: 50%;
	font-size: .26rem;
	color: var(--md-c);
	margin-bottom: .24rem;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-apps .single-header ul li a {
	color: var(--pm-c);
	font-size: .26rem;
}
.single-apps .apps-btn {
	margin: 0 -.04rem;
	display: flex;
	margin-top: .3rem;
}
.single-apps .apps-btn .desc {
    font-size: .26rem;
    color: #999;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    line-height: .3rem;
}
.single-apps .apps-btn .desc .check-box {
    margin: 0;
    padding: 0;
    margin-right: 0.08rem;
}
.single-apps .apps-btn .desc:before {
    margin-right: .06rem;
}
.single-apps .apps-btn a {
	width: 100%;
	display: block;
	height: .86rem;
	line-height: .86rem;
	background: var(--br-c);
	text-align: center;
	border-radius: 1rem;
	color: var(--md-c);
	font-size: .28rem;
	margin: 0 .04rem;
}
.single-apps .apps-btn a:before {
	margin-right: .18rem;
	font-size: .32rem;
}
.single-apps .apps-btn .az {
	background-color: #4CCE67;
	color: #fff;
}
.single-apps .apps-btn .ios {
	background-color: #03a9f4;
	color: #fff;
}
.single-apps .apps-btn .wp {
	background-color: #ff5722;
	color: #fff;
}
.single-apps .apps-btn .box {
    background-color: #ff7800;
    color: #fff;
}
.single-apps .apps-btn .none {
    display: none !important;
}

.app-tab {
    border: 1px solid var(--br-c);
    border-bottom: 0;
    border-left: 0;
}
.app-tab .item {
    display: flex;
    border-bottom: 1px solid var(--br-c);
}
.app-tab .item span {
    display: block;
    padding: .24rem .2rem;
    font-size: .26rem;
}
.app-tab .item span a {
    font-size: .26rem;
    color: var(--pm-c);
}
.app-tab .item .t {
    width: 1.5rem;
    background: var(--bg-c);
    color: var(--md-c);
    border-right: 1px solid var(--br-c);
    border-left: 1px solid var(--br-c);
}
.app-tab .item .v {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-tab .item b {
    color: var(--pm-c);
}
.apps-images {
	margin-top: .4rem;
    white-space: nowrap;
    overflow-x: scroll;
}
.apps-images .item {
    display: inline-block;
    margin-right: 3px;
	height: 4.6rem;
}
.apps-images .item:last-child {
    margin-right: 0;
}
.apps-images .item img {
	height: 100%;
	max-width: none;
}

/*专题详情页*/
.single-zt {}
.single-zt .zt-header {
}
.single-zt .zt-header .icon {
    width: 1.52rem;
    height: 1.52rem;
    margin-right: .2rem;
}
.single-zt .zt-header h1 {
    font-size: .34rem;
    font-weight: bold;
    margin-bottom: .3rem;
}
.single-zt .zt-header .info {
    padding: 0.2rem;
    background-color: #f9f9fa;
    border-radius: .08rem;
}
.single-zt .zt-header .info span {
	display: block;
	color: var(--md-c);
	font-size: .26rem;
    margin-bottom: 0.1rem;
}
.single-zt .zt-header .info span:last-child {
    margin-bottom: 0;
}
.single-zt .zt-header .desc {
    margin-top: .3rem;
    line-height: .46rem;
    color: var(--md-c);
    font-size: .28rem;
    margin-bottom: 0;
}

/*专题页面*/
.category-zt {}
.category-zt .item {
    padding: .3rem;
    background-image: linear-gradient(0deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
}
.category-zt .item .icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-right: .3rem;
}
.category-zt .item .title {
    margin-bottom: .2rem;
}
.category-zt .item .title a {
    font-size: .32rem;
    font-weight: bold;
}
.category-zt .item .info {
    display: flex;
}
.category-zt .item .info span {
	display: block;
	color: var(--md-c);
	font-size: .26rem;
	height: .48rem;
	line-height: .52rem;
	background: var(--bg-c);
	padding: 0 .18rem;
	margin-right: .06rem;
	border-radius: .04rem;
    white-space: nowrap;
}
.category-zt .item .desc {
    color: var(--md-c);
    font-size: .28rem;
    line-height: .48rem;
    margin-top: .12rem;
}

/*单页*/
.page-content {
	min-height: 8.8rem;
}
.page-error {
    text-align: center;
    padding-top: 20%;
}
.page-error img {
	max-width: 90%;
}
.page .single-content {
    height: auto !important;
}
/*友情链接模块*/
.module-links {
	margin-top: .4rem;
}
.module-links li {
	display: inline-block;
	margin-right: .2rem;
	margin-bottom: .1rem;
}
.module-links li a {
	font-size: .26rem;
	color: var(--md-c);
}

/*专区*/


body {
	background: #f5f5f5;
}
.zq {
	position: relative;
}
.zq-top {
    width: 100%;
    padding: .2rem 0;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
    position: relative;
	z-index: 999;
}
.zq-top .zq-logo {}
.zq-top .zq-logo a {
	height: .4rem;
	display: inline-block;
}
.zq-top .zq-logo img {
	height: 100%;
	margin-right: .1rem;
}

.zq-top i {
	cursor: pointer;
}
.zq-menu {
    padding: 0.3rem;
    background: #fff;
    box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 3%);
}
.zq-menu-title {
    margin-bottom: 0.2rem;
    font-size: .28rem;
    font-weight: bold;
    color: #222;
}
.zq-menu ul {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.zq-menu ul li {
	width: 50%;
}
.zq-menu ul li a {
	display: block;
	margin:2px;
	background: #f5f5f5;
	text-align: center;
	line-height: .6rem;
	font-size: .24rem;
	color: #666;
	border-radius: .06rem;
}
.zq-menu .uk-offcanvas-close svg {
    color: #333;
    width: 0.2rem;
}
.zq-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    width: 100%;
    height: 6rem;
    background-size: cover;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
}

.zq-bg img {
	filter: blur(12px);    
	min-width: 100%;
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%,-5%) scale(1.2);
	opacity: .6;
}

.zq-images {
	position: relative;
	z-index: 10;
	white-space: nowrap;
    overflow-x: scroll;
}
.zq-images::-webkit-scrollbar {
	width: 0rem;
	height: 0;
	cursor: pointer;
	background: var(--bg-c);
}
.zq-images::-webkit-scrollbar-thumb {
	background: #ddd;
	cursor: pointer;
}
.zq-images .item {
    display: inline-block;
    margin-right: 1px;
    max-width: 3.5rem;
    width: auto;
}
.zq-images .item img {
	height: 100%;
    max-height: 4.2rem;
    width: auto;
    border-radius: 0.08rem;
    margin-right: .06rem;
}
.zq-images .item:last-child img {
    margin-right: 0;
}

.zq-main {
	position: relative;
	z-index: 100;
	background: #fff;
	border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    padding: .2rem;
}

.zq-game {
	position: relative;
	z-index: 100;
	background: #fff;
	border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.zq-game .icon {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: .3rem;
}
.zq-game .icon img {
	width: 100%;
	height: 100%;
}
.zq-game h1 {
	font-size: .34rem;
	font-weight: bold;
	margin: 0;
}
.zq-game .type {
	display: flex;
	align-items: center;
	margin: .24rem 0;
}
.zq-game .type span {
	display: inline-block;
	font-size: .22rem;
	line-height: .28rem;
	background: #e5e5e5;
	color: #fff;
	border-radius: .06rem;
	padding: .04rem .1rem;
	margin-right: .06rem;
}
.zq-game .info {
	color: #999;
	font-size: .27rem;
	display: flex;
}
.zq-game .info span {
	display: block;
	position: relative;
}
.zq-game .info span:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: .2rem;
	background: #ccc;
	margin: 0 .2rem;
}
.zq-game .info span:last-child:after {
	display: none;
}
.zq-game ul{
	margin-top: .3rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: .2rem 0;
	white-space: nowrap;
	overflow-x: scroll;
}
.zq-game ul::-webkit-scrollbar {
	width: .2rem;
	height: .12rem;
	cursor: pointer;
	background: #f5f5f5;
}
.zq-game ul::-webkit-scrollbar-thumb {
	background: #e5e5e5;
	
	cursor: pointer;
}
.zq-game ul li {
	width: 1.8rem;
	display: inline-block;
	text-align: center;
	position: relative;
}
.zq-game ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 1px;
	height: .6rem;
	background: #eee
}
.zq-game ul li:last-child:after {
	display: none;
}
.zq-game ul li .t {
	display: block;
	font-size: .24rem;
	color: #999;
	margin-bottom: .16rem;
}
.zq-game ul li .v {
	font-weight: bold;
	font-size: .26rem;
}
.zq-game .views {
	display: flex;
	align-items: center;
	margin: 0 -.03rem;
	margin-top: .2rem;
}
.zq-game .views a {
	flex: 1;
	background-color: var(--pm-c);
	color: #fff;
	text-align: center;
	height: .8rem;
	line-height: .86rem;
	border-radius: .08rem;
	font-weight: bold;
	font-size: .28rem;
	margin: 0 .03rem;
}
.zq-game .views a:before {
	margin-right: .1rem;
}
.zq-game .views .g {
	background: #2196f3;
}

.zq-title {
	display: flex;
	align-items: center;
}
.zq-title:before {
	color: #fff;
	background: var(--pm-c);
	display: inline-block;
	width: .4rem;
	height: .4rem;
	border-radius: 2px;
	text-align: center;
	line-height: .4rem;
	font-size: .24rem;
	margin-right: .2rem;
}
.zq-title .title {
	font-weight: bold;
	font-size: .34rem;
}
.zq-title .more {
	color: #909399;
	font-size: .26rem;
}
.zq-content {}

.zq-content article {
	margin-top: .4rem;
	position: relative;
	overflow: hidden;
}
.zq-content article p {
    line-height: .6rem;
    font-size: .3rem;
    color: #606266;
    text-indent: 2em;
}
.zq-content article p:first-child {
	margin-top: 0;
}
.zq-content article p:last-child {
    margin-bottom: 0;
}
.zq-content article h3 {
    font-size: .3rem;
    font-weight: bold;
    margin: .3rem 0;
    padding: .2rem .3rem;
    position: relative;
    border-left: .08rem solid var(--pm-c);
}
.zq-content article h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--pm-c);
	z-index: -1;
	opacity: .04;
}
.zq-content article .more {
    color: var(--pm-c);
    font-weight: bold;
    font-size: .3rem;
}
.fold {
    height: 6rem;
    margin-bottom: 0!important;
}
.zq-content .open {
	display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: .28rem;
    line-height: .7rem;
    border-radius: .08rem;
    background: var(--pm-c);
    color: #fff;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
}
.zq-content .open:before {
    content: '阅读全文';
}
.zq-content .open:after {
    content: '';
    position: absolute;
    bottom: .7rem;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #fff 0%, transparent 80%, transparent 100%);
}

.zq-gift {}
.zq-gift-warp {
    margin-top: 0.4rem;
    position: relative;
    overflow: hidden;
}
.zq-gift-warp p {
    line-height: .52rem;
    font-size: .3rem;
    color: #606266;
}
.zq-gift-warp p strong {
    color: #333;
}
.zq-gift-warp p img {
}

.zq-main .app-tab {
	margin-top: .4rem;
}

.zq-main .app-tab .item .t {
    width: .8rem;
    text-align: center;
}
.zq-message {}
.message-warp {
	margin-top: .4rem;
    position: relative;
    overflow: hidden;
}
.message-item {
	display: flex;
	border-bottom: 1px dashed var(--br-c);
	margin-bottom: .3rem;
	padding-bottom: .3rem;
}
.message-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.message-item .item-ava {
	width: .7rem;
	height: .7rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: .2rem;
}
.message-item .user-info .name {
	display: flex;
	align-items: center;
	font-size: .28rem;
	line-height: .28rem;
	margin-bottom: .12rem;
}
.message-item .user-info .time {
    color: #909399;
    font-size: .22rem;
    background-color: #f8f8f8;
    border-radius: .4rem;
    padding: .06rem .2rem;
    margin-left: .2rem;
}
.message-item .user-info .time:before {
	margin-right: .06rem;
}
.message-item .user-info .reply-time {
	font-size: .26rem;
	color: #909399;
}

.message-item .message-content {
	margin-top: .4rem;
}
.message-item .message-content p {
	font-size: .3rem;
	line-height: .5rem;
	color: #666
}
.message-item .message-content p:last-child {
    margin-bottom: 0;
}
.message-item .message-content img {
	max-width: 40%;
}

.app-view {
	display: block;
    line-height: .8rem !important;
    border-radius: .06rem;
    background: var(--pm-c);
    color: #fff!important;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
}
.zq-main .category-news .item {
    padding: 0;
    background: none;
    margin-bottom: .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px dashed var(--br-c);
}
.zq-main .category-news .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.zq-link {}
.zq-link ul {
    margin-top: .4rem;
}
.zq-link ul li {
    display: inline-block;
    margin-right: .2rem;
}
.zq-link ul li a {
    font-size: .26rem;
    color: #666;
}

/*网站底部*/
.footer {
	padding: .5rem .2rem;
	background-color: #333;
	color: rgba(255, 255, 255, 0.6);
	font-size: .26rem;
    padding-bottom: 1.8rem;
}
.footer p {
	margin: .24rem ;
}
.footer p a {
    font-size: .26rem;
	color: rgba(255, 255, 255, 0.6);
}
.footer ul {
	margin-bottom: .3rem;
}
.footer ul li {
	display: inline-block;
}
.footer ul li a {
	color: rgba(255, 255, 255, 0.6);
	font-size: .26rem;
}
.footer ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 .16rem;
}
.footer ul li:last-child::after {
	display: none;
}

#comments .comments-title {
    color: var(--md-c);
    line-height: .48rem;
    margin-left: .4rem;
}
.comment-respond {
    margin-top: .6rem;
}
.comment-form {
    margin-top: .3rem;
}
.comment-form textarea,
.comment-form input {
    font-size: .26rem;
    border-radius: .06rem;
}
.comment-submit,
.comment-form input {
    height: .7rem;
}
.comment-submit {
    width: 100%;
    display: block;
    border: 0;
    background: #67C23A;
    border-radius: .08rem;
    color: #fff;
    text-align: center;
    line-height: .7rem;
    font-weight: bold;
    cursor: pointer;
    font-size: .26rem;
}
.comment-item {
    display: flex;
    border-bottom: 1px dashed var(--br-c);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.comment-item .comment-author img {
    width: .72rem;
    height: .72rem;
    margin-right: .22rem;
    border-radius: 50%;
}
.comment-item .comment-head {}
.comment-item .comment-head .author-name {
    font-weight: bold;
    margin-bottom: .12rem;
    font-size: .3rem;
    line-height: .3rem;
}
.comment-item .comment-head .comment-time {
    color: var(--md-c);
    font-size: .26rem;
    margin-right: .2rem;
}
.comment-item .comment-content {
    margin-top: .3rem;
}
.comment-item .comment-content p {
    margin: 0;
    font-size: .28rem;
    line-height: .5rem;
}

.uk-modal-dialog {
    height: 8rem
}
.uk-modal-dialog .module-title {
    padding: 0.4rem;
    padding-bottom: 0;
}
.uk-modal-dialog iframe {
    height: 7rem;
}

/*底部菜单*/
.footer-menu {
    box-shadow: 0 0 12px 0 rgba(88, 118, 138, .1);
    position: fixed;
    z-index: 200;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    background: #fff;
    height: .88rem;
    padding: .25rem 0;
}
.footer-menu .item {
    height: 100%;
    width: 24%;
    display: block;
    text-align: center;
    position: relative;
}
.footer-menu .item i {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    display: inline-block;
    height: .5rem;
    width: .5rem;
    color: #999;
}
.footer-menu .item i:before {
    font-size: .42rem;
}
.footer-menu .item span {
    display: block;
    font-size: .26rem;
    color: #999;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.footer-menu .on i {
    box-shadow: 0 -10px 10px 0px rgba(88, 118, 138, .1);
    border: .2rem solid #fff;
    top: -.6rem;
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    border-radius: 50%;
    color: #fff;
}
.footer-menu .active span,
.footer-menu .active i {
    color: var(--pm-c);
}
/*移动端样式*/
@media (max-width: 760px) {

	
}