/* ============================================================
   包印网信息发布平台 · 内页公共样式 v2.0
   覆盖：信息列表 / 信息详情 / 服务商列表 / 服务商详情 / 搜索 / 单页 / 入驻
   骨架：深蓝渐变通栏页头 + 两栏（主体在左 + 粘性侧栏在右）
        —— 上一版为「浅色紧凑页头 + 左侧栏 + 单列横条」，此处为结构性改版：
           ① 页头明暗反转（白底 → 深蓝通栏，与首页榜单段、页脚版权条呼应）
           ② 侧栏左右对调（左栏 → 右栏，且粘性跟随）
           ③ 列表由单列横条改为两列网格卡（图上文下）
           ④ 服务商名录由单列横条改为两列名片
   类名与上一版完全一致，仅重定义样式，blade 无需大改。
   变量取自 layouts/app.blade.php 的 :root（--sy-* 为 --by-* 的兼容别名）
   ============================================================ */

/* ============================================================
   ① 深蓝渐变通栏页头
   ============================================================ */
.sy_ph {
    position: relative;
    padding: 30px 0 34px;
    background: linear-gradient(140deg, #073B77 0%, #0B54A6 58%, #052C5A 100%);
    overflow: hidden;
}
.sy_ph::after {
    content: ''; position: absolute; right: -80px; top: -140px; width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(242, 134, 27, .20) 0%, transparent 66%);
    pointer-events: none;
}
.sy_ph::before {
    content: ''; position: absolute; right: 12%; bottom: -70px; width: 190px; height: 190px;
    border: 2px solid rgba(255, 255, 255, .08); border-radius: 30px;
    transform: rotate(20deg); pointer-events: none;
}
.sy_ph > .zh_container { position: relative; z-index: 2; }

/* 面包屑跟随 layout 的白字定义，这里只补间距 */
.sy_ph .zh_breadcrumb { margin-bottom: 16px; }

.sy_ph_row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.sy_ph_main { min-width: 0; }
.sy_ph_title {
    font-size: clamp(24px, 2.8vw, 33px); font-weight: 800; color: #fff;
    margin: 0 0 10px; letter-spacing: -.3px;
}
.sy_ph_title::after {
    content: ''; display: block; width: 44px; height: 3px; border-radius: 2px;
    background: var(--by-orange); margin-top: 12px;
}
.sy_ph_desc {
    margin: 0; font-size: 14px; color: rgba(226, 238, 251, .76);
    max-width: 780px; line-height: 1.85;
}
.sy_ph_desc i { color: rgba(226, 238, 251, .5); margin-right: 3px; }
/* 审核通过标记：深蓝底上用浅橙，深橙（#C25A00）在这里几乎看不清 */
.sy_ph_ok {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 2px 11px; border-radius: var(--by-radius-pill);
    background: rgba(242, 134, 27, .18); border: 1px solid rgba(255, 185, 99, .4);
    color: #FFC58A; font-weight: 600;
}
.sy_ph_ok i { color: #FFB963; }
/* 深蓝页头上的强调数字 */
.sy_ph_num { color: #FFB963; font-size: 17px; font-weight: 800; margin: 0 3px; }

/* 统计：玻璃卡 */
.sy_ph_stats { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.sy_ph_stat {
    min-width: 96px; padding: 12px 18px; text-align: center;
    background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--by-radius); backdrop-filter: blur(6px);
}
.sy_ph_stat strong { display: block; font-size: 23px; font-weight: 800; line-height: 1.2; color: #fff; }
.sy_ph_stat span { font-size: 12px; color: rgba(226, 238, 251, .6); }

/* ============================================================
   ② 两栏骨架 —— 主体在左，粘性侧栏在右
   ============================================================ */
.sy_page { padding: 28px 0 60px; background: var(--by-blue-050); }
.sy_wrap  { display: grid; gap: 24px; align-items: start; }
.sy_wrap_l,
.sy_wrap_r { grid-template-columns: minmax(0, 1fr) 296px; }
/* blade 里 aside 在前、main 在后；用 order 把主体调到左边，避免改 HTML */
.sy_wrap_l .sy_aside { order: 2; }
.sy_wrap_l .sy_main  { order: 1; }
.sy_aside { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 74px; }
.sy_main  { min-width: 0; display: flex; flex-direction: column; gap: 18px; }

/* ============================================================
   ③ 侧栏 / 主体通用卡片
   ============================================================ */
.sy_box {
    background: #fff; border: 1px solid var(--by-border);
    border-radius: var(--by-radius-lg); overflow: hidden;
}
.sy_box_hd {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    padding: 13px 18px; border-bottom: 1px solid var(--by-line);
}
.sy_box_hd h3 { font-size: 15px; font-weight: 700; color: var(--by-ink); margin: 0; display: flex; align-items: center; gap: 8px; }
.sy_box_hd h3 i { color: var(--by-blue-600); font-size: 13px; }
.sy_box_hd a { font-size: 12.5px; color: var(--by-muted); }
.sy_box_hd a:hover { color: var(--by-blue-700); }
.sy_box_bd { padding: 15px 18px; }
.sy_box_bd_flush { padding: 6px 0; }

/* 侧栏：服务类型（两列图标格，取代原来的纵向列表） */
.sy_types { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 8px; }
.sy_types li + li { border-top: none; }
.sy_types a {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    padding: 13px 6px; border-radius: var(--by-radius); text-align: center;
    font-size: 12.8px; color: var(--by-text); transition: background .18s, transform .18s;
}
.sy_types a::before { content: none; }
.sy_types a:hover { background: var(--by-blue-050); color: var(--by-blue-800); transform: translateY(-2px); }
.sy_types img { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; }
.sy_types svg { width: 24px; height: 24px; flex-shrink: 0; color: var(--by-blue-600); }
.sy_types a:hover svg { color: var(--by-orange-btn); }
.sy_types a:hover svg .by_ico_accent { stroke: var(--by-blue-700); }
.sy_types span { min-width: 0; }
.sy_types i { display: none; }

/* 侧栏：排序 */
.sy_sorts { display: flex; gap: 8px; }
.sy_sorts a {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 10px;
    font-size: 13.5px; color: var(--by-text);
    background: var(--by-blue-050); border: 1px solid transparent; border-radius: var(--by-radius-pill);
}
.sy_sorts a i { color: var(--by-light); }
.sy_sorts a:hover { border-color: var(--by-blue-300); color: var(--by-blue-700); }
.sy_sorts a.sy_on { background: var(--by-blue-700); border-color: var(--by-blue-700); color: #fff; font-weight: 600; }
.sy_sorts a.sy_on i { color: rgba(255, 255, 255, .8); }

/* 侧栏：排行榜 */
.sy_rank li { display: flex; gap: 11px; padding: 11px 18px; }
.sy_rank li + li { border-top: 1px solid var(--by-line); }
.sy_rank_no {
    width: 21px; height: 21px; flex-shrink: 0; margin-top: 2px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: var(--by-radius-sm); font-size: 11.5px; font-weight: 800;
    background: var(--by-blue-050); color: var(--by-muted); border: 1px solid var(--by-border);
}
.sy_rank_no_1, .sy_rank_no_2, .sy_rank_no_3 {
    background: var(--by-orange-btn); border-color: var(--by-orange-btn); color: #fff;
}
.sy_rank a { min-width: 0; flex: 1; }
.sy_rank h4 {
    font-size: 13.2px; font-weight: 600; color: var(--by-text); line-height: 1.6; margin: 0 0 2px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sy_rank a:hover h4 { color: var(--by-blue-700); }
.sy_rank span { font-size: 11.5px; color: var(--by-light); }
.sy_rank span i { margin-right: 4px; }

/* 侧栏：入驻 CTA 小卡 */
.sy_cta {
    position: relative; overflow: hidden; padding: 22px 20px;
    background: var(--by-grad-deep); border-radius: var(--by-radius-lg); color: #fff; text-align: center;
}
.sy_cta::after {
    content: ''; position: absolute; right: -50px; top: -60px; width: 190px; height: 190px;
    background: radial-gradient(circle, rgba(242, 134, 27, .30) 0%, transparent 68%);
}
.sy_cta > * { position: relative; z-index: 2; }
.sy_cta img { width: 46px; height: 46px; object-fit: contain; margin: 0 auto 10px; }
.sy_cta svg { width: 46px; height: 46px; margin: 0 auto 10px; color: #fff; }
.sy_cta svg .by_ico_accent { stroke: #FFB963; }
.sy_cta strong { display: block; font-size: 16.5px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.sy_cta p { margin: 0 0 15px; font-size: 12.5px; color: rgba(226, 238, 251, .7); line-height: 1.75; }
.sy_cta_btn {
    display: block; height: 42px; line-height: 42px; border-radius: var(--by-radius-pill);
    background: var(--by-orange-btn); color: #fff; font-size: 14.5px; font-weight: 700;
    box-shadow: var(--by-shadow-btn);
}
.sy_cta_btn:hover { color: #fff; filter: brightness(1.07); }

/* 侧栏：热搜词 */
.sy_words { display: flex; flex-wrap: wrap; gap: 8px; }
.sy_words a {
    padding: 5px 12px; font-size: 12.5px; border-radius: var(--by-radius-pill);
    background: var(--by-blue-050); border: 1px solid var(--by-border); color: var(--by-text);
}
.sy_words a:hover, .sy_words a.sy_on {
    background: var(--by-blue-700); border-color: var(--by-blue-700); color: #fff;
}

/* ============================================================
   ④ 主体工具条
   ============================================================ */
.sy_tool {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    padding: 13px 20px; background: #fff;
    border: 1px solid var(--by-border); border-radius: var(--by-radius-lg);
}
.sy_tool_count { font-size: 13.5px; color: var(--by-muted); }
.sy_tool_count strong { color: var(--by-blue-800); font-size: 17px; font-weight: 800; margin: 0 3px; }
.sy_tool_count em { font-style: normal; color: var(--by-orange-deep); font-weight: 700; }
.sy_tool_right { display: flex; align-items: center; gap: 10px; }
.sy_tool_search {
    display: flex; align-items: center; gap: 8px; width: 260px; height: 38px; padding: 0 5px 0 14px;
    background: var(--by-blue-050); border: 1px solid var(--by-border); border-radius: var(--by-radius-pill);
}
.sy_tool_search:focus-within { border-color: var(--by-blue-600); background: #fff; box-shadow: 0 0 0 3px rgba(28, 124, 232, .13); }
.sy_tool_search i { color: var(--by-light); font-size: 12.5px; }
.sy_tool_search input { flex: 1; min-width: 0; border: none; outline: none; background: transparent; font-size: 13px; }
.sy_tool_search button {
    width: 28px; height: 28px; flex-shrink: 0; border: none; cursor: pointer; border-radius: 50%;
    background: var(--by-blue-700); color: #fff; font-size: 11px;
}
.sy_tool_search button:hover { background: var(--by-orange-btn); }

/* ============================================================
   ⑤ 信息卡（主体列表项）· 两列网格，图上文下
   ============================================================ */
.sy_items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sy_items > * { min-width: 0; }
.sy_item {
    display: flex; flex-direction: column; overflow: hidden;
    background: #fff; border: 1px solid var(--by-border); border-radius: var(--by-radius-lg);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.sy_item:hover { border-color: var(--by-blue-300); box-shadow: var(--by-shadow-2); transform: translateY(-4px); }
.sy_item_thumb {
    position: relative; width: 100%; aspect-ratio: 16 / 9; flex-shrink: 0; overflow: hidden;
    background: var(--by-blue-100); display: block;
}
.sy_item_thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.sy_item:hover .sy_item_thumb img { transform: scale(1.05); }
.sy_item_thumb .sy_noimg2 {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #EAF3FC 0%, #DCEBFB 100%); color: #9FC0E4; font-size: 28px;
}
.sy_item_hot {
    position: absolute; left: 12px; top: 12px; z-index: 2;
    display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px;
    font-size: 11.5px; font-weight: 700; color: #fff;
    background: var(--by-orange-btn); border-radius: var(--by-radius-pill);
}
.sy_item_body { flex: 1; min-width: 0; display: flex; flex-direction: column; padding: 16px 18px 17px; }
.sy_item_title { font-size: 16.5px; font-weight: 700; line-height: 1.55; margin: 0 0 9px; }
.sy_item_title a {
    color: var(--by-ink);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sy_item:hover .sy_item_title a { color: var(--by-blue-700); }
/* 搜索高亮：浏览器默认的黄底在卡片里很突兀，统一成品牌橙 */
.sy_item mark, .sy_card mark, .sy_content mark {
    background: var(--by-orange-soft); color: var(--by-orange-deep);
    font-weight: 700; padding: 0 2px; border-radius: 3px;
}
.sy_item_title mark { background: transparent; padding: 0; color: var(--by-orange-deep); font-weight: 800; }
.sy_item_desc {
    margin: 0 0 12px; font-size: 13.2px; color: var(--by-muted); line-height: 1.85;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sy_item_meta {
    display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px;
    font-size: 12.5px; color: var(--by-muted); margin-top: auto;
    padding-top: 12px; border-top: 1px solid var(--by-line);
}
.sy_item_meta i { margin-right: 4px; color: var(--by-blue-300); }
.sy_item_shop { display: inline-flex; align-items: center; gap: 6px; color: var(--by-text); min-width: 0; }
.sy_item_shop:hover { color: var(--by-blue-700); }
.sy_item_ava {
    width: 20px; height: 20px; border-radius: var(--by-radius-sm); flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--by-grad-brand); color: #fff; font-size: 11px; font-weight: 700;
}
.sy_item_tel {
    margin-left: auto; display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
    padding: 5px 13px; font-size: 13px; font-weight: 700;
    color: var(--by-orange-deep); background: var(--by-orange-soft);
    border-radius: var(--by-radius-pill);
}
.sy_item_tel:hover { background: var(--by-orange-btn); color: #fff; }

/* ============================================================
   ⑥ 服务商名片（服务商列表主体）· 两列网格
   ============================================================ */
.sy_dir { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sy_dir > * { min-width: 0; }
.sy_drow {
    display: flex; flex-direction: column;
    background: #fff; border: 1px solid var(--by-border); border-radius: var(--by-radius-lg);
    padding: 20px 22px; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.sy_drow:hover { border-color: var(--by-blue-300); box-shadow: var(--by-shadow-2); transform: translateY(-4px); }
.sy_drow_top { display: flex; align-items: flex-start; gap: 14px; flex-wrap: wrap; }
.sy_drow_top > * { min-width: 0; }
.sy_drow_ava {
    width: 54px; height: 54px; flex-shrink: 0; border-radius: var(--by-radius); overflow: hidden;
    display: flex; align-items: center; justify-content: center; object-fit: cover;
    background: var(--by-grad-brand); color: #fff; font-size: 22px; font-weight: 800;
}
.sy_drow:nth-child(even) .sy_drow_ava { background: linear-gradient(135deg, #D96A05, #F2861B); }
.sy_drow_id { flex: 1; min-width: 0; }
.sy_drow_name {
    display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
    font-size: 17px; font-weight: 700; color: var(--by-ink); margin-bottom: 6px;
}
.sy_drow_name a { color: var(--by-ink); }
.sy_drow:hover .sy_drow_name a { color: var(--by-blue-700); }
.sy_drow_ok {
    display: inline-flex; align-items: center; gap: 4px; padding: 2px 9px;
    font-size: 11.5px; font-weight: 600; color: var(--by-blue-800);
    background: var(--by-blue-100); border-radius: var(--by-radius-pill);
}
.sy_drow_desc {
    margin: 0; font-size: 13px; color: var(--by-muted); line-height: 1.8;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
/* 统计条：整行等分，压在名片中部 */
.sy_drow_nums {
    order: 3; width: 100%; display: flex; align-items: center; gap: 0;
    margin-top: 16px; padding: 13px 0; flex-shrink: 0;
    border-top: 1px solid var(--by-line); border-bottom: 1px solid var(--by-line);
}
.sy_drow_num { flex: 1; text-align: center; }
.sy_drow_num + .sy_drow_num { border-left: 1px solid var(--by-line); }
.sy_drow_num strong { display: block; font-size: 19px; font-weight: 800; color: var(--by-blue-800); line-height: 1.2; }
.sy_drow_num span { font-size: 11.5px; color: var(--by-muted); }
/* 操作区：整行两按钮并排 */
.sy_drow_act { order: 4; width: 100%; display: flex; gap: 10px; margin-top: 14px; flex-shrink: 0; }
.sy_drow_tel {
    flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    height: 40px; font-size: 14.5px; font-weight: 700;
    color: #fff; background: var(--by-orange-btn); border-radius: var(--by-radius-pill);
    box-shadow: var(--by-shadow-btn);
}
.sy_drow_tel:hover { color: #fff; filter: brightness(1.07); }
.sy_drow_more {
    flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    height: 40px; padding: 0 18px; font-size: 13.5px; font-weight: 600; color: var(--by-blue-800);
    border: 1px solid var(--by-blue-300); border-radius: var(--by-radius-pill);
}
.sy_drow_more:hover { background: var(--by-blue-700); border-color: var(--by-blue-700); color: #fff; }
.sy_drow_infos {
    order: 5; display: flex; flex-wrap: wrap; gap: 8px;
    margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--by-line);
}
.sy_drow_infos a {
    display: inline-flex; align-items: center; gap: 6px; max-width: 100%;
    padding: 5px 12px; font-size: 12.5px; color: var(--by-text);
    background: var(--by-blue-050); border-radius: var(--by-radius-pill);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sy_drow_infos a i { color: var(--by-blue-300); font-size: 11px; flex-shrink: 0; }
.sy_drow_infos a:hover { background: var(--by-blue-100); color: var(--by-blue-800); }

/* ============================================================
   ⑦ 信息详情：封面 / 参数 / 正文
   ============================================================ */
/* 封面只是版式图，不承载信息量，限高避免占满首屏 */
.sy_cover {
    border-radius: var(--by-radius-lg); overflow: hidden;
    border: 1px solid var(--by-border); background: #fff;
}
.sy_cover img { width: 100%; height: 230px; object-fit: cover; display: block; }

/* 参数改为横向 chip 条（原为四等分表格） */
.sy_params {
    display: flex; flex-wrap: wrap; gap: 10px;
    padding: 16px 18px; background: #fff;
}
.sy_param {
    display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px;
    background: var(--by-blue-050); border: 1px solid var(--by-border);
    border-radius: var(--by-radius-pill);
}
.sy_param em { font-style: normal; font-size: 12.5px; color: var(--by-muted); margin: 0; }
.sy_param strong { font-size: 14px; font-weight: 700; color: var(--by-ink); }

.sy_art { padding: 28px 30px; }
.sy_art_hd {
    display: flex; align-items: center; gap: 10px;
    font-size: 18px; font-weight: 800; color: var(--by-ink); margin: 0 0 20px;
}
.sy_art_hd::before { content: ''; width: 5px; height: 18px; border-radius: 3px; background: var(--by-grad-line); }
.sy_content { font-size: 15px; line-height: 2; color: var(--by-text); }
.sy_content p { margin: 0 0 15px; }
.sy_content h3 {
    position: relative; font-size: 16px; font-weight: 700; color: var(--by-ink);
    margin: 28px 0 13px; padding-left: 13px;
}
.sy_content h3::before {
    content: ''; position: absolute; left: 0; top: 5px; bottom: 5px; width: 4px;
    border-radius: 2px; background: var(--by-orange);
}
.sy_content ul, .sy_content ol { margin: 0 0 15px; padding-left: 0; }
.sy_content li { position: relative; padding-left: 22px; margin-bottom: 9px; font-size: 14.5px; }
.sy_content ul li::before {
    content: ''; position: absolute; left: 6px; top: 13px; width: 6px; height: 6px;
    border-radius: 50%; background: var(--by-blue-600);
}
.sy_content ol { counter-reset: syol; }
.sy_content ol li { counter-increment: syol; }
.sy_content ol li::before {
    content: counter(syol); position: absolute; left: 0; top: 4px;
    width: 17px; height: 17px; border-radius: 50%; font-size: 11px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    background: var(--by-blue-100); color: var(--by-blue-800);
}
.sy_content img { max-width: 100%; height: auto; border-radius: var(--by-radius); margin: 10px 0; }
.sy_content table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; }
.sy_content th, .sy_content td { border: 1px solid var(--by-border); padding: 9px 12px; text-align: left; }
.sy_content th { background: var(--by-blue-050); font-weight: 700; color: var(--by-ink); }

.sy_notice {
    display: flex; gap: 11px; margin-top: 26px; padding: 16px 19px;
    background: var(--by-orange-soft); border-left: 4px solid var(--by-orange);
    border-radius: 0 var(--by-radius) var(--by-radius) 0;
    font-size: 13.2px; line-height: 1.9; color: var(--by-text);
}
.sy_notice i { margin-top: 4px; flex-shrink: 0; color: var(--by-orange-deep); }
.sy_notice strong { font-weight: 700; color: var(--by-ink); }

/* 上一条 / 下一条 */
.sy_pn { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sy_pn > * { min-width: 0; }
.sy_pn_item {
    display: flex; align-items: center; gap: 12px; padding: 15px 20px;
    background: #fff; border: 1px solid var(--by-border); border-radius: var(--by-radius-lg);
    font-size: 13.5px; color: var(--by-text); min-width: 0;
}
.sy_pn_item:hover { border-color: var(--by-blue-300); color: var(--by-blue-700); box-shadow: var(--by-shadow-1); }
.sy_pn_item i { color: var(--by-blue-300); flex-shrink: 0; }
.sy_pn_item span { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.sy_pn_item em { font-style: normal; font-size: 11.5px; color: var(--by-light); }
.sy_pn_item strong {
    font-weight: 600; font-size: 13.5px; color: inherit;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sy_pn_next { justify-content: flex-end; text-align: right; }
.sy_pn_off { opacity: .45; }

/* 侧栏：服务商名片 */
.sy_shop_card { padding: 22px 20px; text-align: center; }
.sy_shop_ava {
    width: 64px; height: 64px; margin: 0 auto 13px; border-radius: var(--by-radius-lg); overflow: hidden;
    display: flex; align-items: center; justify-content: center; object-fit: cover;
    background: var(--by-grad-brand); color: #fff; font-size: 27px; font-weight: 800;
}
.sy_shop_name { font-size: 17.5px; font-weight: 700; color: var(--by-ink); margin-bottom: 8px; }
.sy_shop_ok {
    display: inline-flex; align-items: center; gap: 5px; padding: 3px 12px; margin-bottom: 13px;
    font-size: 12px; font-weight: 600; color: var(--by-blue-800);
    background: var(--by-blue-100); border-radius: var(--by-radius-pill);
}
.sy_shop_desc {
    margin: 0 0 15px; font-size: 12.8px; color: var(--by-muted); line-height: 1.85; text-align: left;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.sy_shop_nums {
    display: flex; justify-content: center; gap: 0; padding: 13px 0; margin-bottom: 15px;
    border-top: 1px solid var(--by-line); border-bottom: 1px solid var(--by-line);
}
.sy_shop_nums div { flex: 1; text-align: center; }
.sy_shop_nums div + div { border-left: 1px solid var(--by-line); }
.sy_shop_nums strong { display: block; font-size: 19px; font-weight: 800; color: var(--by-blue-800); line-height: 1.2; }
.sy_shop_nums span { font-size: 11.5px; color: var(--by-muted); }
.sy_shop_tel {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    height: 46px; margin-bottom: 10px; border-radius: var(--by-radius-pill);
    background: var(--by-orange-btn); color: #fff; font-size: 16.5px; font-weight: 800; letter-spacing: .5px;
    box-shadow: var(--by-shadow-btn);
}
.sy_shop_tel:hover { color: #fff; filter: brightness(1.07); }
.sy_shop_link {
    display: flex; align-items: center; justify-content: center; gap: 7px; height: 40px;
    font-size: 13.5px; font-weight: 600; color: var(--by-blue-800);
    border: 1px solid var(--by-blue-300); border-radius: var(--by-radius-pill);
}
.sy_shop_link:hover { background: var(--by-blue-700); border-color: var(--by-blue-700); color: #fff; }

/* 侧栏：纵向小信息列表 */
.sy_mini li + li { border-top: 1px solid var(--by-line); }
.sy_mini a { display: block; padding: 11px 18px; }
.sy_mini h4 {
    font-size: 13.2px; font-weight: 600; color: var(--by-text); line-height: 1.6; margin: 0 0 3px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sy_mini a:hover h4 { color: var(--by-blue-700); }
.sy_mini span { font-size: 11.5px; color: var(--by-light); }
.sy_mini span i { margin-right: 4px; }

/* ============================================================
   ⑧ 服务商资料表（服务商详情侧栏）
   ============================================================ */
.sy_profile li {
    display: flex; align-items: flex-start; gap: 10px; padding: 11px 0;
    font-size: 13px; line-height: 1.7;
}
.sy_profile li + li { border-top: 1px solid var(--by-line); }
.sy_profile i { color: var(--by-blue-600); font-size: 12.5px; width: 15px; flex-shrink: 0; margin-top: 4px; }
.sy_profile em { font-style: normal; color: var(--by-muted); flex-shrink: 0; }
.sy_profile strong { font-weight: 600; color: var(--by-ink); word-break: break-all; }
/* 资料表是「标签 + 值」，值右对齐；入驻要求只有一条文字，不能跟着靠右 */
.sy_profile em + strong { margin-left: auto; text-align: right; padding-left: 12px; }

/* ============================================================
   ⑨ 页尾区块（相关推荐 / 其它服务商 / 平台规则）
   ============================================================ */
.sy_foot { padding: 48px 0 60px; background: #fff; border-top: 1px solid var(--by-border); }
.sy_cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sy_cards > * { min-width: 0; }
.sy_card {
    display: flex; flex-direction: column; overflow: hidden;
    background: #fff; border: 1px solid var(--by-border); border-radius: var(--by-radius-lg);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.sy_card:hover { transform: translateY(-4px); box-shadow: var(--by-shadow-2); border-color: var(--by-blue-300); }
.sy_card_thumb { aspect-ratio: 16 / 9; overflow: hidden; background: var(--by-blue-100); }
.sy_card_thumb img { width: 100%; height: 100%; object-fit: cover; }
.sy_card_bd { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.sy_card_bd h4 {
    font-size: 14.5px; font-weight: 700; color: var(--by-ink); line-height: 1.6;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sy_card:hover .sy_card_bd h4 { color: var(--by-blue-700); }
.sy_card_bd .sy_cmeta {
    display: flex; align-items: center; gap: 12px; margin-top: auto;
    padding-top: 10px; border-top: 1px solid var(--by-line);
    font-size: 12px; color: var(--by-muted);
}
.sy_card_bd .sy_cmeta i { margin-right: 4px; color: var(--by-blue-300); }

/* 其它服务商 */
.sy_others { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.sy_others > * { min-width: 0; }
.sy_other {
    display: flex; align-items: center; gap: 12px; padding: 15px 16px;
    background: #fff; border: 1px solid var(--by-border); border-radius: var(--by-radius-lg);
    transition: all .2s;
}
.sy_other:hover { border-color: var(--by-blue-300); box-shadow: var(--by-shadow-1); transform: translateY(-3px); }
.sy_other_ava {
    width: 42px; height: 42px; flex-shrink: 0; border-radius: var(--by-radius-sm); overflow: hidden;
    display: flex; align-items: center; justify-content: center; object-fit: cover;
    background: var(--by-grad-brand); color: #fff; font-size: 17px; font-weight: 800;
}
.sy_other:nth-child(even) .sy_other_ava { background: linear-gradient(135deg, #D96A05, #F2861B); }
.sy_other_txt { min-width: 0; }
.sy_other_txt strong {
    display: block; font-size: 14px; font-weight: 700; color: var(--by-ink);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sy_other_txt span { font-size: 12px; color: var(--by-muted); }

/* 平台规则条 */
.sy_rules { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sy_rules > * { min-width: 0; }
.sy_rule {
    display: flex; align-items: flex-start; gap: 12px; padding: 18px 20px;
    background: var(--by-blue-050); border: 1px solid var(--by-border); border-radius: var(--by-radius-lg);
}
.sy_rule > i {
    width: 36px; height: 36px; flex-shrink: 0; border-radius: var(--by-radius-sm);
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff; color: var(--by-blue-600); font-size: 14px; border: 1px solid var(--by-border);
}
.sy_rule svg { width: 36px; height: 36px; flex-shrink: 0; color: var(--by-blue-600); }
.sy_rule strong { display: block; font-size: 14px; font-weight: 700; color: var(--by-ink); margin-bottom: 4px; }
.sy_rule span { font-size: 12.3px; color: var(--by-muted); line-height: 1.75; }

/* ============================================================
   ⑩ 响应式
   ============================================================ */
@media (max-width: 1200px) {
    .sy_wrap_l, .sy_wrap_r { grid-template-columns: minmax(0, 1fr) 274px; }
    .sy_cards  { grid-template-columns: repeat(3, 1fr); }
    .sy_others { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1024px) {
    .sy_wrap_l, .sy_wrap_r { grid-template-columns: 1fr; }
    .sy_wrap_l .sy_aside, .sy_wrap_r .sy_aside { order: 2; position: static; flex-direction: row; flex-wrap: wrap; }
    .sy_wrap_l .sy_main, .sy_wrap_r .sy_main { order: 1; }
    .sy_aside > * { flex: 1 1 300px; }
    .sy_rules { grid-template-columns: repeat(2, 1fr); }
    .sy_others { grid-template-columns: repeat(3, 1fr); }
    .sy_dir { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
    .sy_ph { padding: 22px 0 26px; }
    .sy_ph_row { flex-direction: column; align-items: flex-start; gap: 18px; }
    .sy_ph_stats { width: 100%; }
    .sy_ph_stat { flex: 1; min-width: 0; padding: 10px 8px; }
    .sy_ph_stat strong { font-size: 20px; }
    .sy_page { padding: 22px 0 46px; }
    .sy_cards { grid-template-columns: repeat(2, 1fr); }
    .sy_others { grid-template-columns: repeat(2, 1fr); }
    .sy_art { padding: 22px 20px; }
    .sy_tool { padding: 12px 15px; }
    .sy_tool_right, .sy_tool_search { width: 100%; }
    .sy_cover img { height: 190px; }
    .sy_types { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 620px) {
    .sy_items { grid-template-columns: 1fr; }
    .sy_item_tel { margin-left: 0; }
    .sy_cards { grid-template-columns: 1fr; }
    .sy_others { grid-template-columns: 1fr; }
    .sy_params { flex-direction: column; align-items: stretch; }
    .sy_param { justify-content: space-between; }
    .sy_rules { grid-template-columns: 1fr; }
    .sy_pn { grid-template-columns: 1fr; }
    .sy_pn_next { justify-content: flex-start; text-align: left; flex-direction: row-reverse; }
    .sy_drow_act { flex-direction: column; }
    .sy_drow_more { padding: 0; }
    .sy_aside > * { flex: 1 1 100%; }
    .sy_types { grid-template-columns: repeat(2, 1fr); }
    .sy_sorts { flex-direction: column; }
}
