/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-track-piece {
border: 1px solid #EFEFEF;
background-color: #FAFAFA;
}
::-webkit-scrollbar-thumb {
width: 10px;
height: 10px;
background: #E6E6E6;
}
::-webkit-scrollbar-thumb:hover {
background: #D8D8D8;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    height: 100%;
    color: #444;
    min-width: 1200px;
    font-size: 14px;
  }
  label {
    font-weight: 400;
  }
  html {
    box-sizing: border-box;
    height: 100%;
  }
  #app {
    min-height: 100%;
  }
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  a:focus,
  a:active {
    outline: none;
  }
  a,
  a:focus,
  a:hover {
    cursor: pointer;
    color: #a98352;
    text-decoration: none;
  }
  div:focus {
    outline: none;
  }
  .no-padding {
    padding: 0px !important;
  }
  .padding-content {
    padding: 4px 0;
  }
  .fr {
    float: right;
  }
  .fl {
    float: left;
  }
  .pr-5 {
    padding-right: 5px;
  }
  .pr-20 {
    padding-right: 20px !important;
  }
  .pl-5 {
    padding-left: 5px;
  }
  .mt-5{margin-top: 10px;}
  .mt-50{margin-top: 50px;}
  .ml-5{margin-left: 5px;}
  .mb-5{margin-bottom: 5px !important;}
  .block {
    display: block;
  }
  .pointer {
    cursor: pointer;
  }
  .inlineBlock {
    display: block;
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .hide{display: none;}
  .relative{position: relative;}
  li {
    list-style: none;
}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.ft14 .layui-form-radio *{
  font-size: 14px;
}
.layui-nav-img{display: inline-block;background:#fff;vertical-align: middle;text-align: center;line-height: 30px;color:#666;font-size: 16px;}
.row-noresult {
  background-color: #fff;
  text-align: center;
  padding: 103px 0 186px;
}
.row-noresult .empty-elephant {
  width: 200px;
  height: 150px;
  display: inline-block;
  background: url("../images/empty_elephant.png") no-repeat center;
  background-size: contain;
  position: relative;
  left: 20px;
}
.row-noresult > p {
  margin-top: 20px;
  font-size: 12px;
  color: #888;
}
.tr-tool p{font-size: 12px;padding:2px 0;}
/*# sourceMappingURL=normalize.min.css.map */