/* ============================================================
   qy_lottery · home.css
   彩票数据分析与渠道分销 · 皇家紫香槟金 · 数据中心风格
   ============================================================ */

/* ========== Hero · 数据中心 ========== */
.hero-qyl {
  position: relative;
  padding: 110px 0 70px;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(109, 40, 217, .35) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(212, 175, 55, .15) 0%, transparent 55%),
    linear-gradient(180deg, var(--ks-bg-2) 0%, var(--ks-bg) 70%, #0d0517 100%);
  overflow: hidden;
}
.qyl-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(168, 85, 247, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 85, 247, .08) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 80%);
  pointer-events: none;
}
.qyl-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; filter: blur(100px); opacity: .35; pointer-events: none; }
.qyl-glow-1 { top: -120px; left: -120px; background: radial-gradient(circle, #6d28d9, transparent 70%); }
.qyl-glow-2 { bottom: -160px; right: -100px; background: radial-gradient(circle, #d4af37, transparent 70%); opacity: .18; }

.qyl-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(168, 85, 247, .08);
  border: 1px solid rgba(168, 85, 247, .35);
  color: #c4b5fd; font-size: 13px; font-weight: 600; letter-spacing: 1.5px;
  margin-bottom: 22px;
}
.qyl-dot { width: 8px; height: 8px; border-radius: 50%; background: #d4af37; box-shadow: 0 0 12px #d4af37; animation: qylDot 1.5s infinite; }
@keyframes qylDot { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.qyl-title { font-size: 46px; line-height: 1.18; font-weight: 800; color: #fff; margin-bottom: 18px; letter-spacing: -.5px; }
.qyl-title em {
  display: block; font-style: normal; margin-top: 10px;
  font-size: 22px; font-weight: 600;
  background: linear-gradient(135deg, #d4af37, #c4b5fd);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qyl-sub { font-size: 17px; line-height: 1.85; color: var(--ks-text-2); max-width: 600px; margin-bottom: 32px; }
.qyl-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

.qyl-search {
  position: relative; max-width: 520px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(168, 85, 247, .25);
  border-radius: 999px; padding: 6px 6px 6px 50px;
  display: flex; align-items: center; backdrop-filter: blur(8px);
}
.qyl-search-icon { position: absolute; left: 20px; color: #c4b5fd; font-size: 16px; }
.qyl-search input { flex: 1; background: transparent; border: 0; color: #fff; padding: 10px 12px; outline: none; font-size: 15px; }
.qyl-search input::placeholder { color: var(--ks-muted); }
.qyl-search button { padding: 8px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; }

/* ========== Hero 三张数据卡 ========== */
.qyl-cards { display: flex; flex-direction: column; gap: 14px; }
.qyl-dcard {
  padding: 20px 22px;
  background: linear-gradient(160deg, rgba(37, 16, 66, .95), rgba(47, 24, 86, .9));
  border: 1px solid rgba(168, 85, 247, .25);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
  transition: transform .3s ease;
}
.qyl-dcard:hover { transform: translateX(-4px); border-color: rgba(212, 175, 55, .4); }
.qyl-dc-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 12px; }
.qyl-dc-tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.qyl-dc-tag.live { background: rgba(220, 38, 38, .15); border: 1px solid rgba(220, 38, 38, .45); color: #fca5a5; }
.qyl-dc-tag.ai { background: rgba(168, 85, 247, .12); border: 1px solid rgba(168, 85, 247, .4); color: #c4b5fd; }
.qyl-dc-tag.chan { background: rgba(212, 175, 55, .12); border: 1px solid rgba(212, 175, 55, .4); color: #fde68a; }
.qyl-pulse { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 8px #ef4444; animation: qylPulse 1.5s infinite; }
@keyframes qylPulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.qyl-dc-bit { font-size: 12px; color: var(--ks-muted); font-weight: 600; }
.qyl-bit-ok { color: #34d399; }
.qyl-dcard h5 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.qyl-dc-foot { font-size: 12px; color: #c4b5fd; padding-top: 10px; border-top: 1px dashed rgba(168, 85, 247, .25); margin-top: 10px; }
.qyl-dc-rows { display: flex; flex-direction: column; gap: 6px; }
.qyl-dc-rows > div { display: flex; justify-content: space-between; font-size: 13px; }
.qyl-dc-rows span { color: var(--ks-muted); }
.qyl-dc-rows strong { color: #fff; font-weight: 700; }

.qyl-balls { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.qyl-ball {
  width: 32px; height: 32px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}
.qyl-red { background: linear-gradient(135deg, #dc2626, #991b1b); }
.qyl-blue { background: linear-gradient(135deg, #2563eb, #1d4ed8); margin-left: 6px; }

.qyl-trend { height: 50px; display: flex; gap: 4px; align-items: flex-end; }
.qyl-trend span {
  flex: 1; background: linear-gradient(180deg, #d4af37, #6d28d9);
  border-radius: 3px 3px 0 0; min-height: 12px; opacity: .9;
}
.qyl-trend span:nth-child(1) { height: 30%; }
.qyl-trend span:nth-child(2) { height: 55%; }
.qyl-trend span:nth-child(3) { height: 42%; }
.qyl-trend span:nth-child(4) { height: 78%; }
.qyl-trend span:nth-child(5) { height: 65%; }
.qyl-trend span:nth-child(6) { height: 88%; }
.qyl-trend span:nth-child(7) { height: 72%; }
.qyl-trend span:nth-child(8) { height: 95%; }

/* ========== Hero stats bar ========== */
.qyl-stats-bar {
  margin-top: 60px; padding: 22px 30px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(168, 85, 247, .2);
  border-radius: 16px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  backdrop-filter: blur(6px);
}
.qyl-stat { text-align: center; border-right: 1px dashed rgba(168, 85, 247, .15); }
.qyl-stat:last-child { border-right: 0; }
.qyl-stat strong {
  display: block; font-size: 32px; font-weight: 800;
  background: linear-gradient(135deg, #c4b5fd, #d4af37);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qyl-stat strong sup { font-size: 14px; vertical-align: super; }
.qyl-stat span { display: block; margin-top: 6px; color: var(--ks-muted); font-size: 13px; }

/* ========== Solutions ========== */
.qyl-solutions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 50px; }
.qyl-solution {
  position: relative;
  padding: 36px 30px 30px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 18px;
  transition: all .35s ease;
}
.qyl-solution:hover { transform: translateY(-4px); border-color: rgba(168, 85, 247, .4); box-shadow: 0 16px 40px rgba(0, 0, 0, .5); }
.qyl-solution-num {
  position: absolute; top: 22px; right: 30px;
  font-size: 56px; font-weight: 800;
  background: linear-gradient(135deg, rgba(168, 85, 247, .12), rgba(212, 175, 55, .08));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -2px; line-height: 1;
}
.qyl-solution-icon {
  width: 60px; height: 60px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(109, 40, 217, .35), rgba(168, 85, 247, .15));
  display: flex; align-items: center; justify-content: center;
  color: #c4b5fd; font-size: 26px;
  border: 1px solid rgba(168, 85, 247, .3);
  margin-bottom: 18px;
}
.qyl-solution h3 { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.qyl-solution-tag { color: #d4af37; font-size: 12px; font-weight: 600; letter-spacing: 1px; margin-bottom: 14px; }
.qyl-solution-desc { color: var(--ks-text-2); font-size: 14px; line-height: 1.8; margin-bottom: 18px; }
.qyl-solution-features { list-style: none; padding: 0; margin: 0 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.qyl-solution-features li { color: var(--ks-text-2); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.qyl-solution-features i { color: #34d399; font-size: 12px; }
.qyl-solution-link { color: #c4b5fd; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .25s ease; }
.qyl-solution-link:hover { color: #d4af37; gap: 12px; }

/* ========== Metrics 数据指标墙 8 卡 ========== */
.qyl-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.qyl-metric {
  position: relative;
  padding: 24px 22px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 12px;
  overflow: hidden;
}
.qyl-metric::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #6d28d9, #d4af37);
}
.qyl-mlabel { display: block; color: var(--ks-muted); font-size: 12px; margin-bottom: 10px; letter-spacing: .5px; }
.qyl-mvalue {
  display: block; font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 8px;
  background: linear-gradient(135deg, #fff, #c4b5fd);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qyl-mvalue small { font-size: 14px; margin-left: 2px; opacity: .8; }
.qyl-mdelta { font-size: 12px; color: var(--ks-muted); display: inline-flex; align-items: center; gap: 4px; }
.qyl-mdelta.up { color: #34d399; }

/* ========== Games 玩法矩阵 ========== */
.qyl-games { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 50px; }
.qyl-gcat {
  padding: 26px 28px;
  background: linear-gradient(140deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px;
}
.qyl-gcat h5 {
  color: #fff; font-size: 16px; font-weight: 700;
  margin-bottom: 16px; display: flex; align-items: center; gap: 12px;
}
.qyl-gcat-tag {
  display: inline-block; padding: 3px 10px; border-radius: 6px;
  background: rgba(212, 175, 55, .15); border: 1px solid rgba(212, 175, 55, .4);
  color: #d4af37; font-size: 11px; font-weight: 700; letter-spacing: 1px;
}
.qyl-ggrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.qyl-game {
  padding: 14px 10px; text-align: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--ks-border);
  border-radius: 8px;
}
.qyl-game strong { display: block; color: #fff; font-size: 14px; margin-bottom: 4px; }
.qyl-game span { color: #c4b5fd; font-size: 12px; }

/* ========== Channels 6 大区 ========== */
.qyl-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.qyl-region {
  padding: 26px 28px;
  background: linear-gradient(160deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 14px;
  position: relative;
}
.qyl-region:hover { border-color: rgba(168, 85, 247, .4); }
.qyl-r-head { color: #c4b5fd; font-size: 14px; font-weight: 600; margin-bottom: 14px; }
.qyl-r-head i { color: #d4af37; margin-right: 6px; }
.qyl-r-num {
  font-size: 42px; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, #fff, #d4af37);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 16px;
}
.qyl-r-num small { font-size: 18px; margin-left: 2px; }
.qyl-r-cities { display: flex; flex-wrap: wrap; gap: 6px; }
.qyl-r-cities span {
  padding: 4px 10px; border-radius: 999px;
  background: rgba(168, 85, 247, .08);
  border: 1px solid rgba(168, 85, 247, .2);
  color: var(--ks-text-2); font-size: 12px;
}

/* ========== Engine 4 层 ========== */
.qyl-engine { margin-top: 50px; max-width: 880px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; gap: 14px; }
.qyl-elayer {
  position: relative;
  padding: 24px 28px 24px 130px;
  background: linear-gradient(110deg, var(--ks-bg-3), var(--ks-bg-2));
  border: 1px solid var(--ks-border);
  border-radius: 12px;
  transition: all .3s ease;
}
.qyl-elayer:hover { border-color: rgba(212, 175, 55, .4); transform: translateX(4px); }
.qyl-el-tag {
  position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
  padding: 8px 14px; border-radius: 8px;
  background: linear-gradient(135deg, rgba(109, 40, 217, .35), rgba(168, 85, 247, .15));
  border: 1px solid rgba(168, 85, 247, .35);
  color: #c4b5fd; font-size: 13px; font-weight: 700; letter-spacing: 1px;
  width: 90px; text-align: center;
}
.qyl-el-4 .qyl-el-tag { background: linear-gradient(135deg, rgba(212, 175, 55, .25), rgba(212, 175, 55, .08)); color: #d4af37; border-color: rgba(212, 175, 55, .4); }
.qyl-elayer h4 { color: #fff; font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.qyl-elayer p { color: var(--ks-text-2); font-size: 13px; margin: 0; }

/* ========== FAQ 手风琴 ========== */
.qyl-faq { margin-top: 50px; max-width: 920px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; gap: 12px; }
.qyl-faq details {
  background: var(--ks-bg-3);
  border: 1px solid var(--ks-border);
  border-radius: 12px;
  overflow: hidden;
}
.qyl-faq details[open] { border-color: rgba(212, 175, 55, .35); }
.qyl-faq summary {
  position: relative;
  padding: 18px 50px 18px 24px;
  color: #fff; font-size: 15px; font-weight: 600;
  cursor: pointer; list-style: none;
}
.qyl-faq summary::-webkit-details-marker { display: none; }
.qyl-faq summary::after {
  content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(168, 85, 247, .12); color: #c4b5fd;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; transition: transform .3s ease;
}
.qyl-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: rgba(212, 175, 55, .15); color: #d4af37; }
.qyl-faq details p { padding: 0 24px 18px; color: var(--ks-text-2); font-size: 14px; line-height: 1.8; margin: 0; }

/* ========== CTA ========== */
.qyl-cta { padding: 70px 0; background: var(--ks-bg-2); }
.qyl-cta-card {
  position: relative;
  padding: 50px 60px;
  background:
    linear-gradient(135deg, rgba(109, 40, 217, .35), rgba(212, 175, 55, .12) 100%),
    var(--ks-bg-3);
  border: 1px solid rgba(212, 175, 55, .25);
  border-radius: 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 40px;
  overflow: hidden;
}
.qyl-cta-card::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, .25), transparent 70%);
  filter: blur(40px);
}
.qyl-cta-text { flex: 1; position: relative; }
.qyl-cta-text h2 { color: #fff; font-size: 32px; font-weight: 800; margin: 12px 0 14px; }
.qyl-cta-text p { color: var(--ks-text-2); font-size: 15px; line-height: 1.85; margin: 0; max-width: 600px; }
.qyl-cta-actions { display: flex; flex-direction: column; gap: 12px; position: relative; }

/* ========== News ========== */
.qyl-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.qyl-news-card { padding: 26px 24px; background: var(--ks-bg-3); border: 1px solid var(--ks-border); border-radius: 14px; transition: all .3s ease; }
.qyl-news-card:hover { transform: translateY(-3px); border-color: rgba(168, 85, 247, .35); }
.qyl-news-tag { display: inline-block; padding: 4px 12px; border-radius: 6px; background: rgba(212, 175, 55, .1); border: 1px solid rgba(212, 175, 55, .3); color: #d4af37; font-size: 12px; font-weight: 600; margin-bottom: 14px; }
.qyl-news-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 10px; line-height: 1.5; }
.qyl-news-card h4 a { color: #fff; text-decoration: none; }
.qyl-news-card h4 a:hover { color: #c4b5fd; }
.qyl-news-card p { color: var(--ks-text-2); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.qyl-news-meta { display: flex; gap: 18px; color: var(--ks-muted); font-size: 12px; padding-top: 14px; border-top: 1px dashed var(--ks-border); }

/* ========== 响应式 ========== */
@media (max-width: 1199.98px) {
  .qyl-metrics { grid-template-columns: repeat(2, 1fr); }
  .qyl-games { grid-template-columns: 1fr; }
  .qyl-channels { grid-template-columns: repeat(2, 1fr); }
  .qyl-news { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  .hero-qyl { padding: 80px 0 50px; }
  .qyl-title { font-size: 36px; }
  .qyl-title em { font-size: 18px; }
  .qyl-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .qyl-stat:nth-child(2) { border-right: 0; }
  .qyl-solutions { grid-template-columns: 1fr; }
  .qyl-elayer { padding-left: 24px; padding-top: 60px; }
  .qyl-el-tag { position: static; transform: none; margin-bottom: 12px; }
}
@media (max-width: 767.98px) {
  .qyl-title { font-size: 28px; }
  .qyl-title em { font-size: 16px; }
  .qyl-cta-card { flex-direction: column; align-items: stretch; padding: 36px 24px; }
  .qyl-cta-actions { flex-direction: row; }
  .qyl-metrics { grid-template-columns: 1fr; }
  .qyl-channels { grid-template-columns: 1fr; }
  .qyl-ggrid { grid-template-columns: repeat(2, 1fr); }
  .qyl-news { grid-template-columns: 1fr; }
  .qyl-stats-bar { padding: 16px; gap: 14px; }
  .qyl-stat strong { font-size: 24px; }
  .qyl-balls .qyl-ball { width: 28px; height: 28px; font-size: 12px; }
}


/* =================================================== */
/* MOBILE ENHANCED · 旧模板通用 H5 自适应规则           */
/* =================================================== */
.qyl-hero img, .qyl-solutions img, .qyl-data img, .qyl-news img, .qyl-tiers img { max-width: 100%; height: auto; }

@media (max-width: 991.98px) {
  .qyl-hero { padding: 80px 20px 60px; }
  .qyl-hero h1, .qyl-hero .qyl-h1 { font-size: 48px !important; line-height: 1.05 !important; }
  .qyl-hero-lead, .qyl-hero p { font-size: 16px !important; line-height: 1.7 !important; }
}

@media (max-width: 768px) {
  /* Hero 放大 */
  .qyl-hero { padding: 72px 20px 56px; }
  .qyl-hero h1, .qyl-hero .qyl-h1 { font-size: 40px !important; line-height: 1.1 !important; }
  .qyl-hero h1 em, .qyl-hero .qyl-h1 em { font-size: 40px !important; }
  .qyl-hero-tag { font-size: 12px !important; padding: 8px 14px !important; margin-bottom: 24px !important; }
  .qyl-hero-lead, .qyl-hero p { font-size: 15px !important; line-height: 1.75 !important; margin-bottom: 24px !important; }
  .qyl-hero-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
  .qyl-hero-cta a { padding: 16px 20px !important; font-size: 15px !important; width: 100%; box-sizing: border-box; text-align: center; border-radius: 10px !important; min-height: 48px; }
  /* Stats 改 2 列 */
  .qyl-hero-stats, .qyl-hero-numbers { grid-template-columns: 1fr 1fr !important; gap: 0 !important; margin-top: 32px !important; }
  .qyl-hero-stats div, .qyl-num-cell { padding: 18px 14px !important; border-bottom: 1px solid rgba(255,255,255,.1); }
  .qyl-hero-stats strong, .qyl-hero-stats b, .qyl-num-cell strong { font-size: 28px !important; }
  .qyl-hero-stats span, .qyl-num-cell span { font-size: 12px !important; }
  /* Sections 网格改单列 */
  .qyl-solutions, .qyl-data, .qyl-tiers, .qyl-news, .qyl-final, .qyl-features { padding: 56px 0 !important; }
  .qyl-sol-grid, .qyl-tier-grid, .qyl-news-grid, .qyl-sol, .qyl-cabs, .qyl-tokens, .qyl-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .qyl-sol-card, .qyl-tier-card, .qyl-news-card, .qyl-sol, .qyl-cab, .qyl-tok { padding: 24px 20px !important; border-radius: 12px !important; }
  .qyl-sol-card h3, .qyl-tier-card h3, .qyl-news-card h3 { font-size: 18px !important; }
  .qyl-sol-card p, .qyl-tier-card p, .qyl-news-card p { font-size: 14px !important; line-height: 1.7 !important; }
  /* Section title */
  .qyl-sec-title, .qyl-sec-head h2, .qyl-final h2 { font-size: 26px !important; line-height: 1.25 !important; }
  .qyl-sec-sub, .qyl-sec-head p { font-size: 14px !important; }
  /* Final CTA 竖排 */
  .qyl-final { padding: 56px 20px !important; }
  .qyl-final-actions { flex-direction: column; gap: 10px; }
  .qyl-final-actions a, .qyl-final-actions .btn { width: 100%; box-sizing: border-box; padding: 14px 20px !important; font-size: 15px !important; min-height: 48px; border-radius: 10px !important; }
  /* Keywords chips */
  .qyl-chip-grid { gap: 6px; }
  .qyl-chip { padding: 8px 14px !important; font-size: 13px !important; }
  /* 表格横滚 */
  .qyl-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .qyl-table th, .qyl-table td { font-size: 13px !important; padding: 10px 8px !important; }
}

@media (max-width: 480px) {
  .qyl-hero h1, .qyl-hero .qyl-h1 { font-size: 32px !important; }
  .qyl-hero h1 em, .qyl-hero .qyl-h1 em { font-size: 32px !important; }
  .qyl-hero-stats strong, .qyl-hero-stats b { font-size: 22px !important; }
}
