body {
    display: flex;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-family: "PingFang SC", sans-serif;
    background: rgba(247,248,250,1);
}

.page-con {
    margin-top: 80px;
    text-align: center;
}

.notice-txt {
    margin-top: 20px;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.logo {
    width: 224px;
    height: 106px;
}

.qr-code-con {
    background-color: #fff;
    width: 320px;
    height: 320px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.none{
    display: none;
}