/* global css */
*{ margin:0px; padding:0px;}
body{margin:0px; padding: 0;font-size:12px; background-color:#33353b;font-family:Tahoma,Arial,"宋体";}
div, td, table, ul, li, ol, dd, dl,dt {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ font-size:14px; font-weight: normal; font-family:Tahoma,Arial,"宋体";}
em, i{ font-style: normal;}
html { width: 100%; margin: auto;}
img, img a, img a:hover{ border: none;}
ul, ol{list-style: none;}

/* 链接颜色 */
a { color: #c4c6cf; text-decoration: none; cursor:pointer; font-family:Tahoma,Arial,"宋体"; font-size:12px;}
a:hover{ color: #c4c6cf;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.c_yellow,.c_yellow a,.c_yellow a:hover,a.c_yellow,a.c_yellow:hover,.c_gray a:hover{color:#FD6F00;}
.c_gray,.c_gray a{color:#888888;}
.c_white{color:#fff;}
.c_red,a.c_red,a.c_red:hover{color:#E61528;}
a.a_yellow,a.a_yellow:hover{color:#E44B07;}
.c_blue,a.c_blue,a.c_blue:hover{color:#0000FF;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB { font-weight: bold;}
.fI { font-style: italic;}
.fT { font-family:Tahoma;}
.fS { font-family:'宋体';}
.top8{ margin-top:8px;}

/* 字体大小*/
.f10px{ font-size:10px;}
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.hidden { display: none;}
.unLine,.unLine a{ text-decoration: underline;}
.f_left{ float:left;}
.f_right{ float:right;}


