@charset "utf-8";
@font-face {
  font-family: 'iconfont';
 /* src: url('../fonts/iconfont.eot?v=1.1');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont.woff2?v=1.1') format('woff2'),
      url('../fonts/iconfont.woff?v=1.1') format('woff'),
      url('../fonts/iconfont.ttf?v=1.1') format('truetype'),
      url('../fonts/iconfont.svg#iconfont?v=1.1') format('svg');
  src: url('../fonts/iconfont3.woff2?t=1624002213840') format('woff2'),
       url('../fonts/iconfont3.woff?t=1624002213840') format('woff'),
       url('../fonts/iconfont3.ttf?t=1624002213840') format('truetype');*/
  src: url('../fonts/iconfont0818.woff2?t=1629271145527') format('woff2'),
       url('../fonts/iconfont0818.woff?t=1629271145527') format('woff'),
       url('../fonts/iconfont0818.ttf?t=1629271145527') format('truetype');
}

html, body {
  padding: 0;
  margin: 0;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';
  border: 0;
  outline: medium;
  text-shadow: none;
  text-decoration: none;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  vertical-align: middle;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px;
}

hr {
  border-width: 1px;
  border-style: inset;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

img, i {
  display: block;
}

i, em {
  font-style: normal;
}
html{
  height: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.dH{
  overflow: hidden;
}
input.inp_pla{
  color:#999 !important;
}
.noMargin{
  margin:0 !important;
}

/*input placeholder 样式 */

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

/*修改滚动条*/

::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #D7E0EAFF;
}

/* 没有数据提示 */
.tab-content>.no-data-content{
  border-top:none;
}
.no-data-content{
  overflow: hidden;
}
.no-data-box{
  width:184px;
  margin:50px auto;
}
.no-data-box img{
  display: block;
  width:184px;
  height: 191px;
}
.no-data-box p{
  font-size:12px;
  color:#237ED2;
  line-height: 20px;
  text-align: center;
}
.noborder{
  border:none !important;
}

/* 分页统一样式 */
.tab-page {
  overflow: hidden;
}
.tab-page .page-box {
  float: right;
  font-size: 14px;
  color: #575A5F;
  overflow: hidden;
}
.tab-page .page-box .in-total {
  float: left;
  line-height: 28px;
  margin-right: 20px;
}
.tab-page .page-box .in-page-show {
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.tab-page .page-box .in-page-show span {
  display: block;
  float: left;
  line-height: 28px;
}
.tab-page .page-box .in-page-show select {
  display: block;
  float: left;
  width: 60px;
  height: 28px;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  line-height: 28px;
  font-size: 14px;
  color: #575A5F;
  margin: 0 5px;
  background: #fff;
}
.tab-page .page-box .page-list {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.tab-page .page-box .page-list span {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #575A5F;
  font-size: 14px;
  margin: 0 4px;
}
.tab-page .page-box .page-list a {
  display: block;
  float: left;
  min-width: 20px;
  padding: 0 3px;
  height: 26px;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  line-height: 26px;
  text-align: center;
  color: #575A5F;
  font-size: 14px;
  margin: 0 4px;
}
.tab-page .page-box .page-list a:hover {
  color: #348EED;
  border: 1px solid #348EED;
}
.tab-page .page-box .page-list a.active {
  background: #348EED;
  border: 1px solid #348EED;
  color: #fff;
}
.tab-page .page-box .page-list a.btn {
  width: 12px;
  font-family: "iconfont" !important;
  border: none;
  color: #C2C6CE;
}
.tab-page .page-box .page-list a.btn:hover,
.tab-page .page-box .page-list a.btn.active {
  color: #575A5F;
}
.tab-page .page-box .go-page {
  float: left;
  overflow: hidden;
}
.tab-page .page-box .go-page span {
  display: block;
  float: left;
  line-height: 28px;
}
.tab-page .page-box .go-page input {
  display: block;
  float: left;
  border: 1px solid #DCDFE6;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  color: #575A5F;
  width: 50px;
  border-radius: 2px;
  margin: 0 5px;
}

#layui-laydate1.layui-laydate .layui-this{
  background: #237ed2 !important;
}
.layui-laydate-footer span:hover,
.layui-laydate-footer span[lay-type=date],
.layui-laydate-header i:hover,
.laydate-set-ym span:hover{
  color:#237ed2 !important;
}

.loading{
  background-color:#237ed2 !important;
}
.loading i{
  display: inline-block;
  width:24px;
  height: 24px;
  vertical-align:middle;
  margin-right:5px;
  background: url(../images/btn-loading.gif) no-repeat center;
  overflow: hidden;
}
.hide{
  display: none;
}
.noImage{
  background: #ebf0f7 !important;
}

/* 面包屑 */
.page-crumbs {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 38px;
  line-height: 38px;
  color: #c4c8cd;
  font-size: 12px;
  padding-left: 13px;
  background: #edf0f5;
}
.page-crumbs i {
  display: inline-block;
  font-family: "iconfont" !important;
  margin: 0 3px;
}
.page-crumbs a {
  color: #515A6D;
}
.page-crumbs a:hover {
  color: #46A0FC;
}
.page-crumbs span {
  color: #999fab;
}
.refresh-btn{
  cursor: pointer;
  padding:0 10px;
  border-radius: 4px;
  margin-left: 10px;
  background: url(../images/refresh.png) no-repeat center;
}

.badge-spot-tr {
  position: relative;
  overflow: visible;
}
.badge-spot-tr:after {
  position: absolute;
  content: '';
  top: -5px;
  right: -5px;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  background: #ff5353;
}