@import "place-order.css";
.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.parameter-box .item .existing li {
  height: 0.9rem;
}
.parameter-box .item .smd-lists li {
  height: 1.3rem;
}
.smd-order {
  color: #ffa300;
  text-align: right;
}
.popup-content {
  height: 100%;
}
.popup-content .open-package {
  height: 100%;
}
.popup-content .unit-select {
  height: 100%;
}
.popup-content ul {
  max-height: 84%;
  overflow-y: scroll;
}
/*# sourceMappingURL=smd-order.css.map */