.recruitInfo_tabs {
    width: 1200px;
    margin: -0.4rem auto 0.4rem;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.recruitInfo_tabs_item {
    background: #FFFFFF;
    transition: 0.5s;
}

.recruitInfo_tabs_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.8rem;
    transition: 0.5s;
}

.recruitInfo_tabs_item.on a,
.recruitInfo_tabs_item:hover {
    background-color: #F5CC2A;
}

.recruitInfo_tabs_img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}

.recruitInfo_tabs_img img {
    width: 100%;
    object-fit: contain;
}

.recruitInfo_tabs_p1 {
    color: #2E3133;
    line-height: 27px;
    font-size: 18px;
}

/*  */

.recruitInfo_cont {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 0.6rem;
    display: none;
}

.recruitInfo_cont.on {
    display: block;
}

.recruitInfo_cont_tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}

.recruitInfo_cont_item {
    padding: 0 0.26rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #2E3133;
    font-size: 18px;
    margin-right: 0.4rem;
    border-radius: 30px;
    border: 1px solid #2E3133;
    cursor: pointer;
}

.recruitInfo_cont_item.on {
    background: #EECE50;
    border: 1px solid #EECE50;
}

/*  */

.recruitInfo_p1 {
    font-size: 24px;
    color: #1B2137;
    margin-bottom: 0.14rem;
}

.recruitInfo_msg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(67, 72, 76, 0.7);
    font-size: 16px;
    margin-bottom: 0.3rem;
}

.recruitInfo_msg img {
    margin-right: 0.2rem;
}

.recruitInfo_msg p {
    margin-right: 0.1rem;
}

/*  */

.recruitInfo_table {
    width: 100%;
}

.recruitInfo_tr,
.recruitInfo_tr_tr {
    display: flex;
    align-items: center;
}

.recruitInfo_tr_tr {
    cursor: pointer;
}

.recruitInfo_th {
    height: 0.5rem;
    line-height: 0.5rem;
    color: #2E3133;
    font-size: 16px;
    background: #FAFBFC;
}

.recruitInfo_td {
    height: 0.7rem;
    line-height: 0.7rem;
    color: rgba(67, 72, 76, 0.7);
    font-size: 16px;
}

.recruitInfo_th,
.recruitInfo_td {
    flex: 1;
    text-align: center;
}

/*  */

.recruitInfo_td_cont {
    background: #FAFBFC;
    padding: 0.3rem 0.4rem;
    display: none;
}

.recruitInfo_td_cont.on {
    display: block;
}

.recruitInfo_p2 {
    color: #2E3133;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0.1rem;
}

.recruitInfo_p3 {
    color: #2E3133;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0.3rem;
}

/*  */

.recruitInfo_cont_cont {
    display: none;
}

.recruitInfo_cont_cont.on {
    display: block;
}

@media screen and (max-width: 800px) {
    .recruitInfo_tabs {
        width: 100%;
        margin-top: 0;
    }

    .recruitInfo_tabs_item {
        width: 50%;
    }

    .recruitInfo_tabs_item a {
        width: 100%;
    }

    .recruitInfo_cont {
        width: 90%;
    }

    .recruitInfo_cont_item {
        margin-bottom: 0.2rem;
        margin-right: 0.2rem;
    }

    .recruitInfo_td {
        height: auto;
        min-height: 0.7rem;
        line-height: 1.6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .recruitInfo_th:last-of-type,
    .onshow {
        display: none;
    }
}