@charset "UTF-8";

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
textarea,
button,
h1,
h2,
h3,
header,
main,
footer {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a,
img,
input,
textarea,
button {
  border: none;
}

body,
button,
input,
option,
select,
textarea {
  font-family: arial, verdana, helvetica, Microsoft Yahei, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

a,
img {
  -webkit-touch-callout: none;
}

html,
body {
  background-color: #fff;
  -webkit-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

a:active,
a:focus,
a:hover,
input,
textarea,
button {
  outline: none;
}

a:active {
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.none {
  display: none !important;
}
