.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: 112px;
    height: 40px;
    background: #007AFF;
    border-radius: 5px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
}

.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;
}

.trainInfo {
    width: 100%;
    background: #E6E6E6;
    box-sizing: border-box;
    padding: 30px 0 30px;
}

.trainTitle {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.trainList {
    display: flex;
    overflow-x: scroll;
}

.trainList::-webkit-scrollbar {
    display: none;
}

.basis,
.expert,
.finance {
    width: 225px;
    flex-basis: 225px;
    flex-shrink: 0;
    text-align: center;
}

.expert {
    margin-right: 15px;
}

.basis {
    margin-left: 15px;
    margin-right: 15px;
}

.finance {
    margin-right: 15px;
}


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

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

.trainThree {
    width: 100%;
    height: 188px;
    background: url('../img/train_3.png') no-repeat;
    background-size: 100% 100%;
}
.trainFour {
    width: 100%;
    height: 188px;
    background: url('../img/train_4.png') no-repeat;
    background-size: 100% 100%;
}

.trainData {
    background: #fff;
    height: 227px;
}

.trainText {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    padding: 20px 0 15px 0;
}

.depict {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    padding: 0 15px;
}
.depict span{
    width: 100%;
    height: 10px;
    display: block;
}

.honorInfo {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px 0 15px;
}

.honorTitle {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.uls {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list {
    display: flex;
    flex-flow: column;
    width: 50%;
    text-align: center;
}

.meeting {
    width: 90px;
    height: 104px;
    background: url('../img/meeting.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.palace {
    width: 90px;
    height: 104px;
    background: url('../img/palace.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.millons {
    width: 90px;
    height: 104px;
    background: url('../img/millons.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.synergism {
    width: 90px;
    height: 104px;
    background: url('../img/synergism.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.templateimg {
    width: 90px;
    height: 104px;
    background: url('../img/templeimg.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.honorText {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 14px 0 10px 0;
}

.explain {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: 38px;
}


.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;
}

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

.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;
}