.component-card.batch-card .title .title-name span::after {
  background: rgba(46, 80, 250, 0.1);
}
.component-card.batch-card .batch-card-content {
  margin-top: 26px;
  border-radius: 8px;
  border: 1px solid #EEEFF2;
  padding: 16px;
}
.component-card.batch-card .batch-card-content .batch-title {
  line-height: 18px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-card.batch-card .batch-card-content .batch-card-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.component-card.batch-card .batch-card-content .batch-card-tags .batch-tag {
  height: 24px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #6B6B6B;
  line-height: 24px;
  padding: 0 16px;
  text-align: center;
}
.component-card.batch-card .batch-card-content .batch-card-tags .batch-tag.normal-tag {
  background: #DBE8FF;
  color: #005CE5;
}
.component-card.batch-card .batch-card-content .batch-card-tags .batch-tag.sell-tag {
  background: #FFE6D2;
  color: #AD4B00;
}
.component-card.batch-card .batch-card-content .batch-card-tags .batch-tag.vaild-tag {
  background: #E2F4F3;
  color: #019588;
}
.component-card.batch-card .batch-card-content .batch-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EBEBEB;
}
.component-card.batch-card .batch-card-content .batch-info .tr {
  display: flex;
  margin-bottom: 12px;
}
.component-card.batch-card .batch-card-content .batch-info .tr:last-child {
  margin-bottom: 4px;
}
.component-card.batch-card .batch-card-content .batch-info .tr .tr-item {
  width: 112px;
  line-height: 18px;
  font-size: 14px;
  color: #808080;
  border-right: 1px solid #EEF1F6;
}
.component-card.batch-card .batch-card-content .batch-info .tr .tr-item:last-child {
  flex: 1;
  border: 0 none;
  margin-left: 22px;
}
.component-card.batch-card .batch-card-content .batch-info .tr .tr-item span {
  font-weight: 500;
  color: #4D4D4D;
}
.component-card.batch-card .content-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.component-card.batch-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.batch-card .content-btns .btn:hover {
  background: #1537E0;
}
