section {
    flex: 1;
    overflow: auto;
}

section .aboutUs .logo {
    width: 1.72rem;
    height: 1.72rem;
    margin-top: 0.8rem;
    margin-left: 2.74rem;
}

section .aboutUs .name {
    width: 2.5rem;
    height: 0.36rem;
    margin-left: 2.34rem;
    margin-top: 0.5rem;
}

section .aboutUs .info {
    width: 6.04rem;
    margin: 0.5rem auto;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #A0A5B5;
    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;

}


section .aboutUs>div {
    display: flex;
    padding-left: 0.38rem;
    align-items: center;
}

section .aboutUs div img {
    width: 0.72rem;
    height: 0.72rem;
    margin-right: 0.24rem;
}

section .aboutUs div div {
    display: flex;
    flex-direction: column;
    font-size: 0.24rem;
    font-family: Roboto, Roboto;
    font-weight: 400;
    color: #6B7698;
    line-height: 28px;
}