<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta charset="UTF-8">
  <title>维护公告</title>
  <style>
    body {
      background: #f5f6fa;
      height: 100vh;
      margin: 0;
      display: flex;
      justify-content: center;
    }
    .notice {
      background: #f5f6fa;
      padding: 40px 60px;
      font-size: 2rem;
      color: #7c7475;
      text-align: center;
      letter-spacing: 2px;
    }
  </style>
</head>
<body>
  <div class="notice">
    万科商城已停止服务
  </div>
</body>
</html>