
.content{
	text-align: center;
	.image{
		width: 314px;
		background-repeat: no-repeat;
	    margin: auto;
	    margin-top: 30%;
	    background-size:100% 100%;
	}
	.error-500{
		background-image: url('./500.png');
	}
	.error-404{
		background-image: url('./404.png');
	}
	.error-box{
        width:172px;
        height: 180px;
		background-image: url('./error-box.svg');
	}
	.error-balloon{
		background: url('./view-empty.svg') center no-repeat;
	}
	.errorMessage{
		font-size:14px;
		text-align: center;
    	color: #91c9f3;
	}
	.errorMessage2{
   	 	color: #66757F;
    	font-size: 16px;
    	a{
    		color: #007ED9;
    	}
	}
	.noPurview{
		height: 20px;
		padding-top: 14px;
		a,span{
			color: #007ED9;
		    position: relative;
    		top: -10px;
		}
		span{
			margin-right: 1px;
		}
		a{
			font-size: 16px;
		    /*vertical-align: middle;*/
		}
	}
}

.header{
    min-height: 44px;
    position: absolute;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    right: 100px;
    left: 100px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 44px;
    font-size: 18px;
}

.errorPage-container{
	background-color: #fff;
	position: absolute;
	/*top: 0px;*/
	/*bottom: 0px;*/
	height: 100%;
	width: 100%;
}

.border-1px{
	background-color: #fff;
	.nav-right{
		color: #007ED9;
	}
}
