/* 赛博科技感风格，所有类名前缀zb9d56 */

body.zb9d56body {
  margin: 0;
  font-family: 'Segoe UI', 'PingFang SC', 'Hiragino Sans', Arial, sans-serif;
  background: #181828;
  color: #f3f3f3;
  min-height: 100vh;
}

.zb9d56layout {
  display: flex;
  min-height: 100vh;
  background: #181828;
}

/* 左侧垂直导航栏 */
.zb9d56sidebar {
  width: 90px;
  background: #101018;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 2px 0 16px 0 #000a, 0 0 0 2px #1a1a2a;
  z-index: 10;
}

.zb9d56sidebar-logo {
  margin: 32px 0 24px 0;
  font-size: 2.2rem;
  color: #ff2d55;
  text-shadow: 0 0 12px #ff2d55, 0 0 2px #fff;
}

.zb9d56logo-icon {
  font-size: 2.2rem;
}

.zb9d56sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.zb9d56sidebar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #181828;
  color: #ff2d55;
  font-size: 2rem;
  margin: 0 auto;
  box-shadow: 0 0 0 2px #ff2d5533, 0 0 12px #ff2d5533;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  position: relative;
}
.zb9d56sidebar-link:hover, .zb9d56sidebar-link:focus {
  background: #ff2d55;
  color: #fff;
  box-shadow: 0 0 16px #ff2d55, 0 0 0 2px #fff;
}

.zb9d56sidebar-icon {
  display: block;
  line-height: 1;
}

.zb9d56sidebar-glow {
  position: absolute;
  left: 80px;
  top: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #ff2d55 0%, #ff2d55cc 50%, #ff2d5500 100%);
  box-shadow: 0 0 32px 8px #ff2d55cc;
  border-radius: 8px;
  z-index: 1;
}

/* 主内容区 */
.zb9d56mainwrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #181828;
}

/* 顶部横向导航 */
.zb9d56topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #101018;
  padding: 0 40px;
  height: 70px;
  box-shadow: 0 2px 12px #000a;
  position: sticky;
  top: 0;
  z-index: 9;
}

.zb9d56topbar-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px #ff2d55, 0 1px 0 #222;
}

.zb9d56topbar-nav {
  display: flex;
  gap: 28px;
  background: rgba(127,0,255,0.08);
  border-radius: 24px;
  padding: 6px 18px;
  box-shadow: 0 2px 12px #7f00ff22;
}
.zb9d56topbar-link {
  color: #fff;
  font-size: 1.08rem;
  padding: 8px 18px 8px 14px;
  border-radius: 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  letter-spacing: 1px;
}
.zb9d56topbar-link:hover, .zb9d56topbar-link:focus {
  background: linear-gradient(90deg, #7f00ff 0%, #ff2d55 100%);
  color: #fff;
  box-shadow: 0 2px 12px #ff2d55cc;
  z-index: 2;
}
.zb9d56topbar-link-highlight {
  background: linear-gradient(90deg, #ff2d55 0%, #7f00ff 100%);
  color: #fff;
  box-shadow: 0 2px 12px #ff2d55cc;
  z-index: 2;
}
.zb9d56nav-ico {
  font-size: 1.2em;
  margin-right: 2px;
  filter: drop-shadow(0 0 4px #ff2d55cc);
  display: inline-block;
}

/* 主横幅 */
.zb9d56hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #1a1a2a;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
  margin-bottom: 32px;
}
.zb9d56hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 70% 40%, #7f00ff 0%, #181828 80%);
  z-index: 1;
  opacity: 0.9;
}
.zb9d56hero-content {
  position: relative;
  z-index: 2;
  padding: 48px 32px 48px 64px;
  max-width: 50%;
  margin-left: 0;
}
.zb9d56hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 4px 24px #ff2d55, 0 1px 0 #222;
}
.zb9d56hero-desc {
  font-size: 1.3rem;
  margin-bottom: 32px;
  color: #ffb2c2;
}
.zb9d56hero-img {
  flex: 0 0 auto;
  min-width: 200px;
  max-width: 380px;
  min-height: 160px;
  background: none;
  border-radius: 32px;
  margin-left: 200px;
  box-shadow: 0 0 28px #7f00ff88;
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .zb9d56hero-img {
    display: flex;
  }
}
.zb9d56hero-img-real {
  max-width: 100%;
  max-height: 240px;
  width: auto;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 0 22px #7f00ff55;
  object-fit: contain;
  display: block;
}

.zb9d56btn {
  padding: 12px 32px;
  border: none;
  border-radius: 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px #ff2d5533;
  background: linear-gradient(90deg, #ff2d55 0%, #7f00ff 100%);
  color: #fff;
}
.zb9d56btn-primary:hover {
  background: linear-gradient(90deg, #7f00ff 0%, #ff2d55 100%);
}

/* 主内容区 */
.zb9d56main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 0 16px;
}

.zb9d56section {
  margin-bottom: 48px;
  background: #181828;
  border-radius: 18px;
  box-shadow: 0 2px 16px #7f00ff22;
  padding: 32px 20px 24px 20px;
}

.zb9d56section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #ff2d55;
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #7f00ff44;
}

.zb9d56card-group {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
.zb9d56card-group-row {
  flex-direction: row;
}

/* 核心服务卡片 */
.zb9d56card {
  background: linear-gradient(135deg, #232526 60%, #7f00ff 100%);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px #7f00ff33;
  padding: 28px 22px 22px 22px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s, box-shadow 0.2s, border 0.2s;
  position: relative;
  border: 2.5px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-image: linear-gradient(90deg, #ff2d55 0%, #7f00ff 100%) 1;
  overflow: hidden;
}
.zb9d56card::after {
  content: '';
  display: block;
  position: absolute;
  left: 20px; right: 20px; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, #ff2d55 0%, #7f00ff 100%);
  opacity: 0.3;
}
.zb9d56card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 8px 32px #ff2d55cc, 0 0 0 4px #7f00ff55;
  border-color: #ff2d55;
}
.zb9d56card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2d55 60%, #7f00ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  color: #fff;
  box-shadow: 0 2px 12px #ff2d55cc;
  border: 2px solid #fff2;
}

.zb9d56icon-app::before { content: "📱"; }
.zb9d56icon-location::before { content: "📍"; }
.zb9d56icon-wechat::before { content: "💬"; }
.zb9d56icon-money::before { content: "💰"; }
.zb9d56icon-email::before { content: "📧"; }
.zb9d56icon-monitor::before { content: "🖥️"; }

.zb9d56card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.zb9d56card-desc {
  font-size: 1rem;
  color: #fff;
  opacity: 0.85;
  text-align: center;
}

/* 内容展示区-图片 */
.zb9d56section-gallery {
  background: #101018;
  box-shadow: 0 2px 32px #7f00ff33;
}
.zb9d56gallery {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 18px;
}
.zb9d56gallery-img {
  width: 220px;
  height: 140px;
  border-radius: 18px;
  background: linear-gradient(135deg, #7f00ff 60%, #232526 100%);
  box-shadow: 0 2px 16px #7f00ff55;
  position: relative;
}
.zb9d56gallery-img1 { background-image: linear-gradient(135deg, #7f00ff 60%, #232526 100%); }
.zb9d56gallery-img2 { background-image: linear-gradient(135deg, #7f00ff 60%, #232526 100%); }
.zb9d56gallery-img3 { background-image: linear-gradient(135deg, #7f00ff 60%, #232526 100%); }

.zb9d56gallery-descs {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.zb9d56gallery-desc {
  color: #ffb2c2;
  font-size: 1rem;
  text-align: center;
  width: 220px;
}

/* 客户评价 */
.zb9d56testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
/* 客户评价卡片 */
.zb9d56testimonial-card {
  background: #232526;
  color: #ff2d55;
  border-radius: 14px;
  padding: 24px 22px 18px 22px;
  min-width: 220px;
  max-width: 320px;
  box-shadow: 0 2px 8px #ff2d5533;
  margin-bottom: 8px;
  border: 1.5px solid #ff2d55;
  position: relative;
  overflow: hidden;
}
.zb9d56testimonial-card::before {
  content: '“';
  position: absolute;
  top: 10px; left: 16px;
  font-size: 2.5rem;
  color: #7f00ff44;
  font-family: serif;
  z-index: 1;
}
.zb9d56testimonial-card::after {
  content: '';
  display: block;
  position: absolute;
  left: 18px; right: 18px; bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff2d55 0%, #7f00ff 100%);
  opacity: 0.5;
  border-radius: 2px;
}
.zb9d56testimonial-content {
  font-size: 1rem;
  margin-bottom: 8px;
}
.zb9d56testimonial-author {
  font-size: 0.95rem;
  color: #ffb2c2;
  text-align: right;
}

/* 联系我们 */
.zb9d56section-contact {
  background: linear-gradient(90deg, #7f00ff 0%, #232526 100%);
  color: #fff;
}
.zb9d56contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 420px;
  margin: 0 auto;
}
.zb9d56input, .zb9d56textarea {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ff2d55;
  font-size: 1rem;
  background: #fff;
  color: #232526;
  outline: none;
  transition: border 0.2s;
}
.zb9d56input:focus, .zb9d56textarea:focus {
  border: 1.5px solid #7f00ff;
}
.zb9d56textarea {
  min-height: 80px;
  resize: vertical;
}

/* 页脚 */
.zb9d56footer {
  background: #101018;
  color: #ff2d55;
  text-align: center;
  padding: 18px 0 12px 0;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 32px;
  box-shadow: 0 -2px 8px #7f00ff33;
}

/* 关于我们 */
.zb9d56about-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
}
.zb9d56about-text {
  flex: 2;
  min-width: 220px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.8;
}
.zb9d56about-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 160px;
}
/* 关于我们卡片 */
.zb9d56about-card {
  background: rgba(127,0,255,0.12);
  color: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 600;
  box-shadow: 0 2px 8px #7f00ff33;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 8px;
  border-left: 6px solid #ff2d55;
  filter: blur(0.5px) brightness(1.1);
  transform: skewX(-6deg);
}

/* 服务流程 */
.zb9d56process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 12px;
}
/* 服务流程卡片 */
.zb9d56process-step {
  background: #232526;
  border-radius: 16px;
  box-shadow: 0 4px 18px #7f00ff33;
  padding: 22px 20px 18px 20px;
  min-width: 160px;
  max-width: 220px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1.5px solid #7f00ff;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.zb9d56process-step::before {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ff2d55 0%, #7f00ff 100%);
  border-radius: 16px 16px 0 0;
}
.zb9d56process-icon {
  font-size: 2.2rem;
  margin-bottom: 8px;
  color: #ff2d55;
  filter: drop-shadow(0 0 6px #7f00ffcc);
  z-index: 1;
}
.zb9d56process-step div {
  font-weight: 600;
  margin-bottom: 6px;
  color: #ff2d55;
}
.zb9d56process-step p {
  font-size: 0.98rem;
  color: #fff;
  margin: 0;
}

/* 常见问题 FAQ */
.zb9d56faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 12px;
}
.zb9d56faq-item {
  background: #232526;
  border-radius: 10px;
  box-shadow: 0 2px 8px #7f00ff33;
  padding: 14px 18px;
  border-left: 4px solid #ff2d55;
}
.zb9d56faq-q {
  font-weight: 600;
  color: #ff2d55;
  margin-bottom: 4px;
}
.zb9d56faq-a {
  color: #fff;
  font-size: 1rem;
}

/* 隐私安全保障 */
.zb9d56security-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 12px;
}
/* 安全保障卡片 */
.zb9d56security-card {
  background: repeating-linear-gradient(135deg, #232526 0 8px, #2d2d3a 8px 16px);
  border-radius: 16px;
  box-shadow: 0 2px 12px #7f00ff33;
  padding: 18px 20px;
  min-width: 160px;
  max-width: 220px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2.5px double #ff2d55;
  position: relative;
  overflow: hidden;
}
.zb9d56security-icon {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #ff2d55;
  border: 2.5px solid #7f00ff;
  border-radius: 50%;
  padding: 8px;
  background: #181828;
  box-shadow: 0 0 8px #ff2d55cc;
}
.zb9d56security-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #ff2d55;
}
.zb9d56security-desc {
  color: #fff;
  font-size: 0.98rem;
}

/* 移动端汉堡菜单按钮 */
.zb9d56nav-hamburger {
  display: none;
  width: 38px;
  height: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 12px;
  z-index: 100;
}
.zb9d56nav-hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: linear-gradient(90deg, #ff2d55 0%, #7f00ff 100%);
  border-radius: 2px;
  transition: 0.3s;
}

/* 响应式导航菜单 */
@media (max-width: 900px) {
  .zb9d56nav-hamburger {
    display: flex;
  }
  .zb9d56nav-close {
    display: block;
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    z-index: 10;
    cursor: pointer;
    background: transparent;
  }
  .zb9d56topbar-nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #181828ee;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 0 12px 0;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 8px 32px #7f00ff33;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(.4,2,.6,1);
    z-index: 99;
  }
  .zb9d56nav-toggle:checked ~ .zb9d56nav-hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .zb9d56nav-toggle:checked ~ .zb9d56nav-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .zb9d56nav-toggle:checked ~ .zb9d56nav-hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .zb9d56nav-toggle:checked ~ .zb9d56topbar-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .zb9d56topbar-nav .zb9d56nav-close {
    position: absolute;
    left: 0; right: 0;
    height: 56px;
    background: transparent;
    z-index: 10;
  }
  .zb9d56topbar-nav .zb9d56topbar-link {
    width: 100%;
    border-radius: 0;
    padding: 16px 24px;
    font-size: 1.08rem;
    border-bottom: 1px solid #2d2d3a;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    z-index: 11;
  }
  .zb9d56topbar-nav .zb9d56topbar-link:last-child {
    border-bottom: none;
  }
}
@media (min-width: 901px) {
  .zb9d56nav-close { display: none !important; }
}

/* 响应式设计 */
@media (max-width: 1100px) {
  .zb9d56hero-content { max-width: 100%; padding: 32px 12px 32px 12px; }
  .zb9d56hero-img { display: none !important; }
  .zb9d56gallery, .zb9d56gallery-descs { flex-direction: column; align-items: center; }
  .zb9d56gallery-img, .zb9d56gallery-desc { width: 98%; }
}
@media (max-width: 900px) {
  .zb9d56card-group { flex-direction: column; align-items: center; }
  .zb9d56features { flex-direction: column; align-items: center; }
  .zb9d56topbar { padding: 0 10px; height: 54px; }
  .zb9d56topbar-title { font-size: 1.1rem; }
  .zb9d56topbar-nav { gap: 10px; padding: 4px 4px; }
  .zb9d56topbar-link { font-size: 0.98rem; padding: 6px 8px 6px 8px; }
  .zb9d56about-wrap { flex-direction: column; gap: 18px; }
  .zb9d56about-cards { flex-direction: row; gap: 12px; }
  .zb9d56process-steps, .zb9d56security-wrap { flex-direction: column; align-items: center; }
}
@media (max-width: 700px) {
  .zb9d56sidebar { width: 54px; }
  .zb9d56sidebar-glow { left: 48px; width: 6px; }
  .zb9d56sidebar-link { width: 38px; height: 38px; font-size: 1.2rem; }
  .zb9d56sidebar-logo { font-size: 1.2rem; margin: 18px 0 12px 0; }
  .zb9d56main { padding: 0 2px; }
  .zb9d56section { padding: 12px 2px 8px 2px; }
}
@media (max-width: 500px) {
  .zb9d56topbar { flex-direction: column; height: auto; padding: 0 2px; }
  .zb9d56topbar-nav { gap: 6px; }
  .zb9d56hero-content { padding: 18px 2px 18px 2px; }
  .zb9d56section-title { font-size: 1.1rem; }
  .zb9d56card { width: 98%; min-width: unset; padding: 12px 4px 8px 4px; }
  .zb9d56feature { min-width: 80px; padding: 10px 8px; }
  .zb9d56testimonial-card { min-width: 120px; max-width: 98%; padding: 10px 8px; }
  .zb9d56contact-form { max-width: 98%; }
} 

.zb9d56gallery-list {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.zb9d56gallery-card {
  background: #232526;
  border-radius: 18px;
  box-shadow: 0 2px 16px #7f00ff33;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid #7f00ff44;
}
.zb9d56gallery-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px #ff2d55cc;
  border-color: #ff2d55;
}
.zb9d56gallery-card .zb9d56gallery-img {
  width: 100%;
  height: 140px;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.zb9d56gallery-card .zb9d56gallery-desc {
  color: #ffb2c2;
  font-size: 1rem;
  text-align: center;
  padding: 6px 10px 8px 10px;
  width: 100%;
  background: #181828;
}
@media (max-width: 900px) {
  .zb9d56gallery-list {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .zb9d56gallery-card {
    width: 98%;
    min-width: unset;
  }
} 

.zb9d56gallery-img {
  position: relative;
}
.zb9d56gallery-title {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 2px 12px #232526, 0 0 8px #7f00ff;
  letter-spacing: 2px;
  z-index: 2;
  pointer-events: none;
  width: 90%;
  text-align: center;
}
@media (max-width: 900px) {
  .zb9d56gallery-title {
    font-size: 1.3rem;
    top: 10px;
  }
}

/* 当前栏目选中 */
.zb9d56topbar-link.zb9d56this,
.zb9d56this {
  background: linear-gradient(90deg, #7f00ff 0%, #ff2d55 100%);
  color: #fff;
  box-shadow: 0 2px 12px #ff2d55cc;
}

/* 内页布局：主内容 + 侧栏 */
.zb9d56page-inner .zb9d56topbar-title a {
  color: #fff;
  text-decoration: none;
}
.zb9d56breadcrumb {
  padding: 12px 24px;
  font-size: 0.95rem;
  color: #ffb2c2;
  background: #101018;
  border-bottom: 1px solid #2d2d3a;
}
.zb9d56breadcrumb a {
  color: #ff2d55;
  text-decoration: none;
}
.zb9d56breadcrumb a:hover {
  color: #fff;
}
.zb9d56content-layout {
  display: flex;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 32px;
  align-items: flex-start;
}
.zb9d56article-main,
.zb9d56list-main {
  flex: 1;
  min-width: 0;
}
.zb9d56content-sidebar {
  width: 280px;
  flex-shrink: 0;
}
.zb9d56sidebar-block {
  background: #232526;
  border-radius: 14px;
  padding: 16px 14px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px #7f00ff33;
  border: 1px solid #7f00ff44;
}
.zb9d56sidebar-block-title {
  font-size: 1.1rem;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff2d55;
}
.zb9d56sidebar-block-title a {
  color: #ff2d55;
  text-decoration: none;
}
.zb9d56sidebar-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zb9d56sidebar-article-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #2d2d3a;
  padding-bottom: 8px;
}
.zb9d56sidebar-article-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.zb9d56sidebar-article-link {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s;
}
.zb9d56sidebar-article-link:hover {
  color: #ff2d55;
}
.zb9d56sidebar-article-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 54px;
  overflow: hidden;
  border-radius: 6px;
  background: #181828;
}
.zb9d56sidebar-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zb9d56sidebar-article-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.zb9d56sidebar-article-title {
  font-size: 0.88rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zb9d56sidebar-article-date {
  font-size: 0.78rem;
  color: #ffb2c2;
}

/* 内容页 */
.zb9d56article-detail {
  padding: 28px 24px;
}
.zb9d56article-title {
  font-size: 1.8rem;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.4;
  text-shadow: 0 2px 8px #7f00ff44;
}
.zb9d56article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.92rem;
  color: #ffb2c2;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2d2d3a;
}
.zb9d56article-meta a {
  color: #ff2d55;
}
.zb9d56article-litpic {
  margin-bottom: 20px;
  text-align: center;
}
.zb9d56article-litpic img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px #7f00ff55;
}
.zb9d56article-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #f3f3f3;
  word-break: break-word;
}
.zb9d56article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.zb9d56article-figure {
  margin: 16px 0;
  text-align: center;
}
.zb9d56article-figure img {
  max-width: 100%;
  border-radius: 10px;
}
.zb9d56article-figure figcaption {
  font-size: 0.9rem;
  color: #ffb2c2;
  margin-top: 8px;
}
.zb9d56meta-tags {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zb9d56tagitem a {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(127,0,255,0.2);
  border-radius: 16px;
  color: #ff2d55;
  font-size: 0.88rem;
  text-decoration: none;
  border: 1px solid #7f00ff55;
}
.zb9d56tagitem a:hover {
  background: #ff2d55;
  color: #fff;
}
.zb9d56article-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #2d2d3a;
  flex-wrap: wrap;
}
.zb9d56article-nav-item {
  flex: 1;
  min-width: 200px;
  font-size: 0.95rem;
  color: #ffb2c2;
}
.zb9d56article-nav-pre { text-align: left; }
.zb9d56article-nav-next { text-align: right; }
.zb9d56article-nav-label {
  color: #ff2d55;
  font-weight: 600;
}
.zb9d56article-nav a {
  color: #fff;
  text-decoration: none;
}
.zb9d56article-nav a:hover {
  color: #ff2d55;
}
.zb9d56related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zb9d56related-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #2d2d3a;
}
.zb9d56related-item:last-child {
  border-bottom: none;
}
.zb9d56related-thumb {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.zb9d56related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zb9d56related-title {
  color: #ff2d55;
  font-size: 1.05rem;
  text-decoration: none;
  font-weight: 600;
}
.zb9d56related-desc {
  font-size: 0.92rem;
  color: #ffb2c2;
  margin: 8px 0 0;
  line-height: 1.5;
}

/* 列表页 */
.zb9d56list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zb9d56list-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #2d2d3a;
  align-items: flex-start;
}
.zb9d56list-item:last-child {
  border-bottom: none;
}
.zb9d56list-thumb {
  flex-shrink: 0;
  width: 200px;
  height: 140px;
  overflow: hidden;
  border-radius: 12px;
  display: block;
  box-shadow: 0 2px 12px #7f00ff44;
}
.zb9d56list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.zb9d56list-item:hover .zb9d56list-thumb img {
  transform: scale(1.05);
}
.zb9d56list-body {
  flex: 1;
  min-width: 0;
}
.zb9d56list-title {
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.zb9d56list-title a {
  color: #fff;
  text-decoration: none;
}
.zb9d56list-title a:hover {
  color: #ff2d55;
}
.zb9d56list-meta {
  font-size: 0.88rem;
  color: #ffb2c2;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.zb9d56list-meta a {
  color: #ff2d55;
}
.zb9d56list-intro {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}

/* 分页：含首页/末页，左右分布 */
.zb9d56pagebar {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #2d2d3a;
}
.zb9d56pages .pagelist,
.zb9d56pagelist-lr {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  width: 100%;
}
.zb9d56pagelist-lr li {
  display: inline-block;
  flex-shrink: 0;
}
.zb9d56pagelist-lr li a,
.zb9d56pagelist-lr li span,
.zb9d56pagelist-lr li strong {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  background: #232526;
  color: #fff;
  text-decoration: none;
  border: 1px solid #7f00ff44;
  font-size: 0.92rem;
  white-space: nowrap;
}
.zb9d56pagelist-lr li a:hover {
  background: linear-gradient(90deg, #ff2d55 0%, #7f00ff 100%);
  border-color: #ff2d55;
}
.zb9d56pagelist-lr .pageinfo,
.zb9d56pagelist-lr li.pageinfo {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  color: #ffb2c2;
  border: none;
  background: transparent;
  margin-bottom: 4px;
}
.zb9d56pagelist-lr .pagenext,
.zb9d56pagelist-lr li.pagenext {
  margin-left: auto;
}
.zb9d56pagelist-lr .pageend a,
.zb9d56pagelist-lr li.pageend a {
  display: inline-block;
}

/* 首页文章板块：一行5条，共两行 */
.zb9d56home-articles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.zb9d56home-article-card {
  background: #232526;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #7f00ff44;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.zb9d56home-article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px #ff2d55aa;
  border-color: #ff2d55;
}
.zb9d56home-article-thumb {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  background: #181828;
}
.zb9d56home-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zb9d56home-article-title {
  margin: 10px 12px 6px;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 600;
}
.zb9d56home-article-title a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zb9d56home-article-title a:hover {
  color: #ff2d55;
}
.zb9d56home-article-date {
  display: block;
  margin: 0 12px 12px;
  font-size: 0.78rem;
  color: #7f00ff;
}

/* 友情链接 */
.zb9d56flink {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #2d2d3a;
}
.flink_title {
  color: #ff2d55;
  margin-bottom: 8px;
}
.flink_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
}
.flink_list a {
  color: #ffb2c2;
  text-decoration: none;
  font-size: 0.9rem;
}
.flink_list a:hover {
  color: #fff;
}

.clear { clear: both; }

/* 内页与文章板块 - 移动端自适应 */
@media (max-width: 1200px) {
  .zb9d56home-articles {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .zb9d56content-layout {
    flex-direction: column;
    padding: 16px 12px 24px;
  }
  .zb9d56content-sidebar {
    width: 100%;
  }
  .zb9d56sidebar-block {
    margin-bottom: 16px;
  }
  .zb9d56home-articles {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .zb9d56list-thumb {
    width: 160px;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .zb9d56breadcrumb {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  .zb9d56article-title {
    font-size: 1.35rem;
  }
  .zb9d56article-detail {
    padding: 16px 12px;
  }
  .zb9d56list-item {
    flex-direction: column;
    gap: 12px;
  }
  .zb9d56list-thumb {
    width: 100%;
    height: 180px;
  }
  .zb9d56related-item {
    flex-direction: column;
  }
  .zb9d56related-thumb {
    width: 100%;
    height: 160px;
  }
  .zb9d56article-nav-next {
    text-align: left;
  }
  .zb9d56home-articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .zb9d56pagelist-lr .pagenext,
  .zb9d56pagelist-lr li.pagenext {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .zb9d56home-articles {
    grid-template-columns: 1fr;
  }
  .zb9d56home-article-thumb {
    height: 160px;
  }
  .zb9d56sidebar-article-thumb {
    width: 64px;
    height: 48px;
  }
  .zb9d56topbar-nav {
    max-height: 70vh;
    overflow-y: auto;
  }
}