<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>系统维护中</title>
    <style>
        body {
            font-family: "Microsoft Yahei", Arial, sans-serif;
            text-align: center;
            padding-top: 100px;
            background-color: #f5f5f5;
            color: #333;
        }
        h1 {
            font-size: 36px;
            margin-bottom: 20px;
        }
        p {
            font-size: 18px;
        }
    </style>
</head>
<body>
    <h1>抱歉，服务暂时无法访问</h1>
    <p>我们正在处理问题，请稍后重试。</p>
</body>
</html>