.container.trade-home{
  border: 1px solid #ccc;
  padding:20px;
}
.scroll-box {
  margin-top:15px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  position: absolute;
  width: 100%;
}


.item {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-part {
  margin-left: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-part.main {
  text-align: center;
  font-weight: bold;
  width: 65px;
  flex-shrink: 0;
  padding-right: 12px;
  margin-left: 0;
  border-right: 1px solid #aaa;
}
