
.error-page[data-v-560c4c70]{
    margin-top:80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.error-code[data-v-560c4c70]{
    line-height: 1;
    font-size: 250px;
    font-weight: bolder;
    color: #2d8cf0;
}
.error-code span[data-v-560c4c70]{
    color: #00a854;
}
.error-desc[data-v-560c4c70]{
    font-size: 30px;
    color: #777;
}
.error-handle[data-v-560c4c70]{
    margin-top: 30px;
    padding-bottom: 200px;
}
.error-btn[data-v-560c4c70]{
    margin-left: 100px;
}

