<html>
<meta charset="UTF-8"/>
<head>
    <title>【友盟+】DIP 数据智能平台</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

    <link rel="stylesheet" href="/css/index.css" />
    <link rel="stylesheet" href="/css/iconfont.css" />
    <link rel="stylesheet" href="/css/reset.css" />
    <link rel="Shortcut Icon" href="/img/favicon.ico"/>
    <style>
        .notfound_wrap{
            position: fixed;
            z-index:999;
            top:0;
            left:0;
            bottom:0;
            right:0;
            background-color:#ffffff;
        }
        .container{
            margin: 0 auto;
            width: 620px;
            margin-top: 140px;
            text-align: center;
        }
        img{
            width:300px;
            height: 200px;
        }
        .title{
            font-size: 36px;
            color: #272727;
            margin-top: 14px;
            margin-bottom: 26px;
        }
        .desc{
            color:#666666;
            font-size: 24px;
            padding-left: 20px;
            margin-top:20px;
        }


    </style>
</head>
<body>
<div class="notfound_wrap">
    <div class="container">
        <img src="/img/404.png" alt=""></img>
        <p class="desc">抱歉，页面找不到了 !</p>
        <a href="/"><button class="return-home">返回首页</button></a>
    </div>
</div>
</body>
</html>
