
<!DOCTYPE html>
<html lang="en" class="scrollbar">
<head>
			<link rel='canonical' href='https://www.yutopet.com/templates/system/css/template.css' />
		<meta name="robots" content="noindex, nofollow">
	<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
	<link rel="stylesheet" href="/static/jext/css/global.css">
	<!-- <link rel="stylesheet" href="/static/css/404.css"> -->
</head>
<style>
body, html{background: none !important;}
#global_404{width: 100vw; height: 100vh;background: url('/static/images/global/404/404-bg.jpg') no-repeat center / cover;display:flex;align-items:center;justify-content:center;}
#global_404 .cw1225{width:92%;max-width:1225px;margin: 0 auto;position: relative;}
#global_404 .enter{text-align: center; width: 100%;max-width: 671px; margin: 0 auto;}
#global_404 .enter .d_0{padding-top:30px;}
#global_404 .enter .d_1{padding:40px 0;font-size:20px;line-height: 32px;font-weight:500;color:#333;}
#global_404 .enter .return_home{width: 160px;height: 55px;margin: 0 auto;line-height: 55px;color: #ffffff;font-size: 18px;border-radius: 21px; background: #11b0ea;transition: 0.3s;}
#global_404 .enter .return_home:hover{transform:translateY(3px);}
#global_tech_support{width: 100%;text-align: center;color: #c2c8cc;font-size: 16px;bottom: 70px;}
#global_tech_support a{color: #c2c8cc;font-size: 16px;}

#global_404 .icon{position: absolute;z-index:2;text-align:center;font-size:0;}
#global_404 .icon img{max-width:100%;object-fit:contain;}
#global_404 .icon1{top:50%;transform: translateY(-50%);left:0;}
#global_404 .icon2{top:-75px;left:50.5%;transform: translateX(-50%);}
#global_404 .icon3{right:0;bottom:0;}
@media only screen and (max-width: 750px){
	/* #global_404 .enter{width:95%;} */
	#global_404 .enter .return_home{width: 120px;height: 40px;line-height: 40px;font-size: 14px;border-radius: 12px;}
	#global_404 .enter .d_1,
	#global_tech_support,
	#global_tech_support a{font-size: 12px;}
}
</style>

<body>
<div id='global_404'>
	<div class="cw1225">
		<div class='enter'>
			<div class='d_0'><img class="maxw2" src="/static/images/global/404/1-1.png" /></div>
			<div class="d_1">
				Ah oh~The page you're looking for is playing peekaboo,<br>please wait a moment and try again !				<!-- <img class="maxw2" src="/static/images/global/404/0.png" /> -->
			</div>
			<a class="return_home block" href="https://www.yutopet.com">Return Home</a>
		</div>
		<div class="icon icon1">
			<img src="/static/images/global/404/icon1.png" alt="">
		</div>
		<div class="icon icon2">
			<img src="/static/images/global/404/icon2.png" alt="">
		</div>
		<div class="icon icon3">
			<img src="/static/images/global/404/icon3.png" alt="">
		</div>
	</div>
</div>
</body>
</html>

<script>
	// 3s后跳转
	setTimeout(function(){
		window.location.href = 'https://www.yutopet.com';
	}, 3000);
</script>