 <!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/198.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>