.error-content{
    background: url("../../../img/404bg.png")no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.error-content-center{
        margin: 100px auto;
    height: 700px;
}
@media (min-width:1200px) {
    .error-content-center{
        width: 800px;
    }
}
.error-content-center-top{
    background: url("../../../img/404.png")no-repeat;
    background-size: cover;
    width: 100%;
    height: 557px;
}
.error-content-center-top p{
    width: auto;
    height: auto;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 530px;
}
.error-content-center-bottom{
    width: 100%;
    height: 150px;
    margin-top: 30px;
}
.error-content-center-bottom a{
    width: 260px;
    height: 50px;
    background: #05D099;
    box-shadow: 0px 6px 0px 0px rgba(12, 17, 33, 0.4);
    border-radius: 25px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0B0E18;
    line-height: 50px;
    text-align: center;
}
.error-content-center-bottom a:hover{
    text-decoration: none;
}
.error-content-center-bottom p{
    width: auto;
    height: auto;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #BDCBE2;
    text-align: center;
    margin-top: 15px;
}
@media(max-width: 800px){
    .error-content-center-top{
        background: url(../../../img/404.png)no-repeat -155px;
    }
}