﻿<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>国文医疗集团</title>
    <style>
        ul li{
            list-style:none;
        }
        a {
            text-decoration: none;
        }

        ul li a div {
            background: #10b2b2;
        }

            ul li a div:hover {
                background: #108e8e;
            }
    </style>
</head>
<body style="background:#f6f6f6">

    <ul style="margin:6% auto;width:360px">
        <li style="font-size:10rem;text-align:center;color:#d7d7d7;">404</li>
        <li style="font-size:26px;color:#808080;border-bottom:1px dashed #000000;padding-bottom:20px">无法找到文件，您所浏览的页面暂时无法访问</li>
        <li style="color:#9c9c9c;margin:18px auto;text-align:center">您可以返回上一页重试</li>
        <li><a href="/home"> <div style="border-radius:16px;padding:10px;width:120px;margin:20px auto 0px auto;text-align:center;color:#ffffff">返回</div></a> </li>
    </ul>

</body>
</html>