/* 用户主页 */
/* 底部的-App内打开 */
.launch-app-container.bottom-bar,
/* 顶部的-打开看看 */
.main-container > .scroll-view-container > .launch-app-container:first-child,
/* 底部的-打开小红书看更多精彩内容 */
.bottom-launch-app-tip.show-bottom-bar,
/* 首页-顶部横幅 */
#app .launch-app-container,
/* 笔记-顶部横幅 */
.note-view-container .nav-bar-box-expand ,
.note-view-container .nav-bar-box-expand+.placeholder-expand,
/* 404页面 顶部的打开看看 */
.not-found-container .nav-bar-box-expand:has(.share-info-box):has(.launch-btn),
/* 404页面 底部的-App内打开 */
.not-found-container #fmp {
  display: none !important;
}
