.component-card.tagPlatform {
  background: #FCFDFE;
  border: 0 none;
  border-radius: 12px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 28px 32px 32px;
}
.component-card.tagPlatform .title {
  padding: 0;
  border-bottom: 0 none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.component-card.tagPlatform .title-name {
  flex: 1;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.component-card.tagPlatform .title-name::after {
  display: none;
}
.component-card.tagPlatform .title-name.min {
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 26px;
}
.component-card.tagPlatform .title-name.min.icon {
  background: url(/assets/images/project/common/icon-title-min.png) no-repeat left center;
  background-size: 20px;
  padding-left: 20px;
  font-weight: 500;
}
.component-card.tagPlatform .title-name span {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding-bottom: 2px;
}
.component-card.tagPlatform .title-name span::after {
  content: '';
  width: 100%;
  height: 11px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.component-card.tagPlatform .title .more {
  line-height: 16px;
  font-size: 13px;
  color: var(--color, #2E50FA);
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.component-card.tagPlatform .title .more:hover {
  color: var(--color, #2E50FA);
}
.component-card.tagPlatform .title .more:hover .icon {
  transform: translateX(4px);
}
.component-card.tagPlatform .title .more .icon {
  font-size: 13px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.component-card.tagPlatform .list-card-content {
  padding: 0;
  margin-top: 28px;
}
.component-card.tagPlatform .list-card-content .swiper-wrapper {
  transition-timing-function: linear;
}
