@charset "UTF-8";
/* a标签字体颜色 */
a:link {/* 未被访问的链接 */
    color: #333;
    text-decoration: none;
}
a:visited {/* 已被访问的链接 */
    color: #333;
    text-decoration: none;
}
a:hover {/* 鼠标指针移动到链接上 */
    color: #333;
    text-decoration: none;
}
a:active {/* 正在被点击的链接 */
    color: #333;
    text-decoration: none;
}

a.txt_blue:link{color: #29b6f6;}
a.txt_blue:visited{color: #29b6f6;}
a.txt_blue:active{color: #29b6f6;}

a.txt_white:link{color: #ffffff;}
a.txt_white:visited{color: #ffffff;}
a.txt_white:active{color: #ffffff;}


a.txt_black:link{color: #333333;}
a.txt_black:visited{color: #333333;}
a.txt_black:active{color: #333333;}


a.txt_gray:link{color: #666666;}
a.txt_gray:visited{color: #666666;}
a.txt_gray:active{color: #666666;}


a.txt_red:link{color: #DF0E10;}
a.txt_red:visited{color: #DF0E10;}
a.txt_red:active{color: #DF0E10;}


/* 背景颜色 */
.bj_blue{
	background-color:#29b6f6;
}
.bj_white{
	background-color:#ffffff;
}
.bj_blue{
	background-color:#29b6f6;
}
.bj_red{
	background-color:#DF0E10;
}
.bj_black{
	background-color:#000000;
}
.bj_green{
	background-color:#3AA400;
}
.bj_cyan{
	background-color:#21D5AE;
}


/* 字体颜色 */
.f_white{
    color: #fff;
}
.f_333 {
    color: #333333;
}

.f_101010 {
    color: #101010;
}

.f_orange {
    color: #FF9800;
}
.f_price{
    color: #FF8537;
}
.f_deep_orange {
    color: #FD6109;
}

.f_gray {
    color: #B8B8B8;
}
.f_gray_a{
    color: #666666;
}
a.f_gray_a:visited {
    color: #666666;
}
a.f_gray_a:link {
    color: #666666;
}
.f_green{
    color: #68B80B;
}
.f_red {
    color: #E74C5A;
}

.f_blue {
    color: #29b6f6;
}
a.f_blue:visited {
    color: #29b6f6;
    text-decoration: none;
}
a.f_blue:link {
    color: #29b6f6;
    text-decoration: none;
}

.f_cyan {
    color: #29b6f6;
}

.f_order_blue {
    color: #03A9F4;
}

.f_shallow {
    color: #BDBBBD;
}

.jet-black {
    color: #2F2F2F;
}
