
.errorContainer {
    text-align: center;
    padding: 100px 0
}

.errorContainer_icon {
    margin-bottom: 10px;
    width: 150px;
    height: auto;
    fill: #ccc
}

.errorContainer_box {
    margin-bottom: 50px;
}

.errorContainer_tip {
    color: #999;
    font-size: 14px;
    line-height: 1.5
}

.errorContainer_tip:first-child {
    color: #555;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px
}

.errorContainer .container-btn {
    height: 48px;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    padding: 0 30px;
    margin: 0 10px;
}


