@media (max-width: 720px) {
  html,
  body,
  #app,
  .app-shell.portal-shell {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .app-shell.portal-shell .market-shell,
  .app-shell.portal-shell .market-search-hero.market-search-hero-strong,
  .app-shell.portal-shell .market-search-panel.market-search-panel-strong {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .app-shell.portal-shell .market-search-panel.market-search-panel-strong {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    overflow: visible !important;
    gap: 10px !important;
  }

  .app-shell.portal-shell .market-search-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .app-shell.portal-shell .market-search-tabs > *,
  .app-shell.portal-shell .mode-chip {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .app-shell.portal-shell .market-category-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  .app-shell.portal-shell .market-category-chip {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  .app-shell.portal-shell .market-search-superbox.taobao-search-shell,
  .app-shell.portal-shell .market-search-superfield.taobao-search-field,
  .app-shell.portal-shell .market-search-input.market-search-input-strong,
  .app-shell.portal-shell .market-search-button-strong,
  .app-shell.portal-shell .market-search-prefix,
  .app-shell.portal-shell .jcpt-customer-prompt-row,
  .app-shell.portal-shell #jcpt-one-library-insight,
  .app-shell.portal-shell #jcpt-one-library-insight .joli-quick,
  .app-shell.portal-shell .olp-guide,
  .app-shell.portal-shell .olp-guide-actions {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .app-shell.portal-shell .market-search-superbox.taobao-search-shell,
  .app-shell.portal-shell .market-search-superfield.taobao-search-field {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .app-shell.portal-shell .market-search-input.market-search-input-strong {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .app-shell.portal-shell #jcpt-one-library-insight {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .app-shell.portal-shell #jcpt-one-library-insight .joli-quick,
  .app-shell.portal-shell .jcpt-customer-prompt-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  .app-shell.portal-shell #jcpt-one-library-insight .joli-chip,
  .app-shell.portal-shell .jcpt-customer-prompt-chip {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}
