﻿/* AI远程监测系统单页 */

.page-aiycjc {
    background: #fff;
    overflow-x: hidden;
}

.page-aiycjc .main-nav li.active a::after {
    width: 48px;
    height: 3px;
    bottom: 18px;
    border-radius: 2px;
    background: #fff;
}

.ai-hero {
    margin-top: 80px;
    background: #e8eef5 url("https://bucket.tzgj333.cn/gwtp/aiycjc/img_banner.png") center center / cover no-repeat;
    overflow: hidden;
}

.ai-hero-inner {
    max-width: 1400px;
    min-height: 440px;
    margin: 0 auto;
    padding: 150px 40px 60px;
    box-sizing: border-box;
}

.ai-hero-text {
    max-width: 620px;
}

.ai-hero-cn {
    margin: 0 0 14px;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: #313946;
    letter-spacing: 2px;
    line-height: 1.42;
}

.ai-hero-en {
    max-width: 540px;
    margin: 0;
    font-size: clamp(12px, 1.15vw, 15px);
    color: #4b5563;
    line-height: 1.65;
}

.ai-filter {
    background: linear-gradient(90deg, #1e3a8a 0%, #1e40af 50%, #2563eb 100%);
    box-shadow: 0 4px 16px rgba(30, 58, 138, 0.2);
}

.ai-filter-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 40px 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.ai-filter-inner a {
    padding: 8px 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ai-filter-inner a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.ai-filter-inner a.is-active {
    color: #1e3a8a;
    font-weight: 700;
    background: #fff;
    border-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.ai-main {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.92)),
        url("https://bucket.tzgj333.cn/gwtp/aiycjc/img_zs.png") top center / 100% auto no-repeat;
}

.ai-intro,
.ai-lines {
    position: relative;
    z-index: 1;
}

.ai-intro {
    padding: 70px 40px 36px;
}

.ai-section-head {
    text-align: center;
}

.ai-section-en {
    margin: 0 0 8px;
    color: #a3acba;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.ai-section-head h1,
.ai-section-head h2 {
    margin: 0;
    color: #1e3a8a;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
}

.ai-section-head h1::after,
.ai-section-head h2::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin: 13px auto 12px;
    border-radius: 2px;
    background: #1e3a8a;
}

.ai-section-head > p:last-child {
    max-width: 620px;
    margin: 0 auto;
    color: #8b95a5;
    font-size: 13px;
    line-height: 1.8;
}

.ai-app {
    max-width: 1220px;
    margin: 72px auto 0;
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
    align-items: center;
    gap: 0;
    min-width: 0;
}

.ai-app-card {
    min-height: 250px;
    padding: 60px 58px 48px;
    min-width: 0;
    border: 1px solid #e7edf6;
    border-radius: 2px 0 0 2px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
        url("https://bucket.tzgj333.cn/gwtp/aiycjc/图层 818.png") 72% 78% / 120px auto no-repeat;
    box-shadow: 0 12px 36px rgba(30, 58, 138, 0.06);
}

.ai-app-label {
    margin: 0 0 4px;
    color: #9aa5b7;
    font-size: 13px;
}

.ai-app-card h2 {
    margin: 0 0 26px;
    color: #273247;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ai-app-card p:last-child {
    margin: 0;
    color: #5f6b7a;
    font-size: 13px;
    line-height: 2;
    text-align: justify;
}

.ai-app-phone {
    min-height: 360px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7edf6;
    border-left: none;
    border-radius: 0 2px 2px 0;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 36px rgba(30, 58, 138, 0.06);
}

.ai-app-phone img {
    width: min(100%, 804px);
    height: auto;
}

.ai-lines {
    padding: 34px 40px 120px;
}

.ai-lines-visual {
    max-width: 920px;
    margin: 50px auto 0;
    overflow: hidden;
}

.ai-lines-visual img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .ai-hero {
        margin-top: 64px;
    }

    .ai-hero-inner {
        min-height: 300px;
        padding: 88px 20px 48px;
    }

    .ai-filter-inner {
        padding: 12px 20px;
        flex-wrap: nowrap;
        gap: 20px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ai-filter-inner::-webkit-scrollbar {
        display: none;
    }

    .ai-main {
        background-position: top center;
        background-size: auto 100%;
    }

    .ai-intro {
        padding: 46px 20px 24px;
    }

    .ai-app {
        margin-top: 42px;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .ai-app-card {
        min-height: 0;
        padding: 34px 26px;
        border-radius: 8px 8px 0 0;
        background-position: right 24px bottom 20px;
        background-size: 82px auto;
    }

    .ai-app-phone {
        min-height: 0;
        padding: 26px 12px 34px;
        border-left: 1px solid #e7edf6;
        border-top: none;
        border-radius: 0 0 8px 8px;
    }

    .ai-lines {
        padding: 30px 20px 72px;
    }

    .ai-lines-visual {
        margin-top: 36px;
        max-width: none;
        overflow: visible;
    }

    .ai-lines-visual img {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .page-aiycjc .footer-brand p {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .ai-hero {
        background-position: 64% center;
    }

    .ai-hero-inner {
        min-height: 260px;
        padding: 58px 18px 34px;
    }

    .ai-hero-text {
        max-width: 72%;
    }

    .ai-hero-cn {
        margin-bottom: 8px;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.45;
    }

    .ai-hero-en {
        font-size: 11px;
        line-height: 1.45;
    }

    .ai-filter-inner {
        padding: 10px 16px;
        gap: 10px;
    }

    .ai-filter-inner a {
        padding: 7px 12px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .ai-intro {
        padding: 38px 16px 18px;
    }

    .ai-section-en {
        font-size: 12px;
    }

    .ai-section-head h1,
    .ai-section-head h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .ai-section-head > p:last-child {
        font-size: 12px;
        line-height: 1.7;
    }

    .ai-app {
        margin-top: 30px;
    }

    .ai-app-card {
        padding: 28px 20px 30px;
    }

    .ai-app-card h2 {
        margin-bottom: 16px;
        font-size: 19px;
    }

    .ai-app-card p:last-child {
        font-size: 12px;
        line-height: 1.85;
    }

    .ai-app-phone {
        padding: 20px 8px 26px;
    }

    .ai-lines {
        padding: 24px 16px 58px;
    }

    .ai-lines-visual {
        margin-top: 26px;
    }

    .ai-lines-visual img {
        width: 100%;
        max-width: 640px;
    }
}
