@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: 14px;
	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;    
}

ul,ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,a:hover {
	line-height: normal;
	color: #303133;
	font-size: 14px;
	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: 10px;
}
.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;
}
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}
.uk-flex-cover {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.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%;
}
.uk-notification-message {
    font-size: 14px;
    border-radius: 3px;
}
.uk-notification-message svg {
    display: none;
}
.uk-notification-message-warning {
    background: #faa05a;
    color: #fff;
}
.uk-notification-message-success {
    background: #67C23A;
    color: #fff;
}
main {
	position: relative;
	overflow: hidden;
}
.site-bg {
	position: absolute;
	top: 0;
}
.uk-container {
	position: relative;
	z-index: 10
}
.br20 {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.br18 {
    display: block;
    border-radius: 18px;
    overflow: hidden;
}
.br12 {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}
.br6 {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.br3 {
    display: block;
    border-radius: 3px;
    overflow: hidden;
}

/*头部*/
.header {
	background: #fff;
}
.header .head {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.header .logo {
	flex: 1;
}
.header .logo a {
	display: inline-block;
	height: 55px;
}
.header .logo img {
	height: 100%;
}
.navbar {
	padding: 10px 0;
}

.navbar ul {}
.navbar ul li {
	display: inline-block;
}
.navbar ul li a {
	padding: 10px 30px;
	display: block;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
}
.navbar ul li a:hover,
.navbar ul .current-post-ancestor a,
.navbar ul .current-menu-parent a,
.navbar ul .current-menu-item a {
	background: #fff;
	color: var(--pm-c);
	font-weight: bold;
}

/*模块*/
.module {
	border-radius: 6px;
	background-color: #fff;
	padding: 20px;
}
.module-title {
    position: relative;
}
.module-title .title {
	display: inline-block;
	position: relative;
}
.module-title .title span {
	font-size: 18px;
    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;
}
.sidebar {
	width: 340px;
}
/*顶部推荐游戏*/
.module-recom-bar {}
.module-recom-bar .uk-width-auto {
	width: 9.06%;
	text-align: center;
}
.module-recom-bar .icon {
    display: block;
    width: 78px;
    height: 78px;
}
.module-recom-bar .title {
	margin-top: 10px;
}


/*推荐模块*/
.module-recom {
	width: 350px;
	margin-top: 18px;
}
.module-recom .thumb {
	height: 198px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.module-recom .title {
	margin: 15px 0 10px 0;
}
.module-recom .title a {
	font-size: 17px;
	font-weight: bold;
}
.module-recom .desc {
	color: var(--md-c);
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
}
.module-recom .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -5px;
}

.module-recom .btn a {
	margin: 0 5px;
	display: block;
	flex: 1;
	font-size: 14px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    font-size: 15px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
.module-recom .btn a:before {
	margin-right: 3px;
}
.module-recom .btn .view {
    color: #fff;
    border: 1px solid var(--pm-c);
}
.module-recom .btn .zone {
    color: var(--md-c);
    background: #fff;
    border: 1px solid var(--br-c);
}


/*最新发布*/
.module-latest {
	margin: 0 10px;
}
.module-latest .item {
	border-bottom: 1px dashed var(--br-c);
	padding-bottom: 15px;
}
.module-latest .item .title {
	margin-bottom: 12px;
}
.module-latest .item .title a {
	font-size: 18px;
	font-weight: bold;
}
.module-latest .item .desc {
	color: var(--md-c);
	font-size: 13px;
	line-height: 26px;
}
.module-latest ul {
	margin-top: 20px;
}
.module-latest ul li {
	margin-bottom: 15px;
	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: 10px;
    height: 10px;
    background: rgba(252, 76, 39, 0);
    border-radius: 50%;
    border: 3px solid var(--pm-c);
    box-sizing: border-box;
	margin-right: 10px;	
}
.module-latest ul li .time {
	color: var(--md-c);
	font-size: 13px;
}

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


/*热门下载*/
.module-rank {}
.module-rank .item {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed var(--br-c);
}
.module-rank .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.module-rank .item .num {
	font-size: 20px;
	color: #ddd;
	font-family: fantasy;
	margin-right: 15px;
}
.module-rank .item:hover .num {
	color: var(--pm-c)
}
.module-rank .item .icon {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.module-rank .item .title {
	line-height: normal;
	margin-bottom: 20px;
}
.module-rank .item .title a {
	font-size: 15px;
}
.module-rank .item .info {
	display: flex;
	align-items: center;
}
.module-rank .item .info span {
	display: block;
	color: var(--md-c);
	font-size: 12px;
	height: 22px;
	line-height: 24px;
	background: var(--bg-c);
	padding: 0 9px;
	margin-right: 3px;
	border-radius: 2px;
}
.module-rank .item .info span a {
	color: var(--md-c);
	font-size: 12px;
}
.module-rank .item .view {
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 3px;
}


.module-news {
    margin-top: 20px;
}
.module-news .item {
    display: flex;
    align-items: center;
    padding: 20px;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
}
.module-news .item .thumb {
    display: block;
    width: 160px;
    height: 108px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
.module-news .item .title {}
.module-news .item .title a {
    font-size: 16px;
    font-weight: bold;
}
.module-news .item .desc {
    color: var(--md-c);
    font-size: 13px;
    line-height: 24px;
}
.module-news .item .info {
    margin: 15px 0;
}
.module-news .item .info span {
    color: var(--md-c);
    font-size: 13px;
    margin-right: 20px;
}


/*游戏大全*/
.module-apps {}
.module-apps .item {
	display: flex;
	align-items: center;
	padding: 20px;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px
}
.module-apps .icon {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.module-apps .title {}
.module-apps .title a {
    font-size: 15px;
}
.module-apps .icon-star {
	margin: 10px 0;
}
.module-apps .desc {
	font-size: 14px;
	color: var(--md-c);
}
.module-apps .info {
	display: flex;
	align-items: center;
}
.module-apps .info span {
	display: block;
	color: var(--md-c);
	font-size: 13px;
	height: 24px;
	line-height: 26px;
	background: var(--bg-c);
	padding: 0 9px;
	margin-right: 3px;
	border-radius: 2px;
    white-space: nowrap;
}
.module-apps .info span a {
	color: var(--md-c);
	font-size: 13px;
}
.module-apps .item .view {
    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;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 3px;
}

/*专辑模块*/
.module-album {}
.module-album .item {
	display: block;
	padding: 20px;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
}
.module-album .title {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.module-album .icon {
	display: block;
	width: 134px;
	min-height: 80px;
	margin-right: 15px;
	position: relative;
}


/*图集模块*/
.module-images {
	display: flex;
	margin: 0 -3px;
}
.module-images .item {
	flex: 1;
	overflow: hidden;
	position: relative;
	margin: 0 3px;
	border-radius: 4px;
}
.module-images .h380 {
	height: 380px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.module-images .h187 {
	height: 187px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	border-radius: 4px;
}

/*面包屑导航*/

.crumbs {
	margin: 10px 0;
	margin-bottom: -10px;
	color: var(--md-c);
	display: flex;
}
.crumbs a {
	color: var(--md-c);
	position: relative;
}
.crumbs a:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(static/images/icon-crumbs-arrow.png);
	transform: translateY(2px);
	margin-right: 5px;
	opacity: .3;
}
.crumbs>*:last-child:after {
	display: none;
}
/*分类菜单*/
.category-menu {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
    margin-top: 14px;
}
.category-menu li {
	width: 10%;
    color: transparent;
}
.category-menu li a {
	display: block;
	background: var(--bg-c);
	padding: 10px;
	text-align: center;
	margin: 2px;
	font-size: 14px;
	border-radius: 4px;
	color: var(--md-c);
}
.category-menu li a:hover,
.category-menu .current-cat a {
	color: #fff;
}

/*资讯分类*/
.category-news {}
.category-news .category-menu li {
	width: 120px;
}
.category-news .news-box {
	margin-top: 20px;
}
.category-news .item {
	display: flex;
	align-items: center;
	padding: 20px;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
    margin-bottom: 20px;
}
.category-news .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.category-news .item .thumb {
	border-radius: 4px;
	display: block;
	position: relative;
	overflow: hidden;
	height: 120px;
	width: 200px;
	margin-right: 15px;
}
.category-news .item .title {}
.category-news .item .title a {
	font-size: 17px;
	font-weight: bold;
}
.category-news .item .info {
	margin: 15px 0;
}
.category-news .item .info span {
	color: #aaa;
	font-size: 13px;
	margin-right: 20px;
}
.category-news .item .desc {
	color: var(--md-c);
	font-size: 14px;
	line-height: 28px;
}

.pagination {
	margin-top: 40px;
	margin-bottom: 40px;
}
.pagination .page-numbers {
	display: inline-block;
	background: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 12px;
	color: var(--md-c);
}
.pagination .page-numbers:hover,
.pagination .current {
	color: #fff;
}






/*侧边栏 资讯*/
.side-news {}
.side-news .item {
    display: flex;
    padding: 20px;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
}
.side-news .item .thumb {
	display: block;
	position: relative;
	height: 72px;
	width: 100px;
	overflow: hidden;
	border-radius: 4px;
	margin-right: 15px;
}
.side-news .item .title {
	line-height: 22px;
	margin-bottom: 12px;
}
.side-news .item .title a {
	font-size: 14px;
}
.side-news .item .time {
	font-size: 13px;
	color: var(--md-c);
}

/*侧栏热门下载*/
.module-hotapps {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.module-hotapps .item {
    width: 76px;
    margin-bottom: 20px;
}
.module-hotapps .item .icon {
    width: 76px;
    height: 76px;
    margin: 0 auto;
}
.module-hotapps .item .title {
    margin-top: 10px;
}
.module-hotapps .item .title a {
    font-size: 15px;
}
/*侧边栏最新发布应用*/
.side-new-apps {
	margin-top: 20px;
}
.side-new-apps .item {
	text-align: center;
}
.side-new-apps .icon {
	display: inline-block;
	width: 80px;
	margin-bottom: 10px;
}

.side-new-apps .uk-grid-margin {
	margin-top: 20px;
}
/*文章详情页*/
.single-news {}
.single-news .single-header {
	text-align: center;
	margin-bottom: 30px;
}
.single-news .single-header h1 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.single-news .single-header .info {
	padding: 20px 15px;
    background-image: linear-gradient(0deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
    margin-bottom: 20px;
}
.single-news .single-header .info span {
	color: var(--md-c);
	font-size: 13px;
	margin: 0 40px;
}
.single-content {
    overflow: hidden;
    position: relative;
}
.apps-content {
    margin-bottom: -20px;
}
.single-content p {
	font-size: 15px;
    line-height: 32px;
    color: #606266;
    text-indent: 2em;
}
.single-content p:last-child {
    margin-bottom: 0;
}

.single-content pre {
    background: #26252c;
    padding: 15px;
}
.single-content code {
    display: block;
    line-height: 22px;
    font-size: 13px;
    color: #DCDFE6
}
.single-content p a,
.single-content .link {
    color: var(--pm-c);
        font-size: 15px;
}
.single-content strong {
    color: #222;
}
.single-content img {
    display: block;
    margin: 0 auto;
	max-width: 68%;
	width: auto;
	max-height: 520px;
}
.single-content h2,
.single-content h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0;
    background: var(--bg-c);
    padding: 10px 15px;
    border-left: 4px solid var(--pm-c);
}


.fold {
    height: 420px;
    margin-bottom: 0!important;
}
.single-content .open {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 42px;
    border-radius: 4px;
    background: var(--pm-c);
    color: #fff;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
}
.single-content .open:before {
    content: '阅读全文';
}
.single-content .open:after {
    content: '';
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #fff 0%, transparent 80%, transparent 100%);
}

.single-content table {
    border: 1px solid #ebeef5
}
.single-content table thead {}
.single-content table thead tr {}
.single-content table thead th {
    font-size: 14px;
    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: 26px;
}
.single-content table tbody td a {
    display: block;
    line-height: 26px;
}
.single-content table .answer {
    width: 70%;
}

/*应用详情页*/
.single-apps {}
.single-apps .single-header {}
.single-apps .single-header .icon {
	width: 120px;
	height: 120px;
	margin-right: 20px;
}
.single-apps .single-header h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.single-apps .single-header .desc {
    color: var(--md-c);
    font-size: 13px;
    margin-top: 10px;
}
.single-apps .single-header ul {
	display: flex;
	flex-wrap: wrap;
	width: 86%;
}
.single-apps .single-header ul li {
	width: 33.333%;
	margin-top: 15px;
	color: var(--md-c);
	font-size: 14px;
	white-space: nowrap;
}
.single-apps .single-header ul li a {
	color: var(--pm-c);
	font-size: 14px;
}
.single-apps .single-header ul li span {}
.single-apps .single-header ul li span:after {
    content: '/';
}
.single-apps .single-header ul li span:last-child:after {
    display: none;
}
.single-apps .apps-btn {
	margin-top: 20px;
	display: flex;
}
.single-apps .apps-btn .btn {
	display: block;
	height: 48px;
	line-height: 50px;
	width: 180px;
	background: var(--br-c);
	text-align: center;
	margin-right: 10px;
	border-radius: 50px;
	color: var(--md-c);
	font-size: 15px;
}
.single-apps .apps-btn .btn:before {
	margin-right: 6px;
	font-size: 18px;
}
.single-apps .apps-btn .az {
	background-color: #4CCE67;
	color: #fff;
}
.single-apps .apps-btn .ios {
	background-color: #03a9f4;
	color: #fff;
}
.single-apps .apps-btn .pc {
	background-color: #ff9800;
	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 .mob {
	background-color: var(--bg-c);
	color: #C0C4CC;
	width: 50px;
	cursor: pointer;
}
.single-apps .apps-btn .mob:hover {
    background: var(--pm-c);
    color: #fff;
}
.single-apps .apps-btn .mob:before {
    margin: 0;
}
.single-apps .apps-btn .mob:hover .code {
    display: block;
}
.single-apps .apps-btn .mob .code {
    display: none;
    width: 160px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    z-index: 10;
    border: 1px solid  var(--br-c);
}
.single-apps .apps-btn .mob .code img {
    padding: 15px;
    padding-bottom: 0;
}
.single-apps .apps-btn .mob .code span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #606266;
}
.single-apps .apps-btn .desc {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
}
.app-tab {
    border: 1px solid var(--br-c);
    border-bottom: 0;
    border-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.app-tab .item {
    width: 50%;
    display: flex;
    border-bottom: 1px solid var(--br-c);
}
.app-tab .item span {
    display: block;
    padding: 15px 12px;
    font-size: 13px;
}
.app-tab .item span a {
    font-size: 13px;
    color: var(--pm-c);
}
.app-tab .item .t {
    width: 80px;
    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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-tab .item b {
    cursor: pointer;
    color: var(--pm-c);
}

/*游戏图集*/
.apps-images {
    white-space: nowrap;
    overflow-x: scroll;
}
.apps-images::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	cursor: pointer;
	background: var(--bg-c);
}
.apps-images::-webkit-scrollbar-thumb {
	background: #ddd;
	cursor: pointer;
}
.apps-images .item {
    display: inline-block;
    margin-right: 2px;
	max-height: 335px;
	max-width: 350px;
	width: auto;
}
.apps-images .item:last-child {
    margin-right: 0;
}
.apps-images .item img {
	height: 100%;
	max-height: 335px;
	width: auto;
	border-radius: 3px;
}

/*专题详情页*/
.single-zt {}
.single-zt .zt-header {
    padding: 20px;
    background-image: linear-gradient(0deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
}
.single-zt .zt-header .icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.single-zt .zt-header h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}
.single-zt .zt-header .info {
    display: flex;
}
.single-zt .zt-header .info span {
	display: block;
	color: var(--md-c);
	font-size: 13px;
	height: 24px;
	line-height: 26px;
	background: var(--bg-c);
	padding: 2px 12px;
	margin-right: 3px;
	border-radius: 4px;
}
.single-zt .desc {
    margin-top: 20px;
}
.single-zt .desc p {
    line-height: 26px;
    color: var(--md-c);
}
.single-zt .desc p:last-child {
    margin-bottom: 0;
}

/*专题页面*/
.category-zt {
    margin-top: 20px;
}
.category-zt .item {
    padding: 20px;
    background-image: linear-gradient(180deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
}
.category-zt .item .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.category-zt .item .title {
    margin-bottom: 15px;
}
.category-zt .item .title a {
    font-size: 16px;
    font-weight: bold;
}
.category-zt .item .info {
    display: flex;
}
.category-zt .item .info span {
	display: block;
	color: var(--md-c);
	font-size: 13px;
	height: 24px;
	line-height: 26px;
	background: var(--bg-c);
	padding: 0 9px;
	margin-right: 3px;
	border-radius: 2px;
    white-space: nowrap;
}
.category-zt .item .desc {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid var(--br-c);
    color: var(--md-c);
    font-size: 14px;
    line-height: 24px;
}


/*单页面*/
.page {}
.page .page-nav {
	width: 200px;
}
.page .page-nav ul {}
.page .page-nav ul li {
	margin-bottom: 10px;
}
.page .page-nav ul li a {
	display: block;
	line-height: 48px;
	background: var(--bg-c);
	color: var(--md-c);
	text-indent: 20px;
}
.page .page-nav ul li a:hover,
.page .page-nav ul .current-menu-item a {
	background: var(--pm-c);
	border-radius: 5px;
	color: #fff;
}
.page .page-content {
	margin-top: 20px;
	height: auto !important;
}
.page .page-content img {
    display: inline-block;
}
.page-error {
	text-align: center;
	padding: 15% 0;
}
.page-error p {
	font-size: 16px;
	color: #606266;
	margin: 30px 0;
}
.page-error .goindex {
	display: inline-block;
	background: var(--pm-c);
	color: #fff;
    border-radius: 6px;
    padding: 12px 40px;
}


/*友情链接模块*/
.module-links {}
.module-links li {
	display: inline-block;
	margin-right: 20px;
}
.module-links li a {
	font-size: 13px;
	color: var(--md-c);
}

.footer {
	margin-top: 20px ;
	padding: 40px;
	background-color: #333;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
}
.footer a {
	color: rgba(255, 255, 255, 0.6);
}
.footer p:last-child {
	margin: 0;
}
.footer ul {
	margin-bottom: 20px;
}
.footer ul li {
	display: inline-block;
}
.footer ul li a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
}
.footer ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 15px;
}
.footer ul li:last-child::after {
	display: none;
}

#comments .comments-title {
    color: var(--md-c);
    line-height: 24px;
    margin-left: 20px;
}
.comment-respond {
    margin-top: 20px;
}
.comment-form {}
.comment-form textarea,
.comment-form input {
    font-size: 13px;
    border-radius: 4px;
}
.comment-submit {
    padding: 0;
    width: 100%;
    display: block;
    background: #67C23A;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 14px;
}
.comment-item {
    display: flex;
}

.comment-item .comment-author img {
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 50%;
}
.comment-item .author-name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
}
.comment-item .comment-head {}
.comment-item .comment-head .comment-time {
    color: var(--md-c);
    font-size: 12px;
    margin-right: 10px;
}
.comment-item .comment-content {
    border-bottom: 1px dashed var(--br-c);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.comment-item .comment-content p {
    margin: 15px 0;
    line-height: 26px;
    color: #606266;
    font-size: 15px;
}
.comment-item .comment-content p:first-child {
    margin-top: 0;
}
.comment-item .comment-content p:last-child {
    margin-bottom: 0;
}
.side-social {
    padding: 10px 0;
    position: fixed;
    z-index: 200;
    right: 50%;
    top: 50%;
    transform: translate(0,-50%);
    margin-right: 615px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 2px 0 rgba(88, 118, 138, .1);
}    
.side-social .item {
    padding: 12px;
    position: relative;
    text-align: center;
    display: block;
}
.side-social .hr {
    margin: 5px 18px;
    height: 1px;
    padding: 0;
    background: #eee;
    overflow: hidden;
}

.side-social i {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #666;
}
.side-social i:hover {
    color: var(--pm-c);
}
.side-social i:before {
    font-size: 18px;
}
.side-social .like i {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    margin-bottom: 5px;
}
.side-social .like i:before {
    font-size: 16px;
}
.side-social .like i {
    color: var(--pm-c);
    background: #f5f5f5;
}
.side-social .t {
    margin-top: 3px;
    font-size: 12px;
    color: #888;
}
.side-social .t a {
    margin-top: 3px;
    font-size: 12px;
    color: #888;
}
.side-social .c {
    margin: 5px 10px;
    right: 0;
    position: absolute;
    top: 0;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    background: var(--pm-c);
    transform: scale(.75);
}
.side-social .like .c {
    margin: 4px 10px;
}
.social-dropbar {
    display: none;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 100%;
    width: 145px;
    margin-left: 1px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(88, 118, 138, .1);
}
.kf:hover .social-dropbar {
    display: block;
}
.side-social .qr p {
    margin: 5px 0;
    font-size: 13px;
    color: #666;
}

.uk-modal-dialog {
    width: 800px;
}
.uk-modal-dialog iframe {
    width: 100%;
    height: 400px;
}

.uk-modal-dialog .module-title {
    padding: 20px;
        padding-left: 70px;
}
.uk-modal-dialog .module-title {}

.none {
    display: none!important;
}
@media (max-width: 760px) {

}
