/*
 * 人力资源区域 - PC/移动端分离
 * PC：.human_res_pc 仅桌面显示
 * 移动：.human_res_m 仅移动显示，主题色 #f08200
 */

@media (min-width: 768px) {
    .human_res_m {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .human_res_pc {
        display: none !important;
    }

    .human_res_m {
        display: block !important;
    }

    .human_res_m_banner {
        width: 100%;
        height: 0;
        padding-bottom: 36%;
        overflow: hidden;
        position: relative;
        background: #eee;
    }

    .human_res_m_banner img {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100%;
        object-fit: cover;
    }

    .human_res_m_nav {
        background: #e7e7e7;
        padding: 10px 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }

    .human_res_m_nav .r_cell {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: max-content;
        min-width: min-content;
        box-sizing: border-box;
    }

    .human_res_m_nav a {
        flex: 0 0 auto;
        padding: 8px 14px;
        font-size: 14px;
        line-height: 1.4;
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        border-radius: 4px;
    }

    .human_res_m_nav a.tab_light {
        background: #f08200;
        color: #fff;
    }

    .human_res_m_content {
        padding: 20px 15px 30px;
        box-sizing: border-box;
    }

    .human_res_m_card {
        background: #fff;
        border-radius: 8px;
        border: 1px solid #eee;
        padding: 14px;
        margin-bottom: 14px;
    }

    .human_res_m_card h4 {
        margin: 0 0 8px;
        color: #f08200;
        font-size: 18px;
        line-height: 1.4;
    }

    .human_res_m_card p {
        margin: 0;
        color: #333;
        font-size: 14px;
        line-height: 1.7;
    }

    .human_res_m_card img {
        width: 100%;
        height: auto;
        border-radius: 6px;
        margin-top: 10px;
    }

    .human_res_m_btn {
        display: inline-block;
        margin-top: 10px;
        height: 32px;
        line-height: 32px;
        min-height: 0 ;
        padding: 0 14px;
        border-radius: 4px;
        background: #f08200;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
       /*  line-height: 1.2; */
        -webkit-tap-highlight-color: transparent;
    }

    /* 点击保持与常态相同背景色，不加深 */
    .human_res_m_btn:active,
    .human_res_m_btn:focus {
        background: #f08200;
        color: #fff;
    }

    .human_res_m_list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .human_res_m_list li {
        list-style: none;
        margin: 0 0 10px;
        padding: 12px;
        border: 1px solid #eee;
        border-radius: 6px;
        background: #fff;
    }

    /* 移动端：社会招聘 / 左右结构职位列表 */
    .human_res_m_job_list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }

    .human_res_m_job_list .human_res_m_job_left {
        flex: 1;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .human_res_m_job_list .human_res_m_title {
        margin-bottom: 0;
    }

    .human_res_m_job_list .human_res_m_btn {
        margin-top: 0;
    }

    .human_res_m_title {
        font-size: 15px;
        color: #333;
        line-height: 1.45;
        margin-bottom: 6px;
    }

    .human_res_m_meta {
        font-size: 12px;
        color: #888;
        text-align: right;
    }

    /* 校招公告轮播：固定高度；分页在轮播外，覆盖 Swiper 默认绝对定位 */
    .human_res_m_notice_carousel {
        margin-bottom: 12px;
    }

    .human_res_m_notice_swiper {
        width: 100%;
        height: 300px;
        border-radius: 6px;
        overflow: hidden;
        background: #f9f9f9;
    }

    .human_res_m_notice_swiper .swiper-wrapper {
        height: 100%;
    }

    .human_res_m_notice_swiper .swiper-slide {
        height: 300px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .human_res_m_notice_swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .human_res_m_notice_pagination.swiper-pagination {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: 30px !important;
        width: 100%;
        /* margin: 8px 0 0; */
        text-align: center;
        transform: none !important;
        z-index: 1;
    }

    .human_res_m_notice_pagination .swiper-pagination-bullet-active {
        background: #f08200;
    }

    .human_res_m_notice_list .human_res_m_notice_item {
        border-top: 1px solid #eee;
        padding: 10px 0;
    }

    .human_res_m_notice_list .human_res_m_notice_item:first-child {
        border-top: none;
        padding-top: 2px;
    }

    .human_res_m_notice_list a {
        display: block;
        text-decoration: none;
        color: inherit;
    }

    /* 移动端：2026届校招岗位（筛选 + 折叠列表） */
    .human_res_m_jobs_card .human_res_m_jobs_search {
        margin-bottom: 12px;
    }

    .human_res_m_jobs_row {
        margin-bottom: 12px;
    }

    .human_res_m_jobs_label {
        font-size: 13px;
        color: #666;
        margin-bottom: 6px;
    }

    .human_res_m_jobs_select {
        width: 100%;
        min-height: 45px;
    }

    .human_res_m_jobs_keyword {
        display: flex;
        gap: 8px;
        align-items: center;
        flex-wrap: wrap;
    }

    .human_res_m_job_search {
        flex: 1;
        min-width: 0;
        height: 40px;
        padding: 0 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .human_res_m_job_search_btn {
        flex: 0 0 auto;
        height: 40px;
        padding: 0 16px;
        border: none;
        border-radius: 4px;
        background: #f08200;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .human_res_m_job_search_btn:active,
    .human_res_m_job_search_btn:focus {
        background: #f08200;
        color: #fff;
    }

    .human_res_m_rc_con {
        margin-top: 4px;
    }

    .human_res_m_no_data {
        text-align: center;
        color: #999;
        font-size: 14px;
        padding: 24px 0;
    }

    .human_res_m_job_dl {
        margin: 0 0 10px 0;
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
        background: #fafafa;
    }

    .human_res_m_job_dt {
        padding: 12px 14px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(240, 130, 0, 0.12);
    }

    .human_res_m_job_open .human_res_m_job_dt {
        border-bottom: 1px solid #eee;
    }

    .human_res_m_job_title {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        line-height: 1.4;
    }

    .human_res_m_job_meta_line {
        font-size: 12px;
        color: #888;
        margin-top: 6px;
        line-height: 1.4;
    }

    .human_res_m_job_dd {
        padding: 12px 14px 16px;
        background: #fff;
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

    .human_res_m_job_ul {
        list-style: none;
        margin: 0 0 12px 0;
        padding: 0;
    }

    .human_res_m_job_ul li {
        display: flex;
        margin-bottom: 6px;
        font-size: 13px;
    }

    .human_res_m_job_ul li span {
        flex: 0 0 3em;
        color: #999;
    }

    .human_res_m_job_block {
        margin-bottom: 12px;
    }

    .human_res_m_job_block strong {
        display: block;
        color: #f08200;
        font-size: 13px;
        margin-bottom: 6px;
    }

    .human_res_m_job_pre {
        margin: 0;
        white-space: pre-wrap;
        word-break: break-word;
        font-size: 13px;
        color: #555;
    }

    .human_res_m_job_req {
        font-size: 13px;
        word-break: break-word;
    }

    .human_res_m_job_contact {
        font-size: 12px;
        color: #888;
        margin: 0 0 12px 0;
    }

    .human_res_m_job_apply {
        display: inline-block;
        margin-top: 0;
    }
}
