.errorIco_404 {
    width: auto;
    height: 100%;
    margin: 0 auto;
    background: url("../images/error/h5_overseasGIPS_404.png") no-repeat top center;
    background-size: contain;
}

.error_ico {
    width: auto;
    height: 100%;
    margin: 0 auto;
    background: url("../images/error/h5_overseasGIPS_500.png") no-repeat top center;
    background-size: contain;
}

.error-page {
    height: calc(100% - .9335rem);
    padding-top: 35%;
}

.error-img-box {
    text-align: center;
    padding-bottom: .3rem;
}

.error-img-box img {
    height: 1.7rem;
}

.error-desc, .error-msg {
    text-align: center;
    opacity: 0.4;
    padding-bottom: .12rem;
}

.error-page .bottomBtn {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: .3rem 0;
    text-align: center;
}

.error-page .bottomBtn .cancel-btn {
    display: inline-block;
    width: 47.5%;
    height: .66rem;
    line-height: .66rem;
    background: rgba(0,0,0,0.05);
    border-radius: .33rem;
    padding: 0 .3rem;
    font-weight: 500;
}
