/* =====================================================================
   travel-common.css — 迅睿CMS travel 模板公共组件库（PC）
   覆盖：内页Banner/面包屑/搜索栏/分页/两栏布局/侧栏/蚂蜂窝式筛选条/
        网格卡片(3列/4列)/多套餐报价/行程时间轴/导游卡/团队卡/案例卡
   ===================================================================== */

/* ===== 内页 Banner（蚂蜂窝/游侠客风：照片底图 + 暗色遮罩） ===== */
.ty-inner-banner{--ty-banner-img:var(--ty-banner, none);min-height:200px;padding:60px 0 36px;color:#fff;position:relative;overflow:hidden;background:#0a3d82}
.ty-inner-banner::before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--ty-banner, none);background-size:cover;background-position:center;transition:transform .6s ease}
.ty-inner-banner:hover::before{transform:scale(1.04)}
.ty-inner-banner::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,28,58,.26) 0%,rgba(8,28,58,.55) 55%,rgba(8,28,58,.80) 100%),radial-gradient(circle at 82% 16%,rgba(255,122,0,.20),transparent 46%)}
.ty-inner-banner-inner{max-width:1180px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.ty-inner-banner h1{font-size:30px;font-weight:800;margin:0 0 10px;text-shadow:0 2px 14px rgba(0,0,0,.45);letter-spacing:1px}
.ty-crumb{font-size:13px;color:rgba(255,255,255,.85);text-shadow:0 1px 4px rgba(0,0,0,.4)}
.ty-crumb a{color:rgba(255,255,255,.9);text-decoration:none}
.ty-crumb a:hover{color:#ffd27a}
.ty-crumb .sep{margin:0 8px;color:rgba(255,255,255,.55)}
.ty-crumb em{font-style:normal;color:#ffd27a}
.ty-inner{max-width:1180px;margin:0 auto;padding:26px 20px 10px}

/* ===== 搜索栏 ===== */
.ty-search-bar{max-width:1180px;margin:0 auto 20px;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 4px 18px rgba(0,0,0,.06)}
.ty-search-bar form{display:flex;gap:8px}
.ty-search-bar input{flex:1;padding:10px 14px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none}
.ty-search-bar input:focus{border-color:#0a6ecb}
.ty-search-bar button{padding:10px 26px;background:linear-gradient(135deg,#ff7a00,#ff5722);color:#fff;border:0;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer}

/* ===== 两栏布局（主内容 + 侧栏） ===== */
.ty-layout{display:flex;gap:24px;align-items:flex-start}
.ty-layout-main{flex:1;min-width:0}
.ty-layout-side{flex:0 0 260px;width:260px}
.ty-layout-side .ty-side-card{position:static;margin-bottom:18px}

/* ===== 侧栏组件 ===== */
.ty-side-card{background:#fff;border-radius:12px;padding:18px 20px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center;position:sticky;top:20px}
.ty-side-card h4{font-size:16px;color:#1a1a2e;margin:0 0 12px}
.ty-side-phone{font-size:18px;color:#e53935;font-weight:700;margin:0 0 14px}
.ty-side-btn{display:inline-block;background:linear-gradient(135deg,#ff7a00,#ff5722);color:#fff;padding:11px 30px;border-radius:24px;text-decoration:none;font-weight:700}
.ty-side-btn-ghost{background:#fff;color:#0a6ecb;border:1.5px solid #0a6ecb;margin-top:10px}
.ty-side-nav{text-align:left;margin-bottom:18px}
.ty-side-nav h4{font-size:15px;color:#1a1a2e;margin:0 0 12px;padding-left:10px;border-left:4px solid #ff7a00}
.ty-side-nav ul{list-style:none;margin:0;padding:0}
.ty-side-nav li a{display:block;padding:9px 12px;font-size:14px;color:#555;border-radius:8px;transition:.2s}
.ty-side-nav li a:hover{background:#f0f7ff;color:#0a6ecb}
.ty-side-nav li a.on{background:#0a6ecb;color:#fff;font-weight:700}
.ty-side-hot{text-align:left}
.ty-side-hot h4{font-size:15px;color:#1a1a2e;margin:0 0 12px;padding-left:10px;border-left:4px solid #0a6ecb}
.ty-side-hot-item{display:flex;gap:10px;padding:8px 0;border-bottom:1px dashed #f0f0f0}
.ty-side-hot-item:last-child{border-bottom:0}
.ty-side-hot-item img{width:70px;height:52px;border-radius:6px;object-fit:cover;flex:0 0 70px;background:#f0f0f0}
.ty-side-hot-item .t{font-size:13px;color:#333;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ty-side-hot-item .p{color:#e53935;font-weight:700;font-size:13px;margin-top:4px}

/* ===== 蚂蜂窝式多条件筛选条 ===== */
.ty-filter{background:#fff;border-radius:12px;padding:4px 22px;box-shadow:0 4px 18px rgba(0,0,0,.06);margin-bottom:20px}
.ty-filter-row{display:flex;align-items:flex-start;padding:11px 0;border-bottom:1px dashed #f0f0f0}
.ty-filter-row:last-child{border-bottom:0}
.ty-filter-label{flex:0 0 76px;color:#999;font-size:14px;padding-top:3px}
.ty-filter-opts{flex:1;display:flex;flex-wrap:wrap;gap:4px 2px}
.ty-filter-opts a{padding:3px 13px;border-radius:15px;font-size:13px;color:#555;transition:.2s}
.ty-filter-opts a:hover{color:#0a6ecb;background:#e8f0fe}
.ty-filter-opts a.on{background:linear-gradient(135deg,#0a6ecb,#0c5cb4);color:#fff;font-weight:700}
.ty-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 12px}
.ty-filter-result{font-size:13px;color:#999}
.ty-filter-result b{color:#0a6ecb;font-size:16px}
.ty-filter-order{display:flex;gap:6px}
.ty-filter-order a{padding:4px 14px;font-size:13px;color:#666;border-radius:6px;border:1px solid #eee}
.ty-filter-order a.on{color:#ff7a00;border-color:#ff7a00;background:#fff7ec;font-weight:700}
.ty-filter-clear{font-size:12px;color:#999;margin-left:8px}
.ty-filter-clear:hover{color:#e53935}

/* ===== 网格卡片（一行3列/4列） ===== */
.ty-grid{display:grid;gap:18px}
.ty-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.ty-grid.cols-4{grid-template-columns:repeat(4,1fr)}
.ty-grid.cols-5{grid-template-columns:repeat(5,1fr)}
.ty-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:.25s;display:flex;flex-direction:column}
.ty-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.12);transform:translateY(-4px)}
.ty-card .img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0}
.ty-card .img-wrap img{width:100%;height:100%;object-fit:cover;transition:.4s}
.ty-card:hover .img-wrap img{transform:scale(1.06)}
.ty-card .img-wrap .tag{position:absolute;left:10px;top:10px;background:rgba(10,110,203,.92);color:#fff;font-size:12px;padding:3px 10px;border-radius:14px}
.ty-card .img-wrap .tag.green{background:rgba(26,156,78,.92)}
.ty-card .img-wrap .tag.orange{background:linear-gradient(135deg,#ff7a00,#ff5722)}
.ty-card .body{padding:13px 15px 15px;flex:1;display:flex;flex-direction:column}
.ty-card .title{font-size:15px;color:#1a1a2e;margin:0 0 6px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ty-card .title a{color:inherit;text-decoration:none}
.ty-card .title a:hover{color:#0a6ecb}
.ty-card .desc{font-size:13px;color:#888;line-height:1.6;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ty-card .meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}
.ty-card .meta .price{color:#e53935;font-size:18px;font-weight:800}
.ty-card .meta .price i{font-style:normal;font-size:12px;font-weight:400;color:#999}
.ty-card .meta .ext{font-size:12px;color:#aaa}

/* ===== 横排列表（保留原样式） ===== */
.ty-list{display:flex;flex-direction:column;gap:16px}
.ty-list-item{display:flex;gap:18px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:.25s}
.ty-list-item:hover{box-shadow:0 10px 26px rgba(0,0,0,.10);transform:translateY(-2px)}
.ty-li-thumb{width:300px;height:200px;flex:0 0 300px;border-radius:10px;overflow:hidden;background:#f0f0f0}
.ty-li-thumb img{width:100%;height:100%;object-fit:cover}
.ty-li-body{flex:1;display:flex;flex-direction:column}
.ty-li-body h3{font-size:18px;margin:0 0 8px}
.ty-li-body h3 a{color:#1a1a2e;text-decoration:none}
.ty-li-body h3 a:hover{color:#0a6ecb}
.ty-li-desc{color:#777;font-size:14px;line-height:1.7;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ty-li-meta{margin-top:auto;display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.ty-li-price{color:#e53935;font-size:20px;font-weight:800}
.ty-li-tag{background:#e8f0fe;color:#0a6ecb;font-size:12px;padding:3px 10px;border-radius:20px}
.ty-li-date{color:#aaa;font-size:12px}

/* ===== 分页 ===== */
.ty-pages{text-align:center;margin:26px 0;color:#666;font-size:14px}
.ty-pages a,.ty-pages span,.ty-pages b{display:inline-block;margin:0 3px;padding:6px 12px;border-radius:6px;background:#fff;color:#444;text-decoration:none;border:1px solid #eee}
.ty-pages a:hover{color:#0a6ecb;border-color:#0a6ecb}
.ty-pages .cur,.ty-pages b{background:#0a6ecb;color:#fff;border-color:#0a6ecb}

/* ===== 详情页 ===== */
.ty-show{display:flex;gap:28px;align-items:flex-start}
.ty-show-main{flex:1;min-width:0;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.ty-show-thumb{width:100%;max-height:420px;overflow:hidden;border-radius:10px;margin-bottom:18px;background:#f0f0f0}
.ty-show-thumb img{width:100%;max-height:420px;object-fit:cover}
.ty-show-info{display:flex;flex-wrap:wrap;gap:10px 18px;padding:14px 0;margin-bottom:14px;border-top:1px dashed #eee;border-bottom:1px dashed #eee}
.ty-show-price{color:#e53935;font-size:22px;font-weight:800}
.ty-show-attr{font-size:13px;color:#555;background:#f5f7fa;padding:5px 12px;border-radius:8px}
.ty-show-content{font-size:15px;line-height:1.9;color:#444}
.ty-show-content h4{font-size:16px;color:#1a1a2e;margin:18px 0 8px;padding-left:10px;border-left:3px solid #0a6ecb}
.ty-show-desc{color:#666;background:#f8fbff;padding:12px 14px;border-radius:8px;margin:0 0 8px}
.ty-show-side{flex:0 0 300px;width:300px}

/* ===== 多套餐报价（Ftable packages） ===== */
.ty-pkg-sec{background:#fff;border-radius:12px;padding:22px 24px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:20px}
.ty-pkg-sec h3{font-size:18px;color:#1a1a2e;margin:0 0 16px;padding-left:12px;border-left:4px solid #ff7a00}
.ty-pkg-sec h3 i{color:#ff7a00;margin-right:6px}
.ty-pkg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.ty-pkg{border:1.5px solid #eaf0f6;border-radius:12px;padding:18px;display:flex;flex-direction:column;transition:.25s;background:#fff}
.ty-pkg:hover{border-color:#ff9d00;box-shadow:0 8px 22px rgba(255,122,0,.12)}
.ty-pkg-name{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 10px;display:flex;align-items:center;gap:8px}
.ty-pkg-name .badge{font-size:11px;background:linear-gradient(135deg,#ff7a00,#ff5722);color:#fff;padding:2px 8px;border-radius:10px;font-weight:400}
.ty-pkg-name .badge.blue{background:linear-gradient(135deg,#0a6ecb,#0c5cb4)}
.ty-pkg-price{display:flex;align-items:baseline;gap:14px;margin-bottom:10px}
.ty-pkg-price .a{color:#e53935;font-size:26px;font-weight:800}
.ty-pkg-price .a i{font-style:normal;font-size:13px;font-weight:400}
.ty-pkg-price .c{color:#999;font-size:13px}
.ty-pkg-inc{font-size:13px;color:#666;line-height:1.8;background:#f8fbff;border-radius:8px;padding:10px 12px;margin-bottom:8px}
.ty-pkg-inc b{color:#1a9c4e}
.ty-pkg-inc.no b{color:#e05a5a}
.ty-pkg-note{font-size:12px;color:#999;margin-bottom:12px}
.ty-pkg-btn{margin-top:auto;text-align:center;display:block;background:linear-gradient(135deg,#ff7a00,#ff5722);color:#fff;padding:9px 0;border-radius:22px;font-weight:700;text-decoration:none}
.ty-pkg-btn:hover{opacity:.92}

/* ===== 行程时间轴（Ftable itinerary） ===== */
.ty-itin{position:relative;padding-left:26px}
.ty-itin::before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:2px;background:linear-gradient(#0a6ecb,#ff9d00)}
.ty-itin-day{position:relative;margin-bottom:18px;background:#f8fbff;border-radius:10px;padding:14px 16px}
.ty-itin-day::before{content:"";position:absolute;left:-24px;top:18px;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #0a6ecb;box-shadow:0 0 0 3px rgba(10,110,203,.15)}
.ty-itin-hd{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:6px}
.ty-itin-day-tag{background:#0a6ecb;color:#fff;font-size:12px;font-weight:700;padding:2px 10px;border-radius:10px}
.ty-itin-title{font-size:15px;font-weight:700;color:#1a1a2e}
.ty-itin-city{font-size:12px;color:#0a6ecb;background:#e8f0fe;padding:2px 8px;border-radius:10px}
.ty-itin-desc{font-size:14px;color:#555;line-height:1.8}
.ty-itin-sub{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:8px;font-size:12px;color:#888}
.ty-itin-sub span i{color:#ff9d00;margin-right:4px}

/* ===== 导游卡片（4列） ===== */
.ty-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ty-gcard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:.25s;display:flex;flex-direction:column}
.ty-gcard:hover{box-shadow:0 12px 28px rgba(0,0,0,.12);transform:translateY(-4px)}
.ty-gcard .g-cover{position:relative;height:190px;overflow:hidden;background:linear-gradient(135deg,#0c5cb4,#0a3d82)}
.ty-gcard .g-cover img{width:100%;height:100%;object-fit:cover;transition:.4s}
.ty-gcard:hover .g-cover img{transform:scale(1.06)}
.ty-gcard .g-cover .g-cert{position:absolute;right:10px;top:10px;background:rgba(26,156,78,.95);color:#fff;font-size:11px;padding:3px 9px;border-radius:12px;font-weight:700}
.ty-gcard .g-cover .g-lang{position:absolute;left:10px;bottom:10px;background:rgba(255,122,0,.92);color:#fff;font-size:11px;padding:3px 9px;border-radius:12px;font-weight:700}
.ty-gcard .g-body{padding:14px 15px 16px;flex:1;display:flex;flex-direction:column}
.ty-gcard .g-name{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 6px}
.ty-gcard .g-name a{color:inherit;text-decoration:none}
.ty-gcard .g-name a:hover{color:#0a6ecb}
.ty-gcard .g-meta{font-size:12px;color:#999;margin-bottom:8px;display:flex;flex-wrap:wrap;gap:4px 12px}
.ty-gcard .g-desc{font-size:13px;color:#777;line-height:1.6;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ty-gcard .g-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between}
.ty-gcard .g-foot .areas{font-size:12px;color:#0a6ecb;background:#e8f0fe;padding:3px 9px;border-radius:12px}
.ty-gcard .g-foot .go{font-size:12px;color:#ff7a00;font-weight:700}

/* ===== 团队出行卡片 ===== */
.ty-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ty-tcard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:.25s;display:flex;flex-direction:column}
.ty-tcard:hover{box-shadow:0 12px 28px rgba(0,0,0,.12);transform:translateY(-4px)}
.ty-tcard .t-img{position:relative;aspect-ratio:16/9;overflow:hidden;background:#f0f0f0}
.ty-tcard .t-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.ty-tcard:hover .t-img img{transform:scale(1.06)}
.ty-tcard .t-img .t-type{position:absolute;left:10px;top:10px;background:rgba(10,110,203,.92);color:#fff;font-size:12px;padding:3px 10px;border-radius:14px}
.ty-tcard .t-body{padding:14px 15px 16px;flex:1;display:flex;flex-direction:column}
.ty-tcard .t-title{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 8px;line-height:1.5}
.ty-tcard .t-title a{color:inherit;text-decoration:none}
.ty-tcard .t-title a:hover{color:#0a6ecb}
.ty-tcard .t-desc{font-size:13px;color:#888;line-height:1.6;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ty-tcard .t-meta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:#999;margin-bottom:10px}
.ty-tcard .t-meta i{color:#0a6ecb;margin-right:3px}
.ty-tcard .t-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between}
.ty-tcard .t-price{color:#e53935;font-size:18px;font-weight:800}
.ty-tcard .t-price i{font-style:normal;font-size:12px;color:#999;font-weight:400}
.ty-tcard .t-people{font-size:12px;color:#999}

/* ===== 导游详情：名片/团队/案例 ===== */
.ty-guide-card{display:flex;gap:22px;background:#fff;border-radius:14px;padding:22px;box-shadow:0 4px 16px rgba(0,0,0,.06);margin-bottom:20px}
.ty-g-avatar{width:120px;height:120px;flex:0 0 120px;border-radius:50%;overflow:hidden;background:#eef2f7;border:3px solid #fff;box-shadow:0 4px 14px rgba(10,110,203,.18)}
.ty-g-avatar img{width:100%;height:100%;object-fit:cover}
.ty-g-info{flex:1;min-width:0}
.ty-g-info h2{font-size:24px;margin:0 0 12px;color:#1a1a2e}
.ty-g-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.ty-g-badge{font-size:12px;padding:4px 12px;border-radius:20px;background:#e8f0fe;color:#0a6ecb}
.ty-g-badge.role{background:linear-gradient(135deg,#ff7a00,#ff5722);color:#fff;font-weight:700}
.ty-g-badge.cert{background:#e6f9ec;color:#1a9c4e;font-weight:700}
.ty-g-meta{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.ty-g-meta li{font-size:14px;color:#555}
.ty-g-meta i{color:#0a6ecb;width:18px;text-align:center;margin-right:6px}
.ty-g-sec{background:#fff;border-radius:14px;padding:20px 22px;box-shadow:0 4px 16px rgba(0,0,0,.05);margin-bottom:18px}
.ty-g-sec-t{font-size:18px;color:#1a1a2e;margin:0 0 14px;padding-left:12px;border-left:4px solid #ff7a00}
.ty-g-sec-t i{color:#ff7a00;margin-right:6px}
.ty-g-car{display:flex;flex-wrap:wrap;gap:14px 30px;margin-bottom:14px}
.ty-g-car-type,.ty-g-car-lic{font-size:15px;color:#333}
.ty-g-car b{color:#888;font-weight:600;margin-right:4px}
.ty-g-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}
.ty-g-photo{border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:#f0f0f0}
.ty-g-photo img{width:100%;height:100%;object-fit:cover}
.ty-g-team{font-size:15px;line-height:1.9;color:#444;background:#f8fbff;border-radius:10px;padding:14px 18px;border-left:4px solid #0a6ecb}
.ty-g-intro{font-size:15px;line-height:1.9;color:#444}
.ty-g-case-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.ty-case{display:flex;gap:14px;background:#f8fbff;border:1px solid #eaf2fb;border-radius:12px;padding:14px;transition:.25s}
.ty-case:hover{box-shadow:0 8px 20px rgba(10,110,203,.10);border-color:#c5dcf5}
.ty-case-img{width:170px;height:110px;flex:0 0 170px;border-radius:10px;object-fit:cover;background:#e9eef5}
.ty-case-body{flex:1;min-width:0}
.ty-case-body h4{font-size:15px;margin:0 0 6px;color:#1a1a2e}
.ty-case-body p{font-size:13px;line-height:1.6;color:#666;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ty-case-tag{display:inline-block;font-size:12px;background:#fff3e6;color:#ff7a00;padding:3px 10px;border-radius:16px}
.ty-case{cursor:pointer}
.ty-case-detail{display:none}
.ty-case-more{display:inline-flex;align-items:center;color:#0a6ecb;font-size:12px;margin-top:6px;transition:.2s}
.ty-case:hover .ty-case-more{color:#ff7a00}

/* ===== 案例详情弹层 ===== */
.ty-modal{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.65);display:none;align-items:center;justify-content:center;padding:20px}
.ty-modal.on{display:flex}
.ty-modal-box{background:#fff;border-radius:16px;max-width:720px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:28px}
.ty-modal-close{position:absolute;top:14px;right:16px;width:36px;height:36px;border:0;background:#f5f5f5;border-radius:50%;font-size:22px;color:#666;cursor:pointer;transition:.2s}
.ty-modal-close:hover{background:#e0e0e0}
.ty-modal-box img{max-width:100%;border-radius:10px;margin-bottom:16px;display:block}
.ty-modal-box h4{font-size:20px;margin:0 0 12px;color:#1a1a2e}
.ty-modal-box .full{font-size:14px;line-height:1.8;color:#555;margin-bottom:12px}

/* ===== 入驻/行动 CTA ===== */
.ty-apply-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#fff7ec,#fff);border:1px solid #ffe2bf;border-radius:12px;padding:14px 20px;margin:0 auto 22px;max-width:1180px;box-shadow:0 4px 16px rgba(255,122,0,.08)}
.ty-apply-cta-txt{font-size:14px;color:#7a5a2a}
.ty-apply-cta-txt b{color:#ff7a00}
.ty-apply-cta-btn{white-space:nowrap;background:linear-gradient(135deg,#ff7a00,#ff5722);color:#fff;padding:10px 26px;border-radius:24px;text-decoration:none;font-weight:700;font-size:15px}
.ty-apply-cta-btn:hover{opacity:.92}

/* ===== 响应式 ===== */
@media(max-width:1024px){
  .ty-grid.cols-4{grid-template-columns:repeat(3,1fr)}
  .ty-guide-grid{grid-template-columns:repeat(3,1fr)}
  .ty-team-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .ty-show{flex-direction:column}
  .ty-show-side{width:100%;flex:none}
  .ty-li-thumb{width:120px;height:90px;flex:0 0 120px}
  .ty-inner-banner{padding-top:36px;min-height:140px}
  .ty-layout{flex-direction:column}
  .ty-layout-side{width:100%;flex:none}
  .ty-grid.cols-3,.ty-grid.cols-4,.ty-grid.cols-5{grid-template-columns:repeat(2,1fr)}
  .ty-guide-grid{grid-template-columns:repeat(2,1fr)}
  .ty-team-grid{grid-template-columns:1fr}
  .ty-g-case-list{grid-template-columns:1fr}
  .ty-filter-row{flex-direction:column;gap:6px}
  .ty-filter-label{flex:none}
  .ty-pkg-grid{grid-template-columns:1fr}
  .ty-case{flex-direction:column}
  .ty-case-img{width:100%;height:160px;flex:none}
  .ty-guide-card{flex-direction:column;align-items:center;text-align:center}
  .ty-g-meta{align-items:center}
  .ty-g-car{flex-direction:column;gap:6px}
}

/* ===== 用车展示专属 ===== */
.ty-car-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:12px}
.ty-car-gallery-item{aspect-ratio:4/3;overflow:hidden;border-radius:10px;background:#f0f0f0}
.ty-car-gallery-item img{width:100%;height:100%;object-fit:cover;transition:.35s}
.ty-car-gallery-item:hover img{transform:scale(1.05)}
@media (max-width:768px){
  .ty-car-gallery{grid-template-columns:repeat(2,1fr);gap:10px}
}
