.Content404{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.Content404 > img{
    width: 55vw;
	height: 47vw;
    margin-top: 53vw;
}
.Content404 > p{
    width: 100vw;
    text-align: center;
    margin-top: 2vw;
    font-family: SourceHanSansCN-Regular;
	font-size: 3vw;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0vw;
	color: #999999;
}