@charset "utf-8";
@import url("https://fontsapi.zeoseven.com/69/main/result.css");
:root {
	/* 核心基调：低饱和中性色，柔和不刺眼（延续你喜欢的极简质感） */
	/* 1. 背景色系统（从主背景到辅助背景，层级分明） */
	--bg-light: #ffffff;        /* 纯白：页面/卡片主背景（替代原 secondary） */
	--bg-light-muted: #fafafa;  /* 极浅灰：弱化区/次要背景（合并原 primary/muted） */
	--bg-light-hover: #f2f2f2;  /* 悬浮：轻微灰度，反馈不突兀 */
	--bg-light-active: #eaeaea; /* 激活：比悬浮深一级，明确反馈 */
	/* 黑色基调（极简暗黑/高对比场景） */
	--bg-dark: #1a1a1a;         /* 低饱和黑：黑色背景（非纯黑，不刺眼） */

	/* 2. 文字色系统（从主文字到描述文字，对比度合理，易读性强） */
	--text-white: #ffffff;  /* 黑色背景，字体显白 */
	--text-primary: #2d2d2d;  /* 正文主色（原#2c303d优化，更柔和） */
	--text-secondary: #666666;/* 次要文字（描述、说明文本） */
	--text-tertiary: #999999; /* 辅助文字（备注、时间戳、次要说明） */
	--text-muted: #b3b3b3;    /* 弱化文字（禁用状态、占位文本） */
	--text-emphasis: #1a1a1a; /* 着重强调文字（标题、关键词、重点内容） */
	--text-inverse: #ffffff;  /* 反色文字（深色背景上的白色文字） */
	--text-theme: #4a6fa5;  /* 主题色（激活状态、选中态、重点按钮）- 低饱和蓝，柔和高级 */

	/* 3. 边框色系统（与背景呼应，避免生硬） */
	--border-primary: #e0e0e0;/* 主边框（卡片、输入框等） */
	--border-secondary: #f0f0f0;/* 次要边框（分隔线、次要模块） */
	--border-light: #f5f5f5;  /* 极细边框（微妙分隔，如列表项） */
	--border-muted: #f8f8f8;  /* 弱化边框（辅助区域，几乎不可见） */

	/* 4. 强调色系统（低饱和，不破坏极简基调，仅用于突出） */
	--accent-primary: #555555;/* 主强调色（按钮、链接、重点标签） */
	--accent-hover: #333333;  /* 强调色悬浮（加深一级，反馈清晰） */
	--accent-active: #444444; /* 强调色激活（点击状态） */
	--accent-muted: #777777;  /* 弱化强调色（次要按钮、普通链接） */

	/* 5. 功能色系统（极简风格下，低饱和处理，不突兀） */
	--success: #6a994e;       /* 成功色（低饱和绿，不刺眼） */
	--warning: #f2cc8f;       /* 警告色（低饱和黄，柔和提醒） */
	--danger: #e07a5f;        /* 危险色（低饱和红，不张扬） */
	--info: #6096ba;          /* 信息色（低饱和蓝，符合极简基调） */

	/* 6. 交互相关（延续极简，反馈柔和） */
	--selection: rgba(197, 202, 223, 0.2); /* 文本选中色（低透明度，不破坏视觉） */
	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.02); /* 极细阴影（卡片轻微悬浮感） */
	--shadow-md: 0 2px 4px rgba(0, 0, 0, 0.03); /* 中等阴影（模块悬浮） */
  	--shadow-lg: 0 4px 8px rgba(0, 0, 0, 0.04); /* 大阴影（弹窗、下拉框） */
	--shadow-xl: 0 0 20px rgba(0, 0, 0, .1);    /* 新增：你的超大阴影，全局复用 */

	/* 7. 排版系统（与配色呼应，极简清晰） */
	--font-family-base: DFPKingGothicGB-medium, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-family-sans: "Noto Sans CJK";
  
	--font-size-xs: 0.75rem;    /* 12px：备注、小标签 */
	--font-size-sm: 0.875rem;   /* 14px：辅助描述、次要文本 */
	--font-size-base: 1rem;     /* 16px：正文主文本 */
	--font-size-lg: 1.125rem;   /* 18px：小标题、重要正文 */
	--font-size-xl: 1.25rem;    /* 20px：中标题 */
	--font-size-2xl: 1.5rem;    /* 24px：大标题 */
	--font-size-3xl: 1.75rem;   /* 28px：页面主标题 */
  
	--line-height-tight: 1.3;   /* 紧凑行高（标题） */
	--line-height-normal: 1.5;  /* 普通行高（正文） */
	--line-height-relaxed: 1.7; /* 宽松行高（长文本、描述） */

	/* 8. 布局系统（保持原逻辑，统一规范） */
	--container-max-width: 800px;
	--header-height: 64px;
	--border-radius: 6px;       /* 圆角*/
}

/* 夜间模式变量：延续低饱和极简风格，护眼不刺眼，与浅色模式一一对应 */
:root.dark {
  	/* 1. 背景色系统（暗黑核心：深色调级进，避免纯黑，减轻眼部疲劳） */
  	--bg-light: #121212;        /* 夜间主背景：替代纯白，柔和护眼，页面/卡片底色 */
  	--bg-light-muted: #1e1e1e;  /* 夜间次要背景：替代极浅灰，用于弱化区、次要模块 */
  	--bg-light-hover: #2a2a2a;  /* 夜间悬浮背景：替代浅色悬浮灰，反馈清晰不突兀 */
	--bg-light-active: #333333; /* 夜间激活背景：比悬浮深一级，明确点击反馈 */
  	--bg-dark: #0a0a0a;         /* 夜间深黑背景：替代原低饱和黑，用于强调区域（头部、侧边栏） */

  	/* 2. 文字色系统（合理对比度，层级清晰，避免过亮刺眼） */
  	--text-primary: #e5e5e5;    /* 夜间正文主色：替代#2d2d2d，非纯白，柔和易读 */
  	--text-secondary: #b8b8b8;  /* 夜间次要文字：替代#666666，描述/说明文本专用 */
  	--text-tertiary: #8a8a8a;   /* 夜间辅助文字：替代#999999，备注/时间戳等次要信息 */
  	--text-muted: #6a6a6a;      /* 夜间弱化文字：替代#b3b3b3，禁用状态/占位文本 */
  	--text-emphasis: #f0f0f0;   /* 夜间强调文字：替代#1a1a1a，标题/关键词/重点内容 */
  	--text-inverse: #121212;    /* 夜间反色文字：替代纯白，用于深色按钮/高亮区域上的文字 */
  	--text-theme: #5a8cb9;      /* 夜间主题色：微调浅色主题蓝，在深色背景下更醒目且不刺眼 */

  	/* 3. 边框色系统（与夜间背景融合，柔和不生硬，保持层级） */
  	--border-primary: #333333;  /* 夜间主边框：替代#e0e0e0，卡片/输入框等核心元素边框 */
  	--border-secondary: #262626;/* 夜间次要边框：替代#f0f0f0，分隔线/次要模块边框 */
  	--border-light: #2e2e2e;    /* 夜间极细边框：替代#f5f5f5，列表项等微妙分隔 */
  	--border-muted: #232323;    /* 夜间弱化边框：替代#f8f8f8，辅助区域，几乎与背景融合 */

  	/* 4. 强调色系统（低饱和调整，适配暗黑模式，不破坏极简基调） */
  	--accent-primary: #aaaaaa;  /* 夜间主强调色：替代#555555，按钮/链接/重点标签 */
  	--accent-hover: #cacaca;    /* 夜间强调色悬浮：替代#333333，加深一级，反馈清晰 */
  	--accent-active: #bbbbbb;   /* 夜间强调色激活：替代#444444，点击状态专用 */
  	--accent-muted: #888888;    /* 夜间弱化强调色：替代#777777，次要按钮/普通链接 */

  	/* 5. 功能色系统（低饱和优化，暗黑模式下更柔和，辨识度不减） */
  	--success: #7aa862;         /* 夜间成功色：微调浅色绿，在深色背景下更醒目且不刺眼 */
  	--warning: #e5b978;         /* 夜间警告色：微调浅色黄，柔和提醒，不张扬 */
  	--danger: #d4866f;          /* 夜间危险色：微调浅色红，警示性足够且不刺眼 */
  	--info: #70a6c9;            /* 夜间信息色：微调浅色蓝，符合暗黑模式极简基调 */

  	/* 6. 交互相关（适配暗黑模式，反馈柔和，视觉不突兀） */
  	--selection: rgba(90, 140, 185, 0.2); /* 夜间文本选中色：基于主题色调整，低透明度不破坏视觉 */
  	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.1); /* 夜间极细阴影：加深透明度，增强卡片悬浮感 */
  	--shadow-md: 0 2px 4px rgba(0, 0, 0, 0.15); /* 夜间中等阴影：模块悬浮更明显 */
  	--shadow-lg: 0 4px 8px rgba(0, 0, 0, 0.2); /* 夜间大阴影：弹窗/下拉框层级更清晰 */
	--shadow-xl: 0 0 20px rgba(255, 255, 255, .05); /* 浅白阴影，适配暗黑背景 */

  /* 7. 排版系统 + 8. 布局系统：与浅色模式完全一致，无需修改 */
  /* 字体、字号、行高、容器宽度、头部高度、圆角等通用变量，保持统一规范 */
}

*, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0
}

body {
	background-color: var(--bg-light-muted);
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: var(--text-primary);
	font-family: var(--font-family-sans);
	overflow-x: hidden;
	font-weight: normal
}

a {
	text-decoration: none;
	color: inherit
}

img {
	display: block
}

#container {
	max-width: var(--container-max-width);
	width: 100%;
	background-color: var(--bg-light);
	box-shadow: var(--shadow-xl);
	min-height: calc(100vh - 7.5rem);
	margin: 3.75rem auto;
	transition: all .3s ease;
	display: flex;
	flex-direction: column
}

/* #header头部开始 */
#header {
	position: relative
}

.category-nav {
    margin: 0 auto;
    padding: 1.875rem 1.25rem;
    justify-content: space-between;
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: thin dashed var(--border-secondary);
	transition: .3s
}

.logo-area {
	display: flex;
    align-items: center;
	flex-shrink: 0
}

.site-logo {
	height: 2.25rem;
	width: auto;
	display: block
}

.dark .site-logo {
    filter: brightness(0) invert(1);
}


.top-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem
}

.top-nav .nav-link {
	color: var(--text-secondary);
	text-decoration: none;
	font-size: var(--font-size-sm);
	font-weight: 500;
	transition: color .3s ease;
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	position: relative;
	display: inline-block
}

.top-nav .more-btn {
	font-size: var(--font-size-lg)
}

.top-nav .nav-link:hover {
	color: var(--text-theme)
}

.top-nav .nav-link.active {
	color: var(--text-primary)
}

.top-nav .nav-link::before,
.top-nav .nav-link::after {
	content: "";
	position: absolute;
	left: -7px;
	right: -7px;
	top: 0px;
	bottom: 0px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease
}

.top-nav .nav-link.active::before,
.top-nav .nav-link.active::after {
	opacity: 1
}

.top-nav .nav-link.active::before {
	background:
		linear-gradient(#9f9f9f, #9f9f9f) 0 0/5px 1px no-repeat,
		linear-gradient(#9f9f9f, #9f9f9f) 0 0/1px 5px no-repeat,
		linear-gradient(#9f9f9f, #9f9f9f) 100% 0/5px 1px no-repeat,
		linear-gradient(#9f9f9f, #9f9f9f) 100% 0/1px 5px no-repeat
}

.top-nav .nav-link.active::after {
	background:
		linear-gradient(#9f9f9f, #9f9f9f) 0 100%/5px 1px no-repeat,
		linear-gradient(#9f9f9f, #9f9f9f) 0 100%/1px 5px no-repeat,
		linear-gradient(#9f9f9f, #9f9f9f) 100% 100%/5px 1px no-repeat,
		linear-gradient(#9f9f9f, #9f9f9f) 100% 100%/1px 5px no-repeat
}

.top-nav .more-btn.active::after {
	display: none
}

/* #header头部结束 */

/* #content章循环列表开始 */

.breadcrumb-nav {
    width: 100%;
    text-align: end;
    background: var(--bg-light-muted);
	border-bottom: thin dashed var(--border-secondary);
	transition: .3s
}

.breadcrumb-nav .breadcrumb-content {
	margin: 0;
    padding: .875rem 1.25rem;
	line-height: 1.7;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	align-items: center;
	-webkit-overflow-scrolling: touch
}

.breadcrumb-left {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .625rem
}

.breadcrumb-date {
    color: var(--text-tertiary);
    font-weight: 400
}

.breadcrumb-separator {
    color: #ddd
}
.breadcrumb-type {
    color: var(--text-secondary);
    font-weight: 500
}

.breadcrumb-title {
    color: var(--text-primary);
    font-weight: 400;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.breadcrumb-title.css-typewriter {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-right: 6px;
    line-height: 1.2;
}

#main #sou_none,
#main #search_bar {
    display: none;
}

#main .search_input {
    width: 100%;
    padding: 0 1.25rem;
	background: var(--bg-light);
    border: none;
    outline: none;
	color: #777;
    height: 3.062rem;
}
#main #search_bar {
	border-top: thin dashed var(--border-secondary)
}

.breadcrumb-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.breadcrumb-right button {
    display: flex;
    align-items: center;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: var(--text-secondary);
    font-size: var(--font-size-sm);
    transition: color .3s ease
}

.mode-toggle i {
      transition: all 0.3s ease; /* 图标自身过渡 */
    }
.mode-toggle:hover i {
      /* 图标旋转特效：额外增加动感，可按需开启 */
    transform: rotate(15deg);
      /* 图标放大：单独放大图标，不放大按钮 */
    /* transform: scale(1.2); */
}

.search_btn i {
    display: block
}

#content,
#links {
    padding: 1.25rem
}

.post-item {
    margin-bottom: .9375rem;
    padding-bottom: .9375rem;
    border-bottom:  thin dashed var(--border-secondary);
	transition: .3s
}

.page-title, .post-title {
    font-size: 1.125rem;
    font-weight: 500;
	margin-top: 0;
    margin-bottom: .625rem;
    line-height: 1.4
}

.post-excerpt {
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: .625rem;
    font-size: .85rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6em * 3)
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.post-meta {
	text-transform: uppercase;
    color: var(--text-tertiary);
    font-size: var(--font-size-xs);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	gap: .5rem
}

.post-meta .meta-separator,
.article-info-meta .meta-separator {
    color: #ddd
}

.post-time,
.post-views,
.post-category a {
    color: var(--text-tertiary);
}

.post-footer .post-meta {
    flex: 1;
    margin-bottom: 0;
}

.read-more {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
    text-decoration: none;
    padding: .19rem .625rem;
    border: thin dashed var(--border-primary);
    display: inline-block;
    transition: .3s;
}

.read-more:hover {
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.page-content, .post-content, article {
    overflow-x: auto;
}

.post-state {
    text-align: center;
    padding: 80px 0;
    color: var(--text-secondary);
}

.post-state .icon {
    font-size: 48px;
    opacity: 0.5;
    margin-bottom: 1.25rem;
}

.post-state p {
    margin: 10px 0;
    font-size: 16px;
}

/* 文章内容 */
#article-info {
	transition: all .3s ease
}

.article-info-pic {
	position: relative;
	margin-bottom: 2.6rem;
}

.info-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 35%;
	overflow: hidden;
}

.info-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	object-fit: cover;
}

.info-filter {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: rgba(0, 0, 0, 0.2);
}


.article-info-title {
	transition: color .3s ease
}

#article-info {
	background-color: var(--bg-light);
	padding: 1.25rem;
	position: relative;
	min-height: 7.5rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: thin dashed var(--border-secondary)
}

#article-info>* {
	position: relative;
	z-index: 1
}

.article-info-content {
	max-width: 100%
}

.article-info-title {
	font-size: 1.625rem;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: .9375rem;
	line-height: 1.4;
	word-wrap: break-word
}

.article-info-title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -.01em
}

.article-info-meta {
	text-transform: uppercase;
	color: var(--text-tertiary);
	font-size: var(--font-size-xs);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem;
	transition: opacity .3s ease
}

.info-author,
.info-comments,
.info-time,
.info-views,
.post-category {
    color: var(--text-tertiary);
    font-weight: 400;
}

/* 文章内容 */
.post-content {
	line-height: 1.8;
	word-wrap: break-word;
	font-size: var(--font-size-sm);
	letter-spacing: 0.013rem;
	text-align: justify
}

.post-content address,.post-content caption,.post-content cite,.post-content code,.post-content dfn,.post-content th {
	font-style: normal;
}

.post-content caption,.post-content th {
	text-align: left;
}

.post-content q:after,.post-content q:before {
	content: '';
}

.post-content code,.post-content kbd,.post-content pre,.post-content pre tt {
	font-family: Consolas,Courier,'Courier New',monospace;
}

.post-content figcaption {
	font-size: 80%;
	color: rgba(0,0,0,0.54);
	margin-top: 10px;
}

.post-content dl,.post-content figure,.post-content form,.post-content hr,.post-content ol,.post-content p,.post-content pre,.post-content table,.post-content ul {
	margin: 0 0 .652rem 0;
}

.post-content p:empty {
	margin: 0;
    display: none
}

.post-content .blured-placeholder,
.post-content .remove-after {
	display: none
}

.post-content img,
.page-content img,
.content img {
    display: block;
    width: 100%;
    max-width: min(100%, 960px);
    margin: 0 auto;
    border: 1px dashed var(--border-primary);
	padding: 2px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3 / 2;
    transition: border-color .3s ease, opacity .3s ease;
}

.post-content p img {
    cursor: zoom-in;
}

.post-content img:hover,
.page-content img:hover,
.content img:hover {
	border-color: var(--text-primary)
}

img.loaded {
    animation: fadeIn .3s ease;
}

img.lazy-loading {
	background: linear-gradient(90deg, #f0f0f0 0, #e0e0e0 20%, #f0f0f0 40%, #f0f0f0 100%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
	min-height: 200px;
	opacity: .6
}

@keyframes shimmer {
	0% {
		background-position: -200% 0
	}

	100% {
		background-position: 200% 0
	}
}

img.loaded {
	animation: fadeIn .4s ease-in;
	opacity: 1
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.multi-photos-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: .652rem;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
}

.multi-photo-item {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: var(--bg-light-hover);
	aspect-ratio: 3 / 2 !important;
	cursor: pointer;
	grid-column: span 2;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}

.multi-photos-grid .multi-photo-item {
    position: relative;
    overflow: hidden;
    max-height: none;
    box-sizing: border-box;
    width: 100%;
}

.multi-photos-grid[data-count="1"] .multi-photo-item {
	grid-column: span 6;
	/* 移除max-width和margin，确保单张图片铺满宽度 */
}

.multi-photos-grid[data-count="2"] .multi-photo-item,
.multi-photos-grid[data-count="4"] .multi-photo-item {
	grid-column: span 3
}

.multi-photos-grid[data-count="3"] .multi-photo-item,
.multi-photos-grid[data-count="6"] .multi-photo-item {
	grid-column: span 2
}

.multi-photos-grid[data-count="5"] .multi-photo-item:nth-child(-n+3) {
	grid-column: span 2
}

.multi-photos-grid[data-count="5"] .multi-photo-item:nth-child(4),
.multi-photos-grid[data-count="5"] .multi-photo-item:nth-child(5) {
	grid-column: span 3
}

.multi-photos-grid .multi-photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block !important;
	margin: 0 !important;
	background: linear-gradient(90deg, #f0f0f0 0, #e0e0e0 20%, #f0f0f0 40%, #f0f0f0 100%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
	min-height: unset !important;
	opacity: .6
}

.multi-photos-grid .multi-photo-item img.loaded {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    animation: fadeIn .4s ease-in;
    display: block !important;
    margin: 0 !important;
}

.page-content a,.post-content a {
    color: var(--text-primary);
    transition: all .3s ease
}

.page-content a:hover,.post-content a:hover {
    color: var(--text-primary);
    text-decoration-color: var(--text-primary)
}

.post-content blockquote {
	background: var(--bg-light-hover);
    color: var(--text-secondary);
	border-left: 3px solid var(--text-primary);
	margin-bottom: .652rem;
	padding: .7rem .7rem .7rem 1rem;
	quotes: "\201C" "\201D" "\2018" "\2019";
	font-size: 1em;
	transition: .3s
}

/*.post-content blockquote:before {
    color: #2bbc8a;
    content: "\201C";
    font-size: 2em;
    line-height: .1em;
    vertical-align: -.4em;
}*/

.post-content blockquote p {
    margin: 0 !important;
    border: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: 400;
    color: inherit;
    padding: 0 15px;
    line-height: normal;
    text-align: inherit;
    display: inline-block;
}

.post-content mark {
	padding: 2px;
	margin: 0 5px;
	background: #fffdd1;
	border-bottom: 1px solid #ffedce;
}

.page-content a,.post-content a {
    text-decoration: underline dotted;
    text-underline-offset: 0.4em;
    word-break: break-word
}

.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
	position: relative;
	margin-top: 0;
	padding-left: 1.25rem;
	margin-bottom: .652rem;
	font-family: inherit;
	line-height: 1.35;
	color: inherit;
	font-weight: 500
}

.post-content h1 {
	font-size: 1.5rem;
}

.post-content h2 {
	font-size: 1.375rem;
}

.post-content h3 {
	font-size: 1.25rem;
}

.post-content h4 {
	font-size: 1.125rem;
}

.post-content h5 {
	font-size: 1.1rem;
}

.post-content h6 {
	font-size: 1rem;
}

.post-content h1:before,
.post-content h2:before,
.post-content h3:before,
.post-content h4:before,
.post-content h5:before,
.post-content h6:before {
    content: "#";
    color: var(--info);
    position: absolute;
    left: 0;
    font-weight: 600;
}

.post-content code {
	padding: 2px;
	margin: 0 4px;
	word-wrap: break-word;
	background: #eee;
	border-radius: 3px;
	font: 14px/26px courier new;
}

.post-content pre code {
	padding: 0;
	font-size: inherit;
	line-height: 1.7;
	color: inherit;
	background-color: transparent;
	border-radius: 0;
}

.post-content ins {
	text-decoration: none;
	border-bottom: 1px solid;
}

.post-content u {
	text-decoration: none;
	border-bottom: 1px solid;
}

.post-content del {
	text-decoration: line-through;
}

.post-content hr {
	display: block;
	border: 0;
	margin: 2.24em auto 2.86em;
}

.post-content hr:after {
	color: #999;
	font-size: 1.1em;
	display: block;
	content: "~ ~ ~ ~";
	text-align: center;
}

.post-content pre {
	padding: 12px 16px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 2px;
}

.post-content ul {
	padding-left: 2em;
}

.post-content ol {
	padding-left: 2em;
	list-style: decimal;
}

.post-content li ol,.post-content li ul {
	margin: 0.8em 0;
}

.post-content li ul {
	list-style-type: circle;
}

.post-content .task-list-item {
	position: relative;
}

.post-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: .652rem;
	font-size: 0.96em;
	box-sizing: border-box;
	border-width: 1;
}

.post-content th,
.post-content td {
	padding: 8px;
	border: thin dashed var(--border-primary);
}

.post-content table th {
    background-color: var(--bg-light-hover);
}

.post-content th[align*=left],
.post-content td[align*=left] {
	text-align: left;
}

.post-content th[align*=center],
.post-content td[align*=center] {
	text-align: center;
}

.post-content th[align*=right],
.post-content td[align*=right] {
	text-align: right;
}

.post-content tr:nth-child(even) {
	background-color: #F7FAFC;
}

.post-content .footnotes {
	font-size: 80%;
	line-height: 1.32;
	opacity: 0.96;
}

.post-content .footnotes:before {
	content: "";
	display: block;
	border-top: 4px solid rgba(0,0,0,0.1);
	width: 50%;
	max-width: 100px;
	margin: 40px 0 20px;
}

.post-content .biaoqing {
	display: inline;
	margin: 0;
	width: auto;
}

.post-content .biaoqingg a {
	overflow: hidden;
	text-decoration: none;
	vertical-align: bottom;
	outline: 0;
	border-bottom: none;
}

.post-content .biaoqingg a:before {
	display: none;
}

.post-content .biaoqing.quyin {
	margin-bottom: -0.125rem;
	min-height: 3.5rem;
	height: 1em;
}

.post-content .biaoqing.alu {
	height: 33px;
	margin-bottom: -0.3125rem;
}

.post-content .biaoqing.paopao {
	width: 30px;
	height: 30px;
	margin-bottom: -0.25rem;
}

.post-copyright {
	margin-block: .625rem;
    background: var(--bg-light-hover);
    padding: 0.5rem;
    color: var(--text-tertiary);
    text-align: left;
    word-break: break-all
}

.post-copyright p {
    font-size: var(--font-size-xs);
    color: var(--text-muted);
}

.post-tags {
    margin-block: .625rem;
    font-size: var(--font-size-xs);
    color: var(--text-tertiary);
    display: flex;
    gap: 1rem;
    align-items: center;
}
.post-tags a {
	transition:.3s;
}


.mixtapeEmbed {
	padding: 12px 12px 12px 28px;
	color: rgba(0,0,0,0.5);
	margin: 10px 0px 30px;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	border-radius: 5px;
}

.mixtapeEmbed a:before {
	display: none;
}

.mixtapeEmbed a {
	border-bottom: none;
}

.mixtapeEmbed-title {
	font-size: 20px;
	color: rgba(0,0,0,0.8);
	font-weight: 900;
	padding-bottom: 14px;
	display: block;
	line-height: 1;
}

.mixtapeEmbed-text {
	font-size: var(--font-size-sm);
	line-height: 1.6;
	font-style: normal !important;
	text-align: justify;
	color: #7b7b7b;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mixtapeImage {
	width: 120px;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	flex: 0 0 auto;
	margin-left: 20px;
	border-radius: 5px;
}

/* 友情链接开始 */
.links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .8rem;
}

.links-card {
    background: var(--bg-light-hover);
    border: thin dashed var(--border-primary);
    border-radius: 0;
    overflow: hidden;
    transition: border-color .3s ease
}

.links-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, .1) 50%, transparent 70%);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.links-card-main {
    position: relative;
}

.links-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp .6s ease forwards
}

.links-card:hover {
    border-color: var(--color-primary)
}

.links-card:nth-child(1) {
    animation-delay: .1s
}

.links-card:nth-child(2) {
    animation-delay: .2s
}

.links-card:nth-child(3) {
    animation-delay: .3s
}

.links-card:nth-child(4) {
    animation-delay: .4s
}

.links-card:nth-child(5) {
    animation-delay: .5s
}

.links-card:nth-child(6) {
    animation-delay: .6s
}

.links-card:nth-child(7) {
    animation-delay: .7s
}

.links-card:nth-child(8) {
    animation-delay: .8s
}

.links-card:nth-child(9) {
    animation-delay: .9s
}

.links-card:nth-child(10) {
    animation-delay: 1s
}

.links-card:nth-child(11) {
    animation-delay: 1.1s
}

.links-card:nth-child(12) {
    animation-delay: 1.2s
}

.links-card:nth-child(13) {
    animation-delay: 1.3s
}

.links-card:nth-child(14) {
    animation-delay: 1.4s
}

.links-card:nth-child(15) {
    animation-delay: 1.5s
}

.links-card:nth-child(16) {
    animation-delay: 1.6s
}

.links-card:nth-child(17) {
    animation-delay: 1.7s
}

.links-card:nth-child(18) {
    animation-delay: 1.8s
}

.links-card:nth-child(19) {
    animation-delay: 1.9s
}

.links-card:nth-child(20) {
    animation-delay: 2s
}

.links-card:nth-child(21) {
    animation-delay: 2.1s
}

.links-card:nth-child(22) {
    animation-delay: 2.2s
}

.links-card:nth-child(23) {
    animation-delay: 2.3s
}

.links-card:nth-child(24) {
    animation-delay: 2.4s
}

.links-card:nth-child(25) {
    animation-delay: 2.5s
}

.links-card:nth-child(26) {
    animation-delay: 2.6s
}

.links-card:nth-child(27) {
    animation-delay: 2.7s
}

.links-card:nth-child(28) {
    animation-delay: 2.8s
}

.links-card:nth-child(29) {
    animation-delay: 2.9s
}

.links-card:nth-child(30) {
    animation-delay: 3s
}

.links-card:nth-child(31) {
    animation-delay: 3.1s
}

.links-card:nth-child(32) {
    animation-delay: 3.2s
}

.links-card:nth-child(33) {
    animation-delay: 3.3s
}

.links-card:nth-child(34) {
    animation-delay: 3.4s
}

.links-card:nth-child(35) {
    animation-delay: 3.5s
}

.links-card:nth-child(36) {
    animation-delay: 3.6s
}

.links-card:nth-child(37) {
    animation-delay: 3.7s
}

.links-card:nth-child(38) {
    animation-delay: 3.8s
}

.links-card:nth-child(39) {
    animation-delay: 3.9s
}

.links-card:nth-child(40) {
    animation-delay: 4s
}

.links-card:nth-child(n+41) {
    animation-delay: 4.1s
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.links-link {
    display: flex;
    flex-direction: row-reverse;
    padding: .8rem;
    text-decoration: none;
    color: inherit;
    height: 100%;
    align-items: center;
    gap: .6rem;
}

.links-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--bg-light-muted);
    border: thin dashed var(--border-primary)
}

.links-avatar-img {
    transition: opacity .3s ease, filter .3s ease;
    position: relative;
}

.links-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    opacity: 1;
    transition: transform .3s ease
}

.links-card:hover .links-avatar img {
    transform: scale(1.1)
}

.links-info {
    flex: 1;
    min-width: 0;
}

.links-name {
    font-size: .95rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 .2rem;
    line-height: 1.2;
}

.links-intro {
    font-size: .8rem;
    color: var(--text-tertiary);
    line-height: 1.25;
    margin: 0;
    height: 2.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
}

/* #footer尾页开始 */
.footer-main {
    max-width: var(--container-max-width);
    text-align: right;
    width: 100%;
	font-size: var(--font-size-xs);
	color: var(--text-secondary);
    border-top: thin dashed var(--border-secondary);
	font-weight: 400
}

.footer-content {
	padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}

.footer-main .beian {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	justify-content: flex-end
}
.w-3 {
    width: .75rem;
}
.h-3 {
    height: .75rem;
}

/* 尾页结束 */

/* 评论信息开始 */
.section-divider {
    border-top: 1px solid var(--border-secondary);
    border-bottom: 1px solid var(--border-secondary);
    position: relative;
    z-index: 1
}

.section-divider .divider-pattern {
    height: 6px;
    width: 100%;
    background: repeating-linear-gradient(-45deg,var(--border-secondary),var(--border-secondary) 1px,transparent 1px,transparent 6px);
    opacity: .6
}

.post-main {
    padding: 1.25rem;
    max-width: 56rem;
    margin: 0 auto;
}

.comments-container {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0;
}

#comments {
    position: relative;
    width: 100%;
    min-height: 200px;
    font-family: var(--font-family-sans);
    color: var(--text-primary);
    word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.comment-box-wrapper {
    display: block;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.comment-avatar {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.comment-avatar > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    visibility: visible;
}

#comment-form {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

#comment-form > .comment-user {
    padding: 0;
    margin-block-end: 0.5rem;
    order: 2;
	display: flex
}

#comment-form > .comment-user p{
	outline: thin dashed var(--border-primary);
    padding: 0.5rem;
    font-size: .766rem;
    color: var(--text-secondary)
}	

#comment-form > .comment-header {
    padding: 0;
    margin-bottom: 0.5rem;
    order: 2;
}

#comment-form > .comment-header {
    display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

#comment-form > .comment-header input {
    font-size: .8125rem;
    background: var(--bg-light-hover);
    border: 1px dashed var(--border-primary);
    padding: .5rem .75rem;
    outline: none;
	font-family: var(--font-family-sans);
	color: var(--text-tertiary);
	border-radius: 0;
    transition: 0.2s cubic-bezier(.4, 0, .2, 1)
}

#comment-form > .comment-header input:focus {
    border-color: var(--text-primary);
    background: var(--text-inverse);
}

#comment-form > .comment-header input::placeholder {
    color: var(--text-tertiary);
}

#comment-form > .comment-editor {
    position: relative;
    margin-bottom: 0.5rem;
    order: 1;
}

#comment-form > .comment-editor > .textarea {
    display: block;
    overflow: hidden;
    color: var(--text-primary);
    font-size: var(--font-size-sm);
    background-color: var(--text-inverse);
    border: 1px dashed var(--border-primary);
    border-radius: 0;
    width: 100%;
    min-height: 120px;
    padding: .625rem 1.25rem;
    resize: vertical;
    word-wrap: break-word;
    outline: none;
	font-family: var(--font-family-sans);
    line-height: 1.6;
    transition: 0.2s cubic-bezier(.4, 0, .2, 1)
}

.comment-box-wrapper:not(.collapsed) .comment-editor .textarea {
    height: auto !important;
    min-height: 120px !important;
    border-radius: 0 !important;
    padding: 16px !important;
    cursor: text !important;
}

#comment-form > .comment-editor > .textarea:focus {
    border-color: var(--text-primary)
}

#comment-form > .comment-bottom {
    padding: 0;
	margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    order: 3
}

#comment-form > .comment-bottom > .comment-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#comment-form > .comment-bottom > .comment-bottom-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1
}

#comment-form > .comment-bottom > .comment-bottom-left > .item-state-wrap {
    margin-right: 0;
}

#comment-form > .comment-bottom .item-state-btn,
#cancel-comment-reply-link {
    padding: 0.25rem 12px;
    font-size: .8125rem;
    display: flex;
    align-items: center;
	background: var(--bg-light-hover);
	color: var(--text-tertiary);
	border: 1px dashed var(--border-primary);
    cursor: pointer;
    border-radius: 0;
    transition: 0.2s cubic-bezier(.4, 0, .2, 1)
}

#comment-form > .comment-bottom .submit {
    background: var(--bg-dark);
    color: var(--text-white);
    font-size: .8125rem;
    font-weight: 500;
    border: 1px dashed #0000;
    cursor: pointer;
    transition: 0.2s cubic-bezier(.4, 0, .2, 1);
    outline: none;
    border-radius: 0;
    font-family: var(--font-family-sans);
    padding: 0.25rem 1rem
}

#comment-form > .comment-bottom .item-state-btn:active,
#cancel-comment-reply-link:active,
#comment-form > .comment-bottom .submit:active {
	background:var(--bg-light);
	border-color:var(--bg-dark);
	color:var(--text-theme);
}

#comments ol {
	list-style: none;
	margin: 0;
}

#comments p {
	margin: 0;
}

.hide {
	display: none;
}

.gen .page-navigator {
	margin: 3.75rem 0 3rem 0;
}

.response {
	margin: 2rem 0;
	padding-top: 1em;
}

.hinfo {
	display: none;
}

.gen h2 {
	margin-bottom: 0.8em;
}

.gen a {
	color: #aaa;
}

.comment-list {
	padding-left: 0 !important;
	list-style-type: none;
	margin: 0;
}

.avatar {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 1rem 1rem 0 0 !important;
	border-radius: 4px;
}

.comment_time {
	margin-top: 5px;
	margin-bottom: 15px;
}

.comment_main {
	overflow: hidden;
	padding: 1rem 0;
	border-bottom: 1px dotted #e0e0e0;
}

.comment_main p {
	margin: 0;
	font-size: 13px;
}

.comment_reply, .comment_meta {
	font-size: .766rem;
	color: #aaa;
}

.comment_reply {
	float: right;
}

.comment_main:hover .comment_reply {
	display: block
}

.comment_author {
	font-size: var(--font-size-sm);
	color: #3c3c3c;
	font-weight: 600;
	margin-bottom: 5px;
}

.comment_author a {
	color: #3c3c3c;
}

.ccomment_reply {
	text-align: right;
}

.comment_reply a:before, .comment_time:before {
	margin: 0 .5rem
}

.comment-parent .comment-children {
	margin-left: 1.2em;
}

.comment-child .comment-children {
	margin-left: 1.2em;
}

.cancel-comment-reply {
	text-align: right;
}

.comment-child .comment-children {
	margin-left: 0;
}

.comment-content .biaoqing.paopao {
	width: 30px;
	height: 30px;
	margin-bottom: -0.25rem;
}

.comment-content .biaoqing.alu {
	height: 33px;
	margin-bottom: -0.3125rem;
}

.comment-content .biaoqing.quyin {
	margin-bottom: -0.125rem;
	min-height: 3.5rem;
	height: 1em;
}

.hideContent {
	text-align: center;
	font-size: var(--font-size-sm);
	background: repeating-linear-gradient(145deg,#f2f2f2,#f2f2f2 15px,#fff 0,#fff 30px);
}

.comment-content .biaoqing {
	display: inline;
	margin: 0;
	width: auto;
}

/*分页开始*/
.page-navigator {
    text-align: center;
    margin: .9375rem 0;
    padding: .9375rem 0 0
}
.page-navigator ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.page-navigator li {
    display: flex
}

.page-navigator a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .75rem;
    font-size: var(--font-size-xs);
    color: var(--text-primary);
    padding: 0.125rem .75rem;
    line-height: 1.7;
    border: thin dashed var(--border-primary);
    transition: .3s;
}

.page-navigator a:hover {
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.page-navigator li.current a {
	color: var(--text-primary);
    border-color: var(--text-primary);
	font-weight: 500
}

.page-navigator li.prev a,
.page-navigator li.next a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*分页结束*/

.emoj {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.emoj.emoj-open .emoj-logo {
	border-bottom: none;
	color: var(--text-tertiary);
}

.emoj.emoj-open .emoj-body {
	display: block
}

.emoj.emoj-up .emoj-body {
	top: inherit;
	bottom: 1.3125rem;
	border-radius: 4px 4px 4px 0
}

.emoj.emoj-up .emoj-body .emoj-bar .emoj-packages li:nth-child(1) {
	border-radius: 0
}

.emoj.emoj-up.emoj-open .emoj-logo {
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
	border-top: none
}

/*.emoj .emoj-logo {
	position: relative;
	display: inline-block;
	color: #FFF;
	background: #333;
	border: 2px solid #333;
	font-size: 13px;
	padding: 2px 5px;
	cursor: pointer;
	height: 22px;
	box-sizing: border-box;
	z-index: 2;
	line-height: 16px
}*/

.emoj .emoj-body {
    display: none;
    position: absolute;
	width: 22rem !important;
    top: 1.5625rem;
    left: -0.7625rem;
    z-index: 10;
	background: var(--bg-light);
    border: 1px dashed var(--border-primary);
    overflow: hidden;
    box-shadow: var(--shadow-box-small);
}

.emoj .emoj-body .emoj-items {
	display: none;
    max-width: 100%;
    height: 15rem;
	padding: .5rem;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0
}

.emoj .emoj-body .emoj-items .emoj-item {
	display: inline-block;
    font-size: var(--font-size-sm);
    padding: .5rem;
    cursor: pointer;
}

.emoj .emoj-body .emoj-items .emoj-item:hover {
    border-radius: var(--border-radius);
    background-color: var(--bg-light-hover)
}

.emoj .emoj-body .emoj-items-emoji .emoj-item {
	font-size: 1.25rem;
	line-height: 1.1875rem
}


.emoj .emoj-body .emoj-items-image .emoj-item img {
	width: 2rem;
    height: auto;
    max-height: 100%
}

.emoj .emoj-body .emoj-items-show {
	display: block
}

.emoj .emoj-body .emoj-bar {
	width: 100%;
	padding: 0;
	border-top: thin dashed var(--border-primary);
	background: var(--bg-light);
	color: var(--text-tertiary)
}

.emoj .emoj-body .emoj-bar .emoj-packages {
	margin: 0;
	padding: 0;
	font-size: 0
}

.emoj .emoj-body .emoj-bar .emoj-packages li {
	list-style-type: none;
	display: inline-block;
	line-height: 1.6875rem;
	font-size: var(--font-size-sm);
	padding: 0 .625rem;
	cursor: pointer;
	margin-right: .1875rem
}

.emoj .emoj-body .emoj-bar .emoj-packages li:nth-child(1) {
	border-radius: 0
}

.emoj .emoj-body .emoj-bar .emoj-packages li:hover {
	background: var(--bg-light-hover)
}

.emoj .emoj-body .emoj-bar .emoj-packages .emoj-package-active {
	background: var(--bg-light-hover);
	-webkit-transition: .3s;
	transition: .3s
}

.emoj .biaoqing.quyin {
	margin-bottom: -0.125rem;
	min-height: 3.5rem;
	height: 1rem;
}

.emoj .biaoqing.alu {
	margin-bottom: -0.3125rem;
	min-height: 2.0625rem;
	height: 1rem;
}

.emoj .biaoqing.paopao {
	margin-bottom: -0.25rem;
	min-height: 1.875rem;
	height: 1rem;
}

#secret-button {
	display: none;
}

/****自适应****/
@media print,screen and (max-width:580px) {

	.emoj .emoj-body {
		width: 245px !important;
	}

	.emoj .emoj-body .emoj-items-image .emoj-item {
		max-width: initial;
	}
}

.post_info::after,.article::after,.links::after,.links_box::after,.page-navigator::after,.page-navigator::after {
	display: table;
	clear: both;
	content: '';
}

.post-title a,
.footer-main a {
	border-bottom: thin dashed var(--border-secondary);
	transition: .3s
}

.post-title a:hover,
.footer-main a:hover {
    color: var(--text-primary);
    border-bottom-color: var(--text-primary);
}

@media (min-width:1400px) {
	#container {
		max-width: var(--container-max-width)
	}
}

@media (min-width:1200px) {
	#container {
		max-width: var(--container-max-width)
	}
}

@media (max-width:900px) {
	#container {
		max-width: 95%;
		margin: 2rem auto;
		box-shadow: none;
		min-height: calc(100vh - 4rem)
	}
}

@media (max-width:768px) {
	#container {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
		min-height: 100vh
	}
	.site-logo {
        height: 1.875rem;
    }
	.category-nav {
        padding: 1.25rem .9375rem;
		grid-template-columns: repeat(1, minmax(0, 1fr))
    }
	.breadcrumb-nav .breadcrumb-content {
		padding: .875rem .9375rem
	}
	#main .search_input {
		padding: 0 .9375rem
	}
	.breadcrumb-left {
        gap: 0.375rem;
        flex: 1;
        overflow: hidden;
    }
	.breadcrumb-title {
		max-width: 70px;
	}
	.top-nav .nav-link {
        font-size: 0.8125rem
    }
    #content,
	#links {
        padding: .9375rem
    }
	#article-info {
        padding: .9375rem 1.25rem;
        min-height: 6.25rem;
    }
	.article-info-title {
		font-size: 1.125rem;
		margin-bottom: .75rem
	}
	.post-main {
    	padding: .9375rem;
	}
	#comment-form > .comment-header {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}	
	.post-footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		gap: .625rem
	}
	.footer-content {
    	padding: .75rem .9375rem;
    	display: flex;
    	flex-direction: column;
    	gap: 0.25rem;
	}
	.multi-photos-grid {
        gap: .875rem;
        padding: .375rem;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
	.multi-photo-item {
        max-width: 100%;
        height: auto;
        box-sizing: border-box
    }
	.post-content img,
	.page-content img,
	.content img {
        aspect-ratio: 3 / 2;
        max-width: min(100%, calc(100vw - 48px))
    }
	img.loaded {
		min-height: 150px
	}

	.multi-photos-grid .multi-photo-item img.loaded {
		min-height: unset
	}

	.multi-photos-grid .multi-photo-item img.lazy-error::after {
		font-size: 12px
	}

	.links-grid {
        grid-template-columns: 1fr;
        gap: .6rem;
    }

	.links-link {
        padding: .6rem;
        gap: .4rem;
    }

	.links-avatar {
        width: 40px;
        height: 40px;
    }

	.links-name {
        font-size: .9rem;
    }

	.links-intro {
        font-size: .75rem;
        height: 2.5em;
    }
}

@media (max-width:480px) {
	.multi-photos-grid {
		gap: 0.75rem;
		padding: .5rem;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.multi-photo-item {
        max-width: 100%;
        height: auto;
        box-sizing: border-box
    }
	img.loaded {
		min-height: 120px
	}

	.multi-photos-grid .multi-photo-item img.loaded {
		min-height: unset
	}

	.multi-photos-grid .multi-photo-item img.lazy-error::after {
		font-size: 10px
	}
}