#hb_topUp {
    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_topUp_content, .hb_upshift_content {
    width: 7.5rem;
    height: 4.79rem;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hb_topUp_contentBg, .hb_upshift_contentBg {
    width: 7.5rem;
    height: 4.79rem;
    background-color: #fff;
    background: url('../images/hb_topUp/contentBg.png')no-repeat center/cover;
    z-index: 10;
    position: absolute;
}

.hb_topUp_xr, .hb_upshift_xr {
    width: 2.17rem;
    height: 2.78rem;
    position: absolute;
    top: -1.18rem;
    left: 0.5rem;
    background: url('../images/hb_topUp/xr.png')no-repeat center/100%;
    opacity: 0;
    z-index: 12;
}

.hb_topUp_bgTitle, .hb_upshift_bgTitle {
    position: absolute;
    top: -1.04rem;
    right: 0.5rem;
    width: 3.97rem;
    height: 1.32rem;
    background: url('../images/hb_topUp/bgTitle.png')no-repeat center/100%;
    z-index: 12;
}

.hb_topUp_guangyun, .hb_upshift_guangyun {
    position: absolute;
    top: -2.54rem;
    left: 0;
    width: 7.5rem;
    height: 8.18rem;
    background: url('../images/hb_topUp/guangyun.png')no-repeat center/100%;
    z-index: 5;
}

.hb_topUp_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;
}

.hb_topUp_zjContent, .hb_upshift_zjContent {
    width: 5.05rem;
    height: 100%;
    margin: 0 auto;
    margin-left: 0.16rem;
    overflow: hidden;
    padding: 0.4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.hb_topUp_zjContent .main1, .hb_upshift_zjContent .main1 {
    width: 3.40rem;
    font-size: 0.32rem;
    line-height: 0.4rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.05rem;
}

.hb_topUp_zjContent .main2, .hb_upshift_zjContent .main2 {
    width: 3.40rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-align: center;
    font-weight: 500;
}

.hb_topUp_zjContent .main3, .hb_upshift_zjContent .main3 {
    width: 3.40rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
    font-weight: 400;
}

.hb_topUp_guangquan, .hb_upshift_guangquan {
    position: absolute;
    top: -0.83rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6.98rem;
    height: 6.95rem;
    background: url('../images/hb_topUp/guangquan.png')no-repeat center/100%;
    z-index: 11;
    opacity: 0.2;
}

.hb_topUp_caidai, .hb_upshift_caidai {
    position: absolute;
    top: -1.70rem;
    left: 0.4rem;
    width: 7.14rem;
    height: 5.77rem;
    background: url('../images/hb_topUp/caidai.png')no-repeat center/100%;
    z-index: 12;
    opacity: 0;
}

.hb_topUp_light, .hb_upshift_light {
    position: absolute;
    top: -1.50rem;
    left: 0.80rem;
    width: 7.28rem;
    height: 4.71rem;
    background: url('../images/hb_topUp/light.png')no-repeat center/100%;
    z-index: 13;
    scale: 1.1;
    opacity: 0;
}

.hb_topUp_button, .hb_upshift_button {
    position: absolute;
    bottom: -1.10rem;
    left: calc(50% - 1.73rem);
    width: 3.46rem;
    height: 0.96rem;
    background: url('../images/hb_topUp/button.png')no-repeat center/100%;
    z-index: 20;
    cursor: pointer;
    scale: 1;
    opacity: 0;
    cursor: pointer;
    font-size: 0.48rem;
    color: #fff;
    text-align: center;
    line-height: 0.9rem;
}

.hb_topUp_guang, .hb_upshift_guang {
    position: absolute;
    top: 0.10rem;
    left: 0;
    width: 2.0rem;
    height: 2.35rem;
    background: url('../images/hb_topUp/guang.png')no-repeat 0 -50px/100%;
    z-index: 12;
    opacity: 0.6;
}

.hb_topUp_close, .hb_upshift_close {
    position: absolute;
    bottom: -2.40rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}