
/* 产品分类标题允许显示两行 */
.ly_poster_106
.poster_box .item_box .i_title {
  box-sizing: border-box;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.35;
  text-align: center;
}

/* 手机端 */
@media (max-width: 800px) {
  .ly_poster_106[data-visual-id="16133"]
  .poster_box .item_box .i_title {
    min-height: 50px;
  }
}
