@charset "UTF-8";
/**
 * 20240401陇南子页面
 * date: 2024-4-1
 * author: hujiahua;
 */
@font-face {
  font-family: "D-DIN";
  src: url("./css/D-DIN-Bold/D-DIN-Bold.woff") format("woff"), url("./css/D-DIN-Bold/D-DIN-Bold.ttf") format("truetype"), url("./css/D-DIN-Bold/D-DIN-Bold.eot") format("embedded-opentype");
}
.overview-list {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.overview-item {
  padding: 10px 16px 12px 16px;
  border: 1px solid #dae4ed;
  background: #fbfcfe url("../images/item_bg.png") no-repeat right center;
  width: calc((100% - 54px) / 4);
  margin-right: 18px;
  cursor: pointer;
}

.overview-item.active{
  background: #339fe4;
}

.overview-item.active>h2,
.overview-item.active .row .name,
.overview-item.active .row .num,
.overview-item.active .row .num>span{
  color:#fff;
}
.overview-item:nth-child(4n) {
  margin-right: 0;
}
.overview-item > h2 {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  background: url("../images/title_bg.png") no-repeat left center;
  padding-left: 21px;
  margin-bottom: 12px;
}
.overview-item .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 21px;
}
.overview-item .name {
  color: #666;
}
.overview-item .num {
  color: #999;
}
.overview-item .num > span {
  color: #339fe4;
  font-family: "D-DIN";
  font-size: 22px;
  font-weight: 700;
  margin-right: 10px;
}

.table-toolbar {
  margin: 20px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time-item {
  position: relative;
  width: 91px;
  height: 36px;
  color: #333;
  font-size: 16px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
.time-item + .time-item {
  margin-left: -1px;
}
.time-item.current {
  z-index: 99;
  color: #339fe4;
  border-color: #339fe4;
}
.time-tab {
  display: flex;
}

.condition-wrap {
  display: flex;
  align-items: center;
}
.condition-wrap .label {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 32px;
  margin-right: 6px;
  margin-left: 16px;
}
.condition-input {
  width: 203px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  outline: none;
  padding: 0 8px;
}
.condition-search {
  border-radius: 4px;
  background: #339fe4;
  padding: 0 7px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  margin-left: 8px;
  cursor: pointer;
}

.ewb-wt260{
    width: 260px;
}