<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>服务已下线</title>
<style>
*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
body{background:#f8f9fa;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}
.notice{max-width:720px;width:100%;background:#fff;border-left:6px solid #dc3545;padding:32px 40px;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.notice h2{color:#dc3545;margin-bottom:20px;font-size:26px}
.notice p{font-size:16px;line-height:1.7;color:#333;margin-bottom:12px}
</style>
</head>
<body>
<div class="notice">
<h2>服务已正式下线</h2>
<p>该身份认证服务已按计划下线，下线时间：2026-01-31。</p>
<p>请立即切换至新的身份认证系统。</p>
<p>如有疑问，请联系管理员。</p>
</div>
</body>
</html>