* {
	margin : 0;
	padding: 0;
}

.errorWin {
	width                : 100%;
	height               : 100vh;
	background           : #000;
	overflow             : hidden;
	display              : -webkit-box;
	display              : -ms-flexbox;
	display              : flex;
	-webkit-box-orient   : vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction   : column;
	flex-direction       : column;
	-ms-flex-pack        : distribute;
	justify-content      : space-around;
	-webkit-box-sizing   : border-box;
	box-sizing           : border-box;
	padding              : 120px 0;
	-webkit-box-align    : center;
	-ms-flex-align       : center;
	align-items          : center;
}

.errorNum {
	width   : 100%;
	overflow: hidden;
}

.errorNum>ul {
	width             : 6100px;
	margin            : 0 auto;
	position          : relative;
	overflow          : hidden;
	-webkit-transition: 1s;
	transition        : 1s;
}

.errorNum>ul>li {
	width                   : 550px;
	height                  : 216px;
	float                   : left;
	line-height             : 212px;
	text-align              : center;
	font-size               : 250px;
	color                   : #fff;
	font-family             : "微软雅黑";
	font-weight             : lighter;
	list-style              : none;
	/*text-shadow           : 0 0 22px #fff;*/
	position                : relative;
	-webkit-transition      : 1s;
	transition              : 1s;
	/*transform             : scale(.8);*/
	-webkit-transform-origin: center center;
	transform-origin        : center center;
}

.error-desc {
	width      : 100%;
	text-align : center;
	color      : #fff;
	font-size  : 24px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.error-desc a {
	color          : #c79837;
	text-decoration: none;
	font-size      : 26px;
}

.error-desc img {
	margin-top: 66px;
}

@media (max-width:992px) {
	* {
		margin : 0;
		padding: 0;
	}

	.errorWin {
		width                : 100vw;
		height               : 100vh;
		background           : #000;
		overflow             : hidden;
		display              : -webkit-box;
		display              : -ms-flexbox;
		display              : flex;
		-webkit-box-orient   : vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction   : column;
		flex-direction       : column;
		-ms-flex-pack        : distribute;
		justify-content      : space-around;
		-webkit-box-sizing   : border-box;
		box-sizing           : border-box;
		padding              : 120px 0;
	}

	.errorNum {
		width   : 100%;
		overflow: hidden;
	}

	.errorNum>ul {
		width             : 61.00rem;
		margin            : 0 auto;
		position          : relative;
		overflow          : hidden;
		-webkit-transition: 1s;
		transition        : 1s;
	}

	.errorNum>ul>li {
		width                   : 5.50rem;
		height                  : 2.5rem;
		float                   : left;
		line-height             : 2.12rem;
		text-align              : center;
		font-size               : 2.50rem;
		color                   : #fff;
		/* font-family             : "微软雅黑"; */
		font-weight             : lighter;
		list-style              : none;
		/*text-shadow           : 0 0 .22rem #fff;*/
		position                : relative;
		-webkit-transition      : 1s;
		transition              : 1s;
		/*transform             : scale(.8);*/
		-webkit-transform-origin: center center;
		transform-origin        : center center;
	}

	.error-desc {
		width      : 4.4rem;
		text-align : center;
		color      : #fff;
		font-size  : .24rem;
		/* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif */
	}

	.error-desc a {
		color          : #c79837;
		text-decoration: none;
		font-size      : .26rem;
	}

	.error-desc img {
		width: 3rem;
		margin-top: .66rem;
	}
}