@charset "utf-8";

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Microsoft Yahei";
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: auto;
  }
}

body,
blockquote,
button,
dd,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

a,
div,
input {
  outline: none;
}

ol,
ul {
  list-style: none;
}

img,
input,
select {
  border: 0 none;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}
