﻿/*主要颜色*/

/*导航胶囊*/
.nav-item .active {
    background-color: #a83a1d !important;
}
header .nav-link{
    color:#fff!important;
}

.bg-grey{
    background-color:rgb(99 99 99 / 0.1);
}

.bg-grey-50 {
    background-color:rgb(99 77 66 / 0.2);
}
.bg-red {
    background-color: #a83a1d !important;
}
/*分页符*/
.pagination .active .page-link{
   background-color:#ff0000!important;
   color:#fff!important;
}