* {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

html,
body {
  min-width: 1200px;
  overflow-x: hidden;
  font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
    '黑体', '宋体', Arial;
}

article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

button,
input,
textarea {
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
}

textarea {
  resize: none;
  -webkit-appearance: none;
}

input,
textarea,
a,
button {
  -webkit-tap-highlight-color: transparent;
}

a,
a:visited {
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  outline: none;
}

ol,
li,
ul {
  list-style: none;
}

img {
  border-style: none;
  font-size: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.container {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  height: 90%;
  position: relative;
}

button {
  cursor: pointer;
}
