/* Force jdb.jxm-system.com to render as the mobile H5 page even when opened on desktop browsers. */
@media (min-width: 750px) {
  :root {
    font-size: 50px;
  }

  body {
    display: flex;
    justify-content: center;
    background: var(--page-bg);
  }

  .app-shell,
  .fixed-footer,
  .tabbar,
  .goods-footer,
  .send-bottom-bar {
    max-width: 375px;
  }

  .fixed-footer,
  .tabbar,
  .goods-footer,
  .send-bottom-bar {
    right: auto;
    left: 50%;
    width: 375px;
    transform: translateX(-50%);
  }
}
