.bg-white {
    background-color: #ffffff;
}

.bg-f8f8f8 {
    background-color: #f8f8f8;
}
/* 对比分析 */
/* 容器样式 */
.npc-container {

    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 4rem;
    margin-top: 2rem;
}

/* 标题样式 */
.npc-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
}

/* 描述文本样式 */
.npc-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* 图表容器样式 */
.npc-charts-wrapper {
    display: grid;
    gap: 2rem;
}

/* 单个图表容器样式 */
.npc-chart-container {
    position: relative;
    height: 300px;
    width: 100%;
}

/* 图表标题样式 */
.npc-chart-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}



.container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.custom-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.5rem;
    background-color: rgb(42 86 164 / 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.custom-icon img {
    color: var(--hue);
    height: 24px;
    width: 24px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    margin-top: 15px;
}

.card-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.feature-item {
    margin-bottom: 10px;
}

.feature-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666;
    font-weight: 500;
}
.feature-value {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(42 86 164 / var(--tw-text-opacity, 1));
}

.progress-container {
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: var(--hue);
    border-radius: 4px;
}



.main-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-top: 40px;
}

.main-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #111827;
}

.description {
    color: #6b7280;
    margin-bottom: 32px;
    line-height: 1.6;
}

/* 网格布局 */
.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

/* 特性卡片样式 */
.feature-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.feature-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.icon-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(59, 130, 246, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: rgb(42 86 164 / var(--tw-text-opacity, 1));
}
.icon-container img {
    height: 16px;
    width: 16px;
}

.feature-title {
    font-weight: 500;
    color: #111827;
}

.feature-value2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}

.feature-desc {
    font-size: 14px;
    color: #6b7280;
}

/* 产品展示容器 */
.npc-productshow-container {
    padding: 40px 20px;
}

/* 标题样式 */
.npc-productshow-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5rem;
    color: #2c3e50;
    font-weight: 700;
}

/* 描述文本 */
.npc-productshow-description {
    text-align: center;
    margin-bottom: 50px;
    color: #666;
    font-size: 1.1rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* 产品网格布局 */
.npc-productshow-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

/* 产品卡片样式 */
.npc-productshow-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.npc-productshow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* 产品图片 */
.npc-productshow-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}



/* 产品信息 */
.npc-productshow-info {
    padding: 20px;
}

/* 产品标题 */
.npc-productshow-item-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 600;
}

/* 产品描述 */
.npc-productshow-item-desc {
    color: #666;
    font-size: 0.75rem;
    line-height: 1.5;
}

/* 案例列表样式 */
.cases-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 25px;
}

/* 卡片样式 */
.case-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* 图片样式 */
.case-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* 卡片内容样式 */
.case-content {
    padding: 20px;
}

.case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.case-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
}

.case-status {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.status-completed {
    background-color: #e6fffa;
    color: #319795;
}

.status-in-progress {
    background-color: #fff5e6;
    color: #dd6b20;
}

.case-description {
    color: #718096;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.case-details {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 12px;
}

.case-details p {
    margin-bottom: 6px;
}

.case-details span {
    font-weight: 500;
}


.rating-comment {
    font-size: 13px;
    color: #4a5568;
    font-style: italic;
}

.npc-quality-image{
    width: 100%;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .npc-productshow-title {
        font-size: 2rem;
     }
            
    .npc-productshow-grid {
        grid-template-columns: 1fr;
    }
    
    .npc-productshow-image {
        height: 180px;
    }
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .main-card {
        padding: 32px;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
