body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Roboto, '微软雅黑', '宋体', '黑体', sans-serif;
  color: #303030;
  position: relative;
  cursor: default;

  * {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    cursor: inherit;
  }
  *:focus {
    outline: none;
  }
  *::-moz-focus-inner {
    border: none;
  }
  *::-moz-focusring {
    outline: none;
  }
}
// @mixin webkit-scrollbar {
//   &::-webkit-scrollbar {
//     width: 3px;
//     height: 3px;
// 		background: rgba(255,255,255,0.4);
// 	}
// 	&::-webkit-scrollbar-thumb {
// 		background: hsl(1, 0%, 80%);
// 	}
// }
// .windows {
//   * {
//     @include webkit-scrollbar();
//   }
// }

@import-normalize;
