html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  overscroll-behavior: none;
  position: fixed;
  background: #f5f5f5;
}
#jw-frame-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(50px + env(safe-area-inset-bottom, 0px));
  bottom: calc(50px + constant(safe-area-inset-bottom));
  background: #f5f5f5;
  z-index: 1;
  overflow: hidden;
}
#jw-main-frame {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  display: block;
  background: #fff;
  overflow: hidden;
}
#agent-tabbar {
  display: flex !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2147483647 !important;
}
#agent-tabbar.hide {
  display: none !important;
}
#app {
  display: none !important;
}
