﻿/* ========================================
   黑客24小时在线接单网站 - 玻璃拟态左侧导航风
   百变模板前缀: tsl
   主题色: 翠绿 #10b981 + 金色 #f59e0b + 深灰背景
   ======================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #e5e7eb;
    background: #0f172a;
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
img { max-width: 100%; border: none; display: block; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }

/* ===== 玻璃通用 ===== */
.tslglasssec-tag {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #34d399;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.tslglasssec-title {
    font-size: 38px;
    color: #f8fafc;
    margin-bottom: 16px;
    line-height: 1.3;
    font-weight: 800;
}
.tslglasssec-em {
    background: linear-gradient(135deg, #34d399, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tslglasssec-desc {
    font-size: 16px;
    color: #94a3b8;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}
.tslglasssec-head {
    text-align: center;
    margin-bottom: 56px;
}

/* ===== 玻璃按钮 ===== */
.tslglassbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
}
.tslglassbtn-primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.35);
}
.tslglassbtn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.45);
}
.tslglassbtn-primary i {
    font-style: normal;
    transition: transform 0.3s ease;
}
.tslglassbtn-primary:hover i { transform: translateX(4px); }
.tslglassbtn-ghost {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
}
.tslglassbtn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(16, 185, 129, 0.4);
    color: #34d399;
}
.tslglassbtn-full { width: 100%; padding: 16px; font-size: 16px; }

/* ===== 左侧玻璃导航 ===== */
.tslglasssidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100vh;
    z-index: 100;
    display: flex;
    flex-direction: column;
}
.tslglasssidebar-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(20px);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.tslglasssidebar-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 16px;
}
.tslglasslogo { margin-bottom: 8px; }
.tslglasslogo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.tslglasslogo-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}
.tslglasslogo-text { display: flex; flex-direction: column; }
.tslglasslogo-text strong {
    font-size: 16px;
    color: #f8fafc;
    font-weight: 700;
    line-height: 1.2;
}
.tslglasslogo-text span {
    font-size: 10px;
    color: #64748b;
    letter-spacing: 1px;
    margin-top: 3px;
}

.tslglassnav {
    flex: 1;
    margin-top: 32px;
    overflow-y: auto;
}
.tslglassnav-list { display: flex; flex-direction: column; gap: 4px; }
.tslglassnav-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}
.tslglassnav-icn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.tslglassnav-label { flex: 1; }
.tslglassnav-item a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #e2e8f0;
}
.tslglassnav-item.tslglass-active a {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #34d399;
    font-weight: 600;
}
.tslglassnav-item.tslglass-active a::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 24px;
    background: linear-gradient(180deg, #10b981, #34d399);
    border-radius: 0 3px 3px 0;
}

.tslglasssidebar-bottom {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tslglassstatus {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 10px;
    font-size: 12px;
    color: #6ee7b7;
    font-weight: 500;
}
.tslglassstatus-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10b981;
    animation: tslglassPulse 2s ease-in-out infinite;
}
@keyframes tslglassPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}
.tslglassqq {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: 10px;
    font-size: 12px;
    color: #fbbf24;
    font-weight: 500;
}
.tslglassqq-icn { font-size: 16px; }

/* ===== 移动端顶部栏 ===== */
.tslglassmtop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 99;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
.tslglassmenu-btn {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
}
.tslglassmenu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #34d399;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.tslglassmtop-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f8fafc;
    font-weight: 700;
    font-size: 15px;
}
.tslglassmtop-logo .tslglasslogo-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
}
.tslglassmtop-status {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== 主内容区 ===== */
.tslglassmain {
    margin-left: 260px;
    min-height: 100vh;
}

/* ===== Hero 玻璃主视觉 ===== */
.tslglasshero {
    position: relative;
    padding: 100px 60px 80px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.tslglasshero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
.tslglasshero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
}
.tslblob1 {
    width: 500px; height: 500px;
    top: -150px; right: -100px;
    background: #10b981;
}
.tslblob2 {
    width: 400px; height: 400px;
    bottom: 100px; left: 50%;
    background: #f59e0b;
    opacity: 0.15;
}
.tslblob3 {
    width: 350px; height: 350px;
    top: 50%; right: 30%;
    background: #6366f1;
    opacity: 0.12;
}
.tslglasshero-noise {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.tslglasshero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.tslglasshero-left { min-width: 0; }

.tslglassbadge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 50px;
    color: #34d399;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 24px;
}
.tslglassbadge-dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    animation: tslglassPulse 2s ease-in-out infinite;
}

.tslglasshero-title {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 800;
    color: #f8fafc;
}
.tslglasshero-em {
    background: linear-gradient(135deg, #34d399, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tslglasshero-desc {
    font-size: 16px;
    color: #94a3b8;
    line-height: 2;
    margin-bottom: 36px;
}
.tslglasshero-btns {
    display: flex;
    gap: 14px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.tslglasshero-stats {
    display: flex;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    gap: 0;
}
.tslglassstat {
    flex: 1;
    text-align: center;
}
.tslglassstat strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(135deg, #34d399, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
}
.tslglassstat span {
    font-size: 12px;
    color: #64748b;
}
.tslglassstat-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

/* Hero 右侧玻璃卡 */
.tslglasshero-right {
    position: relative;
}
.tslglasscard {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.tslglasscard-glass {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}
.tslglasscard-inner {
    position: relative;
    z-index: 2;
    padding: 28px;
}
.tslglasscard-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
}
.tslglasscard-avatar {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid rgba(16, 185, 129, 0.4);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
    flex-shrink: 0;
}
.tslglasscard-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tslglasscard-info h3 {
    font-size: 17px;
    color: #f8fafc;
    margin-bottom: 3px;
}
.tslglasscard-info p {
    font-size: 12px;
    color: #64748b;
}
.tslglasscard-online {
    margin-left: auto;
    padding: 4px 10px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    font-size: 11px;
    color: #34d399;
    font-weight: 600;
}
.tslglasscard-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}
.tslglasscard-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.tslglasscard-row span {
    font-size: 13px;
    color: #64748b;
}
.tslglasscard-row strong {
    font-size: 13px;
    color: #e2e8f0;
    font-weight: 600;
}
.tslglasscard-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.35);
    transition: all 0.3s ease;
}
.tslglasscard-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.45);
}

.tslglassfloat {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 14px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: tslglassFloat 4s ease-in-out infinite;
}
.tslglassfloat::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}
.tslglassfloat > * { position: relative; z-index: 2; }
.tslfloat1 {
    top: 20px;
    left: -20px;
    animation-delay: 0s;
}
.tslfloat2 {
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    animation-delay: 1s;
}
.tslfloat3 {
    bottom: 20px;
    left: 30px;
    animation-delay: 2s;
}
@keyframes tslglassFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
.tslfloat2 { transform: translateY(-50%); }
.tslfloat2:hover { transform: translateY(calc(-50% - 4px)); }
.tslglassfloat-icn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 10px;
    font-size: 18px;
}
.tslglassfloat strong {
    display: block;
    font-size: 16px;
    color: #f8fafc;
    font-weight: 700;
    line-height: 1.2;
}
.tslglassfloat p {
    font-size: 11px;
    color: #94a3b8;
    margin: 0;
}

/* ===== 核心服务 ===== */
.tslglasssvc {
    padding: 100px 60px;
    position: relative;
}
.tslglasssvc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.tslglasssvc-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.tslglasssvc-card:hover {
    transform: translateY(-8px);
}
.tslglasssvc-glass {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.4s ease;
}
.tslglasssvc-card:hover .tslglasssvc-glass {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(16, 185, 129, 0.25);
}
.tslglasssvc-main .tslglasssvc-glass {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(255, 255, 255, 0.04));
    border-color: rgba(16, 185, 129, 0.25);
}
.tslglasssvc-content {
    position: relative;
    z-index: 2;
    padding: 32px 28px;
}
.tslglasssvc-ribbon {
    position: absolute;
    top: 20px;
    right: -30px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    padding: 4px 40px;
    font-size: 11px;
    font-weight: 700;
    z-index: 10;
}
.tslglasssvc-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05));
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 14px;
    font-size: 28px;
    margin-bottom: 20px;
}
.tslglasssvc-card h3 {
    font-size: 20px;
    color: #f8fafc;
    margin-bottom: 12px;
}
.tslglasssvc-card p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.9;
    margin-bottom: 16px;
}
.tslglasssvc-list {
    margin-bottom: 20px;
}
.tslglasssvc-list li {
    font-size: 13px;
    color: #cbd5e1;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.tslglasssvc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #34d399;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.tslglasssvc-link:hover {
    gap: 10px;
    color: #6ee7b7;
}

/* ===== 广告位 ===== */
.tslglassad {
    padding: 0 60px 40px;
}
.tslglassad-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 13px;
}

/* ===== 追款中心 ===== */
.tslglassfund {
    padding: 100px 60px;
    position: relative;
}
.tslglassfund-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.tslglassfund-visual { position: relative; }
.tslglassfund-imgwrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.tslglassfund-img { width: 100%; display: block; }
.tslglassfund-shine {
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: tslshine 4s ease-in-out infinite;
}
@keyframes tslshine {
    0% { left: -100%; }
    50%, 100% { left: 150%; }
}
.tslglassfund-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
}
.tslglassfund-stat {
    text-align: center;
    padding: 16px 12px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}
.tslglassfund-num {
    display: block;
    font-size: 22px;
    font-weight: 800;
    background: linear-gradient(135deg, #34d399, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}
.tslglassfund-lbl {
    font-size: 11px;
    color: #64748b;
}

.tslglassfund-content { min-width: 0; }
.tslglassfund-title {
    font-size: 36px;
    color: #f8fafc;
    margin: 16px 0 20px;
    line-height: 1.3;
    font-weight: 800;
}
.tslglassfund-desc {
    font-size: 16px;
    color: #94a3b8;
    line-height: 2;
    margin-bottom: 28px;
}
.tslglassfund-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}
.tslglassfund-item {
    padding: 18px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    transition: all 0.3s ease;
}
.tslglassfund-item:hover {
    border-color: rgba(16, 185, 129, 0.25);
    background: rgba(16, 185, 129, 0.05);
    transform: translateY(-3px);
}
.tslglassfund-icn {
    font-size: 24px;
    margin-bottom: 8px;
}
.tslglassfund-item h4 {
    font-size: 15px;
    color: #e2e8f0;
    margin-bottom: 4px;
}
.tslglassfund-item p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.6;
}
.tslglassfund-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ===== 定位找人 ===== */
.tslglasslocate {
    padding: 100px 60px;
    position: relative;
}
.tslglasslocate-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.tslglasslocate-main {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.tslglasslocate-glass {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 24px;
}
.tslglasslocate-content {
    position: relative;
    z-index: 2;
    padding: 50px;
}
.tslglasslocate-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.tslglasslocate-item {
    text-align: center;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    transition: all 0.3s ease;
}
.tslglasslocate-item:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 185, 129, 0.3);
    background: rgba(16, 185, 129, 0.06);
}
.tslglasslocate-icn {
    font-size: 32px;
    margin-bottom: 12px;
}
.tslglasslocate-item h4 {
    font-size: 16px;
    color: #f8fafc;
    margin-bottom: 6px;
}
.tslglasslocate-item p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.6;
}
.tslglasslocate-info {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tslglasslocate-info h3 {
    font-size: 24px;
    color: #f8fafc;
    margin-bottom: 14px;
}
.tslglasslocate-info p {
    font-size: 15px;
    color: #94a3b8;
    line-height: 2;
    max-width: 700px;
    margin: 0 auto 24px;
}

/* ===== 服务流程 ===== */
.tslglassflow {
    padding: 100px 60px;
    position: relative;
}
.tslglassflow-steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
}
.tslglassflow-step {
    flex: 1;
    text-align: center;
    position: relative;
}
.tslglassflow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 14px;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.35);
}
.tslglassflow-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: calc(100% - 64px);
}
.tslglassflow-glass {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}
.tslglassflow-content {
    position: relative;
    z-index: 2;
    padding: 24px 20px;
    height: 100%;
}
.tslglassflow-content h3 {
    font-size: 17px;
    color: #f8fafc;
    margin-bottom: 10px;
}
.tslglassflow-content p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.8;
}
.tslglassflow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #34d399;
    font-size: 18px;
    flex-shrink: 0;
    padding-top: 32px;
}

/* ===== 成功案例 ===== */
.tslglasscases {
    padding: 100px 60px;
    position: relative;
}
.tslglasscases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.tslglasscase-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.tslglasscase-card:hover {
    transform: translateY(-6px);
}
.tslglasscase-glass {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.4s ease;
}
.tslglasscase-card:hover .tslglasscase-glass {
    border-color: rgba(16, 185, 129, 0.25);
    background: rgba(255, 255, 255, 0.06);
}
.tslglasscase-content {
    position: relative;
    z-index: 2;
    padding: 26px 24px;
}
.tslglasscase-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 50px;
    font-size: 11px;
    color: #34d399;
    font-weight: 600;
    margin-bottom: 14px;
}
.tslglasscase-card h3 {
    font-size: 17px;
    color: #f8fafc;
    margin-bottom: 10px;
    line-height: 1.5;
}
.tslglasscase-card p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.8;
    margin-bottom: 16px;
}
.tslglasscase-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px;
    color: #64748b;
    align-items: center;
}
.tslglasscase-status {
    margin-left: auto;
    padding: 3px 10px;
    background: rgba(16, 185, 129, 0.12);
    border-radius: 50px;
    color: #34d399;
    font-size: 11px;
    font-weight: 600;
}

/* ===== 客户评价 ===== */
.tslglassreviews {
    padding: 100px 60px;
    position: relative;
}
.tslglassreviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.tslglassreview-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.tslglassreview-card:hover {
    transform: translateY(-4px);
}
.tslglassreview-glass {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
}
.tslglassreview-content {
    position: relative;
    z-index: 2;
    padding: 28px 26px;
}
.tslglassreview-stars {
    color: #fbbf24;
    margin-bottom: 16px;
    letter-spacing: 2px;
    font-size: 15px;
}
.tslglassreview-text {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 2;
    margin-bottom: 22px;
}
.tslglassreview-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.tslglassreview-avatar {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}
.tslglassreview-user strong {
    display: block;
    font-size: 14px;
    color: #f8fafc;
    margin-bottom: 2px;
}
.tslglassreview-user span {
    font-size: 12px;
    color: #64748b;
}

/* ===== 常见问题 ===== */
.tslglassfaq {
    padding: 100px 60px;
    position: relative;
}
.tslglassfaq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}
.tslglassfaq-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.tslglassfaq-glass {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}
.tslglassfaq-content {
    position: relative;
    z-index: 2;
    padding: 22px 26px;
}
.tslglassfaq-content h4 {
    font-size: 16px;
    color: #e2e8f0;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}
.tslglassfaq-q {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}
.tslglassfaq-content p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.9;
    display: flex;
    gap: 10px;
    padding-left: 34px;
}
.tslglassfaq-a {
    flex-shrink: 0;
    color: #f59e0b;
    font-weight: 700;
    display: none;
}

/* ===== 联系我们 ===== */
.tslglasscontact {
    padding: 100px 60px;
    position: relative;
}
.tslglasscontact-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.tslglasscontact-form,
.tslglasscontact-info {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.tslglasscontact-glass,
.tslglassinfo-glass {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}
.tslglasscontact-inner {
    position: relative;
    z-index: 2;
    padding: 40px 36px;
}
.tslglasscontact-title {
    font-size: 28px;
    color: #f8fafc;
    margin: 12px 0 8px;
    font-weight: 800;
}
.tslglasscontact-desc {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 28px;
}
.tslglassform { display: block; }
.tslglassform-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}
.tslglassfield { margin-bottom: 14px; }
.tslglassfield label {
    display: block;
    font-size: 13px;
    color: #cbd5e1;
    font-weight: 500;
    margin-bottom: 8px;
}
.tslglassfield input,
.tslglassfield select,
.tslglassfield textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 14px;
    color: #e2e8f0;
    transition: all 0.3s ease;
    outline: none;
}
.tslglassfield input:focus,
.tslglassfield select:focus,
.tslglassfield textarea:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    background: rgba(255, 255, 255, 0.06);
}
.tslglassfield select option {
    background: #1e293b;
    color: #e2e8f0;
}
.tslglassfield textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}
.tslglassform-tip {
    text-align: center;
    font-size: 12px;
    color: #64748b;
    margin-top: 14px;
}

.tslglassinfo-card { position: relative; height: 100%; }
.tslglassinfo-content {
    position: relative;
    z-index: 2;
    padding: 40px 32px;
}
.tslglassinfo-content h3 {
    font-size: 22px;
    color: #f8fafc;
    margin-bottom: 8px;
}
.tslglassinfo-sub {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 28px;
}
.tslglassinfo-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}
.tslglassinfo-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.tslglassinfo-icn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05));
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 10px;
    font-size: 20px;
    flex-shrink: 0;
}
.tslglassinfo-item h4 {
    font-size: 14px;
    color: #e2e8f0;
    margin-bottom: 2px;
}
.tslglassinfo-item p {
    font-size: 12px;
    color: #64748b;
}
.tslglassinfo-warn {
    padding: 16px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 12px;
    font-size: 13px;
    color: #fcd34d;
    line-height: 1.8;
}
.tslglassinfo-warn strong {
    display: block;
    margin-bottom: 4px;
    color: #fbbf24;
}

/* ===== 底部 ===== */
.tslglassfooter {
    padding: 60px 60px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.2);
}
.tslglassfooter-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    max-width: 1200px;
    margin: 0 auto;
}
.tslglassfooter-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.tslglassfooter-brand strong {
    font-size: 18px;
    color: #f8fafc;
    font-weight: 700;
}
.tslglassfooter-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 2;
}
.tslglassfooter-col h4 {
    font-size: 15px;
    color: #e2e8f0;
    margin-bottom: 18px;
    font-weight: 600;
}
.tslglassfooter-col ul li {
    margin-bottom: 10px;
}
.tslglassfooter-col ul a {
    font-size: 13px;
    color: #64748b;
    transition: color 0.3s ease;
}
.tslglassfooter-col ul a:hover {
    color: #34d399;
}
.tslglassfooter-flink {
    font-size: 12px;
    line-height: 2.2;
    margin-bottom: 24px;
}
.tslglassfooter-flink a {
    color: #475569;
    margin-right: 8px;
    transition: color 0.3s ease;
}
.tslglassfooter-flink a:hover { color: #34d399; }
.tslglassfooter-rel { margin-top: 24px; }

.tslglassfooter-bottom {
    padding-top: 24px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}
.tslglassfooter-bottom p {
    font-size: 12px;
    color: #475569;
    margin-bottom: 6px;
}
.tslglassfooter-bottom a { color: #10b981; }
.tslglassfooter-bottom strong { color: #34d399; }
.tslglassfooter-keywords {
    font-size: 11px !important;
    color: #334155 !important;
    margin-top: 14px !important;
    line-height: 1.8 !important;
    word-break: break-all;
}

/* ===== 返回顶部 ===== */
.tslgotop {
    position: fixed;
    right: 24px;
    bottom: 30px;
    z-index: 90;
}
.tslgotop-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 185, 129, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 14px;
    color: #34d399;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.tslgotop-btn:hover {
    background: #10b981;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}

/* ===== 响应式 - 1200px ===== */
@media (max-width: 1200px) {
    .tslglasssvc-grid { grid-template-columns: repeat(2, 1fr); }
    .tslglasscases-grid { grid-template-columns: repeat(2, 1fr); }
    .tslglassreviews-grid { grid-template-columns: repeat(2, 1fr); }
    .tslglasslocate-row { grid-template-columns: repeat(2, 1fr); }
    .tslglasshero-title { font-size: 42px; }
    .tslglasssec-title { font-size: 32px; }
}

/* ===== 响应式 - 992px ===== */
@media (max-width: 992px) {
    .tslglasssidebar { transform: translateX(-100%); transition: transform 0.35s ease; }
    .tslglasssidebar.tslglass-open { transform: translateX(0); }
    .tslglassmtop { display: flex; }
    .tslglassmain { margin-left: 0; padding-top: 60px; }
    .tslglasshero { padding: 60px 40px 60px; min-height: auto; }
    .tslglasshero-content { grid-template-columns: 1fr; gap: 40px; }
    .tslglasshero-right { max-width: 450px; margin: 0 auto; }
    .tslglasshero-title { font-size: 36px; text-align: center; }
    .tslglasshero-desc { text-align: center; }
    .tslglasshero-btns { justify-content: center; }
    .tslglassbadge { display: flex; margin: 0 auto 24px; width: fit-content; }
    .tslglassfund-row { grid-template-columns: 1fr; gap: 40px; }
    .tslglasscontact-row { grid-template-columns: 1fr; }
    .tslglassfooter-main { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .tslglassflow-steps { flex-direction: column; gap: 16px; }
    .tslglassflow-arrow { display: none; }
    .tslglassflow-card { height: auto; }
    .tslglassflow-step { display: flex; align-items: flex-start; gap: 16px; text-align: left; }
    .tslglassflow-num { margin-bottom: 0; flex-shrink: 0; }
    .tslglassfaq-list { grid-template-columns: 1fr; }
    .tslglasssvc,
    .tslglassfund,
    .tslglasslocate,
    .tslglassflow,
    .tslglasscases,
    .tslglassreviews,
    .tslglassfaq,
    .tslglasscontact { padding: 70px 40px; }
    .tslglassad { padding: 0 40px 30px; }
    .tslglassfooter { padding: 50px 40px 24px; }
}

/* ===== 响应式 - 768px ===== */
@media (max-width: 768px) {
    .tslglasssvc-grid { grid-template-columns: 1fr; }
    .tslglasscases-grid { grid-template-columns: 1fr; }
    .tslglassreviews-grid { grid-template-columns: 1fr; }
    .tslglassfund-grid { grid-template-columns: 1fr; }
    .tslglasshero-title { font-size: 30px; }
    .tslglasssec-title { font-size: 28px; }
    .tslglassfund-title { font-size: 28px; }
    .tslglasshero-stats { flex-wrap: wrap; gap: 16px; }
    .tslglassstat { flex: 0 0 calc(50% - 8px); }
    .tslglassstat-line { display: none; }
    .tslglasslocate-content { padding: 32px 24px; }
    .tslglasscontact-inner { padding: 30px 24px; }
    .tslglassinfo-content { padding: 30px 24px; }
    .tslglassform-row { grid-template-columns: 1fr; gap: 0; }
    .tslglassfloat { display: none; }
}

/* ===== 响应式 - 480px ===== */
@media (max-width: 480px) {
    .tslglasshero { padding: 40px 20px 50px; }
    .tslglasssvc,
    .tslglassfund,
    .tslglasslocate,
    .tslglassflow,
    .tslglasscases,
    .tslglassreviews,
    .tslglassfaq,
    .tslglasscontact { padding: 60px 20px; }
    .tslglassad { padding: 0 20px 24px; }
    .tslglassfooter { padding: 40px 20px 24px; }
    .tslglasshero-title { font-size: 28px; }
    .tslglasssec-title { font-size: 24px; }
    .tslglassfund-title { font-size: 24px; }
    .tslglasshero-btns { flex-direction: column; }
    .tslglasshero-btns .tslglassbtn { width: 100%; }
    .tslglassfund-btns { flex-direction: column; }
    .tslglassfund-btns .tslglassbtn { width: 100%; }
    .tslglasslocate-row { grid-template-columns: 1fr; }
    .tslglassfooter-main { grid-template-columns: 1fr; gap: 28px; }
    .tslglasssidebar { width: 280px; }
    .tslglassstat strong { font-size: 22px; }
    .tslglasscard-inner { padding: 22px; }
    .tslglasslocate-content { padding: 28px 20px; }
    .tslglasslocate-info h3 { font-size: 20px; }
    .tslglasscontact-inner { padding: 26px 20px; }
    .tslglassinfo-content { padding: 26px 20px; }
    .tslgotop { right: 16px; bottom: 20px; }
    .tslgotop-btn { width: 42px; height: 42px; border-radius: 12px; }
    .tslglassfaq-content { padding: 18px 20px; }
    .tslglassfaq-content p { padding-left: 28px; }
}
