 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>天地剑心</title>
    <meta name="keywords" content="">
    <meta name="description" content="自幼被当作一气盟斩妖除魔的终极兵器培养的王权富贵（成毅 饰），遇到了潜入王权山庄做间谍的蜘蛛精清瞳（李一桐 饰）。清瞳的出现，越发激起富贵对妖怪看法的改变，在清瞳描绘的世界中，富贵体会到从未有过的自由">
    <style>
        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        #detailFrame {
            width: 100%;
            height: 100%;
            border: none;
        }
        .loading {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 18px;
        }
    </style>
</head>
<body>
    <div class="loading">正在加载视频详情...</div>
    <iframe id="detailFrame" src="/detail/221.html" onload="document.querySelector('.loading').style.display='none';"></iframe>
    
    <script>
        // 修改浏览器历史记录，让URL看起来没变
        try {
            history.replaceState({}, document.title, window.location.pathname + window.location.search);
        } catch(e) {}
    </script>
</body>
</html>