/*
Theme Name: OLELC
Theme URI: https://www.olelc.com
Author: Ou-Link Web
Author URI: https://www.olelc.com
Description: 上海欧连电子科技有限公司 B2B 独立站主题（中/英/泰三语、响应式、蓝色商务风）。配合 OLELC Core 插件使用。
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: o-lelc
*/

/* ==========================================================================
   OLELC 主题样式 v1.0 — 蓝色商务 B2B
   颜色体系：主蓝 #0B4DA2 / 亮蓝 #1C7CE8 / 浅底 #F4F8FC
   ========================================================================== */

:root{
	--primary:#0b4da2;
	--primary-dark:#083c80;
	--primary-light:#eaf1fb;
	--accent:#1c7ce8;
	--accent-soft:#e3f0ff;
	--ink:#1f2937;
	--muted:#64748b;
	--line:#e2e8f0;
	--bg:#ffffff;
	--bg-soft:#f4f8fc;
	--gold:#e8a400;
	--wa:#25d366;
	--danger:#dc2626;
	--radius:10px;
	--shadow:0 6px 24px rgba(11,77,162,.08);
	--shadow-lg:0 12px 40px rgba(11,77,162,.14);
	--font:'Segoe UI','PingFang SC','Microsoft YaHei','Helvetica Neue',Arial,sans-serif;
	--container:1200px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
	margin:0;font-family:var(--font);color:var(--ink);font-size:16px;line-height:1.7;
	background:var(--bg);-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--primary);text-decoration:none;transition:color .2s}
a:hover{color:var(--accent)}
h1,h2,h3,h4,h5,h6{margin:0 0 .6em;line-height:1.3;color:var(--ink);font-weight:700}
p{margin:0 0 1em}
ul,ol{padding-left:1.2em}
input,textarea,select,button{font-family:inherit;font-size:inherit;color:inherit}
:focus-visible{outline:3px solid rgba(28,124,232,.45);outline-offset:2px;border-radius:4px}

.olelc-container{max-width:var(--container);margin:0 auto;padding:0 20px}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ---------- 按钮 ---------- */
.olelc-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:8px;
	padding:12px 26px;border:2px solid var(--primary);border-radius:999px;
	background:var(--primary);color:#fff;font-weight:600;font-size:15px;
	cursor:pointer;transition:all .2s;text-align:center;line-height:1.2;
}
.olelc-btn:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow)}
.olelc-btn-outline{background:transparent;color:var(--primary)}
.olelc-btn-outline:hover{background:var(--primary);color:#fff}
.olelc-btn-accent{background:var(--accent);border-color:var(--accent)}
.olelc-btn-accent:hover{background:#1466c9;border-color:#1466c9;color:#fff}
.olelc-btn-wa{background:var(--wa);border-color:var(--wa);color:#fff}
.olelc-btn-wa:hover{background:#1eb956;border-color:#1eb956;color:#fff}
.olelc-btn-sm{padding:8px 18px;font-size:14px}
.olelc-btn-lg{padding:15px 36px;font-size:17px}
.olelc-btn-block{width:100%}
.olelc-btn[disabled]{opacity:.6;cursor:not-allowed;transform:none}

/* ---------- 顶部条 ---------- */
.olelc-topbar{background:var(--primary-dark);color:#cfe0f5;font-size:13px}
.olelc-topbar .olelc-container{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:12px;flex-wrap:wrap}
.olelc-topbar a{color:#eaf2fd}
.olelc-topbar a:hover{color:#fff}
.olelc-topbar-left{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.olelc-topbar-item{display:inline-flex;align-items:center;gap:6px}
.olelc-topbar-item svg{width:14px;height:14px;fill:currentColor;opacity:.8}

/* 语言切换（下拉框） */
.olelc-lang-switch{display:inline-flex;align-items:center}
.olelc-lang-select{
	appearance:none;-webkit-appearance:none;-moz-appearance:none;
	padding:5px 30px 5px 12px;border-radius:7px;color:#dce9f8;font-weight:600;font-size:13px;
	background:rgba(255,255,255,.10) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 12px center;
	border:1px solid rgba(255,255,255,.35);cursor:pointer;outline:none;line-height:1.4;
}
.olelc-lang-select:hover{border-color:rgba(255,255,255,.7)}
.olelc-lang-select option{color:#0b4da2;background:#fff;font-weight:500}
.olelc-lang-select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px rgba(250,184,38,.25)}

/* ---------- 主导航 ---------- */
.olelc-header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 2px 12px rgba(11,77,162,.06)}
.olelc-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}
.olelc-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.olelc-logo img{max-height:52px;width:auto}
.olelc-logo-text{display:flex;flex-direction:column;line-height:1.2}
.olelc-logo-name{font-weight:800;font-size:19px;color:var(--primary)}
.olelc-logo-sub{font-size:11px;color:var(--muted);letter-spacing:.5px}

.olelc-nav{display:flex;align-items:center;gap:4px}
.olelc-nav a{
	padding:10px 14px;border-radius:8px;color:var(--ink);font-weight:600;font-size:15px;
	position:relative;white-space:nowrap;
}
.olelc-nav a:hover{color:var(--primary);background:var(--bg-soft)}
.olelc-nav a.is-active{color:var(--primary)}
.olelc-nav a.is-active::after{
	content:'';position:absolute;left:14px;right:14px;bottom:2px;height:3px;
	background:var(--accent);border-radius:3px;
}
.olelc-header-actions{display:flex;align-items:center;gap:12px}
.olelc-header-actions .olelc-lang-switch{display:none}
.olelc-hamburger{display:none;background:none;border:1px solid var(--line);border-radius:8px;padding:8px 10px;cursor:pointer}
.olelc-hamburger span{display:block;width:22px;height:2px;background:var(--primary);margin:4px 0;border-radius:2px}

/* 移动端导航 */
@media (max-width:1024px){
	.olelc-hamburger{display:block}
	.olelc-header-actions .olelc-lang-switch{display:none}
	.olelc-nav{
		position:fixed;top:0;right:-320px;bottom:0;width:300px;max-width:86vw;
		background:#fff;flex-direction:column;align-items:stretch;gap:2px;
		padding:84px 20px 24px;box-shadow:-8px 0 32px rgba(11,77,162,.15);
		transition:right .28s ease;z-index:300;overflow-y:auto;
	}
	.olelc-nav.is-open{right:0}
	.olelc-nav a{padding:14px 12px;border-bottom:1px solid var(--bg-soft);border-radius:0;font-size:16px}
	.olelc-nav a.is-active::after{display:none}
	.olelc-nav a.is-active{color:var(--primary);background:var(--primary-light)}
	.olelc-nav .olelc-nav-mobile-lang{display:flex;gap:6px;margin-top:16px;justify-content:center}
	.olelc-nav-close{position:absolute;top:18px;right:18px;background:none;border:1px solid var(--line);border-radius:8px;width:38px;height:38px;font-size:20px;cursor:pointer;color:var(--primary)}
}
@media (min-width:1025px){.olelc-nav-mobile-lang,.olelc-nav-close{display:none}}

/* ---------- 通用区块 ---------- */
.olelc-section{padding:72px 0}
.olelc-section-soft{background:var(--bg-soft)}
.olelc-section-title{text-align:center;margin-bottom:8px;font-size:32px;color:var(--primary)}
.olelc-section-sub{text-align:center;color:var(--muted);margin-bottom:44px;font-size:16px}
.olelc-section-head{text-align:center;max-width:760px;margin:0 auto 44px}

/* ---------- 首页 Banner ---------- */
.olelc-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--primary-dark),var(--primary) 55%,var(--accent))}
.olelc-hero-slide{position:relative;display:flex;align-items:center;min-height:520px;color:#fff}
.olelc-hero-slide[hidden]{display:none}
.olelc-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.35}
.olelc-hero-inner{position:relative;z-index:2;max-width:var(--container);margin:0 auto;padding:80px 20px;width:100%}
.olelc-hero h1{color:#fff;font-size:44px;line-height:1.25;max-width:760px;margin-bottom:18px}
.olelc-hero p{color:#dbe9fb;font-size:18px;max-width:640px;margin-bottom:30px}
.olelc-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.olelc-hero .olelc-btn{background:#fff;color:var(--primary);border-color:#fff}
.olelc-hero .olelc-btn:hover{background:var(--accent-soft)}
.olelc-hero .olelc-btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.olelc-hero .olelc-btn-outline:hover{background:rgba(255,255,255,.15);color:#fff}
.olelc-hero-dots{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:3}
.olelc-hero-dots button{width:34px;height:5px;border-radius:4px;border:0;background:rgba(255,255,255,.4);cursor:pointer;padding:0;transition:background .25s}
.olelc-hero-dots button.is-active{background:#fff}
.olelc-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.35);color:#fff;width:46px;height:46px;border-radius:50%;font-size:20px;cursor:pointer;transition:background .2s}
.olelc-hero-arrow:hover{background:rgba(255,255,255,.3)}
.olelc-hero-arrow.prev{left:18px}
.olelc-hero-arrow.next{right:18px}
@media (max-width:768px){
	.olelc-hero-slide{min-height:400px}
	.olelc-hero h1{font-size:28px}
	.olelc-hero p{font-size:15px}
	.olelc-hero-arrow{display:none}
}

/* ---------- 首页：热门产品 ---------- */
.olelc-hot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.olelc-product-card{
	background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
	display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s;
}
.olelc-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.olelc-product-card-img{aspect-ratio:1/1;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line)}
.olelc-product-card-img img{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .3s}
.olelc-product-card:hover .olelc-product-card-img img{transform:scale(1.05)}
.olelc-product-card-body{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1}
.olelc-product-card-title{font-size:15px;margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9em}
.olelc-product-card-title a{color:var(--ink)}
.olelc-product-card-title a:hover{color:var(--primary)}
.olelc-product-card-part{color:var(--muted);font-size:13px;font-family:Consolas,Monaco,monospace;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.olelc-product-card-actions{display:flex;gap:8px;margin-top:auto;padding-top:10px}
.olelc-product-card-actions .olelc-btn{flex:1;padding:8px 10px;font-size:13px}
.olelc-product-badge{position:absolute;top:10px;left:10px;z-index:2;background:var(--gold);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px}
.olelc-product-card-img{position:relative}

/* ---------- 首页：品牌条 ---------- */
.olelc-brand-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0;background:#fff}
.olelc-brand-strip-inner{display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap}
.olelc-brand-chip{font-weight:700;color:var(--muted);font-size:16px;letter-spacing:.3px;white-space:nowrap;opacity:.8}
.olelc-brand-chip:hover{color:var(--primary);opacity:1}

/* ---------- 首页：优势 ---------- */
.olelc-adv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.olelc-adv-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 24px;text-align:center;transition:all .25s}
.olelc-adv-card:hover{box-shadow:var(--shadow);border-color:var(--accent)}
.olelc-adv-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:16px;background:var(--primary-light);display:flex;align-items:center;justify-content:center}
.olelc-adv-icon svg{width:32px;height:32px;fill:var(--primary)}
.olelc-adv-card h3{font-size:17px;margin-bottom:8px}
.olelc-adv-card p{font-size:14px;color:var(--muted);margin:0}

/* ---------- 首页：深度定制 ---------- */
.olelc-custom-banner{position:relative;border-radius:var(--radius);overflow:hidden;color:#fff;background:linear-gradient(120deg,var(--primary-dark),var(--primary))}
.olelc-custom-banner-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:52px 48px;flex-wrap:wrap}
.olelc-custom-banner h2{color:#fff;font-size:28px;margin-bottom:10px}
.olelc-custom-banner p{color:#dbe9fb;max-width:620px;margin:0}
.olelc-custom-banner .olelc-btn{background:#fff;color:var(--primary);border-color:#fff;flex-shrink:0}
.olelc-custom-banner .olelc-btn:hover{background:var(--accent-soft)}

/* ---------- 首页：案例/新闻 ---------- */
.olelc-two-col{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.olelc-block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;border-bottom:2px solid var(--line);padding-bottom:12px}
.olelc-block-head h2{font-size:24px;color:var(--primary);margin:0}
.olelc-block-head a{font-size:14px;font-weight:600}

.olelc-post-card{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;transition:box-shadow .25s}
.olelc-post-card:hover{box-shadow:var(--shadow)}
.olelc-post-card-img{width:150px;height:110px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--bg-soft)}
.olelc-post-card-img img{width:100%;height:100%;object-fit:cover}
.olelc-post-card-date{color:var(--muted);font-size:12px;display:block;margin-bottom:4px}
.olelc-post-card-title{font-size:16px;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.olelc-post-card-excerpt{font-size:13px;color:var(--muted);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.olelc-post-list{display:flex;flex-direction:column;gap:14px}
.olelc-link-more{font-size:14px;font-weight:600}

/* ---------- 首页：客户logo 轮播 ---------- */
.olelc-logos{overflow:hidden;position:relative}
.olelc-logos-track{display:flex;gap:20px;width:max-content;animation:olelc-marquee 30s linear infinite}
.olelc-logos-track:hover{animation-play-state:paused}
@keyframes olelc-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.olelc-logo-item{flex-shrink:0;width:150px;height:76px;background:#fff;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;justify-content:center;padding:10px}
.olelc-logo-item img{max-height:50px;max-width:120px;object-fit:contain;filter:grayscale(.2);opacity:.75;transition:all .25s}
.olelc-logo-item:hover img{filter:none;opacity:1}

/* ---------- 首页 CTA ---------- */
.olelc-cta{background:linear-gradient(120deg,var(--primary-dark),var(--accent));color:#fff;text-align:center;padding:64px 20px}
.olelc-cta h2{color:#fff;font-size:32px;margin-bottom:10px}
.olelc-cta p{color:#dbe9fb;margin-bottom:26px;font-size:16px}
.olelc-cta .olelc-hero-actions{justify-content:center}

/* ---------- 内页 Hero ---------- */
.olelc-page-hero{background:linear-gradient(120deg,var(--primary-dark),var(--primary));color:#fff;padding:46px 0;text-align:center}
.olelc-page-title{color:#fff;font-size:34px;margin-bottom:6px}
.olelc-page-sub{color:#dbe9fb;margin:0;font-size:16px}

/* ---------- 面包屑 ---------- */
.olelc-breadcrumbs{max-width:var(--container);margin:18px auto 0;padding:0 20px;font-size:13px;color:var(--muted)}
.olelc-breadcrumbs a{color:var(--muted)}
.olelc-breadcrumbs a:hover{color:var(--primary)}
.olelc-breadcrumbs .sep{margin:0 8px;color:#b7c4d4}

/* ---------- 产品筛选 ---------- */
.olelc-filter-bar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;margin-bottom:28px;box-shadow:var(--shadow)}
.olelc-filter-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.olelc-filter-field{display:flex;align-items:center;gap:8px}
.olelc-filter-field label{font-size:13px;color:var(--muted);font-weight:600;white-space:nowrap}
.olelc-select,.olelc-search-input{border:1px solid var(--line);border-radius:8px;padding:9px 12px;background:#fff;min-width:170px;max-width:100%}
.olelc-search-input{min-width:220px}
.olelc-filter-reset{font-size:13px;color:var(--muted);text-decoration:underline;margin-left:auto}

/* ---------- 产品列表 ---------- */
.olelc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.olelc-archive-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;flex-wrap:wrap;gap:10px}
.olelc-archive-count{color:var(--muted);font-size:14px}

/* 分页 */
.olelc-pagination{display:flex;justify-content:center;gap:6px;margin-top:40px;flex-wrap:wrap}
.olelc-pagination .page-numbers{padding:9px 15px;border:1px solid var(--line);border-radius:8px;color:var(--ink);font-weight:600}
.olelc-pagination .page-numbers.current{background:var(--primary);border-color:var(--primary);color:#fff}
.olelc-pagination .page-numbers:hover:not(.current){border-color:var(--primary);color:var(--primary)}

/* ---------- 产品详情 ---------- */
.olelc-product-single{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;margin-top:26px;align-items:start}
.olelc-product-gallery{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;position:sticky;top:96px}
.olelc-product-gallery img{width:100%;object-fit:contain;border-radius:8px}
.olelc-product-info h1{font-size:26px;margin-bottom:8px}
.olelc-product-part-base{font-family:Consolas,Monaco,monospace;color:var(--primary);font-size:17px;font-weight:700;margin-bottom:12px}
.olelc-product-desc{color:var(--muted);margin-bottom:18px}
.olelc-proc-table{width:100%;border-collapse:collapse;margin-bottom:8px}
.olelc-proc-table th,.olelc-proc-table td{border:1px solid var(--line);padding:10px 12px;font-size:14px;text-align:left}
.olelc-proc-table th{background:var(--bg-soft);color:var(--primary);width:38%;font-weight:600}
.olelc-proc-table td{color:var(--ink)}
.olelc-spec-table{width:100%;border-collapse:collapse;margin-top:16px}
.olelc-spec-table caption{text-align:left;font-weight:700;color:var(--primary);padding:10px 0;font-size:16px;border-bottom:2px solid var(--primary)}
.olelc-spec-table th,.olelc-spec-table td{border:1px solid var(--line);padding:9px 12px;font-size:14px;text-align:left}
.olelc-spec-table th{background:var(--bg-soft);width:44%;font-weight:600;color:var(--ink)}
.olelc-downloads{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}

/* 询盘侧栏 */
.olelc-inquiry-sidebar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.olelc-inquiry-sidebar-head{background:var(--primary);color:#fff;padding:18px 22px}
.olelc-inquiry-sidebar-head h3{color:#fff;margin:0;font-size:18px}
.olelc-inquiry-sidebar-head p{margin:4px 0 0;font-size:13px;color:#cfe0f5}
.olelc-inquiry-sidebar-body{padding:20px 22px}
.olelc-inquiry-sidebar .olelc-form-row{margin-bottom:12px}
.olelc-sales-card{border:1px dashed var(--line);border-radius:10px;padding:16px;background:var(--bg-soft);margin-top:16px}
.olelc-sales-card h4{margin:0 0 8px;font-size:15px;color:var(--primary)}
.olelc-sales-card p{margin:3px 0;font-size:14px;color:var(--ink)}
.olelc-sales-card a{font-weight:600}

/* 相关产品 */
.olelc-related{margin-top:56px}
.olelc-related .olelc-block-head h2{font-size:22px}
.olelc-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}

/* ---------- 询盘表单 ---------- */
.olelc-form-row{margin-bottom:14px}
.olelc-form-label{display:block;font-size:14px;font-weight:600;margin-bottom:5px;color:var(--ink)}
.olelc-form-label em{color:var(--danger);font-style:normal}
.olelc-form-input{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:#fff;transition:border-color .2s}
.olelc-form-input:focus{border-color:var(--accent);outline:none}
textarea.olelc-form-input{resize:vertical;min-height:90px}
.olelc-form-status{margin:10px 0 0;font-size:14px;font-weight:600;display:none}
.olelc-form-status.is-ok{color:#15803d;display:block}
.olelc-form-status.is-err{color:var(--danger);display:block}

/* ---------- 关于页 ---------- */
.olelc-about-intro{max-width:900px;margin:0 auto}
.olelc-about-intro p{font-size:16px;color:#374151}
.olelc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:44px}
.olelc-stat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 18px;text-align:center}
.olelc-stat-num{font-size:32px;font-weight:800;color:var(--primary)}
.olelc-stat-label{font-size:13px;color:var(--muted);margin-top:4px}
.olelc-history-img{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;padding:12px}
.olelc-cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:20px}
.olelc-cert{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .25s}
.olelc-cert:hover{box-shadow:var(--shadow)}
.olelc-cert img{width:100%;object-fit:contain;background:#f8fafc}
.olelc-cert-cap{padding:12px 16px;font-size:13px;color:var(--muted);border-top:1px solid var(--line)}
.olelc-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.olelc-service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;transition:all .25s}
.olelc-service-card:hover{box-shadow:var(--shadow);border-color:var(--accent)}
.olelc-service-card h3{font-size:17px;color:var(--primary);margin-bottom:8px}
.olelc-service-card p{font-size:14px;color:var(--muted);margin:0}

/* ---------- 深度定制页 ---------- */
.olelc-custom-intro{max-width:860px;margin:0 auto;text-align:center}
.olelc-custom-intro p{font-size:16px;color:#374151}
.olelc-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:step}
.olelc-step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 20px;text-align:center;position:relative}
.olelc-step::before{counter-increment:step;content:counter(step,decimal-leading-zero);position:absolute;top:14px;right:16px;font-size:38px;font-weight:800;color:var(--primary-light)}
.olelc-step h3{font-size:17px;color:var(--primary)}
.olelc-step p{font-size:13px;color:var(--muted);margin:0}
.olelc-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}

/* ---------- 联系我们 ---------- */
.olelc-contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:36px;align-items:start}
.olelc-contact-info{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px}
.olelc-contact-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--bg-soft)}
.olelc-contact-item:last-child{border-bottom:0}
.olelc-contact-icon{width:42px;height:42px;border-radius:10px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.olelc-contact-icon svg{width:20px;height:20px;fill:var(--primary)}
.olelc-contact-item h4{margin:0 0 3px;font-size:14px;color:var(--muted);font-weight:600}
.olelc-contact-item p,.olelc-contact-item a{margin:0;font-size:15px;color:var(--ink)}
.olelc-contact-form-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}
.olelc-contact-form-wrap h2{margin-bottom:6px;font-size:22px;color:var(--primary)}
.olelc-contact-form-wrap .olelc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.olelc-contact-form-wrap .olelc-form-row .olelc-full{grid-column:1/-1}
.olelc-map-note{background:var(--bg-soft);border:1px dashed var(--line);border-radius:10px;padding:20px;text-align:center;color:var(--muted);font-size:14px;margin-top:26px}

/* ---------- 新闻/案例 ---------- */
.olelc-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.olelc-news-single{max-width:860px;margin:0 auto}
.olelc-news-single .olelc-post-card-img{width:100%;height:auto;aspect-ratio:16/9;border-radius:var(--radius);margin-bottom:22px}
.olelc-news-single img{width:100%;height:100%;object-fit:cover}
.olelc-news-meta{color:var(--muted);font-size:13px;margin-bottom:20px}
.olelc-news-content p{font-size:16px;color:#374151}
.olelc-news-content h3{color:var(--primary);margin-top:26px}

/* ---------- 隐私 ---------- */
.olelc-privacy{max-width:860px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:40px}
.olelc-privacy h3{color:var(--primary);margin-top:26px}

/* ---------- 404 ---------- */
.olelc-404{text-align:center;padding:90px 20px}
.olelc-404 h1{font-size:90px;color:var(--primary);margin-bottom:0;line-height:1}
.olelc-404 h2{font-size:24px;margin-bottom:10px}
.olelc-404 p{color:var(--muted);margin-bottom:26px}

/* ---------- 页脚 ---------- */
.olelc-footer{background:#0a1f3c;color:#b7c7de;margin-top:80px}
.olelc-footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:36px;padding:56px 0 40px}
.olelc-footer h4{color:#fff;font-size:16px;margin-bottom:16px}
.olelc-footer a{color:#b7c7de}
.olelc-footer a:hover{color:#fff}
.olelc-footer ul{list-style:none;padding:0;margin:0}
.olelc-footer li{margin-bottom:9px;font-size:14px}
.olelc-footer-about p{font-size:14px;line-height:1.8}
.olelc-footer-contact li{display:flex;gap:8px;align-items:flex-start}
.olelc-footer-contact svg{width:16px;height:16px;fill:#7d95b8;flex-shrink:0;margin-top:4px}
.olelc-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;font-size:13px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.olelc-footer-bottom a{color:#8aa5c8}

/* ---------- WhatsApp 浮动按钮 ---------- */
.olelc-wa-float{position:fixed;right:22px;bottom:22px;z-index:190;width:58px;height:58px;border-radius:50%;background:var(--wa);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(37,211,102,.4);transition:transform .2s}
.olelc-wa-float:hover{transform:scale(1.08)}
.olelc-wa-float svg{width:32px;height:32px;fill:#fff}

/* ---------- 客服聊天 ---------- */
.olelc-chat-toggle{position:fixed;right:22px;bottom:158px;z-index:190;width:58px;height:58px;border-radius:50%;background:var(--primary);color:#fff;border:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(11,77,162,.35);font-size:10px;font-weight:700;gap:2px;transition:transform .2s}
.olelc-chat-toggle:hover{transform:scale(1.08)}
.olelc-chat-toggle svg{width:24px;height:24px;fill:#fff}
.olelc-chat-panel{position:fixed;right:22px;bottom:22px;z-index:200;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 40px);background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line)}
.olelc-chat-panel[hidden]{display:none}
.olelc-chat-head{background:var(--primary);color:#fff;padding:14px 18px;display:flex;align-items:center;justify-content:space-between}
.olelc-chat-head h3{margin:0;font-size:16px;color:#fff}
.olelc-chat-head small{color:#cfe0f5;font-size:12px}
.olelc-chat-close{background:rgba(255,255,255,.15);border:0;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:16px}
.olelc-chat-body{flex:1;overflow-y:auto;padding:16px;background:var(--bg-soft)}
.olelc-chat-msg{display:flex;margin-bottom:12px}
.olelc-chat-msg.user{justify-content:flex-end}
.olelc-chat-bubble{max-width:84%;padding:10px 14px;border-radius:14px;font-size:14px;background:#fff;border:1px solid var(--line);box-shadow:0 1px 4px rgba(0,0,0,.04)}
.olelc-chat-msg.user .olelc-chat-bubble{background:var(--primary);color:#fff;border-color:var(--primary)}
.olelc-chat-result{font-weight:700;margin-bottom:8px}
.olelc-chat-links{display:flex;flex-direction:column;gap:6px}
.olelc-chat-link{display:block;background:var(--primary-light);border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;color:var(--primary)}
.olelc-chat-link:hover{background:var(--accent-soft)}
.olelc-chat-link small{display:block;font-weight:400;color:var(--muted);font-size:11px}
.olelc-chat-link-more{background:transparent;border:1px dashed var(--primary)}
.olelc-wa-chatbtn{display:block;text-align:center;background:var(--wa);color:#fff;border-radius:8px;padding:10px;font-weight:700;font-size:14px}
.olelc-wa-chatbtn:hover{color:#fff;background:#1eb956}
.olelc-chat-quick{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}
.olelc-chat-quick button{background:#fff;border:1px solid var(--accent);color:var(--primary);border-radius:999px;padding:7px 14px;font-size:13px;cursor:pointer;font-weight:600}
.olelc-chat-quick button:hover{background:var(--accent-soft)}
.olelc-chat-input-row{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line);background:#fff}
.olelc-chat-input{flex:1;border:1px solid var(--line);border-radius:10px;padding:10px 14px;font-size:14px}
.olelc-chat-input:focus{border-color:var(--accent);outline:none}
.olelc-chat-send{background:var(--primary);color:#fff;border:0;border-radius:10px;padding:0 18px;font-weight:700;cursor:pointer}
.olelc-chat-send:hover{background:var(--primary-dark)}
.olelc-chat-hint{font-size:11px;color:var(--muted);text-align:center;padding:6px 12px;background:var(--accent-soft)}

/* ---------- Cookie 横幅 ---------- */
.olelc-cookie{bottom:0;left:0;right:0;z-index:500;background:#0a1f3c;color:#e2ecfa;padding:14px 0;box-shadow:0 -6px 24px rgba(0,0,0,.25)}
.olelc-cookie .olelc-container{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.olelc-cookie p{margin:0;flex:1;min-width:260px;font-size:14px}
.olelc-cookie .olelc-btn{padding:9px 22px;font-size:14px}

/* ---------- 工具类 ---------- */
.olelc-section-pt0{padding-top:0}
.olelc-mt24{margin-top:24px}
.olelc-text-center{text-align:center}
.olelc-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}
.olelc-img-frame{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}

/* ---------- 响应式 ---------- */
@media (max-width:1100px){
	.olelc-hot-grid,.olelc-product-grid{grid-template-columns:repeat(3,1fr)}
	.olelc-related-grid{grid-template-columns:repeat(3,1fr)}
	.olelc-adv-grid{grid-template-columns:repeat(2,1fr)}
	.olelc-footer-top{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
	.olelc-product-single{grid-template-columns:1fr}
	.olelc-product-gallery{position:static}
	.olelc-two-col,.olelc-contact-grid{grid-template-columns:1fr}
	.olelc-news-grid{grid-template-columns:1fr 1fr}
	.olelc-stats{grid-template-columns:repeat(2,1fr)}
	.olelc-step-grid{grid-template-columns:repeat(2,1fr)}
	.olelc-service-grid,.olelc-cap-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
	.olelc-section{padding:52px 0}
	.olelc-section-title{font-size:26px}
	.olelc-hot-grid,.olelc-product-grid,.olelc-news-grid,.olelc-related-grid{grid-template-columns:repeat(2,1fr);gap:14px}
	.olelc-adv-grid,.olelc-stats,.olelc-service-grid,.olelc-cap-grid{grid-template-columns:1fr}
	.olelc-cert-grid{grid-template-columns:1fr}
	.olelc-custom-banner-inner{padding:34px 24px}
	.olelc-product-card-body{padding:12px}
	.olelc-product-card-title{font-size:13px}
	.olelc-post-card{flex-direction:column}
	.olelc-post-card-img{width:100%;height:160px}
	.olelc-filter-field{width:100%}
	.olelc-select,.olelc-search-input{width:100%}
	.olelc-contact-form-wrap .olelc-form-row{grid-template-columns:1fr}
	.olelc-footer-top{grid-template-columns:1fr;gap:28px}
	.olelc-chat-panel{height:480px}
	.olelc-page-title{font-size:26px}
}
@media (max-width:420px){
	.olelc-hot-grid,.olelc-product-grid,.olelc-news-grid{grid-template-columns:1fr}
	.olelc-hero h1{font-size:24px}
	.olelc-topbar-left .olelc-topbar-item.olelc-hide-xs{display:none}
}


/* ===== 插件组件补充样式（chat/cookie/whatsapp 实际标记） ===== */
.olelc-wa-float{position:fixed;right:20px;bottom:88px;z-index:180;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(37,211,102,.45);transition:transform .2s;color:#fff}
.olelc-wa-float:hover{transform:scale(1.1)}
.olelc-wa-float-label{display:none}
.olelc-chat-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;display:inline-block;margin-right:8px;box-shadow:0 0 0 3px rgba(74,222,128,.25)}
.olelc-chat-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:10px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}
.olelc-chat-toggle{position:fixed;right:22px;bottom:158px;z-index:190;width:58px;height:58px;border-radius:50%;background:var(--primary);color:#fff;border:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(11,77,162,.35);font-size:10px;font-weight:700;gap:2px;transition:transform .2s}
.olelc-chat-inputrow{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line);background:#fff}
.olelc-chat-inputrow input{flex:1;border:1px solid var(--line);border-radius:10px;padding:10px 14px;font-size:14px}
.olelc-chat-inputrow input:focus{border-color:var(--accent);outline:none}
.olelc-cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:400;background:#0a1f3c;color:#e2ecfa;padding:14px 0;box-shadow:0 -6px 24px rgba(0,0,0,.3)}
.olelc-cookie-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.olelc-cookie-text{margin:0;flex:1;min-width:260px;font-size:14px}
.olelc-cookie-text a{color:#9ec5ff;text-decoration:underline}
.olelc-cookie-actions{display:flex;gap:10px}
.olelc-btn-ghost{background:transparent;border-color:rgba(255,255,255,.5);color:#fff}
.olelc-btn-ghost:hover{background:rgba(255,255,255,.12);color:#fff}
.olelc-btn-green{background:#25d366;border-color:#25d366;color:#fff}
.olelc-btn-green:hover{background:#1eb956;border-color:#1eb956;color:#fff}
@media (max-width:640px){.olelc-cookie-actions{width:100%}.olelc-cookie-actions .olelc-btn{flex:1}}

/* ===== v1.1 修改新增样式 ===== */
/* 代理品牌 logo 轮播 */
.olelc-brand-logos{overflow:hidden;position:relative;max-width:1100px;margin:0 auto}
.olelc-brand-logos .olelc-logos-track{gap:28px;animation-duration:36s}
.olelc-brand-logo{flex-shrink:0;height:64px;display:flex;align-items:center;justify-content:center;padding:0 6px}
.olelc-brand-logo img{max-height:56px;max-width:170px;object-fit:contain;filter:grayscale(.35);opacity:.8;transition:all .25s}
.olelc-brand-logo:hover img{filter:none;opacity:1}

/* 页脚 DUNS */
.olelc-duns{font-size:13px;color:#8aa5c8;letter-spacing:.4px;margin-top:4px}
.olelc-duns:before{content:'✓ ';color:var(--wa)}

/* 产品详情：图片缩小 + 精简信息 */
.olelc-product-single{grid-template-columns:1fr 1fr;gap:44px}
.olelc-product-gallery{padding:16px;max-width:420px}
.olelc-product-gallery img{max-height:340px;object-fit:contain;margin:0 auto}
.olelc-compact-meta th{width:34%}
.olelc-compact-meta td{font-weight:600}
.olelc-more-info{margin-top:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-soft)}
.olelc-more-info summary{cursor:pointer;padding:12px 16px;font-weight:700;color:var(--primary);font-size:15px;list-style:none}
.olelc-more-info summary::-webkit-details-marker{display:none}
.olelc-more-info summary:after{content:'＋';float:right;color:var(--accent);font-weight:700}
.olelc-more-info[open] summary:after{content:'－'}
.olelc-more-info-body{padding:6px 16px 16px}
.olelc-more-info-body h3{font-size:15px;color:var(--primary);margin-top:14px}
.olelc-more-info-body .olelc-spec-table{margin-top:8px}

/* 发展历史动态时间轴 */
.olelc-timeline{position:relative;max-width:960px;margin:10px auto 0;padding:10px 0}
.olelc-timeline:before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--accent),var(--primary));transform:translateX(-50%);border-radius:3px}
.olelc-timeline-item{position:relative;width:50%;padding:18px 0;opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
.olelc-timeline-item.is-visible{opacity:1;transform:none}
.olelc-timeline-item.is-left{padding-right:44px;text-align:right}
.olelc-timeline-item.is-right{margin-left:50%;padding-left:44px}
.olelc-timeline-dot{position:absolute;top:26px;right:-7px;width:14px;height:14px;border-radius:50%;background:#fff;border:4px solid var(--accent);box-shadow:0 0 0 3px rgba(28,124,232,.18)}
.olelc-timeline-item.is-right .olelc-timeline-dot{right:auto;left:-7px}
.olelc-timeline-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px 20px;box-shadow:var(--shadow);display:inline-block;max-width:92%;text-align:left}
.olelc-timeline-year{display:inline-block;background:var(--primary);color:#fff;font-weight:800;font-size:14px;padding:3px 12px;border-radius:999px;margin-bottom:8px}
.olelc-timeline-desc{margin:0;font-size:14px;color:#374151}
@media (max-width:768px){
	.olelc-timeline:before{left:8px}
	.olelc-timeline-item{width:100%;padding-left:36px;text-align:left}
	.olelc-timeline-item.is-left,.olelc-timeline-item.is-right{margin-left:0;padding-left:36px;padding-right:0}
	.olelc-timeline-dot,.olelc-timeline-item.is-right .olelc-timeline-dot{left:1px;right:auto}
	.olelc-timeline-card{max-width:100%}
}

/* 团队风采 */
.olelc-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.olelc-team-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin:0;opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.olelc-team-card.is-visible{opacity:1;transform:none}
.olelc-team-img{position:relative;aspect-ratio:4/3;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}
.olelc-team-img img{width:100%;height:100%;object-fit:cover;opacity:.55}
.olelc-team-ph-note{position:absolute;bottom:10px;left:0;right:0;text-align:center;font-size:12px;color:var(--muted);background:rgba(255,255,255,.85);padding:4px 0}
.olelc-team-cap{padding:12px 16px;font-size:14px;font-weight:600;color:var(--primary);text-align:center;border-top:1px solid var(--line)}
.olelc-ph-note{display:inline-block;font-size:11px;color:var(--muted);background:var(--accent-soft);border-radius:999px;padding:1px 10px;margin-left:6px}
@media (max-width:900px){.olelc-team-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.olelc-team-grid{grid-template-columns:1fr 1fr;gap:14px}}

/* 深度定制：资质/CNAS/工厂 */
.olelc-cert-grid-wide{grid-template-columns:repeat(3,1fr)}
.olelc-cert-ph img{opacity:.55;background:var(--bg-soft)}
@media (max-width:900px){.olelc-cert-grid-wide{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.olelc-cert-grid-wide{grid-template-columns:1fr}}
.olelc-facility{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.olelc-facility.is-reverse{direction:rtl}
.olelc-facility.is-reverse>*{direction:ltr}
.olelc-facility-img{position:relative;aspect-ratio:4/3;background:var(--bg-soft);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px dashed var(--line)}
.olelc-facility-img img{width:100%;height:100%;object-fit:cover;opacity:.5}
.olelc-facility-img .olelc-ph-note{position:absolute;bottom:12px;background:rgba(255,255,255,.9);padding:4px 12px;margin:0}
.olelc-facility-text h3{color:var(--primary);font-size:22px;margin-bottom:10px}
.olelc-facility-text p{color:#374151;font-size:15px}
.olelc-facility-text ul{margin:0}
.olelc-facility-text li{font-size:14px;color:var(--muted);margin-bottom:6px}
@media (max-width:900px){.olelc-facility{grid-template-columns:1fr}.olelc-facility.is-reverse{direction:ltr}}

/* 招聘信息 */
.olelc-recruit-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.olelc-recruit-card h3{color:var(--primary);font-size:22px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--primary-light)}
.olelc-recruit-col{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.olelc-recruit-col h4{font-size:16px;color:var(--ink);margin-bottom:10px}
.olelc-recruit-col li{font-size:14px;color:#374151;margin-bottom:8px}
.olelc-recruit-salary{margin:20px 0 0;padding:14px 18px;background:var(--accent-soft);border-radius:10px;font-size:15px;color:var(--ink)}
.olelc-recruit-salary strong{color:var(--primary)}
.olelc-recruit-cta{margin-top:16px;font-size:14px;color:var(--muted);display:flex;align-items:center;gap:12px;flex-wrap:wrap}
@media (max-width:900px){.olelc-recruit-col{grid-template-columns:1fr}}

/* 客服：最小化 / 隐藏 */
.olelc-chat-foot{padding:6px 12px;border-top:1px solid var(--line);background:#fff;text-align:right}
.olelc-chat-hide{background:none;border:0;color:var(--muted);font-size:12px;cursor:pointer;text-decoration:underline}
.olelc-chat-hide:hover{color:var(--primary)}

/* ===== v1.1 新增：时间轴 / 团队 / 资质徽章 / 五板块 / 招聘 / 品牌 logo / 详情精简 ===== */
.olelc-timeline-wrap{max-width:960px;margin:0 auto}
.olelc-timeline-wrap .olelc-timeline{max-width:none}
.olelc-footer-duns{font-size:13px;color:#8aa5c8;letter-spacing:.4px;margin:6px 0 0;font-weight:600}
.olelc-brand-big{font-size:14px;font-weight:700;color:var(--accent);letter-spacing:.3px;margin-bottom:6px}
.olelc-product-meta-line{font-size:14px;color:var(--muted);margin-bottom:8px}
.olelc-product-card-brand{font-size:12px;color:var(--primary);font-weight:600;margin:0 0 4px}
.olelc-product-card-series{font-size:12px;color:var(--muted);margin:2px 0 0}
.olelc-team-note{font-size:12px;color:var(--muted);margin:6px 0 0}
.olelc-team-card h3{font-size:15px;color:var(--primary);text-align:center;margin:0;padding:12px 16px;border-top:1px solid var(--line)}
.olelc-cert-badge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:26px}
.olelc-cert-badge{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px;text-align:center;box-shadow:var(--shadow)}
.olelc-cert-badge h3{color:var(--primary);font-size:18px;margin:0 0 6px}
.olelc-cert-badge p{font-size:13px;color:var(--muted);margin:0}
.olelc-placeholder-block{background:var(--bg-soft);border:1px dashed var(--line);border-radius:var(--radius);padding:34px;text-align:center}
.olelc-placeholder-block img{max-height:220px;object-fit:contain;opacity:.5}
.olelc-block-pair{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.olelc-block-pair-text h2{text-align:left}
.olelc-block-pair-text p{color:#374151;font-size:15px}
.olelc-block-pair-img{position:relative;aspect-ratio:4/3;background:var(--bg-soft);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px dashed var(--line)}
.olelc-block-pair-img img{width:100%;height:100%;object-fit:cover;opacity:.5}
.olelc-block-pair-img .olelc-team-note{position:absolute;bottom:12px;background:rgba(255,255,255,.9);padding:4px 12px;border-radius:999px}
.olelc-check-list{list-style:none;padding:0;margin:0}
.olelc-check-list li{position:relative;padding-left:26px;font-size:14px;color:var(--muted);margin-bottom:8px}
.olelc-check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--wa);font-weight:700}
.olelc-recruit-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:22px;align-items:start}
.olelc-recruit-block{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow)}
.olelc-recruit-block h3{color:var(--primary);font-size:17px;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--primary-light)}
.olelc-chat-head .olelc-chat-hide{background:rgba(255,255,255,.15);border:0;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none;margin-left:4px}
.olelc-chat-head .olelc-chat-hide:hover{background:rgba(255,255,255,.28)}
@media (max-width:900px){
	.olelc-cert-badge-grid{grid-template-columns:1fr 1fr}
	.olelc-block-pair{grid-template-columns:1fr}
	.olelc-recruit-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
	.olelc-cert-badge-grid{grid-template-columns:1fr}
	.olelc-recruit-block{padding:20px 16px}
}

/* ===== v1.2 微调：招聘岗位名标题 / 头部文字 logo 移动端适配 ===== */
.olelc-recruit-position{font-size:20px;font-weight:800;color:var(--primary);text-align:center;margin:0 0 22px;letter-spacing:.3px}
@media (max-width:640px){
	.olelc-logo-name{font-size:16px}
	.olelc-logo-sub{font-size:10px}
	.olelc-recruit-position{font-size:17px}
}
