body{
    background: #fff;
}
.error{
    text-align: center;
    margin: 0 auto;
}
.error img{
    width: 400px; /*图片宽度*/
    height: 400px; /*图片高度*/
    object-fit: cover;

}
.error .errorCode{
    font-size: 70px;
    color: #333;
    font-weight: 700;

}
.error .text{
    color: #999;
}

.error .goBack{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    width: 120px;
    background: #0258bf;
    border-radius: 8px;
    margin-top: 20px;
}
.error .goBack:hover{
    background: #4595eb;
}