.wechat-page {
    display: none;
    width: 100vw;
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.wechat-page img {
    width: 77px;
    position: absolute;
    right: 35px;
    top: 10px;
}

.wechat-page div {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin-top: 195px;
}