.overlay{
    background: #000000;
    opacity: 0.45;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}
.dialog{
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 815px;
    background: #FFFFFF;
    border-radius: 10px;
}
.dialog__header{
    border-radius: 10px 10px 0 0;
    padding: 22px 0 24px 25px;
    background: #06CD65;
    position: relative;
    display: flex;
    align-items: center;
}
.dialog__header .dialog-avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.dialog__header .dialog-title{
    position: absolute;
    right: 102px;
}
.dialog__header .dialog-close{
    position: absolute;
    top: 26px;
    right: 28px;
    cursor: pointer;
}
.dialog__info{
    margin-left: 20px;
}   
.dialog__info p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 4px;
}
.dialog__info span{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.dialog__content{
    padding: 32px 35px 15px;
}
.dialog-recharge{
    display: flex;
    align-items: flex-end;
}
.recharge-item{
    cursor: pointer;
    margin-right: 25px;
    padding-top: 33px;
    width: 230px;
    height: 209px;
    border-radius: 11px;
    border: 2px solid #EFEFEF;
    text-align: center;
    color: #222222;
}
.recharge-item:nth-last-child(1){
    margin-right: 0;
}
.recharge-item  h5{
    font-size: 22px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #542600;
    line-height: 31px;
}
.recharge-item h4{
    font-size: 50px;
    font-family: D-DIN-Bold, D-DIN;
    font-weight: 700;   
    line-height: 54px;
}
.recharge-item h4 span{
    font-size: 25px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    vertical-align: text-bottom;
}
.recharge-item p{
    font-size: 19px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #A9ABBD;
    line-height: 27px;
}
.recharge-item .recharge-item__tip{
    margin-top: 6px;
    font-size: 19px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #EEA33A;
    line-height: 27px;  
}

.recharge-item-active{
    height: 229px;
    background: linear-gradient(45deg, #06CD65 0%, #06CDAC 99%);
    box-shadow: 0px 6px 16px -2px rgba(6,205,101,0.302);
    color: #fff;
}
.recharge-item-active h5,.recharge-item-active p{
    color: #fff;
}
.recharge-item-active h4{
    margin-top: 4px;
    font-size: 59px;
}
.dialog-pay{
    padding: 25px 0 25px 80px;
    margin: 30px 0 15px;
    display: flex;
    align-items: center;
    background: rgb(251, 251, 251);
    border-radius: 10px;
}
.dialog-pay .pay-item{
    margin-right: 50px;
}
.pay-item-qr{
    padding: 16px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
}
.pay-item-qr img{
    width: 100px;
    height: 100px;
}
.pay-item__title{
    font-size: 14px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #222222; 
    text-align: center;
    margin-top: 10px;
}
.pay-item__title img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.dialog-pay__price{
    font-size: 25px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #222222;
}
.dialog-pay__price span{
    font-size: 60px;
    font-family: D-DIN-Bold, D-DIN;
    font-weight: 700;
    color: #EEA33A;
}
.dialog-pay__price b{
    fo  nt-size: 25px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #EEA33A;
}
.dialog-tip{
    text-align: right;
    font-size: 12px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}
.dialog-tip a{
    font-size: 12px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #999999;
}

