﻿/*details_Partial_3 开始*/
#details_Partial_3{
    font-family: 'Segoe UI', 'Microsoft JhengHei', sans-serif;
    line-height: 1.6;
    color: #333;
  /*  background: #f5f7fa;*/
    padding: 0px;
    max-width: 99%;
    margin: 0 auto;
}

    #details_Partial_3 .header {
        background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
        color: white;
        padding: 25px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(183, 28, 28, 0.25);
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

        #details_Partial_3 .header:before {
            content: "";
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 70%);
            pointer-events: none;
        }

#details_Partial_3 h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

    #details_Partial_3 .warning-banner {
        background: #fff8e1;
        border-left: 6px solid #ffab00;
        padding: 15px;
        border-radius: 0 8px 8px 0;
        margin: 25px 0;
        font-weight: 600;
    }

    #details_Partial_3 .mindmap {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }

    #details_Partial_3 .category {
        flex: 1;
        min-width: 300px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
    }

        #details_Partial_3 .category:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        }

    #details_Partial_3 .category-header {
        color: white;
        padding: 20px;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }

    #details_Partial_3 .type-1 .category-header {
        background: linear-gradient(135deg, #1976D2 0%, #0D47A1 100%);
    }

    #details_Partial_3 .type-2 .category-header {
        background: linear-gradient(135deg, #388E3C 0%, #1B5E20 100%);
    }

    #details_Partial_3 .type-3 .category-header {
        background: linear-gradient(135deg, #7B1FA2 0%, #4A148C 100%);
    }

    #details_Partial_3 .subtypes {
        padding: 20px;
        list-style-type: none;
    }

    #details_Partial_3 .subtype {
        background: #f9f9f9;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 8px;
        border-left: 4px solid #e0e0e0;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        #details_Partial_3 .subtype:hover {
            background: #edf4fc;
            border-left-color: #1976D2;
            box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
        }

    #details_Partial_3 .subtype-title {
        font-weight: 700;
        font-size: 18px;
        color: #212121;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
    }

        #details_Partial_3 .subtype-title:before {
            content: "•";
            color: #1976D2;
            font-size: 24px;
            margin-right: 10px;
        }

    #details_Partial_3 .specs {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #e0e0e0;
        color: #555;
        font-size: 15px;
    }

    #details_Partial_3 .spec-item {
        margin-bottom: 6px;
        display: flex;
    }

        #details_Partial_3 .spec-item::before {
            content: "›";
            margin-right: 8px;
            color: #388E3C;
            font-weight: bold;
        }

    #details_Partial_3 .special {
        background: #ffecb3;
        padding: 3px 6px;
        border-radius: 4px;
        font-weight: 600;
    }

    #details_Partial_3 .vehicle-note {
        background: #ffebee;
        color: #d32f2f;
        padding: 6px;
        border-radius: 4px;
        font-weight: 600;
        margin-top: 8px;
        display: inline-block;
    }

    #details_Partial_3 .footer-note {
        text-align: center;
        margin-top: 35px;
        color: #757575;
        font-size: 14px;
        padding-bottom: 25px;
    }

@media (max-width: 768px) {
    #details_Partial_3 .mindmap {
        flex-direction: column;
    }

    #details_Partial_3 .category {
        min-width: auto;
    }
}
/*details_Partial_3结束*/

/*details_Partial_3_1 开始*/

#details_Partial_3_1 .container, #details_Partial_3_4 .container, #details_Partial_3_5 .container, #details_Partial_3_6 .container, #details_Partial_3_5 .container, #details_Partial_3_5 .container-lg, #details_Partial_3_5 .container-md, #details_Partial_3_5 .container-sm, #details_Partial_3_5 .container-xl, #details_Partial_3_5 {
    max-width: 99% !important;
}
#details_Partial_3_1 {
    --primary: #1a73e8;
    --danger: #e53935;
    --warning: #f57c00;
    --success: #43a047;
}

#details_Partial_3_1 * {
    box-sizing: border-box;
  /*  margin: 0;*/
    padding: 0;
}

#details_Partial_3_1 {
    font-family: 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: #333;
    padding: 0px;
  /*  background: #f9f9f9;*/
}

    #details_Partial_3_1 .header {
        text-align: center;
        margin-bottom: 30px;
        padding: 20px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    #details_Partial_3_1 h1 {
        color: var(--primary);
        margin-bottom: 10px;
    }

    #details_Partial_3_1 .container {       
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }

    #details_Partial_3_1 .card {
        flex: 1;
        min-width: 300px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
    }

        #details_Partial_3_1 .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }

    #details_Partial_3_1 .card-header {
        padding: 15px 20px;
        color: white;
        font-weight: bold;
        font-size: 1.2rem;
    }

    #details_Partial_3_1 .card-waterfoam .card-header {
        background: var(--primary);
    }

    #details_Partial_3_1 .card-water .card-header {
        background: #1976d2;
    }

    #details_Partial_3_1 .card-powder .card-header {
        background: var(--warning);
    }

    #details_Partial_3_1 .card-co2 .card-header {
        background: #6d4c41;
    }

    #details_Partial_3_1 .card-liquid .card-header {
        background: var(--success);
    }

    #details_Partial_3_1 .card-body {
        padding: 20px;
    }

    #details_Partial_3_1 .section {
        margin-bottom: 20px;
    }

    #details_Partial_3_1 h3 {
        border-bottom: 2px solid #eee;
        padding-bottom: 8px;
        margin-bottom: 12px;
        color: #444;
    }

    #details_Partial_3_1 ul {
        padding-left: 20px;
    }

    #details_Partial_3_1 ul li {
        margin-bottom: 8px;
    }

    #details_Partial_3_1 .steps {
        counter-reset: step;
        list-style-type: none;
        padding-left: 0;
    }

        #details_Partial_3_1 .steps li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
        }

            #details_Partial_3_1 .steps li:before {
                counter-increment: step;
                content: counter(step);
                position: absolute;
                left: 0;
                top: 0;
                width: 22px;
                height: 22px;
                background: var(--primary);
                color: white;
                border-radius: 50%;
                text-align: center;
                line-height: 22px;
                font-size: 0.9rem;
            }

    #details_Partial_3_1 .emphasis {
        background: #fff8e1;
        padding: 15px;
        border-radius: 6px;
        margin-top: 10px;
        border-left: 4px solid var(--warning);
        font-size: 0.95rem;
    }

    #details_Partial_3_1 .fire-type {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 4px;
        font-size: 0.8rem;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    #details_Partial_3_1 .class-a {
        background: #ff5722;
        color: white;
    }

    #details_Partial_3_1 .class-b {
        background: #ffc107;
    }

    #details_Partial_3_1 .class-c {
        background: #009688;
        color: white;
    }

    #details_Partial_3_1 .class-f {
        background: #795548;
        color: white;
    }

    #details_Partial_3_1 .badge {
        background: #e0f7fa;
        color: #006064;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 0.8rem;
    }
/*details_Partial_3_1 结束*/

/*details_Partial_3_4 开始*/
#details_Partial_3_4 .fire-card {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
}

    .fire-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

#details_Partial_3_4 .fire-header {
    padding: 15px 20px;
    color: white;
    font-weight: bold;
}

#details_Partial_3_4 .fire-content {
    padding: 20px;
    background: white;
}

#details_Partial_3_4 .type-a {
    background: linear-gradient(135deg, #2E8CA6, #46BCE0);
}

#details_Partial_3_4 .type-b {
    background: linear-gradient(135deg, #E85635, #FF7B54);
}

#details_Partial_3_4 .type-c {
    background: linear-gradient(135deg, #F9A826, #FBC45B);
}

#details_Partial_3_4 .type-d {
    background: linear-gradient(135deg, #7D3C98, #9B59B6);
}

#details_Partial_3_4 .space-type {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px;
}

#details_Partial_3_4 .extinguisher-item {
    margin-left: 2px;
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}

#details_Partial_3_4 .section-title {
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

    #details_Partial_3_4 .section-title:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: #3498db;
        bottom: -2px;
        left: 0;
    }

#details_Partial_3_4 .fire-icon {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

#details_Partial_3_4 .extinguisher-img {
    width: 40px;
    margin-right: 10px;
}

#details_Partial_3_4 .note-item {
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    margin: 10px 0;
    font-size: 0.9rem;
}

/*details_Partial_3_4 结束*/

/*details_Partial_3_5 开始*/


#details_Partial_3_5  {
    --primary-color: #2C3E50;
    --secondary-color: #1ABC9C;
    --danger-color: #E74C3C;
    --warning-color: #F39C12;
    --success-color: #27AE60;
    --light-color: #ECF0F1;
}

#details_Partial_3_5 {
   /* background: linear-gradient(135deg, #f8f9fa, #e9ecef);*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    #details_Partial_3_5 .mindmap-header {
        background: linear-gradient(135deg, var(--primary-color), #1a2530);
        color: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    #details_Partial_3_5 .main-node {
        background: white;
        border-radius: 15px;
        box-shadow: 0 15px 30px rgba(0,0,0,0.12);
        transition: all 0.4s ease;
        z-index: 100;
    }

        #details_Partial_3_5 .main-node:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        }

    #details_Partial_3_5 .branch-node {
        background: white;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
    }

        #details_Partial_3_5 .branch-node:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.15);
        }

    #details_Partial_3_5 .node-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin: 0 auto;
        color: white;
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    }

    #details_Partial_3_5 .branch-content {
        padding: 20px;
    }

    #details_Partial_3_5 .sub-item {
        background-color: #f8f9fa;
        border-left: 4px solid;
        border-radius: 4px;
        padding: 10px 15px;
        margin-bottom: 10px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.05);
        transition: all 0.2s ease;
    }

        #details_Partial_3_5 .sub-item:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

    #details_Partial_3_5 .timeline {
        position: relative;
        margin-left: 25px;
        padding-left: 30px;
        border-left: 3px dashed #e9ecef;
    }

    #details_Partial_3_5 .timeline-item {
        position: relative;
        margin-bottom: 25px;
        padding-left: 20px;
    }

        #details_Partial_3_5 .timeline-item::before {
            content: "";
            position: absolute;
            left: -28px;
            top: 8px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--secondary-color);
        }

    #details_Partial_3_5 .connection {
        position: absolute;
        height: 3px;
        background: linear-gradient(90deg, #3498db, transparent);
        z-index: 1;
    }

    #details_Partial_3_5 .connection-horizontal {
        width: 100px;
    }

    #details_Partial_3_5 .connection-vertical {
        height: 50px;
    }

    #details_Partial_3_5 .color-daily {
        border-left-color: #3498DB;
    }

    #details_Partial_3_5 .color-periodic {
        border-left-color: #F39C12;
    }

    #details_Partial_3_5 .color-scrap {
        border-left-color: #E74C3C;
    }

    #details_Partial_3_5 .color-cautions {
        border-left-color: #27AE60;
    }

@media (max-width: 992px) {
    #details_Partial_3_5 .connection {
        display: none;
    }
}

/*details_Partial_3_5 结束*/

/*details_Partial_3_6 开始*/
#details_Partial_3_6 {
    --color-primary: #e74c3c;
    --color-secondary: #3498db;
    --color-success: #2ecc71;
    --color-warning: #f39c12;
    --color-info: #9b59b6;
}

#details_Partial_3_6 {
    font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
  /* background-color: #f8f9fa;*/
    color: #34495e;
}

#details_Partial_3_6 .header-bg {
    background: linear-gradient(135deg, var(--color-primary) 0%, #c0392b 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

#details_Partial_3_6 .mind-map-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 25px 15px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

#details_Partial_3_6 .mind-map-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), var(--color-success), var(--color-warning));
}

#details_Partial_3_6 .extinguisher-card {
    height: 100%;
    transition: transform 0.3s ease;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

#details_Partial_3_6 .extinguisher-card:hover {
    transform: translateY(-5px);
}

#details_Partial_3_6 .card-header {
    font-weight: 600;
    background-color: rgba(231, 76, 60, 0.1);
}

#details_Partial_3_6 .mark-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
}

#details_Partial_3_6 .requirements-list {
    list-style: none;
    padding-left: 0;
}

#details_Partial_3_6 .requirements-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

#details_Partial_3_6 .requirements-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-size: 18px;
}

#details_Partial_3_6 .importance-banner {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.15) 0%, rgba(231, 76, 60, 0.05) 100%);
    border-left: 4px solid var(--color-primary);
    border-radius: 4px;
    padding: 15px;
}

#details_Partial_3_6 .node {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    border-left: 4px solid;
}

#details_Partial_3_6 .node-title {
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

#details_Partial_3_6 .node-content {
    font-size: 0.9rem;
}

#details_Partial_3_6 .node-0 {
    background-color: #fff8f8;
    border-left-color: var(--color-primary);
}

#details_Partial_3_6 .node-1 {
    background-color: #f5fbff;
    border-left-color: var(--color-secondary);
}

#details_Partial_3_6 .node-2 {
    background-color: #f8fef9;
    border-left-color: var(--color-success);
}

#details_Partial_3_6 .node-3 {
    background-color: #fffaf2;
    border-left-color: var(--color-warning);
}

#details_Partial_3_6 .node-4 {
    background-color: #f9f6fc;
    border-left-color: var(--color-info);
}

#details_Partial_3_6 .connector {
    position: absolute;
    background-color: #95a5a6;
    z-index: -1;
}

#details_Partial_3_6 .icon-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    #details_Partial_3_6 .icon-0 {
        background-color: var(--color-primary);
        color: white;
    }

#details_Partial_3_6 .icon-1 {
    background-color: var(--color-secondary);
    color: white;
}

#details_Partial_3_6 .icon-2 {
    background-color: var(--color-success);
    color: white;
}

#details_Partial_3_6 .icon-3 {
    background-color: var(--color-warning);
    color: white;
}

#details_Partial_3_6 .icon-4 {
    background-color: var(--color-info);
    color: white;
}

@media (min-width: 992px) {
    #details_Partial_3_6 .mind-map-container {
        padding: 35px 25px;
    }
}
/*details_Partial_3_6 开始*/