body {
    margin: 0;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    background: #0b0d11;
}

.bg-wrapper {
    position: relative;
    height: 100vh;
    background: url('../image/bg.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* 遮罩层 */
.bg-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .8); /* 80% 黑色透明 */
    z-index: 1;
}

/* 内容要在遮罩上面 */
.recharge-modal {
    position: relative;
    z-index: 2;
}

/* 主弹窗 */
.recharge-modal {
    width: 540px;
    height: 665px;
    background: #09090b;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    border:#262628 solid 1px;
    position: relative;
}

/* 头部 */
.modal-header-custom {
    position: absolute;
    z-index: 999;
    left: 27px;
    top:23px;
}

.title {
    font-size: 20px;
    font-weight: 600;
    color:#fbfbfb;
}

.subtitle {
    font-size: 16px;
    color: #8e8d92;
    margin-top:1px;
    letter-spacing: -0.15px;
}

.close-btn {
    font-size:24px;
    color: #aaa;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top:-15px;
    right: -6px;
}

/* 金额 */
.amount {
    position: absolute;
    z-index: 999;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    top: 89px;
    left: 0px;
    letter-spacing: 0px;
    width: 100%;
    text-align: center;
}

/* 二维码 */
.qr-box {
    position: absolute;
    z-index: 999;
    top: 155px;
    left: 147px;
}

.qr-box img {
    width: 246px;
    height: 246px;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
}
.row-item {
    display: flex;
    justify-content: space-between;
}

.atint span{color: #fafafc;}

/* 信息 */
.info {
    position: absolute;
    z-index: 999;
    left: 27px;
    bottom: 164px;
    color: #ccc;
    width: 90%;
}


#ddid{font-size: 16px; letter-spacing:-0.2px; color: #acabb0;}

.info2 {
    position: absolute;
    z-index: 999;
    left: 27px;
    bottom: 125px;
    color: #ccc;
    width: 90%;
}

#dqtime{font-size: 16px; letter-spacing:-0.2px; color: #acabb0;}


.info3 {
    position: absolute;
    z-index: 1000;
    left: 27px;
    bottom:84px;
    color: #ccc;
    width: 90%;
}
#address{font-size: 16px; letter-spacing:-0.2px; color: #acabb0;}


/* 按钮 */
.done-btn {
    position: absolute;
    z-index: 999;
    bottom: 27px;
    right: 26px;
    background: #003464;
    color: #f0ffff;
    border: none;
    padding: 8px 17px;
    font-size: 16px;
    border-radius: 4px;
}


#cropImage {
    max-width: 90%;
    max-height:400px;
}