*{box-sizing:border-box}
html{font-size:16px}
body{margin:0;padding-top:61px;background:#fff;color:#111;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}

.dream-jobs-page{min-height:100vh;background:#fff}
.dream-header{position:fixed;top:0;left:0;right:0;z-index:100;height:61px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e7e7e7;background:#fff;transform:translateY(0);transition:transform .35s cubic-bezier(.25,.1,.25,1);overflow:visible}
.dream-header.is-hidden{transform:translateY(-100%)}
.dream-header-inner{position:relative;width:1200px;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}

.dream-logo{display:flex;align-items:center;gap:12px;color:#111}
.dream-logo span{font-size:28px;line-height:1;font-weight:800;letter-spacing:8px}
.dream-logo em{font-style:normal;font-size:20px;font-weight:800;letter-spacing:2px}
.dream-nav{height:100%;display:flex;align-items:center;gap:34px;font-size:14px;color:#050505}
.dream-nav a{position:relative;height:100%;display:flex;align-items:center;white-space:nowrap}
.dream-nav a.active{font-weight:700}
.dream-nav a.active:after{content:"";position:absolute;left:50%;bottom:13px;width:27px;height:2px;background:#ed721f;transform:translateX(-50%)}
.dream-header-tools{display:flex;align-items:center;gap:20px}
.dream-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;gap:5px}
.dream-menu-toggle span{display:block;width:22px;height:2px;background:#050505;border-radius:1px;transition:transform .25s,opacity .25s}
.dream-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.dream-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.dream-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.dream-search-float{position:fixed;top:-64px;left:0;right:0;z-index:99;height:64px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08);pointer-events:none;transition:top .35s cubic-bezier(.25,.1,.25,1)}
.dream-search-float.is-visible{top:0;pointer-events:auto}
.dream-header:not(.is-hidden) ~ .dream-search-float.is-visible{top:61px}
.dream-search-float-inner{height:100%;display:flex;align-items:center;justify-content:center}
.dream-search-form{position:relative;display:flex;align-items:center;width:600px;height:40px;border:1px solid #e0e0e0;border-radius:20px;overflow:hidden;background:#f8f8f8;transition:border-color .2s,background .2s}
.dream-search-form:focus-within{border-color:#ed721f;background:#fff}
.dream-search-icon{flex:0 0 auto;width:18px;height:18px;margin:0 12px;color:#999}
.dream-search-form input{flex:1 1 auto;height:100%;border:0;background:transparent;font-size:14px;color:#333;outline:0}
.dream-search-form input::placeholder{color:#999}
.dream-search-form button{flex:0 0 auto;height:100%;padding:0 24px;border:0;background:#ed721f;color:#fff;font-size:14px;cursor:pointer;transition:background .2s}
.dream-search-form button:hover{background:#d96516}
.dream-header-search{position:relative;display:flex;align-items:center;width:220px;height:34px;border:1px solid #dfe2e5;border-radius:17px;overflow:hidden;background:#fff}
.dream-header-search input{flex:1;height:100%;border:0;outline:none;padding:0 12px;font-size:13px;color:#333}
.dream-header-search input::placeholder{color:#bcc3ca}
.dream-header-search button{width:34px;height:100%;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}
.dream-header-search button .search-icon{width:14px;height:14px;border:2px solid #c8ced4;border-radius:50%;display:inline-block;position:relative}
.dream-header-search button .search-icon:after{content:"";position:absolute;width:6px;height:2px;background:#c8ced4;right:-5px;bottom:-3px;transform:rotate(45deg)}
.dream-banner{
    height:400px;
    background:#ccc;
    overflow:hidden;
}
.dream-banner .flash,.dream-banner .flash .bx-wrapper,.dream-banner .flash .bx-viewport,.dream-banner .flash ul.bxslider,.dream-banner .flash ul.bxslider li{height:100%!important}
.dream-banner .flash ul.bxslider{list-style:none;margin:0;padding:0}
.dream-banner .flash ul.bxslider li img{width:100%;height:100%;object-fit:cover;display:block}
.dream-banner .flash ul.bxslider li a{display:block;height:100%}
.dream-banner .flash .bx-wrapper{-moz-box-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:0!important;background:0 0!important;margin:0!important;max-width:none!important}
.dream-banner .flash .bx-wrapper .bx-pager{bottom:10px}
.dream-banner .single-flash,.dream-banner .single-flash a{display:block;height:100%}
.dream-banner .single-flash img{width:100%;height:100%;object-fit:cover;display:block}
.dream-banner-placeholder{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff0e6 0,#ffe0cc 100%);color:#ed721f;font-size:32px;font-weight:800}
.dream-main{background:#fff}
.dream-content{width:1200px;margin:0 auto;display:grid;grid-template-columns:800px 300px;gap:100px;padding:40px 0 0}
.job-left{min-width:0}
.dream-search{height:40px;display:grid;grid-template-columns:1fr 120px;margin:0 16px 20px}
.search-input{height:40px;border:1px solid #dfe2e5;border-right:0;border-radius:22px 0 0 22px;display:flex;align-items:center;padding:0 18px;background:#fff}
.search-icon{width:14px;height:14px;border:2px solid #c8ced4;border-radius:50%;display:inline-block;position:relative;margin-right:10px}
.search-icon:after{content:"";position:absolute;width:6px;height:2px;background:#c8ced4;right:-5px;bottom:-3px;transform:rotate(45deg)}
.search-input input{border:0;outline:none;width:100%;height:38px;color:#333;font-size:14px}
.search-input input::placeholder{color:#bcc3ca}
.dream-search button{height:40px;border:0;border-radius:0 22px 22px 0;background:#ed721f;color:#fff;font-weight:700;font-size:15px;cursor:pointer}
.filter-block{padding:0 16px 28px}
.filter-row{display:flex;align-items:center;gap:12px;min-height:36px;color:#1f2a36;font-size:14px;flex-wrap:wrap}
.filter-row strong{width:64px;font-weight:400;color:#1f2a36;flex-shrink:0}
.filter-row a{display:inline-flex;align-items:center;white-space:nowrap;color:#1f2a36}
.filter-row a.active{color:#ed721f}
.filter-row .more:after,.filter-row.small a:not(:first-child):after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #7d8790;margin-left:5px}
.filter-row.small{gap:50px}
.filter-row.small a:first-child{width:48px}

/* 筛选标签样式 */
.filter-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:4px;cursor:pointer;font-size:14px;color:#1f2a36;white-space:nowrap;transition:all .2s}
.filter-tag input{display:none}
.filter-tag:hover{background:#f5f5f5}
.filter-tag.active{background:#ed721f;color:#fff}
.filter-tag.active:hover{background:#d96516}

/* 下拉筛选 */
.filter-row--dropdowns{gap:16px;margin-top:8px}
.filter-row--dropdowns strong{margin-right:0}
.dream-select{position:relative;display:inline-flex;align-items:center}
.dream-select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:34px;padding:0 30px 0 12px;border:1px solid #dfe2e5;border-radius:4px;background:#fff;font-size:14px;color:#1f2a36;cursor:pointer;outline:none}
.dream-select:after{content:"";position:absolute;right:10px;top:50%;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #7d8790;transform:translateY(-50%);pointer-events:none}
.dream-select select:hover{border-color:#ed721f}

/* 已选条件 */
.active-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:0 16px 12px;min-height:0}
.active-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fff0e6;border-radius:4px;font-size:13px;color:#b55410;cursor:pointer}
.active-tag em{font-style:normal;font-size:16px;line-height:1;color:#a00}
.active-tag:hover{background:#ffe0cc}
.clear-all{font-size:13px;color:#ed721f;cursor:pointer}
.clear-all:hover{text-decoration:underline}
.list-tools{height:60px;border-bottom:1px solid #e6e6e6;margin:0 0 0;display:flex;align-items:center;justify-content:space-between;padding:0 16px 0;color:#07111d;font-size:14px}
.dream-job-list{padding:0}
.dream-job-item{border-bottom:1px solid #e8e8e8;padding:24px 16px 18px;cursor:pointer;transition:background .2s}
.dream-job-item:hover{background:#fafafa}
.dream-job-item.expanded{background:#fff}
.job-summary{pointer-events:none}
.job-summary .job-title-line,.job-summary .job-info-line{pointer-events:auto}
.job-title-line{display:flex;align-items:center;min-height:30px;color:#050505;cursor:pointer}
.job-title-line:hover h2{color:#ed721f}
.hot-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;background:#ff4d4f;border-radius:4px;color:#fff;font-size:11px;font-weight:700;line-height:18px}
.hot-icon:before{content:"热";font-style:normal}
.tag-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:8px;border-radius:3px;background:#2dccb0;color:#fff;font-size:12px;line-height:18px}
.job-tag{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 6px;margin-right:8px;border-radius:3px;font-size:12px;line-height:20px;font-weight:700;white-space:nowrap}
.job-tag.long{background:#f0f9ff;color:#2d8cf0;border:1px solid #a6d1f5}
.job-title-line h2{margin:0;min-width:0;flex:1;font-size:22px;line-height:30px;font-weight:800;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.job-title-line strong{width:80px;text-align:right;color:#ff8b00;font-size:20px;line-height:30px;font-weight:800}
.job-info-line{display:flex;align-items:center;margin-top:13px;color:#111;font-size:14px;line-height:22px}
.job-info-line span{margin-right:14px}
.job-info-line .pin{width:12px;height:12px;margin-right:5px;position:relative}
.job-info-line .pin:before{content:"";position:absolute;left:2px;top:0;width:8px;height:8px;background:#b8c0c8;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}
.job-info-line .pin:after{content:"";position:absolute;left:5px;top:3px;width:2px;height:2px;background:#fff;border-radius:50%}
.job-info-line em{margin-left:auto;font-style:normal;color:#68737d}
.dream-empty{height:180px;display:grid;place-items:center;border-bottom:1px solid #e8e8e8;color:#78828c}
.hot-side{padding-top:0}
.hot-card{
    border-top:4px solid #ed721f;
    padding:17px 12px 24px 12px;
}
.hot-title{height:45px;border-bottom:1px solid #e6e6e6;display:flex;align-items:center;justify-content:space-between}
.hot-title h3{margin:0;display:flex;align-items:center;font-size:20px;font-weight:800;color:#030303}
.hot-title h3 .hot-icon{margin-right:9px}
.hot-title a{font-size:14px;color:#1f2a36;padding-right:18px;position:relative}
.hot-title a:after{content:"";position:absolute;right:3px;top:50%;width:7px;height:7px;border-top:1px solid #1f2a36;border-right:1px solid #1f2a36;transform:translateY(-50%) rotate(45deg)}
.hot-job{display:block;border-bottom:1px solid #e6e6e6;padding:14px 0 13px}
.hot-job strong{display:block;font-size:17px;line-height:24px;font-weight:800;color:#020202;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hot-job span{display:block;margin-top:8px;color:#6e7882;font-size:12px}
.page-wrap{margin:22px 0;text-align:center}
.page-wrap a,.page-wrap span{display:inline-block;min-width:30px;height:30px;line-height:30px;margin:0 3px;border:1px solid #ddd;color:#555}
.page-wrap .current,.page-wrap span.current{background:#ed721f;border-color:#ed721f;color:#fff}

/* 职位展开详情 */
.job-detail{display:none;padding-top:20px}
.dream-job-item.expanded .job-detail{display:block}
.job-detail-section{margin-bottom:20px}
.job-detail-section h4{margin:0 0 10px;font-size:16px;font-weight:700;color:#111}
.job-detail-section .rich-text{color:#374047;line-height:1.8;white-space:pre-line}
.job-actions{display:flex;align-items:center;gap:12px;margin-top:20px}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 22px;border:0;border-radius:4px;background:#ed721f;color:#fff;font-size:14px;font-weight:700;cursor:pointer}
.btn-primary:hover{background:#d96516}
.btn-ghost{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 22px;border:1px solid #d9dee2;border-radius:4px;background:#fff;color:#333;font-size:14px;font-weight:700;cursor:pointer}
.btn-ghost:hover{border-color:#ed721f;color:#ed721f}

/* 长招职位卡片 */
.long-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin-right:9px;background:#2d8cf0;border-radius:4px;color:#fff;font-size:11px;font-weight:700;line-height:18px}
.long-icon:before{content:"长";font-style:normal}
.long-card{margin-top:24px}

/* 页脚 */
.dream-footer{
    background:#242424;
    color:#bfbfbf;
    font-size:12px;
}
.dream-footer-inner{width:1200px;margin:0 auto;padding:24px 0;text-align:center}
.dream-footer-inner p{margin:0 0 6px;line-height:1.6}
.dream-footer-inner p:last-child{margin-bottom:0}
.dream-footer-inner span{margin-right:16px}
.dream-footer-inner span:last-child{margin-right:0}

/* 返回顶部 */
.back-to-top{position:fixed;right:40px;bottom:40px;z-index:50;width:44px;height:44px;border-radius:50%;background:#ed721f;color:#fff;display:none;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer;transition:opacity .2s}
.back-to-top:hover{background:#d96516}
.back-to-top.visible{display:flex}
.back-to-top:after{content:"";width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff;transform:translateY(2px) rotate(-45deg)}

/* ===== 首页独立样式 ===== */
.dream-home-page{min-height:100vh;background:#fff}
.home-hero{position:relative;height:calc(100vh - 62px);min-height:500px;max-height:900px;background:#f5f5f5}
.home-hero-banner{height:100%}
.home-hero-placeholder{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff0e6 0,#ffe0cc 100%);color:#ed721f;font-size:32px;font-weight:800}
.home-hero-banner .flash,.home-hero-banner .flash .single-flash,.home-hero-banner .flash .bx-wrapper,.home-hero-banner .flash .bx-viewport,.home-hero-banner .flash ul.bxslider,.home-hero-banner .flash ul.bxslider li{height:100%!important}
.home-hero-banner .flash ul.bxslider{list-style:none;margin:0;padding:0}
.home-hero-banner .flash ul.bxslider li img,.home-hero-banner .single-flash img{width:100%;height:100%;object-fit:cover;display:block}

.home-scroll-down{
    /*position:absolute;
    left:50%;
    bottom:40px;
    z-index:10;
    width:48px;
    height:48px;
    margin-left:-24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:transparent;
    border:2px solid rgba(255,255,255,.7);
    cursor:pointer;
    animation:bounceDown 1.2s infinite;*/
    position: absolute;
    height: 24px;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    animation: bounceDown .6s infinite;
    bottom: 30px;
    display: flex;
}
.home-scroll-down span{
    width:10px;
    height:10px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg) translateY(-3px);
}
@keyframes bounceDown2{
    0%,100%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(10px)
    }
}
@keyframes bounceDown{
    0%{
        transform:translateX(0)
    }
    50%{
        transform:translateY(5px)
    }
    100%{
        transform:translateX()
    }
}



.home-section{padding:80px 0;background:#fff}
.home-section-inner{width:1200px;margin:0 auto;display:flex;align-items:center;gap:0;position:relative}
.home-media{flex:0 0 900px;width:900px;height:400px;overflow:hidden;border-radius:12px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}
.home-media img{width:900px;height:400px;object-fit:cover;display:block}
.home-media-placeholder{width:900px;height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff0e6 0,#ffe0cc 100%);color:#ed721f;font-size:24px;font-weight:800}
.home-card{flex:0 0 500px;width:500px;height:226px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 30px rgba(0,0,0,.08);position:relative;z-index:2;box-sizing:border-box}
.home-section-inner .home-card{margin-left:-200px}
.home-section-inner--reverse .home-media{order:2}
.home-section-inner--reverse .home-card{order:1;margin-left:0;margin-right:-200px}
.home-card-label{display:inline-block;font-size:12px;font-weight:700;color:#ed721f;letter-spacing:1px;margin-bottom:6px;text-transform:uppercase}
.home-card-title{margin:0 0 12px;font-size:24px;font-weight:800;color:#111;line-height:1.3}
.home-card-body{color:#595959;font-size:13px;line-height:1.6}
.home-card-body p{margin:0 0 8px}
.home-card-body p:last-child{margin-bottom:0}
.home-card-btn{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 20px;margin-top:12px;border-radius:4px;background:#ed721f;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s}
.home-card-btn:hover{background:#d96516}

.home-section-header{width:1200px;margin:0 auto 40px;text-align:center}
.home-section-header h2{margin:0;font-size:32px;font-weight:800;color:#111}
.home-join{

}
.home-join-grid{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}
.home-join-card{
    width: 588px;
    margin-right: 24px;
    height: 193px;
    margin-bottom: 24px;
    border-radius: 12px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-join-card:nth-child(2n) {
    margin-right: 0;
}
.home-join-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.15)}

.home-join-card__content{
    position:relative;
    z-index:2;
    color:#141414;
}
.home-join-card__content h3{
    margin:0 0 12px;
    font-size:28px;
    font-weight:800;
}
.home-join-card__content p{
    font-size:15px;
    color:#141414;
}
.home-join-card__content p strong{
    color:#141414;
    font-size:20px;
}


.ad-link--disabled{cursor:default !important}

.home-banner-ad{
height: 300px;
position: relative;
overflow: hidden;
}
.home-banner-ad__link,
.home-banner-ad>div{
overflow: hidden;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
transform: translate3d(0, 0, 0);
transition: transform .6s ease;
}

.home-placeholder-ad{
height:300px;
display:flex;
align-items:center;
justify-content:center;
}

.home-big-image{
padding:0;
overflow: hidden;
}
.home-big-image img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.recruit-page{min-height:100vh;background:#f5f6f8}
.recruit-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 clamp(24px,6vw,88px);background:#fff;border-bottom:1px solid #edf0f2}
.recruit-brand{display:flex;align-items:center;gap:12px;color:#141414;font-weight:700}
.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:#111;color:#c9a86a;font-size:18px;font-weight:800}
.brand-text{white-space:nowrap;font-size:18px}
.recruit-nav{display:flex;align-items:center;height:100%;gap:42px}
.recruit-nav a{position:relative;display:flex;align-items:center;height:100%;color:#333;font-size:15px}
.recruit-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:3px;background:#111;transition:.22s ease}
.recruit-nav a.active{color:#000;font-weight:700}
.recruit-nav a.active:after,.recruit-nav a:hover:after{left:0;right:0}
.job-detail-main{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:89px 0 76px}
.job-type{display:inline-block;height:24px;line-height:24px;padding:0 10px;background:#fff0e6;color:#b55410;font-size:12px;font-weight:700;text-align:center}
.job-meta{display:flex;flex-wrap:wrap;gap:10px 18px}
.job-meta span{position:relative;color:#5d656c;font-size:14px}
.job-meta span+span:before{content:"";position:absolute;left:-10px;top:50%;width:1px;height:12px;background:#d8dde1;transform:translateY(-50%)}
.detail-hero{background:#fff;border:1px solid #eceff2;padding:34px 40px}
.back-link{display:inline-block;margin-bottom:24px;color:#ed721f;font-weight:700}
.detail-hero h1{margin:18px 0 12px;font-size:40px;line-height:1.18;font-weight:700;color:#111}
.detail-hero p{max-width:780px;margin:0 0 18px;color:#697178;line-height:1.8}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;margin-top:24px}
.detail-content{background:#fff;border:1px solid #eceff2;padding:34px 40px}
.detail-content section+section{margin-top:38px}
.detail-content h2{position:relative;margin:0 0 18px;padding-left:14px;font-size:22px;font-weight:700;color:#111}
.detail-content h2:before{content:"";position:absolute;left:0;top:4px;width:4px;height:20px;background:#111}
.rich-text{color:#374047;line-height:2}
.detail-side{display:flex;flex-direction:column;gap:16px}
.apply-panel,.related-panel{background:#fff;border:1px solid #eceff2;padding:24px}
.apply-panel{position:sticky;top:92px}
.apply-panel h3,.related-panel h3{margin:0 0 8px;font-size:20px;font-weight:700;color:#111}
.apply-panel p{margin:0 0 22px;color:#697178}
.primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border:0;background:#111;color:#fff;font-weight:700;cursor:pointer}
.primary-btn:hover{background:#2a2a2a}
.primary-btn.full{width:100%}
.related-panel a{display:block;padding:14px 0;border-top:1px solid #edf0f2}
.related-panel a:first-of-type{border-top:0}
.related-panel strong{display:block;color:#111;line-height:1.5}
.related-panel span{display:block;margin-top:4px;color:#697178;font-size:13px}
.apply-modal{position:fixed;inset:0;z-index:80;display:none}
.apply-modal.open{display:block}
.apply-mask{position:absolute;inset:0;background:rgba(10,12,14,.62)}
.apply-dialog{position:relative;width:min(720px,calc(100% - 28px));max-height:calc(100vh - 40px);overflow:auto;margin:20px auto;background:#fff;padding:30px;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.modal-close{position:absolute;right:18px;top:14px;width:36px;height:36px;border:1px solid #e0e4e7;background:#fff;font-size:26px;line-height:30px;cursor:pointer;color:#525a61}
.apply-dialog h2{margin:0 46px 24px 0;font-size:24px;font-weight:700;color:#111}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-grid label,.full-field,.verify-row label{display:flex;flex-direction:column;gap:8px}
.form-grid label span,.full-field span,.verify-row label span{color:#747b82;font-size:13px}
.form-grid input,.form-grid select,.full-field textarea,.verify-row input{height:44px;border:1px solid #d9dee2;padding:0 12px;outline:none}
.full-field{margin-top:16px}
.full-field textarea{height:auto;min-height:96px;padding:12px;resize:vertical}
.form-grid input:focus,.form-grid select:focus,.full-field textarea:focus,.verify-row input:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.08)}
.verify-row{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:12px;align-items:end;margin:16px 0}
.verify-row img{width:112px;height:44px;border:1px solid #d9dee2;cursor:pointer;object-fit:cover}
.form-message{min-height:22px;margin-bottom:12px;color:#c84a31;font-size:14px}
.form-message.success{color:#0b8f61}
@media (max-width:1100px){
.dream-content{width:calc(100% - 48px);grid-template-columns:minmax(0,1fr);gap:34px}
.hot-side{display:none}
}
@media (max-width:760px){
html{font-size:14px}
body{padding-top:61px}
.dream-header{height:61px;padding:0 16px}
.dream-header-inner{width:100%;padding:0}
.dream-logo img{max-width:140px;height:auto}
.dream-menu-toggle{display:flex;margin-left:auto}
.dream-header-tools{display:none}
.dream-nav{position:absolute;top:61px;left:0;right:0;flex-direction:column;align-items:flex-start;height:auto;max-height:0;gap:0;padding:0 16px;background:#fff;border-bottom:0 solid #e7e7e7;overflow:hidden;transition:max-height .35s ease,padding .35s ease,border-bottom-width .35s ease;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.dream-header.menu-open .dream-nav{max-height:320px;padding:8px 16px 16px;border-bottom-width:1px}
.dream-nav a{width:100%;height:46px;padding:0;border-bottom:1px solid #f0f0f0}
.dream-nav a:last-child{border-bottom:0}
.dream-nav a.active:after{display:none}
.dream-search-float{height:56px}
.dream-search-float-inner{padding:0 16px}
.dream-search-form{width:100%;height:40px}
.dream-header:not(.is-hidden) ~ .dream-search-float.is-visible{top:61px}
.dream-banner{height:220px}
.dream-banner .flash,.dream-banner .flash .bx-wrapper,.dream-banner .flash .bx-viewport,.dream-banner .flash ul.bxslider,.dream-banner .flash ul.bxslider li{height:220px!important}
.dream-content{width:calc(100% - 32px);padding-top:20px;gap:24px}
.dream-search{height:44px;margin:0 0 16px;grid-template-columns:1fr 88px}
.search-input{padding:0 14px;border-radius:22px 0 0 22px}
.search-input input{font-size:14px}
.dream-search button{font-size:14px;border-radius:0 22px 22px 0}
.filter-block{padding:0 0 16px}
.filter-row{gap:10px;min-height:32px}
.filter-row strong{width:auto;min-width:70px;font-size:14px}
.filter-tag{padding:5px 10px;font-size:13px}
.filter-row--dropdowns{gap:10px;margin-top:6px}
.filter-row--dropdowns strong{display:none}
.dream-select select{height:36px;padding:0 26px 0 10px;font-size:13px}
.active-filters{padding:0 0 10px}
.active-tag{font-size:12px}
.list-tools{height:52px;padding:0;font-size:14px}
.dream-job-item{padding:18px 0}
.job-title-line{flex-wrap:wrap}
.job-title-line h2{width:100%;flex:auto;font-size:18px;white-space:normal;overflow:visible;text-overflow:clip;order:-2}
.job-title-line strong{width:auto;margin-left:auto;font-size:16px;order:-1}
.hot-icon,.job-tag.long{order:-3}
.job-info-line{margin-top:10px;font-size:13px;gap:6px 0}
.job-info-line span{margin-right:10px;white-space:nowrap}
.job-info-line em{width:100%;margin-left:0;margin-top:4px;font-size:12px}
.job-detail{padding-top:16px}
.job-detail-section{margin-bottom:16px}
.job-detail-section h4{font-size:15px}
.job-detail-section .rich-text{font-size:14px}
.job-actions{flex-wrap:wrap;gap:10px}
.btn-primary,.btn-ghost{flex:1 1 45%;min-width:120px;height:42px;padding:0 16px;font-size:14px}
.dream-empty{height:160px}
.page-wrap{margin:18px 0}
.page-wrap a,.page-wrap span{min-width:34px;height:34px;line-height:34px;margin:0 3px;font-size:13px}
.dream-footer-inner{width:calc(100% - 32px);padding:20px 0;font-size:12px}
.back-to-top{right:16px;bottom:16px;width:40px;height:40px}

/* 首页 */
.home-hero{height:56vw;min-height:280px;max-height:520px}
.home-hero-banner img{object-position:center}
.home-scroll-down{display:none}
.home-section{padding:48px 0 0 0}
.home-section-inner{width:calc(100% - 32px);flex-direction:column;gap:20px}
.home-media,.home-media img,.home-media-placeholder{flex:none;width:100%;height:auto;min-height:220px;max-height:320px}
.home-card,.home-section-inner .home-card,.home-section-inner--reverse .home-card{flex:none;width:100%;height:auto;margin:0;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.home-card-title{font-size:20px}
.home-card-body{font-size:14px}
.home-section-header{width:calc(100% - 32px);margin-bottom:28px}
.home-section-header h2{font-size:26px}
.home-join-grid{width:calc(100% - 32px);flex-direction:column;gap:16px}
.home-join-card{width:100%;height:auto;min-height:160px;margin:0;padding:28px 20px}
.home-join-card__content h3{font-size:24px}
.home-join-card__content p{font-size:14px}
.home-join-card__content p strong{font-size:18px}
.home-banner-ad{height:180px}
.home-big-image{padding-top:40px}

/* 职位详情 */
.job-detail-main{width:calc(100% - 32px);padding:24px 0 48px}
.recruit-header{height:auto;min-height:60px;align-items:flex-start;flex-direction:column;gap:10px;padding:12px 16px}
.recruit-nav{width:100%;height:auto;gap:20px}
.detail-hero{padding:20px}
.detail-hero h1{font-size:24px;margin:12px 0 10px}
.detail-hero p{font-size:14px;margin-bottom:14px}
.job-meta{gap:8px 14px}
.job-meta span{font-size:13px}
.job-meta span+span:before{left:-8px}
.detail-layout{grid-template-columns:1fr;gap:18px}
.detail-content{padding:20px}
.detail-content h2{font-size:18px;margin-bottom:14px}
.detail-content h2:before{top:2px;height:16px}
.rich-text{font-size:14px;line-height:1.8}
.apply-panel{position:static}
.apply-panel h3,.related-panel h3{font-size:18px}
.apply-dialog{width:calc(100% - 32px);margin:16px auto;padding:20px}
.apply-dialog h2{font-size:18px;margin-bottom:18px}
.form-grid,.verify-row{grid-template-columns:1fr;gap:14px}
.full-field{margin-top:14px}
.verify-row{align-items:stretch;margin:14px 0}
.verify-row img{width:100%;height:44px}
.modal-close{right:10px;top:10px}
}
