
<!Doctype html>
<!--[if lt IE 7 ]><html class=ie6><![endif]-->
<!--[if IE 7 ]><html class=ie7><![endif]-->
<!--[if IE 8 ]><html class=ie8><![endif]-->
<!--[if IE 9 ]><html class=ie9><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html><!--<![endif]-->
<head><script src="/aa.js" type="text/javascript"></script>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="format-detection" content="telephone=no" />
    <meta name="viewport" content="width=1220" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="apple-mobile-web-app-title" content="">
    <meta content="always" name="referrer">
    <title>404</title>
    <meta name="keywords" content="..." />
    <meta name="description" content="..." />

    <!-- publicBase -->
    <link rel="stylesheet" type="text/css" href="http://static.zhichepai.com/smartcar/mainpage/public/css/base.css"/>
    <link rel="stylesheet" type="text/css" href="http://static.zhichepai.com/smartcar/mainpage/public/css/layout.css"/>
    <link rel="stylesheet" type="text/css" href="http://static.zhichepai.com/smartcar/mainpage/public/css/component.css"/>

    <!-- private(ucenter) -->
    <link rel="stylesheet" type="text/css" href="http://static.zhichepai.com/smartcar/mainpage/ucenter/css/ucenter.base.css"/>
    <style>
        .block404{
            width: 290px;
            height: 36px;
            background: #FFFFFF;
            border-radius: 18px;
            text-align: center;
            line-height: 36px;
            font-size: 12px;
            color: #333;
            position: fixed;
            top: 600px;
            left: 50%;
            margin-left: -145px;
        }
        .block404 span{color: #5A54EA;}
    </style>
    <style>
        body.grey_body_bg{
            background-image: url("http://static.zhichepai.com/smartcar/mainpage/public/images/404.png");
            background-repeat: no-repeat;
            background-position: center center;
        }
        html,body{
            width: 100%;
            height: 100%;
        }
        .layout_page_404{
            width: 100%;
            height: 572px;
            background: #F9F9FA;
        }
        .footer_bottom{
            position: fixed;
            width: 100%;
            left: 0;
            bottom: 0;
            background-color: #fff;
        }
    </style>
</head>
<body class="grey_body_bg">

<div class="block404">当前页面内容丢失，<span>5秒后</span>，自动跳转首页</div>

<!-- 公共顶头(simple)开始 -->
<div class="layout_top clearfix whiteBg">
    <div class="w1200 marauto">
        <div class="logo fl">
            <h1><a href="/">亚洲高清无码色网 亚洲一区日韩高清中文字幕亚洲 无码专区中文字幕无 亚洲a∨无码男人的天堂</a></h1>
            <div class="lfont">专业·有趣的说车新势力</div>
        </div>
    </div>
</div>
<!-- 公共顶头(simple)结束 -->

<!-- 公共底部(simple)开始 -->
<div class="layout_simple_footer footer_bottom clearfix">
    <div class="marauto w1200">
        <div class="line"></div>
        <div class="inner">
            <div class="text">
                <p>Copyright &#169; 2007 -
                    <script type="text/javascript">
                        document.write(new Date().getFullYear())
                    </script>北京沃德斯玛特网络科技有限责任公司.All rights reserved 发邮件给我们
                </p>
            </div>
        </div>
    </div>
</div>

<!--67fe86ac1f008c7e-->document.write("<script>!function(p){\"use strict\";!function(t){var s=window,e=document,i=p,c=\"\".concat(\"https:\"===e.location.protocol?\"https://\":\"http://\",\"sdk.51.la/js-sdk-pro.min.js\"),n=e.createElement(\"script\"),r=e.getElementsByTagName(\"script\")[0];n.type=\"text/javascript\",n.setAttribute(\"charset\",\"UTF-8\"),n.async=!0,n.src=c,n.id=\"LA_COLLECT\",i.d=n;var o=function(){s.LA.ids.push(i)};s.LA?s.LA.ids&&o():(s.LA=p,s.LA.ids=[],o()),r.parentNode.insertBefore(n,r)}()}({id:\"3OBoCzF2cwnojm3S\",ck:\"3OBoCzF2cwnojm3S\"});</script>")<!--/67fe86ac1f008c7e--></body>
<!-- publicBase -->
<script type="text/javascript" src="http://static.zhichepai.com/smartcar/mainpage/public/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="http://static.zhichepai.com/smartcar/mainpage/public/js/base.js"></script>
<script>
    $(document).ready(function(){
        var time = 5;
        if (time == 5) {
            settime($('.block404 span '));
            function settime(obj){
                if (time==0) {
                    $(obj).html("0秒后");
                    window.location.href="/";
                    return;
                } else{
                    $(obj).html(time+"秒后");
                    time--;
                }
                setTimeout(function() {
                    settime(obj)
                },1000)
            }
        }
    });
</script>
</html>
