body {
    background-color: #fff!important;
}
.errorpage {
    text-align: center;margin-top: 60px;
}
.errorpage h3 {
    font-size: 98px;
    line-height: 150px;
    font-weight: bold;
    color: #666;
    margin: 10px 0;
    text-shadow: rgba(61,61,61,0.3) 1px 1px, rgba(61,61,61,0.2) 2px 2px, rgba(61,61,61,0.3) 3px 3px;
}
.errorpage h4 {
    font-size: 30px;
    color: #666;
    line-height: 35px;
    margin: 10px 0;
}
.errorpage p {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
}
.goback {
    background-color: #ff7e00;
}
.errorpage p {
    margin: 20px;text-align: center;
}
.error_foot {
    position: fixed;bottom: 0;width: 100%;
}
