<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title></title>
</head>
<body>
	<div class="main">
		<div class="container page-404">
			<p class="txt01">出错了！<br class="hidden-lg ">您访问的页面不存在......</p>
			<img class="img-w img404" src="/static/cn/pc/images/404-1.jpg" alt="">
			<p class="txt02">您可以通过以下方式继续访问：</p>
			<div class="p404-bts">
				<a href="/">返回首页</a>
			</div>
		</div>
	</div>
	<style type="text/css">
		.page-404 { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px; min-height: 80vh; }
		.page-404 .txt01 { margin-bottom: 0; font-size: 26px; font-family: 'sy-Medium-2'; }
		.page-404 .txt02 { margin-bottom: 0; font-family: 'sy-Light-2'; }
		.page-404 .img404 {  max-width: 500px; width: 100%; }
		.page-404 .p404-bts { margin-top: 16px; }
		.page-404 .p404-bts a { display: inline-block; padding: 8px 12px; border-radius: 6px; color: #fff; text-decoration: none; background-color: #0275b3; }
	</style>
</body>
</html>


