/*基础白色*/
.text-color-white {
    color: #FFFFFF !important;
}

.bg-color-white {
    background-color: #FFFFFF !important;
}

.bd-color-white {
    border-color: #FFFFFF !important;
}

/*基础黑色*/
.text-color-black {
    color: #000000 !important;
}

.bg-color-black {
    background-color: #000000 !important;
}

.bd-color-black {
    border-color: #000000 !important;
}

/*主题色*/
.text-color-primary {
    color: #0166FE !important;
}

.bg-color-primary {
    background-color: #0166FE !important;
}

.bd-color-primary {
    border-color: #0166FE !important;
}

/*提示色*/
.text-color-warning {
    color: #FF9900 !important;
}

.bg-color-warning {
    background-color: #FF9900 !important;
}

.bd-color-warning {
    border-color: #FF9900 !important;
}

/*灰色-1级*/
.text-color-gray-1 {
    color: #B4B4B4 !important;
}

.bg-color-gray-1 {
    background-color: #B4B4B4 !important;
}

.bd-color-gray-1 {
    border-color: #B4B4B4 !important;
}

/*灰色-2级*/
.text-color-gray-2 {
    color: #C3C3C3 !important;
}

.bg-color-gray-2 {
    background-color: #C3C3C3 !important;
}

.bd-color-gray-2 {
    border-color: #C3C3C3 !important;
}

/*灰色-3级*/
.text-color-gray-3 {
    color: #D2D2D2 !important;
}

.bg-color-gray-3 {
    background-color: #D2D2D2 !important;
}

.bd-color-gray-3 {
    border-color: #D2D2D2 !important;
}

/*灰色-4级*/
.text-color-gray-4 {
    color: #E1E1E1 !important;
}

.bg-color-gray-4 {
    background-color: #E1E1E1 !important;
}

.bd-color-gray-4 {
    border-color: #E1E1E1 !important;
}

/*灰色-5级*/
.text-color-gray-5 {
    color: #F0F0F0 !important;
}

.bg-color-gray-5 {
    background-color: #F0F0F0 !important;
}

.bd-color-gray-5 {
    border-color: #F0F0F0 !important;
}