/* Tab 切换样式 */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-button.active {
    color: white;
    border-color: #03b8ff;
    background-image: -webkit-linear-gradient(right, #03B8FF, #0067FC);
}

button {
    background-color: transparent;
    background-image: none;
}

/* 原 .aist-img-frame 场景图放大框已并入 show_function.css 的 .feature-capability-card
   （与中信保、电子商务平台共用同一套卡片与悬浮效果） */
