html,
body {
	height: 100%;
}

.page {
	margin: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	
}

.error-bg {
	width: 7rem;
	height: auto;
	margin: 0 auto;display: block;
}

.info-box {
	width: 12rem;
	margin: 0.7rem auto 0;
}
@media screen and (max-width:768px) {
	 .info-box {
		 width: 7rem;
	 }
}

.info-box>h4 {
	font-weight: bold;
	font-size: 0.4rem;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-box .desc {
	width: 100%;
	text-align: center;
	font-size: 0.36rem;
	color: red;
	margin-top: 0.2rem;
}

.info-box .warn {
	margin-top: 0.2rem;
	width: 100%;
	text-align: center;
	font-size: 0.2rem;color: #666;
}
.info-box .warn  .jump{
	text-decoration: underline;cursor: pointer;
}
