.c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

/* 查看更多按钮与底部导航栏居中对齐 */
.more-sec.l-sec__content--higher-2 {
  grid-column: 2 / 3;
}

/* input框和父元素宽度一致 */
.more-sec.l-sec__content--higher-2 input {
  width: 100%;
  min-width: unset;
}

@media only screen and (max-width:834px) {
  .more-sec.l-sec__content--higher-2 {
    /* 手机端时出现在底部 */
    order: 10;
    /* 上边距 */
    margin-top: 1rem;
  }
}
