/* 404 */
body{
    background: url(../../../images/seafish/news-bg.png) no-repeat;
    width: 100%;
    height: 100%;
}
.error-wrap{
    width: 100%;
    height: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1441px) {
    .error-wrap {
        height: 780px !important;
    }
}

.error-bg{
    background: url(../../../images/seafish/404_bg.png) no-repeat;
    width: 615px;
    height: 256px;
}
.error-text{
    font-size: 18px;
    color: #fff;
}
.error-btn{
    padding: 12px 25px;
    background: #CE3F39;
    color: #fff;
    margin-top: 50px;
    font-size: 16px;
    border-radius: 4px;
}
.error-btn:hover{
    color: #fff !important;
}