section {
    flex: 1;
    overflow: auto;
}

section .aboutUs .logo {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.65rem;
    margin-left: 2.7rem;
}

section .aboutUs .name {
    width: 2.5rem;
    height: 0.36rem;
    margin-left: 2.35rem;
    margin-top: 0.3rem;
}

section .aboutUs .info {
    width: 6.04rem;
    margin: 0.59rem auto;
    font-size: 0.26rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #666;
    line-height: 0.44rem;

}

section .aboutUs .net {
    padding-left: 0.58rem;
    margin-top: 0.8rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 0.44rem;
}

section .aboutUs .net a {
    color: #00B8F6;
}

section .aboutUs .email,
section .aboutUs .address {
    margin-top: 0.4rem;
    padding-left: 0.58rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1B1200;
    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;

}