/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 14px;
}
/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
  vertical-align: baseline;
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}
.about-header {
  text-align: center;
  margin-bottom: 2rem;
}
.about-header h1 {
  font-size: 2.5rem;
  color: #333;
  margin: 0;
  padding: 1rem 0;
  position: relative;
}
.about-header h1:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #007bff;
  margin: 0.5rem auto;
  border-radius: 2px;
}
.about-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.about-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.5rem;
}
.about-content h2 {
  font-size: 1.8rem;
  color: #333;
  margin: 2rem 0 1rem;
  padding-top: 1rem;
  position: relative;
}
.about-content h2:before {
  content: '#';
  color: #007bff;
  margin-right: 10px;
}
.about-content .team-section {
  margin: 2rem 0;
}
.about-content .team-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.about-content .team-section h2:before {
  content: '';
}
.about-content .team-section .team-members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.about-content .team-section .team-members .team-member {
  text-align: center;
  flex: 1;
  min-width: 200px;
  max-width: 250px;
}
.about-content .team-section .team-members .team-member .member-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #00bcd4);
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.about-content .team-section .team-members .team-member h3 {
  font-size: 1.3rem;
  margin: 1rem 0 0.5rem;
  color: #333;
}
.about-content .team-section .team-members .team-member p {
  color: #777;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .about-header h1 {
    font-size: 2rem;
  }
  .about-content p {
    font-size: 1rem;
  }
  .about-content h2 {
    font-size: 1.5rem;
  }
  .about-content .team-section .team-members {
    gap: 1.5rem;
  }
  .about-content .team-section .team-members .team-member {
    min-width: 150px;
  }
  .about-content .team-section .team-members .team-member .member-avatar {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}
#app {
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  margin: 0 auto;
}
#app .main-content {
  flex: 1;
  padding-right: 20px;
}
#app .sidebar-right {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #app {
    flex-direction: column;
  }
  #app .main-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  #app .sidebar-right {
    width: 100%;
  }
}
/* a11y-dark theme */
/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */
/* @author: ericwbailey */
/* Comment */
.hljs-comment,
.hljs-quote {
  color: #d4d0ab;
}
/* Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #ffa07a;
}
/* Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #f5ab35;
}
/* Yellow */
.hljs-attribute {
  color: #ffd700;
}
/* Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #abe338;
}
/* Blue */
.hljs-title,
.hljs-section {
  color: #00e0e0;
}
/* Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #dcc6e0;
}
.hljs {
  display: block;
  overflow-x: auto;
  background: #2b2b2b;
  color: #f8f8f2;
  padding: 0.5em;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
@media screen and (-ms-high-contrast: active) {
  .hljs-addition,
  .hljs-attribute,
  .hljs-built_in,
  .hljs-builtin-name,
  .hljs-bullet,
  .hljs-comment,
  .hljs-link,
  .hljs-literal,
  .hljs-meta,
  .hljs-number,
  .hljs-params,
  .hljs-string,
  .hljs-symbol,
  .hljs-type,
  .hljs-quote {
    color: highlight;
  }
  .hljs-keyword,
  .hljs-selector-tag {
    font-weight: bold;
  }
}
header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1240px;
  margin: 0 auto;
}
.navigation .nav-left {
  display: flex;
  align-items: center;
}
.navigation .nav-left .logo {
  margin-right: 1rem;
}
.navigation .nav-left .logo .logo-img {
  height: 40px;
}
.navigation .nav-left .nav-center {
  display: flex;
  align-items: center;
}
.navigation .nav-left .nav-center .nav-item {
  margin: 0 1rem;
}
.navigation .nav-left .nav-center .nav-item a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: color 0.3s;
}
.navigation .nav-left .nav-center .nav-item a:hover {
  color: #228be6;
}
.navigation .nav-right {
  display: flex;
  align-items: center;
}
.navigation .nav-right .search-icon {
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}
.navigation .nav-right .search-icon:hover {
  color: #228be6;
}
.navigation a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.navigation a:hover {
  color: #007bff;
  transform: translateY(-2px);
}
/* 响应式导航 */
@media (max-width: 768px) {
  .nav-container {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
  .nav-menu {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-item {
    margin: 5px;
  }
  .navigation .nav-left .nav-center {
    margin-left: 0.5rem;
  }
  .navigation .nav-left .nav-center .nav-item {
    margin: 0 0.5rem;
  }
}
/* 页脚样式优化 */
.footer {
  color: #ecf0f1;
  padding: 60px 0 20px;
  /* margin-top: 40px; */
  background-color: #2c3e50;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-left {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.footer-right {
  flex: 2;
  min-width: 300px;
}
.footer-left h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #ecf0f1;
}
.footer-description {
  color: #bdc3c7;
  line-height: 1.6;
  margin-bottom: 15px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-column {
  flex: 1;
  min-width: 120px;
}
.footer-column h5 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #ecf0f1;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 8px;
}
.footer-column ul li a {
  text-decoration: none;
  color: #bdc3c7;
  transition: color 0.3s;
}
.footer-column ul li a:hover {
  color: #3498db;
}
.footer-bottom {
  border-top: 1px solid #34495e;
  padding-top: 20px;
  text-align: center;
  color: #bdc3c7;
  font-size: 14px;
}
.footer-bottom a {
  color: #bdc3c7;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #3498db;
}
/* 响应式导航 */
@media (max-width: 768px) {
  /* 响应式页脚 */
  .footer-content {
    flex-direction: column;
  }
  .footer-right {
    margin-top: 20px;
  }
  .footer-links {
    flex-direction: column;
    gap: 15px;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .footer-bottom p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
/* 底部广告横幅样式 */
.footer-ad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 12px;
  margin: 20px auto -40px;
  max-width: 1420px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.footer-ad:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  transform: rotate(30deg);
}
.footer-ad-text {
  flex: 1;
  position: relative;
  z-index: 1;
}
.footer-ad-text h3 {
  font-size: 26px;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-ad-text p {
  font-size: 17px;
  margin: 0;
  opacity: 0.95;
  max-width: 600px;
  line-height: 1.5;
}
.footer-ad-btn {
  display: inline-block;
  background-color: #fff;
  color: #667eea;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.4s ease;
  border: 2px solid #fff;
  white-space: nowrap;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.footer-ad-btn:hover {
  background-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .footer-ad {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  .footer-ad-text {
    margin-bottom: 20px;
  }
  .footer-ad-btn {
    margin-left: 0;
  }
  .footer-ad h3 {
    font-size: 22px;
  }
  .footer-ad p {
    font-size: 15px;
  }
  .footer-ad-btn {
    padding: 12px 30px;
    font-size: 15px;
  }
}
body {
  background: #f8f9fa;
  color: #495057;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #495057;
}
.banner {
  width: 100%;
  background-color: #efefef;
  background-image: url('../media/images/banner-1.jpg');
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 800px) {
  .banner {
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  .banner {
    min-height: 120px;
  }
}
.banner-title {
  margin: 0 0 20px 0;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .banner-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .banner-title {
    font-size: 1.5rem;
    margin: 0 0 10px 0;
  }
}
.banner-search {
  display: flex;
  width: 80%;
  max-width: 500px;
  position: relative;
  z-index: 2;
}
.banner-search .search-input {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 30px 0 0 30px;
  font-size: 16px;
  outline: none;
}
.banner-search .search-input::placeholder {
  color: #adb5bd;
}
.banner-search .search-button {
  padding: 12px 24px;
  background-color: #228be6;
  color: white;
  border: none;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}
.banner-search .search-button:hover {
  background-color: #1971c2;
}
@media (max-width: 480px) {
  .banner-search {
    width: 90%;
  }
  .banner-search .search-input {
    padding: 10px 15px;
    font-size: 14px;
  }
  .banner-search .search-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.featured-image-container {
  width: 100%;
  height: 300px;
  background-color: #efefef;
  background-image: url('../media/images/featured-placeholder.jpg');
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-image-container:after {
  content: 'Featured Content';
  color: #495057;
  font-size: 1.5rem;
  font-weight: bold;
}
/* 右侧侧边栏样式 */
.sidebar-right {
  width: 300px;
  padding: 2rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  align-self: flex-start;
  margin-left: 2rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.sidebar-right:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.sidebar-content {
  text-align: center;
}
.top-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.site-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  flex: 1;
}
.site-title-container:hover {
  transform: translateY(-2px);
}
.site-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1f3f5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.site-info {
  text-align: center;
}
.site-title {
  font-size: 1.4rem;
  color: #343a40;
  margin: 0 0 0.2rem 0;
  font-weight: 700;
}
.site-description {
  font-size: 0.9rem;
  color: #868e96;
  margin: 0;
  font-style: italic;
}
.blog-name {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.blog-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 2rem;
}
.nav-icons-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.nav-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1f3f5;
  color: #495057;
  transition: all 0.3s ease;
}
.nav-icon:hover {
  background-color: #228be6;
  color: white;
  transform: translateY(-3px);
}
.nav-icon i {
  font-size: 18px;
}
.sidebar-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.sidebar-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-title {
  font-size: 1.2rem;
  color: #343a40;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}
.contact-section .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}
.contact-section .contact-item i {
  margin-right: 0.5rem;
  width: 20px;
  text-align: center;
  color: #868e96;
}
.contact-section .contact-item a {
  color: #495057;
  transition: color 0.3s;
}
.contact-section .contact-item a:hover {
  color: #228be6;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}
.tag-list-title {
  color: #495057;
  padding-bottom: 48px;
  font-size: 32px;
  text-align: center;
  position: relative;
}
.tag-list-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #339af0;
  margin: 15px auto;
  border-radius: 3px;
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
.tag {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, #d0ebff, #dbe4ff);
  color: #4263eb;
  margin: 0;
  transition: all 0.3s ease;
  border: 1px solid #a5d8ff;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.tag:hover {
  background: linear-gradient(135deg, #a5d8ff, #bac8ff);
  color: #3b5bdb;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-color: #74c0fc;
}
.tag .tag-count {
  background: #339af0;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 8px;
}
.tag:only-child:not(.tag-count) {
  background: #e9ecef;
  color: #868e96;
  cursor: default;
}
.tag:only-child:not(.tag-count):hover {
  background: #e9ecef;
  color: #868e96;
  transform: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.recent-posts {
  list-style: none;
  padding: 0;
  text-align: left;
}
.recent-post-item {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed #e9ecef;
}
.recent-post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.recent-post-item a {
  color: #495057;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.4;
  transition: all 0.3s;
}
.recent-post-item a:hover {
  color: #212529;
  padding-left: 0.2rem;
}
.main-container {
  margin-left: 320px;
}
.archives-page-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.archives-page-container .content-container {
  flex: 0 0 70%;
  /* 修改为占据70%宽度 */
  width: 70%;
  /* 明确设置宽度 */
}
.archives-page-container .sidebar-right {
  flex: 0 0 25%;
  /* 调整为占据25%宽度 */
  width: 25%;
  /* 明确设置宽度 */
}
@media (max-width: 1100px) {
  .archives-page-container {
    flex-direction: column;
  }
  .archives-page-container .content-container {
    width: 100%;
  }
  .archives-page-container .sidebar-right {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.content-wrapper .content-container {
  flex: 0 0 70%;
  width: 70%;
}
.content-wrapper .sidebar-right {
  flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 1100px) {
  .content-wrapper {
    flex-direction: column;
  }
  .content-wrapper .content-container {
    width: 100%;
  }
  .content-wrapper .sidebar-right {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.content-container {
  flex: 0 0 60%;
  /* 调整为占据60%宽度 */
  max-width: none;
  margin: 0;
  padding: 48px 32px;
}
.post-item {
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ced4da;
}
.post-item:last-of-type {
  border-bottom: none;
}
.post-item .left {
  flex: 1;
}
.post-item .left .post-title {
  font-size: 24px;
  transition: all 0.3s;
}
.post-item .left .post-title:hover {
  color: #212529;
}
.post-item .left .post-date {
  font-size: 18px;
  padding: 24px 0;
  color: #adb5bd;
}
.post-item .left .post-abstract {
  line-height: 24px;
  font-size: 18px;
  color: #868e96;
}
.post-item .right {
  flex-shrink: 0;
  margin-left: 24px;
  width: 38.2%;
}
.post-item .right .feature-container {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 25, 0.1), 0 5px 75px 1px rgba(0, 0, 50, 0.2);
}
.pagination-container {
  display: flex;
  justify-content: space-between;
}
.pagination-container .prev,
.pagination-container .next {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #f1f3f5;
  border-radius: 2px;
  transition: all 0.3s;
}
.pagination-container .prev:hover,
.pagination-container .next:hover {
  transform: translateY(-3px);
  border: 1px solid #dee2e6;
}
.post-detail {
  max-width: 720px;
  margin: 0 auto;
}
.post-detail .feature-container {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 25, 0.1), 0 5px 75px 1px rgba(0, 0, 50, 0.2);
  margin-bottom: 24px;
}
.post-detail .post-title {
  font-size: 40px;
}
.post-detail .post-date {
  font-size: 18px;
  padding: 24px 0;
  color: #adb5bd;
}
.post-detail .post-content h1,
.post-detail .post-content h2,
.post-detail .post-content h3,
.post-detail .post-content h4,
.post-detail .post-content h5,
.post-detail .post-content h6 {
  margin: 16px 0;
  color: #343a40;
}
.post-detail .post-content a {
  color: #4c6ef5;
  border-bottom: 1px dotted #4c6ef5;
  transition: all 0.3s;
}
.post-detail .post-content a:hover {
  color: #3b5bdb;
  border-bottom: 1px dotted #3b5bdb;
}
.post-detail .post-content img {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 25, 0.1), 0 5px 75px 1px rgba(0, 0, 50, 0.2);
  max-width: 100%;
  border-radius: 2px;
  margin: 24px auto;
}
.post-detail .post-content p {
  line-height: 1.725;
  margin-bottom: 24px;
  font-size: 18px;
  color: #495057;
}
.post-detail .post-content p code,
.post-detail .post-content ul code,
.post-detail .post-content ol code {
  padding: 0 3px;
  margin: 0 2px;
  background: #e9ecef;
  font-size: 0.9em;
  border-radius: 2px;
  border: 1px solid #dee2e6;
  display: inline-block;
  line-height: 1.5;
  color: #868e96;
}
.post-detail .post-content blockquote {
  background: #e9ecef;
  padding: 16px;
  border-left: 3px solid #7048e8;
  border-radius: 2px;
  margin-bottom: 16px;
}
.post-detail .post-content blockquote p {
  color: #868e96;
  margin-bottom: 0;
}
.post-detail .post-content pre {
  margin-bottom: 16px;
}
.post-detail .post-content pre code {
  font-size: 14px;
  font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Courier New', monospace;
  padding: 2em 1em 1em;
  border-radius: 5px;
  line-height: 1.375;
  position: relative;
  background: #343a40;
  color: #f1f3f5;
  display: block;
}
.post-detail .post-content pre code:after {
  content: 'CODE';
  display: block;
  position: absolute;
  left: 8px;
  top: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #495057;
}
.post-detail .post-content table {
  border-collapse: collapse;
  margin: 1rem 0;
  display: block;
  overflow-x: auto;
}
.post-detail .post-content tr {
  border-top: 1px solid #dfe2e5;
}
.post-detail .post-content td,
.post-detail .post-content th {
  border: 1px solid #dfe2e5;
  padding: 0.6em 1em;
}
.post-detail .post-content ul,
.post-detail .post-content ol {
  color: var(--c-base-blacklight);
  padding-left: 24px;
  line-height: 1.725;
  margin-bottom: 16px;
}
.post-detail .post-content strong {
  font-weight: bolder;
}
.post-detail .post-content em {
  color: #868e96;
}
.post-detail .post-content hr {
  height: 0;
  border: 2px solid #efefef;
  margin-bottom: 24px;
}
.tag {
  display: inline-block;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 16px;
  background: #e9ecef;
  color: #868e96;
  margin: 16px 16px 16px 0;
  transition: all 0.3s;
}
.tag:hover {
  background: #dee2e6;
  color: #495057;
  transform: translateY(-3px);
}
.next-post {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 24px 0;
  margin: 32px 0;
}
.next-post .post-title {
  font-size: 24px;
}
.next-post .next {
  color: #ced4da;
  margin-bottom: 16px;
}
.archives-title,
.tag-list-title,
.current-tag {
  color: #495057;
  padding-bottom: 48px;
  font-size: 32px;
}
.archives-container {
  padding-bottom: 32px;
}
.archives-container .year {
  font-size: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #ced4da;
  margin: 16px 0;
  color: #343a40;
  font-weight: 600;
}
.archives-container .year-posts {
  padding-left: 20px;
  border-left: 2px solid #dee2e6;
  margin-left: 10px;
}
.archives-container .post {
  padding: 12px 0;
  margin: 0;
  border-bottom: none;
}
.archives-container .post .post-title {
  font-size: 18px;
  transition: all 0.3s;
}
.archives-container .post .post-title:hover {
  color: #212529;
}
.archives-container .post .post-date {
  font-size: 14px;
  color: #adb5bd;
  display: block;
  margin-top: 4px;
}
@media (max-width: 800px) {
  .sidebar {
    position: relative;
    width: 100% !important;
    height: 80px;
    overflow: hidden;
    transition: height 0.382s ease-in-out;
  }
  .sidebar.full-height {
    height: 100vh;
  }
  .sidebar .sidebar-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .sidebar .top-header-container {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
  }
  .sidebar .top-header-container .menu-btn {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
  }
  .sidebar .top-header-container .menu-btn .line {
    width: 32px;
    height: 2px;
    background: #e9ecef;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 23px;
  }
  .sidebar .top-header-container .menu-btn:before,
  .sidebar .top-header-container .menu-btn:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #e9ecef;
    border-radius: 2px;
    position: absolute;
    right: 0;
  }
  .sidebar .top-header-container .menu-btn:before {
    top: 12px;
  }
  .sidebar .top-header-container .menu-btn:after {
    bottom: 12px;
  }
  .sidebar .top-container {
    text-align: left;
    padding: 0 16px;
  }
  .sidebar .top-container .site-title-container {
    display: flex;
    align-items: center;
  }
  .sidebar .top-container .site-logo {
    width: 48px;
    height: 48px;
  }
  .sidebar .top-container .site-title {
    display: inline;
    padding: 0 8px;
    font-size: 18px;
  }
  .main-container {
    margin-left: 0 !important;
  }
  .content-wrapper {
    flex-direction: column;
    padding: 0 1rem;
  }
  .content-container {
    padding: 32px 16px;
  }
  .sidebar-right {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    box-shadow: none;
    padding: 1rem;
  }
  .post-item {
    flex-direction: column-reverse;
    padding-bottom: 16px;
    margin-bottom: 16x;
  }
  .post-item .right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .post-item .left .post-date {
    font-size: 16px;
    padding: 16px 0;
  }
  .post-item .left .post-abstract {
    font-size: 16px;
  }
  .pagination-container .prev:hover,
  .pagination-container .next:hover {
    transform: translateY(0px);
  }
  .post-detail .post-title {
    font-size: 28px;
  }
  .post-detail .post-date {
    font-size: 16px;
    padding: 16px 0;
  }
  .post-detail .feature-container {
    margin-bottom: 16px;
  }
  .post-detail .post-content p {
    font-size: 16px;
  }
  .next-post {
    margin: 24px 0;
    padding: 16px 0;
  }
  .archives-title,
  .tag-list-title,
  .current-tag {
    font-size: 28px;
    padding-bottom: 32px;
  }
  .archives-container .year {
    font-size: 20px;
  }
  .archives-container .year-posts {
    padding-left: 15px;
    margin-left: 8px;
  }
  .archives-container .post {
    padding: 10px 0;
  }
  .archives-container .post .post-title {
    font-size: 16px;
  }
  .archives-container .post .post-date {
    font-size: 13px;
  }
  .tags-container {
    gap: 10px;
  }
  .tag {
    padding: 6px 12px;
    font-size: 13px;
  }
  .tag .tag-count {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
}
.social-container .social-link {
  color: #dee2e6;
  font-size: 16px;
  margin: 4px 8px;
}

      body {
        color: #343a40;
      }
    