img, p, a, html, body, div {
	margin: 0;
	padding: 0;
}
.h5Wrap {
	display: none;
}
.pcImg {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
.pcTip {
	color: #73757F;
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 300px;
	transform: translate(-50%, 0);
}
.pcA {
	position: absolute;
	top: 369px;
	left: 50%;
	transform: translate(-50%, 0);
}
.commonA {
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 3px;
	background: #617FDE;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
@media screen and (max-width: 992px) {
	.pcWrap {display: none}
	.h5Wrap {
		display: flex;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.h5Img {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
		width: 100%;
		z-index: -1;
	}
	.errorImg {
		transform: translate(0, -70%);
	}
	.h5Tip {
		color: #73757F;
		font-size: 14px;
		margin-top: 100px;
	}
	.h5A {
		margin-top: 30px;
	}
}