.boxs{
    padding: 1vw 10vw 8vh;
    background:  url('../image/index/BankBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat, ;
    background-position: bottom center;
    display: flex;
    justify-content: center;
}
.centerImg{
    width: 500px;
    position: relative;
}
.errorHeader{
    text-align: center;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(28, 85, 189, 1);
    font-size: 13px;
}
.errorHeader-p{
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}