<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mask_content_qr {
    position: fixed;
    background: #0000009c;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    font-weight: bold;
}

.qrcode_close img {
    width: 8%;
    float: left;
    position: relative;
    top: -0.2rem;
    right: -2.2rem;
    opacity: 1;
    cursor: pointer;
}

.qrcod {
    background: #f0efe4c8;
    width: max-content;
    height: max-content;
    padding: 30px;
    margin: 13% auto;
    line-height: 2;
    color: #d04b21;
    text-align: center;
}

.closeBtn {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 101;
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1570ff;
}

.iconclose1 {
    display: inline-block;
    font-size: 30px;
    margin-top: -6px;
    color: white;
}

.fYcoZV {
    border: none;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    overflow-wrap: normal;
    position: fixed;
    z-index: 99;
    text-align: center;
    box-sizing: border-box;
    display: block !important;
}

.fEmRgt {
    bottom: -15px;
    right: 45px;
    height: 70px !important;
    width: 254px !important;
    background-color: transparent;
}

.knBnni {
    bottom: 335px;
    right: -15px;
    height: 174px !important;
    width: 70px !important;
    background-color: transparent;
}

.ffQjry {
    border: none;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    overflow-wrap: normal;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    border-radius: 8px;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    right: 60px;
    display: block !important;
    width: 330px !important;
    height: 540px !important;
}

.ffQjry {
    z-index: 101;
    bottom: 0px;
    right: 60px;
    display: block !important;
    width: 490px !important;
    height: 420px !important;
}

@media screen and (min-width:750px) {
    .center {
        width: 750px !important;
        margin-left: -375px !important;
        left: 50% !important;
    }

    .fixed-right {
        right: calc((100% - 750px)/2)
    }
}

#meiqia-container,
.meiqia-container.pc {
    user-select: none;
    position: fixed;
    z-index: 100;
    bottom: -15px;
    right: 45px;
    height: 70px !important;
    width: 254px !important;
    background-color: transparent;
    cursor: pointer;
}

.closeBtn.pc {
    position: fixed;
    top: unset;
    bottom: 377px;
    right: 60px;
    z-index: 101;
    width: 90px;
    height: 42px;
    border-radius: 0 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1570ff;
    cursor: pointer;
}

.closeBtn.pc .iconclose1 {
    margin-left: 24px;
}

@media screen and (max-width:750px) {
    #meiqia-container {
        position: absolute;
        z-index: 100;
        bottom: 335px;
        right: -15px;
        height: 174px !important;
        width: 70px !important;
        background-color: transparent;
    }

    .meiqia-container {
        position: fixed;
        z-index: 100;
        bottom: 335px;
        right: -15px;
        height: 174px !important;
        width: 70px !important;
        background-color: transparent;
    }

    .ffQjry {
        width: 100% !important;
        height: 80% !important;
        right: 0;
    }
}</pre></body></html>