@charset "UTF-8";
/**
* 信息服务
* date:2025-9-22
* author: qcn;
 */
/* 筛选条件 */
.condition-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  overflow: hidden;
}
.condition-box + .condition-box {
  margin-top: 8px;
}
.condition-box.fold {
  overflow: unset;
  height: auto;
}
.condition-box.fold .condition-fold {
  background-image: url("../images/up.png");
}
.condition-name {
  width: 80px;
  color: #666;
  font-size: 14px;
  padding-left: 12px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
}
.condition-list {
  margin-left: 16px;
  width: calc(100% - 153px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.condition-item {
  padding: 0 6px;
  border-radius: 6px;
  margin-top: 10px;
  height: 24px;
  line-height: 24px;
  color: #091221;
  font-size: 13px;
  margin-right: 6px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.condition-item.current {
  color: #fff;
  background: #2556D8;
}
.condition-item:hover {
  color: #fff;
  background: #2556D8;
}
.condition-fold {
  margin-top: 10px;
  font-size: 14px;
  color: #2556D8;
  padding-right: 13px;
  height: 24px;
  line-height: 24px;
  background: url("../images/down.png") no-repeat right center;
}
.condition .custom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.condition .line {
  width: 12px;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
  margin: 0 6px;
}
.condition input {
  width: 140px;
  height: 32px;
  border-radius: 4px;
  padding: 0 26px 0 12px;
  background: url("../images/date_icon.png") no-repeat right 9px center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.condition .has-input {
  overflow: unset;
}

.list {
  margin-top: 17px;
}