
#wxQrCode-pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

#wxQrCode-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80vw;
    height: 90vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    z-index: 10010;
    background: white;
    text-align: center;
    margin: auto;
}

#wxQrCode-prompt {
    position: relative;
    font-size: 4vw;
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 3vw;
    color: #333333;
}

#wxQrCode-img {
    position: relative;
    width: 70%;
    margin: auto;
}

#wxQrCode-close {
    position: relative;
    width: 20%;
    margin-top: 5vw;
    margin-left: 40%;
    margin-right: 40%;
    opacity: 0.2;
}
