/*
 * 专题列表与专题详情页独立布局样式
 * 专题列表为 /topic，专题详情为 /topic/{slug}.html。
 */
.topic-page,
.topic-detail-page{
  min-height:calc(100vh - 284px);
}

@media(max-width:620px){
  .topic-page,
  .topic-detail-page{
    min-height:calc(100vh - 246px);
  }
}
