@charset "UTF-8";
/**
* 浙江省产权交易公司国企阳光采购平台
* date:2024-7-5
* author: xhz;
 */
.condition {
  margin-top: 15px;
}
.condition-label {
  width: 80px;
  line-height: 30px;
  text-align: right;
  color: #666666;
}
.condition-con {
  width: calc(100% - 80px);
}
.condition-item {
  float: left;
  height: 30px;
  margin: 0 0px 4px 10px;
}
.condition-item.active .condition-name {
  color: #fff;
  background-color: #0e77f8;
}
.condition-name {
  display: block;
  padding: 0 15px;
  line-height: 30px;
  color: #333;
  background-color: #f0f5fc;
  border-radius: 3px;
}
.condition-box {
  padding-top: 9px;
  margin-bottom: 5px;
}
.condition-date {
  width: 150px;
  height: 30px;
  padding: 0 11px;
  border: 1px solid #dce3e9;
  border-radius: 3px;
  box-sizing: border-box;
  background: url("../images/common/date.png") no-repeat right 11px center;
}
.condition-date::-moz-placeholder {
  color: #b1b6cc;
}
.condition-date::placeholder {
  color: #b1b6cc;
}
.condition .two {
  display: flex;
}
.condition .to {
  margin: 0 5px;
}
.condition .area {
  display: flex;
}
.condition .area-item {
  display: flex;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgb(220, 227, 233);
  border-radius: 3px;
  margin-left: 10px;
}
.condition .area-item .area-item-label {
  padding: 0 8px;
  color: #0e77f8;
  position: relative;
}
.condition .area-item .area-item-label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: rgb(220, 227, 233);
}
.condition .area-item select {
  border: none;
  width: 100px;
  outline: none;
}
.condition .area-item .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 28px;
  color: #333;
}
.condition .area-item .chosen-container-single .chosen-single div {
  width: 30px;
}
.condition .area-item .chosen-container-single .chosen-single div b {
  background: url(../images/common/chosen-arrow.png) no-repeat center center;
}
.condition .area-item .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(../images/common/chosen-arrow-active.png) no-repeat center center;
}
.condition .area-item .chosen-container-single .chosen-single {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  background-image: none !important;
}