body{
	background-color: #f4f8fb;
}
.notPage{
	margin: 181px auto;
	display: flex;
	flex-direction:column;
}

.notPageMain{
	display: flex;
	justify-content : center;
	align-items : center;
}
.notPageBtn{
	display: flex;
	justify-content : center;
	padding: 62px;
}
.notPageBtn a{
	display: block;
	width: 210px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	background-color: #00a0ea;
	border-radius: 30px;
}
.notPageImg{
	width: 282px;
	height: 282px;
}
.notPageImg img{
	width: 282px;
	height: 282px;
}
.notPageInfo{
	display: flex;
	flex-direction:column;
	padding: 0 0 0 20px;
}
.notPageInfo h1{
	font-size: 100px;
	color: #cccccc;
	font-weight: bold;
	letter-spacing: 10px;
}
.notPageInfo span{
	padding: 22px 0;
	font-size: 14px;
	color: #666666;
}

.notPageInfo p{
	font-size: 14px;
	color: #999999;
}