﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
    <meta http-equiv="Content-Type"content="text/html"charset="utf-8"/>
	<meta name="format-detection" content="telephone=no" />
	<title>出错啦！</title>
	<style>
		html,body{
			background: #fafafb;
		}
		.wrapper{
		    width: 100%;
		}
		.wrapper .qrcodePage{
		    margin-top: 50px;
		    width: 100%;
		    text-align: center;
		}
		.wrapper .qrcodePage .pic{
			width: 20%;
			margin: auto;
		}
		.wrapper .qrcodePage .pic img{
			width: 100%;
			height: auto;
		}
		.wrapper .qrcodePage span{
		    display: block;
		    padding: 10px 0;
		}
		.wrapper .qrcodePage .back{
			width: 116px;
			height: 32px;
			margin: auto;
			border: 1px solid #d6d6db;
			border-radius: 32px;
			box-sizing: border-box;
			font-size: 14px;
			color: #44445a;
			line-height: 30px;
			text-align: center;
			transition: all 0.3s;
		}
		.wrapper .qrcodePage .back a{
			display: block;
			font-size: 14px;
			color: #44445a;
			line-height: 30px;
			text-decoration: none;
		}
		.wrapper .qrcodePage .back:hover{
			background: #44445a;
		}
		.wrapper .qrcodePage .back:hover a{
			color: #fff;
		} 
	</style>
</head>
<body>
	<div class="wrapper">
		<div class="qrcodePage">
		    <div id="wewema" class="pic"><img src="images/lose.jpg" alt="" /></div>
		    <span style="font-size:18px;color: #44445a;">真不巧，您访问的网页走丢了</span>
		    <div class="back"><a href="https://www.xnpfs.com/default.html">返回首页</a></div>
		</div>
	</div>
</body>
</html>
