/* ========================================================================
   点金查产品详情页 —— dianjincha.html 专用样式
   说明：类名统一使用 djc- 前缀，避免与 layui / header-footer-new / nav-product 冲突
   设计参考：点金查产品页（科技蓝 #EE4E41 / #FF9E7A 渐变体系）
   ======================================================================== */

/* ============ 基础重置（作用域内） ============ */
.djc-page {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  background: #fff9f8;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.djc-page img {
  max-width: 100%;
  display: block;
}
.djc-page a {
  text-decoration: none;
  /* color: inherit; */
}
.djc-page ul,
.djc-page ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.djc-page p {
  /* margin: 0; */
}
.djc-page h1,
.djc-page h2,

.djc-page h4 {
  margin: 0;
}

/* ============ 布局容器 ============ */
.djc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.max_width{
  max-width: 1400px;
}
.djc-section {
  padding: 88px 0;
  position: relative;
}
.djc-section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
}
.djc-section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ee4e41;
  background: rgba(238, 78, 65, 0.08);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.djc-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #3a485a;
  line-height: 1.35;
}
.djc-grad {
  color: #ee4e41;
}
/* 深色背景区块（联系 CTA）：用亮珊瑚色渐变，保证深红棕底上的可读性 */
.djc-contact .djc-grad {
  background: #ee4e41;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.djc-section-sub {
  margin-top: 16px;
  font-size: 17px;
  color: #6e7c93;
}

/* ============ 通用卡片 ============ */
.djc-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.05);
}
.djc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(74, 26, 21, 0.12);
}
.djc-icon-badge {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ff7a7b 0%, #ff4e4d 100%);
  box-shadow: 0 6px 16px rgba(238, 78, 65, 0.3);
}
.djc-icon-badge svg, .djc-icon-badge img{
  width: 26px;
  height: 26px;
}
/* 多色徽章：服务金融机构 / 应用场景等需要差异化配色 */
.djc-icon-badge.pink {
  background: linear-gradient(180deg, #ff7ab3 0%, #ff4e8a 100%);
  box-shadow: 0 6px 16px rgba(255, 78, 138, 0.3);
}
.djc-icon-badge.blue {
  background: linear-gradient(180deg, #5aa9ff 0%, #2f7cf6 100%);
  box-shadow: 0 6px 16px rgba(47, 124, 246, 0.3);
}
.djc-icon-badge.orange {
  background: linear-gradient(180deg, #815eff 0%, #a96afe 100%);
  box-shadow: 0 6px 16px rgba(255, 138, 61, 0.3);
}
.djc-icon-badge.violet {
  background: linear-gradient(180deg, #ff8f3e 0%, #ffab3d 100%);
  box-shadow: 0 6px 16px rgba(122, 92, 255, 0.3);
}
.djc-icon-badge.coral {
  background: linear-gradient(180deg, #ff8a73 0%, #ee4e41 100%);
  box-shadow: 0 6px 16px rgba(238, 78, 65, 0.32);
}
.djc-icon-badge.teal {
  background: linear-gradient(180deg, #00aeda 0%, #00d9b5 100%);
  box-shadow: 0 6px 16px rgba(20, 184, 166, 0.3);
}

/* ============ Banner（沿用 pgyws.html 样式与配图） ============ */
.djc-banner-outer {
  background-color: #f7f8fb;
  padding-top: 78px;
  position: relative;
}
.djc-banner {
  width: 100%;
  min-width: 0;
  height: 488px;
  /* cover 让图片等比缩放铺满整个 banner，right center 保留右侧插画主体，
     避免窄屏下图片溢出后左侧出现"灰底"露白。*/
  background: url("../image/pgyws/pgyw-1.png") no-repeat right center / cover;
}
.djc-banner-content {
  display: flex;
  height: 330px;
  justify-content: center;
  align-items: center;
}
.djc-banner-title-wrap {
  width: 100%;
  max-width: 1420px;
  padding: 150px 24px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.djc-banner-name {
  font-weight: bold;
  font-size: 48px;
  color: #1a1a1a;
  /* line-height: 1.15; */
  letter-spacing: 2px;
}
.djc-banner-slogan {
  font-weight: bold;
  font-size: 36px;
  color: #1a1a1a;
  margin-top: 8px;
}
.djc-banner-desc {
  font-weight: 400;
  font-size: 18px;
  color: #6b6563;
  margin-top: 25px;
  line-height: 1.6;
}
.djc-banner-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
  /* justify-content: center; */
}
.djc-banner-btn-outline,
.djc-banner-btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 160px;
  height: 52px;
  padding: 0 28px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
  box-sizing: border-box;
  justify-content: center;
}
.djc-banner-btn-outline {
  background: #ffffff;
  color: #ee4e41;
  border: 1px solid #ee4e41;
}
.djc-banner-btn-outline:hover {
  background: #fff5f4;
  color: #d43d31;
  border-color: #d43d31;
  transform: translateY(-2px);
}
.djc-banner-btn-outline svg {
  display: none;
}
.djc-banner-btn-solid {
  background: #ee4e41;
  color: #ffffff;
  border: 1px solid #ee4e41;
}
.djc-banner-btn-solid:hover {
  background: #d43d31;
  border-color: #d43d31;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(238, 78, 65, 0.35);
}
.djc-banner-btn-solid svg {
  display: inline-block;
  vertical-align: middle;
}

/* ============ 通用按钮 ============ */
.djc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 38px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
  cursor: pointer;
  border: 0;
}
.djc-btn-primary {
  background: linear-gradient(90deg, #ff7a7b 0%, #ff4e4d 100%);
  color: #fff;
  box-shadow: 0 8px 26px rgba(238, 78, 65, 0.5);
}
.djc-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(238, 78, 65, 0.6);
}
.djc-btn-ghost {
  background: rgba(254, 244, 242, 0.2);
  color: #ee4e41;
  border: 1px solid rgba(238, 78, 65, 0.3);
}
.djc-btn-ghost:hover {
  background: rgba(238, 78, 65, 0.08);
  transform: translateY(-3px);
}

/* ============ 一、什么是点金查 ============ */
.djc-section.djc-about {
  background-color: #fff;
  /* background-image: url("../image/pgyws/djc_bg1.png"); */

}
/* 「什么是点金查」区块：标题左对齐 */
.djc-about .djc-section-head {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  /* 标题已移入下方网格左列，此处只剩标签，压缩与网格的间距 */
  margin-bottom: 8px;
}
/* 标题与左侧文案同列，右侧视频卡与之同排，视频卡顶部即与标题行对齐 */
.djc-about-main {
  min-width: 0;
}
.djc-about .djc-about-main .djc-section-title {
  margin-bottom: 8px;
}
.djc-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  /* 顶部与标题行齐平；卡片高度由自身比例决定，不被左列文案拉高 */
  align-items: start;
}
.djc-about-text h3 {
  font-weight: 800;
  font-size: 26px;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.djc-about-text p {
  font-size: 16px;
  color: #3a485a;
  margin-bottom: 16px;
}
.djc-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.djc-tag {
  font-size: 13px;
  color: #ee4e41;
  background: rgba(254, 233, 230, 0.5);
  border: 1px solid #ee4e41;
  padding: 3px 12px;
  border-radius: 32px 32px 32px 32px;
  transition: all 0.25s;
}
.djc-tag:hover {
  background: #fff5f4;
  color: #d43d31;
  border-color: #d43d31;
  transform: translateY(-2px);
}
/* 视频卡外层底板：浅灰蓝底 + 四周 10px 内边距，视频卡浮在上面 */
.djc-video-wrap {
  min-width: 0;
  padding: 10px;
  background: #dbe0ec;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.djc-video-wrap:hover {
  transform: translateY(-4px);
}
.djc-video-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  /* background-color: #4a1a15; */
  background-image: url("../image/pgyws/djc_video.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* 与视频素材一致的比例 800 × 446；不设 min-height，否则窄屏会按比例反算出
     更大的 min-width 把行宽撑破 */
  aspect-ratio: 800 / 446;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* box-shadow: 0 18px 48px rgba(74, 26, 21, 0.35); */
}
.djc-play-btn {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #ee4e41, #ffb08c);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 10px rgba(238, 78, 65, 0.18),
    0 10px 30px rgba(238, 78, 65, 0.5);
  animation: djcPlayPulse 2.4s infinite;
}
@keyframes djcPlayPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 8px rgba(238, 78, 65, 0.18),
      0 10px 30px rgba(238, 78, 65, 0.5);
  }
  50% {
    box-shadow:
      0 0 0 18px rgba(238, 78, 65, 0.05),
      0 10px 30px rgba(238, 78, 65, 0.5);
  }
}
.djc-video-label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.djc-video-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
  text-align: center;
}
/* 产品介绍视频弹层（复用 pgyws.html 同一条 B 站视频） */
.djc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.djc-video-modal-box {
  position: relative;
  width: min(880px, 92vw);
}
.djc-video-modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.djc-video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.djc-video-modal-close {
  position: absolute;
  top: -44px;
  right: -4px;
  width: 34px;
  height: 34px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.djc-video-modal-close:hover {
  color: #ff8a5c;
}

/* ============ 二、行业痛点 ============ */
.djc-section.djc-pain {
  background-color: #fff9f8;
  background-image: url("../image/pgyws/djc_bg2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.djc-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.djc-pain-card {
  position: relative;
  padding: 30px 24px 26px;
}
.djc-pain-head {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-bottom: 16px;
}
/* 痛点卡片内的图标统一改为红橙渐变（与项目品牌色一致） */
.djc-pain-card .djc-icon-badge {
  background: linear-gradient(180deg, #ff7a7b 0%, #ff4e4d 100%);
}
.djc-pain-card .djc-icon-badge svg {
  stroke: #ffffff;
}
/* 痛点图标改用白色位图（djc-pain1~4.png）叠加在渐变底上，尺寸同原 svg */
.djc-pain-card .djc-icon-badge img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}
.djc-pain-num {
  font-size: 36px;
  font-weight: 800;
  color: #e8efff;
  line-height: 1;
  letter-spacing: 1px;
}
.djc-pain-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b1f3a;
  margin: 0 0 10px;
}
.djc-pain-card p {
  font-size: 14px;
  color: #6e7c93;
  line-height: 1.7;
}
.djc-pain-takeaway {
  margin-top: 44px;
  text-align: center;
  font-size: 17px;
  color: #666666;
  font-weight: 500;
  position: relative;
  padding: 0 60px;
  /* margin-top: 50px; */
}
.djc-pain-takeaway::before,
.djc-pain-takeaway::after {
  content: "\201C";
  position: absolute;
  top: -8px;
  font-size: 40px;
  font-weight: 700;
  color: #dfe3ed;
  line-height: 1;
}
.djc-pain-takeaway::before {
  left: 0;
}
.djc-pain-takeaway::after {
  right: 0;
  content: "\201D";
}
.djc-pain-takeaway b {
  color: #ee4e41;
}

/* ============ 三、核心能力（Tab 切换） ============ */
.djc-cap {
  background: #fff;
}
.djc-cap-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 44px;
}
.djc-cap-tab {
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #5b6b85;
  background: #f2f6ff;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s;
}
/* 只保留选中（active/点击）态，不做 hover 变色 */
.djc-cap-tab.active {
  color: #fff;
  background: linear-gradient(90deg, #ff7a7b 0%, #ff4e4d 100%);
  box-shadow: 0px 0px 10px 1px rgba(238, 78, 65, 0.2);
}
.djc-cap-panel {
  display: none;
  animation: djcFadeIn 0.45s ease;
}
.djc-cap-panel.active {
  display: block;
}
@keyframes djcFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.djc-cap-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 30px;
}
.djc-cap-head h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0b1f3a;
}
.djc-cap-head p {
  font-size: 15px;
  color: #3a485a;
  margin-top: 6px;
  max-width: 720px;
}
.djc-cap-block-title {
  font-size: 15px;
  font-weight: 700;
  color: #0b1f3a;
  margin: 26px 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.djc-cap-block-title::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #ee4e41, #ff9e7a);
}
.djc-cap-sub-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.djc-cap-sub-card {
  background: #f7faff;
  border: 1px solid #e8eefc;
  border-radius: 14px;
  padding: 18px;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
}
.djc-cap-sub-card:hover {
  border: 1px solid #ee4e41;
}
.djc-cap-sub-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0b1f3a;
  line-height: 22px;
  min-height: 22px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.djc-items {
  font-size: 13px;
  color: #3a485a;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.djc-items span {
  display: flex;
  align-items: center;
  min-height: 26px;
  line-height: 26px;
  padding: 0;
  border-bottom: 1px dashed #cdd5e1;
  color: #6e7c93;
  margin-bottom: 5px;
}
.djc-items span:last-child {
  border-bottom: 0;
}
.djc-cap-report-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.djc-cap-report-item {
  background: #f7faff;
  border-radius: 12px;
  padding: 16px 18px;
  text-align: center;
  border: 1px solid #e8eefc;
  font-size: 14px;
  font-weight: 600;
  color: #ee4e41;
  transition: all 0.25s;
}
.djc-cap-report-item:hover {
  border: 1px solid #ee4e41;
}
.djc-cap-report-item small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #8a8380;
  margin-top: 4px;
}
.djc-cap-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.djc-cap-3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.djc-feat-item {
  background: #fff;
  border: 1px solid #e8eefc;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(74, 26, 21, 0.05);
  transition: all 0.25s;
}
.djc-feat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(74, 26, 21, 0.1);
  border-color: #ee4e41;
}
.djc-feat-item .djc-fi {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: rgba(238, 78, 65, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.djc-feat-item .djc-fi svg {
  width: 22px;
  height: 22px;
}
/* 功能图标替换为图片（hx_*.png / hx_fc_*.png）时使用 */
.djc-feat-item .djc-fi-img {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  display: block;
  object-fit: contain;
}
.djc-feat-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0b1f3a;
}
.djc-feat-item p {
  font-size: 13px;
  color: #6e7c93;
  margin-top: 6px;
}
.djc-cap-block-note {
  margin-top: 22px;
  font-size: 14px;
  color: #ee4e41;
  background: #f7faff;
  border-left: 3px solid #ee4e41;
  padding: 10px 16px;
  border-radius: 0 10px 10px 0;
}

/* ============ 四、应用场景 ============ */
.djc-section.djc-scen {
  background-image: url("../image/pgyws/djc_bg1.png"), linear-gradient(180deg, #fff9f8, #fff2f0);
  background-repeat: no-repeat, no-repeat;
  background-position:
    top center,
    0 0;
  background-size:
    cover,
    100% 100%;
}
.djc-scen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.djc-scen-card {
  padding: 30px;
}
.djc-scen-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b1f3a;
  margin: 16px 0 8px;
}
.djc-scen-card p {
  font-size: 14px;
  color: #6e7c93;
}

/* ============ 五、业务流程 ============ */
.djc-flow {
  background: #fff;
}
.djc-flow-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.djc-flow-step {
  background: #f7faff;
  border: 1px solid #e8eefc;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.djc-flow-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(74, 26, 21, 0.1);
}
.djc-phase {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 32px 32px 32px 32px;
  padding: 5px 16px;
  background: linear-gradient(180deg, #1a6fff 0%, #08a5ff 100%);
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.djc-phase.green {
  background: linear-gradient(180deg, #ff7a7b 0%, #ff4e4d 100%);
}
.djc-phase.orange {
  background: linear-gradient(180deg, #ff923d 0%, #ffa93d 100%);
}
.djc-flow-step h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 12px;
}
.djc-flow-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.djc-flow-items span {
  font-size: 13px;
  color: #6e7c93;
  background: #fff;
  border: 1px solid #e8eefc;
  padding: 5px 12px;
  border-radius: 999px;
}
.djc-flow-takeaway {
  text-align: center;
  font-size: 17px;
  color: #6b6563;
  margin-bottom: 56px;
}
.djc-flow-takeaway b {
  color: #ee4e41;
}
.djc-flow-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  position: relative;
}
.djc-flow-5::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, #ee4e41, #ff9e7a);
  opacity: 0.35;
}
.djc-flow-5-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.djc-flow-5-num {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(270deg, #ff7a7b 0%, #ff4e4d 100%);
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(238, 78, 65, 0.35);
  border: 4px solid #fff;
}
.djc-flow-5-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0b1f3a;
}
.djc-flow-5-item p {
  font-size: 12.5px;
  color: #6e7c93;
  margin-top: 4px;
}

/* ============ 六、服务金融机构 ============ */
.djc-section.djc-fin {
  background-image: url("../image/pgyws/djc_bg2.png"), linear-gradient(180deg, #fff9f8, #fff2f0);
  background-repeat: no-repeat, no-repeat;
  background-position:
    top center,
    0 0;
  background-size:
    cover,
    100% 100%;
}
.djc-fin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.djc-fin-card {
  padding: 28px;
}
.djc-fin-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b1f3a;
  margin: 14px 0 8px;
}
.djc-fin-card p {
  font-size: 14px;
  color: #6b6563;
}
.djc-table-wrapper {
  margin-top: 44px;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid #fbe5e1;
  box-shadow: 0 8px 28px rgba(74, 26, 21, 0.07);
  background: #fff;
}
.djc-comp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  font-size: 14px;
}
.djc-comp-table thead th {
  background: #0a214f;
  color: #fff;
  font-weight: 600;
  padding: 16px 20px;
  text-align: left;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.djc-comp-table thead th:first-child {
  border-top-left-radius: 16px;
}
.djc-comp-table thead th:last-child {
  border-top-right-radius: 16px;
}
.djc-comp-table tbody td {
  padding: 15px 20px;
  color: #0b1f3a;
  border-top: 1px solid #fcedea;
  vertical-align: top;
}
.djc-comp-table tbody tr:nth-child(even) {
  background: #f8faff;
}
.djc-comp-table tbody tr {
  transition: background 0.2s;
}
.djc-comp-table tbody tr:hover {
  background: #fff2f0;
}
.djc-comp-table td:first-child {
  font-weight: 700;
  color: #0b1f3a;
  white-space: nowrap;
}
.djc-comp-table tr td:nth-child(even),
.djc-comp-table tr td:nth-child(odd) {
  background: linear-gradient(90deg, rgba(10, 33, 79, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.djc-chip {
  display: inline-block;
  font-size: 12px;
  color: #ee4e41;
  background: rgba(238, 78, 65, 0.08);
  border: 1px solid rgba(238, 78, 65, 0.16);
  padding: 2px 10px;
  border-radius: 999px;
  margin: 2px 4px 2px 0;
}

/* ============ 七、为什么选择 ============ */
.djc-why {
  background: #fff;
}
.djc-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.djc-why-card {
  text-align: center;
  padding: 28px 18px;
}
.djc-why-num {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(238, 78, 65, 0.1), rgba(255, 158, 122, 0.1));
  color: #ee4e41;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(238, 78, 65, 0.2);
}
.djc-why-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 10px;
}
.djc-why-card p {
  font-size: 14px;
  color: #6e7c93;
}

/* ============ 八、联系 CTA ============ */
.djc-contact {
  background-color: #2a0e0b;
  background-image: url("../image/pgyws/djc-contact_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.djc-contact h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
.djc-contact p {
  font-size: 17px;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto 38px;
}
.djc-contact-channels {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.djc-channel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.25s;
}
/* 斜杠分隔：非按钮样式 */
.djc-channel + .djc-channel::before {
  content: "/";
  color: rgba(255, 255, 255, 0.35);
  margin: 0 18px;
  font-weight: 300;
}
.djc-channel:hover {
  color: #fff;
  transform: none;
}

/* ============ 九、合规声明 ============ */
.djc-compliance {
  background: #260d09;
  color: rgba(255, 255, 255, 0.7);
  padding: 56px 0 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
}
.djc-compliance h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.djc-comp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 36px;
}
.djc-comp-item h4 {
  font-size: 14px;
  font-weight: 500;
  color: #ee4e41;
  margin-bottom: 8px;
}
.djc-comp-item p {
  font-size: 13px;
  line-height: 1.8;
}
.djc-comp-foot {
  padding: 22px 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/* ============ 返回顶部 ============ */
.djc-back-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: linear-gradient(135deg, #ee4e41, #ff8a5c);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(238, 78, 65, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.djc-back-top.show {
  opacity: 1;
  visibility: visible;
}
.djc-back-top:hover {
  transform: translateY(-4px);
}

/* ============ 滚动显示动画 ============ */
.djc-reveal {
  opacity: 0;

  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.djc-reveal.visible {
  opacity: 1;
  transform: none;
}

/* ============ 响应式 ============ */
@media (max-width: 1024px) {
  .djc-cap-sub-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .djc-cap-report-grid,
  .djc-cap-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .djc-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .djc-flow-5 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }
  .djc-flow-5::before {
    display: none;
  }
  .djc-pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 平板下「文字+视频卡」双列过挤导致视频卡溢出，改为单列自适应 */
  .djc-about-grid {
    grid-template-columns: 1fr;
  }
}
/* 平板/窄屏（769-1199）：banner 不再强制 1200px，去配图改为纯色自适应，
   与下方各区块同宽居中，避免横向溢出/占位超出下方 */
@media (max-width: 1199px) and (min-width: 769px) {
  .djc-banner {
    min-width: 0;
    height: auto;
    background-image: none;
    background-color: #f0f2f5;
  }
  .djc-banner-content {
    height: auto;
    padding: 48px 0 56px;
  }
  .djc-banner-title-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .djc-banner-name {
    margin-top: 0;
    font-size: 44px;
  }
  .djc-banner-slogan {
    font-size: 26px;
  }
  .djc-banner-desc {
    font-size: 16px;
  }
  .djc-banner-btns {
    margin-top: 28px;
  }
  .djc-banner-btn-outline,
  .djc-banner-btn-solid {
    min-width: 140px;
    height: 46px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .djc-section {
    padding: 64px 0;
  }
  .djc-section-title {
    font-size: 28px;
  }
  .djc-banner-outer {
    padding-top: 78px;
  }
  .djc-banner {
    min-width: 0;
    height: auto;
    background-image: none;
    background-color: #f0f2f5;
  }
  .djc-banner-content {
    height: auto;
    padding: 40px 0 48px;
  }
  .djc-banner-title-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 0 24px 0;
  }
  .djc-banner-name {
    font-size: 36px;
    margin-top: 0;
  }
  .djc-banner-slogan {
    font-size: 22px;
  }
  .djc-banner-desc {
    font-size: 15px;
  }
  .djc-banner-btns {
    margin-top: 24px;
    gap: 12px;
  }
  .djc-banner-btn-outline,
  .djc-banner-btn-solid {
    min-width: 120px;
    height: 42px;
    font-size: 15px;
    padding: 0 20px;
  }
  .djc-about-grid {
    grid-template-columns: 1fr;
  }
  .djc-cap-head {
    flex-direction: column;
  }
  .djc-pain-grid,
  .djc-scen-grid,
  .djc-fin-grid,
  .djc-cap-3-grid {
    grid-template-columns: 1fr;
  }
  .djc-cap-sub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .djc-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .djc-flow-3 {
    grid-template-columns: 1fr;
  }
  .djc-flow-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .djc-comp-grid {
    grid-template-columns: 1fr;
  }
  .djc-contact h2 {
    font-size: 30px;
  }
  .djc-btn {
    padding: 12px 28px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .djc-cap-sub-grid {
    grid-template-columns: 1fr;
  }
  .djc-cap-report-grid,
  .djc-cap-4-grid {
    grid-template-columns: 1fr 1fr;
  }
  .djc-why-grid {
    grid-template-columns: 1fr;
  }
  .djc-container {
    padding: 0 16px;
  }
}
