/** 之前的reset.css **/
/* 初始化CSS  重置浏览器样式*/
html,body{
    min-height: 850px;
}
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 链接图片有边框*/
ul, ol { list-style:none; }
input { padding:0;margin:0;outline:none;background:none;font-family:Arial,'Times New Roman','Microsoft YaHei';color:#999;vertical-align:middle;padding-left:10px;}
select{ vertical-align:middle; margin:0;}
textarea { resize:none; }
select, input, textarea {font-size:12px;}
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
body {font-size:14px; color:#666; font-family:Arial,'Times New Roman','Microsoft YaHei';}
.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:#666; text-decoration:none; }
a:hover { color:#337ab7; text-decoration:underline; }
*{outline:none !important;}
.mainColor{color:#337ab7;} /**页面字体需要变主色调，直接调用mainColor;**/
.mainBg{background:#337ab7;color:#fff;}/**需要添加主色调背景色，直接调用mainBg**/
.colorRed{color:red;} /**字体如需标红色，调用colorRed**/
.textHidden{ white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display:block; }
select {
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../../rhhz/images/select_arrow.png") no-repeat scroll right center;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}



/** 之前的reset.css **/



.nocos-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
label {
  margin: 0;
}
.no-dec {
  text-decoration: none !important;
}
.form-control {
  display: inline-block;
}
button.btn.btn-primary {
  background: linear-gradient(to bottom, #2a66d3 0%, #0a368a 100%);
}
button.btn.btn-primary:hover {
  background: #2a66d3;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.flexchild2 {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.clearFlex {
  -webkit-flex: inherit !important;
  -moz-box-flex: inherit !important;
  -ms-flex: inherit !important;
  flex: inherit !important;
}
.form-control:focus {
	border-color: #ccc;
}
