﻿body {
}

.contact-box {
    width: 501px;
    height: 568px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    padding: 45px;
    display: flex;
    flex-flow: column;
    margin-top: 100px;
    margin-left: 260px;
}

.contact-box-info {
    display: flex;
    flex-flow: row;
    align-content: center;
}

    .contact-box-info img {
        width: 28px;
        height: 28px;
    }

    .contact-box-info p {
        margin-left: 20px;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        /* identical to box height */
        /* 辅助 */
        color: #14171C;
    }

.contact-box-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    /* identical to box height */
    color: #000000;
}

.contact-qrcode {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 42px;
    margin-left: 58px;
}

    .contact-qrcode p {
        margin-left: 63px;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        /* identical to box height */
        /* 辅助 */
        color: #14171C;
    }
