.gallery-filter-title{
  float: left;
  margin-right: 50px;
  padding-top: 4px;

}
.player-filter-side{
  margin-bottom: 50px;

}

.continent-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  display: flex;
}

/* 手机适配：仍保持左右结构（左图右文） */
@media (max-width: 768px) {

.gallery-filter-title{
  display: none;
}
.thumb{
  text-align: center;
}

.gallery-card  h4 {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery-card .thumb img {

  margin-bottom: 8px;
}


}

