.manpower_box {
    width: 100%;
    padding-top: calc(30px + 5rem);
}

.manpower {
    max-width: 1440px;
    width: 85%;
    margin: auto;
}

.manpower_main_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.manpower_pic {
    width: 50%;
    height: calc(28px + 20rem);
}

.manpower_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manpower_right {
    width: 42.2222%;
}

.manpower_right p:nth-of-type(1) {
    font-family: Alibaba;
    font-size: calc(4px + 1.5rem);
    color: #333333;
    line-height: calc(8px + 2rem);
    margin-bottom: calc(6px + 1.5rem);
}

.manpower_right p:nth-of-type(2) {
    margin-bottom: calc(4px + 0.5rem);
}

.manpower_right p {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
}

.join_box {
    width: 100%;
    background: #FDFBF7;
    padding: calc(8px + 4rem) 0;
    margin-top: calc(20px + 4rem);
}

.join {
    max-width: 1440px;
    width: 85%;
    margin: auto;
}

.join_title {
    font-family: Alibaba;
    font-size: calc(4px + 1.5rem);
    color: #333333;
    line-height: calc(8px + 2rem);
}

.join_table {
    background-color: #ffffff;
    padding-bottom: calc(10px + 2rem);
    margin-top: calc(10px + 2rem);
}

.join_table table {
    width: 100%;


}

.join_table .firstRow {
    background: #971D32;
}

.join_table .firstRow td {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(2px + 1rem);
    color: #FFFFFF;
    line-height: calc(18px + 2rem);
    text-align: center;
}

.join_table tr {

    border-bottom: 1px solid #EEEDED;
}

.join_table tr td {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(18px + 2rem);
    text-align: center;
}

.join_table tr:nth-of-type(2) {
    height: calc(48px + 2rem);

}

.join_table tr:nth-of-type(2) td {
    padding-top: calc(10px + 1rem);
}


.staff_box {
    width: 100%;
    padding-top: calc(20px + 4rem);
    padding-bottom: calc(80px + 5rem);
}

.staff {
    max-width: 1440px;
    width: 85%;
    margin: auto;
}

.staff_title .p1 {
    font-family: Alibaba;
    font-size: calc(4px + 1.5rem);
    color: #333333;
    line-height: calc(8px + 2rem);
    text-align: center;
}

.staff_title .p2 {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #777777;
    line-height: calc(10px + 1rem);
    text-align: center;
    margin-top: calc(3px + 0.5rem);
}

.staff_pic_list {
    display: flex;
    justify-content: space-between;
    margin-top: calc(20px + 2rem);
}

.staff_pic_item {
    width: 32.3611%;
    height: calc(76px + 10rem);
}

.staff_pic_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1100px){
    .manpower_main_box{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .manpower_pic {
        width: 100%;
        height: calc(28px + 40rem);
    }
    .manpower_right{
        width: 100%;
    }
    .manpower_right p:nth-of-type(1){
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .manpower_right p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .join_title{
        font-size: calc(14px + 1rem);
    }
    .join_table .firstRow td{
        font-size: calc(10px + 1rem);
    }
    .join_table tr td{
        font-size: calc(10px + 1rem);
    }
    .staff_title .p1{
        font-size: calc(14px + 1rem);
    }
    .staff_title .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .staff_pic_list{
        flex-wrap: wrap;
        gap: calc(10px + 1rem);
    }
    .staff_pic_item{
        width: 100%;
        height: calc(76px + 29rem);
    }
}