.dialog-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.dialog-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.qrCode-dialog {
    display: none;
}
.qrCode-dialog .dialog-wrap {
    width: 600px;
    padding: 84px 10px;
    text-align: center;
}
.qrCode-dialog .icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url("../images/qr-code/icon_close_black@2x.png") no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
}
.qr-code {
    width: 200px;
    height: auto;
}
.qr-code-tip {
    color: #393939;
    font-size: 16px;
}