<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>
    <meta name="x5-orientation" content="portrait"/>
    <meta name="screen-orientation" content="portrait"/>
    <title>HantePay</title>
    <link rel="icon" href="/image/logo.png">
    <style type="text/css">
        .box {
            padding: 2rem 0;
            background: #ffffff;
        }

        .notfound-info {
            text-indent: 15px;
            padding: 1rem;
            color: #8f8f94;
        }

        .notfound-info-title {
            border-bottom: 1px solid #e6dfdf;
            margin: 1rem;
            padding-bottom: 10px;
            margin-bottom: 0;
            color: black;
        }

        .notfound-prompt {
            padding: 1rem 0;
            margin: auto;
            width: 200px;
            font-size: 15px;
            text-align: center;
        }

        .error-box {
            width: 90%;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 5px;
        }

        .error-logo {
            width: 238px;
            height: 160px;
            background-size: 100%;
            background: url('/image/404.png') no-repeat;
            margin: 0 auto;
            position: relative;
            top: 2rem;
        }

        .notfound-title {
            font-size: 38px;
            text-align: center;
            margin-top: 5rem;
            font-weight: bolder;
        }
    </style>
</head>
<body>
<div class="box">
    <div class="error-box">
        <div class="logo-box">
        </div>
        <div class="error-logo"></div>
        <p class="notfound-title">404</p>
        <p class="notfound-prompt">二维码不存在</p>
    </div>
</div>
</body>
</html>