.serialNumberPcWrap {
  background: #f5f6f8;
  border-radius: 2px;
  color: #b5b8be;
  font-size: 14px;
  line-height: 20px;
  min-height: 32px;
  padding: 6px 8px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
