.tab-btn.infooperator{

    font-weight: 500;
    /* cursor: pointer; */
}
.tab-operator-btn.tabsActive .infooperator {
    color: #503AFA !important; /* 激活时的颜色（蓝色） */
    font-weight: bold; /* 可选：加粗 */

}


.tab-operator-btn.tabsActive {
    color: #503AFA;
    font-weight: 700;
  
}
.why-operator .info {
    display: flex !important;
    justify-content: space-between;
}
.why-operator .infooperator {
    display: flex !important;
    justify-content: center;
}


.tab-operator-btn.tabsActive .step-icons  {
    background-image: url('../../assets/operator/stepIcon2.png') !important;
}


.tab-operator-btn.tabsActive::after  {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
     width: 0.71rem;
     height: 0.16rem;
     background: url('../../assets/operator/select.png') no-repeat;
     background-size: 100% 100%;
}



@media (min-width: 1080px) { /* 假设 sm 对应的是 768px 及以上的屏幕 */
    .tab-operator-btn.tabsActive::after  {
        width: 1.1rem;
        height: 0.26rem;
    }
}