/* 移动端全局横向溢出修复 */
@media(max-width:768px){

  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  *{
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  header,
  nav,
  main,
  section,
  .page,
  .section,
  .card,
  .trade-box,
  .asset-card,
  .asset-grid,
  .profile-layout,
  .profile-security-panel,
  .kyc-right-panel,
  .security-manage-card,
  .table-card,
  .premium-module,
  .premium-module-card{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  #main-nav{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }

  table{
    width:100%!important;
    min-width:0!important;
    table-layout:fixed!important;
  }

  th,td{
    white-space:normal!important;
    word-break:break-word!important;
  }

  input,
  select,
  textarea,
  button{
    max-width:100%!important;
  }

  .btn,
  .back-home{
    width:100%!important;
    max-width:100%!important;
  }
}
