.no-found{
width:100%;
height:500px;
margin-top:100px;
background:#fff;
overflow:hidden;
color:#000;
}

.no-found h2{
margin-top:100px;
font-size:130px;
text-align:center;
display:block;
line-height:130px;
letter-spacing: 0.5px;
}

.no-found  span{
display:block;
text-align:center;
font-size:2.0rem;
margin-top:20px;
letter-spacing: 0.5px;
}

.no-found  .go-home{font-size: 2.0rem;}
.no-found  #second{font-size: 2.0rem;display:inline;}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
	.no-found{
	height:300px;
	top:0px;
	overflow:hidden;
	color:#000;
	}

	.no-found h2{
	margin-top:10px;
	font-size:60px;
	line-height:70px;
	}

	.no-found  span{
	font-size:1.6rem;
	margin-top:20px;
	}
	
	.no-found  .go-home{font-size: 1.6rem;}
	.no-found  #second{font-size: 1.6rem;}
}