section {
    flex: 1;
    overflow: auto;
}

section .aboutUs .logo {
    width: 2rem;
    height: 2rem;
    margin-top: 0.8rem;
    margin-left: 2.6rem;
}

section .aboutUs .name {
    width: 2.5rem;
    height: 0.36rem;
    margin-left: 2.35rem;
    margin-top: 0.5rem;
}

section .aboutUs .info {
    width: 6.04rem;
    margin: 0.59rem auto;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #6D6D6D;
    line-height: 0.44rem;

}



section .aboutUs .email,
section .aboutUs .address {
    margin-top: 0.36rem;
    padding-left: 0.58rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 0.44rem;
}

section .aboutUs .address {
    width: 5.85rem;
}

section .aboutUs .net span,
section .aboutUs .email span,
section .aboutUs .address span {
    font-weight: 400;
    color: #666;

}