<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>页面不存在</title>
</head>
<body style="margin:0;min-height:100vh;background:#f6f7fb url(/images/404.jpeg) no-repeat center 80px;background-size:420px auto;display:flex;align-items:flex-end;justify-content:center;font-family:'PingFang SC','Microsoft YaHei',sans-serif;">
<div style="padding:40px 20px 80px;text-align:center;">
    <div style="font-size:32px;color:#333;font-weight:700;line-height:1.4;">页面不存在</div>
    <div style="margin-top:12px;font-size:15px;color:#777;line-height:1.8;">你访问的内容可能已下架、删除或地址错误，请手动返回上一页或回到首页。</div>
    <div style="margin-top:28px;">
        <a href="javascript:history.back();" style="display:inline-block;margin:0 8px;padding:10px 24px;border-radius:24px;background:#ffffff;color:#333;text-decoration:none;border:1px solid #d9dde7;">返回上一页</a>
        <a href="/" style="display:inline-block;margin:0 8px;padding:10px 24px;border-radius:24px;background:#2fb184;color:#fff;text-decoration:none;">回到首页</a>
    </div>
</div>
</body>
</html>
