<br />
<b>Warning</b>:  file_put_contents(./cachefile_yuan/546600.net/sitemap.xml): failed to open stream: No space left on device in <b>/www/wwwroot/NEW14chongjian.com/func.php</b> on line <b>115</b><br />
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <title>DOMAIN PARKED | 您访问的域名正在停放中！</title>
    <style>
        :root {
            --sun-main: #00f2ff;
            --sun-glow: rgba(0, 242, 255, 0.5);
            --ai-blue: #0077ff;
            --bg-deep: #000205;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

        body {
            background-color: var(--bg-deep);
            color: #fff;
            font-family: 'Segoe UI', system-ui, sans-serif;
            width: 100vw; 
            min-height: 100vh;
            display: flex; flex-direction: column; align-items: center;
            justify-content: flex-start;
            padding: 4vh 0 60px 0; 
            overflow-x: hidden;
            overflow-y: auto; 
            position: relative;
        }

        #bg-canvas { 
            position: fixed; 
            top: 0; left: 0; 
            width: 100%; height: 100%; 
            z-index: 1; 
            pointer-events: none;
        }

        .main-hero {
            position: relative; z-index: 2; text-align: center;
            width: 100%; display: flex; flex-direction: column; align-items: center;
        }

        .cosmic-system {
            position: relative; width: 140px; height: 140px; margin-bottom: 5px;
            display: flex; justify-content: center; align-items: center;
        }
        .sun {
            width: 38px; height: 38px;
            background: radial-gradient(circle, #fff 0%, var(--sun-main) 60%, #0044ff 100%);
            border-radius: 50%;
            box-shadow: 0 0 30px #fff, 0 0 50px var(--sun-main), 0 0 80px var(--sun-glow);
            animation: sun-deep-pulse 5s infinite ease-in-out;
        }
        @keyframes sun-deep-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }
        .earth-orbit {
            position: absolute; width: 110px; height: 110px;
            border: 1px solid rgba(0, 242, 255, 0.1); border-radius: 50%;
            animation: rotate 20s linear infinite;
        }
        .earth {
            position: absolute; top: 50%; left: -6px; width: 12px; height: 12px;
            background: radial-gradient(circle at 30% 30%, #4fa4ff, #0044aa);
            border-radius: 50%; transform: translateY(-50%);
        }
        @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

        .domain-notice { padding: 0 15px; margin-bottom: 15px; }
        .domain-notice h2 { font-size: 1.25rem; font-weight: 500; opacity: 0.9; }
        /* 新增域名展示样式 */
        #showDomain {
            font-size: clamp(1.1rem, 5vw, 1.6rem);
            color: #00f2ff;
            font-weight: bold;
            margin: 10px 0;
            letter-spacing: 1px;
        }
        .parked-en {
            font-size: clamp(0.9rem, 4vw, 1.25rem);
            color: var(--ai-blue);
            font-weight: 800;
            letter-spacing: 1px;
            margin-top: 8px;
            display: block;
            background: linear-gradient(90deg, #00f2ff, #0077ff, #7000ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .contact-container {
            display: flex; flex-direction: column;
            background: rgba(255, 255, 255, 0.02);
            padding: 5px; border-radius: 12px;
            border: 1px solid rgba(0, 242, 255, 0.12);
            backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
            width: 92%; max-width: 420px;
            margin-bottom: 25px;
        }
        .contact-row {
            display: flex; align-items: center; padding: 16px 15px;
            cursor: pointer; border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        }
        .contact-row:last-child { border-bottom: none; }
        .contact-row:active { background: rgba(0, 242, 255, 0.1); border-radius: 8px; }
        .label { color: var(--ai-blue); font-size: 0.75rem; font-weight: 900; width: 80px; flex-shrink: 0; text-align: left; }
        .value { font-family: 'Consolas', monospace; font-size: 0.9rem; color: #fff; flex: 1; text-align: left; padding-left: 10px; }

        .link-section { width: 92%; max-width: 420px; text-align: left; }
        .link-title { color: var(--ai-blue); font-size: 0.85rem; font-weight: 700; margin-bottom: 12px; padding-left: 2px; }
        
        /* 核心修改：居中图片容器[cite: 1] */
        .image-gallery {
            display: flex;
            flex-wrap: wrap; 
            justify-content: center; /* 确保图片居中对齐[cite: 1] */
            gap: 15px; 
            width: 100%;
        }
        .gallery-img {
            width: 180px; /* 固定宽度以保证居中视觉稳定[cite: 1] */
            height: auto;
            border-radius: 8px;
            cursor: pointer;
            transition: transform 0.2s;
            image-rendering: -webkit-optimize-contrast;
        }
        .blend-mode-fix { mix-blend-mode: screen; filter: brightness(1.2); }
        .gallery-img:active { transform: scale(0.96); }

        .copy-toast {
            position: fixed; top: 40%; left: 50%; transform: translate(-50%, -50%);
            background: #0077ff; color: #fff; padding: 8px 25px; border-radius: 4px;
            font-size: 0.8rem; z-index: 1000;
        }
    </style>
</head>
<body>

    <canvas id="bg-canvas"></canvas>

    <div class="main-hero">
        <div class="cosmic-system">
            <div class="sun"></div>
            <div class="earth-orbit"><div class="earth"></div></div>
        </div>
        
        <div class="domain-notice">
            <h2>您访问的域名正在停放中</h2>
            <!-- 新增域名展示行，放在两行文字中间 -->
            <div id="showDomain"></div>
            <span class="parked-en">THE DOMAIN IS CURRENTLY PARKED</span>
        </div>

        <div class="contact-container">
            <div class="contact-row" onclick="handleCopy('183333335@qq.com')">
                <span class="label">EMAIL</span>
                <span class="value">183333335@qq.com</span>
            </div>
            <div class="contact-row" onclick="handleCopy('183333335')">
                <span class="label">WECHAT</span>
                <span class="value">183333335</span>
            </div>
            <div class="contact-row" onclick="window.open('http://t.me/bet23456', '_blank')">
                <span class="label">TELEGRAM</span>
                <span class="value">T.ME/bet23456</span>
            </div>
        </div>

        <div class="link-section">
            <div class="link-title">本停放网页友情链接（域名列表）：</div>
            <div class="image-gallery">
                <img src="/pic.png" alt="888.BLUE" class="gallery-img blend-mode-fix" onclick="window.open('http://888.blue', '_blank')">
            </div>
        </div>
    </div>

    <script>
        const canvas = document.getElementById('bg-canvas');
        const ctx = canvas.getContext('2d');
        let stars = [];
        let shootingStars = [];
        const colors = ['#00f2ff', '#7000ff', '#ff0077', '#00ff77', '#fff'];

        function init() {
            canvas.width = window.innerWidth;
            canvas.height = window.innerHeight;
            stars = [];
            for (let i = 0; i < 150; i++) {
                stars.push({
                    x: Math.random() * canvas.width,
                    y: Math.random() * canvas.height,
                    size: Math.random() * 1.5,
                    opacity: Math.random(),
                    blink: Math.random() * 0.01 + 0.005
                });
            }
        }

        function createShootingStar() {
            if (Math.random() < 0.2) {
                shootingStars.push({
                    x: Math.random() * canvas.width + 100,
                    y: Math.random() * canvas.height * 0.5,
                    len: Math.random() * 80 + 40,
                    speed: Math.random() * 10 + 8,
                    opacity: 1,
                    width: Math.random() * 2 + 1,
                    color: colors[Math.floor(Math.random() * colors.length)]
                });
            }
        }

        function draw() {
            ctx.fillStyle = "rgba(0, 2, 5, 0.3)";
            ctx.fillRect(0, 0, canvas.width, canvas.height);
            stars.forEach(s => {
                s.opacity += s.blink;
                if(s.opacity > 1 || s.opacity < 0.2) s.blink *= -1;
                ctx.fillStyle = `rgba(255, 255, 255, ${s.opacity})`;
                ctx.beginPath(); ctx.arc(s.x, s.y, s.size, 0, Math.PI * 2); ctx.fill();
            });
            createShootingStar();
            shootingStars.forEach((ss, index) => {
                ss.x -= ss.speed; ss.y += ss.speed; ss.opacity -= 0.02;
                if (ss.opacity <= 0) { shootingStars.splice(index, 1); } 
                else {
                    const grad = ctx.createLinearGradient(ss.x, ss.y, ss.x + ss.len, ss.y - ss.len);
                    grad.addColorStop(0, ss.color);
                    grad.addColorStop(1, "transparent");
                    ctx.strokeStyle = grad;
                    ctx.lineWidth = ss.width;
                    ctx.lineCap = 'round';
                    ctx.beginPath(); ctx.moveTo(ss.x, ss.y); ctx.lineTo(ss.x + ss.len, ss.y - ss.len); ctx.stroke();
                }
            });
            requestAnimationFrame(draw);
        }

        function handleCopy(text) {
            navigator.clipboard.writeText(text).then(() => {
                const toast = document.createElement('div');
                toast.className = 'copy-toast';
                toast.innerText = `已复制`;
                document.body.appendChild(toast);
                setTimeout(() => toast.remove(), 1200);
            });
        }

        // 读取URL参数展示来源域名
        function getUrlParam(name) {
            let reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
            let result = window.location.search.substr(1).match(reg);
            if (result !== null) {
                return decodeURI(result[2]);
            }
            return null;
        }
        let sourceDomain = getUrlParam("from_domain");
        if(sourceDomain){
            document.getElementById("showDomain").innerText = "域名：" + sourceDomain;
        }else{
            document.getElementById("showDomain").innerText = "直接访问IP页面 / HTTPS访问无参数";
        }

        window.addEventListener('resize', init);
        init(); draw();
    </script>
</body>
</html>