@charset "UTF-8";
/* reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0; }

fieldset,
img {
  border: 0; }

address,
cite,
dfn,
em,
var {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px; }

caption,
th {
  text-align: left;
  font-weight: normal; }

/* 清除浮动 */
.clearfix:after,
.nav:after,
.content:after,
.grid:after,
.h:after,
.jr-row:after,
.jr-grids:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both; }

.clearfix,
.nav,
.content,
.grid,
.row,
.h {
  *zoom: 1; }

.clear {
  clear: both;
  height: 0;
  font: 0/0 Arial;
  visibility: hidden; }

/* 通用 */
body,
button,
input,
select,
textarea {
  font: 12px/1.5 microsoft yahei, simhei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000; }

.vm,
input,
label {
  vertical-align: middle; }

.tc {
  text-align: center; }

.fl {
  float: left;
  _display: inline; }

.fr {
  float: right;
  _display: inline; }

.mb10 {
  margin-bottom: 10px; }

.mr10 {
  margin-right: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mr20 {
  margin-right: 20px; }

.hide {
  display: none; }

.nt {
  text-align: left;
  letter-spacing: -3em;
  overflow: hidden; }

.nt:first-letter {
  margin-left: -20em; }

/* 链接 */
a {
  color: #252525;
  text-decoration: none; }

a:hover {
  color: #009d4a;
  text-decoration: none; }

a:active {
  outline: none; }

/* 表格 */
table.item-info {
  width: 100%;
  margin: 20px 0; }

table.item-info th,
table.item-info td {
  border: 1px #c6e4fe solid;
  padding: 10px;
  line-height: 24px;
  text-align: center; }

table.item-info thead th {
  border-bottom: 2px solid #135a9c;
  background-color: #e5f3ff;
  color: #135a9c; }

table.item-info tbody th {
  background-color: #e5f3ff;
  color: #135a9c; }

table.item-info tbody td img {
  vertical-align: middle; }

table.item-info tbody tr:hover th,
table.item-info tbody tr:hover td {
  background-color: #f0f6fc; }

/* 分页 */
.pages {
  font: 0/0 microsoft yahei;
  padding: 20px 0;
  text-align: center; }

.pages a {
  display: inline-block;
  line-height: 18px;
  margin: 0 2px;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #e9e9e9;
  border-radius: 2px; }

.pages a:hover {
  position: relative;
  background-color: #a3bde2;
  color: #fff; }

.pages a.current {
  background-color: #00a0e9;
  color: #fff;
  position: relative; }

.pages span {
  line-height: 28px;
  font-size: 14px;
  margin-left: 10px;
  padding: 10px 20px;
  vertical-align: middle;
  border-radius: 2px; }

.pages select {
  border: 1px #d2d2d2 solid;
  padding: 4px; }

/* 按钮 */
.jr-btns {
  padding: 10px;
  line-height: 0;
  font-size: 0;
  text-align: center; }

.jr-btn {
  display: inline-block;
  box-sizing: border-box !important;
  min-width: 80px;
  height: 40px;
  border: none;
  outline: none;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  background-color: #1b80d2;
  color: #fff;
  border-radius: 2px;
  transition: all .2s; }

.jr-btn + .jr-btn {
  margin-left: 4px; }

.jr-btn:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }

a.jr-btn:hover {
  color: #fff; }

.jr-btn-normal {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #797979; }

a.jr-btn-normal:hover {
  background-color: #f8f8f8;
  color: #828282;
  box-shadow: none; }

.jr-btn-disabled {
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  color: #ccc;
  cursor: not-allowed; }

a.jr-btn-disabled:hover {
  color: #ccc; }

.jr-btn-big {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px; }

.jr-btn-small {
  min-width: 6em;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px; }

.jr-btn-mini {
  min-width: inherit;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 12px; }

.jr-btn-radius {
  border-radius: 100px; }

.jr-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px; }

.jr-btn-big i {
  font-size: 24px; }

.jr-btn-small i {
  font-size: 16px; }

.jr-btn-mini i {
  font-size: 12px; }

.jr-btn-disabled i {
  opacity: 0.5 !important; }

/* 通用表单 */
.jr-forms {
  padding: 10px; }

.jr-forms > ul > li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  line-height: 30px; }

.jr-forms li img,
.jr-forms td img {
  height: 30px;
  vertical-align: middle; }

.jr-forms .inp,
.jr-forms textarea,
.jr-forms select {
  display: inline-block;
  box-sizing: border-box;
  border: 1px #ddd solid;
  width: auto;
  height: 30px;
  min-width: 160px;
  padding: 5px;
  line-height: 18px;
  outline: none;
  background: #fff;
  color: #797979;
  vertical-align: middle; }

.jr-forms li textarea {
  width: 300px;
  height: 120px; }

.jr-forms td textarea {
  width: 100%;
  height: 120px; }

.jr-forms .inp.current,
.jr-forms input.inp:focus,
.jr-forms textarea:focus,
.jr-forms select:focus {
  border: 1px #a3bde2 solid;
  box-shadow: inset 0 0 3px rgba(27, 128, 210, 0.2); }

.jr-forms li input.full {
  width: 50%; }

.jr-forms td input.full {
  width: 100%; }

.jr-forms input.small {
  width: 50px;
  min-width: inherit; }

.jr-forms input.big,
.jr-forms select.big {
  height: 40px;
  padding: 10px; }

.jr-forms table {
  width: 100%; }

.jr-forms th,
.jr-forms td {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  line-height: 30px; }

.jr-forms thead th {
  background-color: #f8f8f8;
  white-space: nowrap;
  word-break: keep-all;
  padding: 10px;
  line-height: 20px; }

.jr-forms tbody th,
.jr-forms label {
  width: 6em;
  padding-right: 1em;
  text-align: right;
  color: #2980b9; }

.jr-forms li label {
  display: inline-block;
  vertical-align: top; }

.jr-forms th label {
  padding: 0; }

.jr-forms .set + label {
  width: auto;
  margin: 0 15px 0 5px;
  color: #797979; }

.jr-forms table.border {
  margin-bottom: -1px; }

.jr-forms table.border .inp {
  min-width: inherit; }

.jr-forms .tc th,
.jr-forms .tc td {
  text-align: center; }

.jr-forms tbody td.line {
  padding: 0;
  height: 4px;
  background-color: #f8f8f8; }

table .sort {
  cursor: pointer;
  *cursor: hand; }

table .default {
  background: url(../images/tables/sort_both.png) no-repeat center right; }

table .asc {
  background: url(../images/tables/sort_asc.png) no-repeat center right; }

table .desc {
  background: url(../images/tables/sort_desc.png) no-repeat center right; }

/*# sourceMappingURL=search.css.map */
