.component-card.table-card .title .title-name span::after {
  background: rgba(46, 80, 250, 0.1);
}
.component-card.table-card .list-card-content {
  margin-top: 26px;
}
.component-card.table-card .list-card-content .content {
  box-shadow: 0px 2px 4px 0px #F0F0F0;
  border: 1px solid #EEEFF2;
  border-radius: 8px;
}
.component-card.table-card .list-card-content .content .content-title {
  line-height: 18px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.component-card.table-card .list-card-content .content .tr {
  line-height: 16px;
  font-size: 13px;
  color: #808080;
  margin: 0 15px;
  padding: 15px 0;
  border-bottom: 1px dashed #EBEBEB;
  display: flex;
}
.component-card.table-card .list-card-content .content .tr .w65 {
  width: 65px;
}
.component-card.table-card .list-card-content .content .tr .value {
  flex: 1;
  font-weight: 500;
  color: #4D4D4D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 2px;
}
.component-card.table-card .content-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
}
.component-card.table-card .content-btns .btn {
  flex: 1;
  height: 40px;
  background: #2E50FA;
  border-radius: 6px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.component-card.table-card .content-btns .btn:hover {
  background: #1537E0;
}
