.elementor-5670 .elementor-element.elementor-element-e8b0d3c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5670 .elementor-element.elementor-element-f29e332{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:96px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;}.elementor-5670 .elementor-element.elementor-element-5c05d7a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:12px;--padding-right:12px;}@media(max-width:767px){.elementor-5670 .elementor-element.elementor-element-f29e332{--margin-top:80px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-0b83a80 */.industry-block {
    margin-bottom: 60px;
}
.industry-block .industry-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

/* 2. 核心 4 列网格系统（大屏端） */
.member-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 24px;
    margin: 40px 0 80px;
}

/* 3. 独立企业卡片基础骨架 */
.member-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

/* 4. 卡片内链包裹层 */
.member-card a{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #fff;
    padding: 24px 16px;
    border: 1px solid rgb(34 34 34 / 8%);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.member-card a:hover{
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(34 34 34 / 0%);
}

.member-card .card-no-link{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #fff;
    padding: 24px 16px;
    border: 1px solid rgb(34 34 34 / 8%);
    border-radius: 8px;
    cursor: not-allowed;
}

/* 5. 上半部分：Logo 包裹格子 */
.member-card .logo-wrapper {
    height: 65px;
    aspect-ratio: 8 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.member-card .logo-wrapper img{
    max-width: 100%;
    max-height: 100%;
}

/* 6. 下半部分：企业文字大名（中法长文本防溢出） */
.member-card .member-card-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    margin-top: 0;
    word-break: break-word;
}

/* 7. 手机与平板端（响应式降级，防止挤压穿模） */
@media (max-width: 1024px) {
    .member-logo-grid {
        grid-template-columns: repeat(2, 1fr) !important; /* 平板及大屏手机一排 2 个 */
        gap: 16px !important;
    }
}/* End custom CSS */