/*资质核验*/
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #f5f7fa;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            font-family: -apple-system, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
            padding: 24px;
        }

        .qualification-module {
            max-width: 780px;
            width: 100%;
            background: transparent;
            padding: 0 16px;
            padding-bottom: 20px;
        }

        .section-divider {
            width: 100%;
            height: 1px;
            background: #e0e4eb;
            margin-bottom: 18px;
        }

        .header-row {
            display: flex;
            align-items: center;
            margin-bottom: 14px;
        }

        .header-icon {
            width: 24px;
            height: 24px;
            margin-right: 8px;
            flex-shrink: 0;
        }

        .header-title {
            font-size: 18px;
            font-weight: 500;
            color: #1a2639;
            letter-spacing: 0.5px;
            display: flex;
            align-items: baseline;
            flex-wrap: wrap;
        }

        .header-title .badge {
            font-size: 14px;
            font-weight: 400;
            color: #5a6b85;
            margin-left: 12px;
            letter-spacing: 0.3px;
            background: transparent;
            padding: 0;
        }

        .content-row {
            display: flex;
            gap: 24px;
            align-items: flex-start;
        }

        .info-list {
            flex: 1;
            min-width: 0;
            padding-top: 2px;
            padding-left: 20px;
        }

        .info-item {
            display: flex;
            padding: 5px 0;
            font-size: 15px;
            line-height: 1.8;
            border-bottom: none;
            color: #1a2639;
        }

        .info-label {
            width: 96px;
            flex-shrink: 0;
            color: #6a7b94;
            font-weight: 400;
            letter-spacing: 0.3px;
        }

        .info-value {
            color: #1a2639;
            font-weight: 450;
            word-break: break-word;
            letter-spacing: 0.2px;
        }

        .info-value.phone {
            font-weight: 450;
            letter-spacing: 0.3px;
        }

        /* 主营产品单独一行，保持与参考图一致 */
        .info-item.product-item .info-value {
            font-weight: 450;
        }

        .image-wrapper {
            width: 180px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            padding: 0 4px;
        }

        .image-box {
            border: 1px solid #e3e7ef;
            border-radius: 10px;
            padding: 8px 8px 6px 8px;
            background: #ffffff;
            width: 100%;
        }

        .image-box img {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
            object-fit: contain;
            background: #fafbfc;
            border-radius: 4px;
        }

        .swiper-controls {
            position: absolute;
            top: 50%;
            left: -10px;
            right: -10px;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            pointer-events: none;
        }

        .swiper-btn {
            width: 26px;
            height: 26px;
            background: rgba(255, 255, 255, 0.88);
            backdrop-filter: blur(2px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            font-weight: 300;
            color: #4b5a72;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            pointer-events: auto;
            cursor: default;
            border: 1px solid #e0e5ed;
            line-height: 1;
            user-select: none;
        }

        .swiper-btn:hover {
            background: #ffffff;
            border-color: #c8d0dd;
        }

        /* 图片下方 "营业执照" 和 "企业产品" 标签 — 参考图风格 */
        .image-labels {
            display: flex;
            justify-content: center;
            gap: 18px;
            margin-top: 8px;
            font-size: 13px;
            color: #6a7b94;
            font-weight: 400;
            letter-spacing: 0.3px;
        }

        .image-labels span {
            position: relative;
        }

        .image-labels span+span::before {
            content: "|";
            position: absolute;
            left: -11px;
            color: #d0d6e0;
        }

        @media (max-width: 640px) {
            .qualification-module {
                padding: 0 12px;
            }
            .content-row {
                flex-direction: column;
                align-items: stretch;
                gap: 16px;
            }
            .info-list {
                padding-left: 4px;
            }
            .image-wrapper {
                width: 100%;
                max-width: 220px;
                align-self: center;
                padding: 0;
            }
            .swiper-controls {
                left: -6px;
                right: -6px;
            }
            .header-title {
                font-size: 17px;
            }
            .header-title .badge {
                font-size: 13px;
                margin-left: 8px;
            }
            .info-item {
                font-size: 14px;
                padding: 4px 0;
            }
            .info-label {
                width: 80px;
            }
            .image-labels {
                font-size: 12px;
                gap: 14px;
            }
            .image-labels span+span::before {
                left: -9px;
            }
        }

        @media (max-width: 400px) {
            .qualification-module {
                padding: 0 8px;
            }
            .info-list {
                padding-left: 2px;
            }
            .info-label {
                width: 70px;
            }
            .image-wrapper {
                max-width: 180px;
            }
        }
/*资质核验*/
/* ===== 品牌排行榜 ===== */
.qy-pp-rank-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.qy-pp-rank-header {
    position: relative;
    margin-bottom: 12px;
}

.qy-pp-rank-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    border-bottom: none;
}

.qy-pp-rank-line {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 3px;
    background: #2488C8;
    border-radius: 2px;
}

.qy-pp-rank-divider {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 12px;
}

.qy-pp-rank-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qy-pp-rank-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.qy-pp-rank-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

.qy-pp-rank-text {
    flex: 1;
    margin: 0;
    overflow: hidden;
}

.qy-pp-rank-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.qy-pp-rank-hits {
    flex-shrink: 0;
    font-size: 11px;
    color: #999;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
/* ===== 品牌排行榜 ===== */