.black-text-Icon {
  margin-right: 2px;
  font-size: 18px;
  color: black;
}
.gray-text-Icon {
  margin-right: 2px;
  font-size: 18px;
  color: gray;
}
.textTop {
  width: 20px;
  display: inline-block;
}
.text-color {
  color: #409eff;
}

.account-color {
  color: #409eff;
  cursor: pointer;
}

.btn-right {
  text-align: right;
}
.base_clomuns{
  max-height: 65px;
  //text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;
}
.base_clomuns.more{
  height: auto;
  overflow: visible;
  display: inline-block;
}
