.index_h1 { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.yhq_tip { display: none; }
.header_fixed { z-index: 999; }
.tcbanner { width: 100%; text-align: center; position: fixed; z-index: 1002; height: 100vh; display: flex; justify-content: center; align-items: center; }
.tcbanner_gb { padding-top: 20px; text-align: center; color: #fff; background: rgba(0,0,0,0.5); padding: 3px 10px; border-radius: 20px; position: fixed; top: 100px; right: 50px; display: inline-block; z-index: 1002; cursor: pointer; }
.yhq_tip_bg { background: rgba(0,0,0,0.5); bottom: 0; display: none; left: 0; position: fixed; right: 0; top: 0; width: 100%; height: 100%; z-index: 1001; }

/* ===== 柬埔寨风格职位卡片 V3 ===== */
.index_newjobbox ul {
    display: grid;
    grid-template-columns: repeat(2, 590px);
    gap: 20px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.index_newjobbox ul li {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.index_newjobbox ul li:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border-color: #e0e0e0;
    transform: translateY(-3px);
}

/* 顶部公司名称 */
.card-header-company {
    padding: 14px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-header-company a {
    color: #666;
    text-decoration: none;
}

.card-header-company a:hover {
    color: #CD0200;
}

/* 卡片主体 */
.card-body-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    gap: 20px;
    flex: 1;
}

/* 左侧职位信息 */
.index_newjobpd {
    flex: 1;
    min-width: 0;
    padding: 0;
    float: none;
    width: auto;
}

.index_newjobname {
    display: block;
    margin-bottom: 0;
    height: auto;
    line-height: normal;
}

.index_newjobname a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_newjobname a:hover {
    color: #CD0200;
}

.index_newjob_info_xz {
    display: none;
}

.index_newjob_info {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    height: auto;
    line-height: normal;
    align-items: center;
    flex-wrap: wrap;
}

.new_jobbq {
    display: inline-block;
    padding: 5px 12px;
    background: #f5f5f5;
    color: #888;
    border-radius: 4px;
    font-size: 12px;
    float: none;
    margin: 0;
    white-space: nowrap;
}

/* 薪资单独一行 */
.job-salary-row {
    font-size: 22px;
    color: #CD0200;
    font-weight: 700;
    margin-top: 4px;
}

/* 右侧Logo */
.card-logo {
    flex-shrink: 0;
}

.card-logo img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    object-fit: contain;
    border: 2px solid #f0f0f0;
    background: #fff;
    padding: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: block;
}

/* 查看更多按钮 */
.yunheader_60lookmore {
    text-align: center;
    margin: 35px 0 25px;
}

.yunheader_60lookmore a {
    display: inline-block;
    padding: 12px 50px;
    background: #fff;
    color: #4189d8;
    border: 2px solid #4189d8;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}

.yunheader_60lookmore a:hover {
    background: #4189d8;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(65,137,216,0.2);
}

/* 响应式适配 */
@media (max-width: 1100px) {
    .index_newjobbox ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .card-body-main {
        padding: 18px 20px;
    }
    
    .index_newjobname a {
        font-size: 18px;
    }
    
    .job-salary-row {
        font-size: 20px;
    }
    
    .card-logo img {
        width: 60px;
        height: 60px;
        border-radius: 12px;
    }
}

/* ===== 热招职位板块 V3 ===== */
.hot-job-section {
    padding-top: 25px;
}

.hot-job-tags {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hot-job-label {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.hot-tag {
    display: inline-block;
    padding: 7px 18px;
    background: #fff;
    color: #4189d8;
    border: 1px solid rgba(65, 137, 216, 0.3);
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.hot-tag:hover {
    background: #4189d8;
    color: #fff;
    border-color: #4189d8;
    box-shadow: 0 3px 10px rgba(65, 137, 216, 0.2);
    transform: translateY(-1px);
}

.hot-job-main {
    display: flex;
    gap: 20px;
    position: relative;
}

.hot-job-nav {
    width: 320px;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    flex-shrink: 0;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    height: 48px;
}

.nav-item:last-child {
    border-bottom: none;
}

.nav-category {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 0 15px;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.nav-tags {
    display: flex;
    gap: 8px;
    flex: 1;
    overflow: hidden;
    padding: 0 5px;
}

.nav-tags a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
}

.nav-tags a:hover {
    color: #4189d8;
}

.nav-arrow {
    padding: 0 15px;
    color: #ccc;
    font-size: 16px;
    transition: all 0.3s;
    flex-shrink: 0;
}

.nav-item:hover {
    background: #f8f9fa;
}

.nav-item:hover .nav-category {
    color: #4189d8;
}

.nav-item:hover .nav-arrow {
    color: #4189d8;
    transform: translateX(3px);
}

.nav-panel {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0 12px 12px 0;
    padding: 25px 30px;
    width: 580px;
    min-height: 380px;
    box-shadow: 4px 0 20px rgba(0,0,0,0.1);
    z-index: 100;
}

.nav-item:hover .nav-panel {
    display: block;
}

.panel-group {
    margin-bottom: 18px;
}

.panel-group:last-child {
    margin-bottom: 0;
}

.panel-group h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.panel-group h4 a {
    color: #333;
    text-decoration: none;
}

.panel-group h4 a:hover {
    color: #4189d8;
}

.panel-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.panel-links a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    background: #f8f9fa;
    border-radius: 4px;
    transition: all 0.3s;
}

.panel-links a:hover {
    background: #4189d8;
    color: #fff;
}

.hot-job-ads {
    flex: 1;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1.2fr 1fr;
    gap: 15px;
    height: 400px;
}

.ad-item {
    background: #f0f7ff;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.ad-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.ad-large {
    grid-row: span 2;
    background: linear-gradient(135deg, #4189d8 0%, #5a9ce8 100%);
    color: #fff;
}

.ad-large h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ad-large p {
    font-size: 15px;
    opacity: 0.9;
}

.ad-badge {
    display: inline-block;
    padding: 4px 14px;
    background: rgba(255,255,255,0.2);
    border-radius: 15px;
    font-size: 12px;
    margin-bottom: 18px;
    width: fit-content;
}

.ad-top-right {
    background: linear-gradient(135deg, #6b5ce7 0%, #8b7cf0 100%);
    color: #fff;
}

.ad-top-right h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ad-top-right p {
    font-size: 13px;
    opacity: 0.9;
}

.ad-bottom-left {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.ad-bottom-left h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

.ad-bottom-left p {
    font-size: 13px;
    color: #999;
}

.ad-bottom-right {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
    color: #fff;
}

.ad-bottom-right h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ad-bottom-right p {
    font-size: 13px;
    opacity: 0.9;
}

@media (max-width: 1100px) {
    .hot-job-main {
        flex-direction: column;
    }
    
    .hot-job-nav {
        width: 100%;
    }
    
    .nav-links {
        position: static;
        display: block;
        border: none;
        box-shadow: none;
        padding: 10px 20px;
    }
    
    .hot-job-ads {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }
    
    .ad-large {
        grid-row: span 1;
    }
}