.humanResource {
    position: relative;
}

.humanResource .top_bg {
    height: 14.85rem;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-size: 100% 100%;
    background-image: url('../img/logo/details_bg1.png');
}

.humanResource .bot_bg {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-size: 100% 100%;
    background-image: url('../img/logo/details_bg2.png');
}

.humanResource .img_box {
    height: 40.5rem;
    width: 100%;
    margin-top: 4.5rem;
    position: relative;
    display: flex;
    justify-content: center;
}

.humanResource .img_box img {
    width: 100%;
    height: 100%;
}

.humanResource .img_box .line {
    position: absolute;
    left: 0px;
    bottom: 4.9rem;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}

.humanResource .img_box .link_log {
    /* position: absolute;
    bottom: 0.65rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    position: absolute;
    bottom: 0rem;
    width: 100%;
    height: 5rem;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.humanResource .img_box .link_log .link_log_item {
    /* width: 23.2rem;
    height: 9.85rem;
    margin: 0.65rem 0.6rem; */
    padding: 0rem 1.6rem;
    height: 5rem;
    font-weight: 600;
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 5rem;
    font-style: normal;
}

.humanResource .img_box .link_log .link_log_item img {
    width: 100%;
    height: 100%;
}

.humanResource .talent_concept {
    background-image: url("../img/talents_bg.png");
    background-size: 100% 100%;
    padding: 0rem 12.05rem 6.65rem;
}

.humanResource .talent_concept .talent_concept_pad {
    padding: 7rem 0rem 3rem;
}

.humanResource .talent_concept .talent_concept_pad .log_title {
    width: 11.0rem;
    height: 3.8rem;
    background-size: 100% 100%;
    background-image: url("../img/talents_logo.png");
}

.humanResource .talent_concept .talent_concept_content {
    display: flex;
    background-image: url("../img/talents_bg2.png");
    background-size: 100% 100%;
}

.humanResource .talent_concept .talent_concept_content .left_box {
    width: 100%;
    font-weight: 400;
    font-size: 1.2rem;
    color: #222222;
    line-height: 1.7rem;
    box-sizing: content-box;
    padding: 2.5rem;
}

.humanResource .talent_concept .talent_concept_content .left_box h1 {
    font-weight: 600;
    font-size: 1.3rem;
    color: #1b293e;
    line-height: 2.8rem;
    text-align: left;
    font-style: normal;
}

.humanResource .talent_concept .talent_concept_content .left_box h2 {
    font-size: 1.4rem;
    color: #1b293e;
    padding-bottom: 2.65rem;
    font-weight: 400;
}

.humanResource .talent_concept .talent_concept_content .left_box p {
    font-weight: 400;
    font-size: 1.2rem;
    color: #1b293e;
    line-height: 2.8rem;
    text-align: left;
    font-style: normal;
}

.humanResource .join_us {
    background: #f0f4f7;
    padding: 0.85rem 12.05rem 4.35rem;
    display: flex;
}

.humanResource .join_us .left_nav {
    width: 13.15rem;
    height: 100%;
    background: #fff;
}

.humanResource .join_us .left_nav .left_nav_title {
    background-image: url("../img/nav.jpg");
    background-size: 100% 100%;
    height: 4.05rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.humanResource .join_us .left_nav .left_nav_title h1 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
}

.humanResource .join_us .left_nav ul li {
    font-weight: 400;
    font-size: 1rem;
    color: #303030;
    padding: 1.45rem 0rem 0.5rem 1.05rem;
    position: relative;
    margin-left: 0.95rem;
    border-bottom: 0.05rem solid rgb(240, 244, 247);
    cursor: pointer;
}

.humanResource .join_us .left_nav ol li {
    font-weight: 400;
    font-size: 1.1rem;
    color: #303030;
    padding: 0.8rem 0.6rem;
    position: relative;
    text-align: center;
    border-bottom: 0.05rem solid rgb(240, 244, 247);
    cursor: pointer;
}

.humanResource .join_us .left_nav ul li::after {
    position: absolute;
    content: "";
    left: 0rem;
    width: 0.3rem;
    bottom: 0.75rem;
    height: 1.1rem;
    background: #006da6;
    border-radius: 0.15rem;
}

.humanResource .join_us .left_nav .isActive {
    color: #006da6;
}

.humanResource .join_us .left_nav ul li:hover {
    color: #006da6;
}

.humanResource .join_us .right_box {
    width: calc(100% - 13.9rem);
    margin-left: 0.75rem;
}

.humanResource .join_us .right_box .card_box {
    padding: 1.05rem;
    background: #ffffff;
    box-shadow: 0rem 0.4rem 0.8rem -0.4rem rgb(36 41 57 / 8%);
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.humanResource .join_us .right_box .card_box p {
    text-indent: 2em;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.humanResource .join_us .right_box .card_box img {
    margin-top: 1rem;
    width: 100%;
    height: 17.7rem;
}

.humanResource .join_us .right_list {
    width: 100%;
    height: 100%;
    margin-bottom: 0.85rem;
    box-sizing: border-box;

}

.humanResource .join_us .right_box .content_box {
    background-color: #fff;
    padding: 1.5rem;

}

.humanResource .join_us .right_box .content_box h1 {
    font-size: 2rem;
    padding: 1rem 0rem;
    text-align: center;
    color: #222222;
}

.humanResource .join_us .right_box .content_box .content p {
    text-indent: 2rem !important;
    font-weight: 400 !important;
    font-size: 1.1rem !important;
    color: #222222 !important;
    line-height: 2rem !important;
    margin-bottom: 1rem !important;
}

.humanResource .join_us .right_list .flex_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19rem;
    width: 100%;
}

.humanResource .join_us .right_list .flex_img img {
    width: 4rem;
    height: 4rem;
}

.humanResource .join_us .right_list .list_content_ul {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.humanResource .join_us .right_list .list_content_ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.humanResource .join_us .right_list .list_content_ul li {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0.8rem;
    background: #ffffff;
    box-shadow: 0rem 0.8rem 1.2rem -0.8rem rgba(35, 115, 220, 0.16);
    border-radius: 0.1rem;
    margin-bottom: 0.95rem;
    cursor: pointer;
}

.humanResource .join_us .right_list .list_content_ul li h2 {
    width: 84.5%;
    font-weight: 400;
    font-size: 1.05rem;
    color: #242939;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.humanResource .join_us .right_list .list_content_ul li .list_content_ul_date {
    font-size: 1.05rem;
    font-weight: 400;
    color: #63709c;
}

.humanResource .join_us .right_list .list_content_ul li .list_content_ul_img {
    background-image: url("../img/arrows.png");
    background-size: 100% 100%;
    height: 0.7rem;
    width: 1.25rem;
}

.humanResource .join_us .right_list .list_content_ul li:hover {
    background: #006ca5;
}

.humanResource .join_us .right_list .list_content_ul li:hover h2 {
    color: white;
}

.humanResource .join_us .right_list .list_content_ul li:hover .list_content_ul_date {
    color: #fff;
}

.humanResource .join_us .right_list .list_content_ul li:hover .list_content_ul_img {
    background-image: url("../img/arrowsb.png");
}

.humanResource .navbar_box .page-item .page-link {
    color: #666666;
}

.humanResource .navbar_box .page-item .page-link:hover {
    color: #006da6;
}

.humanResource .navbar_box .active .page-link:hover {
    color: #fff !important;
}

.humanResource .navbar_box .page-item .page-link.active,
.humanResource .navbar_box .active>.page-link {
    background-color: #006da6;
    color: #fff;
    border-color: #006da6;
}

/* 导航 */
.humanResource .nav_flex {
    position: fixed;
    right: 0rem;
    top: 35%;
    cursor: pointer;
}

.humanResource .nav_flex ul li {
    padding: 0.4rem 1.15rem;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.9rem 0rem 0rem 0.9rem;
    font-weight: 600;
    font-size: 1.2rem;
    color: #434C6A;
    text-align: left;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

.humanResource .nav_flex ul .signIcon {
    color: #fff !important;
    background: rgba(0, 108, 165, 0.9) !important;
}

.humanResource .nav_flex ul .signIcon::before {
    content: '';
    background-image: url('../img/linkLogo/sjx.png');
    background-size: 100% 100%;
    position: absolute;
    left: 0.5rem;
    bottom: 1rem;
    width: 0.4rem;
    height: 0.7rem;
}

.open_window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40rem;
    height: 24rem;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
    cursor: pointer;
    background-image: url("../img/xin_img/2025zhaopin_pc.jpg");
    background-size: 100% 100%;
}

/* 移动端 */
/* 小于 768px 宽度的设备 */
@media (max-width: 767px) {
    .humanResource .img_box {
        height: 11rem;
        margin-top: 4.4rem;
    }

    /* .humanResource .img_box .link_log {
        height: 6rem;
        flex-wrap: wrap;
    }

    .humanResource .img_box .link_log .link_log_item {
        height: 3rem;
        font-size: 1.2rem;
        line-height: 3rem;
    } */


    .humanResource .tab-container {
        width: 99%;
        box-sizing: border-box;
        overflow-x: auto;
        scrollbar-width: none;
        /* 允许水平滚动 */
        white-space: nowrap;
        /* 防止TAB项换行 */
        position: relative;
        background-color: #ffff;
    }

    .humanResource .tab-container::-webkit-scrollbar {
        display: none;
    }

    .humanResource .tab-container::-moz-scrollbar {
        display: none;
    }

    .humanResource .tab-container::-ms-scrollbar {
        display: none;
    }

    .humanResource .tab-container .link_log {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .humanResource .tab-container .link_log li {
        min-width: 0.01rem;
        /* 设置TAB的最小宽度 */
        padding: 0.8rem 0rem;
        margin: 0rem 0.8rem;
        text-align: center;
        color: #1B293E;
        font-size: 1.1rem;
        flex: 0 0 auto;
        /* 防止TAB项伸缩 */
        cursor: pointer;
        user-select: none;
        /* 禁止用户选择文本 */
    }

    .humanResource .tab-container .link_log .link_log_item {
        color: #006CA5;
        border-bottom: 0.2rem solid #006CA5;
    }

    .humanResource .talent_concept {
        padding: 1.1rem;
    }

    .humanResource .talent_concept .talent_concept_pad {
        padding: 0rem 0rem 3rem 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .humanResource .talent_concept .talent_concept_content {
        background-image: url('../img/app/app_talents.png');
    }

    .humanResource .talent_concept .talent_concept_content .left_box {
        padding: 1rem;
    }

    .humanResource .join_us {
        padding: 1.1rem;
        background-color: #fff;
        display: block;
        width: 100%;
        height: 100%;
    }

    .humanResource .invite_into {
        display: block;
        width: 100%;
        height: 4rem;
        margin: 1.1rem 0rem 0rem;
    }

    .humanResource .invite_into img {
        width: 100%;
        height: 100%;
    }

    .humanResource .join_us .left_nav {
        width: 100%;
    }

    .humanResource .join_us .right_box {
        width: 100%;
        height: 100%;
        margin: 1rem 0rem 0rem;
    }

    .humanResource .join_us .right_box .content_box {
        padding: 0.4rem;
    }

    .humanResource .join_us .left_nav .left_nav_title_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .humanResource .join_us .left_nav .left_nav_title_box .title_log {
        width: 8.88rem;
        height: 3.84rem;
    }

    .humanResource .join_us .left_nav .left_nav_title_box .line {
        width: calc((100% - 10rem)/2);
        height: 0.16rem;
        background: #E4E9F0;
    }

    .humanResource .join_us .left_nav ol {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .humanResource .join_us .left_nav ol li {
        border: none;
        font-weight: 500;
        font-size: 1.1rem;
        color: #434C6A;
        margin: 0.2rem 0rem;
        padding: 0.4rem 0.6rem;
    }

    .humanResource .join_us .left_nav ol .isActive {
        background: #006DA6;
        color: #fff;
        border-radius: 0rem 1.07rem 0rem 1.07rem;
    }

    .humanResource .join_us .right_list .list_content_ul li {
        border: 0.04rem solid #C7CCDB;
        display: block;
        width: 100%;
        height: 100%;
    }

    .humanResource .join_us .right_list .list_content_ul li h2 {
        width: 100%;
        line-height: 1.7rem;
    }

    .humanResource .join_us .right_list .list_content_ul li .bot_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .humanResource .join_us .right_list .list_content_ul li .bot_box span {
        font-size: 1.05rem;
        font-weight: 400;
        color: #63709c;
    }

    .humanResource .join_us .right_list .list_content_ul li .bot_box .list_content_ul_img {
        background-image: url("../img/arrows.png");
        background-size: 100% 100%;
        height: 0.7rem;
        width: 1.25rem;
    }

    .humanResource .join_us .right_list {
        margin-bottom: 3rem;
        margin-top: 1rem;
    }

    .humanResource .join_us .right_box .navbar_box .pagination .page-item {
        margin: 0px 0.15rem;
    }
    .humanResource .talent_concept .talent_concept_content .left_box h2 {
        font-size: 1.3rem;
    }
    .humanResource .talent_concept .talent_concept_content .left_box h1 {
        font-size: 1.2rem;
    }
    .humanResource .talent_concept .talent_concept_content .left_box p {
        font-size: 1.1rem;
    }

    .open_window {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: 46%;
        background: white;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        z-index: 1000;
        cursor: pointer;
        background-image: url("../img/app/2025zhaopin_app.jpg");
        background-size: 100% 100%;
    }

}