@charset "utf-8";

.error-wrap {
	background-color: #fff;
	min-height: 400px !important;
	position: relative;
	overflow: hidden;
}

.error-con {
	width: 800px;
	padding: 10px;
	min-height: 400px !important;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-60%);
}

.error-con .imgBox {
	width: 300px;
	height: 300px;
	text-align: center;
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.error-con .imgBox img {
	max-width: 200px;
	max-height: 200px;
	position: absolute; 
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.error-con .imgBox.error-img img {
	max-width: 150px;
	max-height: 150px;
}

.error-con .text {
	width: 450px;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
}

.error-con .text h1 {
	font-size: 90px;
	font-weight: 700;
	color: #666;
}

.error-con .text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #999;
}

.error-con .text span {
	display: block;
}

.error-con .text span a {
    width: 120px;
    height: 40px;
    background-color: rgba(0, 121, 254, 1);
    border-radius: 3px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
}

.error-con .text span a:hover {
	opacity: 0.8;
}

.error-wrap .error-footer {
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 10px 0;
    position: absolute;
    bottom:0px;
    width: 100%;
}

.error-con .text .tips h4 {
	font-size: 14px;
    color: #666;
    margin: 20px 0;
    line-height: 28px;
}

.error-con .text .tips h4 a {
	padding: 0 8px;
}