﻿body {
	background: #F4F5F9;
}

.error {
	text-align: center;
}

.error img {
	margin-bottom: 22px;
}

.error_500 img {
	width: 587px;
	height: 364px;
	margin-top: 97px;
}

.error_title {
	color: #409eff;
	text-align: center;
	font-size: 20px;
	background: url(../images/line-blue@2x.png) no-repeat bottom;
	width: 400px;
	padding-bottom: 25px;
	margin: 0 auto;
}

.error_btn button {
	width: 100px;
	height: 40px;
	line-height: 30px;
	background: #409eff;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	border: 0;
	cursor: pointer;
	margin-top: 25px;
}

.error_404 .img {
	position: relative;
	width: 734px;
	margin: 0 auto;
	margin-top: 114px;
}

.error_404 .img img {
	width: 734px;
	height: 444px;
}

.error_404 .error_title {
	position: absolute;
	left: 290px;
	top: 255px;
}

.error_404 .error_btn {
	position: absolute;
	top: 304px;
	left: 440px;
}

.error_403 img {
	width: 712px;
	height: 420px;
	margin-top: 90px;
}

