<!DOCTYPE html>
    <head>
        <meta charset="utf-8" />
        <title>404-中国财富网</title>
        <link rel="stylesheet" type="text/css" href="https://www.rzwire.com/other/static/css/base0502.css"/>
        <script type="text/javascript" src="https://www.rzwire.com/other/static/js/jquery-1.11.0.min.js"></script>
        <style type="text/css">
            html,body{
                height:100%;
                overflow-y:hidden;
            }
            #header{
                width:100%;
                height:25px;
                background:#f0f0f0;
                padding:12px 0;
            }
            .header{
                width:1200px;
                margin:0 auto;
            }
            .header img{
                width:111px;
                height:25px;
            }
            .main{
                width:1200px;
                height:390px;
                margin:100px auto;
                background:url(https://www.rzwire.com/other/static/img/404BG.png) no-repeat;
                position:relative;
            }
            .main span{
                position:absolute;
                left:710px;
                top:245px;
                font-size:34px;
                color:#dc4840;
            }
            .main a{
                display: block;
                width: 135px;
                height: 26px;
                position: absolute;
                left: 930px;
                top: 255px;
            }
        </style>
    </head>
    <body>
        <div id="header">
            <div class="header">
                <h1>
                    <a href="https://www.rzwire.com"><img src="https://www.rzwire.com/other/static/img/404logo.png"/></a>
                </h1>
            </div>
        </div>
        <div id="main">
            <div class="main">
                <span>5</span>
                <a href="https://www.rzwire.com"></a>
            </div>
        </div>
        <script type="text/javascript">
            var _timeSpan = $('.main span').text();
            var timer = setInterval(pageGo,1000);
            function pageGo(){
                _timeSpan--;
                $('.main span').text(_timeSpan);
                console.log(_timeSpan);
                if(_timeSpan <= 0){
                    clearInterval(timer);
                    window.location.href="https://www.rzwire.com";
                }
                
            }
        </script>
    </body>
</html>
