/*设置下部tab默认不显示*/
.customize-list .box4 .tab{
    display:none!important;
}

.customize-list .box4 .tab.active{
    display:flex!important;
}
/*设置上部标签默认点击效果*/
.customize-list .box4 .txt li.active{
    text-decoration: none;
    background: var(--color-primary) !important;
    color: #fff !important;
}
.customize-list .box4 .txt li.active a{
    color: #fff !important;
}
.customize-list .box4 .txt li{
  cursor: pointer;
}