/* html,body{
  overflow: hidden;
} */
.h5-show {
    display: none;
  }
  
  @media (max-width: 750px) {
    .pc-show {
      display: none !important;
    }
  
    .h5-show {
      display: block !important;
    }
    footer{
      display: none !important;
    }
  }
  
.ant-dropdown {
    z-index: 10001 !important;
  }
  *{
    font-family: Arial;
  }
  body {
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-variant: tabular-nums;
    line-height: 1.5715;
    background-color: #fff;
    font-feature-settings: 'tnum';
}
*, *::before, *::after{
    box-sizing: border-box;
}


