/* ==================== 全局重置与基础样式 ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f7f7f7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    color: #333;
}

/* 主容器：移动优先，最大宽375，居中 */
.page {
    background-color: #f7f7f7;
    max-width: 375px;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding-bottom: 80px; /* 为底部浮动按钮留出空间 */
    position: relative;
}

/* ==================== 头部区域（搜索+用户ID） ==================== */
.box_3_m {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.back-btn {
    cursor: pointer;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.back-icon {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 1;
}

.box_5 {
    flex: 1;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 20px;
    height: 36px;
    margin-right: 10px;
}

.search-input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    padding: 0 12px 0 38px;
    font-size: 14px;
    color: #333;
    border-radius: 20px;
}

.thumbnail_3 {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.text-wrapper_2 {
    text-align: center;
    min-width: 48px;
}

.text_4 {
    font-size: 10px;
    color: #999;
    display: block;
}

.text_5 {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    display: block;
    margin-top: 2px;
}

/* ==================== 专栏头部信息卡片 ==================== */
.box_1 {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 16px 12px;
    margin-bottom: 12px;
}

.section_5 {
    background: url(./img/FigmaDDSSlicePNG51d2b95eff1e664d7ffd0cdaa626cbe7.png) no-repeat center/cover;
    border-radius: 12px;
    padding: 12px;
    color: #fff;
}

.block_1 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.section_6 {
    width: 56px;
    height: 56px;
    background: url(./img/FigmaDDSSlicePNG7eac746bf04066e82f8a7a0ab260475b.png) no-repeat center/contain;
    flex-shrink: 0;
}

.text-group_1 {
    flex: 1;
}

.text_6 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.text_7,
.text_8 {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    display: block;
}

.text-wrapper_3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-top: 8px;
}

.text_9 {
    color: rgba(255, 255, 255, 0.9);
}

.text_10 {
    color: #fff;
    font-weight: 500;
}

.section_7 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 6px 12px;
}

.thumbnail_5 {
    width: 14px;
    height: 14px;
}

.text_11 {
    font-size: 11px;
    color: #b10000;
    font-weight: 500;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ==================== 精品推选区块 ==================== */
.box_4 {
    background-color: #fff;
    border-radius: 16px;
    margin: 0 12px 16px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* 每条招聘卡片 */
.box_5,
.box_10,
.box_17,
.box_22 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.group_3 {
    background-color: #ff3a3a;
    border-radius: 4px;
    padding: 2px 8px;
    flex-shrink: 0;
}

.text_12 {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.text_13,
.text_29,
.text_45,
.text_61 {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    word-break: break-word;
}

.text_14,
.text_30,
.text_46,
.text_62 {
    font-size: 14px;
    font-weight: 600;
    color: #b10000;
    flex-shrink: 0;
}

/* 标签组 */
.box_6,
.box_13,
.box_19,
.box_23,
.box_31 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 12px;
}

.text-wrapper_7,
.text-wrapper_8,
.text-wrapper_9,
.text-wrapper_10,
.text-wrapper_30,
.text-wrapper_31,
.text-wrapper_32,
.text-wrapper_33 {
    background-color: #f0f0f0;
    border-radius: 16px;
    padding: 4px 12px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

/* 地址、联系人、电话行 */
.text-wrapper_4,
.text-wrapper_5,
.text-wrapper_34,
.text-wrapper_35,
.text-wrapper_36 {
    font-size: 13px;
    margin: 6px 0;
    word-break: break-word;
}

.text_19,
.text_21,
.text_23,
.text_85,
.text_87,
.text_89 {
    color: #888;
    margin-right: 4px;
}

.text_20,
.text_22,
.text_24,
.text_86,
.text_88,
.text_90 {
    color: #333;
    font-weight: 500;
}

/* 查看联系方式按钮 */
.box_8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
    gap: 8px;
}

.text_25 {
    background-color: #ff6b6b;
    border-radius: 20px;
    padding: 6px 16px;
    display: inline-block;
    color:#ffffff;
}

    .text_25 a {
        color: #fff !important;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
    }

/* 要求内容 */
.text_26,
.text_91 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 12px 0 4px;
    display: block;
}

.text_27,
.text_92 {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    background-color: #fafafa;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    word-break: break-word;
    white-space: normal;
}

/* 分割线 */
.box_9,
.box_32 {
    background-color: #e5e5e5;
    height: 1px;
    margin: 16px 0 0;
}

/* ==================== 查看更多按钮 ==================== */
.text_76,
.text_135 {
    display: block;
    text-align: center;
    color: #e50202;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    margin: 8px 12px 20px;
    background-color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .text_76:hover,
    .text_135:hover {
        background-color: #fff5f5;
    }

/* ==================== 往期信息区块 ==================== */
.text-wrapper_28 {
    margin: 16px 12px 8px;
}

.text_78 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding-left: 12px;
    border-left: 4px solid #1677ff;
}

.box_30 {
    background-color: #fff;
    border-radius: 16px;
    margin: 0 12px 16px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.text-wrapper_29 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.text_79 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    flex: 1;
    word-break: break-word;
}

.text_80 {
    font-size: 14px;
    font-weight: 600;
    color: #b10000;
}

/* 修复描述文本高度和换行 */
.text_91 {
    margin-top: 12px;
}

.text_92 {
    margin-top: 4px;
}

/* ==================== 浮动发布按钮 ==================== */
.float-publish {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
}

.fb_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #1677ff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(22, 119, 255, 0.4);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .fb_btn:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(22, 119, 255, 0.5);
    }

/* ==================== 遮罩层 ==================== */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

    .mask > div {
        background: #fff;
        padding: 16px 24px;
        border-radius: 40px;
        font-size: 14px;
        color: #333;
    }

/* ==================== 权限提示 ==================== */
.error {
    background: #fff3f3;
    border-radius: 20px;
    margin: 40px 16px;
    padding: 32px 20px;
    text-align: center;
    border: 1px solid #ffcdd2;
}

    .error p {
        color: #dc3545;
        font-size: 16px;
    }

/* ==================== 辅助样式（保留原有隐藏元素） ==================== */
body > iframe,
#last-div ~ div {
    opacity: 0 !important;
    display: none !important;
}

#content img {
    max-width: 100%;
    height: auto;
}

/* ==================== 响应式微调 ==================== */
@media (max-width: 374px) {
    .page {
        max-width: 100%;
    }

    .text_11 {
        white-space: normal;
        word-break: break-all;
    }

    .box_6,
    .box_13,
    .box_19,
    .box_23,
    .box_31 {
        gap: 6px;
    }

    .text-wrapper_7,
    .text-wrapper_8,
    .text-wrapper_9,
    .text-wrapper_10,
    .text-wrapper_30,
    .text-wrapper_31,
    .text-wrapper_32,
    .text-wrapper_33 {
        padding: 4px 8px;
        font-size: 11px;
    }
}
