CINXE.COM
AccessDeny
<!DOCTYPE html> <html> <head> <title>AccessDeny</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="" name="description"> <meta content="" name="keywords"> <style> html, body { width: 100%; height: 100%; margin: 0px; } .cont_box { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .mess_1 { margin-top: 110px; font-family: 'Arial Normal', 'Arial',serif; font-weight: bold; font-size: 18px; color: #222222; } .mess_2 { margin-top: 30px; font-family: 'Arial Normal', 'Arial',serif; font-weight: 400; font-size: 16px; color: #555555; } </style> <script type="text/javascript" src="https://encj.cbcie.com/js/jquery-1.7.2.js"></script> <script type="text/javascript"> var GetCookieInfo = function (name) { var cookie_start = document.cookie.indexOf(name); var cookie_end = document.cookie.indexOf(";", cookie_start); return cookie_start == -1 ? '' : unescape(document.cookie.substring(cookie_start + name.length + 1, (cookie_end > cookie_start ? cookie_end : document.cookie.length))); }; // 在页面加载时获取分辨率并存储或发送到服务器 (function () { var screenWidth = ""; var screenHeight = ""; if (typeof (screen.width) != "undefined") { screenWidth = screen.width; } if (typeof (screen.height) != "undefined") { screenHeight = screen.height; } var browserLanguage = ""; if (typeof (navigator.language) != "undefined") { browserLanguage = navigator.language; } var platform = navigator.platform; var colorDepth = screen.colorDepth; var windowSize_width = window.innerWidth; var windowSize_height = window.innerHeight; var zwinfo = browserLanguage + "|" + platform + "|" + screenWidth + "*" + screenHeight + "|" + colorDepth + "|" + windowSize_width + "*" + windowSize_height; $.ajax({ url: '/cbczw/collectinfo', type: "post", data: "command=CollectFingerInfo&zwinfo=" + zwinfo, dataType: "text", success: function (result) { if (result == "true" && GetCookieInfo("cbc_erzw") != "") { window.location.href = "/"; } console.log(result); }, error: function (error) { } }); })(); </script> </head> <body> <div class="cont_box"> <div> <img src="https://enimage.cbcie.com/ljian/ewm/web_403.png" alt="403" /> </div> <div class="mess_1">Sorry! Because the system detects that your request may pose a threat to the website, it has automatically blocked the request, please understand for the trouble caused.</div> <div class="mess_2">If you have any questions, please contact the website customer service staff directly, the website customer service telephone: +86 18135172048; or add the following customer service WeChat.</div> <div class="mess_3"><img src="https://enimage.cbcie.com/lzq/qywx/41456_zzz_qywx_396n.png" width="100" height="100" alt="WeCom" /></div> </div> </body> </html>