@charset "utf-8";
/*!
 * 皇御贵金属 · 现货白银优选主题 主样式
 * 设计目标：中文排版优先（行高 / 字距 / 断行），兼容 Chrome、Sogou、Edge、Firefox
 */

/* ============ 基础 ============ */
.hy-body {
  color: #333f4d;
  background: #f4f6f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 14px;
  color: #0a2540;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

p { margin: 0 0 14px; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }

.hy-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hy-main-wrap { padding: 32px 16px 72px; }

/* ============ 按钮 ============ */
.hy-btn {
  display: inline-block;
  padding: 13px 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}

.hy-btn-primary {
  background: #c89550;
  background-image: -webkit-linear-gradient(120deg, #dca767 0%, #a87a33 100%);
  background-image: linear-gradient(120deg, #dca767 0%, #a87a33 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(168,122,51,.28);
}
.hy-btn-primary:hover {
  background: #a87a33;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 22px rgba(168,122,51,.4);
}

.hy-btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,.6);
}
.hy-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }

.hy-btn-outline {
  background: transparent;
  color: #c89550;
  border-color: #c89550;
}
.hy-btn-outline:hover { background: #c89550; color: #fff; }

.hy-btn-sm { padding: 8px 16px; font-size: 14px; }
.hy-btn-block { display: block; width: 100%; }

.hy-btn-mini {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 5px 12px;
  border: 1px solid #d5dbe3;
  border-radius: 3px;
  font-size: 13px;
  color: #4c5866;
  background: #fff;
}
.hy-btn-mini:hover { border-color: #c89550; color: #a87a33; }
.hy-btn-mini.is-primary {
  background: #c89550;
  border-color: #c89550;
  color: #fff;
}
.hy-btn-mini.is-primary:hover { background: #a87a33; color: #fff; }

/* ============ 顶部快捷栏 ============ */
.hy-topbar {
  background: #0a2540;
  color: #c9d3de;
  font-size: 13px;
}
.hy-topbar-inner {
  display: block;
  min-height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.hy-topbar-slogan {
  float: left;
  margin: 0;
  color: #c89550;
}
.hy-topbar-right { float: right; }
.hy-topbar-right .hy-topbar-menu { display: inline-block; }
.hy-topbar-right .hy-topbar-menu li {
  display: inline-block;
  margin-left: 16px;
}
.hy-topbar-right .hy-topbar-menu a { color: #c9d3de; }
.hy-topbar-right .hy-topbar-menu a:hover { color: #c89550; }
.hy-topbar-tel { margin-left: 18px; }
.hy-topbar-tel b { color: #c89550; font-weight: 700; }

/* ============ 头部 ============ */
.hy-header {
  background: #ffffff;
  border-bottom: 1px solid #e4e9f0;
  box-shadow: 0 1px 6px rgba(10, 37, 64, .05);
}
.hy-header-inner {
  display: block;
  min-height: 72px;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: hidden;
}

.hy-logo { float: left; }
.hy-logo a, .hy-logo img { display: block; }
.hy-logo-text { text-decoration: none; }
.hy-logo-main {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #0a2540;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.hy-logo-sub {
  display: block;
  font-size: 12px;
  color: #c89550;
  letter-spacing: 0.28em;
}
/* 支持 text 裁切的浏览器上，副标题改成渐变金（不支持时自动回落到纯色） */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hy-logo-sub {
    background-image: -webkit-linear-gradient(90deg, #dca767 0%, #a87a33 100%);
    background-image: linear-gradient(90deg, #dca767 0%, #a87a33 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.hy-nav { float: left; margin-left: 40px; }
.hy-nav-list { line-height: 46px; }
.hy-nav-list > li {
  display: inline-block;
  position: relative;
  margin-right: 26px;
}
.hy-nav-list > li > a {
  color: #333f4d;
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.hy-nav-list > li > a:hover { color: #a87a33; }
.hy-nav-list > li.is-active > a {
  color: #a87a33;
  border-bottom-color: #c89550;
}
.hy-nav-list ul.sub-menu,
.hy-nav-list ul.children {
  display: none;
  position: absolute;
  z-index: 30;
  top: 46px;
  left: 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e4e9f0;
  box-shadow: 0 4px 14px rgba(10,37,64,.08);
}
.hy-nav-list li:hover > ul.sub-menu,
.hy-nav-list li:hover > ul.children { display: block; }
.hy-nav-list ul.sub-menu li,
.hy-nav-list ul.children li {
  line-height: 40px;
  padding: 0 16px;
  border-bottom: 1px solid #f0f3f7;
}
.hy-nav-list ul.sub-menu a { color: #4c5866; font-size: 14px; }
.hy-nav-list ul.sub-menu a:hover { color: #a87a33; }

.hy-header-actions { float: right; }
.hy-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.hy-search-input {
  width: 160px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #dfe4ea;
  border-radius: 3px 0 0 3px;
  background: #fafbfc;
  font-size: 13px;
  outline: none;
  vertical-align: middle;
}
.hy-search-btn {
  height: 34px;
  padding: 0 14px;
  margin-left: -5px;
  border: 1px solid #0a2540;
  border-radius: 0 3px 3px 0;
  background: #0a2540;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  vertical-align: middle;
}
.hy-search-btn:hover { background: #123a63; }

.hy-nav-toggle {
  display: none;
  float: right;
  width: 40px;
  height: 34px;
  margin-top: 6px;
  border: 1px solid #dfe4ea;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  padding: 0;
}
.hy-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #0a2540;
}

/* ============ 面包屑 ============ */
.hy-crumb {
  font-size: 13px;
  color: #8a94a2;
  margin-bottom: 16px;
}
.hy-crumb ol { overflow: hidden; }
.hy-crumb li { float: left; }
.hy-crumb a { color: #6b7684; }
.hy-crumb a:hover { color: #a87a33; }
.hy-crumb-sep { margin: 0 8px; color: #c3cad3; }
.hy-crumb-current { color: #8a94a2; }

/* ============ Hero ============ */
.hy-hero {
  /* 单层 url：不写「url + 渐变」多层背景，老内核（搜狗/旧 Chromium）不支持多层会整条丢弃 */
  background-color: #fdf5ea; /* 兜底色与背景图主色一致，避免加载瞬间闪深蓝 */
  background-image: url(https://probibstatic.seobp.com/static/images/index/p1-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #0a2540; /* 背景图为浅米金色，文字统一转深色 */
  padding: 76px 0 120px; /* 底部留白要容纳跨压上来的行情卡 */
}
.hy-hero-inner { overflow: hidden; }
.hy-hero-text {
  float: left;
  width: 58%;
  padding-right: 40px;
  box-sizing: border-box;
}
.hy-hero-eyebrow {
  position: relative;
  padding-left: 12px;
  color: #8a6620;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
/* 眉标前的小金竖线 */
.hy-hero-eyebrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 2px;
  height: 12px;
  background: #c89550;
}
.hy-hero-title {
  color: #0a2540;
  font-size: 44px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  font-weight: 700;
}
.hy-hero-desc {
  color: #5a6472;
  font-size: 16px;
  line-height: 1.9;
  max-width: 560px;
  margin-bottom: 30px;
}
.hy-hero-desc strong { color: #8a6620; font-weight: 700; }
.hy-hero-btns { margin-bottom: 22px; }
.hy-hero-btns .hy-btn { margin-right: 12px; margin-bottom: 10px; }
/* 浅色背景上的次级按钮：全局 ghost 是白色，这里覆盖成深色描边 */
.hy-hero .hy-btn-ghost {
  background: rgba(255,255,255,.6);
  color: #0a2540;
  border-color: rgba(10,37,64,.35);
}
.hy-hero .hy-btn-ghost:hover {
  background: #0a2540;
  color: #fff;
  border-color: #0a2540;
}
.hy-hero-badges { overflow: hidden; }
.hy-hero-badges li {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 5px 12px;
  border: 1px solid rgba(169,127,44,.45);
  border-radius: 20px;
  background: rgba(255,255,255,.6);
  font-size: 12px;
  color: #8a6620;
}
.hy-hero-side {
  float: right;
  width: 42%;
  box-sizing: border-box;
}
.hy-hero-side img {
  margin: 0 auto;
  max-height: 400px; /* 原图 486x590 偏高，限高避免 hero 被撑得太长 */
  width: auto;
  -webkit-filter: drop-shadow(0 10px 24px rgba(10,37,64,.16));
  filter: drop-shadow(0 10px 24px rgba(10,37,64,.16));
}

/* 通用：自适应图片 + fadeInUp 入场动画 */
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.fadeInUp,
.fadeInUp2 {
  -webkit-animation-name: hyFadeInUp;
  animation-name: hyFadeInUp;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.fadeInUp2 {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}
@-webkit-keyframes hyFadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 26px, 0); transform: translate3d(0, 26px, 0); }
  to   { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes hyFadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 26px, 0); transform: translate3d(0, 26px, 0); }
  to   { opacity: 1; -webkit-transform: none; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .fadeInUp,
  .fadeInUp2 {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
}

/* ============ 行情模块 ============ */
.hy-quote {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(10,37,64,.05);
}
.hy-quote-main {
  padding-bottom: 14px;
  border-bottom: 1px dashed #e4e9f0;
  margin-bottom: 14px;
}
.hy-quote-label {
  display: block;
  font-size: 13px;
  color: #6b7684;
  margin-bottom: 4px;
}
.hy-quote-price {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 6px;
}
.hy-quote-unit { font-size: 13px; color: #6b7684; }
.hy-quote-change {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.hy-quote-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: #f2f4f7;
  border: 1px solid #e4e9f0;
  border-radius: 3px;
  font-size: 12px;
  color: #8a94a2;
}

/* 涨红跌绿（国内习惯） */
.is-up { color: #e1251b; }
.is-down { color: #0e9f6e; }
.hy-quote-change.is-up { background: #fdeceb; }
.hy-quote-change.is-down { background: #e9f7f2; }

.hy-quote-grid { overflow: hidden; }
.hy-quote-grid li {
  float: left;
  width: 50%;
  padding: 8px 0;
  box-sizing: border-box;
}
.hy-quote-grid li:nth-child(odd) { padding-right: 10px; }
.hy-quote-grid span {
  display: block;
  font-size: 12px;
  color: #8a94a2;
}
.hy-quote-grid b {
  display: inline-block;
  font-size: 18px;
  color: #0a2540;
  margin-right: 4px;
}
.hy-quote-grid i {
  font-style: normal;
  font-size: 12px;
  color: #a4adb9;
}
.hy-quote-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #a4adb9;
}

/* ============ 旧版区块标题（内页仍在沿用） ============ */
.hy-section-head { margin-bottom: 28px; }
.hy-section-head-flex { overflow: hidden; }
.hy-section-head-flex > div { float: left; }
.hy-section-head-flex .hy-more { float: right; }
.hy-section-title {
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 16px;
}
/* 标题左侧渐变金竖条 */
.hy-section-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 22px;
  border-radius: 2px;
  background: #c89550;
  background-image: -webkit-linear-gradient(180deg, #dca767 0%, #a87a33 100%);
  background-image: linear-gradient(180deg, #dca767 0%, #a87a33 100%);
}
.hy-section-sub {
  color: #7b8794;
  font-size: 15px;
  margin: 4px 0 0 16px;   /* 与标题左对齐，副标题退后半步 */
  letter-spacing: 0.02em;
}

/* ============ 首页通栏区块（整幅色带 + 居中大标题） ============ */
/* 挂在首页外层 div 上，不依赖 WordPress 的 body.home 类 */
.hy-main-wrap-wide {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.hy-band {
  padding: 64px 0;
  background: #ffffff;
}
.hy-band-cta { padding-bottom: 72px; }
.hy-band-alt { background: #f5f6fa; }   /* 浅灰蓝交替色带，拉开区块节奏 */

/* 白色色带里的卡片需要一点投影才不与背景糊在一起 */
.hy-band .hy-card { box-shadow: 0 2px 10px rgba(10,37,64,.04); }
.hy-band .hy-card:hover { box-shadow: 0 14px 32px rgba(10,37,64,.10); }

.hy-band-head {
  text-align: center;
  margin-bottom: 48px;
}
.hy-band-title {
  font-size: 34px;
  line-height: 1.45;
  color: #22273f;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
/* 标题下方居中金色短横线 */
.hy-band-title:after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin: 14px auto 0;
  background: #c89550;
  background-image: -webkit-linear-gradient(90deg, #dca767 0%, #a87a33 100%);
  background-image: linear-gradient(90deg, #dca767 0%, #a87a33 100%);
}
.hy-band-sub {
  color: #6b727d;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 12px 0 0;
}
.hy-band-more {
  display: inline-block;
  margin-top: 12px;
  color: #a87a33;
  font-size: 14px;
}
.hy-band-more:hover { color: #8a6620; }
/* 板块内嵌引导线（对标 huangjin24k 优势区末尾的模拟账户引导） */
.hy-band-tip {
  margin: 34px 0 0;
  text-align: center;
  font-size: 15px;
  color: #5a6472;
  line-height: 1.9;
}
.hy-band-tip a {
  color: #8a6620;
  font-weight: 600;
  border-bottom: 1px solid rgba(138,102,32,.35);
  padding-bottom: 1px;
}
.hy-band-tip a:hover { color: #a87a33; border-bottom-color: #a87a33; }

/* 屏幕阅读器可见、视觉隐藏：保留 SEO 标题但不占版面 */
.hy-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/* 行情卡跨压 hero 底边（参考站 .notice 的招牌手法） */
.hy-quote-strip {
  position: relative;
  z-index: 5;
  margin: -80px auto 0;
}
.hy-quote-strip .hy-quote {
  padding: 26px 30px;
  border-color: #e8ecf2;
  border-radius: 10px;
  box-shadow: 0 16px 44px rgba(10,37,64,.13);
}
.hy-section-extra {
  margin-top: 18px;
  font-size: 14px;
  color: #6b7684;
  line-height: 1.9;
}
.hy-section-extra a { color: #a87a33; text-decoration: underline; }
.hy-more { color: #a87a33; font-size: 14px; }
.hy-empty {
  padding: 40px;
  text-align: center;
  color: #8a94a2;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 10px;
}

/* ============ 卡片 ============ */
.hy-cards { overflow: hidden; }
.hy-cards-3 .hy-card {
  float: left;
  width: 33.3333%;
  padding: 0 12px 24px;
  box-sizing: border-box;
}
.hy-card {
  position: relative;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  padding: 26px 24px;
  height: 100%;
  box-sizing: border-box;
  transition: -webkit-transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
/* 顶部金色短横条，hover 才出现 */
.hy-card:before {
  content: "";
  position: absolute;
  left: 24px;
  top: -1px;
  width: 36px;
  height: 2px;
  background: #c89550;
  background-image: -webkit-linear-gradient(90deg, #dca767 0%, #a87a33 100%);
  background-image: linear-gradient(90deg, #dca767 0%, #a87a33 100%);
  opacity: 0;
  transition: opacity .25s ease;
}
.hy-card:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #e6d9b8;
  box-shadow: 0 12px 28px rgba(10,37,64,.09);
}
.hy-card:hover:before { opacity: 1; }
.hy-card-title { font-size: 18px; margin-bottom: 10px; letter-spacing: 0.01em; }
.hy-card-desc { font-size: 14px; color: #6b7684; margin: 0; line-height: 1.9; }

/* ============ 对比表 ============ */
.hy-table-wrap { overflow-x: auto; }
.hy-table-title { font-size: 19px; margin-bottom: 14px; }
.hy-table {
  width: 100%;
  border: 1px solid #e8ecf1;
  font-size: 14px;
}
.hy-table th {
  background: #f2f5f8;
  color: #0a2540;
  font-weight: 700;
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #e8ecf1;
  white-space: nowrap;
}
.hy-table td {
  padding: 14px 10px;
  border-bottom: 1px solid #f0f3f7;
  color: #4c5866;
  vertical-align: middle;
}
.hy-table tbody tr:hover { background: #fcfcfd; }
.hy-table .is-reco { background: #fffbf2; }
.hy-table .is-reco:hover { background: #fff7e8; }
.hy-td-name { font-weight: 700; color: #0a2540; white-space: nowrap; }
.hy-td-score { color: #e1251b; font-weight: 700; }
.hy-badge-reco {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  background: #e1251b;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  border-radius: 2px;
  vertical-align: middle;
}
.hy-table-note {
  margin-top: 12px;
  font-size: 13px;
  color: #8a94a2;
}
.hy-table-detail th { width: 140px; white-space: nowrap; }

/* ============ 要点 ============ */
.hy-point {
  overflow: hidden;
  padding: 24px 0;
  border-bottom: 1px solid #eef1f5;
}
.hy-point:last-child { border-bottom: 0; }
.hy-point-num {
  float: left;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #c89550;
  background-image: -webkit-linear-gradient(135deg, #dca767 0%, #a87a33 100%);
  background-image: linear-gradient(135deg, #dca767 0%, #a87a33 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(168,122,51,.28);
}
.hy-point-body { margin-left: 76px; }
.hy-point-title { font-size: 18px; margin-bottom: 8px; letter-spacing: 0.01em; }
.hy-point-desc { font-size: 14px; color: #6b7684; line-height: 1.9; margin-bottom: 8px; }
.hy-point-link { color: #a87a33; font-size: 14px; }
.hy-point-link:hover { color: #8a6620; }

/* ============ 文章卡片 / 列表 ============ */
.hy-posts-grid { overflow: hidden; }
.hy-posts-grid .hy-post-card {
  float: left;
  width: 33.3333%;
  padding: 0 12px 24px;
  box-sizing: border-box;
}
.hy-post-card {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  transition: -webkit-transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hy-post-card:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #e6d9b8;
  box-shadow: 0 12px 30px rgba(10,37,64,.10);
}
.hy-post-card-thumb {
  display: block;
  height: 168px;
  overflow: hidden;
  background: #f2f5f8;
}
.hy-post-card-thumb img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  display: block;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}
.hy-post-card:hover .hy-post-card-thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hy-post-card-nothumb {
  display: block;
  height: 168px;
  line-height: 168px;
  text-align: center;
  color: #c89550;
  font-size: 18px;
  letter-spacing: .1em;
  background: #f6f8fa;
}
.hy-post-card-body { padding: 16px; }
.hy-post-card-title {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  height: 52px;
  overflow: hidden;
}
.hy-post-card-title a { color: #0a2540; }
.hy-post-card-title a:hover { color: #a87a33; }
.hy-post-card-excerpt {
  font-size: 13px;
  color: #8a94a2;
  line-height: 1.8;
  height: 46px;
  overflow: hidden;
  margin-bottom: 10px;
}
.hy-post-card-meta {
  font-size: 12px;
  color: #a4adb9;
  overflow: hidden;
}
.hy-post-card-meta span { float: left; margin-right: 14px; }

.hy-platform-card .hy-post-card-body { padding: 20px; }
.hy-platform-meta { margin-bottom: 10px; }
.hy-platform-meta li {
  font-size: 13px;
  color: #6b7684;
  line-height: 1.9;
}
.hy-platform-actions { margin-top: 12px; }
.hy-platform-actions-lg { margin-top: 24px; }
.hy-platform-actions-lg .hy-btn { margin-right: 12px; }

/* 列表形式 */
.hy-list-item {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #eef1f5;
}
.hy-list-item:last-child { border-bottom: 0; }
.hy-list-thumb {
  float: left;
  width: 200px;
  height: 122px;
  overflow: hidden;
  margin-right: 18px;
  border-radius: 4px;
  background: #f2f5f8;
}
.hy-list-thumb img { width: 100%; height: 122px; object-fit: cover; display: block; }
.hy-list-body { overflow: hidden; }
.hy-list-title {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.hy-list-title a { color: #0a2540; }
.hy-list-title a:hover { color: #a87a33; }
.hy-list-excerpt {
  font-size: 14px;
  color: #6b7684;
  line-height: 1.85;
  margin-bottom: 10px;
}
.hy-list-meta { font-size: 12px; color: #a4adb9; }
.hy-list-meta span, .hy-list-meta a { margin-right: 14px; color: #a4adb9; }
.hy-list-meta a:hover { color: #a87a33; }

/* ============ 内容区 ============ */
.hy-layout { overflow: hidden; }
.hy-content {
  float: left;
  width: 72%;
  padding-right: 24px;
  box-sizing: border-box;
}
.hy-sidebar {
  float: right;
  width: 28%;
  box-sizing: border-box;
}

.hy-single {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 10px;
  padding: 36px;
  box-shadow: 0 2px 10px rgba(10,37,64,.04);
}
.hy-single-head {
  border-bottom: 1px solid #eef1f5;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.hy-single-title { font-size: 28px; line-height: 1.5; margin-bottom: 12px; }
.hy-single-sub { font-size: 14px; color: #6b7684; margin: 0; }
.hy-single-meta { font-size: 13px; color: #a4adb9; }
.hy-single-meta span, .hy-single-meta a { margin-right: 16px; color: #a4adb9; }
.hy-single-meta a:hover { color: #a87a33; }

.hy-entry {
  font-size: 16px;
  line-height: 1.95;
  color: #333f4d;
}
.hy-entry p { margin-bottom: 18px; text-align: justify; }
.hy-entry h2 {
  font-size: 22px;
  margin: 32px 0 16px;
  padding-left: 12px;
  border-left: 4px solid #c89550;
}
.hy-entry h3 { font-size: 18px; margin: 26px 0 12px; }
.hy-entry ul, .hy-entry ol { margin: 0 0 18px 22px; }
.hy-entry ul li { list-style: disc; margin-bottom: 8px; }
.hy-entry ol li { list-style: decimal; margin-bottom: 8px; }
.hy-entry a { color: #a87a33; text-decoration: underline; }
.hy-entry img { border-radius: 4px; height: auto; }
.hy-entry blockquote {
  margin: 20px 0;
  padding: 14px 18px;
  background: #f7f9fb;
  border-left: 4px solid #c89550;
  color: #4c5866;
}
.hy-entry table { margin-bottom: 18px; border: 1px solid #e8ecf1; }
.hy-entry table th { background: #f2f5f8; padding: 10px; border: 1px solid #e8ecf1; }
.hy-entry table td { padding: 10px; border: 1px solid #eef1f5; }

.hy-page-links { margin: 20px 0; font-size: 14px; color: #6b7684; }
.hy-single-tags {
  margin: 24px 0;
  font-size: 13px;
  color: #8a94a2;
  overflow: hidden;
}
.hy-single-tags span { float: left; margin-right: 8px; }
.hy-single-tags a {
  float: left;
  margin: 0 8px 8px 0;
  padding: 3px 10px;
  background: #f2f5f8;
  border-radius: 3px;
  color: #6b7684;
}
.hy-single-tags a:hover { background: #c89550; color: #fff; }

.hy-single-risk {
  margin: 24px 0;
  padding: 14px 18px;
  background: #fff8e8;
  border: 1px solid #f2e3c0;
  border-radius: 4px;
  font-size: 13px;
  color: #8a6d3b;
  line-height: 1.85;
}

.hy-single-nav {
  overflow: hidden;
  padding-top: 18px;
  border-top: 1px solid #eef1f5;
  font-size: 14px;
}
.hy-single-nav .hy-prev { float: left; max-width: 48%; }
.hy-single-nav .hy-next { float: right; max-width: 48%; text-align: right; }
.hy-single-nav a { color: #6b7684; }
.hy-single-nav a:hover { color: #a87a33; }

.hy-related { margin-top: 24px; }
.hy-related .hy-posts-grid .hy-post-card { width: 50%; }

/* ============ FAQ ============ */
.hy-faq-title { font-size: 19px; margin-bottom: 16px; }
.hy-faq-item {
  border: 1px solid #eef1f5;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.hy-faq-item:hover {
  border-color: #e6d9b8;
  box-shadow: 0 6px 18px rgba(10,37,64,.06);
}
.hy-faq-q, .hy-faq-a {
  padding: 16px 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
}
.hy-faq-q {
  background: #fafbfc;
  font-weight: 700;
  color: #0a2540;
  cursor: pointer;
}
.hy-faq-q span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #0a2540;
  color: #c89550;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 10px;
}
.hy-faq-a { color: #4c5866; border-top: 1px solid #eef1f5; }
.hy-faq-a span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #c89550;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 10px;
}
.hy-faq-a { margin: 0; }

/* ============ CTA ============ */
.hy-cta {
  background: #0a2540;
  background-image: -webkit-linear-gradient(120deg, #0a2540 0%, #17416d 100%);
  background-image: linear-gradient(120deg, #0a2540 0%, #17416d 100%);
  border: 1px solid rgba(200,164,92,.28);
  border-radius: 10px;
  padding: 34px 40px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 8px 26px rgba(10,37,64,.14);
}
.hy-cta-text { float: left; width: 70%; }
.hy-cta-text h3 { color: #fff; font-size: 22px; margin-bottom: 8px; letter-spacing: 0.01em; }
.hy-cta-text p { color: #c3cedb; font-size: 14px; margin: 0; }
.hy-cta .hy-btn { float: right; margin-top: 8px; }

/* ============ 归档头 ============ */
.hy-archive-head {
  background: #fff;
  border-radius: 6px;
  padding: 24px 28px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(10,37,64,.05);
}
.hy-archive-title { font-size: 24px; margin-bottom: 8px; }
.hy-archive-desc { font-size: 14px; color: #6b7684; margin: 0; line-height: 1.85; }
.hy-archive-tip {
  background: #fff;
  border-left: 3px solid #c89550;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6b7684;
  line-height: 1.85;
  border-radius: 0 4px 4px 0;
}
.hy-archive-tip a { color: #a87a33; text-decoration: underline; }

.hy-posts {
  background: #fff;
  border-radius: 6px;
  padding: 8px 28px 20px;
  box-shadow: 0 1px 4px rgba(10,37,64,.05);
}
.hy-posts-grid { background: transparent; padding: 0; box-shadow: none; }

/* ============ 分页 ============ */
.hy-pagination { padding: 24px 0; text-align: center; }
.hy-pagination ul.page-numbers {
  display: inline-block;
  overflow: hidden;
}
.hy-pagination li { display: inline; }
.hy-pagination .page-numbers {
  display: inline-block;
  margin: 0 3px;
  padding: 8px 14px;
  border: 1px solid #e4e9f0;
  border-radius: 3px;
  background: #fff;
  color: #4c5866;
  font-size: 14px;
}
.hy-pagination .page-numbers:hover { border-color: #c89550; color: #a87a33; }
.hy-pagination .page-numbers.current {
  background: #0a2540;
  border-color: #0a2540;
  color: #fff;
}

/* ============ 侧边栏 ============ */
.hy-widget {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(10,37,64,.05);
}
.hy-widget-title {
  font-size: 16px;
  padding-left: 10px;
  border-left: 3px solid #c89550;
  margin-bottom: 14px;
}
.hy-widget-reco-box {
  background: #fbf7ee;
  border: 1px solid #f0e5cf;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
}
.hy-widget-reco-name {
  font-size: 18px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 6px;
}
.hy-widget-reco-license {
  font-size: 12px;
  color: #8a6d3b;
  margin-bottom: 14px;
  line-height: 1.7;
}
.hy-widget-quote-price {
  font-size: 28px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 4px;
}
.hy-widget-quote-price span { font-size: 13px; color: #8a94a2; font-weight: 400; }
.hy-widget-quote-change { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.hy-widget-quote-note { font-size: 12px; color: #a4adb9; margin: 0; }

.hy-widget-list li {
  padding: 9px 0;
  border-bottom: 1px dashed #eef1f5;
  font-size: 14px;
  line-height: 1.7;
}
.hy-widget-list li:last-child { border-bottom: 0; }
.hy-widget-list a { color: #4c5866; }
.hy-widget-list a:hover { color: #a87a33; }
.hy-widget-cats li {
  padding: 8px 0;
  border-bottom: 1px dashed #eef1f5;
  font-size: 14px;
}
.hy-widget-cats a { color: #4c5866; }
.hy-widget-cats a:hover { color: #a87a33; }
.hy-tagcloud { overflow: hidden; }
.hy-tagcloud a {
  float: left;
  margin: 0 8px 8px 0;
  padding: 4px 10px;
  background: #f2f5f8;
  border-radius: 3px;
  font-size: 13px;
  color: #6b7684;
}
.hy-tagcloud a:hover { background: #c89550; color: #fff; }
.hy-widget-empty { font-size: 13px; color: #a4adb9; margin: 0; }

/* ============ 短代码：文章列表 ============ */
.hy-post-list {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 5px;
  padding: 18px;
}
.hy-post-list-title { font-size: 17px; margin-bottom: 12px; }
.hy-post-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eef1f5;
  font-size: 14px;
  overflow: hidden;
}
.hy-post-list li:last-child { border-bottom: 0; }
.hy-post-list a { float: left; max-width: 78%; color: #4c5866; }
.hy-post-list a:hover { color: #a87a33; }
.hy-post-meta { float: right; color: #a4adb9; font-size: 12px; }

/* ============ 搜索表单（默认） ============ */
.search-form, .hy-search-form {
  overflow: hidden;
  margin: 14px 0;
}
.search-form label { display: block; float: left; width: 74%; }
.search-form .search-field,
.hy-search-form .search-field {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #dfe4ea;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
}
.search-form .search-submit,
.hy-search-form .search-submit {
  float: left;
  width: 26%;
  height: 40px;
  border: 1px solid #0a2540;
  background: #0a2540;
  color: #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

/* ============ 404 ============ */
.hy-404 {
  background: #fff;
  border-radius: 6px;
  padding: 70px 30px;
  text-align: center;
}
.hy-404-code {
  font-size: 68px;
  font-weight: 700;
  color: #c89550;
  margin-bottom: 10px;
}
.hy-404-title { font-size: 24px; margin-bottom: 10px; }
.hy-404-desc { color: #6b7684; margin-bottom: 24px; }
.hy-404-btns .hy-btn { margin: 0 8px; }
.hy-404 .hy-btn-ghost { background: #fff; color: #0a2540; border-color: #d5dbe3; }
.hy-404 .hy-btn-ghost:hover { border-color: #c89550; color: #a87a33; }
.hy-404 .search-form { max-width: 420px; margin: 26px auto 0; }

.hy-search-suggest {
  background: #fff;
  border-radius: 6px;
  padding: 20px 28px;
  margin-top: 20px;
}
.hy-search-suggest h3 { font-size: 16px; }
.hy-search-suggest li {
  padding: 8px 0;
  border-bottom: 1px dashed #eef1f5;
  font-size: 14px;
}
.hy-search-suggest a { color: #4c5866; }
.hy-search-suggest a:hover { color: #a87a33; }

/* ============ 评论 ============ */
.hy-comments {
  background: #fff;
  border-radius: 6px;
  padding: 28px 32px;
  margin-top: 24px;
  box-shadow: 0 1px 4px rgba(10,37,64,.05);
}
.hy-comments-title, .hy-comment-reply-title { font-size: 19px; margin-bottom: 18px; }
.hy-comment-list { margin-bottom: 24px; }
.hy-comment-item {
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px dashed #eef1f5;
}
.hy-comment-avatar { float: left; width: 42px; }
.hy-comment-avatar img { border-radius: 50%; display: block; }
.hy-comment-body { margin-left: 58px; }
.hy-comment-meta { font-size: 13px; color: #8a94a2; margin-bottom: 6px; }
.hy-comment-author { color: #0a2540; font-weight: 700; margin-right: 10px; }
.hy-comment-text { font-size: 14px; color: #4c5866; line-height: 1.85; }
.hy-comment-text p { margin-bottom: 8px; }
.hy-comment-reply { font-size: 13px; }
.hy-comment-reply a { color: #a87a33; }
.hy-comment-awaiting { color: #c0392b; font-size: 13px; }
.hy-comments-closed { font-size: 14px; color: #8a94a2; }
.comment-form label { display: block; font-size: 13px; color: #6b7684; margin-bottom: 4px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dfe4ea;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: inherit;
  margin-bottom: 12px;
}
.comment-form .submit {
  padding: 10px 26px;
  border: 0;
  border-radius: 4px;
  background: #c89550;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.comment-form .submit:hover { background: #a87a33; }

/* ============ 底部 ============ */
.hy-footer {
  background: #22273f;
  color: #a9b6c4;
  font-size: 14px;
  padding-top: 46px;
}
.hy-footer-inner { overflow: hidden; padding-bottom: 30px; }
.hy-footer-col {
  float: left;
  width: 25%;
  padding-right: 30px;
  box-sizing: border-box;
}
.hy-footer-logo {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .06em;
  margin-bottom: 12px;
}
.hy-footer-desc { line-height: 1.9; color: #a9b6c4; }
.hy-footer-license { color: #c89550; font-size: 13px; margin: 0; }
.hy-footer-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 3px solid #c89550;
}
.hy-footer-menu li, .hy-footer-posts li { padding: 6px 0; line-height: 1.7; }
.hy-footer-menu a, .hy-footer-posts a { color: #a9b6c4; }
.hy-footer-menu a:hover, .hy-footer-posts a:hover { color: #c89550; }
.hy-footer-contact li { padding: 6px 0; }
.hy-footer-empty { color: #7c8a99; font-size: 13px; }
.hy-footer .hy-btn-outline { margin-top: 8px; }

.hy-footer-risk {
  border-top: 1px solid #14365c;
  padding: 20px 0;
}
.hy-footer-risk p {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
  font-size: 13px;
  line-height: 1.9;
  color: #7c8a99;
}
.hy-footer-bottom {
  border-top: 1px solid #14365c;
  padding: 16px 0;
  font-size: 13px;
  color: #7c8a99;
}
.hy-footer-bottom .hy-container { overflow: hidden; }
.hy-footer-bottom p { float: left; margin: 0; }
.hy-footer-bottom .hy-icp { float: right; }

.hy-backtop {
  display: none;
  position: fixed;
  right: 24px;
  bottom: 60px;
  z-index: 60;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #0a2540;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
}
.hy-backtop.is-show { display: block; }
.hy-backtop:hover { background: #c89550; color: #fff; }

/* ============ 响应式 ============ */
/* ============ 关于我们页 / 软件下载页 专属样式 ============ */
/* 内页 Hero（复用首页浅金底，但去掉为行情卡预留的大底边距） */
.hy-hero-about { padding: 72px 0 64px; }
.hy-hero-about .hy-hero-text { width: 100%; padding-right: 0; max-width: 900px; }

/* 两栏卡片 */
.hy-cards-2 { overflow: hidden; }
.hy-cards-2 .hy-card { float: left; width: 50%; padding: 0 12px 24px; box-sizing: border-box; }

/* 关于页：宗旨 / 愿景 两栏 */
.hy-about-col2 { overflow: hidden; }
.hy-about-col { float: left; width: 50%; padding: 0 24px; box-sizing: border-box; }
.hy-about-col:first-child { padding-left: 0; }
.hy-about-col:last-child { padding-right: 0; }
.hy-about-h {
  font-size: 22px;
  color: #22273f;
  margin-bottom: 14px;
  position: relative;
  padding-left: 14px;
}
.hy-about-h:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 20px;
  border-radius: 2px;
  background: #c89550;
  background-image: linear-gradient(180deg, #dca767 0%, #a87a33 100%);
}
.hy-about-p { font-size: 15px; color: #5a6472; line-height: 1.95; margin: 0; }

/* 关于页：迭代历程时间轴 */
.hy-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.hy-timeline:before {
  content: "";
  position: absolute;
  left: 35px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #e6d9b8;
}
.hy-timeline-item { position: relative; overflow: hidden; padding: 0 0 26px 88px; }
.hy-timeline-item:last-child { padding-bottom: 0; }
.hy-timeline-year {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e6d9b8;
  color: #a87a33;
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 4px 12px rgba(168,122,51,.12);
}
.hy-timeline-body {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 10px;
  padding: 16px 20px;
}
.hy-timeline-title { font-size: 17px; color: #22273f; margin-bottom: 6px; }
.hy-timeline-desc { font-size: 14px; color: #6b7684; line-height: 1.9; margin: 0; }

/* 关于页：学习指南 CTA（复用 .hy-quote 卡片） */
.hy-about-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hy-about-cta-text { flex: 1; }
.hy-about-cta-text .hy-about-h { padding-left: 0; }
.hy-about-cta-text .hy-about-h:before { display: none; }
.hy-about-cta-text .hy-btn { margin-top: 18px; }
.hy-about-cta-qr {
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  border-radius: 12px;
  border: 1px dashed #c89550;
  background: #fffdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #a87a33;
  font-size: 14px;
  line-height: 1.6;
}

/* 软件下载页：下载项 */
.hy-dl-list { margin: 0; padding: 0; }
.hy-dl-item {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 12px;
  padding: 28px 30px;
  margin-bottom: 22px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hy-dl-item:last-child { margin-bottom: 0; }
.hy-dl-item:hover {
  transform: translateY(-3px);
  border-color: #e6d9b8;
  box-shadow: 0 14px 32px rgba(10,37,64,.10);
}
.hy-dl-icon {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  border-radius: 16px;
  background: #fdf5ea;
  border: 1px solid #efe2c4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a87a33;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 6px 16px rgba(168,122,51,.12);
}
.hy-dl-main { flex: 1; }
.hy-dl-name { font-size: 19px; color: #22273f; margin-bottom: 8px; }
.hy-dl-desc { font-size: 14px; color: #6b7684; line-height: 1.9; margin: 0 0 14px; }
.hy-dl-btns .hy-btn { margin-right: 12px; margin-bottom: 8px; }
.hy-dl-qr {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 1px dashed #c89550;
  background: #fffdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #a87a33;
  font-size: 13px;
  line-height: 1.6;
}

/* 平台对比表：手机端转「卡片式」，避免 7 列挤成一团 */
@media (max-width: 768px) {
  .hy-table thead { display: none; }
  .hy-table,
  .hy-table tbody,
  .hy-table tr,
  .hy-table td { display: block; width: 100%; box-sizing: border-box; }
  .hy-table tr {
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 6px 14px;
    margin-bottom: 14px;
    background: #fff;
  }
  .hy-table td { border: 0; padding: 8px 0; }
  .hy-table td:before {
    content: attr(data-label);
    display: inline-block;
    width: 84px;
    color: #9aa3ad;
    font-size: 13px;
    margin-right: 8px;
  }
  .hy-table .hy-td-name { font-size: 16px; font-weight: 700; }
  .hy-table .is-reco { background: #fffbf2; }
  .hy-table .is-reco:hover { background: #fff7e8; }
  /* 关于 / 下载页：两栏与下载项在窄屏改为单栏堆叠 */
  .hy-cards-2 .hy-card { width: 100%; }
  .hy-about-col { float: none; width: 100%; padding: 0; margin-bottom: 24px; }
  .hy-about-col:last-child { margin-bottom: 0; }
  .hy-about-cta { flex-direction: column; align-items: flex-start; }
  .hy-about-cta-qr { align-self: flex-start; }
  .hy-dl-item { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hy-dl-icon { flex: 0 0 auto; }
  .hy-dl-qr { align-self: flex-start; }
  .hy-timeline:before { left: 27px; }
  .hy-timeline-item { padding-left: 72px; }
  .hy-timeline-year { width: 56px; height: 56px; line-height: 56px; font-size: 15px; }
}

@media (max-width: 1200px) {
  .hy-container { width: 100%; }
}

@media (max-width: 992px) {
  .hy-header-actions { display: none; }
  .hy-nav-toggle { display: block; }
  .hy-nav {
    display: none;
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }
  .hy-nav.is-open { display: block; }
  .hy-nav-list { line-height: 44px; }
  .hy-nav-list > li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #f0f3f7;
  }
  .hy-nav-list ul.sub-menu,
  .hy-nav-list ul.children {
    display: block;
    position: static;
    border: 0;
    box-shadow: none;
    padding-left: 14px;
  }
  .hy-hero { padding: 56px 0 96px; }
  .hy-hero-text, .hy-hero-side { float: none; width: 100%; padding-right: 0; }
  .hy-hero-side { margin-top: 26px; text-align: center; }
  .hy-hero-side img { max-width: 460px; }
  .hy-hero-title { font-size: 28px; }
  .hy-band { padding: 48px 0; }
  .hy-band-head { margin-bottom: 32px; }
  .hy-band-title { font-size: 26px; }
  .hy-quote-strip { margin-top: -56px; }
  .hy-content, .hy-sidebar { float: none; width: 100%; padding-right: 0; }
  .hy-sidebar { margin-top: 24px; }
  .hy-cards-3 .hy-card { width: 50%; }
  .hy-posts-grid .hy-post-card { width: 50%; }
  .hy-footer-col { width: 50%; margin-bottom: 24px; }
  .hy-section { padding: 24px; }
  .hy-single { padding: 24px; }
}

@media (max-width: 768px) {
  .hy-topbar-slogan { display: none; }
  .hy-topbar-right { float: left; }
  .hy-topbar-tel { margin-left: 0; }
  .hy-hero { padding: 40px 0 70px; }
  .hy-quote-strip { margin-top: -44px; }
  .hy-quote-strip .hy-quote { padding: 18px 20px; }
  .hy-band { padding: 40px 0; }
  .hy-band-head { margin-bottom: 28px; }
  .hy-band-title { font-size: 22px; }
  .hy-band-title:after { margin-top: 10px; }
  .hy-hero-title { font-size: 24px; }
  .hy-section-title { font-size: 21px; }
  .hy-cards-3 .hy-card { width: 100%; }
  .hy-posts-grid .hy-post-card { width: 100%; }
  .hy-related .hy-posts-grid .hy-post-card { width: 100%; }
  .hy-list-thumb { width: 120px; height: 76px; margin-right: 12px; }
  .hy-list-thumb img { height: 76px; }
  .hy-quote-grid li { width: 50%; }
  .hy-cta-text, .hy-cta .hy-btn { float: none; width: 100%; }
  .hy-cta .hy-btn { margin-top: 16px; }
  .hy-single-title { font-size: 22px; }
  .hy-single-nav .hy-prev, .hy-single-nav .hy-next {
    float: none;
    max-width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
  .hy-footer-col { width: 100%; padding-right: 0; }
  .hy-footer-bottom p { float: none; margin-bottom: 6px; }
  .hy-footer-bottom .hy-icp { float: none; }
  .hy-point-num { float: none; margin-bottom: 12px; }
  .hy-point-body { margin-left: 0; }
}

/* ============================================================
   首页重制版组件：高级深色 Hero / 信任条 / 知识板块 / 文章栏目 / 图片占位
   主色已统一为 #c89550（金）系
   ============================================================ */

/* ---------- 图片占位（可空可填） ---------- */
.hy-img-ph {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 200px;
  padding: 22px;
  box-sizing: border-box;
  border: 1.5px dashed #d8c39a;
  border-radius: 14px;
  background-color: #fbf6ec;
  background-image: repeating-linear-gradient(45deg, #fbf6ec 0, #fbf6ec 12px, #fdfaf3 12px, #fdfaf3 24px);
  color: #a87a33;
  font-size: 14px;
  line-height: 1.7;
}
.hy-img-ph span { letter-spacing: .04em; }
.hy-img-ph-hero { min-height: 320px; width: 100%; }
.hy-img-ph-tall { min-height: 100%; }
.hy-img-ph-cat { min-height: 150px; }

/* ---------- 首页 Hero：浅米金通透版（不用深蓝底；文字统一深色，遵循本站「浅底深字」基调） ---------- */
.hy-hero-home {
  position: relative;
  overflow: hidden;
  padding: 92px 0 134px;
  /* 背景沿用 .hy-hero 的单层 p1-bg.png（浅米金）；这里只给同色系兜底色，
     不再写「多层 background-image」，老内核（搜狗/旧 Chromium）会把整条背景丢弃 */
  background-color: #fdf5ea;
  color: #22273f;
}
/* 装饰金色光斑：用独立元素承载，不写成多层背景；透明度压很低，只做氛围 */
.hy-hero-glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  opacity: .30;
  background: radial-gradient(circle, rgba(200,149,80,.5), rgba(200,149,80,0) 70%);
}
.hy-hero-glow { width: 420px; height: 420px; top: -120px; right: -60px; }
.hy-hero-glow-2 { width: 360px; height: 360px; bottom: -160px; left: -80px; opacity: .20; }
/* 文字压在光斑之上，避免被光斑洗淡 */
.hy-hero-home .hy-hero-inner { position: relative; z-index: 1; }

/* 浅底深字配色：金色强调用 #8a6620（#c8a45c 在米金底上对比度不足） */
.hy-hero-home .hy-hero-eyebrow { color: #8a6620; }
.hy-hero-home .hy-hero-eyebrow:before { background: #c89550; }
.hy-hero-home .hy-hero-title { color: #22273f; }
.hy-hero-home .hy-hero-desc { color: #5a6472; }
.hy-hero-home .hy-hero-desc strong { color: #a87a33; }
.hy-hero-home .hy-hero-badges li {
  border-color: rgba(169,127,44,.42);
  background: rgba(255,255,255,.72);
  color: #8a6620;
}
/* 浅底上的次级按钮：半透明白底 + 金色描边，hover 反转为金色实底 */
.hy-hero-home .hy-btn-ghost {
  background: rgba(255,255,255,.72);
  color: #8a6620;
  border-color: rgba(169,127,44,.55);
}
.hy-hero-home .hy-btn-ghost:hover {
  background: #c89550;
  color: #fff;
  border-color: #c89550;
}

/* Hero 右侧视觉卡（图片占位容器）——浅底上的通透白卡 */
.hy-hero-visual {
  position: relative;
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.62));
  border: 1px solid rgba(200,149,80,.4);
  box-shadow: 0 24px 56px rgba(168,122,51,.18);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* ---------- 信任条（跨压 Hero 底边） ---------- */
.hy-trust-strip {
  position: relative;
  z-index: 5;
  margin: -72px auto 0;
}
.hy-trust-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(10,37,64,.14);
  overflow: hidden;
}
.hy-trust-item {
  flex: 1 1 25%;
  box-sizing: border-box;
  padding: 26px 22px;
  text-align: center;
  border-right: 1px solid #f0f3f7;
}
.hy-trust-item:last-child { border-right: 0; }
.hy-trust-num {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #a87a33;
  background: linear-gradient(120deg, #dca767 0%, #a87a33 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hy-trust-label { display: block; margin-top: 6px; font-size: 13px; color: #6b7684; }

/* ---------- 板块标题：左对齐变体 + kicker ---------- */
.hy-band-head-left { text-align: left; margin-bottom: 40px; }
.hy-band-head-left .hy-band-title:after { margin: 14px 0 0; }
.hy-band-head-left .hy-band-more { display: block; margin-top: 14px; }
.hy-band-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #fbf3e4;
  border: 1px solid #ecd9b4;
  color: #a87a33;
  font-size: 12px;
  letter-spacing: .14em;
  font-weight: 600;
}

/* ---------- 优势卡（带序号徽标） ---------- */
.hy-card-icon { padding-top: 30px; }
.hy-card-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #dca767 0%, #a87a33 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(168,122,51,.28);
}

/* ---------- SEO 知识板块：知识图谱（根节点 + 连接线 + 分支节点，纯 CSS 无配图） ---------- */
.hy-kg { position: relative; }

/* 根节点：深色枢纽卡 */
.hy-kg-hub {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 34px 26px;
  text-align: center;
  border: 1px solid rgba(200,149,80,.5);
  border-radius: 16px;
  background-color: #0a2540;
  background-image:
    radial-gradient(120% 150% at 50% -30%, rgba(200,149,80,.34) 0%, rgba(200,149,80,0) 62%),
    linear-gradient(135deg, #0a2540 0%, #12406b 100%);
  box-shadow: 0 20px 44px rgba(10,37,64,.20);
  color: #fff;
}
.hy-kg-hub-tag {
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(200,149,80,.55);
  border-radius: 999px;
  background: rgba(200,149,80,.14);
  color: #f0d9b0;
  font-size: 12px;
  letter-spacing: .14em;
}
.hy-kg-hub-title { color: #fff; font-size: 22px; line-height: 1.5; margin-bottom: 10px; }
.hy-kg-hub-desc { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.85; }

/* 根节点向下的主干线 */
.hy-kg-stem {
  display: block;
  width: 2px;
  height: 34px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #c89550 0%, #e3cfa4 100%);
}

/* 分支节点区：顶部一条横向连线，每个节点用竖向短接线挂上去 */
.hy-kg-nodes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  padding-top: 24px;
}
.hy-kg-nodes:before {
  content: "";
  position: absolute;
  top: 0;
  /* 与 5 列网格对齐：横线两端正好落在首/末节点中心（列宽 =(100% - 4×22px) / 5） */
  left: calc((100% - 88px) / 10);
  right: calc((100% - 88px) / 10);
  height: 2px;
  background-image: linear-gradient(90deg, rgba(200,149,80,.85) 0%, #c89550 6%, #c89550 94%, rgba(200,149,80,.85) 100%);
}
.hy-kg-node {
  position: relative;
  padding: 22px 20px 24px;
  border: 1px solid #e9edf3;
  border-radius: 14px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
  box-shadow: 0 6px 18px rgba(10,37,64,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hy-kg-node:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  border-color: #e6d9b8;
  box-shadow: 0 18px 38px rgba(10,37,64,.12);
}
.hy-kg-stub {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 2px;
  height: 24px;
  margin-left: -1px;
  background-image: linear-gradient(180deg, rgba(200,149,80,.35) 0%, #c89550 100%);
}
.hy-kg-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #c89550;
  background-image: linear-gradient(135deg, #dca767 0%, #a87a33 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(168,122,51,.26);
}
.hy-kg-title { font-size: 16px; line-height: 1.55; margin-bottom: 10px; color: #22273f; }
.hy-kg-desc { margin: 0; font-size: 14px; line-height: 1.85; color: #6b7684; }

/* 窄屏（<1024px）：5 列会挤成两行、横线必然断开，改为纵向时间轴最稳 */
@media (max-width: 1023px) {
  .hy-kg-nodes {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 26px;
    padding-left: 34px;
  }
  .hy-kg-nodes:before {
    top: 30px;
    bottom: 6px;
    left: 12px;
    right: auto;
    width: 2px;
    height: auto;
    background-image: linear-gradient(180deg, rgba(200,149,80,0) 0%, #c89550 12%, #c89550 88%, rgba(200,149,80,0) 100%);
  }
  .hy-kg-stub { display: none; }
  /* 时间轴节点圆点：与左侧竖线居中对齐 */
  .hy-kg-node:before {
    content: "";
    position: absolute;
    top: 37px;
    left: -29px;
    width: 12px;
    height: 12px;
    border: 2px solid #e3cfa4;
    border-radius: 50%;
    background: #c89550;
    box-sizing: content-box;
  }
}

/* ---------- 文章栏目 ---------- */
.hy-articles-inner { display: flex; gap: 32px; align-items: flex-start; }
.hy-articles-main { flex: 1; min-width: 0; }
.hy-articles-side { flex: 0 0 320px; }
.hy-posts-grid-2 .hy-post-card { width: 50%; }

/* 精选文章（横向大卡） */
.hy-post-feature {
  display: flex;
  gap: 22px;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 26px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hy-post-feature:hover {
  transform: translateY(-3px);
  border-color: #e6d9b8;
  box-shadow: 0 14px 32px rgba(10,37,64,.10);
}
.hy-post-feature-thumb {
  flex: 0 0 300px;
  display: block;
  background: #f2f5f8;
  overflow: hidden;
}
.hy-post-feature-thumb img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; display: block; }
.hy-post-feature-body { flex: 1; padding: 24px 24px 24px 0; box-sizing: border-box; }
.hy-post-feature-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 12px;
  border-radius: 20px;
  background: #fbf3e4;
  color: #a87a33;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}
.hy-post-feature-title { font-size: 22px; line-height: 1.5; margin-bottom: 12px; }
.hy-post-feature-title a { color: #0a2540; }
.hy-post-feature-title a:hover { color: #a87a33; }
.hy-post-feature-excerpt { font-size: 14px; color: #6b7684; line-height: 1.9; margin-bottom: 14px; }
.hy-articles-side .hy-img-ph-cat { min-height: 150px; }

/* ---------- 响应式：新组件 ---------- */
@media (max-width: 992px) {
  .hy-hero-home { padding: 64px 0 104px; }
  .hy-trust-item { flex: 1 1 50%; border-bottom: 1px solid #f0f3f7; }
  .hy-trust-item:nth-child(2n) { border-right: 0; }
  .hy-trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .hy-articles-inner { flex-direction: column; gap: 24px; }
  .hy-articles-side { flex: none; width: 100%; }
  .hy-post-feature-thumb { flex-basis: 240px; }
}
@media (max-width: 768px) {
  .hy-hero-home { padding: 44px 0 84px; }
  .hy-trust-strip { margin-top: -52px; }
  .hy-trust-item { flex: 1 1 100%; border-right: 0; border-bottom: 1px solid #f0f3f7; }
  .hy-trust-item:last-child { border-bottom: 0; }
  .hy-posts-grid-2 .hy-post-card { width: 100%; }
  .hy-post-feature { flex-direction: column; }
  .hy-post-feature-thumb { flex: none; }
  .hy-post-feature-thumb img { min-height: 180px; }
  .hy-post-feature-body { padding: 18px 20px 22px; }
}

/* ============================================================
   六大投资核心优势 —— 宽松栅格重制（解决原 float 栅格"太挤"）
   作用域限定 .hy-adv，不影响其它页面复用的 .hy-cards-3
   ============================================================ */
.hy-adv { padding: 78px 0 84px; }

/* 用 flex + gap 取代 float + padding 占位，间距从 24px 提升到 26px 且不再贴边 */
.hy-adv .hy-adv-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  overflow: visible;
}

/* 卡片：内边距 26/24 -> 36/32，圆角 8 -> 14，等高、可呼吸 */
.hy-adv .hy-adv-grid .hy-card {
  float: none;
  width: auto;
  flex: 0 0 calc((100% - 52px) / 3);
  max-width: calc((100% - 52px) / 3);
  height: auto;
  min-height: 234px;
  padding: 36px 32px 34px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
  box-shadow: 0 6px 18px rgba(10,37,64,.05);
}
/* 顶部金色短条：常态淡显，hover 提亮 */
.hy-adv .hy-adv-grid .hy-card:before {
  left: 32px;
  width: 40px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  opacity: .3;
}
.hy-adv .hy-adv-grid .hy-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #e6d9b8;
  box-shadow: 0 20px 44px rgba(10,37,64,.12);
}
.hy-adv .hy-adv-grid .hy-card:hover:before { opacity: 1; }

/* 序号徽标：46 -> 56，与标题间距 16 -> 22 */
.hy-adv .hy-adv-grid .hy-card-ic {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 16px;
  font-size: 19px;
  letter-spacing: .02em;
  box-shadow: 0 10px 22px rgba(168,122,51,.26);
}

/* 文字：标题 18 -> 19，正文 14/1.9 -> 14.5/2.0，行距更松 */
.hy-adv .hy-adv-grid .hy-card-title {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: .01em;
}
.hy-adv .hy-adv-grid .hy-card-desc {
  font-size: 14.5px;
  line-height: 2;
  color: #6b7684;
}
.hy-adv .hy-band-tip { margin-top: 42px; }

/* ---------- 响应式 ---------- */
@media (max-width: 1100px) {
  .hy-adv { padding: 62px 0 66px; }
  .hy-adv .hy-adv-grid .hy-card {
    flex: 0 0 calc((100% - 26px) / 2);
    max-width: calc((100% - 26px) / 2);
    min-height: 210px;
  }
}
@media (max-width: 768px) {
  .hy-adv { padding: 52px 0 56px; }
  .hy-adv .hy-adv-grid { gap: 18px; }
  .hy-adv .hy-adv-grid .hy-card {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 0;
    padding: 26px 22px 28px;
    border-radius: 12px;
  }
  .hy-adv .hy-adv-grid .hy-card:before { left: 22px; }
  .hy-adv .hy-adv-grid .hy-card-ic {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 13px;
    font-size: 17px;
  }
  .hy-adv .hy-adv-grid .hy-card-title { font-size: 17px; }
  .hy-adv .hy-adv-grid .hy-card-desc { font-size: 14px; line-height: 1.95; }
  .hy-adv .hy-band-tip { margin-top: 30px; }
}

/* ---------- 知识图谱：手机端收窄内边距与时间轴定位 ---------- */
@media (max-width: 768px) {
  .hy-kg-hub { padding: 20px 20px 22px; border-radius: 14px; }
  .hy-kg-hub-title { font-size: 19px; }
  .hy-kg-hub-desc { font-size: 13.5px; }
  .hy-kg-stem { height: 26px; }
  .hy-kg-nodes { padding-left: 28px; gap: 14px; }
  .hy-kg-nodes:before { left: 9px; }
  .hy-kg-node { padding: 18px 18px 20px; }
  .hy-kg-node:before { left: -26px; top: 33px; }
  .hy-kg-no { width: 38px; height: 38px; font-size: 15px; }
  .hy-kg-title { font-size: 15.5px; }
  .hy-kg-desc { font-size: 13.5px; }
}

/* ============================================================
   平台横向对比表 —— 列间竖向分隔线
   说明：只作用于 .hy-table（对比表），单平台详情键值表 .hy-table-detail
        与手机端卡片式布局不显示竖线
   ============================================================ */
.hy-table { border-collapse: collapse; }

/* 列间竖线：表体浅、表头略深，与 #f2f5f8 表头底色形成层次 */
.hy-table thead th,
.hy-table tbody td { border-right: 1px solid #dbe2ec; }
.hy-table thead th { border-right-color: #ccd7e4; }

/* 末列不画线（右侧已有表格外框），首列不画线 */
.hy-table thead th:last-child,
.hy-table tbody td:last-child { border-right: 0; }
.hy-table thead th:first-child,
.hy-table tbody td:first-child { border-left: 0; }

/* 重点推荐行：竖线随米色底微调，避免"脏" */
.hy-table .is-reco td { border-right-color: #eadfc6; }

/* 单平台详情表是键值两列，不需要竖线分隔 */
.hy-table-detail th,
.hy-table-detail td { border-right: 0; }

/* 手机端已转卡片式（每行一块），竖线必须撤掉 */
@media (max-width: 768px) {
  .hy-table thead th,
  .hy-table tbody td { border-right: 0; }
}

/* ============================================================
   三大入门要点 —— 由「竖向堆叠」改为「横向三栏卡片」
   作用域 .hy-points / .hy-point；其它页面未复用此结构，无连带风险
   ============================================================ */
.hy-points {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.hy-point {
  float: none;
  width: auto;
  position: relative;
  overflow: visible;
  flex: 0 0 calc((100% - 52px) / 3);
  max-width: calc((100% - 52px) / 3);
  box-sizing: border-box;
  padding: 34px 30px 32px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
  box-shadow: 0 6px 18px rgba(10,37,64,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
/* 顶部金色短条：常态淡、hover 提亮 */
.hy-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 40px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background-image: linear-gradient(135deg, #dca767 0%, #a87a33 100%);
  opacity: .35;
}
.hy-point:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  border-color: #e6d9b8;
  box-shadow: 0 18px 40px rgba(10,37,64,.12);
}
.hy-point:hover:before { opacity: 1; }
.hy-point:last-child { border-bottom: 0; }

/* 序号徽标：由浮动圆形改为卡片顶部静态徽标 */
.hy-point-num {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #c89550;
  background-image: linear-gradient(135deg, #dca767 0%, #a87a33 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(168,122,51,.28);
}
.hy-point-body { margin-left: 0; }
.hy-point-title { font-size: 18px; margin-bottom: 10px; color: #22273f; letter-spacing: .01em; }
.hy-point-desc { font-size: 14px; color: #6b7684; line-height: 1.9; margin-bottom: 8px; }
.hy-point-link { color: #a87a33; font-size: 14px; }
.hy-point-link:hover { color: #8a6620; }

/* 平板/手机：回到单列卡片（与已有 768px 断点不冲突，单列最稳） */
@media (max-width: 992px) {
  .hy-points { gap: 20px; }
  .hy-point {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 26px 24px 28px;
  }
}

/* 卡片内容纵向撑满：三张卡的「链接」统一贴底对齐，消除中段空白 */
.hy-point { display: flex; flex-direction: column; }
.hy-point-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.hy-point-desc { margin-bottom: 14px; }
.hy-point-link { margin-top: auto; }

/* ============================================================
   文章模块下方 CTA 转化条（.cta-bottom）
   说明：使用独立类名体系（container-wrap / btn-primary），所有规则以 .cta-bottom
        作用域限定，不与主题 hy-* 组件、第三方插件样式相互影响。
        主题未加载 Font Awesome，下载图标改用内联 SVG 背景兜底，不依赖任何外链资源。
   ============================================================ */
.cta-bottom {
  position: relative;
  overflow: hidden;
  padding: 62px 24px 66px;
  text-align: center;
  color: #fff;
  background-color: #0a2540;
  background-image:
    radial-gradient(80% 130% at 50% -25%, rgba(200,149,80,.32) 0%, rgba(200,149,80,0) 60%),
    linear-gradient(135deg, #0a2540 0%, #103a63 58%, #17456f 100%);
}
.cta-bottom .container-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
.cta-bottom h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: .02em;
}
.cta-bottom p {
  margin: 0 0 28px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.85;
}

/* 主按钮：金色渐变，与主题 .hy-btn-primary 视觉保持一致 */
.cta-bottom .btn-primary {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #c89550;
  background-image: linear-gradient(120deg, #dca767 0%, #a87a33 100%);
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  box-shadow: 0 10px 26px rgba(168,122,51,.38);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.cta-bottom .btn-primary:hover {
  background: #a87a33;
  background-image: linear-gradient(120deg, #e0b076 0%, #966c2c 100%);
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(168,122,51,.5);
}
/* 下载图标：用内联 SVG 背景渲染，避免 Font Awesome 缺失时出现空白占位 */
.cta-bottom .btn-primary .fa-download {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E");
}
.cta-bottom .btn-primary .fa-download:before { content: none; }

@media (max-width: 768px) {
  .cta-bottom { padding: 44px 18px 48px; }
  .cta-bottom h3 { font-size: 22px; margin-bottom: 12px; }
  .cta-bottom p { font-size: 14px; margin-bottom: 22px; }
}
/* 小屏兜底：标签行内写死的 min-width:300px 在 320px 屏幕上会溢出 */
@media (max-width: 480px) {
  .cta-bottom .btn-primary {
    width: 100%;
    min-width: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 15px !important;
  }
}

/* ============================================================
   关于我们页（对标 huangjin24k.com/about/ 布局，皇御金配色）
   结构：居中横幅 + 左正文 70% / 右栏 26% + ✓清单 + 左线时间轴 + FAQ 手风琴
   ============================================================ */

/* ---------- 居中横幅 Banner ---------- */
.hy-about-banner {
    position: relative;
    overflow: hidden;
    padding: 92px 0 84px;
    /* --banner-img: url(https://www.bibgolds.com/images/about/banner.png); */
    background-image: url(https://www.bibgolds.com/images/trade/banner.png);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #e4e9f0;
}
/* 下载中心横幅：使用与 about 不同的背景图（区别于首页外链 p1-bg.png） */
.hy-banner-download {
  --banner-img: url('assets/img/download-banner.webp');
}
.hy-about-banner-glow {
  position: absolute;
  z-index: 0;
  top: -120px;
  left: 50%;
  width: 520px;
  height: 320px;
  margin-left: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,167,103,.45), rgba(220,167,103,0) 70%);
  filter: blur(40px);
  pointer-events: none;
}
.hy-about-banner .hy-container { position: relative; z-index: 1; }
.hy-about-banner h1 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 14px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.hy-about-banner h1 span { color: #f4d9a8; }
.hy-about-banner p {
  font-size: 15px;
  color: rgba(255,255,255,.92);
  margin: 0 0 22px;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.hy-about-crumb { font-size: 14px; color: rgba(255,255,255,.88); }
.hy-about-crumb a { color: #fff; }
.hy-about-crumb a:hover { color: #f4d9a8; }
.hy-about-crumb .sep { margin: 0 8px; opacity: .6; }
.hy-about-crumb .cur { color: #fff; }

/* ---------- 主区：左正文 70% + 右栏 26% ---------- */
.hy-about-section { padding: 64px 0; background: #fff; }
.hy-about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.hy-about-main { width: 70%; min-width: 0; }
.hy-about-side { width: 26%; min-width: 0; }

/* ---------- 通用区块标题：左侧金竖条 ---------- */
.hy-about-block { margin-bottom: 46px; }
.hy-about-block h2 {
  font-size: 24px;
  font-weight: 800;
  color: #22273f;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.hy-about-block h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 24px;
  border-radius: 2px;
  background: #c89550;
  background-image: -webkit-linear-gradient(180deg, #dca767 0%, #a87a33 100%);
  background-image: linear-gradient(180deg, #dca767 0%, #a87a33 100%);
}
.hy-about-block p {
  font-size: 15px;
  color: #4c5866;
  line-height: 1.9;
  margin: 0 0 15px;
  text-indent: 2em;
  text-align: justify;
}
.hy-about-block p strong { color: #a87a33; }

/* ---------- 概况数据条（对标 stat-grid） ---------- */
.hy-about-stats { display: flex; gap: 18px; margin: 26px 0 4px; }
.hy-about-stat {
  flex: 1;
  background: #fff;
  border: 1px solid #eef1f5;
  border-top: 3px solid #c89550;
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
}
.hy-about-stat .num {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #a87a33;
  margin-bottom: 6px;
  letter-spacing: .02em;
}
.hy-about-stat .label { font-size: 13px; color: #6b7684; }

/* ---------- 核心优势：2 列网格 + 金色 ✓ ---------- */
.hy-about-adv {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 22px 0 0;
  padding: 0;
}
.hy-about-adv li {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.hy-about-adv li:hover {
  border-color: #e6d9b8;
  box-shadow: 0 8px 20px rgba(10,37,64,.08);
}
.hy-about-adv li:before {
  content: "\2713";
  color: #c89550;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}
.hy-about-adv strong {
  display: block;
  color: #a87a33;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
}
.hy-about-adv span { font-size: 13.5px; color: #6b7684; line-height: 1.7; }

/* ---------- 迭代历程时间轴：左侧竖线 + 金点 ---------- */
.hy-about-tl {
  position: relative;
  margin: 24px 0 0 6px;
  padding-left: 22px;
  border-left: 2px solid #e6d9b8;
}
.hy-about-tl-item { position: relative; margin-bottom: 22px; }
.hy-about-tl-item:last-child { margin-bottom: 0; }
.hy-about-tl-item:before {
  content: "";
  position: absolute;
  left: -29px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c89550;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #e6d9b8;
}
.hy-about-tl-year {
  font-weight: 700;
  color: #a87a33;
  font-size: 15px;
  margin-bottom: 4px;
}
.hy-about-tl-txt { font-size: 13.5px; color: #6b7684; line-height: 1.8; margin: 0; }

/* ---------- 右栏卡片（含二维码 + CTA） ---------- */
.hy-side-card {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 10px;
  padding: 26px 22px;
  margin-bottom: 24px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(10,37,64,.04);
}
.hy-side-card h3 {
  font-size: 17px;
  color: #22273f;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1f5;
  font-weight: 700;
}
.hy-side-card p { font-size: 13px; color: #6b7684; line-height: 1.8; margin: 0 0 16px; text-indent: 0; }
.hy-about-qr {
  border: 1px dashed #c89550;
  border-radius: 8px;
  padding: 16px;
  margin: 0 auto 16px;
  max-width: 170px;
  background: #fffdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #a87a33;
  font-size: 14px;
  line-height: 1.6;
}
.hy-about-cta-btn {
  display: block;
  background: #c89550;
  background-image: -webkit-linear-gradient(120deg, #dca767 0%, #a87a33 100%);
  background-image: linear-gradient(120deg, #dca767 0%, #a87a33 100%);
  color: #fff;
  text-align: center;
  padding: 13px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 6px 18px rgba(168,122,51,.28);
  transition: background-color .2s ease;
}
.hy-about-cta-btn:hover { background: #a87a33; color: #fff; }

/* ---------- FAQ 手风琴（<details> 原生折叠，免 JS，兼容 Sogou/旧内核） ---------- */
.hy-about-faq {
  background: #f4f6f9;
  padding: 60px 0;
  border-top: 1px solid #eef1f5;
}
.hy-about-faq-title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #22273f;
  margin: 0 0 38px;
  position: relative;
}
.hy-about-faq-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 12px auto 0;
  background: #c89550;
  background-image: -webkit-linear-gradient(90deg, #dca767 0%, #a87a33 100%);
  background-image: linear-gradient(90deg, #dca767 0%, #a87a33 100%);
}
.hy-about-faq-list { max-width: 900px; margin: 0 auto; }
.hy-about-faq-item {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  margin-bottom: 12px;
  transition: border-color .2s ease;
}
.hy-about-faq-item[open] { border-color: #e6d9b8; }
.hy-about-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #22273f;
  padding: 18px 20px;
}
.hy-about-faq-item summary::-webkit-details-marker { display: none; }
.hy-about-faq-item summary:before {
  content: "Q";
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #0a2540;
  color: #c89550;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 10px;
}
.hy-about-faq-q { flex: 1; }
.hy-about-faq-item summary:after {
  content: "+";
  flex-shrink: 0;
  color: #c89550;
  font-weight: 800;
  font-size: 22px;
  margin-left: 10px;
  line-height: 1;
}
.hy-about-faq-item[open] summary:after { content: "\2212"; }
.hy-about-faq-a {
  font-size: 13.5px;
  color: #4c5866;
  line-height: 1.9;
  margin: 0;
  padding: 14px 20px 18px 52px;
  border-top: 1px dashed #eef1f5;
}
.hy-about-faq-bottom { text-align: center; margin-top: 34px; }
.hy-about-faq-bottom .hy-btn { padding: 13px 40px; }

/* ---------- 关于页响应式：窄屏改单栏堆叠 ---------- */
@media (max-width: 992px) {
  .hy-about-banner { padding: 64px 0 56px; }
  .hy-about-banner h1 { font-size: 26px; }
  .hy-about-wrap { flex-direction: column; gap: 30px; }
  .hy-about-main,
  .hy-about-side { width: 100%; }
  .hy-about-stats { flex-direction: column; gap: 12px; }
  .hy-about-adv { grid-template-columns: 1fr; }
  .hy-about-qr { display: none; }
}
@media (max-width: 767px) {
  .hy-about-section { padding: 44px 0; }
  .hy-about-faq { padding: 44px 0; }
  .hy-about-block { margin-bottom: 32px; }
  .hy-about-block h2 { font-size: 20px; padding-left: 12px; }
  .hy-about-block p { text-indent: 1.5em; }
}

/* ============================================================
   软件下载页（对标 huangjin24k.com/download/ 布局，皇御金配色）
   结构：主App大卡(特性清单+二维码) + 右侧 Windows/Mac 竖卡 → SEO三卡 → FAQ 手风琴
   ============================================================ */

/* ---------- 下载矩阵：主卡 + 侧栏 ---------- */
.hy-dl-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 8px;
}

.hy-dl-card {
  flex: 1.3;
  background: #fff;
  border: 1px solid #ece3d3;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(168, 122, 51, 0.05);
  display: flex;
  gap: 30px;
  transition: 0.3s;
}
.hy-dl-card:hover {
  border-color: #c89550;
  box-shadow: 0 8px 30px rgba(200, 149, 80, 0.10);
}

.hy-dl-info { flex: 1; min-width: 0; }

.hy-dl-tag {
  display: inline-block;
  background: #c89550;
  color: #fff;
  font-size: 11px;
  padding: 2px 9px;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.hy-dl-name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #1f2a37;
}
.hy-dl-desc {
  font-size: 14px;
  color: #666;
  margin: 0 0 22px;
  line-height: 1.85;
  text-align: justify;
}

.hy-dl-feat { list-style: none; margin: 0; padding: 0; }
.hy-dl-feat li {
  font-size: 14px;
  margin-bottom: 12px;
  color: #2a3744;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}
.hy-dl-feat li::before {
  content: "✓";
  color: #c89550;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* 右侧二维码卡 */
.hy-dl-qr {
  width: 240px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
  padding: 22px;
  text-align: center;
  border: 1px dashed #c89550;
}
.hy-dl-qr-box {
  background: #fbf6ee;
  border: 1px solid #efe4d2;
  border-radius: 6px;
  padding: 26px 10px;
  margin-bottom: 14px;
}
.hy-dl-qr-ph {
  font-size: 13px;
  color: #a87a33;
  line-height: 1.7;
}
.hy-dl-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hy-dl-os {
  display: block;
  width: 100%;
  background: #1f2a37;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
.hy-dl-os:hover { background: #c89550; }

/* 侧栏 Windows / Mac 竖卡 */
.hy-dl-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.hy-dl-pc {
  background: #fff;
  border: 1px solid #ece3d3;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(168, 122, 51, 0.05);
  transition: 0.3s;
}
.hy-dl-pc:hover {
  border-color: #c89550;
  box-shadow: 0 8px 24px rgba(200, 149, 80, 0.10);
}
.hy-dl-pc h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #1f2a37;
}
.hy-dl-pc p {
  font-size: 13px;
  color: #666;
  margin: 0 0 20px;
  line-height: 1.8;
}
.hy-dl-pc-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
/* 主下载按钮：皇御金实心（对应参考站红色强调） */
.hy-dl-pc-btn-win {
  background: #c89550;
  color: #fff;
}
.hy-dl-pc-btn-win:hover { background: #b07f3c; }
/* Mac：金描边（对应参考站绿色描边） */
.hy-dl-pc-btn-mac {
  background: #fff;
  color: #c89550;
  border: 1px solid #c89550;
}
.hy-dl-pc-btn-mac:hover { background: rgba(200, 149, 80, 0.08); color: #a87a33; }

/* ---------- SEO 强化舱：选型维度 + FAQ ---------- */
.hy-dl-seo {
  background: #f5f6fa;
  padding: 60px 0;
  border-top: 1px solid #ece3d3;
}
.hy-dl-sec-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
  position: relative;
  color: #1f2a37;
}
.hy-dl-sec-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #c89550;
  margin: 12px auto 0;
}
.hy-dl-cards-3 {
  display: flex;
  gap: 25px;
  margin-bottom: 48px;
}
.hy-dl-seo-card {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #ece3d3;
  transition: 0.3s;
}
.hy-dl-seo-card:hover {
  border-color: #c89550;
  box-shadow: 0 6px 20px rgba(200, 149, 80, 0.06);
}
.hy-dl-seo-card h4 {
  font-size: 16px;
  font-weight: bold;
  color: #c89550;
  margin: 0 0 12px;
}
.hy-dl-seo-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* FAQ 手风琴：原生 <details>，免 JS，兼容 Sogou/旧 Chromium */
.hy-dl-faq { max-width: 900px; margin: 0 auto; }
.hy-dl-faq-item {
  background: #fff;
  border: 1px solid #ece3d3;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 18px 20px;
  transition: 0.2s;
}
.hy-dl-faq-item:hover { border-color: #c89550; }
.hy-dl-faq-q {
  font-size: 15px;
  font-weight: bold;
  color: #1f2a37;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;          /* Firefox */
  outline: none;
}
.hy-dl-faq-q::-webkit-details-marker { display: none; }  /* Chrome/Sogou/Edge 隐藏默认箭头 */
.hy-dl-faq-q::after {
  content: "+";
  color: #c89550;
  font-weight: bold;
  font-size: 18px;
  transition: 0.2s;
}
.hy-dl-faq-item[open] .hy-dl-faq-q::after { content: "−"; }
.hy-dl-faq-a {
  font-size: 13.5px;
  color: #666;
  margin-top: 10px;
  border-top: 1px dashed #ece3d3;
  padding-top: 10px;
  line-height: 1.8;
}

/* ---------- 响应式 ---------- */
@media (max-width: 992px) {
  .hy-dl-grid { flex-direction: column; gap: 20px; }
  .hy-dl-card { flex-direction: column; padding: 26px; gap: 22px; }
  .hy-dl-qr { width: 100%; }
  .hy-dl-cards-3 { flex-direction: column; gap: 15px; }
}
@media (max-width: 767px) {
  .hy-about-section { padding: 44px 0; }
  .hy-dl-seo { padding: 44px 0; }
  .hy-dl-pc-btn { width: 100%; max-width: 280px; text-align: center; }
  .hy-dl-name { font-size: 21px; }
}

    .float-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: transparent;
      padding: 15px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 60px;
      box-sizing: border-box;
      z-index: 9999;
      pointer-events: auto;
    }
    .float-btn {
      display: inline-block;
      padding: 12px 30px;
      background-color: #c89d4c;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      font-size: 20px;
      font-weight: 500;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      min-width: 300px;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .float-btn:hover {
      background-color: #b0883a;
      transform: translateY(-2px);
      color: #fff;
      text-decoration: none;
    }
    .float-btn:active { transform: scale(0.98); transition: transform 0.05s; }


@media (max-width: 991px) {
      /* 移动端底部悬浮按钮 */
      .float-buttons {
        padding: 12px 12px;
        gap: 12px;
        background: rgba(255,255,255,0.95);
        box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
      }
      .float-btn {
        padding: 10px 12px;
        font-size: 14px;
        min-width: 0;
        flex: 1;
        white-space: nowrap;
      }

 }