﻿@charset "UTF-8";
/*css 初始化 */
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, input, button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul:not(.note-text), ol:not(.note-text) {
  list-style: none;
}

ul.note-text, ol.note-text {
  list-style: inside;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

select, input {
  vertical-align: middle;
}

select, input {
  font-size: 12px;
  margin: 0;
}

textarea {
  font-size: 12px;
  margin: 0;
  resize: none;
  font-size: 16px;
  color: #A5A5A5;
}

/*防止拖动 */
img {
  border: 0;
  vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙 */
table {
  border-collapse: collapse;
}

body {
  background: #fff;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  content: "";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

s, i, em {
  font-style: normal;
  text-decoration: none;
}

/*公共类 */
.w {
  width: 1210px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ac {
  text-align: center;
}

.hide {
  display: none;
}

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

#datatable_filter label, #DataTables_Table_0_filter label {
  color: transparent;
}

#datatable_filter label input {
  position: absolute;
  top: -110px;
  left: 206px;
  width: 200px;
  height: 45px;
  border: 1px solid #F7F7F7;
  z-index: 10;
  border-radius: 4px;
  text-indent: 2em;
  font-size: 16px;
  color: #000;
}

#DataTables_Table_0_filter label input {
  position: absolute;
  top: -110px;
  left: 206px;
  width: 200px;
  height: 45px;
  border: 1px solid #F7F7F7;
  z-index: 10;
  border-radius: 4px;
  text-indent: 2em;
  font-size: 16px;
  color: #000;
  top: -83px;
  left: 158px;
}

#datatable tbody tr {
  background: #fff;
  color: #000;
}

.datatables > .row > .col-sm-6:nth-child(1) {
  position: absolute;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  background-image: none !important;
}

#datatable tbody tr:hover {
  background: #fff;
}

html, body {
  height: auto !important;
  position: static !important;
  min-height: 1px !important;
}

y #bisa-list-table tr {
  cursor: pointer;
}

#bisa-list-table tbody tr:hover {
  cursor: pointer;
  background-color: #F2F3F3 !important;
}
/*# sourceMappingURL=reset.css.map */