<!--
 * @Description: 移动：继续访问+移动端页面适配
 * @Version: 0.0
 * @Autor: LiuMin
 * @Date: 2021-11-30 18:13:06
 * @LastEditors: LiuMin
 * @LastEditTime: 2022-9-22 14:11:16
-->
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>【国家反诈中心、工信部反诈中心、中国移动联合提醒】</title>

  <script>
    var base = document.createElement('base');
    base.href = `${location.protocol}//${location.hostname}:${location.port}`;
    document.getElementsByTagName('head')[0].appendChild(base);
  </script>

  <script src="./js/jquery.min.js" type="text/javascript"></script>
  <link rel="stylesheet" type="text/css" href="./css/style.css">
</head>

<body>
  <div class="header">
    <img id="zg" src="./img/zg.png">
    <img id="gxb" src="./img/gxb.png">
    <img id="dx" class="comp-logo" src="./img/yd.png">
  </div>
  <div class="content">
    <div class="main">
      <div class="img-swapper">
        <img id="gjfzzx" src="./img/gjfzzx.png">
        <img id="gxbfzzx" src="./img/gxbfzzx.png">
        <img id="dxtb" class="comp-logo" src="./img/ydtb.png" />
      </div>
      <div id="txxx" class="txxx">国家反诈中心、工信部反诈中心、中国移动提示您</div>
      <div class="line"></div>
      <div class="fxtx">您访问的网站/网页存在<span>诈骗风险</span>，请注意个人信息和财产安全</div>
      <div class="phone">涉诈举报电话：110 或 96110；域名申诉电话：010-67825170 或 010-67825169 或 18600096110</div>
      <button class="visit-btn" id="visitBtn">继续访问</button>
    </div>
  </div>
  <div class="footer">
    <div class="app">
      <div class="app-ewm">
        <div class="title">国家反诈中心</div>
        <div class="inline-block app-code">
          <img class="ewm" src="./img/azapp.png" alt="">
          <img class="ts" src="./img/azts.png" alt="">
        </div>
        <div class="inline-block app-code">
          <img class="ewm" src="./img/iosapp.png" alt="">
          <img class="ts" src="./img/pgts.png" alt="">
        </div>
        <div class="app-btn" style="display: none;" 
          onclick="window.open('https://a.app.qq.com/o/simple.jsp?pkgname=com.hicorenational.antifraud')">
          <img src="./img/az.png" alt="">
          <span>安卓下载</span>
        </div>
        <div class="app-btn" style="display: none;" 
          onclick="window.open('https://apps.apple.com/cn/app/国家反诈中心/id1552823102')">
          <img src="./img/pg.png" alt="">
          <span>苹果下载</span>
        </div>
      </div>
      <div class="gzh">
        <div>工信部反诈专班</div>
        <img class="ewm" src="./img/gzh.png" alt="">
        <div class="ts" style="display: none;">(公众号)</div>
      </div>
    </div>
    <div class="register">
      <!-- <div><a>Copyright © 2021 中国信息通信研究院 版权所有</a></div> -->
      <div><a id="recordNum" href="https://beian.miit.gov.cn"></a></div>
    </div>
  </div>


  <script type="text/javascript" src="./js/script.js"></script>
</body>

</html>