.wy404{
    background:#F9F9F9;
    padding-top: 80px;
    padding-bottom: 80px;
	text-align:center;
}
.wy404 p{
    line-height:250%;
}
.wy404 p:first-child{
   font-size: 120px;
   font-weight: 600;
   color: #999;
}

@media (max-width: 1024px){
    .wy404 {
    padding-top: 100px;
    padding-bottom: 50px;
}
}