@charset "UTF-8";
/**
* 20250509新点电子交易平台
* date:2025-5-13
* author: sxw;
 */
.condition {
  display: flex;
  align-items: center;
  line-height: 32px;
  padding: 12px;
  background: #fff;
  margin-bottom: 20px;
  color: #666;
}
.condition-items {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
}
.condition-items > div {
  margin-right: 10px;
  padding: 0 10px;
  height: 27px;
  line-height: 27px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.condition-items > div.active, .condition-items > div:hover {
  background: rgba(1, 115, 188, 0.13);
  border-color: rgba(1, 115, 188, 0.13);
  color: #0173BC;
}

.layui-input {
  padding-left: 7px;
  width: 220px;
  border: 1px solid #eee;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  color: #999;
  background: url("../images/date_ico.png") no-repeat 96% center;
}