  /* ===== 游戏云页面专用样式（复用 index.css 配色，仅补本页布局）===== */
  /* 图片暂空：封面/主图/二维码用占位块渲染，后续替换为 <img>/背景图即可 */
  /* 卡片上的 套餐/地区/时长/数量 下拉与加减为静态展示样式，真实交互需配合后台/JS */

  /* 顶部页头（浅色，参考腾讯云游戏服务器页） */
  body :is(a, button) {
      outline: none !important;
  }

  .gc-hero {
      padding-top: 60px;
      padding-bottom: 60px;
      background: linear-gradient(120deg, #dce8ff 0%, #eef3fc 55%, #e6efff 100%);
  }

  .gc-advertise-box {
      border-bottom: 1px solid #e8ebf0;
  }

  .gc-advertise-container {
      display: flex;
      align-items: center;

  }

  .gc-advertise-product {
      width: 130px;
  }

  .gc-advertise-product+div {
      border-left: 1px solid #e8ebf0;
      border-right: 1px solid #e8ebf0;
  }

  .gc-advertise-product p {
      font-size: 14px;
      color: #16181a;
  }

  .gc-advertise-product h6 {
      font-size: 24px;
      color: #16181a;
  }

  .gc-advertise-list {
      display: flex;
      list-style: none;
      padding: 0px;
  }

  .gc-advertise-list li {
      flex: 1;
      padding: 16px;
  }

  .gc-advertise-list li+li {
      border-left: 1px solid #e8ebf0;
  }

  .gc-advertise-list h6 {
      font-size: 16px;
      margin: 0px;
      line-height: 24px;
      color: #16181a;
  }

  .gc-advertise-list p {
      font-size: 14px;
      line-height: 22px;
      color: #4b5b76;
      padding-top: 8px;
  }

  .gc-card-container-title {
      padding-top: 60px;
  }

  .gc-advertise-desc {
      padding: 7px 12px;
      border-top: 1px solid #e8ebf0;
      background: linear-gradient(90deg, #f9f9fb, #feffff);
  }

  .gc-card-container-title h2 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 12px;
  }

  .gc-hero .section-content {
      padding: 56px 20px 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
  }

  .gc-hero-crumb {
      font-size: 12px;
      color: #86909c;
      margin-bottom: 14px;
  }

  .gc-hero h1 {
      font-size: 44px;
      margin: 0 0 14px;
      font-weight: 600;
      color: #1d2129;
  }

  .gc-hero p {
      font-size: 14px;
      line-height: 1.9;
      color: #4e5969;
      max-width: 520px;
      margin: 0;
      white-space: nowrap;
  }

  .gc-hero-btns {
      margin-top: 26px;
      display: flex;
      gap: 14px;
  }

  .gc-hero-art {
      flex: 0 0 340px;
      height: 170px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .55);
      border: 1px dashed #a8c1f0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #8aa0d0;
      font-size: 13px;
  }

  /* 产品优势横条（白色，压页头底部） */
  .gc-strip-wrap {
      margin-top: -36px;
      position: relative;
      z-index: 2;
  }

  .gc-strip {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 8px 24px rgba(52, 52, 52, .08);
      display: flex;
      align-items: stretch;
  }

  .gc-strip-label {
      flex: 0 0 96px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 600;
      color: #1d2129;
      border-right: 1px solid #f0f2f7;
      padding: 20px 0;
  }

  .gc-strip-items {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
  }

  .gc-strip-item {
      padding: 20px 24px;
      border-right: 1px solid #f0f2f7;
  }

  .gc-strip-item:last-child {
      border-right: none;
  }

  .gc-strip-item h5 {
      margin: 0 0 6px;
      font-size: 14px;
      color: #1d2129;
  }

  .gc-strip-item p {
      margin: 0;
      font-size: 12px;
      color: #86909c;
      line-height: 1.6;
  }

  /* 锚点标签栏 */
  .gc-tabbar {
      background: #fff;
      border-bottom: 1px solid #eef0f5;
      position: sticky;
      top: 64px;
      z-index: 20;
      margin-top: 20px;
  }

  .gc-tabbar .section-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
  }

  .gc-tabbar menu {
      display: flex;
      gap: 36px;
      margin: 0;
      padding: 0;
  }

  .gc-tabbar menu a {
      display: block;
      padding: 16px 2px;
      font-size: 14px;
      color: #4e5969;
      text-decoration: none;
      border-bottom: 2px solid transparent;
  }

  .gc-tabbar menu a:hover,
  .gc-tabbar menu a.active {
      color: #2B6CFF;
      border-bottom-color: #2B6CFF;
  }

  .gc-tabbar .btn {
      min-width: 120px;
  }

  /* 游戏选购卡（2 行 × 4） */
  .gc-note {
      font-size: 14px;
      color: #86909c;
      margin-bottom: 22px;
  }

  .gc-note a {
      color: #2B6CFF;
  }

  .gc-game-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
  }

  .gc-card {
      background: #fff;
      border: 1px solid #eef0f5;
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform .2s, box-shadow .2s;
      position: relative;
      font-family: Consolas, Menlo, Monaco, monospace;
      font-variant-numeric: slashed-zero;
  }


  .gc-card-cover {
      height: 190px;
      background: linear-gradient(135deg, #e8eefc, #d3defb);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #8aa0d0;
      font-size: 12px;

  }

  .gc-card-tag {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      background: linear-gradient(120deg, #ff7d4d, #f53f3f);
      color: #fff;
      font-size: 11px;
      padding: 3px 10px;
      border-radius: 0 0 0 8px;
  }

  .gc-card-body {
      padding: 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
  }

  .gc-card-name {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      color: #000;
      cursor: pointer;
  }

  .gc-card-name:hover {
      color: #0052d9;
  }


  .gc-card-name svg {
      width: 20px;
      height: 20px;
      vertical-align: -5px;
  }

  .gc-card-name h4 {
      margin: 0;
      font-size: 20px;

      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 500;

  }

  .gc-card-name i {
      font-style: normal;
      font-size: 16px;
  }

  .gc-card-row {
      display: flex;
      align-items: baseline;
      gap: 10px;
      margin-bottom: 8px;
      border-bottom: 1px solid #e9ecf1;
      padding-bottom: 3px;
  }

  .gc-card-row h6 {
      width: 100px;
      line-height: 34px;
      font-size: 14px;
      font-weight: 400;
      color: #4b5b76;
      margin: 0px;
  }


  .gc-sel {
      flex: 1;
      border-radius: 4px;
      padding: 5px 10px;
      font-size: 16px;
      color: #181818;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff;
      cursor: pointer;
      font-weight: 400;
  }

  .gc-sel label {
      width: 100%;
      font-weight: initial;
      cursor: pointer;
      display: flex;
  }

  .gc-sel menu {
      position: absolute;
      background: #fff;
      box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, .5);
      left: 0;
      right: 0px;
      z-index: 1000;
      top: 34px;
      display: none;
  }

  .gc-card-row:has(:focus) {
      border-color: #000;
  }

  .gc-sel:has(:focus) menu {
      display: block;
  }

  .gc-sel menu li {
      padding: 8px 23px;
      font-size: 14px;
  }

  .gc-sel menu li:hover {
      background: #F5F7FA;
  }

  .gc-sel menu {
      list-style: none;
      padding: 0px;
  }

  .gc-card-row {
      position: relative;
  }

  .gc-sel label:has(:focus) {}

  .gc-sel input {
      position: absolute;
      clip: rect(0 0 0 0);
  }

  .gc-sel i {
      text-decoration: none;
      margin-left: auto;


  }

  .gc-sel:has(:focus) svg {
      transform: rotate(-90deg);
  }

  .gc-sel svg {
      width: 16px;
      height: 16px;
      transform: rotate(90deg);
      transition: .2s linear;
  }

  .gc-num {
      flex: 1;
      border-radius: 4px;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: #fff;
  }

  .gc-num input {
      flex: 1;
      border: none;
      outline: none;
      text-align: center;
      padding: 0px 10px;
  }

  .gc-num b {
      flex: 0 0 28px;
      text-align: center;
      font-weight: 400;
      color: #86909c;
      cursor: pointer;
      background: #f7f8fa;
      padding: 5px 0;
      font-size: 13px;
  }

  .gc-num span {
      flex: 1;
      text-align: center;
      font-size: 12px;
      color: #1d2129;
  }

  .gc-card-animation-text {
      background: linear-gradient(90deg, #f83131, #ff6f42);
      color: #fff;
      font-size: 12px;
      padding: 2px 3px;
      overflow: hidden;
      position: relative;

  }

  .gc-card-animation-text::before {
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      width: 50%;
      left: 0px;
      background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, .2) 20% 80%, transparent 80% 100%);
      animation: gc-animation 1s infinite linear;
  }

  .gc-card-discount {
      font-size: 12px;
      border: 1px solid #ffcfd0;
      padding: 2px 3px;
      color: #f64041;
      margin-left: 6px;
  }

  .gc-limit {
      font-size: 12px;
      border: 1px solid #d6dbe3;
      color: #4b5b76;
      padding: 2px 3px;
      margin-left: 6px;
  }

  .gc-card-discount-box {
      font-size: 0px;
      margin-top: 16px;
  }

  @keyframes gc-animation {
      from {
          transform: translateX(-100%);
      }

      to {
          transform: translateX(200%);
      }
  }

  .gc-card-bottom-section {
      display: flex;
      margin-top: 10px;
      align-items: baseline;
  }

  .gc-card-bottom-price {
      margin-top: 0px;
      color: #666;
  }

  .gc-card-price {
      margin: 10px 0 12px;
      display: flex;
      align-items: baseline;
      gap: 8px;
      flex-wrap: wrap;
  }

  .gc-price-title {
      margin-right: 10px;
      font-size: 12px;

  }

  .gc-card-bottom-discount {
      color: #f64041;
  }

  .gc-price-desc {
      font-size: 28px;
      margin-right: 5px;
  }

  .gc-price-desc small {
      font-size: 14px;
  }

  .gc-card-price em {
      font-style: normal;
      font-size: 11px;
      color: #f53f3f;
      background: #ffece8;
      border-radius: 3px;
      padding: 1px 6px;
  }

  .gc-card-price del {
      font-size: 12px;
      color: #c9cdd4;
  }

  .gc-card-price b {
      color: #f53f3f;
      font-size: 22px;
      font-weight: 600;
      line-height: 1;
  }

  .gc-card-price small {
      font-size: 12px;
      color: #86909c;
  }

  .gc-card-submit.gc-card-submit {
      width: 100%;
      line-height: 22px;
      background: #fff;
      border-top: 1px solid #0052d9 !important;
      border-radius: 0px !important;
      color: #0052d9;
      font-weight: 400;
      box-shadow: none !important;
  }

  .gc-card-submit.gc-card-submit:hover {
      background: #0052d9;
      color: #fff;
  }

  .gc-card-body>.btn {
      width: 100%;
      background: transparent;
      border: 1px solid #2B6CFF;
      color: #2B6CFF;
  }

  .gc-card-body>.btn:hover {
      background: #2B6CFF;
      color: #fff;
  }

  /* 活动专区 */
  .gc-activity-box {
      background: #fff;
      border: 1px solid #eef0f5;
      border-radius: 8px;
      padding: 52px 40px;
      text-align: center;
  }

  .gc-activity-box p {
      margin: 0 0 22px;
      font-size: 14px;
      color: #4e5969;
  }

  .gc-activity-box .btn {
      min-width: 150px;
  }

  /* 玩家交流群（横排一行） */
  .gc-community-banner {
      background: linear-gradient(120deg, #2B6CFF 0%, #4B7BEF 100%);
      border-radius: 10px;
      padding: 30px 40px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
  }

  .gc-community-banner h3 {
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      white-space: nowrap;
  }

  .gc-community-list {
      display: flex;
      align-items: center;
      gap: 34px;
      flex: 1;
      justify-content: center;
      flex-wrap: wrap;
  }

  .gc-community-list span {
      font-size: 14px;
      color: rgba(255, 255, 255, .92);
      display: flex;
      align-items: center;
  }

  .gc-community-list span::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #fff;
      margin-right: 10px;
      display: inline-block;
  }

  .gc-community-qr {
      flex: 0 0 88px;
      height: 88px;
      border-radius: 8px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #8aa0d0;
      font-size: 12px;
      text-align: center;
      line-height: 1.5;
  }

  @media (max-width: 992px) {
      .gc-hero-art {
          display: none;
      }

      .gc-strip {
          flex-direction: column;
      }

      .gc-strip-label {
          border-right: none;
          border-bottom: 1px solid #f0f2f7;
      }

      .gc-strip-items {
          grid-template-columns: repeat(2, 1fr);
      }

      .gc-game-grid {
          grid-template-columns: repeat(2, 1fr);
      }

      .gc-tabbar menu {
          gap: 20px;
      }
  }

  @media (max-width: 576px) {
      .gc-game-grid {
          grid-template-columns: 1fr;
      }

      .gc-strip-items {
          grid-template-columns: 1fr;
      }

      .gc-community-banner {
          flex-direction: column;
          text-align: center;
      }
  }