<!DOCTYPE html>
<html lang="en">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    <title>哎呀！找不到页面了！</title>
    <style type="text/css">
        html,
        body,
        div,
        ul,
        ol,
        li,
        dl,
        dt,
        dd,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            margin: 0;
            padding: 0;
        }

        img {
            max-width: 100%
        }
 
        a {
            text-decoration: none;
            color: #515151;
        }

        ul,
        li {
            list-style: none;
        }

        body {
            font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
            font-size: 14px;
            color: #515151;
            background: #fff
        }

        .content {
            width: 1200px;
            margin: 0px auto;
            overflow: hidden;
            text-align: center;
        }
         
        .picture{
             overflow: hidden;
        }
        .btn a{
            display: inline-block;
            padding: 10px 20px;
            background: #4068b3;
            color: #fff;
            font-size: 16px;
        }
        .btn a:hover{
            transition: all ease 1s;
            background: #2e5298;
            font-size: 20px;
        }
    </style>
</head>

<body>
<a href=/raylink_0></a>
    <div class="content">
     
        <div class="picture">
            <img src="/404/404.png">
        </div>
        <div class="btn">
            <a href="/" >返回首页</a>
        </div>
    </div>
</body>

</html>