
.custom-thematic-grid[data-v-43bdc398] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  margin-bottom: 0.26667rem;
}
.custom-thematic-card[data-v-43bdc398] {
  /* background-color: #409EFF; */
  background-size: cover;
  width: 8.93333rem;
  height: 2rem;
  border-radius: 0.10667rem;
  padding: 0.46667rem 0.4rem 0.26667rem 0.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 1.6rem;
  box-sizing: border-box;
}
.custom-thematic-card[data-v-43bdc398]:hover {
  transform: translateY(-0.02667rem);
  box-shadow: 0 0.05333rem 0.21333rem 0 rgba(0, 0, 0, 0.15);
}
.card-content[data-v-43bdc398] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.card-title[data-v-43bdc398] {
  font-size: 0.32rem;
  font-weight: 500;
  color: white;
  flex: 1;
  margin-right: 0.13333rem;
  /* word-break: break-word;
  line-height: 1.4; */
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-more[data-v-43bdc398] {
  font-size: 0.18667rem;
  color: white;
  white-space: nowrap;
  align-self: flex-start;
}

/* 所有卡片均等分为2个 */
.custom-thematic-card.equal-card[data-v-43bdc398] {
  flex: 0 0 calc(50% - 0.4rem);
  max-width: calc(50% - 0.4rem);
}

/* 确保在不同数量的卡片时都能自适应 */
@media (max-width: 768px) {
.custom-thematic-card.equal-card[data-v-43bdc398] {
    flex: 0 0 100%;
    max-width: 100%;
}
}


.custom-thematic-all[data-v-7e325c36] {
  /* padding: 20px; */
}
.back-button[data-v-7e325c36] {
  margin: 0.26667rem;
}
.custom-thematic-title[data-v-7e325c36] {
  font-size: 0.4rem;
  font-weight: 600;
  color: #0c48bc;
  text-align: center;
  margin-bottom: 0.66667rem;
}
.custom-thematic-container[data-v-7e325c36]{
  margin-top: 0.26667rem;
  padding: 0 12.55% 2rem 12.55%;
  min-height: 62.52vh;
}

