/* ============================================================
   职位详情页样式 —— 模仿 quanzhi.com 设计风格
   ============================================================ */

/* ========== 重置与基础 ========== */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    overflow: visible !important;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #f5f6fa;
    color: #333;
}

.job-page {
    min-height: 100vh;
    background: #f5f6fa;
    padding: 0 0 60px;
	   #background-image: url("/static/image/my2.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    background-attachment: fixed;
	background-color: #f5f6fa;  
}

.job-container {
    max-width: 1250px;
    margin: 0 auto;
    
}

/* ========== 职位头部卡片（通栏横幅，宽度100%） ========== */
.job-header-card {
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 24px 0 20px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	background-image: url("/static/image/my2.png");
  
    background-position: 10% 40%;
    #background-size: cover;
}

/* 头部三段式布局：左侧标题/元信息/按钮 + 中间标签簇 + 右侧操作 */
.job-header-row {
    display: flex;
    align-items: center;
    gap: 40px;
}

.job-title-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    max-width: none;
}

.job-title-wrap {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: 0;
}

.job-title-wrap .job-title#headerPosition {
 
    margin: 0;

	font-size: 28px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    line-height: 40px !important;
	white-space:normal;
	max-width:633px !important;
}

.job-source-tag {
    display: inline-block;
    background: #e2f1fc;
    color: #1890ff ;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: 500;
}

/* 头部右侧纵列：公司标签在上，收藏/分享/举报在下 */
.job-header-side {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

/* 头部右侧图标操作组：收藏 / 扫码分享 / 举报（右对齐，标签行保持居中） */
.header-icon-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    align-self: flex-end;
}
/* 去申请按钮（主色蓝） */
.btn-apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 32px;
    border: none;
    border-radius: 6px;
    background: #1890ff ;
    color: #fff;
    font-size: 16px;
 
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    position: relative;
	    width: 150px;
    height: 44px;
 
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 44px;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
	
	
}

.btn-apply:hover {
    background: #096dd9;
    box-shadow: 0 4px 12px rgba(24,144,255,0.35);
    transform: translateY(-1px);
}
/* 去申请按钮 VIP 角标（悬于按钮右上角） */
.btn-apply .btn-apply-vip {
    position: absolute;
    top: -7px;
    right: -8px;
    width: 30px;
    height: auto;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
}

/* 头部图标操作组：收藏 / 扫码分享 / 举报 */
.icon-action {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
    user-select: none;
}

.icon-action i {
    font-size: 18px;
}

.icon-action em {
    font-style: normal;
}

.icon-action:hover {
    color: #1890ff ;
}

.icon-action.collected {
    color: #1890ff;
}

.icon-action.collected:hover {
    color: #1890ff;
}

/* 公司标签行（标题旁，紧随企业性质标签并列） */
.job-tags-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.job-tags-row:empty {
    display: none;
    margin-bottom: 0;
}

.job-tag {
    display: inline-block;
    background: #EAF4FE !important;
    color: #444444 !important;
    font-size: 13px !important;;
  
  
    line-height: 1.4;
	    display: inline-flex;
    align-items: center;
    padding: 3px 12px !important;;
    border-radius:9999px !important;;
    font-size: 12px !important;;
    font-weight: 500 !important;;
    border: 1px solid rgba(255,255,255,0.15) !important;;
    #color: rgba(255,255,255,0.9) !important;;
    #background: rgba(255,255,255,0.08) !important;;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

/* 基本信息行 */
.job-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 14px;
    color: #444444;
	width:610px
}

.job-meta-row .meta-item em {
    font-style: normal;
}

.job-meta-row .meta-divider {
    color: #ddd;
    margin: 0 8px;
    user-select: none;
}
.job-meta-row .meta-divider .line{    width: 1px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;}
/* ========== 两栏布局 ========== */
.job-layout {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.job-left {
    flex: 1;
    min-width: 0;
}

.job-right {
    width: 320px;
    flex-shrink: 0;
}

/* ========== 内容卡片 ========== */
.job-card {
    background: #fff;
    border-radius: 8px;
    padding: 22px 26px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	 transition: all 0.25s ease;
	 
}
.job-card.job-detail-merge{padding-top:10px}

/* 合并卡片顶部双层标题（中文蓝黑 + 背景英文） */
.common-title {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
}

.common-title .title-fill {
    font-size: 28px;
    font-weight: bold;
    color: #1890ff;
}

.common-title .title-suffix {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.common-title .title-english {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #cdd5e9;
    z-index: -1;
    white-space: nowrap;
}
.detail-section img{width:20px;margin-right:5px}
.job-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px;
    line-height: 1.4;
}

.job-card-body {
    font-size: 14px;
    line-height: 1.9;
    color: #333;padding-top:10px
}

/* 职位详情合并卡片：内部分节（专业要求/职位介绍/正文/工作地址） */
.detail-section {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #eceef2;
}

.detail-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.detail-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px;
    line-height: 1.4;
	font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 25px;
}

/* 职位详情正文 */
.detail-condition {
    word-break: break-all;
}

/* 专业要求标签 */
.detail-specialty {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.spec-tag {
    display: inline-block;
    background: #f2f3f5;
    color: #333;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 1.5;
}

/* 职位条件列表 */
.condition-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.condition-list li {
    padding: 3px 0;
}

.condition-list .cond-item {
    display: flex;
    gap: 4px;
}

.condition-list .cond-item strong {
    color: #222;
    flex-shrink: 0;
    font-weight: 600;
}

/* ========== 工作地址 ========== */
.address-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 14px 18px;
    gap: 16px;
}

.address-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.address-pin {
    color: #1890ff ;
    font-size: 16px;
    flex-shrink: 0;
}

.address-org {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-view-map {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e5e6eb;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    padding: 6px 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
    flex-shrink: 0;
}

.btn-view-map:hover {
    border-color: #1890ff ;
    color: #1890ff ;
}

.address-text {
    margin: 12px 0 0;
    font-size: 13px;
    color: #999;
}

.address-text:empty {
    display: none;
}

/* 内嵌地图容器（仿照 org.css） */
.address-map-container {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f2f5;
    position: relative;
    margin-top: 12px;
}

#amapContainer {
    width: 100%;
    height: 200px;
}

/* 地图覆盖按钮 */
.map-overlay-btn {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #fff;
    border: 1px solid #eceef2;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: #1f2329;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: all 0.2s;
    z-index: 10;
    font-family: inherit;
    line-height: 1;
}

.map-overlay-btn:hover {
    background: #f8f9fa;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    border-color: #d0d5dd;
}

.map-overlay-btn svg {
    flex-shrink: 0;
}

/* ========== 可能适合你的职位 ========== */
.recommend-list {
    display: flex;
    flex-direction: column;
	padding:0px 15px
}
#recommendList a{text-decoration:none}
.recommend-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 12px;
  
    transition: all 0.2s;
}
.recommend-item:hover{
	background:#F8F8F8;
	border-radius:8px
}
.recommend-item:first-child {
    padding-top: 4px;
}

.recommend-item:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}

.recommend-item:hover .recommend-item-title {
    color: #1890ff;
}

.recommend-item-main {
    flex: 1;
    min-width: 0;
}

.recommend-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s;
}

.recommend-item-org {
    margin-top: 4px;
    font-size: 13px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend-item-tag {
    flex-shrink: 0;
    max-width: 90px;
    font-size: 12px;
    font-weight: 500;
    color: #6f9cc6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 推荐列表骨架屏 loading */
.recommend-skeleton {
    padding: 4px 12px 2px;
}

.recommend-skeleton-item {
    padding: 13px 0;
    border-bottom: 1px dashed #eceef2;
}

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

.sk-line {
    height: 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f2f5 25%, #e6e8eb 37%, #f0f2f5 63%);
    background-size: 400% 100%;
    animation: skShimmer 1.4s ease infinite;
}

.sk-line-title {
    width: 70%;
    height: 16px;
}

.sk-line-org {
    width: 45%;
    height: 12px;
    margin-top: 8px;
}

@keyframes skShimmer {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

/* ========== 推广卡片双栏 ========== */
.promo-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.promo-card {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.promo-head {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 18px;
}

.promo-subscribe .promo-head {
    background: linear-gradient(90deg, #8b7bf7 0%, #5e8bff 100%);
}

.promo-resume .promo-head {
    background: linear-gradient(90deg, #4a93ff 0%, #1890ff 100%);
}

.promo-text {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    padding: 14px 18px 4px;
    flex: 1;
}

.promo-text b {
    color: #333;
}

.promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px 18px 16px;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.2s;
}

.promo-btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.promo-btn-teal {
    background: #1890ff ;
}

.promo-btn-teal:hover {
    background: #096dd9;
    box-shadow: 0 4px 12px rgba(24,144,255,0.35);
}

.promo-btn-blue {
    background: #3d7eff;
}

.promo-btn-blue:hover {
    background: #2f6bf0;
    box-shadow: 0 4px 12px rgba(61,126,255,0.35);
}

/* ========== 公司介绍 ========== */
.company-intro-content {
    font-size: 14px;
    line-height: 1.9;
    color: #333;
    white-space: pre-line;
    word-break: break-all;
}

/* ========== 工商信息 ========== */
.biz-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #f8f9fb;
    border-radius: 6px;
    padding: 4px 18px;
}

.biz-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px dashed #eceef2;
}

.biz-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.biz-label {
    color: #999;
    flex-shrink: 0;
    width: 110px;
}

.biz-value {
    color: #333;
    flex: 1;
    word-break: break-all;
}

.biz-link {
    color: #3d7eff;
    text-decoration: none;
}

.biz-link:hover {
    text-decoration: underline;
}

.biz-source {
    margin: 14px 0 0;
    font-size: 12px;
    color: #b3b6bd;
}

.biz-source i {
    margin-right: 2px;
}

/* ========== 免责声明 ========== */
.job-disclaimer {
    background: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 13px;
    color: #ad6800;
    line-height: 1.7;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.job-disclaimer i {
    margin-top: 3px;
    color: #faad14;
    font-size: 15px;
    flex-shrink: 0;
}

/* 发布信息行 */
.job-publish-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 13px;
    color: #999;
    padding: 4px 2px;
}

.job-publish-info em {
    font-style: normal;
    color: #666;
}

.publish-feedback {
    margin-left: auto;
    color: #1890ff ;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.publish-feedback:hover {
    color: #096dd9;
    text-decoration: none;
}

/* ========== 右侧边栏卡片 ========== */
.side-card {
    background: #fff;
    border-radius: 8px;
  
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	padding-bottom:5px;
	overflow:hidden
}

.side-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
	   width: 100%;
    height: 44px;
    background: #E6F4FF;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    box-sizing: border-box;
}

/* 单位基本信息 */
.company-logo-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
	  padding: 0px 22px;
}

.company-logo {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #f2f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.logo-text2 {
    font-size: 34px;
    font-weight: 700;
    color: #FFF ;
	 border-color: rgba(77, 171, 247, 0.4);
    background: linear-gradient(135deg, #4dabf7 0%, #658AE4 100%);
	   flex-shrink: 0;
    width: 68px;
    height: 68px;
   
    border-radius: 16PX;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    position: relative;
    overflow: hidden;
}

.company-side-name {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	    font-size: 16px;
    font-weight: 500;
    color: #444444;
    line-height: 22px;
}

.company-side-name:hover {
    color: #1890ff ;
    text-decoration: none;
}

.company-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
	 padding: 0px 22px;
}

.company-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #666;
    padding: 7px 0;
    line-height: 1.5;
}

.company-info-list li i {
    color: #1890ff ;
    font-size: 14px;
    margin-top: 3px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.btn-company-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    
    padding: 9px;
    border: 1px solid #1890ff ;
    border-radius: 6px;
    color: #1890ff ;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
    box-sizing: border-box;
	margin :0px 20px 20px
}

.btn-company-detail:hover {
    background: #1890ff ;
    color: #fff;
    text-decoration: none;
}

/* 推荐职位卡片 */


.recommend-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1890ff ;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #bae0ff;
    border-radius: 6px;
    background: #e6f7ff;
    transition: all 0.2s;
}

.recommend-link:hover {
    background: #1890ff ;
    border-color: #1890ff ;
    color: #fff;
    text-decoration: none;
}

/* ========== 滚动时固定顶部条（遮住导航栏，仿 quanzhi.com） ========== */
.job-bottom-fixed {
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.35s ease;
}

.job-bottom-fixed.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.j-b-f-content {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.j-b-f-info {
    display: flex;
    align-items: baseline;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.f-i-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 28px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    line-height: 40px !important;
}
.drop-title:first-of-type {
   display:none !important
}
.f-i-org {
    font-size: 14px;
    color: #8a8f99;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.j-b-f-func {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.j-b-f-func .tool-btn.js-apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 44px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(24, 144, 255, 0.4);
    transition: all 0.25s ease;
	
	
	

    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
 
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
	
	
}

.j-b-f-func .tool-btn.js-apply:hover {
    background: linear-gradient(90deg, #40a9ff 0%, #096dd9 100%);
    box-shadow: 0 6px 18px rgba(24, 144, 255, 0.5);
    transform: translateY(-2px);
}

/* ========== 投递提示 ========== */
.apply-tooltip {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    color: #ecf0f1;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    white-space: nowrap;
    z-index: 9999;
    background: linear-gradient(to right, #1890ff, #40a9ff);
}

.apply-tooltip.active {
    opacity: 1;
    visibility: visible;
}

.apply-tooltip::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #40a9ff transparent transparent transparent;
}

/* ========== 地图弹窗（仿 company/info.html，样式移植自 org.css） ========== */
.map-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 24px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: mapModalFadeIn 0.2s ease;
}

@keyframes mapModalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.map-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 1000px;
    height: 80vh;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 64px rgba(0,0,0,0.24);
    animation: mapModalSlideUp 0.25s ease;
    position: relative;
    overflow: hidden;
	
	max-width: 1400px;
    height: 95vh;
    max-height: 1100px;
}

@keyframes mapModalSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.map-modal-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    border-bottom: 1px solid #eceef2;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    flex-shrink: 0;
}

.map-modal-header svg {
    color: #1890ff;
    flex-shrink: 0;
}

.map-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f5f6fa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.2s;
    z-index: 10;
}

.map-modal-close:hover {
    background: #eceef2;
    color: #222;
}

.map-modal-body {
    flex: 1;
    min-height: 0;
    position: relative;
    display: flex;
}

.map-modal-body #amapModalContainer {
    flex: 1;
    min-width: 0;
}

/* ========== 地图导航面板（路线规划，移植自 org.css） ========== */
.map-nav-panel {
    width: 370px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eceef2;
    background: #fff;
    overflow: hidden;
}

.map-nav-tabs {
    display: flex;
    border-bottom: 1px solid #eceef2;
    flex-shrink: 0;
}

.map-nav-tab {
    flex: 1;
    padding: 12px 6px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: inherit;
}

.map-nav-tab:hover {
    color: #1890ff;
    background: #f8fafc;
}

.map-nav-tab.active {
    color: #1890ff;
    border-bottom-color: #1890ff;
}

.map-nav-tab svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.map-nav-form {
    padding: 14px 16px;
    border-bottom: 1px solid #f2f3f5;
    flex-shrink: 0;
}

.route-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.route-input-row:last-child {
    margin-bottom: 0;
}

.route-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 1px;
}

.route-dot.start {
    background: #52c41a;
    box-shadow: 0 0 0 3px rgba(82, 196, 26, 0.2);
}

.route-dot.end {
    background: #ff4d4f;
    box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.2);
}

.route-input {
    flex: 1;
    min-width: 0;
    border: 1px solid #eceef2;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    color: #222;
    background: #fafbfc;
}

.route-input:focus {
    border-color: #1890ff;
    background: #fff;
}

.route-input.dest {
    background: #fff;
    color: #222;
    cursor: default;
}

.route-locate-btn {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #eceef2;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1890ff;
    transition: all 0.2s;
}

.route-locate-btn:hover {
    background: #f0f4ff;
    border-color: #1890ff;
}

.route-locate-btn.locating {
    animation: locatingPulse 1s infinite;
}

@keyframes locatingPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.map-route-results {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.map-route-results .amap-lib-driving,
.map-route-results .amap-lib-transfer,
.map-route-results .amap-lib-riding,
.map-route-results .amap-lib-walking {
    border: none !important;
}

.route-result-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #666;
    font-size: 13px;
    gap: 8px;
}

.route-result-empty svg {
    opacity: 0.4;
}

/* ========== Loading ========== */
#page-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1890ff ;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.job-source-tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.08);
    white-space: nowrap;
    letter-spacing: 0.2px;
}
	 .job-source-tag.央国企{
			   background: linear-gradient(to right, rgb(255, 59, 59) 0%, rgb(255, 164, 90) 100%);color:#ffffff
		 }
		 .job-source-tag.事业单位{
			 background: linear-gradient(90deg, rgb(250, 140, 22), rgb(255, 208, 75));;color:#ffffff 
		 }
		 .job-source-tag.知名企业{
			 background: linear-gradient(90deg, #409eff, #00c6ff);color:#ffffff
			 
		 }
 .job-source-tag.外企{
			   background: linear-gradient(to right, #722ED1 0%, #B37FEB 100%);
    color: #ffffff;
		 }

/* ========== 响应式 ========== */
@media (max-width: 900px) {
    .job-layout {
        flex-direction: column;
    }
    .job-right {
        width: 100%;
    }
    .job-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .job-title-col {
        max-width: none;
        width: 100%;
    }
    .job-title-wrap {
        flex-wrap: wrap;
    }
    .job-header-side {
        width: 100%;
    }
    .job-tags-row {
        width: 100%;
    }
    .header-icon-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 18px;
    }
    .map-modal-overlay {
        padding: 12px;
    }
    .map-modal {
        height: 70vh;
        border-radius: 12px;
    }
    .map-nav-panel {
        display: none;
    }
    .job-title {
        font-size: 21px;
    }
    .job-card {
        padding: 18px 16px;
    }
    .job-header-card {
        padding: 18px 0 16px;
    }
    .promo-row {
        flex-direction: column;
    }
    .biz-grid {
        grid-template-columns: 1fr;
    }
    .biz-item:nth-last-child(-n+2) {
        border-bottom: 1px dashed #eceef2;
    }
    .biz-item:last-child {
        border-bottom: none;
    }
    .address-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .job-bottom-fixed {
        height: 64px;
    }
    .f-i-name {
        font-size: 16px;
        max-width: 100%;
    }
    .f-i-org {
        display: none;
    }
    .j-b-f-func .tool-btn.js-apply {
        padding: 9px 24px;
        font-size: 15px;
    }
    .publish-feedback {
        margin-left: 0;
    }
}
