
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0" />
	<meta name="apple-mobile-web-app-capable" content="yes" />
<title>404错误提示</title>
<script language='javascript' src='/_mobile/resource/js/mobiledevice.js'></script>
<style type="text/css">
body { margin: 0px; background-color: #E1E1E1;}
.prompt { width:90%; height:auto; margin:0 auto;}
.prompt_up { width:100%; height:40px; line-height:40px; background:#fb9a38; text-align:center; font-size:14pt; font-family:"微软雅黑"; color:#FFF;}
.prompt_down { width:100%; height:auto; background:#fceddd; padding-top:60px; padding-bottom:60px; text-align:center; font-size:14pt; font-family:"宋体"; color:#333; line-height:20px; min-height:60px;}
.pd_text { width:90%; height:auto; margin:0 auto;}
</style>
<body scroll="no" leftmargin="0" topmargin="0" rightmargin="0" buttonmargin="0"> 
	<table width="100%" height="100%">
    	<tr height="10%">
    		<td></td>
    	</tr>
    	<tr>
    		<td valign="top" align="center">
    			<div class="prompt">
		            <div class="prompt_up"><strong>404错误提示</strong></div>
		            <div class="prompt_down">
		              <div class="pd_text">页面没有找到!</div>
		            </div>
		          </div>
    		</td>
    	</tr>
	</table>
</body>
</html>

