<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="UTF-8"/>
    <meta name="viewport"
          content="width=device-width, initial-scale=1.0, minimum-scale=1.0 , maximum-scale=1.0, user-scalable=0"/>
    <title>页面404</title>
    <style>
        html, body {
            position: relative;
            padding: 0;
            margin: 0;
            border: 0;
            height: 100%;
            overflow: hidden;
            font-size: 20px;
            font-family: PingFangSC-Regular;
            background-color: #fafafa;
        }

        .container {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-90%);
        }

        .container img {
            width: 5rem;
            height: 5rem;
        }

        .container > div:nth-child(1) {
            text-align: center;
        }

        .container > div:nth-child(2) {
            margin-top: .5rem;
            text-align: center;
            font-size: .75rem;
            color: #666666;
        }

        .container > div:nth-child(3) {
            margin-top: .5rem;
            text-align: center;
            font-size: .75rem;
            color: #666666;
            display: block;
        }

        .container p {
            margin-top: 2rem;
            text-align: center;
            color: #333;
            font-size: .8rem;
        }

        .btn-down {
            margin: 1.5rem auto 0 auto;
            width: 8rem;
            height: 2rem;
            line-height: 2rem;
            border: 1px solid #0CB7F5;
            border-radius: 1rem;
            font-size: .8rem;
            color: #0CB7F5;
            text-align: center;
        }
    </style>
</head>
<body>
<div class="container">
    <div>
        
        <img src="https://q.wdjky.com/qrcode/static/images/error.png"/>
    </div>
    <div id="msgInfo">404，您访问的页面找不回来了！</div>
    <P>请使用健康云app</P>
    <div class="btn-down">立即下载</div>
</div>
<script>
    /* <![CDATA[ */
    document.querySelector('.btn-down').addEventListener('click', function () {
        window.location.href = "https:\/\/www.wdjky.com\/neohealthcloud-app-h5";
    });
    /* ]]> */
</script>
</body>
</html>