/*fk*/
.error404 {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-family: Arial,Microsoft YaHei,serif;
}

.error404 p img {
max-width: 100%;
border: none;
}

.error404 div {
font-size: 14px;
line-height: 30px;
color: #999;
margin: 20px auto;
}

.error404 div a {
padding: 0 5px 0 5px;
white-space: nowrap;
}

.error404 div a {
text-decoration: none;
outline: none;
}

.error404 div a:link {
color: #000;
}

.error404 div a:visited {
color: #000;
}

.error404 div a:hover,
a:active,
a:focus {
color: #00438e;
}