.hotTag-card {
  background: url(/assets/images/consult/live/bg-card-1.png) no-repeat center top;
  background-size: 100%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.hotTag-card-title {
  font-size: 0;
  padding: 20px 24px;
}
.hotTag-card-title .title-name {
  display: inline-block;
  background: url(/assets/images/consult/report/icon-hot-blue.png) no-repeat left center;
  background-size: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: normal;
  color: #080B31;
  padding-left: 32px;
  position: relative;
}
.hotTag-card-title .more {
  float: right;
  background: url(/assets/images/consult/report/icon-more.png) no-repeat right center;
  background-size: 13px;
  line-height: 24px;
  font-size: 14px;
  color: #393C5A;
  padding-right: 13px;
  cursor: pointer;
}
.hotTag-card-title .more:hover {
  background-image: url(/assets/images/consult/report/icon-more-green.png);
  color: #01B09A;
}
.hotTag-card .hot-tags {
  padding: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hotTag-card .hot-tags .tag-item {
  width: 204px;
  background: #F5F6FF;
  padding: 15px 20px;
  border: 1px solid #DFE7FF;
  border-radius: 8px;
  cursor: pointer;
}
.hotTag-card .hot-tags .tag-item:hover {
  border-color: #4261FF;
}
.hotTag-card .hot-tags .tag-item:hover .tag-name {
  color: #4261FF;
}
.hotTag-card .hot-tags .tag-item:hover .count {
  color: #4261FF;
}
.hotTag-card .hot-tags .tag-item .tag-name {
  display: block;
  background: url(/assets/images/consult/report/icon-tag-name.png) no-repeat left center;
  background-size: 18px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotTag-card .hot-tags .tag-item .count {
  line-height: 14px;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
