.bgcolor{
  background: #f5f6fa;
}
.header {
  padding: 5px 20px 15px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.header .headerItem {
  border-bottom: 1px solid #eeeeee;
}

.header .headerItem:last-child {
  border: none;
}

.header .flexBox {
  display: flex;
  align-items: baseline;
}

.header .flexBoxWrap {
  width: 60%;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header .itemSelect {
  color: #fff !important;
  background: var(--bg);
  border-radius: 2px;
}
.header .itemSelect a{
  color: #fff !important;
}

.header .headerListHide {
  overflow: hidden;
  height: 35px;
}

.header .header_item {
  color: #505B65;
  padding: 2px 12px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}

.header .header_item:hover {
  @extend .itemSelect;
}


.header .header_title {
  white-space: nowrap;
  padding: 2px 12px;
  min-width: 63px;
}

.header .header_more {
  /*margin-top: 2px;*/
  padding: 2px 12px;
  flex: 0 0 44px;
  font-weight: 500;
  color: #1F68AC;
  cursor: pointer;
}

.header .header_more .img {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-top: -1px;

}

.header .keyword {
  display: flex;
  align-items: center;
}

.header .keyword .el-input__inner {

  height: 30px !important;
  width: 308px !important;
  line-height: normal !important;
}

.header .keyword .keyword_input {
  position: relative;

}

.header .keyword .keyword_input input, .header .inputs {
  height: 30px !important;
  width: 308px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: none;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.header .keyword .keyword_font {
  white-space: nowrap;
  height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
  margin-right: 5px;
}

.header .keyword .keyword_number {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header .keyword .keyword_number .el-input__inner {
  height: 30px !important;
  width: 74px !important;
}

.header .keyword .keyword_number input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.header .keyword .keyword_number input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;

}

.header .keyword .searchBtn, .resetBtn {
  background: #1F68AC;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 20px;
  margin-left: 12px;
  color: #fff;
  /* color: #37464F; */
  /* border: 1px solid #37464F; */
  font-size: 14px;
}

.totalText {
  color: #37464F;
}

.totalText .totalNum {
  color: #B65753;
}

.subject2 {
  margin-left: 75px;
  background: #F5F5F5;
}
.moreTime {
  padding-left: 85px;
}

.layui-form-select .layui-input {
  height: 30px;
  border-radius: 4px;
}
