@import "plugin/fancybox.css";
@import "plugin/gitalk.css";
#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
  position: relative;
  font-weight: 600;
  outline: none;
  color: #12183A;
  cursor: pointer;
}
#article h1 {
  font-size: 32px;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 2px solid #e06c75;
}
#article h1 a:hover {
  border-bottom: 0;
}
#article h2 {
  font-size: 25px;
  border-left: 3px solid #73b1e0;
  padding-left: 10px;
}
#article h1,
#article h2 {
  line-height: 40px;
  margin: 20px 0 15px;
}
#article h3 {
  padding: 24px 0;
  font-size: 24px;
}
#article h4 {
  font-size: 19px;
  padding: 15px 0 10px;
}
#article h5 {
  font-size: 18px;
  padding: 15px 0 10px;
}
#article a {
  position: relative;
  color: #006aff;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
#article hr {
  margin: 24px 0 32px;
  height: 4px;
  border: none;
  background: #F1F5FB;
}
#article code {
  border-radius: 8px;
}
#article code li {
  list-style: none;
}
#article img {
  width: 100%;
  cursor: pointer;
  margin: 8px 0 0;
  text-align: center;
  border-radius: 10px;
  outline: none;
  border: 0;
}
#article pre {
  font-size: 0.85em;
  line-height: 1.5em;
  display: flex;
  max-width: 1000px;
  position: relative;
}
#article pre:after {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fc625d;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  content: ' ';
}
#article pre code {
  flex: 1;
  text-align: left;
  width: fit-content;
  padding: 40px 20px 20px 20px;
  margin: 20px 0;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
}
#article p {
  display: block;
  margin: 4px 0 16px;
  line-height: 30px;
  text-align: justify;
  font-size: 18px;
  color: #12183A;
  box-sizing: border-box;
}
#article ol {
  padding: 10px 30px;
}
#article ol li {
  margin-left: 15px;
  padding: 7px;
}
#article ul {
  margin: 5px 0;
}
#article ul li {
  list-style: none;
  margin: 10px 16px;
  line-height: 30px;
}
#article ul li:before {
  content: "\2022";
  color: #006aff;
  float: left;
  margin-right: 10px;
  line-height: 31px;
  font-size: 18px;
  font-weight: 500;
}
#article blockquote {
  background: #fafafa;
  border-left: 4px solid #e0e2e5;
  margin: 15px 0;
  padding: 2px;
}
#article blockquote p {
  margin: 4px 20px;
  font-weight: 400;
  color: #898FA0;
  font-size: 16px;
}
#article p code,
#article ul li code {
  font-size: 1em;
  margin: 0 4px;
  display: inline;
  padding: 6px 8px;
  font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
  color: #58586C;
  background: #F1F5FB;
  border-radius: 3px;
}
#article p strong {
  font-weight: bold;
}
#article table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.2em;
  border-radius: 8px;
  box-shadow: 0 0 2px #d4d4d4;
  word-wrap: break-word;
  table-layout: fixed;
  margin: 20px 0 15px;
  border: 1px solid rgba(153, 169, 191, 0.1);
  overflow: hidden;
}
#article table td:hover,
#article table tr:hover {
  background: rgba(153, 169, 191, 0.1);
  cursor: pointer;
}
#article table tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
#article table tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
#article table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
#article table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
#article table td {
  border-bottom: 1px solid rgba(153, 169, 191, 0.1);
  border-right: 1px solid rgba(153, 169, 191, 0.1);
}
#article table tr:first-child td {
  border-top: 1px solid rgba(153, 169, 191, 0.1);
}
#article table tr td:first-child {
  border-left: 1px solid rgba(153, 169, 191, 0.1);
}
#article thead {
  text-indent: 1em;
}
#article thead tr {
  height: 3em;
}
#article thead tr:nth-child(odd) {
  background: hsla(0, 0%, 96.5%, 0.51);
}
#article thead th {
  background: rgba(153, 169, 191, 0.1);
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #4c4948;
}
#article tbody tr {
  line-height: 2.5em;
}
#article tbody td {
  color: #333;
  font-weight: 400;
  padding: 0 1em;
  text-align: left;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #f1f5f9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modern-button {
  display: inline-block;
  padding: 12px 32px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: white;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border: none;
  cursor: pointer;
}
.modern-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.modern-button:active {
  transform: translateY(0);
}
.gradient-text {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}
.enhanced-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.enhanced-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
.modern-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.modern-tag:hover {
  background: rgba(59, 130, 246, 0.2);
  transform: scale(1.05);
}
.image-hover-zoom {
  overflow: hidden;
  border-radius: 4px;
}
.image-hover-zoom img {
  transition: transform 0.4s ease;
}
.image-hover-zoom:hover img {
  transform: scale(1.1);
}
.gradient-background {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}
.gradient-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 50%);
}
.glass-morphism {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.pulse-animation {
  animation: pulse 2s ease-in-out infinite;
}
.gradient-border {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
}
.gradient-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.container-modern {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .container-modern {
    padding: 0 20px;
  }
}
.modern-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #2563eb, transparent);
  margin: 40px 0;
  border: none;
}
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  font-size: 24px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.icon-circle:hover {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.text-shadow-modern {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
a.modern-link {
  color: #2563eb;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
a.modern-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #2563eb;
  transition: width 0.3s ease;
}
a.modern-link:hover {
  color: #1d4ed8;
}
a.modern-link:hover::after {
  width: 100%;
}
.modern-grid {
  display: grid;
  gap: 30px;
}
.modern-grid.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.modern-grid.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.modern-grid.cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media screen and (max-width: 768px) {
  .modern-grid.cols-2,
  .modern-grid.cols-3,
  .modern-grid.cols-4 {
    grid-template-columns: 1fr;
  }
}
pre,
code {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
}
blockquote {
  border-left: 4px solid #2563eb;
  padding: 20px;
  margin: 20px 0;
  background: rgba(59, 130, 246, 0.05);
  border-radius: 4px;
  color: #475569;
}
blockquote p {
  margin: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
table thead {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: white;
}
table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
}
table tbody tr {
  background: #ffffff;
  transition: background 0.3s ease;
}
table tbody tr:nth-child(even) {
  background: #f1f5f9;
}
table tbody tr:hover {
  background: rgba(59, 130, 246, 0.05);
}
table tbody tr td {
  padding: 15px;
  color: #475569;
}
.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}
.badge.badge-primary {
  background: #2563eb;
  color: white;
}
.badge.badge-success {
  background: #10b981;
  color: white;
}
.badge.badge-warning {
  background: #f59e0b;
  color: white;
}
.badge.badge-info {
  background: #0ea5e9;
  color: white;
}
.progress-bar {
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 4px;
  transition: width 0.6s ease;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin-bottom: 5px;
}
.tooltip:hover::after {
  opacity: 1;
}
/* 移动端优化样式 */
/* 基础移动端优化 */
@media screen and (max-width: 768px) {
  /* 全局字体和间距优化 */
  body {
    font-size: 14px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /* 触摸友好的按钮和链接 */
  a,
  button,
  .btn {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
  }
  /* 卡片悬停效果优化 */
  .post-card-display:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  }
  /* 分页按钮优化 */
  .change-page {
    padding: 0 16px;
  }
  .change-page .p-page a .previous,
  .change-page .n-page a .next {
    min-height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.2s ease;
  }
  .change-page .p-page a .previous:active,
  .change-page .n-page a .next:active {
    transform: scale(0.98);
  }
}
/* 平板端优化 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
  /* 平板端卡片布局 */
  .post-card-display:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }
}
/* 小屏手机端特殊优化 */
@media screen and (max-width: 480px) {
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  /* 更紧凑的间距 */
  .main {
    padding: 16px 0;
  }
  /* 优化触摸目标大小 */
  .h-right-close svg {
    width: 28px;
    height: 28px;
    padding: 8px;
  }
}
/* 超小屏手机端优化 */
@media screen and (max-width: 360px) {
  body {
    font-size: 12px;
  }
  .main {
    padding: 12px 0;
  }
  .post-card {
    padding: 0 8px 16px;
    gap: 12px;
  }
}
/* 横屏手机端优化 */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .main {
    padding: 20px 0;
  }
  .post-card-display {
    min-height: 200px;
  }
  .post-card-display img {
    height: 120px;
  }
  .post-card-display .post-card-title {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
/* 高分辨率屏幕优化 */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  /* 确保在高分辨率屏幕上文字清晰 */
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/* 触摸设备优化 */
@media (hover: none) and (pointer: coarse) {
  /* 移除悬停效果，使用触摸反馈 */
  .post-card-display:hover {
    transform: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  }
  .post-card-display:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }
  /* 链接和按钮的触摸反馈 */
  a:active,
  button:active {
    opacity: 0.8;
    transform: scale(0.98);
  }
}
/* 可访问性优化 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* 暗色模式支持 */
@media (prefers-color-scheme: dark) {
  .sidebar {
    background: rgba(30, 30, 30, 0.98);
    color: #ffffff;
  }
  .sidebar .sidebar-menu ul li a {
    color: #e0e0e0;
  }
  .sidebar .sidebar-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }
}
.footer {
  display: flex;
  padding: 0 calc((100% - 1160px)/2);
  height: 80px;
}
.footer .Copyright {
  display: flex;
  margin-left: 18px;
  color: #898fa0;
  font-size: 14px;
  flex-basis: 0;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.footer .contact {
  display: flex;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.footer .contact a {
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  color: #898fa0;
  justify-content: center;
  align-items: center;
}
.footer .contact a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 2em;
    flex-direction: column-reverse;
  }
  .footer .Copyright {
    margin: auto;
  }
  .footer .contact {
    margin: auto;
    flex-wrap: wrap;
  }
  .footer .contact a {
    margin-bottom: 10px;
  }
}
* {
  margin: 0;
  padding: 0;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 199;
}
.header .header-top {
  display: flex;
  height: 64px;
  background: rgba(241, 245, 249, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 99;
  padding: 0 calc((100% - 1200px)/2);
  border-bottom: 1px solid rgba(37, 99, 235, 0.15);
  box-shadow: 0 2px 15px rgba(37, 99, 235, 0.08);
}
.header .header-top .h-left {
  display: flex;
  flex-basis: 0;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.header .header-top .h-left .logo-link {
  margin-left: 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  transition: all 0.3s ease;
}
.header .header-top .h-left .logo-link:hover {
  transform: scale(1.05);
}
.header .header-top .h-left .logo-link img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.header .header-top .h-left .logo-link .logo-text {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.header .header-top .h-left .logo-link:hover .logo-text {
  color: #2563eb;
}
.header .header-top .h-right {
  display: flex;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.header .header-top .h-right ul {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.header .header-top .h-right ul li {
  padding: 0 16px;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
  position: relative;
}
.header .header-top .h-right ul li a {
  color: #475569;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  transition: all 0.2s ease;
  display: block;
}
.header .header-top .h-right ul li a:hover {
  color: #1e293b;
}
.header .header-top .h-right ul li .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  top: -12px;
  left: 2px;
}
.header .header-top .h-right .select a {
  color: #2563eb;
  font-weight: 500;
}
.header .header-top .h-right .select .dot {
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #2563eb;
  border-radius: 1px;
  position: relative;
  top: -8px;
  left: 2px;
}
.header .header-move1 {
  height: 64px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.header .header-move2 {
  height: 64px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .header .header-top .h-right-close {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header .header-top {
    padding: 0 16px;
  }
  .header .header-top .h-left .logo-link {
    margin-left: 0;
    gap: 8px;
  }
  .header .header-top .h-left .logo-link img {
    width: 32px;
    height: 32px;
  }
  .header .header-top .h-left .logo-link .logo-text {
    font-size: 16px;
    font-weight: 600;
  }
  .header .header-top .h-right {
    display: none;
  }
  .header .header-top .h-right-close {
    display: flex;
    flex-basis: 0;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    margin-right: 0;
  }
  .header .header-top .h-right-close svg {
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
  }
  .header .header-top .h-right-close svg:hover {
    transform: scale(1.1);
  }
}
/* 移动端侧边栏样式已移至sidebar.ejs中，避免样式冲突 */
.header-body-background {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  background: #e2e8f0;
  height: 360px;
  position: relative;
  border-bottom: 1px solid #cbd5e1;
}
.header-body-background-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.header-body-background-content h2 {
  display: flex;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #64748b;
}
.header-body-background-content span {
  display: flex;
  height: 120px;
  font-size: 36px;
  line-height: 44px;
  color: #1e293b;
  align-items: center;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.header-body-background-content span img {
  width: 48px;
  height: 48px;
}
.grouping {
  display: flex;
  flex-direction: column;
  width: 900px;
  padding: 64px 40px;
  font-size: 1.1rem;
  transition: all 0.4s ease-in-out;
}
.grouping p {
  font-size: 1.55rem;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
}
.grouping a {
  display: flex;
  text-decoration: none;
  color: #3C4858;
  padding: 20px;
}
.grouping a span {
  flex-grow: 1;
}
.grouping a time {
  white-space: nowrap;
}
.grouping a:hover {
  background: #F8F9FB;
  color: #4CA5CE;
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .grouping {
    width: 100%;
    max-width: 700px;
    padding: 50px 15px;
    font-size: 1rem;
  }
  .grouping p {
    font-size: 1.5rem;
  }
  .grouping a {
    padding: 15px;
  }
}
/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #292d3e;
}
.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}
.hljs-literal {
  color: #56b6c2;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}
.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.hljs-link {
  text-decoration: underline;
}
.about {
  background: #f1f5f9;
}
.about-header-background {
  display: flex;
  flex-shrink: 0;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 50%, #cbd5e1 100%);
  position: relative;
  border-bottom: 1px solid #cbd5e1;
  margin-top: 0;
  /* 移除margin-top，使用padding-top来对齐首页 */
  padding-top: 64px;
  /* 为固定导航栏留出空间，与首页对齐 */
  overflow: hidden;
}
.about-header-background-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 40px 140px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  /* 统计信息卡片样式 */
  /* 产品特色样式 */
}
.about-header-background-content h1 {
  font-size: 48px;
  font-weight: 300;
  color: #1e293b;
  margin-bottom: 32px;
  letter-spacing: -1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.about-header-background-content h1 span {
  display: block;
  font-size: 20px;
  margin-top: 16px;
  color: #64748b;
  font-weight: 400;
  letter-spacing: 0;
}
.about-header-background-content .about-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: nowrap;
  /* 确保不换行 */
  align-items: center;
}
.about-header-background-content .about-stats .stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 140px;
  position: relative;
  overflow: hidden;
}
.about-header-background-content .about-stats .stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.about-header-background-content .about-stats .stat-item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  border-color: #2563eb;
}
.about-header-background-content .about-stats .stat-item:hover::before {
  opacity: 1;
}
.about-header-background-content .about-stats .stat-item .stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #2563eb;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-header-background-content .about-stats .stat-item .stat-label {
  font-size: 15px;
  color: #64748b;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.about-header-background-content .product-features {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.about-header-background-content .product-features .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  min-width: 120px;
}
.about-header-background-content .product-features .feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  border-color: #2563eb;
}
.about-header-background-content .product-features .feature-item .feature-icon {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1;
}
.about-header-background-content .product-features .feature-item span {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  text-align: center;
}
.about-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
  background: #f1f5f9;
}
.about-content-info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 80px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  margin-top: 20px;
  position: relative;
  z-index: 2;
  border: 1px solid #cbd5e1;
}
.about-content-info h1 {
  color: #1e293b;
  font-weight: 600;
  font-size: 32px;
  margin-top: 48px;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.about-content-info h2 {
  font-size: 24px;
  color: #1e293b;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}
.about-content-info h3 {
  font-size: 18px;
  color: #1e293b;
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 12px;
}
.about-content-info h4 {
  font-size: 16px;
  color: #1e293b;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 8px;
}
.about-content-info p {
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 0;
  color: #475569;
}
.about-content-info ul,
.about-content-info ol {
  color: #475569;
  line-height: 1.7;
  margin: 12px 0;
  padding-left: 24px;
}
.about-content-info ul li,
.about-content-info ol li {
  margin: 6px 0;
  font-size: 14px;
}
.about-content-info strong {
  color: #1e293b;
  font-weight: 500;
}
.about-content img {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #e2e8f0;
}
/* 平板端关于页面优化 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .about-header-background-content {
    padding: 80px 30px 60px;
  }
  .about-header-background-content h1 {
    font-size: 28px;
  }
  .about-header-background-content h1 span {
    font-size: 14px;
  }
  .about-header-background-content img {
    width: 60px;
    height: 60px;
  }
  .about-content-info {
    padding: 40px 60px;
  }
  .about-content-info h1 {
    font-size: 28px;
    margin-top: 32px;
  }
  .about-content-info h2 {
    font-size: 22px;
    margin-top: 32px;
  }
  .about-content-info h3 {
    font-size: 18px;
    margin-top: 24px;
  }
  .about-content-info p {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-content-info ul li,
  .about-content-info ol li {
    font-size: 13px;
  }
}
/* 移动端关于页面优化 */
@media screen and (max-width: 768px) {
  .about-header-background {
    margin-top: 0;
    /* 移除margin-top，使用padding-top来对齐首页 */
    padding-top: 64px;
    /* 为固定导航栏留出空间，与首页对齐 */
  }
  .about-header-background-content {
    padding: 60px 20px 100px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-header-background-content h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .about-header-background-content h1 span {
    font-size: 16px;
    margin-top: 12px;
  }
  .about-header-background-content .product-features {
    margin-top: 24px;
    gap: 16px;
  }
  .about-header-background-content .product-features .feature-item {
    padding: 16px 20px;
    min-width: 100px;
  }
  .about-header-background-content .product-features .feature-item .feature-icon {
    font-size: 28px;
  }
  .about-header-background-content .product-features .feature-item span {
    font-size: 13px;
  }
  .about-header-background-content .about-stats {
    margin-top: 32px;
    gap: 20px;
    flex-wrap: wrap;
    /* 移动端允许换行 */
  }
  .about-header-background-content .about-stats .stat-item {
    padding: 20px 24px;
    min-width: 120px;
    flex: 1;
  }
  .about-header-background-content .about-stats .stat-item .stat-number {
    font-size: 28px;
  }
  .about-header-background-content .about-stats .stat-item .stat-label {
    font-size: 13px;
  }
  .about-content-info {
    padding: 40px 20px;
    margin-top: -60px;
  }
  .about-content-info h1 {
    font-size: 24px;
    margin-top: 32px;
  }
  .about-content-info h2 {
    font-size: 20px;
    margin-top: 24px;
  }
  .about-content-info h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .about-content-info p {
    font-size: 13px;
    line-height: 1.5;
  }
  .about-content-info ul,
  .about-content-info ol {
    padding-left: 16px;
  }
  .about-content-info ul li,
  .about-content-info ol li {
    font-size: 12px;
  }
}
/* 小屏手机端关于页面优化 */
@media screen and (max-width: 480px) {
  .about-header-background {
    margin-top: 0;
    /* 移除margin-top，使用padding-top来对齐首页 */
    padding-top: 64px;
    /* 为固定导航栏留出空间，与首页对齐 */
  }
  .about-header-background-content {
    padding: 40px 16px 80px;
  }
  .about-header-background-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-header-background-content h1 span {
    font-size: 14px;
    margin-top: 10px;
  }
  .about-header-background-content .product-features {
    margin-top: 20px;
    gap: 12px;
  }
  .about-header-background-content .product-features .feature-item {
    padding: 14px 16px;
    min-width: 90px;
  }
  .about-header-background-content .product-features .feature-item .feature-icon {
    font-size: 24px;
  }
  .about-header-background-content .product-features .feature-item span {
    font-size: 12px;
  }
  .about-header-background-content .about-stats {
    margin-top: 24px;
    gap: 16px;
    flex-wrap: wrap;
    /* 小屏手机端允许换行 */
  }
  .about-header-background-content .about-stats .stat-item {
    padding: 18px 20px;
    min-width: 100px;
    flex: 1;
  }
  .about-header-background-content .about-stats .stat-item .stat-number {
    font-size: 24px;
  }
  .about-header-background-content .about-stats .stat-item .stat-label {
    font-size: 12px;
  }
  .about-content-info {
    padding: 20px 16px;
    margin-top: -50px;
  }
  .about-content-info h1 {
    font-size: 20px;
    margin-top: 24px;
  }
  .about-content-info h2 {
    font-size: 18px;
    margin-top: 20px;
  }
  .about-content-info h3 {
    font-size: 16px;
    margin-top: 16px;
  }
  .about-content-info p {
    font-size: 13px;
    line-height: 1.5;
  }
  .about-content-info ul,
  .about-content-info ol {
    padding-left: 16px;
  }
  .about-content-info ul li,
  .about-content-info ol li {
    font-size: 12px;
  }
}
.archive {
  background: #f1f5f9;
}
.archive-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
  background: #f1f5f9;
}
.archive-content-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}
.categories-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.categories-content-data {
  display: flex;
  flex-direction: column;
  padding: 64px 80px;
  font-size: 18px;
  transition: padding 1s;
}
.categories-class {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.categories-class-card {
  margin: 10px;
  flex: 1;
  flex-basis: 300px;
  height: 100px;
  padding: 20px 30px 4px 30px;
  border-radius: 10px;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.categories-class-card:hover {
  top: -10px;
  box-shadow: 4px 6px 14px #ddd;
}
.categories-class-card-title {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.categories-class-card-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.categories-class-card-number .categories-length {
  position: relative;
  font-size: 50px;
  color: #fff;
  z-index: 2;
  font-style: oblique;
  font-weight: bold;
}
.categories-class-card-number span {
  position: relative;
  font-size: 20px;
  color: #fff;
  z-index: 2;
  font-style: oblique;
}
.categories-class-card:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../image/pattern.png);
  background-repeat: repeat;
  content: "";
}
@media screen and (max-width: 800px) {
  .categories-content-data {
    padding: 64px 50px;
  }
}
@media screen and (max-width: 600px) {
  .categories-content-data {
    padding: 64px 20px;
  }
}
* {
  margin: 0;
  padding: 0;
}
.home {
  background: #f1f5f9;
}
.home .main {
  display: flex;
  flex-grow: 1;
  flex-basis: auto;
  flex-direction: column;
  margin-top: 0px;
  padding: 60px 0;
}
.home .main .post-card {
  display: flex;
  max-width: 100%;
  padding: 0 calc((100% - 1200px)/2) 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
.home .main .post-card-display {
  flex-basis: calc(33.333% - 16px);
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  position: relative;
  min-height: 380px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  flex-direction: column;
  transition: all 0.2s ease;
  border: 1px solid #cbd5e1;
}
.home .main .post-card-display:hover {
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-color: #2563eb;
  transform: translateY(-2px);
}
.home .main .post-card-display a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
.home .main .post-card-display a .post-card-title {
  padding: 20px;
  display: flex;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #1e293b;
  transition: color 0.2s ease;
}
.home .main .post-card-display a img {
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  background: #cbd5e1;
  object-fit: cover;
  transition: opacity 0.2s ease;
}
.home .main .post-card-display a:hover .post-card-title {
  color: #2563eb;
}
.home .main .post-card-meat {
  display: flex;
  padding: 0 20px 20px 20px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e2e8f0;
  background: #f1f5f9;
}
.home .main .post-card-meat .meat-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.home .main .post-card-meat .meat-info .info-auth {
  display: flex;
  align-items: center;
}
.home .main .post-card-meat .meat-info .info-auth a {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #64748b;
  background: transparent;
  text-decoration: none;
  outline: 0;
  transition: color 0.2s ease;
}
.home .main .post-card-meat .meat-info .info-auth a:hover {
  color: #2563eb;
}
.home .main .post-card-meat .meat-info .info-data {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #94a3b8;
  margin-left: auto;
}
.home .main .post-block {
  padding: 0 calc((100% - 1200px)/2);
  margin-bottom: 32px;
  /* 平板端文章列表优化 */
  /* 移动端文章列表优化 */
  /* 小屏手机端文章列表优化 */
}
.home .main .post-block-content {
  margin: 0 0 24px 0;
  text-decoration: none;
  display: flex;
  padding: 32px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  transition: all 0.2s ease;
  border: 1px solid #cbd5e1;
  overflow: hidden;
}
.home .main .post-block-content:hover {
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-color: #2563eb;
  transform: translateY(-2px);
}
.home .main .post-block-content img {
  width: 360px;
  height: 220px;
  background: #cbd5e1;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.home .main .post-block-content-info {
  flex: 1;
  padding: 0 0 0 32px;
  display: flex;
  flex-direction: column;
}
.home .main .post-block-content-info h2 {
  color: #1e293b;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s ease;
  margin-bottom: 12px;
}
.home .main .post-block-content-info:hover h2 {
  color: #2563eb;
}
.home .main .post-block-content-info-excerpt {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #475569;
  letter-spacing: 0;
}
.home .main .post-block-content-info-exhibition {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .main .post-block-content-info-exhibition-tags {
  display: flex;
  align-items: center;
}
.home .main .post-block-content-info-exhibition-tags a {
  display: inline-block;
}
.home .main .post-block-content-info-exhibition .post-tag {
  color: #898FA0;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .home .main .post-block-content {
    margin: 20px 40px;
    padding: 24px;
  }
  .home .main .post-block-content img {
    width: 320px;
    height: 200px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    object-fit: cover;
    border-radius: 12px;
  }
  .home .main .post-block-content-info {
    padding-left: 24px;
  }
  .home .main .post-block-content-info-excerpt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 768px) {
  .home .main .post-block-content {
    margin: 16px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .home .main .post-block-content img {
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .home .main .post-block-content-info {
    width: 100%;
    padding: 0;
  }
  .home .main .post-block-content-info h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .home .main .post-block-content-info-excerpt {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 16px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .home .main .post-block-content-info-exhibition {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .home .main .post-block-content-info-exhibition-tags {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .home .main .post-block-content {
    margin: 12px;
    padding: 16px;
  }
  .home .main .post-block-content img {
    height: 200px;
  }
  .home .main .post-block-content-info h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .home .main .post-block-content-info-excerpt {
    font-size: 13px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.home .main .meat-type {
  width: 32px;
  height: 32px;
  margin-top: 10px;
  background: url('https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgicon-article.svg') no-repeat;
}
.home .change-page {
  height: 40px;
  display: flex;
  padding: 0 calc((100% - 1160px)/2);
  margin-bottom: 20px;
  color: #1e293b;
}
.home .change-page .p-page {
  display: flex;
  flex-basis: 0;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.home .change-page .p-page a {
  color: #1e293b;
  text-decoration: none;
}
.home .change-page .p-page a .previous {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  color: #898FA0;
  margin-left: 18px;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.1);
  transition: ease-in-out;
  -moz-transition: margin-top 0.5s;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
}
.home .change-page .p-page a .previous:hover {
  margin-top: -15px;
  cursor: pointer;
}
.home .change-page .n-page {
  display: flex;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.home .change-page .n-page a {
  color: #1e293b;
  text-decoration: none;
}
.home .change-page .n-page a .next {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  margin-right: 18px;
  color: #898FA0;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.1);
  transition: ease-in-out;
  -moz-transition: margin-top 0.5s;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
}
.home .change-page .n-page a .next:hover {
  margin-top: -15px;
  cursor: pointer;
}
/* 平板端响应式设计 (768px - 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home .main .post-card {
    padding: 0 20px 32px;
  }
  .home .main .post-card-display {
    flex-basis: calc(50% - 12px);
    min-height: 360px;
  }
}
/* 移动端响应式设计 (最大768px) */
@media screen and (max-width: 768px) {
  .home .main {
    padding: 40px 0;
  }
  .home .main .post-card {
    padding: 0 16px 24px;
    gap: 16px;
  }
  .home .main .post-card-display {
    flex-basis: 100%;
    min-height: 320px;
    margin-bottom: 0;
  }
  .home .main .post-card-display .post-card-title {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .home .main .post-card-display img {
    height: 180px;
  }
  .home .main .post-card-meat {
    padding: 0 16px 16px;
  }
  .home .main .post-card-meat .meat-info {
    gap: 8px;
  }
  .home .main .post-card-meat .meat-info .info-auth a {
    font-size: 12px;
  }
  .home .main .post-card-meat .meat-info .info-data {
    font-size: 11px;
  }
}
/* 小屏手机端 (最大480px) */
@media screen and (max-width: 480px) {
  .home .main {
    padding: 20px 0;
  }
  .home .main .post-card {
    padding: 0 12px 20px;
  }
  .home .main .post-card-display {
    min-height: 280px;
  }
  .home .main .post-card-display .post-card-title {
    padding: 12px;
    font-size: 15px;
    line-height: 22px;
  }
  .home .main .post-card-display img {
    height: 160px;
  }
  .home .main .post-card-meat {
    padding: 0 12px 12px;
  }
}
.home-landing {
  background: #f1f5f9;
}
.home-landing .hero-section {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 50%, #cbd5e1 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.home-landing .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  opacity: 0.6;
}
.home-landing .hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23e2e8f0" stroke-width="0.5" opacity="0.4"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}
.home-landing .hero-section .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.home-landing .hero-section .hero-content {
  flex: 1;
  max-width: 600px;
}
.home-landing .hero-section .hero-content .hero-badge {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}
.home-landing .hero-section .hero-content .hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e293b;
  margin-bottom: 24px;
}
.home-landing .hero-section .hero-content .hero-title .hero-highlight {
  color: #2563eb;
}
.home-landing .hero-section .hero-content .hero-description {
  font-size: 18px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 40px;
}
.home-landing .hero-section .hero-content .hero-actions {
  display: flex;
  gap: 16px;
}
.home-landing .hero-section .hero-content .hero-actions .btn-primary {
  background: #2563eb;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.home-landing .hero-section .hero-content .hero-actions .btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.home-landing .hero-section .hero-content .hero-actions .btn-secondary {
  background: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.home-landing .hero-section .hero-content .hero-actions .btn-secondary:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
}
.home-landing .hero-section .hero-stats {
  display: flex;
  gap: 48px;
  margin-left: 60px;
}
.home-landing .hero-section .hero-stats .stat-item {
  text-align: center;
}
.home-landing .hero-section .hero-stats .stat-item .stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 8px;
}
.home-landing .hero-section .hero-stats .stat-item .stat-label {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}
.home-landing .pain-points-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}
.home-landing .pain-points-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.04) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(14, 165, 233, 0.03) 0%, transparent 50%);
  opacity: 0.6;
}
.home-landing .pain-points-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-landing .pain-points-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.home-landing .pain-points-section .section-header .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .pain-points-section .section-header .section-subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.home-landing .pain-points-section .pain-points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .home-landing .pain-points-section .pain-points-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .home-landing .pain-points-section .pain-points-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.home-landing .pain-points-section .pain-point-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.12);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
}
.home-landing .pain-points-section .pain-point-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6 0%, #06b6d4 100%);
  border-radius: 16px 16px 0 0;
  opacity: 0.8;
}
.home-landing .pain-points-section .pain-point-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(37, 99, 235, 0.15);
  border-color: rgba(37, 99, 235, 0.2);
}
.home-landing .pain-points-section .pain-point-card:hover::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .home-landing .pain-points-section .pain-point-card {
    padding: 28px 20px;
    border-radius: 12px;
  }
  .home-landing .pain-points-section .pain-point-card:hover {
    transform: translateY(-2px);
  }
  .home-landing .pain-points-section .pain-point-card:active {
    transform: scale(0.98);
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-description {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-list li {
    padding: 8px 0 8px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .home-landing .pain-points-section .pain-point-card {
    padding: 24px 16px;
    border-radius: 10px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-description {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-list li {
    padding: 6px 0 6px 18px;
    font-size: 13px;
  }
}
.home-landing .pain-points-section .pain-point-card .pain-point-icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(14, 165, 233, 0.05) 100%);
  border-radius: 16px;
  border: 1px solid rgba(37, 99, 235, 0.15);
  transition: all 0.3s ease;
}
.home-landing .pain-points-section .pain-point-card .pain-point-icon svg {
  transition: all 0.3s ease;
}
.home-landing .pain-points-section .pain-point-card:hover .pain-point-icon {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(14, 165, 233, 0.08) 100%);
  border-color: rgba(37, 99, 235, 0.25);
  transform: scale(1.05);
}
.home-landing .pain-points-section .pain-point-card:hover .pain-point-icon svg {
  transform: scale(1.05);
}
.home-landing .pain-points-section .pain-point-card .pain-point-title {
  font-size: 24px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.4;
  position: relative;
}
.home-landing .pain-points-section .pain-point-card .pain-point-title::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6 0%, #06b6d4 100%);
  border-radius: 1px;
  opacity: 0.8;
}
.home-landing .pain-points-section .pain-point-card .pain-point-description {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 20px;
  font-weight: 400;
}
.home-landing .pain-points-section .pain-point-card .pain-point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-landing .pain-points-section .pain-point-card .pain-point-list li {
  position: relative;
  padding: 10px 0 10px 24px;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
  background: rgba(37, 99, 235, 0.02);
  border-radius: 6px;
  border-left: 2px solid rgba(37, 99, 235, 0.15);
  transition: all 0.3s ease;
}
.home-landing .pain-points-section .pain-point-card .pain-point-list li:hover {
  background: rgba(37, 99, 235, 0.05);
  border-left-color: rgba(37, 99, 235, 0.3);
  transform: translateX(2px);
}
.home-landing .pain-points-section .pain-point-card .pain-point-list li::before {
  content: '•';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #3b82f6;
  font-weight: bold;
  font-size: 12px;
}
.home-landing .solutions-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  position: relative;
}
.home-landing .solutions-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(14, 165, 233, 0.05) 0%, transparent 60%);
  opacity: 0.8;
}
.home-landing .solutions-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-landing .solutions-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.home-landing .solutions-section .section-header .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .solutions-section .section-header .section-subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.home-landing .solutions-section .solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}
.home-landing .solutions-section .solution-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(14, 165, 233, 0.06), 0 0 0 1px rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.15);
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}
.home-landing .solutions-section .solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 25px rgba(14, 165, 233, 0.12), 0 0 0 1px rgba(14, 165, 233, 0.2);
  border-color: rgba(14, 165, 233, 0.3);
}
.home-landing .solutions-section .solution-card .solution-icon {
  margin-bottom: 24px;
}
.home-landing .solutions-section .solution-card .solution-title {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .solutions-section .solution-card .solution-description {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 16px;
}
.home-landing .solutions-section .solution-card .solution-tag {
  display: inline-block;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
}
.home-landing .solutions-section .solution-card .solution-tag:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}
.home-landing .process-section {
  padding: 80px 0;
  background: #f1f5f9;
}
.home-landing .process-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-landing .process-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.home-landing .process-section .section-header .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .process-section .section-header .section-subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.home-landing .process-section .process-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-landing .process-section .process-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  padding: 4px;
  transition: all 0.3s ease;
}
.home-landing .process-section .process-arrow svg {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.home-landing .process-section .process-arrow:hover {
  transform: translateY(-2px);
}
.home-landing .process-section .process-arrow:hover svg {
  opacity: 0.9;
  transform: scale(1.05);
}
.home-landing .process-section .process-step {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #cbd5e1;
}
.home-landing .process-section .process-step .step-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
.home-landing .process-section .process-step .step-content {
  flex: 1;
}
.home-landing .process-section .process-step .step-content .step-title {
  font-size: 24px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 12px;
}
.home-landing .process-section .process-step .step-content .step-description {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}
.home-landing .problem-discovery-section {
  padding: 80px 0;
  background: #e2e8f0;
}
.home-landing .problem-discovery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-landing .problem-discovery-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.home-landing .problem-discovery-section .section-header .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .problem-discovery-section .section-header .section-subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.home-landing .problem-discovery-section .problem-examples {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.home-landing .problem-discovery-section .problem-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #cbd5e1;
  transition: all 0.3s ease;
}
.home-landing .problem-discovery-section .problem-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.home-landing .problem-discovery-section .problem-card .problem-icon {
  flex-shrink: 0;
}
.home-landing .problem-discovery-section .problem-card .problem-content {
  flex: 1;
}
.home-landing .problem-discovery-section .problem-card .problem-content .problem-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}
.home-landing .problem-discovery-section .problem-card .problem-content .problem-description {
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
  margin-bottom: 12px;
}
.home-landing .problem-discovery-section .problem-card .problem-content .problem-tag {
  display: inline-block;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: white;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
}
.home-landing .problem-discovery-section .problem-card .problem-content .problem-tag:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(37, 99, 235, 0.4);
}
.home-landing .advantages-section {
  padding: 80px 0;
  background: #f1f5f9;
}
.home-landing .advantages-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-landing .advantages-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.home-landing .advantages-section .section-header .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .advantages-section .section-header .section-subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.home-landing .advantages-section .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
.home-landing .advantages-section .advantage-card {
  text-align: center;
  padding: 40px 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #cbd5e1;
  transition: all 0.3s ease;
}
.home-landing .advantages-section .advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.home-landing .advantages-section .advantage-card .advantage-icon {
  margin-bottom: 24px;
}
.home-landing .advantages-section .advantage-card .advantage-title {
  font-size: 24px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .advantages-section .advantage-card .advantage-description {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}
.home-landing .service-process-section {
  padding: 80px 0;
  background: #e2e8f0;
}
.home-landing .service-process-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-landing .service-process-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.home-landing .service-process-section .section-header .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .service-process-section .section-header .section-subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.home-landing .service-process-section .service-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.home-landing .service-process-section .service-step {
  text-align: center;
  padding: 40px 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #cbd5e1;
  transition: all 0.3s ease;
}
.home-landing .service-process-section .service-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.home-landing .service-process-section .service-step .step-icon {
  margin-bottom: 24px;
}
.home-landing .service-process-section .service-step .step-content .step-title {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
}
.home-landing .service-process-section .service-step .step-content .step-description {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}
@media (max-width: 768px) {
  .home-landing .hero-section {
    padding: 60px 0 40px;
  }
  .home-landing .hero-section .hero-container {
    flex-direction: column;
    text-align: center;
    padding: 0 16px;
  }
  .home-landing .hero-section .hero-content .hero-badge {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 16px;
  }
  .home-landing .hero-section .hero-content .hero-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .home-landing .hero-section .hero-content .hero-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .home-landing .hero-section .hero-content .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .home-landing .hero-section .hero-content .hero-actions .btn-primary,
  .home-landing .hero-section .hero-content .hero-actions .btn-secondary {
    width: 100%;
    max-width: 280px;
    padding: 14px 24px;
    font-size: 14px;
  }
  .home-landing .hero-section .hero-stats {
    margin-left: 0;
    margin-top: 32px;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-landing .hero-section .hero-stats .stat-item .stat-number {
    font-size: 28px;
  }
  .home-landing .hero-section .hero-stats .stat-item .stat-label {
    font-size: 12px;
  }
  .home-landing .pain-points-section {
    padding: 40px 0;
  }
  .home-landing .pain-points-section .container {
    padding: 0 16px;
  }
  .home-landing .pain-points-section .section-header {
    margin-bottom: 40px;
  }
  .home-landing .pain-points-section .section-header .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .home-landing .pain-points-section .section-header .section-subtitle {
    font-size: 16px;
  }
  .home-landing .pain-points-section .pain-points-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-landing .pain-points-section .pain-point-card {
    padding: 24px;
    border-radius: 12px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-icon {
    margin-bottom: 16px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-icon svg {
    width: 40px;
    height: 40px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .home-landing .pain-points-section .pain-point-card .pain-point-list li {
    font-size: 13px;
    margin-bottom: 6px;
    padding-left: 16px;
  }
  .home-landing .solutions-section {
    padding: 40px 0;
  }
  .home-landing .solutions-section .container {
    padding: 0 16px;
  }
  .home-landing .solutions-section .section-header {
    margin-bottom: 40px;
  }
  .home-landing .solutions-section .section-header .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .home-landing .solutions-section .section-header .section-subtitle {
    font-size: 16px;
  }
  .home-landing .solutions-section .solutions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home-landing .solutions-section .solution-card {
    padding: 24px;
    border-radius: 12px;
  }
  .home-landing .solutions-section .solution-card .solution-icon {
    margin-bottom: 16px;
  }
  .home-landing .solutions-section .solution-card .solution-icon svg {
    width: 32px;
    height: 32px;
  }
  .home-landing .solutions-section .solution-card .solution-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .home-landing .solutions-section .solution-card .solution-description {
    font-size: 14px;
    line-height: 1.5;
  }
  .home-landing .process-section {
    padding: 40px 0;
  }
  .home-landing .process-section .container {
    padding: 0 16px;
  }
  .home-landing .process-section .section-header {
    margin-bottom: 40px;
  }
  .home-landing .process-section .section-header .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .home-landing .process-section .section-header .section-subtitle {
    font-size: 16px;
  }
  .home-landing .process-section .process-steps {
    gap: 10px;
  }
  .home-landing .process-section .process-arrow {
    margin: 6px 0;
    padding: 2px;
  }
  .home-landing .process-section .process-arrow svg {
    width: 50px;
    height: 50px;
  }
  .home-landing .process-section .process-step {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    gap: 16px;
  }
  .home-landing .process-section .process-step .step-number {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
  .home-landing .process-section .process-step .step-content .step-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .home-landing .process-section .process-step .step-content .step-description {
    font-size: 14px;
    line-height: 1.5;
  }
  .home-landing .problem-discovery-section {
    padding: 40px 0;
  }
  .home-landing .problem-discovery-section .container {
    padding: 0 16px;
  }
  .home-landing .problem-discovery-section .section-header {
    margin-bottom: 40px;
  }
  .home-landing .problem-discovery-section .section-header .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .home-landing .problem-discovery-section .section-header .section-subtitle {
    font-size: 16px;
  }
  .home-landing .problem-discovery-section .problem-examples {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-landing .problem-discovery-section .problem-card {
    padding: 16px;
    border-radius: 8px;
    gap: 12px;
  }
  .home-landing .problem-discovery-section .problem-card .problem-icon svg {
    width: 24px;
    height: 24px;
  }
  .home-landing .problem-discovery-section .problem-card .problem-content .problem-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .home-landing .problem-discovery-section .problem-card .problem-content .problem-description {
    font-size: 12px;
    line-height: 1.4;
  }
  .home-landing .advantages-section {
    padding: 40px 0;
  }
  .home-landing .advantages-section .container {
    padding: 0 16px;
  }
  .home-landing .advantages-section .section-header {
    margin-bottom: 40px;
  }
  .home-landing .advantages-section .section-header .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .home-landing .advantages-section .section-header .section-subtitle {
    font-size: 16px;
  }
  .home-landing .advantages-section .advantages-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-landing .advantages-section .advantage-card {
    padding: 24px;
    border-radius: 12px;
  }
  .home-landing .advantages-section .advantage-card .advantage-icon {
    margin-bottom: 16px;
  }
  .home-landing .advantages-section .advantage-card .advantage-icon svg {
    width: 40px;
    height: 40px;
  }
  .home-landing .advantages-section .advantage-card .advantage-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .home-landing .advantages-section .advantage-card .advantage-description {
    font-size: 14px;
    line-height: 1.5;
  }
  .home-landing .service-process-section {
    padding: 40px 0;
  }
  .home-landing .service-process-section .container {
    padding: 0 16px;
  }
  .home-landing .service-process-section .section-header {
    margin-bottom: 40px;
  }
  .home-landing .service-process-section .section-header .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .home-landing .service-process-section .section-header .section-subtitle {
    font-size: 16px;
  }
  .home-landing .service-process-section .service-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-landing .service-process-section .service-step {
    padding: 24px;
    border-radius: 12px;
  }
  .home-landing .service-process-section .service-step .step-icon {
    margin-bottom: 16px;
  }
  .home-landing .service-process-section .service-step .step-icon svg {
    width: 32px;
    height: 32px;
  }
  .home-landing .service-process-section .service-step .step-content .step-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .home-landing .service-process-section .service-step .step-content .step-description {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .home-landing .hero-section {
    padding: 40px 0 30px;
  }
  .home-landing .hero-section .hero-content .hero-title {
    font-size: 24px;
  }
  .home-landing .hero-section .hero-content .hero-description {
    font-size: 14px;
  }
  .home-landing .hero-section .hero-stats {
    gap: 16px;
  }
  .home-landing .hero-section .hero-stats .stat-item .stat-number {
    font-size: 24px;
  }
  .home-landing .hero-section .hero-stats .stat-item .stat-label {
    font-size: 11px;
  }
  .home-landing .pain-points-section,
  .home-landing .solutions-section,
  .home-landing .process-section,
  .home-landing .problem-discovery-section,
  .home-landing .advantages-section,
  .home-landing .service-process-section {
    padding: 30px 0;
  }
  .home-landing .pain-points-section .container,
  .home-landing .solutions-section .container,
  .home-landing .process-section .container,
  .home-landing .problem-discovery-section .container,
  .home-landing .advantages-section .container,
  .home-landing .service-process-section .container {
    padding: 0 12px;
  }
  .home-landing .pain-points-section .section-header,
  .home-landing .solutions-section .section-header,
  .home-landing .process-section .section-header,
  .home-landing .problem-discovery-section .section-header,
  .home-landing .advantages-section .section-header,
  .home-landing .service-process-section .section-header {
    margin-bottom: 30px;
  }
  .home-landing .pain-points-section .section-header .section-title,
  .home-landing .solutions-section .section-header .section-title,
  .home-landing .process-section .section-header .section-title,
  .home-landing .problem-discovery-section .section-header .section-title,
  .home-landing .advantages-section .section-header .section-title,
  .home-landing .service-process-section .section-header .section-title {
    font-size: 20px;
  }
  .home-landing .pain-points-section .section-header .section-subtitle,
  .home-landing .solutions-section .section-header .section-subtitle,
  .home-landing .process-section .section-header .section-subtitle,
  .home-landing .problem-discovery-section .section-header .section-subtitle,
  .home-landing .advantages-section .section-header .section-subtitle,
  .home-landing .service-process-section .section-header .section-subtitle {
    font-size: 14px;
  }
  .home-landing .pain-point-card,
  .home-landing .solution-card,
  .home-landing .advantage-card,
  .home-landing .service-step {
    padding: 16px;
  }
  .home-landing .process-steps {
    gap: 10px;
  }
  .home-landing .process-arrow {
    margin: 4px 0;
    padding: 2px;
  }
  .home-landing .process-arrow svg {
    width: 40px;
    height: 40px;
  }
  .home-landing .process-step {
    padding: 16px;
  }
  .home-landing .process-step .step-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .home-landing .problem-card {
    padding: 12px;
  }
}
.links-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.links-content-data {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 64px 80px;
  font-size: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 0.4s ease-in-out;
}
.links-content-data img {
  display: flex;
  width: 100%;
  height: 100%;
}
.links-content-data-item {
  display: flex;
  padding: 20px;
  margin-right: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #F8F9FB;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: ease-in-out;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.links-content-data-item:hover {
  background: #F8F9FB;
  top: -10px;
  box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.1);
}
.links-content-data-item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
}
.links-content-data-item .card {
  display: flex;
}
.links-content-data-item .card .user-link-image {
  display: flex;
  width: 48px;
  height: 48px;
}
.links-content-data-item .card .user-link-image img {
  border-radius: 50%;
}
.links-content-data-item .card .user-link-info {
  display: flex;
  flex-direction: column;
  min-width: 166px;
  padding-left: 10px;
  padding-top: 6px;
}
.links-content-data-item .card .user-link-info h1 {
  max-width: 170px;
  color: #3C4858;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.links-content-data-item .card .user-link-info span {
  max-width: 170px;
  color: #718096;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.links-content-data-info {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .links-content-data {
    padding: 64px 50px;
  }
}
@media screen and (max-width: 600px) {
  .links-content-data {
    padding: 64px 20px;
  }
}
.post #post-toc .post-toc-title {
  font-size: 20px;
}
.post #post-toc ol {
  color: red;
  list-style-type: none;
}
.post #post-toc ol a {
  display: inline;
}
.post #post-toc ol .toc-link {
  display: inline;
}
.post #post-toc ol .toc-text {
  color: #006af7;
}
.post #post-toc ol li {
  list-style-type: none;
}
.post-header-background {
  position: relative;
  display: flex;
  width: 100%;
  background: linear-gradient(0deg, #f1f5fb, #f9fcff);
  flex-shrink: 0;
}
.post-header-background-content {
  display: flex;
  margin: 0 auto;
  padding: 196px 40px 160px;
  flex-basis: 721px;
  flex-direction: column;
}
.post-header-background-content h1 {
  margin: 32px 0 24px;
  color: #12183a;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
}
.post-header-background-content .post-header-tag {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.post-header-background-content .post-header-tag li {
  z-index: 4!important;
  background: #fff !important;
  color: #fff;
  display: flex;
  margin-top: 20px;
  margin-right: 16px;
  padding: 6px 14px;
  border-radius: 4px;
  background: rgba(18, 24, 58, 0.06);
  line-height: 20px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: ease-in-out;
  flex-grow: 0;
}
.post-header-background-content .post-header-tag li:hover {
  background: #bec8d3 !important;
}
.post-header-background-content .post-header-tag li a {
  position: relative;
  z-index: 4 !important;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: ease-in-out;
}
.post-header-background-content .post-header-info {
  display: flex;
}
.post-header-background-content .post-header-info-author {
  display: flex;
  align-items: center;
}
.post-header-background-content .post-header-info-author span {
  margin-left: 8px;
  color: #12183a;
  font-weight: 500;
  font-size: 15px;
}
.post-header-background-content .post-header-info-author span a {
  color: #12183a;
  text-decoration: none;
}
.post-header-background-content .post-header-info-author span a:hover {
  color: #006af7 !important;
}
.post-header-background-content .post-header-info-author p {
  color: #12183a;
  font-size: 14px;
}
.post-header-background-content .post-header-info-author-text {
  display: block;
  margin-right: 15px;
}
.post-header-background-content .post-header-info-author-categories {
  display: flex;
  align-items: center;
}
.post-header-background-content .post-header-info-author-categories a {
  display: block;
  border: 1px solid #12183a;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  margin-right: 10px;
  color: #12183a;
  text-decoration: none;
}
.post-header-background-content .post-header-info-author-categories a:hover {
  border: 1px solid #409EFF;
  color: #409EFF;
}
.post-header-img {
  height: 100%;
  background-size: cover;
}
.post-header-img h1 {
  z-index: 2;
  color: #fff !important;
}
.post-header-img img {
  display: flex;
  width: 100%;
  height: 100%;
}
.post-header-img:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../image/pattern.png);
  background-repeat: repeat;
  content: "";
}
.post-header-img .post-header-info-author {
  position: relative;
  z-index: 4;
}
.post-header-img .post-header-info-author span a {
  color: #fff !important;
}
.post-header-img .post-header-info-author p {
  color: #fff !important;
}
.post-header-img .post-header-info-author-categories a {
  border: 1px solid #f1f5fb !important;
  color: #ffffff !important;
}
.post-header-color {
  background: linear-gradient(0deg, #f1f5fb, #f9fcff) !important;
}
.post-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.post-content-info {
  margin: 60px 80px;
  font-size: 1.1rem;
  transition: all 0.4s ease-in-out;
}
.post-paging {
  display: flex;
  margin: 0 auto 2em;
  max-width: 980px;
  background: hsla(0, 0%, 100%, 0.8);
}
.post-paging a,
.post-paging a .post-paging-last {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
}
.post-paging p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 90%;
  line-height: 1.6;
  font-size: 16px;
}
.post-paging a {
  color: #12183a;
  font-size: 16px;
  text-decoration: none;
}
.post-paging a .post-paging-last {
  height: 150px;
  border-radius: 10px;
  background-size: 100% 100%;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
}
.post-paging a .post-paging-last:hover {
  margin-top: -10px;
  box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.1);
  opacity: 0.7;
}
.post-paging a .post-paging-last span {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 90%;
  line-height: 1.6;
}
.post-paging a .post-paging-next {
  display: flex;
  height: 150px;
  border-radius: 10px;
  background-size: 100% 100%;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  align-content: flex-end;
  flex-grow: 1;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 0;
}
.post-paging a .post-paging-next:hover {
  margin-top: -10px;
  box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.1);
  opacity: 0.7;
}
.post-paging a .post-paging-next span {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 90%;
  line-height: 1.6;
}
/* 平板端文章页面优化 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .post-header-background-content {
    padding: 120px 30px 100px;
  }
  .post-header-background-content h1 {
    font-size: 28px;
    line-height: 1.5;
  }
  .post-content-info {
    margin: 40px 50px;
    font-size: 1rem;
  }
  .post-paging {
    max-width: 90%;
    margin: 0 auto 1.5em;
  }
}
/* 移动端文章页面优化 */
@media screen and (max-width: 768px) {
  .post-header-background-content {
    padding: 80px 20px 60px;
  }
  .post-header-background-content h1 {
    font-size: 24px;
    line-height: 1.4;
    margin: 20px 0 16px;
  }
  .post-header-background-content .post-header-tag li {
    margin-top: 12px;
    margin-right: 12px;
    padding: 4px 10px;
    font-size: 12px;
  }
  .post-header-background-content .post-header-info {
    flex-direction: column;
    gap: 12px;
  }
  .post-header-background-content .post-header-info-author-text {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .post-header-background-content .post-header-info-author-categories a {
    font-size: 11px;
    padding: 2px 6px;
    margin-right: 8px;
  }
  .post-content-info {
    margin: 30px 20px;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .post-paging {
    max-width: 95%;
    margin: 0 auto 1em;
    flex-direction: column;
    gap: 12px;
  }
  .post-paging a .post-paging-last,
  .post-paging a .post-paging-next {
    height: 120px;
    font-size: 14px;
  }
}
/* 小屏手机端文章页面优化 */
@media screen and (max-width: 480px) {
  .post-header-background-content {
    padding: 60px 16px 40px;
  }
  .post-header-background-content h1 {
    font-size: 20px;
    line-height: 1.3;
    margin: 16px 0 12px;
  }
  .post-header-background-content .post-header-tag li {
    margin-top: 8px;
    margin-right: 8px;
    padding: 3px 8px;
    font-size: 11px;
  }
  .post-content-info {
    margin: 20px 16px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .post-paging {
    margin: 0 auto 0.8em;
  }
  .post-paging a .post-paging-last,
  .post-paging a .post-paging-next {
    height: 100px;
    font-size: 12px;
  }
}
.tag-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.tag-content-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tags-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.tags-content-data {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 64px 80px;
  font-size: 1rem;
  flex-wrap: wrap;
  transition: all 0.4s ease-in-out;
}
.tags-content-data h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  color: #424242;
  font-size: 1.7rem;
}
.tags-content-data a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 20px;
}
.tags-content-data a > span {
  background-color: rgba(96, 125, 139, 0.05);
  line-height: 2.4;
  transition: all 0.15s;
  padding: 0 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  position: relative;
  top: 0;
  color: #43576B;
  font-weight: 400;
  font-size: 16px;
}
.tags-content-data a > span:hover {
  top: -2px;
  background-color: #607d8b;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tags-content-data a > span > i {
  text-align: center;
  color: #F56C6C;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .tags-content-data {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 800px) {
  .tags-content-data {
    padding: 64px 50px;
  }
}
.content-move {
  margin-top: -64px !important;
  transition: margin-top 0.8s ease-in-out;
}
