.interestTag-card .title .title-name::after {
  width: 66px;
}
.interestTag-card .card-content {
  padding: 12px 0;
  margin: 12px 0;
}
.interestTag-card .card-content .content-tr {
  padding: 18px 0;
  border-bottom: 1px dashed #E6E6E6;
}
.interestTag-card .card-content .content-tr:first-child {
  padding-top: 0;
}
.interestTag-card .card-content .content-tr:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.interestTag-card .card-content .content-tr .content-tr-type {
  line-height: 18px;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.interestTag-card .card-content .content-tr .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.interestTag-card .card-content .content-tr .tags .tag {
  width: 97px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #EEEFF2;
  border-radius: 8px;
  padding: 11px 8px;
  cursor: pointer;
}
.interestTag-card .card-content .content-tr .tags .tag:hover {
  background: rgba(66, 130, 255, 0.02);
  border-color: rgba(66, 130, 255, 0.8);
}
.interestTag-card .card-content .content-tr .tags .tag:hover .tag-name {
  color: #4282FF;
}
.interestTag-card .card-content .content-tr .tags .tag .tag-name {
  display: block;
  line-height: 17px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.interestTag-card .card-content .content-tr .tags .tag .tag-name.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.interestTag-card .card-content .content-tr .tags .tag .tag-name.line2 {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
