<!DOCTYPE html>
<html lang="zh-cn" xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,user-scalable=no">
	<meta name="format-detection" content="telephone=no,email=no,adress=no">
	
	<title>包容会</title>
	
	<style type="text/css">
		body{margin:0;}
		.middle-box {max-width:400px;z-index:100;margin:0 auto;text-align:center;padding:15px;}
		.middle-box h1 {font-size:8.5rem;margin-top:20px;margin-bottom:10px;font-weight:100;color:#676a6c;line-height:1.1}
		.idxContentDiv {font-size:0.7rem;color:#676a6c;margin-bottom: 15px;}
		.btn-primary {color:#ffffff;background-color:#7266ba;border-color:#7266ba;border-radius:3px;padding:6px 12px;border:1px solid transparent;height:34px;min-width:80px;}
	</style>
</head>
<body>
	<div class="middle-box">
		<h1>500</h1>
		
		<div class="idxContentDiv">请求参数缺失</div>
		<!-- 底部按钮 -->
		<div class="error-desc">
			<!-- 返回主页 -->
			<button onclick="javascript:{window.location.replace('/index')}" class="btn btn-primary m-t">返回主页</button>
		</div>
	</div>
</body>
</html>