.content {
    width: 100%;
}

header {
    display: flex;
    height: 44px;
    position: fixed;
    align-items: center;
    left: 0px;
    top: 0px;
    z-index: 3;
    width: 100%;
    background: #fff;
}

.leftList {
    width: 24px;
    height: 24px;
    background: url('../img/menuBlack.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 15px;
}

.headerText {
    width: 102px;
    height: 36px;
    background: url('../img/blackLogo.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 27.2%;
}

.headerAbout {
    width: 100%;
    height: 216px;
    background: url('../img/aboutUsImg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 44px;
}

.aboutUsInfo {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    padding-top: 156px;
}

.selectTitle {
    width: 90px;
    height: 40px;
    background: #007AFF;
    border-radius: 5px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
}

.title {
    border-radius: 5px;
    border: 1px solid #979797;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #CFD0CF;
    padding: 9px 16px;
}
.titles{
    border-radius: 5px;
    border: 1px solid #979797;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #CFD0CF;
    width: 110px;
    height: 38px;
    line-height: 40px;
}

.teamInfo {
    width: 100%;
}

.teamImg {
    width: 100%;
    height: 87px;
    background: url('../img/team.png') no-repeat;
    background-size: 100% 100%;
}

.crewInfo {
    padding: 0 15px 30px 15px;
}

.ceoImg {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.president {
    width: 100%;
    height: 100%;
    margin: 15px auto;
}

.cooImg {
    width: 100%;
    height: 100%;
}

.vicePresident {
    width: 100%;
    height: 100%;
    margin: 10px auto;
}

.director {
    width: 100%;
    height: 100%;
}

.firmInfo {
    background: #F7F7F7;
}

.firmInfoBox {
    display: flex;
    justify-content: space-between;
}

.firmBox {
    padding: 36px 0px 30px 35px;
    box-sizing: border-box;
}

.nationwideInfo {
    display: flex;
    align-items: center;
}

.nationwideInfo:nth-child(1) {
    margin: 6px 0 34px 0;
}

.telephone {
    width: 25px;
    height: 25px;
    background: url('../img/call.png') no-repeat;
    background-size: 100% 100%;
}

.textBox {
    margin-left: 7px;
}

.customerText {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.nationwide {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}

.telImg {
    width: 25px;
    height: 25px;
    background: url('../img/phone.png') no-repeat;
    background-size: 100% 100%;
}

.qrCode {
    padding: 30px 35px 0 0;
}

.qrCodeImg {
    width: 112px;
    height: 112px;
}

.qrCodeText {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.midline {
    width: 345px;
    height: 1px;
    background: #D9D9D9;
    margin: 0 auto;
}

.copyright {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
    padding: 15px 0 90px 0;
}

footer {
    display: flex;
    height: 75px;
    background: rgba(0, 0, 0, 0.75);
    align-items: center;
    padding: 0px 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    width: 55px;
    height: 55px;
    background: url('../img/logo.png') no-repeat;
    background-size: 100% 100%;
}

.companyInfo {
    margin-left: 8px;
}

.companyName {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.companyText {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.contactUs {
    width: 80px;
    height: 35px;
    background: #007AFF;
    border-radius: 18px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.modalBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 5;
    display: none;
}

.modalList {
    width: 73%;
    height: 100%;
    background: #FFFFFF;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 7;
    display: none;
}

.close {
    width: 24px;
    height: 24px;
    margin: 30px 0 70px 15px;
    background: url('../img/close.png') no-repeat;
    background-size: 100% 100%;
}

.leftBox {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px 0 50px;
    box-sizing: border-box;
}

.leftText {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.goAway {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transfer {
    width: 12px;
    height: 12px;
    background: url('../img/arrow_right.png') no-repeat;
    background-size: 100% 100%;
}

.goTransfer {
    color: #fff !important;
}