<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
	<meta name="renderer" content="webkit" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	<meta http-equiv="cache-control" content="no-transform" />
	<meta itemprop="image" content="" />
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta http-equiv="x-dns-prefetch-control" content="on"> 
	<title>404</title>
	</head>
	<style>
		.error-404{
			max-width: 750px;
			margin: 0 auto;
			text-align: center;
			position: absolute;
		    top: 50%;
		    left: 50%;
		    transform: translateX(-50%) translateY(-60%);
		}
		.error h1{
		    font-size: 7.5em;
		    margin: 15px 0px;
		    font-weight: bold;
		    line-height: 1.2;
		}
		.error h3{
			font-size: 2rem;
			font-weight: bold;
			margin-bottom:.5rem;
			line-height:1.2;
		}
		.error p{
			margin-top: 0;
			margin-bottom: 1rem;
			line-height: 1.5;
		}
		.error a{
			color: #d83030;
			text-decoration: none;
			background-color: transparent;
			border: 1px solid #d83030;
			padding: 8px 50px;
			border-radius: 30px;
			cursor: pointer;
			font-size: 1em;
			letter-spacing: 2px;
			font-weight: bold;
			margin: 5px 0px;
			display: inline-block;
		}
		.error a:hover{
			color: #fff;
			background: #d83030;
		}
	</style>
	<body>
		<div class="error-404">
			<div class="error">
				<h1>404</h1>
				<h3>UH OH! 页面丢失</h3>
				<p>您所寻找的页面不存在。你可以点击下面的按钮，返回主页。</p>
				<a href="/">返回首页</a>
			</div>
		</div>
		<script type="text/javascript" src="//cdn.tianyingmeijia.com//libs/jquery/3.4.1/jquery-3.4.1.min.js"></script>
		<script>
			$(function(){
				var _url = window.location.href;
				//_url = encodeURIComponent(_url);
				//_url = _url.replace(/\//g, (encodeURIComponent("/")));
				$.ajax({
				    url: '//log.meijiavip.com/4/?url='+_url,
				    type: 'GET',
				    data: {},
				    dataType: 'jsonp',
				    callback: function(res) {},
				});
			});
		</script>
	</body>
</html>
