@charset "UTF-8";

/* ============ 三个独立下拉筛选控件 ============ */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 22px;
    margin-bottom: 22px;
}

.filter-box {
    display: flex;
    flex-direction: column;
}

.filter-box label {
    font-size: 14px;
    color: #6E6E6E;
    margin-bottom: 8px;
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
    letter-spacing: .5px;
}

.filter-select {
    position: relative;
}

.filter-select select {
    width: 230px;
    height: 46px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 0 46px 0 16px;
    font-size: 15px;
    font-family: 'ABBvoice WCNSG Rg', sans-serif;
    color: #333;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    transition: border-color .15s;
}

.filter-select select:hover {
    border-color: #b5b5b5;
}

.filter-select select:focus {
    border-color: #ed1b22;
}

.filter-select::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #6E6E6E;
    border-bottom: 2px solid #6E6E6E;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
    transition: border-color .15s;
}

.filter-select select:focus ~ .filter-select::after,
.filter-box:focus-within .filter-select::after {
    border-color: #ed1b22;
}

.filter-reset {
    margin-top: 32px;
    margin-left: auto;
    align-self: center;
    height: 46px;
    padding: 0 22px;
    border: 1px solid #ed1b22;
    background: #fff;
    color: #ed1b22;
    font-size: 14px;
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
    cursor: pointer;
    outline: none;
    transition: all .15s;
}

.filter-reset:hover {
    background: #ed1b22;
    color: #fff;
}

/* 结果计数 */
.result-count-bar {
    font-size: 15px;
    color: #6E6E6E;
    margin: 0 0 14px 2px;
}

.result-count-bar b {
    color: #ed1b22;
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
    font-size: 18px;
    padding: 0 2px;
}

/* ============ 全新表格组件 ============ */
.table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ededed;
}

.job-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    font-family: 'ABBvoice WCNSG Rg', sans-serif;
    background: #fff;
}

.job-table thead th {
    background: #ed1b22;
    color: #fff;
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 56px;
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
    box-sizing: border-box;
}

.job-table thead th.col-idx {
    width: 72px;
    text-align: center;
    padding: 0;
}

.job-table tbody td {
    font-size: 16px;
    color: #333;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    box-sizing: border-box;
}

.job-table tbody tr.data-row:last-child td {
    border-bottom: none;
}

.job-table tbody td.col-idx {
    text-align: center;
    color: #999;
    padding: 20px 0;
}

.job-table tbody td.col-num {
    text-align: center;
    color: #ed1b22;
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
}

.job-table tbody td.col-area {
    position: relative;
    white-space: nowrap;
    padding-right: 42px;
}

.job-table tbody td.col-name {
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
    color: #1a1a1a;
}

/* 可展开行 */
.job-table tbody tr.data-row {
    cursor: pointer;
    transition: background .15s;
}

.job-table tbody tr.data-row:hover {
    background: #fafafa;
}

.job-table tbody tr.data-row.open {
    background: #f7f7f7;
}

/* 展开指示器 */
.chev {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    border-right: 2px solid #b0b0b0;
    border-bottom: 2px solid #b0b0b0;
    transform: rotate(45deg);
    transition: transform .2s, border-color .2s;
}

tr.data-row.open .chev {
    transform: rotate(-135deg);
    border-color: #ed1b22;
}

/* 详情行 */
.detail-row td {
    padding: 0 !important;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
}

.detail-inner {
    padding: 26px 34px;
    font-size: 15px;
    line-height: 1.95;
    color: #444;
    text-align: justify;
}

.detail-inner p {
    margin-bottom: 10px;
}

/* JD 小标题：项目简介 / 岗位职责 / 岗位要求 */
.detail-inner .jd-h {
    font-weight: 700;
    color: #1f1f1f;
}

/* 网申投递按钮：位于岗位详情展开区末尾，右下角对齐 */
.apply-bar {
    text-align: right;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #e3e3e3;
}

.apply-btn {
    display: inline-block;
    padding: 11px 30px;
    background: #ed1b22;
    color: #fff;
    font-family: 'ABBvoice WCNSG Bd', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: background .18s, transform .18s, box-shadow .18s;
    box-shadow: 0 6px 16px rgba(237, 27, 34, .22);
}

.apply-btn:hover {
    background: #c8161c;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(237, 27, 34, .30);
}

.apply-btn:active {
    transform: translateY(0);
}

/* 空白单元格占位（暂时未定） */
.tbd {
    color: #bbb;
}

/* 空结果 */
.table-empty {
    text-align: center;
    padding: 56px 0;
    color: #999;
    font-size: 16px;
    background: #fff;
}
