.dropDown {
  text-align: center;
  transition: all 0.3s ease 1s;
  height: 0;
  overflow: hidden;
}

.dressing_by_screening {
  margin: 0 auto 1px;
  border-top: 1px solid #f7f7f7;
  background-color: #fff;
  display: flex;
  padding: 5px 0;
  font-size: 12px;
  position: sticky;
  top: 0;
  left: 0;
  height: 30px;
  z-index: 2;
  max-width: 500px;
}
.dressing_by_screening .dressing_type {
  flex: 1;
}
.dressing_by_screening .dressing_type .dressing_type_icon {
  display: flex;
  justify-content: space-around;
}
.dressing_by_screening .dressing_type .dressing_type_icon > div {
  cursor: pointer;
}
.dressing_by_screening .dressing_type .dressing_icon {
  margin-left: 5px;
  font-size: 9px;
}
.dressing_by_screening .dressing_batch {
  text-align: center;
  cursor: pointer;
  padding-right: 10px;
}
.dressing_by_screening .dressing_batch .dressing_icon {
  margin-right: 5px;
}
.dressing_by_screening .dressing_batch .icon-handle {
  font-size: 10px;
}
.dressing_by_screening .dressing_batch .icon-handle g path {
  fill: rgba(0, 0, 0, 0.85);
}
.dressing_by_screening .dressing_highlight {
  color: #1890ff;
}
.dressing_by_screening .dressing_highlight .icon-handle g path {
  fill: #1890ff;
}
.dressing_by_screening::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #f7f7f7;
  top: -3px;
  left: 0;
  right: 0;
}

.ant-spin-nested-loading > div > .ant-spin.spinning_loading {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.affirm {
  position: sticky;
  bottom: -1px;
  left: 0px;
  right: 0px;
  background-color: #fff;
}
.affirm .affirm-dev {
  text-align: center;
  color: #287ef0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  max-width: 500px;
  margin: 0 auto;
}
.affirm .affirm-dev .batch_unchecked {
  opacity: 0.5;
}
.affirm .affirm-dev .batch_highlight {
  cursor: pointer;
}

.Empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  flex-direction: column;
}

/*# sourceMappingURL=index.css.map */