﻿/* 多病种专家服务 */

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

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

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

.expert-hero-inner {
    max-width: 1400px;
    min-height: 380px;
    margin: 0 auto;
    padding: 124px 40px 54px;
    box-sizing: border-box;
}

.expert-hero-text {
    max-width: 670px;
}

.expert-hero-cn {
    margin: 0 0 12px;
    color: #273247;
    font-size: clamp(25px, 3.2vw, 38px);
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.36;
}

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

.expert-main {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.95)),
        url("https://bucket.tzgj333.cn/gwtp/dbz/img_zs.png") top center / 100% auto no-repeat;
}

.expert-service {
    max-width: 1220px;
    margin: 0 auto;
    padding: 72px 40px 116px;
}

.expert-section-head,
.expert-subhead {
    text-align: center;
}

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

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

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

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

.expert-block {
    margin-top: 54px;
}

.expert-subhead h2 {
    margin: 0 0 18px;
    color: #1e3a8a;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.expert-subhead p {
    max-width: 840px;
    margin: 0 auto;
    color: #7b8494;
    font-size: 13px;
    line-height: 1.9;
}

.expert-visual {
    margin-left: auto;
    margin-right: auto;
}

.expert-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.expert-visual-mdt {
    max-width: 960px;
    margin-top: 36px;
}

.expert-platform {
    margin-top: 76px;
}

.expert-tabs {
    margin: 20px auto 34px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.expert-tabs span {
    min-width: 76px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bdc9dc;
    border-radius: 2px;
    color: #1e3a8a;
    background: rgba(255, 255, 255, 0.85);
    font-size: 12px;
}

.expert-visual-platform {
    max-width: 820px;
}

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

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

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

    .expert-service {
        padding: 46px 20px 76px;
    }

    .expert-block {
        margin-top: 42px;
    }

    .expert-subhead h2 {
        font-size: 22px;
    }

    .expert-visual-mdt,
    .expert-visual-platform {
        max-width: 100%;
    }

    .expert-visual-mdt {
        margin-top: 28px;
    }

    .expert-platform {
        margin-top: 58px;
    }

    .expert-tabs {
        margin-bottom: 28px;
    }

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

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

    .expert-hero-inner {
        min-height: 250px;
        padding: 58px 18px 34px;
    }

    .expert-hero-text {
        max-width: 70%;
    }

    .expert-hero-cn {
        margin-bottom: 8px;
        font-size: 19px;
        letter-spacing: 0;
        line-height: 1.4;
    }

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

    .expert-service {
        padding: 38px 16px 58px;
    }

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

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

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

    .expert-subhead h2 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .expert-visual-mdt {
        margin-top: 22px;
    }

    .expert-platform {
        margin-top: 44px;
    }

    .expert-tabs {
        flex-wrap: wrap;
        gap: 8px;
        margin: 16px auto 24px;
    }

    .expert-tabs span {
        min-width: 68px;
        height: 26px;
    }
}
