/* 初始化CSS  重置浏览器样式*/
body {font-size:14px; color:#424242;font-family:Arial, Microsoft Yahei, "微软雅黑", SimHei, "黑体";}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6,
form, input, fieldset, legend, img { margin:0; padding:0; }
fieldset, img, button { border:none; } /*为了照顾ie6 链接图片有边框*/
input,textarea,select,button{outline:none !important;}
ul, ol { list-style:none; }
select, input { vertical-align:middle; }
select, input, textarea ,label{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,label{font-size:100%;font-weight:normal;}
.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:#424242;text-decoration:none;}
a:hover { color:#1280df; text-decoration:none;}
a:visited,a:focus{text-decoration:none !important;}


.mainBorderColor{border-color:#0178d6 !important;}
.mainColor{color:#0178d6;} /**页面字体需要变主色调，直接调用mainColor;**/
.mainHoverColor:hover{color:#0178d6 !important;} /**hover字体颜色**/
.mainBg{background-color:#0178d6;color:#fff !important;}/**需要添加主色调背景色，直接调用mainBg**/
.mainHoverBg:hover{background-color:#0178d6;}/**需要主色调hover背景色，直接调用mainHoverBg**/
.colorRed{color:red;} /**字体如需标红色，调用colorRed**/
.colorWhite{color:#fff !important;}
.colorHoverW:hover{color:#fff !important;}
.textHidden{ white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display:block; }/*单行文本截取字符*/
/**每次调用新的base需要修改所有带color和backgroundColor的标签**/
.btn:hover{color:inherit;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */ color: #d5d5d5;}
input :-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #d5d5d5;}
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #d5d5d5;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #d5d5d5;}