<!DOCTYPE html>
<html>

<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

    <meta charset="utf-8">
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <style>
        html,
        body {
            height: 100%;
            margin: 0;
            padding: 0
        }

        body {
            font: 12px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
            background: url("/images/404.png") repeat 0 0;
        }
        .ui-return {
            display: block;
            width: 125px;
            height: 30px;
            background: #fdfdfd;
            color: #333;
            font-size: 15px;
            position: absolute;
            top: 63%;
            right: 39%;
            transform: translate(-40%, -30%);
            text-decoration: none;
            line-height: 30px;
            text-align: center;
            border-radius: 30px;
            box-shadow: 1px 4px 6px 0px #000;
        }
    </style>
    <title>404</title>
</head>

<body>
    <div class="da-wrapper">
        <div class="da-content">
            <div class="da-container clearfix">
                
                <a href="/Home/Index" class="ui-return">返回首页</a>
            </div>
        </div>
    </div>
    
</body>
</html>