@charset "utf-8";
.gm-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
.gm-section-title { font-size: 28px; font-weight: 600; margin: 0 0 20px 0; color: #1a1a1a; line-height: 1.3; }
.gm-section-title span { display: inline-block; }
.gm-section-title.center { text-align: center; }
.gm-section-title::after { content: ''; display: block; width: 40px; height: 3px; background: #339999; margin-top: 8px; border-radius: 2px; }
.gm-section-title.center::after { margin-left: auto; margin-right: auto; }
.gm-section-desc { font-size: 14px; color: #666; line-height: 1.8; margin: -12px 0 24px 0; max-width: 800px; }
.gm-section-desc + .gm-install-cards { margin-top: 0; }
.gm-hero { padding: 40px 0; text-align: center; }
.gm-hero.pc { padding: 60px 0; }
.gm-hero.pc,
.gm-hero.wap,
.gm-page-hero,
.gm-page.install-page .gm-page-hero,
.gm-page.recharge-page .gm-page-hero {
position: relative;
width: 100vw;
left: 50%;
transform: translateX(-50%);
box-sizing: border-box;
}
html, body { overflow-x: hidden; }
.gm-hero-inner { max-width: 800px; margin: 0 auto; padding: 0 16px; }
.gm-hero-title { font-size: 36px; font-weight: 700; color: #fff; margin: 0 0 16px 0; line-height: 1.3; text-align: center; }
.gm-hero.pc .gm-hero-title { font-size: 42px; }
.gm-hero-sub { font-size: 16px; color: rgba(255,255,255,.8); margin: 0 0 28px 0; line-height: 1.8; text-align: center; }
.gm-hero.pc .gm-hero-sub { font-size: 18px; }
.gm-hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.gm-hero-btn { display: inline-block; padding: 12px 36px; border-radius: 6px; font-size: 16px; font-weight: 500; text-decoration: none; transition: all .3s; cursor: pointer; }
.gm-hero-btn.primary { background: #339999; color: #fff; border: none; }
.gm-hero-btn.primary:hover { background: #2a8585; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(51,153,153,.4); }
.gm-hero-btn.outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.gm-hero-btn.outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.gm-notice { padding: 16px 0; background: transparent; }
.gm-notice .gm-container { display: flex; align-items: center; }
.gm-notice-text { flex-shrink: 0; font-size: 16px; font-weight: 500; line-height: 1.4; padding: 4px 0 4px 12px; border-left: 4px solid #1a1a1a; }
.gm-notice.pc .gm-notice-text { font-size: 18px; }
.gm-intro-features { padding: 40px 0 20px; }
.gm-if-wrap { display: flex; gap: 40px; align-items: flex-start; }
.gm-intro-col { flex: 1; }
.gm-intro-text { font-size: 14px; line-height: 1.8; color: #555; }
.gm-features-col { flex: 1; }
.gm-features-list { list-style: none; padding: 0; margin: 0; }
.gm-feature-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.gm-feature-item:last-child { border-bottom: none; }
.gm-feature-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(51,153,153,.1); color: #339999; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.gm-feature-body { flex: 1; display: flex; align-items: center; }
.gm-feature-body span { font-size: 14px; line-height: 1.8; color: #555; }
.gm-install { padding: 20px 0 40px; background: #f8f9fa; }
.gm-install-cards { display: flex; gap: 24px; flex-wrap: wrap; }
.gm-cmd-card { flex: 1; min-width: 300px; background: #252536; border-radius: 12px; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,.15); }
.gm-cmd-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.gm-cmd-titles { display: flex; flex-direction: column; gap: 8px; }
.gm-cmd-os { font-size: 18px; font-weight: 700; color: #fff; }
.gm-cmd-os i { margin-right: 8px; font-size: 16px; }
.gm-cmd-subtitle { display: inline-block; align-self: flex-start; font-size: 14px; color: #aaa; background: rgba(255,255,255,.12); padding: 4px 10px; border-radius: 4px; }
.gm-copy-btn { background: #fff; color: #252536; border: none; padding: 8px 18px; border-radius: 20px; font-size: 13px; font-weight: 500; cursor: pointer; transition: opacity .2s; }
.gm-copy-btn:hover { opacity: .85; }
.gm-copy-btn.copied { background: #28a745; color: #fff; }
.gm-cmd-code { margin: 0; padding: 16px; font-family: 'Courier New', Consolas, monospace; font-size: 13px; line-height: 1.8; color: #d4d4d4; background: #1e1e2e; border-radius: 8px; overflow-x: auto; white-space: pre-wrap; word-break: break-all; }
.gm-download-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.gm-download-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 6px; background: #fff; color: #252536; text-decoration: none; font-size: 14px; font-weight: 500; line-height: 1.4; box-sizing: border-box; transition: all .2s ease; cursor: pointer; border: none; }
.gm-download-btn:hover { background: #339999; color: #fff; }
.gm-download-btn i { font-size: 14px; }
/* 客服安装按钮：深色命令卡内也用自身颜色（--btn-color 由按钮内联样式提供） */
.gm-download-btn.gm-contact-btn { background: var(--btn-color, #339999); color: #fff; }
.gm-download-btn.gm-contact-btn:hover { background: var(--btn-color, #339999); filter: brightness(0.9); }
/* 方案C：非命令（服务/教程/下载）卡片 — 自定义区块背景 + 独立图标颜色 */
.gm-cmd-card.no-cmd {
    background: var(--card-bg, #fff);
    color: var(--text-color, #333);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    transition: box-shadow .25s ease, transform .25s ease;
}
.gm-cmd-card.no-cmd:hover { box-shadow:0 8px 24px rgba(0,0,0,.12); transform:translateY(-3px); }
.gm-cmd-card.no-cmd .gm-cmd-os { color:var(--text-color, #1a1a1a); display:flex; align-items:center; gap:10px; }
.gm-cmd-card.no-cmd .gm-cmd-os-icon { position:relative; flex-shrink:0; width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:10px; }
.gm-cmd-card.no-cmd .gm-cmd-os-icon::before { content:''; position:absolute; inset:0; border-radius:10px; background:var(--icon-color, #339999); opacity:.12; }
.gm-cmd-card.no-cmd .gm-cmd-os-icon i { position:relative; z-index:1; font-size:22px; color:var(--icon-color, #339999); margin-right:0; }
.gm-cmd-card.no-cmd .gm-cmd-subtitle { color:var(--text-color-muted, #666); background:rgba(0,0,0,.04); }
.gm-cmd-card.no-cmd .gm-download-btns { margin-top:4px; }
/* 强制下载按钮与客服按钮在 no-cmd 卡片内尺寸、高度完全一致（<a> 与 <button> UA 样式差异大，必须显式覆盖） */
.gm-cmd-card.no-cmd .gm-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    background: var(--btn-color, var(--icon-color, #339999));
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    transition: all .2s ease;
    cursor: pointer;
    border: none;
    vertical-align: middle;
}
.gm-cmd-card.no-cmd .gm-download-btn:hover { filter:brightness(0.92); transform:translateY(-1px); box-shadow:0 6px 16px rgba(0,0,0,.18); }
.gm-cmd-card.no-cmd .gm-download-btn i { font-size:15px; }
/* 深色区块背景时自动反白文字 */
.gm-cmd-card.no-cmd.dark-bg { --text-color:#fff; --text-color-muted:rgba(255,255,255,.75); border-color:rgba(255,255,255,.1); }
.gm-cmd-card.no-cmd.dark-bg .gm-cmd-subtitle { background:rgba(255,255,255,.1); }
.gm-video-guide { padding: 40px 0; }
.gm-vg-wrap { display: flex; gap: 30px; }
.gm-video-col { flex: 1.2; }
.gm-video-embed { position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.1); }
.gm-video-embed iframe, .gm-video-embed video, .gm-video-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.gm-guide-col { flex: 1; }
.gm-guide-steps { display: flex; flex-direction: column; gap: 16px; }
.gm-guide-step { display: flex; gap: 16px; padding: 16px; background: #f8f9fa; border-radius: 8px; transition: box-shadow .2s; }
.gm-guide-step:hover { box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.gm-step-num { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #339999; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; }
.gm-guide-step:nth-child(5n+1) .gm-step-num { background: linear-gradient(135deg, #339999, #2a8585); }
.gm-guide-step:nth-child(5n+2) .gm-step-num { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.gm-guide-step:nth-child(5n+3) .gm-step-num { background: linear-gradient(135deg, #f39c12, #d68910); }
.gm-guide-step:nth-child(5n+4) .gm-step-num { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.gm-guide-step:nth-child(5n+5) .gm-step-num { background: linear-gradient(135deg, #1abc9c, #16a085); }
.gm-step-body strong { display: block; font-size: 14px; color: #1a1a1a; margin-bottom: 6px; }
.gm-step-body p { margin: 0 0 6px 0; font-size: 13px; color: #777; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.gm-guide-step.is-first .gm-step-body p,
.gm-guide-step.is-second .gm-step-body p { -webkit-line-clamp: 2; }
.gm-step-link { font-size: 13px; color: #339999; text-decoration: none; }
.gm-step-link:hover { text-decoration: underline; }
.gm-step-link-title { color: inherit; text-decoration: none; }
.gm-step-link-title:hover { color: #339999; }
.gm-news-col { flex: 1; min-width: 0; }
.gm-news-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.gm-news-list li { padding: 0; width: auto; float: none; margin: 0; }
.gm-news-list li a { display: block; padding: 12px 0; color: #333; text-decoration: none; font-size: 14px; line-height: 1.6; transition: color .2s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gm-news-list li a:hover { color: #339999; }
.index-news .gm-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 16px; row-gap: 6px; padding: 16px 0; list-style: none; }
.index-news .gm-news-grid li { padding: 0; width: auto; float: none; margin: 0; }
.index-news .gm-news-grid li a { display: block; padding: 4px 0; color: #333; text-decoration: none; font-size: 14px; line-height: 1.6; transition: color .2s; }
.index-news .gm-news-grid li a:hover { color: #339999; }
.index-news { padding: 40px 0 20px; }
.gm-friendship-links { padding: 10px 0 30px; }
.gm-friendship-inner { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.gm-friendship-title { font-size: 16px; font-weight: 500; color: #1a1a1a; line-height: 1.4; }
.gm-friendship-list { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; }
.gm-friendship-item { font-size: 14px; color: #666; text-decoration: none; transition: color .2s; }
.gm-friendship-item:hover { color: #339999; }
.gm-page-hero { padding: 50px 0; text-align: center; margin-bottom: 30px; }
.gm-page-hero .gm-container { text-align: center; }
.gm-page-hero-title { font-size: 32px; font-weight: 700; margin: 0; text-align: center !important; }
.gm-page-hero-subtitle { font-size: 16px; font-weight: 400; margin: 12px 0 0 0; opacity: 0.85; text-align: center !important; }
.install-page .gm-install-section { padding: 20px 0 40px; background: #f8f9fa; }
.recharge-page .gm-plans-section { padding: 50px 0; }
.gm-plans-grid { display: grid; gap: 20px; margin-top: 30px; }
.gm-plans-grid.plan-count-1 { grid-template-columns: 1fr; }
.gm-plans-grid.plan-count-2 { grid-template-columns: repeat(2, 1fr); }
.gm-plans-grid.plan-count-3 { grid-template-columns: repeat(3, 1fr); }
.gm-plans-grid.plan-count-4 { grid-template-columns: repeat(4, 1fr); }
.gm-plan-card { position: relative; background: #fff; border: 2px solid #eee; border-radius: 10px; padding: 30px 20px; text-align: center; transition: all .3s; }
.gm-plan-card:hover { border-color: #ddd; box-shadow: 0 4px 20px rgba(0,0,0,.08); transform: translateY(-4px); }
.gm-plan-card.highlight { border-color: var(--btn-color, #339999); }
.gm-plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--btn-color, #339999); color: #fff; font-size: 12px; padding: 4px 16px; border-radius: 20px; white-space: nowrap; }
.gm-plan-name { font-size: 18px; font-weight: 700; margin: 0 0 12px 0; color: #1a1a1a; }
.gm-plan-desc { font-size: 13px; color: #888; line-height: 1.6; margin: -6px 0 14px 0; }
.gm-plan-price { margin-bottom: 20px; }
.gm-plan-amount { font-size: 36px; font-weight: 700; color: var(--btn-color, #339999); }
.gm-plan-unit { font-size: 14px; color: #999; }
.gm-plan-features { list-style: none; padding: 0; margin: 0 0 24px 0; text-align: left; }
.gm-plan-features li { padding: 6px 0; font-size: 14px; color: #555; }
.gm-plan-features li i { color: #28a745; margin-right: 8px; }
.gm-plan-btn { width: 100%; padding: 12px; border: none; border-radius: 6px; background: var(--btn-color, #339999); color: #fff; font-size: 16px; font-weight: 500; cursor: pointer; transition: opacity .2s; }
.gm-plan-btn:hover { opacity: .85; }
.recharge-page .gm-steps-section { padding: 50px 0; background: #f8f9fa; }
.gm-steps-wrap { display: flex; align-items: center; justify-content: center; gap: 16px; }
.gm-step-card { flex: 1; max-width: 280px; text-align: center; padding: 30px 20px; background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.gm-step-icon { width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 50%; background: rgba(51,153,153,.1); color: #339999; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.gm-step-icon.is-num { background: #339999; color: #fff; font-size: 22px; font-weight: 700; letter-spacing: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.gm-step-card .gm-step-title { font-size: 18px; font-weight: 600; margin: 0 0 8px 0; color: #1a1a1a; }
.gm-step-card .gm-step-desc { font-size: 14px; color: #888; margin: 0; line-height: 1.6; }
.gm-step-arrow { color: #ccc; font-size: 20px; }
.gm-records-section { padding: 40px 0; }
.gm-records-scroll { overflow: hidden; margin-top: 20px; display: flex; flex-direction: column; gap: 14px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.gm-records-track { display: flex; gap: 20px; width: max-content; animation: lscScrollLeft 30s linear infinite; }
.gm-records-track:hover { animation-play-state: paused; }
.gm-record-item { display: flex; align-items: center; gap: 8px; padding: 10px 20px; background: #f8f9fa; border-radius: 30px; white-space: nowrap; font-size: 14px; }
.gm-record-time { color: #339999; font-weight: 500; }
.gm-record-item.is-red .gm-record-time { color: #e74c3c; }
.gm-record-content { color: #666; }
@keyframes lscScrollLeft {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.gm-kf-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; align-items: center; justify-content: center; }
.gm-kf-modal-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); }
.gm-kf-modal-box { position: relative; background: #fff; border-radius: 12px; padding: 30px; text-align: center; max-width: 360px; width: 90%; }
.gm-kf-close { position: absolute; top: 12px; right: 12px; background: none; border: none; font-size: 18px; color: #999; cursor: pointer; }
.gm-kf-close:hover { color: #333; }
.gm-kf-modal-box h3 { font-size: 18px; margin: 0 0 20px 0; color: #1a1a1a; }
.gm-kf-qrcode { max-width: 240px; width: 100%; border-radius: 8px; }
.gm-kf-no-qr { padding: 60px 20px; color: #999; font-size: 14px; line-height: 2; }
.gm-kf-tip { margin: 16px 0 0 0; font-size: 14px; color: #666; }
@media screen and (max-width: 768px) {
.gm-hero-title { font-size: 24px; }
.gm-hero-sub { font-size: 14px; }
.gm-hero-btn { padding: 10px 24px; font-size: 14px; }
.gm-notice { padding: 10px 0; }
.gm-intro-features { padding-top: 20px; }
.gm-if-wrap { flex-direction: column; gap: 24px; }
.gm-section-title { font-size: 20px; }
.gm-features-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gm-feature-item { flex-direction: column; align-items: center; text-align: center; padding: 16px 10px; border-bottom: none; background: #fff; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.gm-feature-icon { width: 40px; height: 40px; font-size: 18px; }
.gm-feature-body { flex: none; }
.gm-feature-body span { font-size: 13px; line-height: 1.6; }
.gm-install-cards { flex-direction: column; }
.gm-cmd-card { min-width: 100%; }
.gm-cmd-subtitle { font-size: 13px; }
.gm-install .gm-section-desc { margin-top: 0; padding: 0 4px; }
.gm-vg-wrap { flex-direction: column; gap: 24px; }
.index-news .gm-news-grid { grid-template-columns: 1fr; }
.gm-plans-grid.plan-count-1, .gm-plans-grid.plan-count-2, .gm-plans-grid.plan-count-3, .gm-plans-grid.plan-count-4 { grid-template-columns: 1fr; gap: 16px; }
.gm-plan-card { padding: 24px 16px; }
.gm-steps-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gm-step-card { max-width: none; padding: 20px 12px; }
.gm-step-icon { width: 48px; height: 48px; font-size: 20px; }
.gm-step-icon.is-num { font-size: 18px; }
.gm-step-card .gm-step-title { font-size: 15px; }
.gm-step-card .gm-step-desc { font-size: 12px; }
.gm-step-arrow { display: none; }
.gm-page-hero { padding: 30px 0; }
.gm-page-hero-title { font-size: 24px; }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.gm-if-wrap { flex-direction: column; gap: 30px; }
.gm-vg-wrap { flex-direction: column; gap: 24px; }
.gm-plans-grid.plan-count-1 { grid-template-columns: 1fr; }
.gm-plans-grid.plan-count-2 { grid-template-columns: repeat(2, 1fr); }
.gm-plans-grid.plan-count-3 { grid-template-columns: repeat(2, 1fr); }
.gm-plans-grid.plan-count-4 { grid-template-columns: repeat(2, 1fr); }
.index-news .gm-news-grid { grid-template-columns: repeat(2, 1fr); }
}