.header .tab_container > div[data-v-5f982f48] > a{
    color: #fff;
}


.header .tab_container .active[data-v-5f982f48] > a{
    color: #2d77ee;
}
.header .tab_container > div[data-v-5f982f48]:hover{
    color: #2d77ee;
    border-bottom: 1px solid #2d77ee;
}

.header .tab_container > div[data-v-5f982f48]:hover > a{
    color: #2d77ee;
}
