.om_qr_popup_wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,0.5);
        z-index: 9999999;

}
.om_qr_popup_wrap.act {
        display: flex;
}
.om_qr_popup_wrap > .con {
        width: 250px;
        /* height: 310px; */
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        position: relative;
        padding: 25px 0;
        box-sizing: border-box;
}
.om_qr_popup_wrap > .con > .close {
        text-align: center;

}
.om_qr_popup_wrap > .con > .close > button {
        width: 70px;
        height: 35px;
        border: 0;
        border-radius: 5px;
        background-color: var(--om-bt-color);
        color: #fff;
}
.om_qr_popup_wrap > .con > .download {
        text-align: center;

}
.om_qr_popup_wrap > .con > .download > button {
        width: 140px;
        height: 35px;
        border: 0;
        border-radius: 5px;
        background-color: var(--om-bt-color);
        color: #fff;
}
.om_qr_popup_wrap > .con > .download > .tit {
        padding: 4px 0 15px 0;
        box-sizing: border-box;
}
.om_qr_popup_wrap > .con > .desc {
        padding: 0px 20px 10px 20px;
        box-sizing: border-box;
        text-align: center;
        word-break: keep-all;
}