
  <!DOCTYPE html>
  <html>

  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="format-detection" content="telephone=no" />
    <meta name="keywords" content="" />
    
    <title>未找到页面</title>
    <style>
      body {
        margin: 0;
        padding: 0;
        font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Segoe UI","Microsoft YaHei","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 2;
        background-color: #F5F8FA;
        height: 100%;
        color: #242D4E;
        min-width: 1366px;
        overflow-y: hidden;
      }
      .box{
        margin-top: 100px;
        background-color: #fff;
        box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
        padding: 20px;
        max-width: 1416px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 500px;
      }
      .text{
        width: 100%;
      text-align: center;
      font-size: 28px;
      }
    </style>
  </head>

  <body class="lng-ch">
    <div class="box">
        <p class="text">未找到资源，请确认正确地址进行访问</p>
    </div>
  </body>

  </html>