

<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>错误提示</title>
   <style type="text/css">
			*{
				margin: 0;
				padding: 0;
			}
			.pageErrorBox{
				width: 350px;
				height: 230px;
				margin-left: 50%;
				margin-top: 220px;
				-webkit-transform: translateX(-50%s);
				-moz-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
				-o-transform: translateX(-50%);
				transform: translateX(-50%);
			}
			.pageErrorBox .pageErrorBox_left{
				float: left;
                margin-top:20px;
                width: 140px;
			}
			.pageErrorBox_left .top_Tip{
				font-size: 50px;
				color: #ef212f;
				height: 70px;
				line-height: 70px;
				font-weight: bold;
			}
			.pageErrorBox_left .chinese_tip{
				color: #3b3a3c;
				line-height: 25px;
				margin-top: 10px;
                width: 172px;
                height: 50px;
                display: -webkit-box;
                white-space: normal !important;
                text-overflow: ellipsis;
                word-wrap: break-word;
                word-break: break-all;
                overflow: hidden;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
			}
			.pageErrorBox_left .return_tautology a{
				color: #e60012;
				cursor: pointer;
				margin-top: 10px;
				line-height: 30px;
				font-size: 14px;
				font-weight: bold;
			}
			.pageErrorBox_left .return_tautology a:hover{
				color: #ef212f;
			}
			.pageErrorBox .pageErrorBox_right{
				float: left;
			}
            .zhErrorBox .pageErrorBox_left{
                width:100%;
                text-align:center;
            }
            .zhErrorBox .pageErrorBox_left .chinese_tip{
                width:100%;
            }
            .zhErrorBox .pageErrorBox_left .top_Tip{
                font-size:24px;
                color:#444;
                height:50px;
                line-height:50px;
            }
            .zhErrorBox .chinese_tip{
                color:#666;
                font-size:14px;
            }
            .zhErrorBox.pageErrorBox .pageErrorBox_right{
                float:none;
                text-align:center;
            }
            .zhErrorBox.pageErrorBox{
                width:700px;
            }
		</style>
</head>
<body >
   
                
     <div class="pageErrorBox">
			<div class="pageErrorBox_left">
				<div class="top_Tip">提示!</div>
				<pre>
				<div class="chinese_tip"> <span id="labTip" title="未知错误" class="p2">未知错误</span></div>
				</pre>
				<div class="return_tautology" style="margin-top:10px; "> <a id="hlGoBack" href="javascript:history.go(-1);" style="font-size:Small;text-decoration:none;">【返回重试】</a></div>
			</div>
			<div class="pageErrorBox_right">
                <img src="/Admin/Images/pageErrorImg.png"/>
                		
			</div>
		</div>
                
		

</body>
</html>
