/* 初始化CSS  重置浏览器样式*/
*{outline:none !important;}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
img{display: block;}
ul, ol { list-style:none; }
input {padding:0;margin:0;outline:none;background:none;font-family:"Regular", "Arial";color:#999;}
select, input { vertical-align:middle; }
select, input, textarea {font-size:14px; margin:0;}
select{border: solid 1px #000;appearance:none; -moz-appearance:none; -webkit-appearance:none;-ms-appearance:none; background: url(../images/select_arrow.png) no-repeat scroll right center #fff; background:none\9;padding-right: 14px;padding-right:0\9;}
select::-ms-expand { display: none; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body {font-size:14px; color:#333;font-family:"Regular", "Arial";}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a {color:#333;text-decoration:none;}
a:hover { color:#2b9cf0; text-decoration:none;}
a:visited,a:focus{text-decoration:none !important;}

.mainColor{color:#2b9cf0;} /**页面字体需要变主色调，直接调用mainColor;**/
.mainBg{background:#2b9cf0;color:#fff;}/**需要添加主色调背景色，直接调用mainBg**/
.colorRed{color:red;} /**字体如需标红色，调用colorRed**/
.textHidden{ white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display:block; }/*单行文本截取字符*/
