<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>异常访问</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            background-color: #f5f5f5;
            color: #333;
            text-align: center;
            padding: 50px;
            margin: 0;
        }

        h1 {
            color: #d9534f;
        }

        p {
            margin-bottom: 20px;
            font-size: 18px;
        }
    </style>
</head>
<body>
    <div>
        <h1>403 Forbidden</h1>
        <p>Sorry, you do not have permission to access this resource.</p>
        <p>由于您的行为异常，您暂时无法访问该页面，请稍后再试。</p>
    </div>
</body>
</html>
