@charset "utf-8";
/*公共颜色*/
.fff,.cfff{ color:#fff;}
a.fff:hover,a.fff.active,a.cfff:hover,a.cfff.active{ color:#fe741c;}
.c000{ color:#000;}/*主要文字*/
a.c000:hover,a.c000.active{ color:#fe741c;}
.c333{ color:#333;}/*主要文字*/
a.c333:hover,a.c333.active{ color:#fe741c;}
.c666{ color:#666;}/*次要文字*/
a.c666:hover,a.c666.active{ color:#fe741c;}
.c999{ color:#999;}/*次要文字*/
a.c999:hover,a.c999.active{ color:#fe741c;}
.ccc{ color:#ccc;}/*辅助文字*/
a.ccc:hover,a.ccc.active{ color:#fe741c;}
.eee{ color:#eee;}/*边框*/
a.eee:hover,a.eee.active{ color:#fe741c;}

.bgccc{ background:#ccc}
.bgeee{ background:#eee}
.bgfff{ background:#fff}
.bgorange{background:#fe741c;}
.red{ color:#CA0606}
.orange{ color:#fe741c}
.yellow{ color:#ff0}
/*皮肤颜色1*/
.color1,.color1 a{ color:#be0f1b}/*主色*/
.color1 a:hover,a.color1:hover,a.color1.active{ color:#fe741c;}
.color2,.color2 a{ color:#666666}/*文章标题*/
.color2 a:hover,a.color2:hover,a.color2.active{ color:#fe741c;}
.color3,.color3 a{ color:#000}/*按钮颜色*/
.color3 a:hover,a.color3:hover,a.color3.active{ color:#fe741c;}
.bg1{ background:#be0f1b}/*主色背景*/
.bg2{ background:#151414}/*辅色背景*/
.bg3{ background:#fff}/*辅色背景*/
.bd1{ border-color:#fe2c6b}/*主色边框*/
.bd2{ border-color:#313030}/*主色边框*/

/*渐变颜色*/
.jbg1{background:#bf0f1a; color:#fff;
background:linear-gradient(0deg,#bf0f1a,#d8797f);
background:-webkit-linear-gradient(90deg,#bf0f1a,#d8797f);
background:-moz-linear-gradient(90deg,#bf0f1a,#d8797f);
background:-o-linear-gradient(90deg,#bf0f1a,#d8797f);
}
.jbg2{background:#ff2369;
background:linear-gradient(90deg,#ff2369,#ff6a3f);
background:-webkit-linear-gradient(0deg,#ff2369,#ff6a3f);
background:-moz-linear-gradient(0deg,#ff2369,#ff6a3f);
background:-o-linear-gradient(0deg,#ff2369,#ff6a3f);
}
.jbg3{background:#005bea;
background:linear-gradient(0deg,#005bea,#00c6fb);
background:-webkit-linear-gradient(90deg,#005bea,#00c6fb);
background:-moz-linear-gradient(90deg,#005bea,#00c6fb);
background:-o-linear-gradient(90deg,#005bea,#00c6fb);
}
