
<html>
<head>
    <title>威特教育_404</title>
    <script src="/js/default/jquery-2.1.1.min.js"></script>
</head>
<body>
    <style>
        .error-split {
            width: 100%;
            height: 40px;
            background: url(/images/default/have_rest.png) center no-repeat;
        }

        .Order_xb {
            text-align: center;
            overflow: hidden;
            height: 470px;
        }

        .mmhua {
            text-align: center;
            margin-bottom: 50px;
        }
    </style>
    <div class="bx" style="margin-top:50px">
        <div class="Order_xb">
            <a href="/">
                <img src="/images/default/NotFound.png" />
            </a>
        </div>
        <div class="error-split">
        </div>
        <div class="mmhua">
            <img id="mh" src="/images/default/manhua3.png" style="max-width:600px;" />
        </div>
    </div>
    <script>
        function random(min, max) {
            return Math.floor(Math.random() * (max - min)) + min;
        }
        $("#mh").attr("src", "/images/default/manhua" + random(1, 7) + ".png");
    </script>
</body>
</html>
