#hb_upshift {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
}

.hb_upshift_content {
    width: 7.5rem;
    height: 4.79rem;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hb_upshift_zjBox {
    position: absolute;
    top: 1.13rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.51rem;
    height: 2.67rem;
    background: url('../images/hb_topUp/zjBox.png')no-repeat center/100%;
    z-index: 15;
    overflow: hidden;
}