<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <meta charset="UTF-8">
    <title>401</title>
</head>
<style>
    * {
        margin: 0;
        padding: 0;
    }

    body {
        background: #F7F9FD;
    }

    .error-info {
        position: absolute;
        top: 15%;
        left: 50%;
        z-index: 2;
        width: 400px;
        margin-left: -200px;
        text-align: center;
    }

    .error-info strong {
        font-weight: 600;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.8);
    }

    .error-info p {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.6);
        line-height: 42px;
    }

    .error-info a {
        text-decoration: none;
        font-size: 16px;
        color: #3D82F2;
        display: inherit;
        margin-top: 20px;
    }

    .error-info a:hover {
        text-decoration: underline;
    }
</style>

<body>
<div class="error-info">
    <img src="/assets/images/502-935531e0142b6bc4302e42b681350482.png">
    <strong>您没有权限访问该页面，请联系管理员!</strong>
    <a href="javascript:window.opener=null;window.open('','_self');window.close();">关闭页面</a>
</div>
</body>
</html>