.techonology-placeholder {
    background: #f0f4f8;
    border-radius: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0aec0;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    min-height: 200px;
}
.techonology-image-1 .techonology-placeholder,
.techonology-image-2 .techonology-placeholder {
    min-height: 200px;
}

/* 让两个图片容器均分宽度 */
.techonology-image-1,
.techonology-image-2 {
    flex: 1 1 0;
}

/* 图片1:1正方形、完整显示、强制覆盖 custom.css */
.techonology-image-box img {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
    background: #fff;
    border-radius: 40px;
}
