.act_tabs{
    background: #ebedf3;
    color: #042040FF !important;
}
.act_tabs .active{
    background: #fff !important;
    color: #007AFF !important;
}
.act_badge-tag{
    border: 1px solid #8BC7FFFF;
    background-color: #C0E0FFFF;
    border-radius: 2px;
    color: #042040;
    padding: 0 8px;
}
.act_popular-border{
    border: 1px solid #007AFF99 !important;
}
.act_recommned-head{
    background-color: #007aff !important;
    height: 44px;
}
.act_popular-tag{
    color:#A55000FF;
    background-color: #FFE472FF;
    border-radius: 4px;
    border: 1px solid #ffe472;
    padding: 0 8px; 
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
.act_newTag{
    color: #fff;
    background-color: #FC5302FF;
    padding: 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}