body, p{
    margin: 0;
}

.bg-h5{
    width: 100%;
    height: 122vh;
    padding: 90px 10px 20px;
    background: #131622 url("/cdn_error_page/img/mbg.png") no-repeat center top;
    background-size: 100%;
}
.bg-h5 .error-content {
    text-align: center;
}
.bg-h5 .error-content h1{
    font-weight: normal;
    font-size: 30px;
    line-height: 60px;
    color: #E1E9FF;
    margin-bottom: 20px;
}
.bg-h5 .error-404{
    margin-bottom: 100px;
}
.bg-h5 .error-504{
    margin: 50px 0;
}

.bg-h5 .error-content .content1{
    font-size: 20px;
    line-height: 24px;
    color: #8F97A7;
}
.bg-h5 .error-content .content1 span{
    color: #776156;
}
.bg-h5 .content3{
    font-size: 16px;
    line-height: 26px;
    color: #E1E9FF;
    margin-bottom: 30px;
}
.bg-h5 .error-bg{
    margin-top: 100px;
}

.bg-h5 .action-btn{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.bg-h5 .action-btn img{
    height: 30px;
}
