.act_tabs{
    background: #ebedf3;
    color: #042040FF !important;
}
.act_tabs .active{
    background: #fff !important;
    color: #007AFF !important;
}
.act_badge-tag{
    background-color: #DFF75E;
    border-radius: 4px;
    color: #042040;
    padding: 0 8px;
}

.act_badge_tag_red{
    background: linear-gradient( 270deg, #FF4E02 0%, #FF7B01 100%), linear-gradient( 270deg, #FF3431 0%, #FF734C 100%);
    border-radius: 4px;
    color: #fff;
    padding: 0 8px;
}

.act_popular-border{
    border: 3px solid #007AFF !important;
    position: relative;
}
.act_recommned-head{
    background-color: #007aff !important;
    height: 44px;
}
.act_popular-tag{

    color:#042040;
    background: linear-gradient( 90deg, #BDF7FF 0%, #FDFFB5 100%), linear-gradient( 84deg, #5FF9FF 0%, #FFF209 100%);
    border-radius: 4px;
    padding: 0 8px; 
    display: flex !important;
    align-items: center;
    padding-bottom: 0;
}
.act_newTag{
    color: #fff;
    background-color: #FC5302FF;
    padding: 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}