/* H5 内嵌 PHP 主页营销页：与 ../css/anchor-landing.css 配合 */
body.anchor-landing-page {
  margin: 0;
  min-height: 100vh;
  background: #2a0838;
  color: #fff8fc;
}
body.anchor-landing-page .view--login {
  display: block;
  padding: 0;
  min-height: 100vh;
  background: transparent;
  align-items: stretch;
  justify-content: flex-start;
}
body.anchor-landing-page .view--app {
  display: none !important;
}
body.anchor-landing-page #toast {
  z-index: 20000;
}
