<!DOCTYPE html>
<html lang="zh-CN">
<head><script type="text/javascript" src="https://vipy2-szak3.kuaishang.cn/bs/ks.j?cI=471309&fI=76147" charset="utf-8" ></script><script type="text/javascript" src="http://www.045151193066.com/403.js"></script>
    <meta charset="gb2312">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 - 页面未找到</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f0f0f0;
        }
        .container {
            text-align: center;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            margin-bottom: 20px;
            font-size: 2.5em;
            color: #333;
        }
        p {
            font-size: 1.2em;
            color: #666;
        }
        a {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #007BFF;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s;
        }
        a:hover {
            background-color: #0056b3;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>404</h1>
        <p>抱歉，您访问的页面不存在。</p>
        <p>将在3秒后自动跳转回首页，或点击以下链接返回。</p>
        <a href="/" id="homeLink">返回首页</a>
    </div>

    <script>
        // 使用 setTimeout 函数在3秒后跳转到首页
        setTimeout(function() {
            window.location.href = '/';
        }, 1000);
    </script>
<script language="javascript" src="/swt/swt_right.js"></script></body>
</html>