body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: auto;
}

#warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    color: #94A3B8;
    font-size: 16px;
    ;
}

#infos {
    display: flex;
    justify-content: center;
    bottom: 0%;
    height: 60px;
    width: 100%;
    font-size: 14px;
    color: #D1D5DB;
}

#tips {
    display: flex;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
}

#safe {
    justify-content: center;
    align-items: center;
    background-color: #DCFCE7;
    width: 100%;
    height: 3rem;
    color: #22C55E;
    position: sticky;
    top: 0;
    display: flex;
}

#manageWx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    background-color: #fff;
    width: 100%;
    position: sticky;
    bottom: 0;
    color: #606266;
    border-top: #f1f1f1 2px solid;
}

#manageWx p {
    margin-left: 20px;
}

#manageWx button {
    margin-right: 20px;
    background-color: #22C55E;
    border: #f1f1f1;
    padding: 0.4rem 1.5rem;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
}

#wechat {
    display: inline-block;
    font-weight: 600;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 16px;
}

#manageQr {
    display: flex;
    justify-content: center;
    width: 100%;
}

#manageQr img {
    max-width: 337px;
}

@media (max-width: 640px) {
    #qrcode_name {
        color: #2F495E;
        margin-top: calc(60px - 3rem);
        ;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 15rem;
        line-height: 1.75rem;
        font-size: 1.25rem;
    }
    #qrcode {
        margin-top: 1.25rem;
        width: 90vw;
    }
    #tips p {
        font-size: 14px;
        width: 275px;
        color: #9CA3AF;
        text-align: center;
        white-space: pre-wrap;
    }
    #qrImg {
        max-width: 85vw;
    }
}

@media (min-width: 641px) {
    #qrcode_name {
        color: black;
        margin-top: 5vh;
        font-weight: 700;
    }
    #qrcode {
        width: 50vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10vh;
    }
    #imgwarp {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    #qrImg {
        display: block;
        margin: 0 auto;
        max-width: 306px;
    }
    #handle {
        display: none;
    }
    #tips p {
        font-size: 14px;
        width: 275px;
        color: #9CA3AF;
        text-align: center;
    }
}

.van-popup--center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
}

#_copy {
    align-items: center;
    background: #4494d5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    height: 30px;
    justify-content: center;
    position: absolute;
    width: 60px;
    z-index: 1000
}

#select-tooltip,
#sfModal,
.modal-backdrop,
div[id^=reader-helper] {
    display: none!important
}

.modal-open {
    overflow: auto!important
}

._sf_adjust_body {
    padding-right: 0!important
}

.super_copy_btns_div {
    position: fixed;
    width: 154px;
    left: 10px;
    top: 45%;
    background: #e7f1ff;
    border: 2px solid #4595d5;
    font-weight: 600;
    border-radius: 2px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    z-index: 5000
}

.super_copy_btns_logo {
    width: 100%;
    background: #4595d5;
    text-align: center;
    font-size: 12px;
    color: #e7f1ff;
    line-height: 30px;
    height: 30px
}

.super_copy_btns_btn {
    display: block;
    width: 128px;
    height: 28px;
    background: #7f5711;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    border: 0;
    outline: 0;
    margin: 8px auto;
    font-weight: 700;
    cursor: pointer;
    opacity: .9
}

.super_copy_btns_btn:hover {
    opacity: .8
}

.super_copy_btns_btn:active {
    opacity: 1
}

.showpc-qq {
    display: none;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
    margin-left: 30px;
}

@media (min-width: 960px) {
    .showpc-qq {
        display: inline;
    }
}

.desc {
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}