<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>404</title>
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no"/>
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="black" name="apple-mobile-web-app-status-bar-style">
    <meta name="format-detection" content="telephone=no,email=no,adress=no">

    <style>
        @media screen and (max-width:319px){html{font-size:42.67px;}}
            @media screen and (min-width:320px) and (max-width:359px){html{font-size:42.67px;}}
                @media screen and (min-width:360px) and (max-width:374px){html{font-size:48px;}}
                    @media screen and (min-width:375px) and (max-width:383px){html{font-size:50px;}}
                        @media screen and (min-width:384px) and (max-width:399px){html{font-size:51.2px;}}
                            @media screen and (min-width:400px) and (max-width:413px){html{font-size:53.33px;}}
                                @media screen and (min-width:414px){html{font-size:55.2px;}}
                                    .error{margin:2.5rem 0 .2rem;color:#666;text-align:center;font-size:.3rem;}
                                    .error img{width:2.79rem;}
                                    .error p{margin:.16rem 0;}
                                    .error a{display:inline-block;width:2.44rem;height:.68rem;border-radius:3px;background-color:#36b34a;color:#fff;line-height:.7rem;}
    </style>
</head>
<body style="background-color: #eee;">
<div class="error">
    <img src="/Public/404/img/error.png" />
    <p style="font-size:27px;">404</p>
    <p style="font-family:微软雅黑;">您所访问的页面不存在</p>
    <!--<a href="#">返回首页</a>-->
</div>
</body>
<script>
    setTimeout(function(){
        window.location.href="http://";  //返回上一页
    },3000);
</script>
</html>


