﻿<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>友情提示</title>
<meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<style>
html, body {
	color:#222;
	font-family:Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	margin:0;
	padding: 0;
	text-decoration: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td {
	margin:0;
	padding:0;
}
img { border:0; }
.errorbg{ 
	width:100%;
	height:100%;
	position:fixed;
	z-index:1
}
.errorbg img{ width:100%; height:100%; }
.tu{ 
	top:50%;
	position:fixed;
	width:100%;
	margin-top:-130px;
	z-index:2;
	text-align:center;
}
.tu img{ width:120px; }
.tu .msg{ 
	width:80%;
	margin:10px auto;
	text-align:center;
	font-size:14px;
	text-shadow:0 1px #fff;
}
</style>
</head>
<body>
<div class="errorbg"><img src="/Public/tpl/wx/images/errorbg.jpg"></div>
<div class="tu"><img src="/Public/tpl/wx/images/error-icon.png"><div class="msg">请使用微信访问！ mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/34.0.1847.131 safari/537.36</div></div>
</body>
</html>