.text-overflow, .nil-types h2, .nil-type-items .nid-hd h3, .nil-type-items .nid-hd p, .nil-type-items .nid-hd div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nil-icon-arrow {
  border-top: 2px solid #a9a9a9;
  border-left: 2px solid #a9a9a9;
  display: block;
  width: 10px;
  height: 10px;
}

.nil-icon-arrow-up, .nil-type-items .nid-active .nid-hd i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nil-icon-arrow-down, .nil-type-items .nid-hd i {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

#noteInventoryList {
  background-color: #f7f7f7;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.nil-types {
  margin-bottom: 12px;
}
.nil-types h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 14px 14px 11px 14px;
  color: #000000;
}

.nil-type-items {
  background-color: #fff;
  margin: 0 9px;
}
.nil-type-items .nid-hd {
  position: relative;
  padding: 10px 31px 10px 12px;
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
  overflow: hidden;
}
.nil-type-items .nid-hd h3, .nil-type-items .nid-hd p {
  padding-right: 96px;
}
.nil-type-items .nid-hd h3 {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.nil-type-items .nid-hd p {
  margin-top: 9px;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}
.nil-type-items .nid-hd div {
  font-size: 16px;
  line-height: 18px;
  color: #ff8b00;
  top: 23px;
  right: 29px;
  position: absolute;
  width: 96px;
  text-align: right;
}
.nil-type-items .nid-hd i {
  position: absolute;
  right: 10px;
  top: 25px;
}

.nid-wrap {
  background-color: #fff;
  box-sizing: content-box;
  display: none;
}
.nid-wrap > section {
  background-color: #ffffff;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  margin: 0 12px;
  padding: 0 8px;
  border-bottom: 1px solid #dddddd;
}
.nid-wrap > section:last-of-type {
  border-bottom: 0;
}
.nid-wrap .col1, .nid-wrap .col2, .nid-wrap .colall {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nid-wrap .col1 {
  float: left;
  width: 4em;
  color: #666666;
}
.nid-wrap .col2 {
  margin-left: 5em;
  color: #000000;
}
.nid-wrap .nid-comment {
  height: auto;
  line-height: normal;
}
.nid-wrap .nid-comment .colall {
  height: 44px;
  line-height: 44px;
  color: #666666;
}
.nid-wrap .nid-comment .colbd {
  line-height: 18px;
  padding-bottom: 20px;
  color: #000;
}

.nil-type-items .nid-active .nid-hd i {
  top: 30px;
}

.nid-active .nid-wrap {
  display: block;
}
