@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
}
*:not(input, textarea) {
	-webkit-touch-callout: inherit;
	-webkit-user-select: auto;
}
a {
	color: #878787;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
	text-decoration: none;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: none;
}
dt, dd {
	display: inline-block;
}
textarea, input {
	resize: none;
	outline: none;
}
textarea {
	resize: none;
	-webkit-appearance: none;
}
ul, ol, li {
	list-style: none;
}
em {
	font-style: normal;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	outline: none;
}
a img {
	border: none;
}
img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background:#F5F5F9;
	font-family:"PingFangSC-Regular","sans-serif","STHeitiSC-Light","微软雅黑","Microsoft YaHei";
}
.errorPage {
	height: auto;
	width: 100%;
}
.errorPageImg{
	padding-top:3.8125rem;
	width:6.71875rem;
	height:2.8125rem;
	margin:0 auto;
}
.errorPageImg img{
	width:6.71875rem;
	height:2.8125rem;
}
.errorTip{
	color:#00AAEE;
	padding-top:1.40625rem;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}
	
[data-dpr="2"] .errorTip {
	font-size: 36px;
}
[data-dpr="3"] .errorTip {
	font-size: 54px;
}

.advise{
	
	color:#353535;
	padding-top:0.5rem;
	text-align:center;
	font-size:15px;
	line-height:170%;
}
[data-dpr="2"] .advise {
	font-size: 30px;
}
[data-dpr="3"] .advise {
	font-size: 45px;
}