CINXE.COM
AccessDeny
<!DOCTYPE html> <html> <head> <title>AccessDeny</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"> <meta name="format-detection" content="telephone=no"> <meta name="renderer" content="webkit"> <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: 20px; font-family: Microsoft YaHei; font-weight: bold; font-size: 18px; color: #222222;padding:0 20px; } .mess_2 { margin-top: 20px; font-family: Microsoft YaHei; font-weight: 400; font-size: 16px; color: #555555; padding: 0 20px; } </style> </head> <body> <div class="cont_box"> <div class="mess_1">很抱歉!因系统检测到您的请求可能对网站造成威胁,已自动阻断请求,给你带来困扰请求谅解。</div> <div class="mess_2">如有疑问,请主动直接联系网站客服人员反馈请求信息,网站客服电话 : 15534057890 17335815486 0351-7096171。</div> </div> </body> </html>