:root {
      --primary: #0B3D91;
      --primary-dark: #072b68;
      --primary-soft: #eaf1ff;
      --cyan: #00c8dc;
      --cyan-soft: #e4fbfd;
      --ink: #172033;
      --muted: #667085;
      --line: #dce3ee;
      --surface: #ffffff;
      --background: #f3f6fa;
      --template-theme-token: "{主题色}";
      --shadow: 0 14px 36px rgba(11, 61, 145, .1);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--background);
      font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
      line-height: 1.65;
    }

    body,
    button,
    input {
      font-size: 16px;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button {
      color: inherit;
      font-family: inherit;
    }

    .container {
      width: min(1180px, calc(100% - 40px));
      margin-inline: auto;
    }

    .topbar {
      color: #e8f4ff;
      background: var(--primary-dark);
      font-size: 13px;
    }

    .topbar-inner {
      min-height: 36px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .topbar-links {
      display: flex;
      align-items: center;
      gap: 22px;
    }

    .topbar a:hover {
      color: var(--cyan);
    }

    .header {
      position: relative;
      z-index: 50;
      background: rgba(255, 255, 255, .98);
      border-bottom: 1px solid var(--line);
    }

    .header-inner {
      min-height: 76px;
      display: flex;
      align-items: center;
      gap: 28px;
    }

    .logo {
      min-width: 190px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--primary);
      font-size: 18px;
      font-weight: 800;
      white-space: nowrap;
    }

    .logo img {
      width: 38px;
      height: 38px;
      object-fit: contain;
    }

    .logo-mark {
      width: 40px;
      height: 40px;
      display: inline-grid;
      place-items: center;
      color: #fff;
      background: var(--primary);
      border-radius: 6px;
      font-size: 13px;
      letter-spacing: 0;
    }

    .main-nav {
      flex: 1;
      align-self: stretch;
    }

    .nav-list {
      height: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      list-style: none;
    }

    .nav-item {
      position: relative;
      display: flex;
      align-items: stretch;
    }

    .nav-link {
      position: relative;
      padding: 0 13px;
      display: flex;
      align-items: center;
      color: #303a4f;
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .nav-link:not(.simple)::after {
      width: 6px;
      height: 6px;
      margin: -3px 0 0 7px;
      content: "";
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform: rotate(45deg);
    }

    .nav-link::before {
      position: absolute;
      right: 12px;
      bottom: 0;
      left: 12px;
      height: 3px;
      content: "";
      background: var(--cyan);
      transform: scaleX(0);
      transition: transform .2s ease;
    }

    .nav-item:hover .nav-link,
    .nav-item:focus-within .nav-link {
      color: var(--primary);
    }

    .nav-item:hover .nav-link::before,
    .nav-item:focus-within .nav-link::before {
      transform: scaleX(1);
    }

    .dropdown-panel,
    .mega-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 60;
      visibility: hidden;
      padding: 22px;
      background: #fff;
      border: 1px solid var(--line);
      border-top: 3px solid var(--cyan);
      box-shadow: var(--shadow);
      opacity: 0;
      transform: translateY(8px);
      transition: opacity .18s ease, transform .18s ease, visibility .18s;
    }

    .dropdown-panel {
      width: 310px;
    }

    .mega-menu {
      width: 650px;
    }

    .nav-item:nth-last-child(-n + 3) .mega-menu {
      right: 0;
      left: auto;
    }

    .nav-item:hover > .dropdown-panel,
    .nav-item:hover > .mega-menu,
    .nav-item:focus-within > .dropdown-panel,
    .nav-item:focus-within > .mega-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }

    .mega-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(190px, .75fr);
      gap: 28px;
    }

    .mega-block {
      min-width: 0;
    }

    .menu-heading {
      margin: 0 0 14px;
      padding-bottom: 9px;
      color: var(--primary);
      border-bottom: 1px solid var(--line);
      font-size: 15px;
    }

    .menu-list {
      margin: 0;
      padding: 0;
      display: grid;
      gap: 4px;
      list-style: none;
    }

    .menu-list a {
      min-height: 38px;
      padding: 8px 10px;
      display: flex;
      align-items: center;
      gap: 8px;
      color: #455069;
      border-radius: 4px;
      font-size: 14px;
    }

    .menu-list a:hover {
      color: var(--primary);
      background: var(--primary-soft);
    }

    .menu-list img {
      width: 22px;
      height: 22px;
      object-fit: contain;
    }

    .broker-mega-card,
    .video-mega-card {
      margin-top: 8px;
      padding: 9px;
      display: flex;
      align-items: center;
      gap: 11px;
      border: 1px solid transparent;
      border-radius: 5px;
    }

    .broker-mega-card:hover,
    .video-mega-card:hover {
      border-color: #bfd0ee;
      background: var(--primary-soft);
    }

    .broker-mega-card img {
      width: 42px;
      height: 42px;
      object-fit: contain;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 4px;
    }

    .video-mega-card img {
      width: 72px;
      height: 44px;
      object-fit: cover;
      border-radius: 4px;
    }

    .broker-mega-card span,
    .video-mega-card span {
      min-width: 0;
      display: grid;
    }

    .mega-title {
      overflow: hidden;
      color: #263149;
      font-size: 13px;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .mega-meta {
      overflow: hidden;
      color: var(--muted);
      font-size: 11px;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .header-btns {
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
    }

    .header-btns > span {
      color: var(--primary);
      font-size: 14px;
      font-weight: 700;
    }

    .account-link {
      min-height: 38px;
      padding: 7px 17px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: var(--primary);
      border-radius: 5px;
      font-size: 14px;
      font-weight: 700;
    }

    .account-link:hover {
      background: var(--primary-dark);
    }

    .hamburger {
      width: 42px;
      height: 42px;
      padding: 9px;
      display: none;
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 5px;
      cursor: pointer;
    }

    .hamburger span {
      width: 100%;
      height: 2px;
      margin: 5px 0;
      display: block;
      background: var(--primary);
      transition: transform .2s ease, opacity .2s ease;
    }

    .hamburger.active span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    .drawer-overlay {
      position: fixed;
      inset: 0;
      z-index: 80;
      visibility: hidden;
      background: rgba(12, 24, 47, .55);
      opacity: 0;
      transition: opacity .25s ease, visibility .25s;
    }

    .drawer-overlay.open {
      visibility: visible;
      opacity: 1;
    }

    .mobile-drawer {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 90;
      width: min(390px, 90vw);
      overflow-y: auto;
      background: #fff;
      box-shadow: -18px 0 45px rgba(10, 28, 65, .18);
      transform: translateX(105%);
      transition: transform .25s ease;
    }

    .mobile-drawer.open {
      transform: translateX(0);
    }

    .drawer-head {
      min-height: 72px;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      gap: 12px;
      color: #fff;
      background: var(--primary);
    }

    .drawer-head > a {
      padding: 6px 12px;
      border: 1px solid rgba(255, 255, 255, .45);
      border-radius: 4px;
    }

    .drawer-close {
      width: 38px;
      height: 38px;
      margin-left: auto;
      color: #fff;
      background: transparent;
      border: 0;
      font-size: 30px;
      line-height: 1;
      cursor: pointer;
    }

    .drawer-menu {
      padding: 14px 18px 30px;
    }

    .drawer-link,
    .drawer-toggle {
      width: 100%;
      min-height: 48px;
      padding: 11px 4px;
      display: flex;
      align-items: center;
      text-align: left;
      background: transparent;
      border: 0;
      border-bottom: 1px solid var(--line);
      font-weight: 700;
      cursor: pointer;
    }

    .drawer-toggle {
      justify-content: space-between;
    }

    .drawer-toggle::after {
      width: 8px;
      height: 8px;
      content: "";
      border-right: 2px solid var(--primary);
      border-bottom: 2px solid var(--primary);
      transform: rotate(45deg);
      transition: transform .2s ease;
    }

    .drawer-toggle.active::after {
      transform: rotate(225deg);
    }

    .drawer-submenu {
      max-height: 0;
      overflow: hidden;
      background: #f5f8fd;
      transition: max-height .3s ease;
    }

    .drawer-submenu.open {
      max-height: 600px;
    }

    .drawer-submenu a {
      padding: 10px 18px;
      display: block;
      color: #49566f;
      border-bottom: 1px solid #e6ebf3;
      font-size: 14px;
    }

    .drawer-submenu a:hover {
      color: var(--primary);
      background: var(--cyan-soft);
    }

    .tag-page {
      min-height: 640px;
    }

    .tag-page .tag-banner {
      padding: 54px 0 46px;
      color: #fff;
      background:
        linear-gradient(rgba(11, 61, 145, .96), rgba(7, 43, 104, .97)),
        var(--primary);
      border-bottom: 5px solid var(--cyan);
    }

    .tag-page .breadcrumb {
      margin-bottom: 22px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      color: #cfe0ff;
      font-size: 14px;
    }

    .tag-page .breadcrumb a:hover {
      color: var(--cyan);
    }

    .tag-page .tag-kicker {
      margin: 0 0 9px;
      color: var(--cyan);
      font-size: 14px;
      font-weight: 800;
    }

    .tag-page .tag-heading {
      margin: 0;
      max-width: 780px;
      font-size: clamp(30px, 5vw, 48px);
      line-height: 1.2;
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }

    .tag-page .tag-intro {
      max-width: 760px;
      margin: 15px 0 0;
      color: #dce8ff;
      font-size: 16px;
    }

    .tag-page .tag-count {
      margin-top: 24px;
      padding: 7px 14px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #fff;
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .25);
      border-radius: 999px;
      font-size: 14px;
    }

    .tag-page .tag-count strong {
      color: var(--cyan);
      font-size: 18px;
    }

    .tag-page .tag-content {
      padding: 48px 0 68px;
    }

    .tag-page .content-head {
      margin-bottom: 22px;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
    }

    .tag-page .content-head h2 {
      margin: 0;
      color: var(--primary-dark);
      font-size: 25px;
      letter-spacing: 0;
    }

    .tag-page .content-head p {
      margin: 4px 0 0;
      color: var(--muted);
      font-size: 14px;
    }

    .tag-page .tag-index-link {
      padding: 8px 14px;
      color: var(--primary);
      background: #fff;
      border: 1px solid #bdcae0;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 700;
    }

    .tag-page .tag-index-link:hover {
      color: #fff;
      background: var(--primary);
      border-color: var(--primary);
    }

    .tag-page .article-list {
      display: grid;
      gap: 18px;
    }

    .tag-page .article-card {
      min-width: 0;
      display: grid;
      grid-template-columns: 280px minmax(0, 1fr);
      overflow: hidden;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 7px;
      box-shadow: 0 7px 22px rgba(30, 53, 91, .05);
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .tag-page .article-card:hover {
      border-color: #aebfe0;
      box-shadow: var(--shadow);
      transform: translateY(-2px);
    }

    .tag-page .article-cover {
      min-height: 230px;
      overflow: hidden;
      background: #dfe7f3;
    }

    .tag-page .article-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .35s ease;
    }

    .tag-page .article-card:hover .article-cover img {
      transform: scale(1.035);
    }

    .tag-page .article-body {
      min-width: 0;
      padding: 25px 28px;
      display: flex;
      flex-direction: column;
    }

    .tag-page .article-label {
      width: max-content;
      max-width: 100%;
      padding: 4px 10px;
      overflow-wrap: anywhere;
      color: var(--primary);
      background: var(--cyan-soft);
      border-left: 3px solid var(--cyan);
      border-radius: 3px;
      font-size: 12px;
      font-weight: 800;
    }

    .tag-page .article-title {
      margin: 12px 0 8px;
      color: #17243c;
      font-size: 21px;
      line-height: 1.4;
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }

    .tag-page .article-title a:hover {
      color: var(--primary);
    }

    .tag-page .article-summary {
      margin: 0;
      display: -webkit-box;
      overflow: hidden;
      color: #5c687d;
      line-height: 1.8;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }

    .tag-page .article-meta {
      margin-top: auto;
      padding-top: 17px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 18px;
      color: #7b8495;
      font-size: 13px;
    }

    .tag-page .article-meta span {
      overflow-wrap: anywhere;
    }

    .tag-page .article-bottom {
      margin-top: 13px;
      padding-top: 13px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      border-top: 1px solid #edf0f5;
    }

    .tag-page .article-tags {
      min-width: 0;
      color: var(--muted);
      font-size: 13px;
      overflow-wrap: anywhere;
    }

    .tag-page .read-more {
      flex: 0 0 auto;
      color: var(--primary);
      font-size: 14px;
      font-weight: 800;
    }

    .tag-page .read-more::after {
      margin-left: 5px;
      content: "→";
    }

    .tag-page .read-more:hover {
      color: #008ca0;
    }

    .tag-page .pagination {
      margin-top: 34px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
    }

    .tag-page .pagination a {
      min-width: 42px;
      min-height: 42px;
      padding: 8px 13px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #34415a;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 5px;
      font-size: 14px;
      font-weight: 700;
    }

    .tag-page .pagination a:hover,
    .tag-page .pagination a.active,
    .tag-page .pagination a.current {
      color: #fff;
      background: var(--primary);
      border-color: var(--primary);
    }

    .tag-page .tag-cta {
      margin-top: 42px;
      padding: 28px 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      background: var(--cyan-soft);
      border-left: 5px solid var(--cyan);
      border-radius: 6px;
    }

    .tag-page .tag-cta h2 {
      margin: 0 0 5px;
      color: var(--primary-dark);
      font-size: 20px;
      letter-spacing: 0;
    }

    .tag-page .tag-cta p {
      margin: 0;
      color: var(--muted);
    }

    .tag-page .tag-cta a {
      flex: 0 0 auto;
      padding: 10px 18px;
      color: #fff;
      background: var(--primary);
      border-radius: 5px;
      font-weight: 700;
    }

    .tag-page .tag-cta a:hover {
      background: var(--primary-dark);
    }

    .footer {
      color: #d8e2f2;
      background: #111a2c;
    }

    .footer-main {
      padding: 52px 0 42px;
      display: grid;
      grid-template-columns: 1.4fr .8fr .9fr .9fr;
      gap: 42px;
    }

    .footer-brand span {
      color: #fff;
      font-size: 23px;
      font-weight: 800;
    }

    .footer-brand p {
      max-width: 320px;
      margin: 14px 0 0;
      color: #aebbd0;
      font-size: 14px;
    }

    .footer h3 {
      margin: 0 0 15px;
      color: #fff;
      font-size: 15px;
    }

    .footer-links {
      margin: 0;
      padding: 0;
      display: grid;
      gap: 9px;
      list-style: none;
    }

    .footer a {
      color: #b8c5d8;
      font-size: 14px;
    }

    .footer a:hover {
      color: var(--cyan);
    }

    .footer-contact {
      display: grid;
      gap: 10px;
    }

    .footer-contact span {
      color: #b8c5d8;
      font-size: 14px;
      overflow-wrap: anywhere;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .footer-bottom-inner {
      min-height: 62px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      color: #8f9db2;
      font-size: 13px;
    }

    @media (max-width: 1080px) {
      .main-nav {
        display: none;
      }

      .hamburger {
        display: block;
      }

      .header-inner {
        justify-content: space-between;
      }

      .header-btns {
        margin-left: auto;
      }

      .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 760px) {
      .container {
        width: min(100% - 28px, 1180px);
      }

      .topbar-inner {
        padding: 7px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
      }

      .topbar-links {
        width: 100%;
        flex-wrap: wrap;
        gap: 4px 14px;
      }

      .header-inner {
        min-height: 66px;
        gap: 10px;
      }

      .logo {
        min-width: 0;
        max-width: calc(100% - 142px);
      }

      .logo > span:last-child {
        overflow: hidden;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .logo-mark {
        width: 36px;
        height: 36px;
      }

      .header-btns > span {
        display: none;
      }

      .account-link {
        padding-inline: 13px;
      }

      .tag-page .tag-banner {
        padding: 38px 0 34px;
      }

      .tag-page .tag-content {
        padding: 34px 0 50px;
      }

      .tag-page .content-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .tag-page .article-card {
        grid-template-columns: 1fr;
      }

      .tag-page .article-cover {
        min-height: 0;
        aspect-ratio: 16 / 9;
      }

      .tag-page .article-body {
        padding: 21px;
      }

      .tag-page .article-title {
        font-size: 19px;
      }

      .tag-page .article-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
      }

      .tag-page .tag-cta {
        padding: 24px;
        align-items: flex-start;
        flex-direction: column;
      }

      .footer-main {
        padding: 40px 0 32px;
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .footer-bottom-inner {
        padding: 16px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
      }
    }

    @media (max-width: 420px) {
      .logo img {
        display: none;
      }

      .logo {
        max-width: calc(100% - 126px);
      }

      .logo > span:last-child {
        display: none;
      }

      .tag-page .tag-heading {
        font-size: 30px;
      }

      .tag-page .article-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
      }
    }