.bg-transparent {
    background: transparent
}
.bg-fff {
    background: #fff
}
.bg-fafafa {
    background: #fafafa
}
.bg-f5f5f5{
    background: #f5f5f5
}
.bg-f0f0f0 {
    background: #f0f0f0
}
.bg-eceded{
	background: #eceded;
}
.bg-eee {
    background: #eee
}
.bg-ddd {
    background: #ddd
}
.bg-ccc {
    background: #ccc
}
.bg-bbb {
    background: #bbb
}
.bg-aaa {
    background: #aaa
}
.bg-999 {
    background: #999
}
.bg-777 {
    background: #777
}
.bg-686868{
	background: #686868;
}
.bg-555 {
    background: #555
}
.bg-4e4e50{
	background: #4e4e50;
}
.bg-333 {
    background: #333
}
.bg-111 {
    background: #111
}
.bg-000 {
    background: #000;
}
.bg-gold{
	background: #FDB316;
}

.bg-error{
	background: red;
}

.txt-fff {
    color: #fff !important
}
.txt-fafafa {
    color: #fafafa !important
}
.txt-eee {
    color: #eee !important
}
.txt-ddd {
    color: #ddd !important
}
.txt-ccc {
    color: #ccc !important
}
.txt-bbb {
    color: #bbb !important
}
.txt-aaa {
    color: #aaa !important
}
.txt-999 {
    color: #999 !important
}
.txt-787878 {
    color: #787878 !important
}
.txt-777 {
    color: #777 !important
}
.txt-555 {
    color: #555 !important
}
.txt-4e4e50 {
    color: #4e4e50 !important
}
.txt-444 {
    color: #444 !important
}
.txt-363636 {
    color: #363636 !important
}
.txt-333 {
    color: #333 !important
}
.txt-111 {
    color: #111 !important
}
.txt-000 {
    color: #000 !important
}
.txt-red{
	color: #cc0000
}
.txt-gold{
	color: #fcb315;
}