.contact-qrcode {
    position: sticky;
    top: 257px;
    padding: 30px 25px;
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.qrcode-img {
    min-width: 110px;
    height: 110px;
    margin-right: 15px;
}

.concat-qrcode-site {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #111111;
    line-height: 22px;
    margin-bottom: 14px;
}

.concat-qrcode-scan {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}