<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
    <title>超越无限专业的网站建设服务商</title>
    <style>
      body {font-family: "Microsoft Yahei", sans-serif;font-size:18px}
      * {margin:0; padding:0}
      .containerinfo {position:fixed;top:0;left:0;right:0;bottom:0; width: 90%; height: 90%; margin: auto;text-align:center;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
      .datainfo {width: 100%; position: absolute; height: 400px; top: 0; bottom: 0; margin: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 15px; font-weight: bold}
      .datainfo h1 {line-height: 1.2em; font-weight: bold; color: #dd2200; margin-bottom: 10px; margin-top: 30px}    
    </style>
  </head>
  <body>
    <div class="containerinfo">
      <div class="datainfo">
        <h1>您无权访问该页面</h1>
        <p>You have no right to access this page.</p>
        <h1>猜您喜欢吃香蕉</h1>
        <p>Guess you'd like to eat Banana.</p>
      </div>
    </div>
  </body>
</html>