html,body{
	width: 100%;
	height: 100%;
}
.notFindBox{
	width: 100%;
	height: 100%;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
}
.notFindBox img{
	width: 4.8rem;
}
.notFindBox button{
	width: 40%;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	font-size: .32rem;
	background-color: #6189ae;
	border: none;
	margin-top: .4rem;
}
.notFindBox button:active{
	background-color: #5e8cb7;
}
@media all and (orientation : landscape){
	.notFindBox{
		background: url('../../imgs/error/404_pc_bg.png') no-repeat;
		background-size: cover;
	}
}
@media all and (orientation : portrait){
	.notFindBox{
		background: url('../../imgs/error/404_phone_bg.jpg') no-repeat;
		background-size: cover;
	}
}