@media (max-width: 767px) {
  html, body {
    background: var(--bg, #F6F4F1) !important;
    padding: 0 !important;
  }
  body { display: block !important; }
  .phone,
  body > .box {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100vh;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .phone.is-detail {
    height: auto !important;
    min-height: 100vh !important;
    overflow: auto !important;
  }
  .split .box {
    width: auto !important;
    max-width: none !important;
    border-radius: 16px !important;
    box-shadow: 0 1px 6px rgba(80,50,20,.05) !important;
  }
}
