* {
    padding: 0;
    margin: 0;
}

.joinUs {
    width: 100%;
}

.joinUs .bannerSwiper {
    width: 100%;
    height: 460px;
}

.joinUs .bannerSwiper img {
    width: 100%;
    height: 100%;
}

.joinUs .companyInfo {
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
}

.joinUs .companyInfo .companyInfoCard {
    width: 1200px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.joinUs .companyInfo .companyInfoCard .infoLeft {
    width: calc(100% - 650px);
    height: calc(100% - 100px);
    padding: 50px 200px 50px 50px;
}

.joinUs .companyInfo .companyInfoCard .infoLeft .infoLeftTitle1 {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #085CFF;
}

.joinUs .companyInfo .companyInfoCard .infoLeft .infoLeftTitle2 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #888888;
}

.joinUs .companyInfo .companyInfoCard .infoLeft .infoLeftLine {
    color: #000000;
    font-weight: bold;
    margin: 20px 0;
}

.joinUs .companyInfo .companyInfoCard .infoLeft .infoLeftOtherInfo {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #888888;
    /* margin-bottom: 20px; */
    line-height: 40px;
}

.joinUs .companyInfo .companyInfoCard .infoRight {
    width: 500px;
    height: calc(100% - 100px);
    padding: 50px;
    background: #2A7EFB;
}

.joinUs .companyInfo .companyInfoCard .infoRight .infoRightText1 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.joinUs .companyInfo .companyInfoCard .infoRight .infoRightText2 {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.joinUs .companyInfo .companyInfoCard .infoRight .infoRightLine {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.joinUs .companyInfo .companyInfoCard .infoRight .codeBox {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.joinUs .companyInfo .companyInfoCard .infoRight .codeBox .codeList {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
}

.joinUs .companyInfo .companyInfoCard .infoRight .codeBox .codeList img {
    width: 100px;
    height: 100px;
}

.joinUs .companyInfo .companyInfoCard .infoRight .codeBox .codeList div {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 20px;
}

.joinUs .onlineMessage {
    width: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.joinUs .onlineMessage .onlineMessageBox {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageLeft {
    width: 50%;
    padding: 40px;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageLeft .onlineMessageLeftTitle {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageLeft .onlineMessageLeftTitleEnglish {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-top: 5px;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageLeft .onlineMessageLeftOtherText {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #888888;
    padding: 30px 0;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageLeft .onlineMessageLeftPhoneBox {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #EDEDEE;
    border-bottom: 1px solid #EDEDEE;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageLeft .onlineMessageLeftPhoneBox .onlineMessageLeftPhoneBoxList {
    width: 50%;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageLeft .onlineMessageLeftPhoneBox .onlineMessageLeftPhoneBoxList .text1 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #888888;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageLeft .onlineMessageLeftPhoneBox .onlineMessageLeftPhoneBoxList .text2 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageRight {
    width: 50%;
    padding: 40px;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageRight input {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #F5F6F7;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
}


.joinUs .onlineMessage .onlineMessageBox .onlineMessageRight textarea {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #F5F6F7;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
    resize: none;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageRight .formListBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.joinUs .onlineMessage .onlineMessageBox .onlineMessageRight a {
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A7EFB;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 10px;
    text-decoration-line: none;
}