<!DOCTYPE html>
<html lang="zh-cn">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" c>
    <meta name="viewport" c>
    <meta name="keywords" c>
    <meta name="description" c>
    <title>403</title>
    <style>
     	html, body {
     		margin: 0;
     		padding: 0;
     		background: #f7f7f7;
    	}
    	.wrap{
    		width: 100%;
    		position: relative;
    		margin: auto;
    		text-align: center;
    		margin-top: 6.5%;
    	}
		.wrap img{
			width: 100%;
			max-width: 1000px;
		}
    	.content{
    		margin-top: -5%;
    		margin-bottom: 43px;
    	}
    	.content p.title{
    		font-size: 25px;
    		color: #444;
    	}
    	.content .reason{
    		font: 16px;
    		color: #999;
    		line-height: 12px;
    		text-align: left;
    		margin-left: 43%;
    	}
    	span.line{
    		display: inline-block;
    		content: "";
    		
    	}
    	.footer{
    		width: 55%;
    		border-top: 2px solid #e3e3e3;
    		margin: auto;
    	}
    	.footer p{
    		font: 16px;
    		color: #999;
    		line-height: 15px;
    		text-align: left;
    		padding: 0 20px;
    	}
		.footer p span{
			line-height:20px;
			white-space: normal; 
		}
      </style>
 </head>

<body>
    <div class="wrap" style="display: none;">
    	
		<div class="content">
    		<p class="title">当前访问疑似攻击行为，已被网站管理员设置为拦截</p>
		</div>
		<span class="line"></span>
    	<div class="footer">
			<p>【当前网址】<a class="url" style="color: #1e80ff;"></a></p>
			<p>【客户端特征】<span class="user_agent"></span></p>
			<p>【客户端IP】<span id="client_ip"></span></p>
			<p>【当前时间】<span class="now"></span></p>
    	</div>
    </div>
    
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
