<link rel="manifest" href="/manifest.webmanifest">
<link rel="apple-touch-icon" href="/icons/icon-192.png">
<script>
document.addEventListener("click", function(e) {
  let link = e.target.closest("a");
  if (!link) return;

  let url = link.href;

  if (url && !url.includes(location.hostname)) {
      let domain;
      try {
          domain = new URL(url).hostname;
      } catch {
          domain = "external";
      }

      if (window.plausible) {
          plausible("link_click", { 
            props: { 
              target: domain,
              source: location.hostname
            } 
          });
      }
  }
});
</script><!DOCTYPE html>
<html> 
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="generator" content="RocketCake">
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-qPKsbpgGEVLnE4K-G4iGm.js"></script>
<script>
  window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
  plausible.init()
</script>
<script>
(function () {
  const KEY = "ag42_a2hs_tip_v3";

  if (localStorage.getItem(KEY)) return;

  const ua = navigator.userAgent.toLowerCase();
  const isMobile = /iphone|ipad|ipod|android/i.test(ua);
  if (!isMobile) return;

  const isStandalone =
    (window.matchMedia && window.matchMedia("(display-mode: standalone)").matches) ||
    window.navigator.standalone === true;

  if (isStandalone) return;

  let deferredPrompt = null;

  window.addEventListener("beforeinstallprompt", (e) => {
    e.preventDefault();
    deferredPrompt = e;
  });

  function createOverlay() {
    const overlay = document.createElement("div");
    overlay.id = "ag42_a2hs_overlay";
    overlay.style.cssText = `
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.42);
      z-index: 999998;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      box-sizing: border-box;
    `;
    return overlay;
  }

  function createGlassCard() {
    const card = document.createElement("div");
    card.style.cssText = `
      width: 100%;
      max-width: 420px;
      border-radius: 24px;
      padding: 22px 20px 18px;
      color: #fff;
      position: relative;
      background: rgba(28, 20, 14, 0.42);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border: 1px solid rgba(255,255,255,0.16);
      box-shadow:
        0 8px 35px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.10);
      box-sizing: border-box;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    `;
    return card;
  }

  function createCloseBtn(onClick) {
    const btn = document.createElement("button");
    btn.type = "button";
    btn.innerHTML = "&#215;";
    btn.style.cssText = `
      position: absolute;
      top: 12px;
      right: 12px;
      width: 38px;
      height: 38px;
      border: 0;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
      color: #fff;
      font-size: 26px;
      line-height: 1;
      cursor: pointer;
    `;
    btn.onclick = onClick;
    return btn;
  }

  function createGoldBtn(text) {
    const btn = document.createElement("button");
    btn.type = "button";
    btn.innerHTML = text;
    btn.style.cssText = `
      min-width: 130px;
      border: 0;
      border-radius: 16px;
      padding: 14px 18px;
      font-size: 18px;
      font-weight: 700;
      color: #3b2500;
      cursor: pointer;
      background: linear-gradient(180deg, #ffe69a 0%, #f7c95f 48%, #e0a92f 100%);
      box-shadow:
        0 8px 20px rgba(224,169,47,0.22),
        inset 0 1px 0 rgba(255,255,255,0.55);
    `;
    return btn;
  }

  function createGhostBtn(text) {
    const btn = document.createElement("button");
    btn.type = "button";
    btn.innerHTML = text;
    btn.style.cssText = `
      min-width: 130px;
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 16px;
      padding: 14px 18px;
      font-size: 18px;
      font-weight: 600;
      color: rgba(255,255,255,0.92);
      cursor: pointer;
      background: rgba(255,255,255,0.06);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    `;
    return btn;
  }

  function closeAll() {
    const old = document.getElementById("ag42_a2hs_overlay");
    if (old) old.remove();
  }

  function markDone() {
    localStorage.setItem(KEY, "1");
  }

  function showStepModal() {
    closeAll();

    const overlay = createOverlay();
    const card = createGlassCard();
    const closeBtn = createCloseBtn(() => {
      markDone();
      closeAll();
    });

    const isIOS = /iphone|ipad|ipod/i.test(ua);
    const isAndroid = /android/i.test(ua);

    let html = `
      <div style="font-size:18px;font-weight:800;color:#ffd86a;margin-bottom:14px;line-height:1.35;">
        &#11088; ${isIOS ? "iPhone &#29992;&#25143;&#65306;" : isAndroid ? "Android &#29992;&#25143;&#65306;" : "&#25163;&#26426;&#29992;&#25143;&#65306;"}
      </div>
      <div style="font-size:17px;line-height:1.9;color:#fff;">
    `;

    if (isIOS) {
      html += `
        1. &#28857;&#20987;&#24213;&#37096; <b>"&#20998;&#20139;"</b><br>
        2. &#36873;&#25321; <b>"&#28155;&#21152;&#21040;&#20027;&#23631;&#24149;"</b><br>
        3. &#28857;&#20987; <b>"&#28155;&#21152;"</b><br><br>
        &#20445;&#23384;&#21518;&#65292;<b>AG42</b> &#20250;&#20986;&#29616;&#22312;&#25163;&#26426;&#26700;&#38754;&#12290;
      `;
    } else if (isAndroid && deferredPrompt) {
      html += `
        1. &#28857;&#20987;&#19979;&#26041; <b>"&#23433;&#35013;"</b><br>
        2. &#25353;&#31995;&#32479;&#25552;&#31034;&#23436;&#25104;&#23433;&#35013;<br>
        3. &#23433;&#35013;&#21518;&#20174;&#26700;&#38754;&#30452;&#25509;&#25171;&#24320; <b>AG42</b><br><br>
        &#20445;&#23384;&#21518;&#65292;&#35775;&#38382;&#26356;&#24555;&#26356;&#31283;&#23450;&#12290;
      `;
    } else {
      html += `
        1. &#25171;&#24320;&#27983;&#35272;&#22120;&#33756;&#21333;<br>
        2. &#36873;&#25321; <b>"&#28155;&#21152;&#21040;&#20027;&#23631;&#24149;"</b> &#25110; <b>"&#23433;&#35013;&#24212;&#29992;"</b><br>
        3. &#23436;&#25104;&#21518;&#65292;&#20174;&#26700;&#38754;&#30452;&#25509;&#25171;&#24320; <b>AG42</b><br><br>
        &#20445;&#23384;&#21518;&#65292;&#35775;&#38382;&#26356;&#24555;&#26356;&#31283;&#23450;&#12290;
      `;
    }

    html += `</div>`;

    const content = document.createElement("div");
    content.innerHTML = html;

    const btnRow = document.createElement("div");
    btnRow.style.cssText = `
      margin-top: 24px;
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
    `;

    if (isAndroid && deferredPrompt) {
      const installBtn = createGoldBtn("&#23433;&#35013;");
      installBtn.onclick = async () => {
        try {
          deferredPrompt.prompt();
          await deferredPrompt.userChoice;
        } catch (e) {}
        deferredPrompt = null;
        markDone();
        closeAll();
      };
      btnRow.appendChild(installBtn);
    }

    const okBtn = createGoldBtn("&#30830;&#23450;");
    okBtn.onclick = () => {
      markDone();
      closeAll();
    };
    btnRow.appendChild(okBtn);

    card.appendChild(closeBtn);
    card.appendChild(content);
    card.appendChild(btnRow);
    overlay.appendChild(card);
    document.body.appendChild(overlay);
  }

  function showIntroModal() {
    closeAll();

    const overlay = createOverlay();
    const card = createGlassCard();
    const closeBtn = createCloseBtn(() => {
      markDone();
      closeAll();
    });

    const title = document.createElement("div");
    title.innerHTML = "&#11088; &#20445;&#23384; AG42 &#21040;&#26700;&#38754;";
    title.style.cssText = `
      font-size: 24px;
      font-weight: 800;
      line-height: 1.35;
      color: #ffd86a;
      text-align: center;
      margin-bottom: 14px;
    `;

    const desc = document.createElement("div");
    desc.innerHTML = "&#38450;&#27490;&#32593;&#22336;&#22833;&#25928;&#65292;&#19979;&#27425;&#19968;&#38190;&#25171;&#24320;&#12290;";
    desc.style.cssText = `
      font-size: 18px;
      line-height: 1.7;
      color: rgba(255,255,255,0.95);
      text-align: center;
      margin-bottom: 22px;
    `;

    const btnRow = document.createElement("div");
    btnRow.style.cssText = `
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
    `;

    const stepBtn = createGoldBtn("&#26597;&#30475;&#27493;&#39588;");
    stepBtn.onclick = showStepModal;

    const laterBtn = createGhostBtn("&#31245;&#21518;");
    laterBtn.onclick = () => {
      markDone();
      closeAll();
    };

    btnRow.appendChild(stepBtn);
    btnRow.appendChild(laterBtn);

    card.appendChild(closeBtn);
    card.appendChild(title);
    card.appendChild(desc);
    card.appendChild(btnRow);
    overlay.appendChild(card);
    document.body.appendChild(overlay);
  }

  setTimeout(showIntroModal, 1800);
})();
</script>
	<title></title>
	<meta name="keywords" content="ag&#20126;&#28216; &#20122;&#21338;&#20307;&#32946; &#20061;&#28216;&#20250; 918&#21338;&#22825;&#22530; 188&#37329;&#23453;&#21338; BOB&#20307;&#32946;  &#39321;&#28207;&#20845;&#21512;&#24425; 91&#35770;&#22363;     " />
	<link rel="stylesheet" type="text/css" href="index_html.css?h=285b81f3">
</head>
<body>
<div class="textstyle1">
<div id="container_5f0116bc"><div id="container_5f0116bc_padding" ><div class="textstyle2">  <div id="button_50c99fc5">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle2">
<img src="rc_images/ag422.png" width="250" height="50" id="img_7e87c8e1" alt="" title="" />        </div>
      </div></div>
    </div>
</div>
<div style="clear:both"></div></div></div><div id="container_11b4f6cd"><div id="container_11b4f6cd_padding" ><div class="textstyle2"><div id="container_696dd514"><div id="container_696dd514_padding" ><div class="textstyle1"><div id="container_3bf7972b"><div id="container_3bf7972b_padding" ><div class="textstyle1"><div id="container_77910cbb"><div id="container_77910cbb_padding" ><div class="textstyle2">  <div id="button_3578321b">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle2">
<img src="rc_images/__12.png" width="280" height="60" id="img_289b6f13" alt="" title="" />        </div>
      </div></div>
    </div>
</div>
<div style="clear:both"></div></div></div><div id="container_6d291f31"><div id="container_6d291f31_padding" ><div class="textstyle1"><div id="container_50ecf943"><div id="container_50ecf943_padding" ><div class="textstyle1"><div id="container_6416ac6a"><div id="container_6416ac6a_padding" ><div class="textstyle3">  <a href="https://www.ko272.com" target="_blank" style="text-decoration:none"><div id="button_552d7807">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle1">
        </div>
      <div class="textstyle2">
<img src="rc_images/yayou88.png" width="542" height="127" id="img_6771e4d8" alt="" title="" />        </div>
      </div></div>
    </div></a>
</div>
<div style="clear:both"></div></div></div><div id="container_4479cae2"><div id="container_4479cae2_padding" ><div class="textstyle1">  <a href="https://188993.cc" target="_blank" style="text-decoration:none"><div id="button_7c36b3fb">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle1">
        </div>
      <div class="textstyle2">
<img src="rc_images/188___.png" width="258" height="70" id="img_6ce45538" alt="" title="" />        </div>
      </div></div>
    </div></a>
</div>
<div style="clear:both"></div></div></div><div id="container_17a59e7c"><div id="container_17a59e7c_padding" ><div class="textstyle3">  <a href="https://bb11.tv" target="_blank" style="text-decoration:none"><div id="button_44c6c9cc">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle1">
        </div>
      <div class="textstyle2">
<img src="rc_images/bibo.png" width="188" height="71" id="img_3f52f5e" alt="" title="" />        </div>
      </div></div>
    </div></a>
</div>
<div style="clear:both"></div></div></div><div id="container_708d6fb8"><div id="container_708d6fb8_padding" ><div class="textstyle1">  <a href="https://qm7766.net" target="_blank" style="text-decoration:none"><div id="button_37cf11ab">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle1">
        </div>
      <div class="textstyle2">
<img src="rc_images/qmh.png" width="132" height="40" id="img_633d4dc3" alt="" title="" />        </div>
      </div></div>
    </div></a>
</div>
<div style="clear:both"></div></div></div><div id="container_64badf88"><div id="container_64badf88_padding" ><div class="textstyle3">  <a href="https://www.365wmvip5007.com:30700/register/?i_code=2650252" target="_blank" style="text-decoration:none"><div id="button_6d47fbf1">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle1">
        </div>
      <div class="textstyle2">
<img src="rc_images/60313_10.png" width="310" height="90" id="img_67ff2894" alt="" title="" />        </div>
      </div></div>
    </div></a>
</div>
<div style="clear:both"></div></div></div><div id="container_8008c19"><div id="container_8008c19_padding" ><div class="textstyle1">  <a href="https://record.unionlt.com/_IUUe52uDoH_gXusHI1eWymNd7ZgqdRLk/1/" target="_blank" style="text-decoration:none"><div id="button_7b66f638">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle1">
        </div>
      <div class="textstyle2">
<img src="rc_images/letou1.png" width="250" height="70" id="img_4081172c" alt="" title="" />        </div>
      </div></div>
    </div></a>
</div>
<div style="clear:both"></div></div></div></div>
<div style="clear:both"></div></div></div></div>
<div style="clear:both"></div></div></div></div>
<div style="clear:both"></div></div></div></div>
<div style="clear:both"></div></div></div></div>
<div style="clear:both"></div></div></div><div id="container_4f41ecfa"><div id="container_4f41ecfa_padding" ><div class="textstyle2">  <a href="https://linkbio.co/ag42ag42" target="_blank" style="text-decoration:none"><div id="button_1abba20d">
    <div class="vcenterstyle1"><div class="vcenterstyle2">      <div class="textstyle1">
        </div>
      <div class="textstyle2">
<img src="rc_images/hqbz.png" width="115" height="40" id="img_18f1f132" alt="" title="" />        </div>
      </div></div>
    </div></a>
</div>
<div style="clear:both"></div></div></div>  </div>
<!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "659fcc139ed24cca8f18c21843a2bd65"}'></script><!-- Cloudflare Pages Analytics --></body>
</html>