
        <!DOCTYPE html>
        <html lang="zh-CN">
        <head>
            <meta charset="UTF-8">
            <title>网站改版中 - www.zhaire.com</title>
            <style>
                body {
                    font-family: "Microsoft YaHei", Arial, sans-serif;
                    background-color: #f4f6f9;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100vh;
                    margin: 0;
                    color: #333;
                }
                .container {
                    text-align: center;
                    background: white;
                    padding: 40px;
                    border-radius: 8px;
                    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
                    max-width: 500px;
                    width: 90%;
                }
                h1 {
                    color: #2c3e50;
                    font-size: 24px;
                    margin-bottom: 20px;
                }
                p {
                    color: #7f8c8d;
                    line-height: 1.6;
                    font-size: 16px;
                }
            </style>
        </head>
        <body>
            <div class="container">
                <h1>网站正在改版升级中</h1>
                <p>尊敬的访客，您好！<br>域名 <strong>www.zhaire.com</strong> 正在进行系统维护和改版。</p>
                <p>给您带来的不便，敬请谅解。<br>请稍后再试。</p>

                <div class="beian">
                    <p>陕ICP备19001223号-6</p>
                    <p><a href="https://beian.miit.gov.cn/" target="_blank">工信部备案查询</a></p>
                </div>

                <div class="gonganbeian">
                    <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=61019002003827" class="text-white" target="_blank">
                        <img src="https://beian.mps.gov.cn/favicon.ico" style="width:15px; height:15px;" />
                        陕公网安备61019002003827号
                    </a>
                </div>

            </div>
        </body>
        </html>
        