@charset "utf-8";
/*初始化样*/
body, table, textarea { font:normal "宋体", Arial, Verdana; color:#333;font-size:12px;}
html, body, div, form, fieldset, table, th, td, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a img { padding:0; margin:0; border:0; }
table {
border-collapse:collapse;
border-spacing:0;}
ul, ol, li, dl, dt, dd { list-style:none; }
select, input { vertical-align:middle; }
body, html { height:100%; }
/*全局链接颜色 */
a:link { color:#000; text-decoration:none; }
a:visited { color:#333; text-decoration:none; }
a:hover { color:#fe0000; text-decoration:none; cursor:pointer;}
a:active { color:#333; }
/*table {border-collapse: collapse;border-spacing: 0;}
*/
/* 字体颜色属?[定义规则，小写c+颜色名称] */
.cRed, a.cRed:link, a.cRed:visited { color:#d6440b; }
.cDRed, a.cDRed:link, a.cDRed:visited { color:#bc2931; }
.cBlue, a.cBlue:link, a.cBlue:visited { color:#1d597d; }
.cDBlue, a.cDBlue:link, a.cDBlue:visited { color:#0072cc; }

.cYellow, a.cYellow:link, a.cYellow:visited { color:#ff0; }
.cOrange, a.cOrange:link, a.cOrange:visited { color:#f60; }
.cGray, a.cGray:link, a.cGray:visited { color:#ccc; }
.cDGray, a.cDGray:link, a.cDGray:visited { color:#666; }
.cWhite, a.cWhite:link, a.cWhite:visited { color:#fff; }
.cBlack, a.cBlack:link, a.cBlack:visited { color:#000; }
.cGreen, a.cGreen:link, a.cGreen:visited { color:#669900; }
/*字体样式[定义规则，小写属性首字母+大写属性值首字母]*/
.tU, a.tU:link, a.tU:visited { text-decoration:underline; }
.tN, a.tN:link, a.tN:visited { text-decoration:none; }
.fB { font-weight:bold; }
.fB_2{ font-weight:800; }
.fN { font-weight:normal; }
.fI { font-style:italic; }
.f12 { font-size:12px; }
.f14 { font-size:14px; }
.f16 { font-size:16px; }
.f18 { font-size:18px; }
.f20 { font-size:20px; }
.f22 { font-size:22px; }
/* 其他属?*/
.tc{text-align:center;}
.tl{text-align:left;}
.tr{text-align:right;}
.l { float: left;}
.r { float: right;}
.clear { clear: both; font-size:1px; height:0; overflow:hidden;}
.hidden { display:none; }
.lh20 { line-height:20px; }
.lh40 { line-height:40px; }
/*公用空隙[定义规则，小写space加空隙高度]*/
.space1 { height:1px; clear:both; font-size:1px; overflow:hidden;}
.space5 { height:5px; clear:both; font-size:1px; overflow:hidden;}
.space10 { height:10px; clear:both; font-size:1px; overflow:hidden;}
.space12 { height:12px; clear:both; font-size:1px; overflow:hidden;}
.space15 { height:15px; clear:both; font-size:1px; overflow:hidden;}

.input1{border:1px solid #b5b5b5;height:16px;line-height:16px;width:15px;padding:1px 3px;}




