<style>
    div,
    h1,
    h2,
    h3,
    p {
        margin: 0;
        padding: 0;
        color: #444;
    }

    .box-wrapper {
        width: 590px;
        height: 230px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -165px;
        margin-left: -295px;
    }

    .box-wrapper .icon {
        background-image: url("https://www.editions-mdv.com/content/errorPage/img/sprite.png");
        background-image: -webkit-image-set(url("https://www.editions-mdv.com/content/errorPage/img/sprite.png") 1x,
            url("https://www.editions-mdv.com/content/errorPage/img/sprite@2x.png") 2x);
        background-repeat: no-repeat;
        width: 165px;
        height: 230px;
        position: relative;
        float: left;
        margin-right: 80px;
    }

    .box-wrapper .icon.icon-404 {
        background-position: 0 -255px;
    }

    .box-wrapper .icon.icon-500 {
        background-position: -220px -233px;
    }
</style>

<div style="background:#fafafa;width:100%;height:595px;position:relative;left:0;top:0px;">
    <div style="width:1080px;height:160px;position:absolute;left:50%;top:50%;margin-left:-540px;margin-top:-115px;box-shadow:0 1px 2px 0px rgba(0, 0, 0, 0.15);background:#fff;">
        <div class="box-wrapper">
            <div class="icon-404 icon"></div>
            <div style="float:left;">
                <h3 style="font-size:120px;text-shadow:5px 1px 5px 0px rgba(0, 0, 0, 0.95);">404</h3>
                <p style="text-align:center;font-size:18px;">很抱歉！您访问的页面不存在</p>
                <div style="text-align:center;margin-top:20px;">
                    <a href="/" class="btn btn-primary">返回</a>
                </div>
            </div>
        </div>

    </div>
</div>