@media screen and (max-width: 768px) {
    
    /* ============================================================
       1. 站点详情容器
       ============================================================ */
    .station-detail {
        display: block !important;
        padding: 4px 0 12px 0 !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100% !important;
        font-family: inherit !important;
    }

    /* ============================================================
       2. 详情头部 - 标题
       ============================================================ */
    .station-detail .detail-header {
        display: block !important;
        padding-bottom: 10px !important;
        border-bottom: 2px solid #eef2f7 !important;
        margin-bottom: 12px !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .station-detail .detail-title {
        display: block !important;
        text-align: center !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        color: #1a3c6e !important;
        margin: 0 !important;
        line-height: 1.4 !important;
        font-family: inherit !important;
        word-break: break-word !important;
    }

    /* ============================================================
       3. 信息紧凑行
       ============================================================ */
    .station-detail .info-compact {
        display: block !important;
        background: #f8fafc !important;
        border-radius: 8px !important;
        padding: 10px 14px !important;
        border: 1px solid #e8ecf1 !important;
        margin-bottom: 0 !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100% !important;
        font-family: inherit !important;
    }

    .station-detail .info-compact .info-row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        padding: 3px 0 !important;
        line-height: 1.5 !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100% !important;
        font-family: inherit !important;
        border-bottom: 1px solid #eef2f7 !important;
    }

    .station-detail .info-compact .info-row:last-child {
        border-bottom: none !important;
    }

    .station-detail .info-compact .info-row .icon-col {
        width: 20px !important;
        flex-shrink: 0 !important;
        text-align: center !important;
        color: #1a5c9e !important;
        font-size: 13px !important;
        margin-right: 6px !important;
        line-height: 1.5 !important;
        font-family: inherit !important;
    }

    .station-detail .info-compact .info-row .label-col {
        width: 60px !important;
        flex-shrink: 0 !important;
        font-size: 12px !important;
        color: #888888 !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
        font-family: inherit !important;
    }

    .station-detail .info-compact .info-row .value-col {
        flex: 1 !important;
        font-size: 13px !important;
        color: #333333 !important;
        font-weight: 500 !important;
        word-break: break-all !important;
        line-height: 1.5 !important;
        font-family: inherit !important;
        min-width: 0 !important;
    }

    .station-detail .info-compact .info-row .value-col .tag-group {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 2px 4px !important;
    }

    .station-detail .info-compact .info-row .value-col .tag {
        display: inline-block !important;
        font-size: 11px !important;
        padding: 0 10px !important;
        border-radius: 3px !important;
        background: #e8f0fe !important;
        color: #1a5c9e !important;
        border: 1px solid #d4e2f7 !important;
        line-height: 20px !important;
        font-weight: 400 !important;
        font-family: inherit !important;
    }

    .station-detail .info-compact .info-row .value-col .tag.industry {
        background: #f0f5eb !important;
        color: #4a7a3a !important;
        border: 1px solid #dce8d4 !important;
    }

    .station-detail .info-compact .info-row .value-col .empty-text {
        color: #cccccc !important;
        font-weight: 400 !important;
        font-family: inherit !important;
    }

    /* ============================================================
       4. 详情内容
       ============================================================ */
    .station-detail .detail-content {
        display: block !important;
        margin-top: 4px !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100% !important;
        font-family: inherit !important;
    }

    .station-detail .detail-content .content-title {
        display: none !important;
    }

    .station-detail .detail-content .content-text {
        display: block !important;
        color: #444444 !important;
        line-height: 1.8 !important;
        font-size: 14px !important;
        padding: 4px 0 !important;
        font-family: inherit !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .station-detail .detail-content .content-text img {
        max-width: 100% !important;
        height: auto !important;
    }

    .station-detail .detail-content .content-text .empty-tip {
        color: #bbbbbb !important;
        font-family: inherit !important;
    }

    /* ============================================================
       5. 底部：返回 + 浏览量
       ============================================================ */
    .station-detail .detail-footer {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        margin-top: 14px !important;
        padding-top: 12px !important;
        border-top: 1px solid #eef2f7 !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100% !important;
        font-family: inherit !important;
    }

    .station-detail .back-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        color: #1a5c9e !important;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        cursor: pointer !important;
        font-family: inherit !important;
        -webkit-transition: 0.2s !important;
        -moz-transition: 0.2s !important;
        transition: 0.2s !important;
    }

    .station-detail .back-link:active {
        color: #0d3d7a !important;
        text-decoration: underline !important;
    }

    .station-detail .back-link i {
        font-size: 12px !important;
    }

    .station-detail .detail-count {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        color: #aaaaaa !important;
        font-size: 12px !important;
        font-family: inherit !important;
    }

    .station-detail .detail-count i {
        color: #1a5c9e !important;

    }

    .station-detail .detail-count strong {
        color: #1a3c6e !important;
        font-weight: 700 !important;
        font-family: inherit !important;
    }

    /* ============================================================
       6. 超小屏适配 (≤ 375px)
       ============================================================ */
    @media screen and (max-width: 375px) {
        .station-detail .detail-title {
            font-size: 17px !important;
        }

        .station-detail .info-compact {
            padding: 8px 10px !important;
        }

        .station-detail .info-compact .info-row .label-col {
            width: 52px !important;
            font-size: 11px !important;
        }

        .station-detail .info-compact .info-row .value-col {
            font-size: 12px !important;
        }

        .station-detail .info-compact .info-row .value-col .tag {
            font-size: 10px !important;
            padding: 0 8px !important;
            line-height: 18px !important;
        }

        .station-detail .detail-content .content-text {
            font-size: 13px !important;
        }
    }
}