.content_container {
	max-width: 1300px;
	margin: 0 auto;
}

.page_404_img {
	background-image: url('/images/404.svg');
	background-repeat: no-repeat;
	max-width: 1300px;
	height: 828px;
	margin: 0 auto;
}

.bottom_link {
	width: 280px;
	margin: 0 auto;
	height: 30px;
	margin-top: -50px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.link_per {
	width: 130px;
	height: 30px;
	border: 1px solid #c9c9c9;
	float: left;
	text-align: center;
	cursor: pointer;
}

#goindex {
	margin-left: 20px;
}

.page_500_img {
	width: 1180px;
	height: 649px;
	background-image: url('/images/500.svg');
	background-repeat: no-repeat;
}
