.wb-content-error {
    min-height: 300px;
    padding: 30px 0px;
}
.error-section {
    margin-bottom: 30px;
}
.wb-content-error .err-img {
    height: 300px;
    margin: 0 auto;
    text-align: center;
}
.wb-content-error .err-img img {
    height: 100%;
    padding: 60px;
}
.wb-content-error .err-info{
    font-size: 18px;
    text-align: center;
}

.error-section .err-info {
    text-align: center;
}
/*按钮*/
.wb-content-error .error-button {
    width: 400px;
    margin: 50px auto 0;
}
.wb-content-error .error-button .error-button-btn{
    width: 120px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    border: none;
    background: #0082e6;
}
