.top_item {
  border-bottom: 1px solid #eeeeee;
}
.middle_item {
  border-bottom: 1px solid #eeeeee;
}
.top_item:last-child {
  border: none;
}
.select_table_item {
  width: 100%;
  height: 60px;
  margin: 0 20px;
  display: flex;
}
.all_data {
  margin: 10px 40px 0 0;
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0f45ae;
  font-family: MicrosoftYaHei;
  color: #0f45ae;
  cursor: pointer;
}
.special_item {
  height: auto !important;
}
.select_content_title {
  width: 72px;
  line-height: 60px;
  text-align: left;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
}
.select_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.select_content_box {
  width: 100%;
  display: inline-block;
  flex-wrap: wrap;
}
.special_box {
  display: flex;
}
.special_box .select_content_item {
  height: 60px;
  line-height: 50px;
}
.active_select_content_item {
  color: #fff !important;
}
.active_all {
  background: #174bb0;
  color: #ffffff;
  border: 1px solid #0f45ae;
}
.select_content_item:first-child {
  padding: 5px 18px;
  color: #0f45ae;
}
.select_content_item {
  padding: 5px 18px;
  color: #0f45ae;
  line-height: 60px;
  cursor: pointer;
}

/*# sourceMappingURL=production_cate_select.css.map */
