<!DOCTYPE html>
<html lang="zh-CN">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>很抱歉，网站暂时无法访问</title>

        <style type="text/css">
        body {margin: 0px; padding:0px; font-family:"微软雅黑", Arial, "Trebuchet MS", Verdana, Georgia,Baskerville,Palatino,Times; font-size:16px;}
        div{margin-left:auto; margin-right:auto;}
        a {text-decoration: none; color: #1064A0;}
        a:hover {color: #0078D2;}
        img { border:none; }
        h1,h2,h3,h4 {
        /*	display:block;*/
            margin:0;
            font-weight:normal; 
        }
        h1{font-size:44px; color:#0188DE; padding:20px 0px 10px 0px;}
        h2{color:#0188DE; font-size:16px; padding:10px 0px 40px 0px;}
        #wrapper{width:100%;}
        #page{width:910px; padding:20px 20px 40px 20px; margin-top:80px;}

        .button{width:180px; height:28px; margin-left:0px; margin-top:10px; background:#009CFF; border-bottom:4px solid #0188DE; text-align:center;   display: inline-flex;}
        .button a{width:180px; height:28px; font-size:14px; color:#fff;  }
        .button a:hover{ background:#5BBFFF;}
        </style>
        <script>
            function getQueryVariable(variable)
            {
                var query = window.location.search.substring(1);
                var vars = query.split("&");
                for (var i=0;i<vars.length;i++) {
                    var pair = vars[i].split("=");
                    if(pair[0] == variable){return pair[1];}
                }
                return(false);
            }
            function reloadbt(){
                var host = getQueryVariable('host')
                if (host) {
                    location.href = "http://"+ host +"?r=" + Math.random();
                }
            }
            function gotoUrl(){
                window.location.href = "http://www.cn86.cn/";
            }
            window.setTimeout("gotoUrl()",1000);
        </script>
</head>

<body>
    <div id="wrapper">
        <div id="page" style="border-style:solid; border-color:#e4e4e4; line-height:30px;border-width: 1px;box-shadow: 0px 4px 10px #e4e4e4;">
        <h1>抱歉，网站暂时无法访问</h1>
        <h2>Sorry, the site now can not be accessed. </h2>
        <font color="#666666">网站可能因以下原因之一而导致无法访问：</font><br />
        域名未绑定、网站过期 以及其他原因（空间超标、流量超标、域名未备案、域名备案被注销等）被系统关闭。<br />
        请联系您的服务商或致电祥云平台：<strong>400-007-8608</strong><br />
        <div class="button">
            <a href="javascript:void(0)" onclick="reloadbt()">刷新查看</a>
        </div>
    </div>
</body>
</html>
