.layui-breadcrumb a { font-size: 16px; color: #ffa500 !important; }
.layui-timeline-item { width: 100%; }
h2 { font-size: 16px; }
h3 { font-weight: bold; }
h4 { border-bottom: 2px solid #4f46e5; padding-bottom: 7px; display: table; clear: both; color: #818cf8; font-weight: bold; }
h5, h6 { color: #a5b4fc; padding-bottom: 7px; }
.mingzi { color: #fbbf24; font-size: 20px; }
.dabiaoti { color: #fbbf24; font-size: 50px; font-family: 楷体; }
.dabiaoti1 { color: #fbbf24; font-size: 30px; font-family: 楷体; }
.xinxi { color: #fbbf24; font-size: 30px; font-family: 楷体; }
.qian { color: #fbbf24; }

html, body {
	background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
	min-height: 100vh;
}

body {
	color: #e2e8f0;
	position: relative;
	padding-bottom: 132px;
}

.site-bottom-border {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 132px;
	width: 100%;
	background: #000;
	pointer-events: none;
	z-index: 900;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.site-bottom-border img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center bottom;
}

.bigcontainer {
	background: transparent !important;
	position: relative;
	z-index: 1;
}

#Flash {
	width: 100% !important;
	height: auto !important;
}

.layui-container {
	max-width: 1280px !important;
	width: 95% !important;
	margin: 20px auto !important;
	background: rgba(15, 23, 42, 0.95) !important;
	border-radius: 12px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(102, 126, 234, 0.2);
}

.layui-card {
	background: rgba(30, 41, 59, 0.8);
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(102, 126, 234, 0.3);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}

.layui-card-header {
	background: rgba(30, 41, 59, 0.95);
	color: #a5b4fc;
	border-bottom: 1px solid rgba(102, 126, 234, 0.3);
	padding: 14px 18px;
}

.layui-card-header h2 {
	color: #a5b4fc !important;
	margin: 0;
}

.layui-card-body {
	background: transparent;
	color: #e2e8f0;
	padding: 18px;
}

.layui-card-body p {
	color: #cbd5e1;
}

.layui-card-body strong {
	color: #f1f5f9;
}

.guojia-card-content {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.guojia-card-image {
	width: 240px;
	max-width: 40vw;
	height: auto;
	border-radius: 10px;
	border: 1px solid rgba(102, 126, 234, 0.25);
	object-fit: contain;
	flex: 0 0 auto;
}

.guojia-card-text {
	flex: 1 1 auto;
	min-width: 0;
}

.guojia-card-text p {
	margin: 0;
}

.guojia-card-image-link {
	display: inline-block;
	line-height: 0;
	border-radius: 10px;
	flex: 0 0 auto;
}

.guojia-card-image-link:hover .guojia-card-image {
	filter: brightness(1.05);
}

.guojia-card-image-link {
	cursor: zoom-in;
}

.image-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.78);
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
}

.image-lightbox.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.image-lightbox-img {
	max-width: min(96vw, 1200px);
	max-height: 88vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
	background: rgba(15, 23, 42, 0.35);
}

.image-lightbox-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(15, 23, 42, 0.55);
	color: #fff;
	font-size: 26px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}

.image-lightbox-close:hover {
	background: rgba(15, 23, 42, 0.75);
}

@media (max-width: 768px) {
	.guojia-card-content {
		flex-direction: column;
	}

	.guojia-card-image {
		width: 100%;
		max-width: 100%;
	}
}

.layui-elem-quote {
	background: rgba(102, 126, 234, 0.15) !important;
	border-left: 5px solid #667eea;
	color: #e2e8f0 !important;
}

.guojia-intro-quote {
	border-left: none !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 10px;
	background: rgba(30, 41, 59, 0.6) !important;
	padding: 14px 16px;
}

body.guojia-page .activity-grid-single > .layui-card {
	transition: transform 0.3s, box-shadow 0.3s;
}

body.guojia-page .activity-grid-single > .layui-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

body.guojia-page .layui-card-header.guojia-header-with-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

body.guojia-page .layui-card-header.guojia-header-with-btn h2 {
	margin: 0;
}

body.guojia-page .guojia-story-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	min-width: 126px;
	padding: 0 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f59e0b, #f97316);
	color: #0b1220;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
	line-height: 1;
	flex: 0 0 auto;
	box-shadow: 0 8px 22px rgba(249, 115, 22, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.guojia-page .guojia-story-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgba(249, 115, 22, 0.38);
	filter: brightness(1.05);
}

.bltitle {
	color: #fbbf24 !important;
}

@media screen and (max-width: 1024px) {
	.dabiaoti { font-size: 36px; }
	.dabiaoti1 { font-size: 24px; }
	.xinxi { font-size: 20px; }
	.layui-breadcrumb a { font-size: 14px; }
	h2 { font-size: 14px; }
}

@media screen and (max-width: 768px) {
	.dabiaoti { font-size: 28px; }
	.dabiaoti1 { font-size: 20px; }
	.xinxi { font-size: 16px; }
	.layui-breadcrumb { 
		padding: 10px !important;
		height: auto !important;
		line-height: 1.8 !important;
	}
	.layui-breadcrumb a { 
		font-size: 12px;
		display: inline-block;
		margin: 5px 0;
	}
	h4 { font-size: 14px; }
	.layui-container {
		padding: 10px !important;
	}
	.topstyle img {
		max-width: 100%;
		height: auto;
	}
	.topstyle td {
		display: block;
		width: 100% !important;
		text-align: center !important;
	}
	table.topstyle {
		display: block;
	}
}

.layui-table {
	overflow-x: auto;
	display: block;
}

#top-video {
	width: 100%;
	height: auto;
}

.image-card {
	background: rgba(30, 41, 59, 0.95);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(102, 126, 234, 0.25);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
	transition: transform 0.3s, box-shadow 0.3s;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.image-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.image-card img {
	width: 100%;
	height: auto;
	display: block;
}

.image-card-title {
	padding: 15px 20px;
	background: rgba(30, 41, 59, 0.95);
	color: #a5b4fc;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid rgba(102, 126, 234, 0.3);
}

.image-card-desc {
	padding: 15px 20px;
	color: #cbd5e1;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.image-card-desc p {
	color: #cbd5e1 !important;
}

.image-card-desc strong {
	color: #f1f5f9 !important;
}

.image-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 20px 0;
}

.image-grid-two-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
	.image-grid,
	.image-grid-two-col {
		grid-template-columns: 1fr;
	}
}

.activity-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 20px 0;
}

.activity-grid-single {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 20px 0;
}

.activity-card {
	background: rgba(30, 41, 59, 0.95);
	border-radius: 8px;
	overflow: visible;
	border: 1px solid rgba(102, 126, 234, 0.25);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
	display: flex;
	min-height: 160px;
	transition: transform 0.3s, box-shadow 0.3s;
}

.activity-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.activity-card-img {
	flex: 0 0 180px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.activity-card-img img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	transition: transform 0.3s;
}

.activity-card-img:hover img {
	transform: scale(1.05);
}

.activity-card-content {
	flex: 1;
	padding: 18px;
	min-width: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.activity-card-title {
	color: #a5b4fc;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	border-bottom: 1px solid #1e1b52;
	padding-bottom: 8px;
}

.activity-card-content p {
	color: #cbd5e1;
	margin: 6px 0;
	line-height: 1.8;
	font-size: 14px;
	word-break: break-word;
}

.activity-card-content strong {
	color: #fbbf24;
}

@media screen and (max-width: 768px) {
	.activity-grid {
		grid-template-columns: 1fr;
	}

	.activity-card {
		flex-direction: column;
	}

	.activity-card-img {
		flex: 0 0 auto;
		min-height: 200px;
	}
}

.image-viewer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	cursor: pointer;
}

.image-viewer.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-viewer img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
	object-fit: contain;
}

.image-viewer-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10000;
}

.download-float-ball {
	position: fixed;
	left: auto;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(102, 126, 234, 0.6);
	transition: all 0.3s ease;
	animation: float 3s ease-in-out infinite;
}

.download-float-ball:hover {
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 6px 30px rgba(102, 126, 234, 0.8);
}

.download-float-ball-text {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.story-float-ball {
	position: fixed;
	left: 20px;
	right: auto;
	top: 42%;
	width: 126px;
	height: 44px;
	padding: 0 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f59e0b, #f97316);
	box-shadow: 0 10px 26px rgba(249, 115, 22, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 1000;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	animation: story-float 3.2s ease-in-out infinite;
}

.story-float-ball:hover {
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 14px 34px rgba(249, 115, 22, 0.45);
}

.story-float-ball-text {
	color: #0f172a;
	font-weight: 800;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1px;
}

@keyframes story-float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(-50%) translateX(0);
	}
	50% {
		transform: translateY(-50%) translateX(10px);
	}
}

@media screen and (max-width: 768px) {
	.download-float-ball {
		display: none;
	}
	.story-float-ball {
		display: none;
	}
}

html.reading-page,
body.reading-page {
	background: #e9decd !important;
}

body.reading-page {
	color: #1f2937;
}

body.reading-page .nav-container {
	background-color: rgba(233, 222, 205, 0.92);
	box-shadow: 0 2px 14px rgba(15, 23, 42, 0.10);
}

body.reading-page .layui-breadcrumb a {
	color: #111827 !important;
}

body.reading-page .nav-menu a:hover {
	background-color: rgba(15, 23, 42, 0.06);
}

body.reading-page .layui-container {
	background: rgba(255, 250, 245, 0.82) !important;
	border: 1px solid rgba(100, 116, 139, 0.28);
	backdrop-filter: none;
}

body.reading-page .layui-card {
	background: transparent;
	border: none;
	box-shadow: none;
}

body.reading-page .layui-card-body {
	color: #111827;
}

body.reading-page .layui-card-body p {
	color: #111827;
}

body.reading-page .page-title {
	color: #111827;
}

.reading-article {
	max-width: 860px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.95;
}

.reading-lead {
	margin: 0 0 16px 0;
	color: #374151;
	font-size: 15px;
}

body.reading-page .reading-article h2 {
	margin: 22px 0 10px 0;
	font-size: 17px;
	font-weight: 800;
	color: #111827;
}

.reading-footnote {
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid rgba(148, 163, 184, 0.45);
	color: #4b5563;
}

.reading-collapsible {
	margin: 14px 0 18px 0;
	padding: 0;
}

.reading-collapsible > summary {
	list-style: none;
	cursor: pointer;
	user-select: none;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(100, 116, 139, 0.35);
	background: rgba(255, 250, 245, 0.92);
	color: #111827;
	font-weight: 800;
	font-size: 14px;
}

.reading-collapsible > summary::-webkit-details-marker {
	display: none;
}

.reading-collapsible[open] > summary {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.reading-collapsible[open] {
	padding-bottom: 10px;
	border-radius: 10px;
}

.reading-collapsible[open] > h2:first-of-type {
	margin-top: 14px;
}

.reading-divider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 18px 0 8px 0;
}

.reading-divider::before,
.reading-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(100, 116, 139, 0.45);
}

.reading-divider span {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px dashed rgba(249, 115, 22, 0.70);
	background: rgba(255, 237, 213, 0.96);
	color: #7c2d12;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.nav-container {
	background-color: rgba(15, 23, 42, 0.95);
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	backdrop-filter: blur(10px);
}

.nav-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	height: 60px;
}

.nav-logo img {
	height: 50px;
	width: auto;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 12px;
}

.back-home {
	color: #ffa500;
	text-decoration: none;
	font-size: 16px;
	padding: 8px 20px;
	border: 1px solid #ffa500;
	border-radius: 4px;
	transition: all 0.3s;
}

.back-home:hover {
	background: #ffa500;
	color: #0f172a;
}

.page-title {
	color: #a5b4fc;
	font-size: 24px;
	font-weight: bold;
	margin: 80px 0 20px 0;
	text-align: center;
}

.nav-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-logo-left {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-left: 20px;
}

.nav-logo-img {
	height: 50px;
	width: auto;
}

.nav-menu {
	background-color: transparent;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	margin: 0;
}

.nav-menu a {
	display: inline-block;
	padding: 0 10px;
	margin: 0 4px;
	border-radius: 6px;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.nav-menu a:hover {
	background-color: rgba(255, 255, 255, 0.08);
}

#Version {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 60px;
}

#Header {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.hero-image {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.page-container {
	padding: 20px;
	position: relative;
	z-index: 10;
	margin-top: 0;
}

.important-notice {
	padding: 15px;
	background: #fff3cd !important;
	border-left: 4px solid #ff6b6b;
	margin-bottom: 20px;
}

.important-notice .important-notice-text {
	margin: 0;
	color: #856404 !important;
	font-size: 16px;
	line-height: 1.6;
}

.important-notice .important-notice-title {
	color: #721c24 !important;
}

.story-showcase {
	max-width: 980px;
	margin: 0 auto;
	padding: 6px 2px;
}

.story-showcase-title {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 800;
	color: #e2e8f0;
}

.story-showcase-lead {
	margin: 0 0 18px 0;
	color: rgba(226, 232, 240, 0.88);
	line-height: 1.8;
}

.story-chapter-title {
	margin: 18px 0 10px 0;
	font-size: 16px;
	font-weight: 800;
	color: #a5b4fc;
}

.story-showcase p {
	margin: 8px 0;
	color: rgba(226, 232, 240, 0.86);
	line-height: 1.9;
}

.story-showcase-footnote {
	margin: 18px 0 0 0;
	padding-top: 12px;
	border-top: 1px solid rgba(148, 163, 184, 0.14);
	color: rgba(226, 232, 240, 0.76);
	line-height: 1.8;
}

.side-nav {
	position: fixed;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	width: 120px;
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 0;
	border-radius: 0;
	background: none;
	border: none;
	box-shadow: none;
	z-index: 900;
}

.side-nav-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 34px;
	height: 34px;
	margin: 8px 0;
	overflow: hidden;
	text-decoration: none;
	transition: width 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: width;
}

.side-nav-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 120px;
	height: 34px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.75);
	border: 1px solid rgba(148, 163, 184, 0.16);
	transform: translateY(-50%) scaleX(0.28);
	transform-origin: left center;
	opacity: 0;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease;
	pointer-events: none;
}

.side-nav-item:hover,
.side-nav-item:focus {
	width: 120px;
}

.side-nav-item:hover::before,
.side-nav-item:focus::before {
	opacity: 1;
	transform: translateY(-50%) scaleX(1);
}

.side-nav-dot {
	position: relative;
	z-index: 1;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	background: rgba(99, 102, 241, 0.9);
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.side-nav-text {
	position: relative;
	z-index: 1;
	margin-left: 8px;
	white-space: nowrap;
	color: rgba(226, 232, 240, 0.95);
	font-size: 14px;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.side-nav-item:hover .side-nav-text,
.side-nav-item:focus .side-nav-text {
	opacity: 1;
	transform: translateX(0);
}

@media screen and (max-width: 992px) {
	.side-nav {
		display: none;
	}
}
