
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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;cursor: pointer}
        img { border:none; }
        h1,h2,h3,h4 {
            /*	display:block;*/
            margin:0;
            font-weight:normal;
            font-family: "微软雅黑", Arial, "Trebuchet MS", Helvetica, Verdana ;
        }
        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;}
        .button a{width:180px; height:28px; display:block; font-size:14px; color:#fff; }
        .button a:hover{ background:#5BBFFF;}

        a.apply-btn {
            display: inline-block;
            width: 200px;
            height: 50px;
            line-height: 50px;
            background: #0188DE;
            font-size: 20px;
            color: #cdfff7;
            text-align: center;
        }
        .detail-info{
            padding: 10px 0;
            border: 1px solid red;
            height: auto;
            width: 400px;
            position: absolute;
            left: 0;
            top:21px;
            background: #fff;
            border-radius: 3px;
            display: none;
        }
        .active .detail-info{
            display: block;
        }
        .msg-item{
            padding:0 20px;
            line-height: 26px;
            font-size: 14px;
            color:#000;
        }
        .msg-item label{
            float:left;
            height: 26px;
            line-height: 26px;
            width:100px;
            text-align: right;
        }
        .msg-item div{
            overflow: hidden;
            line-height: 26px;
            word-wrap: break-word;
            word-break: break-all;
        }
        -->
    </style></head>

<body>

<div id="wrapper">
    <div id="page" style="border-style:dashed; border-color:#e4e4e4; line-height:30px; background:url(beian.png) no-repeat right 130px;">
        <h1>网站已经被阻止访问</h1>
        <h1>因未及时变更备案资料域名被列入异常名单</h1>
        <h2>Sorry, the site now can not be accessed. </h2>

        <font color="green">当前域名：</font><font color="red" id="J_hostName"></font><br /><br />

特别提醒：应工信部要求我司对备案资料进行了准确性核查,发现您的备案资料不正确,<br>并已在之前通过邮件、短信、微信、电话等方式给您发送了变更通知,但您依然未在规定时间内变更备案，<br>所以您的网站访问已经被暂停，若要恢复网站访问，您需要按以下流程操作：<br>

1.登录备案系统立即变更资料,备案系统为  <a href="https://beian.vhostgo.com">beian.vhostgo.com</a>。<br>
2.若忘记了备案系统用户或密码,可在备案系统右上角点击【找回密码】找回。<br>
3.资料变更后在【备案信息】处点击【确定提交】将资料提交到我司审核（需用手机同步完成备案电子化核验)。<br>
4.我司管理员审核无误后，会将域名移出异常名单并恢复您的网站访问。<br>
5.若最终依然未变更备案，则您的备案号将被注销。<br>
6.也有可能您的备案已经被取消接入或注销！<br>


    </div>

</div>
<script>
    function getUrlParams(key, urlStr) {
        urlStr = urlStr || window.location.search.replace(/^\?/, "");
        var regExp = /(&|^)([^=]+)=([^&]*)(&|$)/
        var matched = urlStr.match(regExp);
        var obj = {};
        while (matched) {
            obj[matched[2]] = matched[3];
            urlStr = urlStr.replace(matched[0], "");
            matched = urlStr.match(regExp);
        }
        return key ? obj[key] : obj;
    }
    var hostName = getUrlParams('data') || "";
    document.getElementById('J_hostName').innerText = decodeURIComponent(hostName);
</script>
</body>
</html>
