/* reset */
* {
  background-repeat: no-repeat;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, input, textarea, select, button {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img, input, textarea, select, button, option, button {
  border: none;
}

input, textarea, select, button, option {
  background-color: transparent;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Microsoft YaHei';
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* html5 reset */
section, article, aside, header, footer, nav, dialog, figure, menu {
  margin: 0;
  padding: 0;
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
}

input, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: auto;
}

textarea{
  resize:none;
}
[v-cloak]{
  display: none !important;
}


.lock-wrapper {
  outline: none;
}
.lock-wrapper.lock--active {
  -webkit-overflow-scrolling: touch;
}
.body-noscroll,
.body-noscroll body {
  overflow: hidden;
}
.body-noscroll body {
  position: relative;
}
