@charset "utf-8";
/*=========================================================
  灰白极简 · 黑金点缀 主题样式
  设计系统：暖浅灰底 + 白色卡片 + 墨黑主文字 + 香槟金强调
=========================================================*/
/*========== 1. 设计令牌 ==========*/
:root {
	--c-bg: #f6f5f3;
	--c-bg-soft: #f2f0ec;
	--c-card: #ffffff;
	--c-ink: #1c1c1e;
	--c-text: #333437;
	--c-sub: #6b6c70;
	--c-muted: #9a9b9f;
	--c-line: #e8e6e2;
	--c-line-soft: #f0eeea;
	--c-dark: #17181a;
	--c-dark-2: #232427;

	--gold: #b89550;
	--gold-deep: #9c7a3b;
	--gold-soft: rgba(184, 149, 80, .10);
	--gold-line: rgba(184, 149, 80, .38);

	--r-sm: 6px;
	--r: 10px;
	--r-lg: 16px;
	--pill: 999px;

	--shadow-sm: 0 1px 2px rgba(23, 24, 26, .04);
	--shadow-card: 0 1px 3px rgba(23, 24, 26, .05), 0 4px 14px rgba(23, 24, 26, .04);
	--shadow-hover: 0 10px 28px rgba(23, 24, 26, .10);
	--shadow-nav: 0 6px 24px rgba(23, 24, 26, .10);

	--ease: cubic-bezier(.22, .61, .36, 1);
	--font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/*========== 2. 重置与基础 ==========*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizelegibility
}
article, aside, blockquote, body, button, code, dd, details, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block
}
body, button, input, select, textarea {
	font: 400 14px/1.8 var(--font);
	color: var(--c-text);
	-webkit-font-smoothing: antialiased
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font);
	font-size: 100%;
	font-weight: 600;
	color: var(--c-ink);
	line-height: 1.35
}
a {
	color: var(--c-ink);
	text-decoration: none;
	-webkit-transition: color .25s ease;
	transition: color .25s ease
}
a:hover {
	color: var(--gold)
}
ul, ol, li {
	list-style: none
}
img {
	max-width: 100%;
	border: 0
}
small {
	font-size: .9em
}
input, textarea, button {
	outline: 0
}
code, pre, pre tt {
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace
}
pre {
	background: #f4f3f0;
	border: 1px solid var(--c-line);
	border-radius: var(--r-sm);
	padding: 1em 1.5em;
	overflow-x: auto
}
hr {
	border: none;
	border-bottom: 1px solid var(--c-line);
	margin-bottom: .8em;
	height: 1px
}
::selection, ::-moz-selection {
	background: var(--gold);
	color: #fff
}
html {
	color: var(--c-text);
	background: var(--c-bg)
}
/* 全局背景装饰层：柔和光晕 + 极淡金色点阵 */
body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		radial-gradient(rgba(184, 149, 80, .15) 1px, transparent 1.7px),
		radial-gradient(680px 460px at 88% -8%, rgba(184, 149, 80, .10), transparent 62%),
		radial-gradient(760px 540px at -10% 34%, rgba(122, 142, 172, .05), transparent 62%),
		radial-gradient(560px 520px at 102% 80%, rgba(184, 149, 80, .06), transparent 60%);
	background-size: 32px 32px, 100% 100%, 100% 100%, 100% 100%;
	background-position: 0 0, 0 0, 0 0, 0 0
}
/* 左右两侧黑金英文点缀（仅宽屏留白区显示，不抢内容） */
.bg-decor {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none
}
.bg-decor i {
	position: absolute;
	top: 0;
	font-style: normal;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: rgba(28, 28, 30, .18);
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl
}
.bg-decor i b {
	display: block;
	width: 1px;
	height: 54px;
	margin: 0 auto 12px;
	background: -webkit-linear-gradient(180deg, transparent, rgba(184, 149, 80, .55), transparent);
	background: linear-gradient(180deg, transparent, rgba(184, 149, 80, .55), transparent)
}
.bg-decor .l {
	left: 22px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}
.bg-decor .r {
	right: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width: 1400px) {
	.bg-decor {
		display: none
	}
}
/* 平滑滚动 */
html {
	scroll-behavior: smooth
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto
	}
	*, *::before, *::after {
		-webkit-animation-duration: .01ms !important;
		animation-duration: .01ms !important;
		-webkit-transition-duration: .01ms !important;
		transition-duration: .01ms !important
	}
}

/*========== 3. 公共类 ==========*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clear {
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.bn {
	border: none !important
}
.pd {
	padding: 24px
}
.mb {
	margin-bottom: 20px
}
.mt {
	margin-top: 20px
}
.mr {
	margin-right: 20px
}
/* 圆角 / 阴影：全局统一视觉语言 */
.br {
	-webkit-border-radius: var(--r);
	-moz-border-radius: var(--r);
	border-radius: var(--r)
}
.sb {
	box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, .8);
	background: var(--c-card)
}
.nav-sb {
	box-shadow: var(--shadow-nav);
	background: var(--c-card)
}
.container {
	max-width: 1240px;
	margin: 0 auto
}
.transition {
	-webkit-transition: all ease .35s;
	-moz-transition: all ease .35s;
	-ms-transition: all ease .35s;
	-o-transition: all ease .35s;
	transition: all ease .35s
}
.img-cover {
	object-fit: cover
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.multi-ellipsis {
	position: relative;
	line-height: 1.5em !important;
	height: 3em !important;
	overflow: hidden
}
.multi-ellipsis:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 20px;
	background: -webkit-linear-gradient(left, transparent, #fff 62%);
	background: linear-gradient(to right, transparent, #fff 62%)
}
.brightness:hover {
	-webkit-filter: brightness(1.06);
	filter: brightness(1.06);
	-webkit-transition: all ease .35s;
	transition: all ease .35s
}
/* 悬停浮起通用效果 */
.hover-lift {
	-webkit-transition: box-shadow .35s var(--ease), -webkit-transform .35s var(--ease);
	transition: box-shadow .35s var(--ease), transform .35s var(--ease)
}
.hover-lift:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: var(--shadow-hover), inset 0 1px 0 rgba(255, 255, 255, .8)
}
/* 顶部金色滚动进度条 */
.scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0;
	z-index: 999;
	background: -webkit-linear-gradient(90deg, var(--gold-soft), var(--gold), var(--gold-deep));
	background: linear-gradient(90deg, var(--gold-soft), var(--gold), var(--gold-deep));
	box-shadow: 0 1px 6px rgba(184, 149, 80, .45);
	pointer-events: none;
	-webkit-transition: width .12s linear;
	transition: width .12s linear
}
/* 卡片 hover 顶部金色细线浮现 */
.article-list::before,
.recommend-a .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: var(--r) var(--r) 0 0;
	background: -webkit-linear-gradient(90deg, var(--gold-soft), var(--gold) 55%, transparent);
	background: linear-gradient(90deg, var(--gold-soft), var(--gold) 55%, transparent);
	opacity: 0;
	-webkit-transform: scaleX(.4);
	transform: scaleX(.4);
	-webkit-transition: opacity .35s var(--ease), -webkit-transform .45s var(--ease);
	transition: opacity .35s var(--ease), transform .45s var(--ease)
}
.article-list:hover::before,
.recommend-a .item:hover::before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
/* 侧边栏列表 hover：序号变金 + 轻微右滑 */
#aside_hot li a,
#aside_random li a,
#aside_new li a,
#aside_hot_comment li a,
#divTags a {
	-webkit-transition: color .25s ease, -webkit-transform .25s var(--ease);
	transition: color .25s ease, transform .25s var(--ease)
}
#aside_hot li a:hover,
#aside_random li a:hover,
#aside_new li a:hover,
#aside_hot_comment li a:hover {
	-webkit-transform: translateX(3px);
	transform: translateX(3px)
}
#aside_hot .list {
	-webkit-transition: color .25s ease;
	transition: color .25s ease
}
#aside_hot li:hover .list {
	color: var(--gold)
}
/* 分页 hover 金色光晕 */
a.page-numbers:hover {
	box-shadow: 0 6px 16px rgba(184, 149, 80, .35)
}
/* 回顶 / 悬浮按钮 hover 金色光晕 */
#qr:hover, .btn.qq:hover, .toolbar .btn:hover {
	box-shadow: 0 8px 22px rgba(184, 149, 80, .42)
}
/* 图片卡片轻微明暗过渡 */
.recommend-b .thumbnail img,
.img-post article img {
	-webkit-transition: -webkit-transform .5s var(--ease), -webkit-filter .5s ease;
	transition: transform .5s var(--ease), filter .5s ease
}
.recommend-b .item:hover .thumbnail img,
.img-post article:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: brightness(1.04);
	filter: brightness(1.04)
}
/* 滚动显现动画 */
.js .reveal {
	opacity: 0;
	-webkit-transform: translateY(26px);
	transform: translateY(26px);
	-webkit-transition: opacity .7s var(--ease), -webkit-transform .7s var(--ease);
	transition: opacity .7s var(--ease), transform .7s var(--ease);
	will-change: opacity, transform
}
.js .reveal.is-visible {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

/* 不同视口下公共类属性调整 */
@media screen and (max-width: 1200px) {
.mb {
	margin-bottom: 10px
}
.m-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important
}
.m-multi-ellipsis {
	position: relative;
	line-height: 1.5em !important;
	height: 3em !important;
	overflow: hidden
}
.m-multi-ellipsis:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 20px;
	background: -webkit-linear-gradient(left, transparent, #fff 62%);
	background: linear-gradient(to right, transparent, #fff 62%)
}
}
/* 视口显隐 */
.hidden {
	display: none
}
@media screen and (max-width: 1200px) {
.hidden-sm-md-lg {
	display: none !important
}
}
@media screen and (max-width: 768px) {
.hidden-sm {
	display: none !important
}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
.hidden-md {
	display: none !important
}
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
.hidden-lg {
	display: none !important
}
}
@media screen and (min-width: 1201px) {
.hidden-xl {
	display: none !important
}
}
/* IE 提示 */
.fuck-ie {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.fuck-ie .tips {
	padding: 20px 40px;
	color: var(--gold-deep);
	border: 1px solid var(--gold-line);
	border-radius: var(--r);
	text-align: center;
	font-size: 16px;
	background: #fbf8f1
}

/*========== 4. 动画 ==========*/
@-webkit-keyframes fadeInUpMenu {
from {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 18px, 0);
	transform: translate3d(0, 18px, 0)
}
to {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUpMenu {
from {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 18px, 0);
	transform: translate3d(0, 18px, 0)
}
to {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu
}
.animated-fast {
	-webkit-animation-duration: .45s;
	animation-duration: .45s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

/*========== 5. 顶部导航 ==========*/
.header {
	height: 72px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	background: rgba(255, 255, 255, .96);
	-webkit-backdrop-filter: saturate(180%) blur(8px);
	backdrop-filter: saturate(180%) blur(8px);
	border-bottom: 1px solid var(--c-line-soft);
	-webkit-transition: box-shadow .3s ease, border-color .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease
}
.header.is-scroll {
	border-color: transparent;
	box-shadow: var(--shadow-nav)
}
/* 顶栏金色渐变细线 */
.header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: -webkit-linear-gradient(90deg, transparent, rgba(184, 149, 80, .6) 50%, transparent);
	background: linear-gradient(90deg, transparent, rgba(184, 149, 80, .6) 50%, transparent);
	pointer-events: none
}
.h-wrap {
	height: 72px;
	position: relative
}
.logo-area {
	padding-top: 0;
	padding-right: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 72px
}
.logo-area .img {
	width: auto;
	max-height: 40px
}
/* 桌面导航 */
.pc-nav {
	max-width: 80%;
	height: 72px;
	font-size: 15px;
	margin-right: 10px
}
.pc-nav li {
	position: relative;
	list-style: none;
	display: block;
	float: left
}
.pc-nav li a {
	height: 72px;
	line-height: 72px;
	padding: 0 18px;
	font-size: 15px;
	display: block;
	color: var(--c-text);
	position: relative
}
/* 导航下划线动画 */
.pc-nav li a:after {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 14px;
	height: 2px;
	background: var(--gold);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .3s var(--ease);
	transition: transform .3s var(--ease)
}
.pc-nav li a:hover,
.pc-nav li a.active {
	color: var(--gold)
}
.pc-nav li a:hover:after,
.pc-nav li a.active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.pc-nav .sub-nav a:after {
	content: none
}
/* 下拉菜单 */
.pc-nav li .sub-nav,
.dropdown-nav {
	text-align: left;
	position: absolute;
	top: 72px;
	left: -12px;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r);
	box-shadow: var(--shadow-nav);
	padding: 10px 0;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-transition: opacity .3s var(--ease), -webkit-transform .3s var(--ease), visibility .3s;
	transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
	z-index: 100
}
.pc-nav li .sub-nav::before,
.dropdown-nav::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 30px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-left: 1px solid var(--c-line-soft);
	border-top: 1px solid var(--c-line-soft);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.pc-nav li .sub-nav::-webkit-scrollbar,
.dropdown-nav::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0
}
/* 仅当选项超高时：开启内部滚动（不显示滚动条） */
.pc-nav li .sub-nav.has-scroll,
.dropdown-nav.has-scroll {
	max-height: calc(100vh - 96px);
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch
}
.pc-nav .nav-ul>li:hover>.sub-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.pc-nav li .sub-nav li {
	float: none;
	height: auto;
	min-height: auto
}
.pc-nav li .sub-nav li a {
	line-height: 40px;
	height: 40px;
	padding: 0 24px;
	color: var(--c-text);
	white-space: nowrap;
	min-width: 120px;
	font-size: 14px
}
.pc-nav li .sub-nav li a:after {
	content: none
}
.pc-nav li .sub-nav li a:hover {
	background: var(--gold-soft);
	color: var(--gold-deep)
}
.pc-nav .nav-ul>li:hover>.sub-nav {
	display: block;
	padding: 10px 0
}
/* 搜索 */
.search-button {
	cursor: pointer;
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	margin-top: 14px;
	border-radius: var(--pill);
	-webkit-transition: background .25s ease, color .25s ease;
	transition: background .25s ease, color .25s ease
}
.search-button i.iconfont {
	font-size: 20px
}
.search-button:hover {
	background: var(--gold-soft);
	color: var(--gold-deep)
}
#search-area {
	position: absolute;
	top: 64px;
	right: 0;
	z-index: 95;
	width: 340px;
	background: #fff;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r);
	box-shadow: var(--shadow-nav);
	padding: 10px;
	-webkit-transform-origin: top right;
	transform-origin: top right
}
#search-area:before {
	content: "";
	position: absolute;
	top: -6px;
	right: 16px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-left: 1px solid var(--c-line-soft);
	border-top: 1px solid var(--c-line-soft);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.searchform {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: var(--c-bg-soft);
	border-radius: var(--pill);
	overflow: hidden
}
.s-input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	border: none;
	background: transparent;
	font-weight: 400;
	padding: 0 18px;
	height: 44px;
	color: var(--c-text)
}
.s-input::-webkit-input-placeholder {
	color: var(--c-muted)
}
.s-button {
	border: none;
	cursor: pointer;
	height: 44px;
	line-height: 44px;
	padding: 0 22px;
	background: var(--c-ink);
	color: #fff;
	font-size: 14px;
	border-radius: var(--pill);
	-webkit-transition: background .25s ease;
	transition: background .25s ease
}
.s-button:hover {
	background: var(--gold)
}
.mask-hidden {
	position: fixed;
	z-index: 85;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: #000;
	visibility: hidden;
	-webkit-transition: opacity .3s ease, visibility .3s;
	transition: opacity .3s ease, visibility .3s
}
.mask-show {
	visibility: visible;
	opacity: .45
}

/* 移动端导航按钮 */
.m-nav-btn, span.toggle-btn {
	display: none
}

/*========== 6. 移动端抽屉导航 ==========*/
@media screen and (max-width: 1200px) {
.header, .h-wrap {
	height: 60px
}
.logo-area {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0
}
.logo-area .img {
	max-height: 34px
}
.m-nav-btn {
	display: block
}
.m-nav-btn i.iconfont {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	color: var(--c-ink);
	-webkit-transition: color .25s;
	transition: color .25s
}
.m-nav-btn i.active {
	color: var(--gold);
	z-index: 96
}
.responsive-nav {
	width: 280px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: var(--c-dark);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 95;
	display: none;
	box-shadow: 8px 0 30px rgba(0, 0, 0, .25);
	-webkit-animation: navSlideIn .35s var(--ease);
	animation: navSlideIn .35s var(--ease)
}
@-webkit-keyframes navSlideIn {
from {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
to {
	-webkit-transform: none;
	transform: none
}
}
@keyframes navSlideIn {
from {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
to {
	-webkit-transform: none;
	transform: none
}
}
.m-nav {
	margin-top: 0;
	width: 100%;
	padding-top: 72px
}
.nav-ul>li {
	line-height: 38px;
	position: relative;
	width: 100%;
	text-align: left
}
.nav-ul>li>a {
	height: 50px;
	font-size: 16px;
	display: block;
	text-indent: 28px;
	color: #e8e8ea;
	line-height: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, .07)
}
.nav-ul>li>a.active {
	color: var(--gold)
}
span.toggle-btn {
	position: absolute;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #aaa;
	text-align: center;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 100;
	border-left: 1px solid rgba(255, 255, 255, .07);
	display: block
}
span.toggle-btn i.iconfont {
	color: #cfd0d3;
	font-size: 16px;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}
.m-nav .sub-nav {
	background: rgba(255, 255, 255, .04);
	text-align: left;
	position: relative;
	left: 0;
	min-width: 100%;
	z-index: 10;
	font-size: 14px;
	top: 0;
	border-radius: 0
}
.m-nav .sub-nav>li {
	position: relative;
	text-align: left;
	line-height: 50px;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .05)
}
.m-nav .sub-nav>li>a {
	text-indent: 2em;
	color: #c9cacd;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 15px
}
.m-nav .sub-nav>li>a:hover {
	color: var(--gold)
}
.m-nav .sub-nav>li ul li>a {
	text-indent: 3em
}
.search-button {
	position: absolute;
	top: 0;
	right: 6px;
	z-index: 1;
	margin: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0
}
.search-button i.iconfont {
	font-size: 20px
}
#search-area {
	top: 52px;
	left: 10px;
	right: 10px;
	width: auto
}
}

/*========== 7. 主内容区 / 面包屑 ==========*/
.index-breadcrumb {
	height: 1px;
	padding-top: 96px
}
.breadcrumb {
	padding: 88px 12px 12px;
	color: var(--c-muted);
	font-size: 13px
}
.breadcrumb a {
	color: var(--c-muted)
}
.breadcrumb a:hover {
	color: var(--gold)
}
.breadcrumb .iconfont {
	font-size: 12px;
	padding: 0 4px;
	color: var(--c-line)
}
#mainbox {
	width: 70.4%
}
.full-width-box {
	width: 100% !important
}
#index-main {
	width: 100%
}

/*========== 8. 轮播图 ==========*/
/* Swiper 核心布局 */
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container {
	position: relative;
	z-index: 1;
	margin-bottom: 24px !important;
	width: 100%;
	height: 400px;
	border-radius: var(--r-lg);
	overflow: hidden;
	box-shadow: var(--shadow-card)
}
.swiper-container img {
	width: 100%
}
.swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	background: var(--c-card)
}
.swiper-slide .link {
	display: block;
	height: 100%
}
.swiper-slide .link>img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 6s linear;
	transition: transform 6s linear
}
.swiper-slide-active .link>img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06)
}
.swiper-slide .p {
	position: absolute;
	bottom: 3.2em;
	left: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	z-index: 2;
	text-align: left;
	width: 100%;
	padding: 0 2em;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
	letter-spacing: .5px
}
.swiper-slide .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .02) 45%, rgba(0, 0, 0, .55));
	z-index: 1
}
.swiper-button-next, .swiper-button-prev {
	background-image: none !important;
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	margin-top: -23px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	background: rgba(255, 255, 255, .22);
	border-radius: var(--pill);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	opacity: 0;
	-webkit-transition: opacity .3s ease, background .3s ease;
	transition: opacity .3s ease, background .3s ease
}
.swiper-button-prev {
	left: 14px
}
.swiper-button-next {
	right: 14px
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background: var(--gold)
}
.swiper-pagination-bullet {
	width: 22px;
	height: 4px;
	border-radius: var(--pill);
	background: rgba(255, 255, 255, .6);
	opacity: 1;
	-webkit-transition: width .3s var(--ease), background .3s ease;
	transition: width .3s var(--ease), background .3s ease
}
.swiper-pagination-bullet-active {
	width: 34px;
	background: var(--gold)
}
.swiper-container-horizontal>.swiper-pagination {
	width: auto;
	position: absolute;
	bottom: 18px;
	left: 24px;
	right: auto;
	-webkit-transform: none;
	transform: none;
	text-align: left
}

/*========== 9. 模块标题 ==========*/
.c-title {
	font-size: 17px;
	font-weight: 600;
	color: var(--c-ink);
	border-bottom: 1px solid var(--c-line-soft);
	padding-bottom: .7em;
	margin-top: -.4em;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}
.c-title::before {
	content: "";
	width: 4px;
	height: 16px;
	border-radius: var(--pill);
	background: var(--gold);
	margin-right: 10px;
	-webkit-transition: height .3s var(--ease);
	transition: height .3s var(--ease)
}
.c-title:hover::before {
	height: 20px
}
/* 标题渐变分隔线 */
.c-title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: -webkit-linear-gradient(90deg, rgba(184, 149, 80, .55), rgba(184, 149, 80, .16) 26%, var(--c-line) 62%, transparent);
	background: linear-gradient(90deg, rgba(184, 149, 80, .55), rgba(184, 149, 80, .16) 26%, var(--c-line) 62%, transparent);
	pointer-events: none
}
.c-title .more {
	position: absolute;
	right: 0;
	font-size: 13px;
	font-weight: 400;
	color: var(--c-muted)
}
.c-title .more i.iconfont {
	font-size: 13px;
	-webkit-transition: -webkit-transform .3s var(--ease);
	transition: transform .3s var(--ease)
}
.c-title .more:hover {
	color: var(--gold)
}
.c-title .more:hover i.iconfont {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}

/*========== 10. 首页模块 ==========*/
.double-list, .flink, .full-post, .text-post, .img-post, .post-comment, .recommend-a, .recommend-b, .recommend-c, .related-art, .widget {
	padding: 24px
}
/* 推荐模块A：三列卡片 */
.recommend-a .item {
	width: 31.2%;
	margin-top: 20px;
	margin-right: 3.2%;
	position: relative;
	background: #fff;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r);
	padding: 10px;
	-webkit-transition: box-shadow .35s var(--ease), -webkit-transform .35s var(--ease);
	transition: box-shadow .35s var(--ease), transform .35s var(--ease)
}
.recommend-a .item:nth-child(3n+0) {
	margin-right: 0
}
.recommend-a .item:hover {
	box-shadow: var(--shadow-hover);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px)
}
.recommend-a .thumbnail {
	height: 160px;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: var(--r-sm)
}
.recommend-a .thumbnail img {
	height: 160px;
	width: 100%;
	-webkit-transition: -webkit-transform .5s var(--ease);
	transition: transform .5s var(--ease)
}
.recommend-a .item:hover .thumbnail img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06)
}
.recommend-a .category {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
	background: rgba(23, 24, 26, .72);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	border-radius: var(--pill);
	letter-spacing: .5px
}
.recommend-a .category:hover {
	background: var(--gold)
}
.recommend-a .item .title {
	width: 100%;
	font-weight: 500;
	padding: 0 6px;
	font-size: 16px
}
.recommend-a .item .title a:hover {
	color: var(--gold)
}
.recommend-a .num {
	padding: 4px 6px 2px;
	color: var(--c-muted);
	font-size: 13px
}
.recommend-a .num .iconfont {
	font-size: 14px;
	padding-right: 3px
}
.recommend-a .author, .recommend-a .comment, .recommend-a .thumb, .recommend-a .view {
	padding-right: 1em;
	max-width: 8em
}
/* 推荐模块B */
.recommend-b .item {
	width: 48.4%;
	margin-top: 20px;
	margin-right: 3.2%;
	position: relative
}
.recommend-b .item:nth-of-type(even) {
	margin-right: 0
}
.recommend-b .category {
	border: 1px solid var(--gold-line);
	padding: 2px 12px;
	color: var(--gold-deep);
	font-size: 12px;
	max-width: 90px;
	border-radius: var(--pill);
	-webkit-transition: background .25s ease, color .25s ease;
	transition: background .25s ease, color .25s ease
}
.recommend-b .category:hover {
	background: var(--gold);
	color: #fff;
	border-color: var(--gold)
}
.recommend-b .title-wrap {
	font-size: 16px;
	margin-bottom: 10px
}
.recommend-b .title {
	padding: 2px 10px;
	font-weight: 500;
	max-width: 80%
}
.recommend-b .intro {
	color: var(--c-sub);
	background: var(--c-bg-soft);
	padding: 14px;
	height: 84px;
	position: relative;
	border-radius: var(--r-sm);
	font-size: 13px
}
.recommend-b .intro:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color: var(--c-bg-soft);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 34px;
	left: -5px
}
.recommend-b .fr-wrap {
	margin-left: 96px
}
.recommend-b .thumbnail {
	display: block;
	overflow: hidden;
	width: 84px;
	height: 84px;
	border-radius: var(--r-sm)
}
.recommend-b .thumbnail img {
	width: 84px;
	height: 84px;
	-webkit-transition: -webkit-transform .5s var(--ease);
	transition: transform .5s var(--ease)
}
.recommend-b .item:hover .thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
/* 最新文章 / 文章列表（多页面共用） */
.article-list {
	width: 100%;
	padding: 22px;
	position: relative;
	background: #fff;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r);
	-webkit-transition: box-shadow .35s var(--ease), -webkit-transform .35s var(--ease);
	transition: box-shadow .35s var(--ease), transform .35s var(--ease)
}
.article-list:hover {
	box-shadow: var(--shadow-hover), inset 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}
.article-list .istop {
	color: var(--gold-deep);
	padding: 0 6px;
	border: 1px solid var(--gold-line);
	border-radius: 4px;
	font-size: 12px;
	vertical-align: 2px;
	display: inline-block;
	margin-right: 6px;
	font-weight: 600
}
.article-list .figure {
	width: 240px;
	height: 160px;
	overflow: hidden;
	border-radius: var(--r-sm)
}
.article-list .thumbnail {
	display: block;
	overflow: hidden
}
.article-list .figure img {
	height: 160px;
	width: 100%;
	-webkit-transition: -webkit-transform .5s var(--ease);
	transition: transform .5s var(--ease)
}
.article-list:hover .figure img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06)
}
.article-list .content {
	margin-left: 262px;
	color: var(--c-sub)
}
.article-list .content-no-img {
	margin-left: 0 !important
}
.article-list .content .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5
}
.article-list .content .title a:hover {
	color: var(--gold)
}
.article-list .content i.iconfont {
	padding-right: 4px;
	font-size: 14px
}
.article-list .intro {
	padding: 12px 0;
	color: var(--c-sub);
	font-size: 14px;
	line-height: 1.9
}
.article-list .data {
	color: var(--c-muted);
	font-size: 13px
}
.article-list .author, .article-list .time, .article-list .view {
	padding-right: 1.2em
}
.article-list .tag {
	max-width: 22em
}
.article-list .tag a {
	color: var(--c-muted);
	padding-right: 8px
}
.article-list .tag a:hover {
	color: var(--gold)
}
/* 多图模块 */
.img-post .img {
	display: block
}
.img-post article .a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--r)
}
.img-post .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .02) 55%, rgba(0, 0, 0, .72))
}
.img-post .title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	padding: 14px 16px;
	font-weight: 500;
	width: 100%;
	font-size: 15px;
	line-height: 1.5
}
.img-post .img {
	-webkit-transition: -webkit-transform .6s var(--ease);
	transition: transform .6s var(--ease)
}
.img-post article .a:hover .img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06)
}
/* 用 grid 精确对齐：左列大图跨两行，右上/右下两行紧随其后，避免 float 换行产生中间留白 */
.img-post .clearfix {
	display: grid;
	grid-template-columns: 30% 68.2%;
	grid-template-rows: auto auto;
	column-gap: 1.8%;
	row-gap: 16px
}
.img-post .left {
	width: 100%;
	grid-column: 1;
	grid-row: 1 / span 2;
	overflow: hidden
}
.img-post .left .img {
	width: 100%;
	height: 440px;
	object-fit: cover
}
.img-post .left .title {
	font-size: 18px
}
.img-post .top-wrap {
	width: 100%;
	grid-column: 2;
	grid-row: 1;
	height: 200px;
	overflow: hidden
}
.img-post .top {
	width: 32%;
	margin-left: 2%;
	overflow: hidden
}
.img-post .top:first-child {
	margin-left: 0
}
.img-post .top .img {
	width: 100%;
	height: 200px;
	object-fit: cover
}
.img-post .bottom-wrap {
	width: 100%;
	grid-column: 2;
	grid-row: 2;
	height: 224px;
	overflow: hidden
}
.img-post .bottom {
	width: 32%;
	margin-left: 2%;
	overflow: hidden
}
.img-post .bottom:first-child {
	margin-left: 0
}
.img-post .bottom .img {
	width: 100%;
	height: 224px;
	object-fit: cover
}
/* 隐藏中间换行占位，让 bottom-wrap 正确接在 top-wrap 下方 */
.img-post .clearfix > .clear {
	display: none
}
/* 友情链接 */
.flink {
	margin-bottom: 20px
}
.flink .rule {
	font-size: 13px;
	font-weight: 400;
	padding-left: 2em;
	color: var(--c-muted)
}
.flink .f-list {
	margin-top: 14px
}
.flink .f-list li {
	float: left;
	padding-right: 2em
}
.flink .f-list li a {
	font-size: 14px;
	color: var(--c-sub)
}
.flink .f-list li a:hover {
	color: var(--gold)
}

/*========== 11. 侧边栏 ==========*/
#sidebar {
	width: 28%
}
#sidebar .aside_ad {
	display: block;
	line-height: 0;
	margin: -24px;
	border-radius: var(--r);
	overflow: hidden
}
#sidebar .aside_ad img {
	width: 100%
}
.widget {
	background: #fff;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r)
}
.widget .c-title {
	font-size: 16px
}
/* 分类/控件类小部件 */
#divCatalog li {
	width: 50%;
	display: inline-block
}
#divCatalog li:nth-of-type(even) {
	text-align: right
}
#divCatalog li a {
	width: 96%;
	display: inline-block;
	text-align: center;
	border: 1px solid var(--c-line);
	border-radius: var(--r-sm);
	padding: .5em 0;
	margin-top: .5em;
	color: var(--c-sub);
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
#divCatalog li a:hover {
	background: var(--gold);
	color: #fff;
	border-color: var(--gold)
}
#divPrevious li {
	list-style: none;
	border-bottom: 1px dashed var(--c-line);
	padding: .5em 0
}
#divPrevious li:last-child {
	border: none;
	padding-bottom: 0
}
#divPrevious li:first-child {
	padding-top: 0
}
#divTags li, #aside_hot_tag li {
	display: inline-block
}
#divTags .tag-count, #aside_hot_tag .tag-count {
	font-size: 12px;
	font-weight: 100
}
#divTags li a, #aside_hot_tag li a {
	border-radius: var(--pill);
	display: inline-block;
	text-align: center;
	background: var(--c-bg-soft);
	padding: 4px 14px;
	margin: .5em .2em 0 0;
	color: var(--c-sub);
	font-size: 13px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
#aside_hot_tag li a {
	margin: .5em .5em 0 0
}
#divTags li a:hover, #aside_hot_tag li a:hover {
	background: var(--gold);
	color: #fff
}
#divMisc li {
	display: inline-block;
	padding-right: 5%
}
#divAuthors li, #divFavorites li, #divLinkage li {
	display: inline-block;
	padding-right: 1em
}
#divArchives li, #divNavBar li, #divStatistics li {
	display: inline-block;
	width: 49.2%
}
#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
	width: 48.3%;
	display: inline-block;
	text-align: center;
	border: 1px solid var(--c-line);
	border-radius: var(--r-sm);
	padding: .5em 0;
	margin-top: .5em;
	color: var(--c-sub);
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
#divContorPanel .cp-login a:hover, #divContorPanel .cp-vrs a:hover {
	background: var(--gold);
	color: #fff;
	border-color: var(--gold)
}
/* 日历 */
#tbCalendar {
	width: 100%
}
#tbCalendar a {
	width: 40px;
	height: 40px;
	color: var(--gold-deep);
	padding: 2px
}
#tbCalendar tbody a {
	display: inline-block;
	background-color: var(--gold);
	color: #fff;
	border-radius: var(--r-sm)
}
#tbCalendar caption {
	height: 60px;
	line-height: 60px
}
#tbCalendar td, #tbCalendar th {
	width: 40px;
	height: 40px;
	line-height: 40px
}
#tbCalendar caption {
	font-size: 18px
}
#tbCalendar tbody {
	text-align: center
}
/* 搜索小部件 */
#divSearchPanel form {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}
#divSearchPanel input[type=text] {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	border: 1px solid var(--c-line);
	background: var(--c-bg-soft);
	padding: 0 14px;
	height: 42px;
	color: var(--c-text);
	border-radius: var(--pill);
	font-size: 14px
}
#divSearchPanel input[type=submit] {
	height: 42px;
	border: none;
	cursor: pointer;
	padding: 0 18px;
	background: var(--c-ink);
	color: #fff;
	border-radius: var(--pill);
	margin-left: 8px;
	font-size: 14px;
	-webkit-transition: background .25s ease;
	transition: background .25s ease
}
#divSearchPanel input[type=submit]:hover {
	background: var(--gold)
}
/* 站点信息 */
#aside_about {
	padding: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: box-shadow .35s var(--ease), -webkit-transform .35s var(--ease);
	transition: box-shadow .35s var(--ease), transform .35s var(--ease)
}
#aside_about:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: var(--shadow-hover), inset 0 1px 0 rgba(255, 255, 255, .8)
}
/* 顶部金色细线（hover 浮现，与其他卡片一致） */
#aside_about::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	z-index: 3;
	border-radius: var(--r) var(--r) 0 0;
	background: -webkit-linear-gradient(90deg, var(--gold-soft), var(--gold) 55%, transparent);
	background: linear-gradient(90deg, var(--gold-soft), var(--gold) 55%, transparent);
	opacity: 0;
	-webkit-transform: scaleX(.4);
	transform: scaleX(.4);
	-webkit-transition: opacity .35s var(--ease), -webkit-transform .45s var(--ease);
	transition: opacity .35s var(--ease), transform .45s var(--ease)
}
#aside_about:hover::after {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
#aside_about .bg {
	width: 100%;
	height: 140px;
	object-fit: cover;
	-webkit-filter: saturate(.9) brightness(.9);
	filter: saturate(.9) brightness(.9)
}
#aside_about::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 140px;
	background: -webkit-linear-gradient(180deg, rgba(28, 28, 30, .05), rgba(28, 28, 30, .5));
	background: linear-gradient(180deg, rgba(28, 28, 30, .05), rgba(28, 28, 30, .5))
}
#aside_about .wrap {
	padding-top: 14px
}
#aside_about .title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: var(--c-ink);
	padding-bottom: 12px
}
#aside_about .title::after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	margin: 10px auto 0;
	border-radius: 2px;
	background: -webkit-linear-gradient(90deg, transparent, var(--gold), transparent);
	background: linear-gradient(90deg, transparent, var(--gold), transparent)
}
#aside_about .about-link {
	display: block;
	color: inherit;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}
#aside_about .about-link:hover .title {
	color: var(--gold)
}
#aside_about .about-link:hover .bg {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}
#aside_about .info {
	color: var(--c-sub);
	padding-top: 4px;
	line-height: 26px;
	max-height: 82px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
/* 热门文章 */
#aside_hot li {
	border-bottom: 1px dashed var(--c-line);
	padding: .5em 0
}
#aside_hot li:first-child {
	padding-top: 0
}
#aside_hot li:last-child {
	border: none;
	padding-bottom: 0
}
#aside_hot li a {
	margin-left: 28px;
	display: block;
	color: var(--c-text);
	font-size: 14px;
	line-height: 1.6
}
#aside_hot li a:hover {
	color: var(--gold)
}
#aside_hot .list {
	float: left;
	font-size: 15px;
	font-style: italic;
	color: var(--c-line);
	font-weight: 700;
	width: 18px;
	text-align: center
}
#aside_hot .list-1, #aside_hot .list-2, #aside_hot .list-3 {
	color: var(--gold)
}
/* 随机图文 / 最新文章 / 热门评论 共用 */
#aside_random .list, #aside_new .list, #aside_hot_comment .list {
	padding: .6em 0
}
#aside_random li:first-child, #aside_new li:first-child, #aside_hot_comment li:first-child {
	padding-top: 0
}
#aside_random li:last-child, #aside_new li:last-child, #aside_hot_comment li:last-child {
	padding-bottom: 0
}
#aside_random .comment, #aside_random .time,
#aside_new .time, #aside_new .view,
#aside_hot_comment .comment, #aside_hot_comment .time {
	color: var(--c-muted);
	padding-right: 1.2em;
	font-size: 13px
}
#aside_random .comment i.iconfont, #aside_random .time i.iconfont,
#aside_new .time i.iconfont, #aside_new .view i.iconfont,
#aside_hot_comment .comment i.iconfont, #aside_hot_comment .time i.iconfont {
	padding-right: 2px;
	font-size: 13px
}
#aside_random .list .img-wrap,
#aside_new .list .img-wrap,
#aside_hot_comment .list .img-wrap {
	float: left;
	overflow: hidden;
	display: block;
	height: 70px;
	width: 100px;
	border-radius: var(--r-sm)
}
#aside_random .random-img,
#aside_new .random-img,
#aside_hot_comment .random-img {
	width: 100px;
	height: 70px;
	-webkit-transition: -webkit-transform .4s var(--ease);
	transition: transform .4s var(--ease)
}
#aside_random .list:hover img,
#aside_new .list:hover img,
#aside_hot_comment .list:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}
#aside_random .random-text, #aside_new .new-text, #aside_hot_comment .new-text {
	margin-left: 114px
}
#aside_random .title, #aside_new .title, #aside_hot_comment .title {
	line-height: 1.6;
	font-size: 14px
}
#aside_random .title a, #aside_new .title a, #aside_hot_comment .title a {
	color: var(--c-text)
}
#aside_random .title a:hover, #aside_new .title a:hover, #aside_hot_comment .title a:hover {
	color: var(--gold)
}
/* 最新留言 */
#divComments .list {
	padding: .6em 0
}
#divComments li:first-child {
	padding-top: 0
}
#divComments li:last-child {
	padding-bottom: 0
}
#divComments .avatar {
	float: left;
	display: block
}
#divComments .avatar img {
	width: 50px;
	height: 50px;
	border-radius: var(--pill);
	border: 2px solid #fff;
	box-shadow: var(--shadow-sm)
}
#divComments .title {
	margin-left: 64px
}
#divComments .title .a {
	display: block
}
#divComments .info {
	color: var(--c-muted);
	font-size: 13px
}
#divComments .author {
	padding-right: .5em
}
/* 文章页作者信息 */
#widget_aside_author .title {
	margin: -24px;
	background: var(--c-bg-soft);
	padding: 24px;
	background-size: 100% !important
}
#widget_aside_author .img {
	border-radius: var(--pill);
	width: 72px;
	height: 72px;
	margin: 0 auto;
	display: block;
	border: 4px solid rgba(255, 255, 255, .9)
}
#widget_aside_author .avatar {
	margin-top: 48px;
	display: block
}
#widget_aside_author .name {
	font-size: 20px;
	text-align: center
}
#widget_aside_author .level {
	font-size: 12px;
	background-color: var(--gold);
	padding: 2px 8px;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: var(--pill)
}
#widget_aside_author .intro {
	color: var(--c-sub);
	text-align: center
}

/*========== 12. 文章详情页 ==========*/
.art-main {
	padding: 34px 40px;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-lg)
}
.art-main img {
	max-width: 100% !important;
	height: auto !important
}
.art-main .art-title {
	font-size: 28px;
	line-height: 1.4
}
.art-main .head-info {
	color: var(--c-muted);
	padding-top: 10px;
	font-size: 13px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.art-main .head-info i.iconfont {
	padding-right: 4px
}
.art-main .head-info .author, .art-main .head-info .comment, .art-main .head-info .edit, .art-main .head-info .time, .art-main .head-info .view {
	padding-right: 1.2em
}
.art-main .art-content {
	padding-top: 16px;
	position: relative;
	font-size: 16px;
	width: 100%;
	word-break: break-word;
	line-height: 1.95;
	color: var(--c-text)
}
.art-content a {
	color: var(--gold-deep)
}
.art-content a:hover {
	border-bottom: 1px dashed var(--gold-line)
}
.art-content h1, .art-content h2, .art-content h3, .art-content h4, .art-content h5, .art-content h6 {
	margin: 1.2em 0 .6em
}
.art-content h1 {
	font-size: 1.8em
}
.art-content h2 {
	font-size: 1.6em;
	padding-left: 12px;
	border-left: 4px solid var(--gold)
}
.art-content h3 {
	font-size: 1.4em
}
.art-content h4 {
	font-size: 1.2em
}
.art-content h5 {
	font-size: 1em
}
.art-content h6 {
	font-size: 0.85em
}
.art-content blockquote {
	color: var(--c-sub);
	font-weight: 400;
	border-left: 4px solid var(--gold);
	padding: .8em 1.2em;
	background-color: var(--gold-soft);
	border-radius: 0 var(--r-sm) var(--r-sm) 0
}
.art-content table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
	width: 100%
}
.art-content table tr.firstRow {
	font-weight: bold;
	background-color: var(--c-bg-soft);
	text-align: left
}
.art-content table th, .art-content table td {
	padding: .5em .8em;
	margin: 0;
	vertical-align: top;
	border: 1px solid var(--c-line)
}
.art-content blockquote, .art-content dl, .art-content form, .art-content hr, .art-content ol, .art-content p, .art-content pre, .art-content table, .art-content ul {
	font-weight: 400;
	margin-bottom: 1rem
}
.art-content blockquote p, .art-content ul p {
	margin-bottom: 0
}
.art-content li {
	margin-left: 1.4em;
	list-style: inherit
}
.art-content ul li {
	list-style: disc
}
.art-content ol li {
	list-style: decimal
}
.art-content hr {
	border: none;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid var(--c-line);
	height: 1px;
	background: 0 0
}
.art-content b, .art-content strong {
	font-weight: 700
}
.art-content .padding {
	padding-right: .5em
}
.art-content .art-copyright, .art-content .tag-wrap {
	font-size: 14px
}
.art-content .tags {
	border: 1px solid var(--c-line);
	padding: 2px 12px;
	text-align: center;
	color: var(--c-sub);
	border-radius: var(--pill);
	font-size: 13px;
	margin-right: 4px;
	display: inline-block;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
.art-content .tags:hover {
	background: var(--gold);
	color: #fff;
	border-color: var(--gold)
}
.art-copyright {
	background: var(--c-bg-soft);
	padding: 14px 20px;
	border-radius: var(--r-sm);
	border-left: 3px solid var(--gold);
	font-size: 13px;
	color: var(--c-sub);
	line-height: 2
}
.art-copyright a {
	color: var(--gold-deep);
	word-break: break-all
}
.art-copyright .copyright, .art-copyright .from {
	font-weight: 600;
	padding-top: 10px;
	color: var(--c-text)
}
/* 上一篇/下一篇 */
.prev-next {
	padding: 20px 24px;
	position: relative;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r);
	background: #fff
}
.prev-next strong {
	font-weight: 400
}
.prev-next .post-next, .prev-next .post-prev {
	width: 46%;
	color: var(--c-muted);
	font-size: 15px
}
.prev-next .post-next {
	text-align: right
}
.prev-next .next, .prev-next .prev {
	display: block;
	font-size: 14px;
	color: var(--c-sub)
}
.prev-next .next:hover, .prev-next .prev:hover {
	color: var(--gold)
}
/* 相关文章 */
.related-art {
	position: relative;
	z-index: 2;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r);
	background: #fff
}
.related-item {
	width: 31%;
	margin-right: 3.4%
}
.related-item .span {
	height: 150px;
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	border-radius: var(--r-sm)
}
.related-item a {
	display: block
}
.related-item .img {
	height: 150px;
	width: 100%;
	-webkit-transition: -webkit-transform .5s var(--ease);
	transition: transform .5s var(--ease)
}
.related-item:hover .img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06)
}
.related-item .titile {
	height: 2.8em;
	overflow: hidden;
	font-size: 14px;
	color: var(--c-text);
	line-height: 1.4
}
.related-item:hover .titile {
	color: var(--gold)
}
.related-item:nth-child(3n+0) {
	margin-right: 0
}

/*========== 13. 评论 ==========*/
#comments-title {
	padding-top: 100px;
	margin-top: -100px
}
.comment-disable {
	padding: 24px;
	color: var(--c-sub);
	text-align: center
}
.comment-num {
	color: var(--c-muted);
	font-size: 16px
}
.comment-num .emphasize {
	color: var(--gold-deep)
}
.no-comment {
	color: var(--c-muted);
	text-align: center
}
.no-comment i.iconfont {
	font-size: 56px;
	color: var(--c-line);
	display: block;
	margin-top: -16px;
	height: 84px
}
.comment-msg {
	padding: 1.5em 0;
	overflow: hidden;
	border-top: 1px solid var(--c-line)
}
.comment-list .ul {
	list-style: none;
	border-top: 1px solid var(--c-line-soft)
}
.comment-list .li {
	overflow: hidden;
	padding: 1em;
	-webkit-transition: background .25s ease;
	transition: background .25s ease
}
.comment-list .li:hover {
	background: var(--c-bg-soft)
}
.comment-list .li img {
	width: 50px;
	height: 50px;
	border-radius: var(--pill);
	border: 2px solid #fff;
	box-shadow: var(--shadow-sm)
}
.comment-list .li .clbody {
	margin-left: 66px
}
.comment-list .ul .ul {
	margin-left: 4%
}
.comment-list .title {
	font-size: 18px;
	padding-bottom: .5em
}
.compost .com-info li {
	float: left;
	margin-bottom: 1em;
	width: 33.3%;
	padding-right: 3%;
	position: relative
}
.compost .com-info li:nth-child(3) {
	padding-right: 0
}
.compost .com-info li .verify {
	position: absolute;
	right: 9%;
	top: 0;
	z-index: 1;
	height: 40px
}
.compost .com-info li .verify img {
	width: 100%;
	height: 100%;
	border: 1px solid var(--c-line);
	border-radius: var(--r-sm)
}
.compost .com-info li input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding-left: 4px;
	border: 1px solid var(--c-line);
	border-radius: var(--r-sm);
	text-indent: 12px;
	background: var(--c-card);
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease
}
.compost .com-info li input:focus {
	border-color: var(--gold-line)
}
.compost .com-name {
	padding: 0 0 1em .2em
}
#cancel-reply {
	color: var(--gold-deep)
}
#txaArticle {
	border-radius: var(--r-sm);
	text-indent: 12px;
	margin: 0 10px 10px 0;
	padding: 8px;
	width: 100%;
	border: 1px solid var(--c-line);
	background: #fff;
	-webkit-appearance: none;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease
}
#txaArticle:focus {
	border-color: var(--gold-line)
}
.com-submit {
	border-radius: var(--pill);
	border: none;
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	background: var(--c-ink);
	color: #fff;
	padding: 0 28px;
	font-size: 14px;
	-webkit-transition: background .25s ease, -webkit-transform .25s ease;
	transition: background .25s ease, transform .25s ease
}
.com-submit:hover {
	background: var(--gold);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}
.comment-list .cinfo {
	height: 20px
}
.comment-list .clbody .p {
	word-wrap: break-word
}
.cinfo .author {
	color: var(--c-text)
}
.c-time {
	color: var(--c-muted);
	font-size: 12px
}
.comment-at {
	color: var(--gold-deep)
}
.reply-a {
	opacity: .5
}
.comment-list li:hover .reply-a {
	opacity: 1
}

/*========== 14. 分页 ==========*/
.pagebar {
	text-align: center;
	padding: 8px 0 4px
}
.page-numbers {
	padding: 0 16px;
	line-height: 36px;
	text-align: center;
	margin: 0 0 0 6px;
	display: inline-block;
	background: var(--c-ink);
	color: #fff;
	border-radius: var(--pill);
	font-size: 14px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
a.page-numbers {
	background: #fff;
	color: var(--c-text);
	border: 1px solid var(--c-line);
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
a.page-numbers:hover {
	background: var(--gold);
	border-color: var(--gold);
	color: #fff;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}
.page-numbers.current {
	background: var(--c-ink);
	color: #fff;
	border-color: var(--c-ink)
}
.ias-spinner {
	background: url(../images/loading.gif) no-repeat center;
	float: inherit;
	width: 98%;
	margin: 0 auto;
	height: 35px
}
.ias-trigger-next {
	cursor: pointer;
	float: inherit;
	text-align: center
}
.ias-trigger-next a {
	background: #fff;
	color: var(--c-text);
	padding: 14px 24px;
	line-height: 100%;
	border-radius: var(--pill);
	box-shadow: var(--shadow-card);
	display: block;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
.ias-trigger-next a:hover {
	box-shadow: var(--shadow-hover);
	color: var(--gold)
}

/*========== 15. 广告位 ==========*/
.ad a {
	display: block;
	line-height: 0
}
.ad img {
	width: 100%
}

/*========== 16. 页脚 ==========*/
.footer {
	width: 100%;
	background: var(--c-dark);
	color: #8b8d93;
	border-top: 3px solid var(--gold);
	margin-top: 20px
}
.footer .main {
	padding: 0 1em
}
.footer .intro {
	margin-bottom: .5em;
	line-height: 26px;
	max-height: 78px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}
.footer small {
	color: #63656b
}
.footer small .icp {
	padding-left: 1em
}
.footer a {
	color: #63656b
}
.footer a:hover {
	color: var(--gold)
}
.footer .title {
	font-size: 16px;
	padding-bottom: 1em;
	color: #e6e7e9;
	position: relative;
	padding-left: 14px
}
.footer .title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 16px;
	border-radius: var(--pill);
	background: var(--gold)
}
.f-about, .f-contact, .f-qr {
	display: inline-block;
	vertical-align: top
}
.f-about {
	width: calc(100% - 150px);
	padding: 3% 0
}
.f-contact {
	width: 40%;
	padding: 3% 10%
}
.f-contact i.iconfont {
	padding-right: 5px;
	color: var(--gold)
}
.f-qr {
	width: 120px;
	padding: 3% 0
}
.f-qr .img {
	width: 100px;
	height: 100px;
	border-radius: var(--r-sm)
}

/*========== 17. 悬浮工具栏 ==========*/
.toolbar {
	bottom: 60px;
	position: fixed;
	right: 18px;
	margin-right: 0;
	cursor: pointer;
	z-index: 80
}
#totop {
	display: none
}
.toolbar i.iconfont {
	color: var(--c-sub);
	font-size: 18px;
	-webkit-transition: color .25s ease;
	transition: color .25s ease
}
.toolbar .btn {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--pill);
	box-shadow: var(--shadow-card);
	-webkit-transition: all .3s var(--ease);
	transition: all .3s var(--ease)
}
.toolbar .btn i.iconfont {
	display: inline-block;
	line-height: 46px;
	vertical-align: middle
}
#qr:hover, .btn.qq:hover, .toolbar .btn:hover {
	background: var(--gold);
	border-color: var(--gold);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: var(--shadow-hover)
}
#qr:hover i, .btn.qq:hover i, .toolbar .btn:hover i {
	color: #fff
}
#qr {
	position: relative
}
#qr #qr-img {
	position: absolute;
	display: none
}
#qr-img {
	right: 54px;
	bottom: 0;
	width: 180px;
	padding: 10px;
	background: #fff;
	border-radius: var(--r);
	border: 1px solid var(--c-line-soft);
	box-shadow: var(--shadow-nav)
}
#qr:hover #qr-img {
	display: block
}

/*========== 18. 响应式 ==========*/
@media screen and (max-width: 1200px) {
.index-breadcrumb {
	padding-top: 76px
}
.breadcrumb {
	padding: 66px 12px 10px
}
.double-list, .flink, .full-post, .img-post, .post-comment, .recommend-a, .recommend-b, .recommend-c, .related-art, .widget {
	padding: 20px 16px
}
#mainbox, #sidebar {
	width: 100%
}
#sidebar {
	margin-top: 20px
}
.swiper-container {
	height: 45vw;
	margin-bottom: 16px !important
}
.swiper-slide .link>img {
	height: 45vw
}
.swiper-slide .p {
	font-size: 16px;
	bottom: 2.6em;
	padding: 0 1.2em
}
.recommend-a .item {
	width: 48.4%;
	display: none
}
.recommend-a .item:nth-child(-n+2) {
	display: block
}
.recommend-a .item:nth-child(2) {
	margin-right: 0
}
.recommend-a .thumbnail, .recommend-a .thumbnail img {
	height: 30vw
}
.recommend-b .item {
	width: 100%;
	margin-right: 0
}
.recommend-b .intro {
	height: auto
}
.recommend-b .intro:before {
	content: none
}
.recommend-b .thumbnail {
	float: left;
	margin-right: 12px
}
.recommend-b .fr-wrap {
	margin-left: 96px;
	overflow: hidden
}
.recommend-c .figure, .full-post .figure {
	width: 34%;
	height: 24vw
}
.article-list .figure, .article-list .figure img {
	height: 24vw
}
.article-list .figure {
	width: 34%
}
.article-list .content {
	margin-left: 38%;
	padding-top: 4px
}
.article-list .content .title {
	font-size: 16px;
	white-space: unset;
	line-height: 1.5
}
.article-list .content-no-img {
	margin-left: 0 !important
}
.article-list .intro {
	display: none
}
.article-list {
	padding: 16px
}
.double-list .ul .a {
	max-width: 80%
}
.img-post .clearfix {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2%;
	row-gap: 12px
}
.img-post .left {
	grid-column: 1 / -1;
	grid-row: auto;
	width: 100%;
	margin-left: 0;
	overflow: hidden
}
.img-post .top-wrap, .img-post .bottom-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2%;
	grid-column: 1 / -1;
	grid-row: auto;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden
}
.img-post .top, .img-post .bottom {
	float: none;
	width: auto;
	margin-left: 0;
	overflow: hidden
}
.img-post .left .img {
	height: 52vw
}
.img-post .left .title {
	font-size: 16px
}
.img-post .top .img, .img-post .bottom .img {
	width: 100%;
	height: 20vw
}
.img-post .title {
	font-size: 13px;
	padding: 10px 12px
}
.f-about, .f-contact {
	width: 100%;
	padding: 2% 0
}
.f-qr {
	width: 100%;
	padding: 2% 0
}
.art-main {
	padding: 24px 20px
}
.art-main .art-title {
	font-size: 22px
}
.related-item {
	width: 48.4%;
	margin-right: 3%
}
.related-item:nth-child(2n+0) {
	margin-right: 0
}
.compost .com-info li {
	width: 100%;
	padding-right: 0
}
.page-numbers {
	margin-top: 10px
}
.footer .main {
	padding: 1em
}
}
@media screen and (max-width: 480px) {
.art-main .art-content {
	font-size: 15px
}
.article-list .figure {
	width: 42%;
	height: 30vw
}
.article-list .figure img {
	height: 30vw
}
.article-list .content {
	margin-left: 46%
}
.article-list .data .tag, .article-list .data .view, .article-list .data .author {
	display: none
}
.prev-next .post-next, .prev-next .post-prev {
	width: 100%
}
.prev-next .post-next {
	text-align: left
}
.related-item {
	width: 100%;
	margin-right: 0
}
}

/*========== 19. 装饰与细节增强 ==========*/
/* 输入框聚焦金环 */
.searchform:focus-within {
	box-shadow: 0 0 0 3px rgba(184, 149, 80, .14)
}
.compost .com-info li input:focus,
#txaArticle:focus,
#divSearchPanel input[type=text]:focus {
	border-color: rgba(184, 149, 80, .5);
	box-shadow: 0 0 0 3px rgba(184, 149, 80, .12)
}
/* 自定义滚动条 */
::-webkit-scrollbar {
	width: 8px;
	height: 8px
}
::-webkit-scrollbar-thumb {
	background: rgba(184, 149, 80, .35);
	border-radius: 999px
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(184, 149, 80, .55)
}
::-webkit-scrollbar-track {
	background: transparent
}
/* 页脚氛围光 */
.footer {
	position: relative;
	overflow: hidden
}
.footer::before {
	content: "";
	position: absolute;
	right: -140px;
	bottom: -200px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(184, 149, 80, .18), transparent 64%);
	pointer-events: none
}
.footer::after {
	content: "";
	position: absolute;
	left: -100px;
	top: -160px;
	width: 460px;
	height: 460px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, .05), transparent 62%);
	pointer-events: none
}
.footer .main {
	position: relative;
	z-index: 1
}
/* 二维码白底卡片化 */
.f-qr .img {
	padding: 8px;
	background: #fff;
	box-shadow: var(--shadow-sm)
}
/* 白底容器统一加描边，层次更清晰 */
.img-post, .flink {
	border: 1px solid var(--c-line-soft)
}
/* 正文图片细节：圆角与阴影 */
.art-content img {
	border-radius: var(--r-sm)
}
