/** 联系我们 **/
.concat {
    background: #234B81;
    height: 357px;
}
.concat-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 85px;
}
.concat-wrapper .concat-info h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.concat-wrapper .concat-info div {
    font-size: 26px;
    color: #ffffff;
    font-weight: 800;
    padding: 16px 0 8px 0;
}
.concat-wrapper .concat-info p {
    color: #E5E5E5;
    font-size: 16px;
    line-height: 28px;
}
.concat-wrapper .concat-qrcode {
    display: flex;
}
.concat-wrapper .concat-qrcode .qrcode {
    margin-left: 22px;
    text-align: center;
}
.concat-wrapper .concat-qrcode .qrcode p {
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
    .concat {
        height: auto;
    }
    .concat-wrapper {
        display: block;
        padding: 0.67rem 0.3rem 0.76rem;
    }
    .concat-wrapper .concat-info h3 {
        font-size: .36rem;
    }
    .concat-wrapper .concat-info div {
        font-size: .32rem;
    }
    .concat-wrapper .concat-info p {
        font-size: .23rem;
        line-height: .42rem;
    }
    .concat-wrapper .concat-qrcode {
        margin-top: .35rem;
        justify-content: space-between;
    }
    .concat-wrapper .concat-qrcode .qrcode {
        margin-left: 0;
    }
    
}