* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  font-family: 'Microsoft YaHei', 'Microsoft Yahei', '寰蒋闆呴粦', 'Helvetica Neue', 'Helvetica', 'PingFang SC', 'Hiragino Sans GB', 'PangMenZhengDao', 'Arial', 'sans-serif' !important;
}

.l {
  float: left;
}

.r {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
}

.clear {
  zoom: 1;
}

ul,
li {
  list-style: none;
}

input,
img {
  border: none;
  outline: none;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration-line: none;
}

a:hover {
  text-decoration-line: none;
}

.el-table th,
.el-table td {
  text-align: center !important;
  border-right: 1px dashed#EBEEF5;
  border-bottom: 1px solid #eee;
}

.minWidthBox {
  width: 1260px;
  margin: 0 auto;
  transition: all 0.2s;
}

button {
  outline: none;
  border: none;
}

.el-date-editor .el-range-separator {
  width: 8% !important;
}


.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #f90 !important;
  border-color: rgba(255, 204, 51, .8) !important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #333;
}

.el-checkbox__inner:hover {
  border-color: rgba(255, 204, 51, .8) !important;
}

.el-popup-parent--hidden {
  overflow: auto;
  padding-right: 0 !important;
}


.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #f90;
  color: #FFF;
}

.noticeList .tables .table {
  border: 1px solid #eee !important;
}


a,
address,
b,
caption,
cite,
code,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i,
span,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
  font-family: Microsoft YaHei, Microsoft Yahei, 寰蒋闆呴粦, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, PangMenZhengDao, Arial, sans-serif !important;
}


.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  border: none;
}

.el-click {
  display: inline-block;
  height: 60px;
}

.el-table th>.cell {
  color: #080808 !important;
}

.el-tabs__active-bar {
  background-color: #f90;
  width: 80px !important;
}

.el-tabs__item.is-active {
  color: #f90;
}

.el-tabs__nav-wrap::after {
  height: 0;
}

.el-tabs__item:hover {
  color: #f90;
}

.el-tabs__item {
  font-size: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

img {
  /* width: 100%; */
}

.dia {
  line-height: 24px;
}    
[v-cloak] {
  display: none;
}