html,
body {
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

html {
  -ms-content-zooming: none;
}

* {
  touch-action: pan-y;
}

body {
  height: calc(100vh);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

label {
  font-weight: 700;
}

html {
  min-height: 100%;
  box-sizing: border-box;
  user-select: none;
}

#app {
  height: calc(100vh);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

/* .clearfix {

} */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  padding: 20px;
}

.pb180 {
  padding-bottom: 180px;
}

.pt76 {
  padding-top: 76px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}



