/* 建考帮集成：修正飞书 height:100% 导致页脚被 landing 区遮挡 */
#body.normal[data-elem-id="OzJhFP4mnw"] {
  height: auto !important;
  flex: none !important;
}

#body.normal [data-elem-id="kKpS3Olit3"] {
  height: auto !important;
  flex: none !important;
}

main.ant-layout-content > .bottomNavigation,
main.ant-layout-content > .footer {
  position: relative;
  z-index: 5;
}

/* 企业团购落地页在移动端也保留全站页脚（营销页需展示联系方式） */
html.ks-mobile-app body[data-ks-page="enterprise"] .bottomNavigation,
html.ks-mobile-app body[data-ks-page="enterprise"] .footer {
  display: block !important;
}

html.ks-mobile-app body[data-ks-page="enterprise"] .footer {
  display: flex !important;
}

#body.normal .ksEntMsg {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  display: none;
}

#body.normal .ksEntMsg.ok {
  color: #34c724;
}

#body.normal .ksEntMsg.err {
  color: #f54a45;
}
