/* ============================================================
   子页面通用样式 (微信小程序 / APP开发 等)
   ============================================================ */

/* Banner 轮播 */
.jj-page-banner { margin-top: -70px; }
.jj-page-banner-bg {
  height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.jj-page-banner-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
}
.jj-page-banner-text {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.jj-page-banner-text h1 {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 14px;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.jj-page-banner-text p {
  font-size: 18px;
  opacity: .85;
  margin: 0 0 28px;
}
.jj-page-banner-btn {
  display: inline-block;
  padding: 12px 40px;
  background: #3bb377;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, transform .15s;
}
.jj-page-banner-btn:hover {
  background: #2f9a64;
  transform: translateY(-2px);
}

/* 全宽图片区块 */
.jj-page-fullimg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.jj-page-fullimg img {
  width: 100%;
  height: auto;
  display: block;
}
.jj-page-divider {
  max-width: 100%;
}

/* 案例网格 */
.jj-page-cases {
  padding: 64px 0;
  background: #f8fafc;
}
.jj-page-cases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
/* 微信小程序静态页案例区为 5 张图 */
.jj-page-cases-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 992px) {
  .jj-page-cases-grid--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.jj-page-case-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.jj-page-case-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
}
.jj-page-case-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 经典案例区底部「查看更多」（对齐静态百度建站：约 490×60、白底、#eee 边、灰字） */
.jj-page-cases-more {
  text-align: center;
  margin-top: 64px;
}
.jj-page-cases-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 490px;
  max-width: 100%;
  min-height: 60px;
  padding: 0 24px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
  border-radius: 4px;
  transition: border-color .2s, color .2s, background .2s;
}
.jj-page-cases-more a:hover {
  border-color: #d1d5db;
  color: #374151;
  background: #fafafa;
}

/* ---------- APP 开发页：服务领域卡片（与首页「图标+文案+悬停」同思路，浅色底） ---------- */
.jj-app-categories {
  padding: 64px 0 56px;
  background: #f8fafc;
}
.jj-app-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.jj-app-cat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 20px 26px;
  text-align: center;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}
.jj-app-cat-card:hover {
  transform: translateY(-6px);
  border-color: #a7f3d0;
  box-shadow: 0 18px 40px rgba(59, 179, 119, .14);
}
.jj-app-cat-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 2px solid #d1fae5;
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  transition: transform .28s ease, border-color .28s ease, color .28s ease, background .28s ease;
}
.jj-app-cat-card:hover .jj-app-cat-icon {
  transform: scale(1.06);
  border-color: #3bb377;
  color: #3bb377;
  background: #ecfdf5;
}
.jj-app-cat-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}
.jj-app-cat-title {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #3bb377;
  border-radius: 999px;
  line-height: 1.3;
  box-shadow: 0 2px 8px rgba(59, 179, 119, .25);
  transition: background .25s ease, box-shadow .25s ease;
}
.jj-app-cat-card:hover .jj-app-cat-title {
  background: #2f9a64;
  box-shadow: 0 4px 14px rgba(47, 154, 100, .35);
}
/* 桌面端标题胶囊视觉对齐（字数差异大时仍整齐） */
@media (min-width: 769px) {
  .jj-app-cat-title {
    min-width: 10em;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.jj-app-cat-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #4b5563;
}

/* ---------- 微信小程序页：为什么要做小程序（四图栅格 + 底部插图） ---------- */
.jj-wx-why {
  padding: 52px 0 8px;
  background: #fff;
}
.jj-wx-why-head {
  text-align: center;
  margin: 0 auto 36px;
  padding: 0 16px;
  max-width: 960px;
}
.jj-wx-why-head h2 {
  margin: 0;
  font-size: clamp(20px, 3.6vw, 30px);
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.jj-wx-why-highlight {
  color: #07c160;
}
.jj-wx-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 28px);
  align-items: start;
  padding: 0 0 40px;
}
.jj-wx-why-card {
  margin: 0;
}
.jj-wx-why-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
}
.jj-wx-why-illus {
  padding: 0 24px 8px;
  max-width: 1200px;
  margin: 0 auto;
}
.jj-wx-why-illus img {
  border-radius: 0 0 12px 12px;
}

/* ---------- APP 开发页：「优质 APP」四要点（原 app-intro2 整图） ---------- */
.jj-app-features {
  position: relative;
  padding: 72px 0 80px;
  overflow: hidden;
}
.jj-app-features-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(165deg, #e8faf5 0%, #d5f2e8 32%, #eef8f5 68%, #dff5ee 100%);
}
.jj-app-features-bg::after {
  content: '';
  position: absolute;
  inset: -25% -10%;
  background:
    radial-gradient(ellipse 70% 45% at 85% 15%, rgba(59, 179, 119, 0.14), transparent 55%),
    radial-gradient(ellipse 55% 40% at 8% 88%, rgba(38, 194, 153, 0.1), transparent 50%);
  pointer-events: none;
}
.jj-app-features .jj-container {
  position: relative;
  z-index: 1;
}
.jj-app-features-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 48px;
  padding: 0 8px;
}
.jj-app-features-head h2 {
  font-size: clamp(22px, 4.2vw, 34px);
  font-weight: 800;
  color: #111827;
  margin: 0 0 16px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.jj-app-features-highlight {
  color: #3bb377;
}
.jj-app-features-head p {
  margin: 0;
  font-size: clamp(14px, 2.1vw, 17px);
  color: #4b5563;
  line-height: 1.65;
}
.jj-app-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.jj-app-features-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 0;
  background: #fff;
  border-radius: 16px;
  padding: 28px 20px 30px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(59, 179, 119, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.jj-app-features-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(59, 179, 119, 0.14);
  border-color: rgba(59, 179, 119, 0.28);
}
.jj-app-features-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  color: #3bb377;
  transition: transform 0.28s ease, color 0.28s ease;
}
.jj-app-features-card:hover .jj-app-features-icon {
  transform: scale(1.06);
  color: #2f9a64;
}
.jj-app-features-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.jj-app-features-card h3 {
  margin: 0 0 14px;
  font-size: clamp(15px, 1.9vw, 17px);
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}
.jj-app-features-card p {
  flex: 1 1 auto;
  margin: 0;
  width: 100%;
  max-width: 22em;
  font-size: 14px;
  line-height: 1.75;
  color: #6b7280;
  text-align: center;
  text-wrap: pretty;
  overflow-wrap: break-word;
  word-break: break-word;
  /* 桌面四列时拉齐卡片视觉高度（约 4 行正文），避免「上长下短」 */
  min-height: 7.2em;
}

/* ============================================================
   移动端响应式
   ============================================================ */
@media (max-width: 768px) {
  .jj-page-banner { margin-top: -56px; }
  .jj-page-banner-bg { height: 280px; }
  .jj-page-banner-text h1 { font-size: 20px; }
  .jj-page-banner-text p { font-size: 14px; margin-bottom: 18px; }
  .jj-page-banner-btn { padding: 10px 28px; font-size: 14px; }

  .jj-page-fullimg { padding: 0 8px; }

  .jj-page-cases { padding: 40px 0; }
  .jj-page-cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 16px;
  }
  .jj-page-cases-more {
    margin-top: 52px;
  }

  .jj-app-categories { padding: 44px 0 40px; }
  .jj-app-cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .jj-app-cat-card { padding: 22px 14px 20px; }
  .jj-app-cat-icon { width: 58px; height: 58px; margin-bottom: 14px; }
  .jj-app-cat-icon svg { width: 28px; height: 28px; }
  .jj-app-cat-title {
    font-size: 13px;
    padding: 7px 14px;
    margin-bottom: 10px;
    min-width: 0;
  }
  .jj-app-cat-desc { font-size: 13px; }

  .jj-app-features { padding: 48px 0 56px; }
  .jj-app-features-head { margin-bottom: 28px; }
  .jj-app-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jj-app-features-card {
    padding: 22px 18px 24px;
  }
  .jj-app-features-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .jj-app-features-card p {
    font-size: 13px;
    max-width: none;
    min-height: 0;
  }

  .jj-wx-why {
    padding: 28px 0 2px;
  }
  .jj-wx-why-head {
    margin-bottom: 14px;
    padding: 0 8px;
  }
  .jj-wx-why-head h2 {
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.32;
  }
  .jj-wx-why-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    padding: 0 0 18px;
  }
  /* 卡片为导出位图，限宽避免单屏占满过高 */
  .jj-wx-why-card {
    width: 100%;
    max-width: min(268px, 82vw);
  }
  .jj-wx-why-card img {
    border-radius: 10px;
    box-shadow: 0 3px 14px rgba(15, 23, 42, 0.06);
  }
  .jj-wx-why-illus {
    padding: 0 12px 2px;
  }
  .jj-wx-why-illus img {
    border-radius: 8px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .jj-app-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jj-app-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .jj-app-features-card p {
    min-height: 7.5em;
    max-width: 28em;
  }
  .jj-wx-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 0 0 32px;
  }
}

/* ============================================================
   经典案例列表页（标题 + 分组 Tab + 四列卡片；无顶图 Banner）
   分页样式与 chongyue/list_news.htm 内 .cy-pagination 一致
   ============================================================ */
.jj-case-list-page {
  padding: 40px 0 72px;
  background: #fff;
}
.jj-case-list-heading {
  text-align: center;
  margin-bottom: 8px;
}
.jj-case-list-h1 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 600;
  color: #111827;
  letter-spacing: 0.02em;
}
.jj-case-list-sub {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
}
.jj-case-list-tabs-wrap {
  max-width: 920px;
  margin: 0 auto;
}
.jj-case-list-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  padding: 28px 0 0;
  margin: 0 -4px 36px;
}
.jj-case-list-tab {
  display: inline-block;
  padding: 12px 21px;
  font-size: 16px;
  color: #4b5563;
  text-decoration: none;
  line-height: 1;
  border-radius: 6px;
  transition: color .2s, background .2s;
}
.jj-case-list-tab:hover {
  color: #3bb377;
}
.jj-case-list-tab.is-active {
  color: #3bb377;
  background: #e6f2ed;
  font-weight: 500;
}
.jj-case-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.jj-case-list-card {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform .25s, box-shadow .25s;
}
.jj-case-list-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
.jj-case-list-card-media {
  display: block;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  line-height: 0;
  background: #f3f4f6;
}
.jj-case-list-card-media img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.jj-case-list-card-placeholder {
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #e5e7eb, #f9fafb);
}
.jj-case-list-card-title {
  display: block;
  padding: 16px 14px;
  background: #f8f8f8;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  transition: color .2s, background .2s;
}
.jj-case-list-card:hover .jj-case-list-card-title {
  background: #3bb377;
  color: #fff;
}
.jj-case-list-empty {
  text-align: center;
  color: #9ca3af;
  padding: 40px 16px 8px;
  margin: 0;
  font-size: 15px;
}
/* chongyue 分页（list_news / list_article），仅作用于案例列表页 */
.jj-case-list-page .cy-pagination {
  text-align: center;
  margin-top: 40px;
}
.jj-case-list-page .cy-pagination a,
.jj-case-list-page .cy-pagination span {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 3px;
  border: 1px solid #ddd;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  border-radius: 2px;
}
.jj-case-list-page .cy-pagination a:hover,
.jj-case-list-page .cy-pagination .active {
  background: #d81e06;
  color: #fff;
  border-color: #d81e06;
}
.jj-case-list-page .cy-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.jj-case-list-page .cy-pagination ul li {
  display: inline-block;
}
.jj-case-list-page .cy-pagination ul li a,
.jj-case-list-page .cy-pagination ul li span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.5;
}
.jj-case-list-page .cy-pagination ul li a:hover {
  color: #d81e06;
  border-color: #d81e06;
}
.jj-case-list-page .cy-pagination ul li.active span {
  background: #d81e06;
  border-color: #d81e06;
  color: #fff;
}
.jj-case-list-page .cy-pagination ul li.disabled span {
  color: #ccc;
  cursor: not-allowed;
}

/* ============================================================
   新闻公告列表（标题行 + 可选顶图 + 分页；与案例列表分页组件一致）
   ============================================================ */
.jj-news-list-hero {
  margin-top: 0;
}
.jj-news-list-hero-img {
  height: min(220px, 28vw);
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
}
.jj-news-list-page {
  padding: 40px 0 72px;
  background: #f8fafc;
}
.jj-news-list-heading {
  text-align: center;
  margin-bottom: 8px;
}
.jj-news-list-h1 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 600;
  color: #111827;
  letter-spacing: 0.02em;
}
.jj-news-list-sub {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.jj-news-list-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  padding: 28px 0 20px;
  margin: 0 -4px;
}
.jj-news-list-tab {
  display: inline-block;
  padding: 10px 18px;
  font-size: 15px;
  color: #4b5563;
  text-decoration: none;
  line-height: 1;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.jj-news-list-tab:hover {
  color: #3bb377;
  border-color: #a7f3d0;
}
.jj-news-list-tab.is-active {
  color: #065f46;
  background: #ecfdf5;
  border-color: #3bb377;
  font-weight: 600;
}
.jj-news-list-rows {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}
.jj-news-list-row {
  margin: 0;
  border-bottom: 1px solid #f3f4f6;
}
.jj-news-list-row:last-child {
  border-bottom: none;
}
.jj-news-list-link {
  display: flex;
  align-items: center;
  gap: 12px 16px;
  padding: 16px 20px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
  flex-wrap: wrap;
}
.jj-news-list-link:hover {
  background: #f0fdf4;
}
.jj-news-list-date {
  flex-shrink: 0;
  font-size: 13px;
  color: #9ca3af;
  font-variant-numeric: tabular-nums;
  min-width: 5.5rem;
}
.jj-news-list-cate {
  flex-shrink: 0;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #eff6ff;
  color: #1d4ed8;
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jj-news-list-title {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.45;
}
.jj-news-list-link:hover .jj-news-list-title {
  color: #3bb377;
}
.jj-news-list-arrow {
  flex-shrink: 0;
  color: #d1d5db;
  font-size: 14px;
}
.jj-news-list-link:hover .jj-news-list-arrow {
  color: #3bb377;
}
.jj-news-list-empty {
  text-align: center;
  color: #9ca3af;
  padding: 40px 16px 8px;
  margin: 0;
  font-size: 15px;
}
.jj-news-list-page .jj-news-pagination {
  text-align: center;
  margin-top: 40px;
}
.jj-news-list-page .jj-news-pagination a,
.jj-news-list-page .jj-news-pagination span {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 3px;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  background: #fff;
}
.jj-news-list-page .jj-news-pagination a:hover {
  color: #3bb377;
  border-color: #3bb377;
}
.jj-news-list-page .jj-news-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.jj-news-list-page .jj-news-pagination ul li {
  display: inline-block;
}
.jj-news-list-page .jj-news-pagination ul li a,
.jj-news-list-page .jj-news-pagination ul li span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  line-height: 1.5;
  background: #fff;
}
.jj-news-list-page .jj-news-pagination ul li.active span {
  background: #3bb377;
  border-color: #3bb377;
  color: #fff;
}
.jj-news-list-page .jj-news-pagination ul li.disabled span {
  color: #d1d5db;
  cursor: not-allowed;
  background: #f9fafb;
}

@media (max-width: 768px) {
  .jj-news-list-page {
    padding: 28px 0 56px;
  }
  .jj-news-list-h1 {
    font-size: 22px;
  }
  .jj-news-list-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .jj-news-list-arrow {
    display: none;
  }
}

@media (max-width: 992px) {
  .jj-case-list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 10px;
  }
  .jj-case-list-h1 {
    font-size: 24px;
  }
  .jj-case-list-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    margin-bottom: 28px;
    mask-image: linear-gradient(to right, #000 90%, transparent);
  }
}

@media (max-width: 768px) {
  .jj-case-list-page {
    padding: 28px 0 56px;
  }
  .jj-case-list-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .jj-case-list-tab {
    font-size: 14px;
    padding: 10px 16px;
    flex-shrink: 0;
  }
}

/* ============================================================
   关于我们（对齐参考静态：#f5f5f5 底、左图 + 右卡绝对叠压、合作区同底）
   ============================================================ */
.jj-about-page {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

.jj-about-inner {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* ----- 首屏：对齐静态 GtJmyPcCompanyIntro-xiaodu（1180 宽、图 790×420、白卡 410、左叠 40px） ----- */
.jj-about-intro {
  background: #f5f5f5;
  padding: 40px 0 48px;
  position: relative;
  z-index: 0;
}

.jj-about-intro-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.jj-about-intro-stage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: 420px;
}

.jj-about-intro-photo {
  position: relative;
  z-index: 1;
  flex: 0 0 790px;
  width: 790px;
  max-width: 67%;
  min-width: 0;
}

.jj-about-intro-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.jj-about-intro-card {
  position: relative;
  z-index: 2;
  flex: 0 0 410px;
  width: 410px;
  max-width: 410px;
  min-width: 260px;
  margin-left: -40px;
  box-sizing: border-box;
  background: #fff;
  padding: 24px 20px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.jj-about-intro-title {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}

.jj-about-intro-body {
  color: #333;
  font-size: 14px;
  line-height: 1.93;
}

.jj-about-intro-body p {
  margin: 0 0 12px;
}

/* 与参考页相同的分段：使命 / 精神 后略加大间距（接近多敲一次回车） */
.jj-about-intro-body .jj-about-mission {
  margin-bottom: 20px;
}
.jj-about-intro-body .jj-about-spirit {
  margin-bottom: 36px;
}

.jj-about-intro-body strong {
  color: #222;
  font-weight: 600;
}

.jj-about-intro-actions {
  margin: 24px 0 0;
  padding-top: 6px;
}

.jj-about-btn {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
}

.jj-about-btn-primary {
  background: #3bb377;
  color: #fff;
  box-shadow: 0 2px 10px rgba(59, 179, 119, 0.35);
}

.jj-about-btn-primary:hover {
  background: #2f9a64;
  color: #fff;
}

/* ----- 合作单位：与参考一致浅灰底 + 居中标题 + 白格 logo ----- */
.jj-about-partners {
  padding: 48px 0 40px;
  background: #f5f5f5;
}

.jj-about-partners-head {
  text-align: center;
  margin-bottom: 32px;
}

.jj-about-partners-head h2 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.02em;
}

.jj-about-partners-sub {
  margin: 0;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.jj-about-partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 190px);
  gap: 10px 10px;
  justify-content: center;
  max-width: 1150px;
  margin: 0 auto;
}

.jj-about-partners-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 190px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}

.jj-about-partners-cell img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ----- 公司地址：浅灰整块 + 左地图（约 44%）+ 右双列联系信息（对齐参考稿） ----- */
.jj-about-contact {
  padding: 40px 0 56px;
  background: #fff;
}

.jj-about-contact-heading {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  color: #222;
  letter-spacing: 0.02em;
}

.jj-about-contact-split {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 1190px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
  box-sizing: border-box;
}

.jj-about-map-wrap {
  flex: 0 0 44%;
  width: 44%;
  min-width: 0;
  min-height: 320px;
  position: relative;
  background: #e8eaed;
  display: flex;
  flex-direction: column;
}

/* 静态区位图：铺满左侧区域（与导出图一致） */
.jj-about-map-static {
  display: block;
  flex: 1 1 auto;
  min-height: 300px;
  overflow: hidden;
  line-height: 0;
}

.jj-about-map-static img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.jj-about-map-static:hover img {
  opacity: 0.96;
}

.jj-about-map-frame {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
  vertical-align: top;
}

.jj-about-map-fallback {
  margin: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  background: #efefef;
  border-top: 1px solid #e0e0e0;
}

.jj-about-map-fallback a {
  color: #3bb377;
}

.jj-about-info-panel {
  flex: 1 1 56%;
  min-width: 0;
  background: transparent;
  padding: 32px 36px 36px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.jj-about-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
  width: 100%;
  align-items: start;
}

.jj-about-info-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.jj-about-kv {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 14px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.7;
}

.jj-about-kv:last-child {
  margin-bottom: 0;
}

.jj-about-info-label {
  flex: 0 0 auto;
  min-width: 5.2em;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

.jj-about-info-value {
  flex: 1 1 200px;
  min-width: 0;
  color: #222;
  font-size: 16px;
}

.jj-about-info-value a {
  color: #3bb377;
  text-decoration: none;
}

.jj-about-info-value a:hover {
  text-decoration: underline;
}

.jj-about-kv--phones .jj-about-info-label {
  align-self: flex-start;
  padding-top: 2px;
}

.jj-about-phone-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.jj-about-phone-pair > div p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.jj-about-phone-pair > div p a {
  font-size: inherit;
  font-weight: inherit;
}

.jj-about-phone-role {
  margin-top: 8px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #888 !important;
}

@media (max-width: 1180px) {
  .jj-about-intro-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1100px) {
  .jj-about-intro-photo {
    flex: 0 0 58%;
    width: 58%;
    max-width: none;
  }
  .jj-about-intro-card {
    flex: 1 1 380px;
    max-width: 400px;
    margin-left: -48px;
    padding: 22px 18px 26px;
  }
  .jj-about-intro-photo img {
    height: 380px;
  }
  .jj-about-intro-title {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .jj-about-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .jj-about-partners-cell {
    min-height: 120px;
    padding: 16px;
  }
  .jj-about-contact-split {
    flex-wrap: wrap;
  }
  .jj-about-map-wrap {
    flex: 1 1 100%;
    width: 100%;
  }
  .jj-about-info-panel {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .jj-about-intro {
    padding: 24px 0 32px;
  }
  .jj-about-intro-stage {
    flex-direction: column;
    align-items: stretch;
  }
  .jj-about-intro-photo {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .jj-about-intro-photo img {
    height: 220px;
  }
  .jj-about-intro-card {
    flex: none;
    max-width: none;
    width: auto;
    margin: -24px 0 0;
    margin-left: 0;
    padding: 24px 20px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  .jj-about-intro-title {
    font-size: 22px;
  }
  .jj-about-partners {
    padding: 36px 0 32px;
  }
  .jj-about-partners-head h2 {
    font-size: 24px;
  }
  .jj-about-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .jj-about-contact-heading {
    font-size: 24px;
  }
  .jj-about-info-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .jj-about-info-panel {
    padding: 20px 18px;
  }
  .jj-about-map-wrap {
    min-height: 220px;
  }
  .jj-about-map-static {
    min-height: 220px;
  }
  .jj-about-map-static img {
    min-height: 220px;
    max-height: 280px;
  }

  .jj-geo-process-grid {
    grid-template-columns: 1fr;
  }
  .jj-geo-process-step {
    min-height: 0;
  }
}

/* ---------- GEO 优化落地页：Banner 渐变（无需单独 Banner 图） ---------- */
.jj-geo-banner.jj-page-banner-bg {
  background-size: cover;
  background-position: center;
}
.jj-geo-banner--1 {
  background-image: linear-gradient(135deg, #0f172a 0%, #134e4a 42%, #3bb377 100%);
}
.jj-geo-banner--2 {
  background-image: linear-gradient(125deg, #1e1b4b 0%, #312e81 38%, #0d9488 55%, #3bb377 100%);
}

/* ---------- GEO：流程步骤 ---------- */
.jj-geo-process {
  padding: 64px 0;
  background: #f8fafc;
}
.jj-geo-process-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.jj-geo-process-step {
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}
.jj-geo-process-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #3bb377;
  margin-bottom: 10px;
}
.jj-geo-process-step h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}
.jj-geo-process-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
}

/* ---------- GEO：FAQ ---------- */
.jj-geo-faq {
  padding: 64px 0 72px;
  background: #fff;
}
.jj-geo-faq-list {
  max-width: 880px;
  margin: 0 auto;
}
.jj-geo-faq-item {
  padding: 22px 0;
  border-bottom: 1px solid #e5e7eb;
}
.jj-geo-faq-item:first-of-type {
  padding-top: 8px;
}
.jj-geo-faq-item:last-child {
  border-bottom: none;
}
.jj-geo-faq-item h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.45;
}
.jj-geo-faq-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #6b7280;
}

@media (max-width: 1024px) {
  .jj-geo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .jj-geo-process {
    padding: 40px 0;
  }
  .jj-geo-process-grid {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
  .jj-geo-faq {
    padding: 40px 16px 48px;
  }
}

/* ---------- AI 智能体落地页：Banner ---------- */
.jj-aiagent-banner.jj-page-banner-bg {
  background-size: cover;
  background-position: center;
}
.jj-aiagent-banner--1 {
  background-image: linear-gradient(135deg, #0c4a6e 0%, #164e63 40%, #3bb377 100%);
}
.jj-aiagent-banner--2 {
  background-image: linear-gradient(125deg, #312e81 0%, #4c1d95 35%, #0e7490 60%, #3bb377 100%);
}

/* ---------- 分销模式落地页（Banner 复用 .jj-geo-banner；能力区复用 .jj-app-categories + .jj-app-features） ---------- */
.jj-dist-modes {
  padding: 56px 0 64px;
  background: #fff;
}

.jj-dist-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 28px;
  align-items: start;
}

.jj-dist-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.jj-dist-tab {
  flex: 0 0 auto;
  appearance: none;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.jj-dist-tab:hover {
  border-color: #94a3b8;
  color: #111827;
}
.jj-dist-tab.is-active {
  font-weight: 600;
}
/*各方案 Tab 激活态分色（与内容区顶边线呼应） */
.jj-dist-tab--tone0.is-active {
  background: linear-gradient(135deg, #ecfdf5 0%, #ccfbf1 100%);
  border-color: #0d9488;
  color: #134e4a;
}
.jj-dist-tab--tone1.is-active {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  border-color: #7c3aed;
  color: #5b21b6;
}
.jj-dist-tab--tone2.is-active {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border-color: #ea580c;
  color: #9a3412;
}
.jj-dist-tab--tone3.is-active {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-color: #2563eb;
  color: #1e40af;
}
.jj-dist-tab--tone4.is-active {
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
  border-color: #4f46e5;
  color: #3730a3;
}
.jj-dist-tab--tone5.is-active {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border-color: #059669;
  color: #065f46;
}

.jj-dist-main {
  min-width: 0;
}

.jj-dist-pane {
  display: none;
  padding: 24px 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  border-top: 3px solid #3bb377;
}
.jj-dist-pane.is-active {
  display: block;
}
.jj-dist-pane--tone0 {
  border-top-color: #0d9488;
}
.jj-dist-pane--tone1 {
  border-top-color: #7c3aed;
}
.jj-dist-pane--tone2 {
  border-top-color: #ea580c;
}
.jj-dist-pane--tone3 {
  border-top-color: #2563eb;
}
.jj-dist-pane--tone4 {
  border-top-color: #4f46e5;
}
.jj-dist-pane--tone5 {
  border-top-color: #059669;
}
.jj-dist-pane h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #111827;
}
.jj-dist-pane-lead {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
}
.jj-dist-pane-list {
  margin: 0 0 20px;
  padding-left: 1.2em;
  color: #374151;
  font-size: 14px;
  line-height: 1.7;
}
.jj-dist-pane-list li + li {
  margin-top: 8px;
}

.jj-dist-schematic {
  margin-top: 8px;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed #d1d5db;
}
.jj-dist-schematic-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  margin-bottom: 10px;
}
.jj-dist-schematic-row--branch {
  justify-content: center;
  gap: 24px;
}
.jj-dist-node {
  display: inline-block;
  padding: 8px 12px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  font-size: 13px;
  color: #065f46;
}
.jj-dist-node--muted {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #6b7280;
}
.jj-dist-arrow {
  color: #9ca3af;
  font-size: 14px;
}
.jj-dist-schematic-caption {
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}

.jj-dist-process {
  background: #f8fafc;
}

@media (min-width: 900px) {
  .jj-dist-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
  }
  .jj-dist-tabs {
    flex-direction: column;
    overflow: visible;
    position: sticky;
    top: 88px;
  }
  .jj-dist-tab {
    white-space: normal;
  }
  .jj-dist-pane {
    padding: 28px 32px;
  }
}

/* ---------- 文章详情（聚匠主题 article_article.htm） ---------- */
.jj-article-page {
  padding: 28px 0 72px;
  background: #f8fafc;
}
.jj-article-inner {
  max-width: 820px;
}
.jj-article-breadcrumb {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.6;
  flex-wrap: wrap;
}
.jj-article-breadcrumb a {
  color: #4b5563;
  text-decoration: none;
}
.jj-article-breadcrumb a:hover {
  color: #3bb377;
}
.jj-article-bc-sep {
  margin: 0 6px;
  color: #d1d5db;
}
.jj-article-bc-current {
  color: #9ca3af;
}
.jj-article-bc-text {
  color: #4b5563;
}
.jj-article-header {
  margin-bottom: 20px;
}
.jj-article-title {
  margin: 0 0 14px;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.jj-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  font-size: 14px;
  color: #6b7280;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
}
.jj-article-meta time {
  font-variant-numeric: tabular-nums;
}
.jj-article-meta-cate {
  color: #3bb377;
  text-decoration: none;
  font-weight: 500;
}
.jj-article-meta-cate:hover {
  text-decoration: underline;
}
.jj-article-meta-dot {
  color: #d1d5db;
  user-select: none;
}
.jj-article-lead {
  margin: 0 0 24px;
  padding: 16px 18px;
  background: #ecfdf5;
  border-left: 4px solid #3bb377;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}
.jj-article-figure {
  margin: 0 0 28px;
  border-radius: 12px;
  overflow: hidden;
  background: #e5e7eb;
}
.jj-article-figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.jj-article-tags {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jj-article-tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 500;
}
.jj-article-tag--blue {
  background: #eff6ff;
  color: #1d4ed8;
}
.jj-article-tag--green {
  background: #ecfdf5;
  color: #047857;
}
.jj-article-tag--orange {
  background: #fff7ed;
  color: #c2410c;
}
.jj-article-tag--red {
  background: #fef2f2;
  color: #b91c1c;
}
.jj-article-tag--purple {
  background: #f5f3ff;
  color: #6d28d9;
}
.jj-article-body {
  padding: 8px 0 32px;
  font-size: 16px;
  line-height: 1.85;
  color: #374151;
}
.jj-article-body p {
  margin: 0 0 1em;
}
.jj-article-body h2,
.jj-article-body h3 {
  margin: 1.4em 0 0.6em;
  color: #111827;
  line-height: 1.35;
}
.jj-article-body h2 {
  font-size: 1.35em;
}
.jj-article-body h3 {
  font-size: 1.15em;
}
.jj-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.jj-article-body ul,
.jj-article-body ol {
  margin: 0 0 1em;
  padding-left: 1.35em;
}
.jj-article-body a {
  color: #3bb377;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.jj-article-body a:hover {
  color: #2f9a64;
}
.jj-article-related {
  margin-top: 8px;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.jj-article-related-title {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}
.jj-article-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jj-article-related-list li + li {
  border-top: 1px solid #f3f4f6;
}
.jj-article-related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  text-decoration: none;
  color: #374151;
  font-size: 15px;
  font-weight: 500;
}
.jj-article-related-link:hover {
  color: #3bb377;
}
.jj-article-related-arrow {
  flex-shrink: 0;
  color: #d1d5db;
  font-size: 14px;
}
.jj-article-related-link:hover .jj-article-related-arrow {
  color: #3bb377;
}
.jj-article-pn {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  display: grid;
  gap: 16px;
}
@media (min-width: 640px) {
  .jj-article-pn {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .jj-article-pn-item--next {
    text-align: right;
  }
  .jj-article-pn-item--next a {
    display: inline-block;
    text-align: right;
  }
}
.jj-article-pn-label {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.jj-article-pn-item a {
  font-size: 15px;
  color: #1f2937;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.45;
}
.jj-article-pn-item a:hover {
  color: #3bb377;
}
.jj-article-back {
  margin: 36px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.jj-article-back-link {
  font-size: 14px;
  color: #3bb377;
  text-decoration: none;
  font-weight: 600;
}
.jj-article-back-link:hover {
  text-decoration: underline;
}
.jj-article-back-link--secondary {
  color: #6b7280;
  font-weight: 500;
}
.jj-article-back-link--secondary:hover {
  color: #3bb377;
}
@media (max-width: 768px) {
  .jj-article-page {
    padding: 16px 0 56px;
  }
  .jj-article-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .jj-article-body {
    font-size: 15px;
  }
}
