//文字颜色
.color_hong{
    // color: #b61f1f;
    color:#f63942 !important;
}
.color_lv{
        color: #52c41a !important;
}

.color_lv2{
    // color: #0e8782;
    color: #12c9b5;
}

.color_huang{
    color:#fbb200 !important;
}
.color_huang2{
    color: #ff8834 !important;
}
.color_333{
    color: #333333 !important;
}
.color_666{
    color:#666666 !important;
}
.color_aaa{
    color:#aaaaaa !important;
}
.color_fff{
    // color: #b61f1f;
    color:#fff !important;
}
.color_5487ee{
    color:#5487ee;
}

.color_ccc{
    color: #ccc;
}

.color_eee{
    color: #eee;
}
.color_cheng{
    color: #fa8c16;
}
.color_2{
    color: $color2;
}
.color_3{
    color: $color3;
    // background-color: rgba($color: #000000, $alpha: 1.0);
}
.color_4{
    color: $color4;
    // background-color: rgba($color: #000000, $alpha: 1.0);
}
.bg_fff{
    background: #fff !important;
}
.color_active{
    @include themeColor("color","color");
}
.color_lan{
    color: #5487ee;
}