<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>安全检测 - N8Soft</title>
    <style>
        body { background-color: #f0f2f5; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: Arial, sans-serif; }
        .box { background: white; padding: 40px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); text-align: center; }
        .spinner { border: 4px solid #f3f3f3; border-top: 4px solid #3498db; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; margin: 0 auto 20px; }
        @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
        h2 { color: #333; font-size: 20px; margin-bottom: 10px; }
        p { color: #666; font-size: 14px; }
    </style>
</head>
<body>
    <div class="box">
        <div class="spinner"></div>
        <h2>正在进行安全检测...</h2>
        <p>请稍候，即将进入网站</p>
    </div>
    <script>
        (function(){
            document.cookie = "70fc3677550b86d7c008a0c7d069c156=1771906691645:1771910290845:56c291262de46c32edc627ae7dd09ea3; path=/; max-age=3600";

            setTimeout(function(){
                location.reload();
            }, 1000);
        })();
    </script>
</body>
</html>

