/* 样式重置 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei',
    'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif !important;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
}

html {
  min-width: 1200px;
}

/* 覆盖谷歌下 填充表单是黄色的 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  border: 0;
  font-style: normal;
}

nav,
article,
aside,
details,
main,
header,
footer,
section,
fieldset,
figcaption,
figure {
  display: block;
}

img,
a,
button,
em,
del,
strong,
var,
label,
cite,
small,
time,
mark,
code,
textarea {
  display: inline-block;
}

header,
section,
footer {
  position: relative;
}

ol,
ul {
  list-style: none;
}

input,
button,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button {
  display: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
}

span {
  display: inline-block;
}

a:active,
a:hover {
  outline: 0;
}

a,
a:visited {
  text-decoration: none;
}

label,
.wordWrap {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

i {
  font-style: normal;
  display: inline-block;
}

#app {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: PingFang-SC, SourceHanSansCN-Regular, sans-serif !important;
  /* overflow: hidden; */
}

.hide {
  display: none !important;
}
.dev {
  border: 1px solid #f00;
}
