@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
input,
ul,
ol,
li,
fieldset,
figure {
  margin: 0;
  padding: 0;
  border: none;
}

ul,
li {
  list-style: none;
}

body, html {
  overflow-x: hidden;
}
*{
  font-family: -apple-system, BlinkMacSystemFont, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
body,
textarea,
input{
  font-size: 14px;
  color: #222222;
  outline: none;
}

h2{
  font-weight: 500;
}
h3{
  font-weight: 500;
}
div,
span,
p,
i,
ul,
li,
dl,
dt {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

div {
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #000;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

i {
  font-style: normal;
}

video {
  display: block;
}

.noclick {
  pointer-events: none;
}