#popup-pm {
    /*border-radius: 20px;*/
    border-radius: 1.25rem;
    display: none;
    position: fixed;
    /*width: 502px;*/
    width: 31.375rem;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay-pm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.u-msg-tip {
    /*
    margin-top: 26px;
    margin-left: 20px;
    line-height: 26px;
    font-size: 22px;
    */
    margin-top: 1.625rem;
    margin-left: 1.25rem;
    line-height: 1.625rem;
    font-size: 1.375rem;
    font-weight: bold;
}
.u-top-tip {
    /*
    width: 430px;
    height: 60px;
    font-size: 16px;
    line-height: 22px;
    */
    width: 26.875rem;
    height: 3.75rem;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: bold;
    background: #FFAB48;
    /*border-radius: 10px;*/
    border-radius: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    /*
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: 35px;
    padding-left: 10px;
    */
    margin-bottom: 0.9375rem;
    margin-top: 1.25rem;
    margin-left: 2.1875rem;
    padding-left: 0.625rem;
}
.u-pay-time-tip {
    text-align: center;
}
.u-pay-money {
    /*font-size: 30px;*/
    font-size: 1.875rem;
    font-weight: bold;
    /*
    margin-left: 158px;
    margin-top: 10px;
    margin-bottom: 10px;
    */
    /*margin-left: 9.875rem;*/
    text-align: center;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
.u-pay-qrcode {
    display: flex;
    justify-content: center;
    text-align: center;
}
.u-pay-qrcode img {
    /*
    width: 200px;
    height: 200px;
    */
    width: 12.5rem;
    height: 12.5rem;
}
.u-pay-addr-container {
    display: flex;
    justify-content: center;
    /*margin-top: 15px;*/
    margin-top: 0.9375rem;
}
.u-pay-radius {
    /*
    border-radius: 20px;
    width: 420px;
    height: 90px;
    */
    border-radius: 1.25rem;
    width: 26.25rem;
    height: 5.625rem;
    background-color: #F5F5F5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.u-pay-acr-txt {
    display: flex;
    justify-content: center;
    /*height: 26px;*/
    height: 1.625rem;
    font-size: 1.15rem;
}
/**--*/
@media (max-width: 768px) {
    #popup-pm {
        border-radius: 0.75rem;
        display: none;
        position: fixed;
        width: 18.825rem;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
    .u-msg-tip {
        margin-top: 0.975rem;
        margin-left: 0.75rem;
        line-height: 0.975rem;
        font-size: 0.825rem;
        font-weight: bold;
    }
    .u-top-tip {
        width: 16.525rem;
        height: 2.65rem;
        font-size: 0.6rem;
        line-height: 0.825rem;
        font-weight: bold;
        background: #FFAB48;
        border-radius: 0.375rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        margin-bottom: 0.5625rem;
        margin-top: 0.75rem;
        margin-left: 1.3125rem;
        padding-left: 0.375rem;
    }
    .u-pay-time-tip {
        text-align: center;
    }
    .u-pay-money {
        font-size: 1.125rem;
        font-weight: bold;
        /*margin-left: 5.925rem;*/
        text-align: center;
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .u-pay-qrcode {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .u-pay-qrcode img {
        width: 7.5rem;
        height: 7.5rem;
    }
    .u-pay-addr-container {
        display: flex;
        justify-content: center;
        margin-top: 0.5625rem;
    }
    .u-pay-radius {
        border-radius: 0.75rem;
        width: 15.75rem;
        height: 3.575rem;
        background-color: #F5F5F5;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }
    .u-pay-acr-txt {
        display: flex;
        justify-content: center;
        height: 0.975rem;
        font-size: 0.70rem;
    }
}
