影片名称
极速求生

8.3

极速求生
Deux étrangers se retrouvent piégés sous terre lorsque la ville est attaquée par une menace monstrueuse. Gravement blessés et disposant de ressources limitées, ils doivent emprunter un tunnel sombre et étroit dans l’espoir de trouver une sortie.
HD 科幻片 更新时间:2026-01-03 02:14:14
废托邦

6.4

废托邦
Rumours about a mythical free land sow havoc in an ultra-regulated society where citizens wear paper bags on their heads to dissolve their differences. In this stylish sci-fi animation, a well-oiled system with echoes of George Orwell’s 1984, starts crumbling when whispers of a land where freedom reigns begin to spread. The hero, a fresh council member in love with a free-spiri...
HD 科幻片 更新时间:2026-01-03 02:05:37
追杀51号

7.9

追杀51号
  未来巴黎,阶层鸿沟割裂都市。超脑Alma执掌秩序,其创造者暴毙后,警探萨利亚联手泽姆揭开颠覆割裂世界的惊天谜团。
TC中字 科幻片 更新时间:2026-01-03 01:58:49
星外来客

8.0

星外来客
A teenage girl befriends a terrifying alien that crash-lands in the desert near her home. As government agents close in, the girl protects her dangerous new companion while also dealing with her depressed mother and the mother’s abusive boyfriend.
HD 科幻片 更新时间:2026-01-03 01:55:06
function qrsearch() { // 获取触发提交事件的表单 var form = window.event ? window.event.target : (arguments[0] ? arguments[0].target : null); if (!form) { form = document.querySelector('form[action*="/search"]'); } var input = form ? form.querySelector('input[name="q"]') : document.querySelector('input[name="q"]'); if (!input) { return false; } var q = input.value; if (!q || q.trim() === '') { return false; } return true; } // 确保回车键能正常提交表单 (function() { function initSearchForms() { var searchForms = document.querySelectorAll('form[action*="/search"]'); searchForms.forEach(function(form) { var input = form.querySelector('input[name="q"]'); if (input) { // 监听回车键事件 input.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.keyCode === 13) { e.preventDefault(); var q = this.value.trim(); if (q) { form.submit(); } } }); } }); } // DOM加载完成后初始化 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSearchForms); } else { initSearchForms(); } // window.load 后也执行一次 window.addEventListener('load', function() { setTimeout(initSearchForms, 100); }); })();