body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

.clearfix {
  &::after {
    display: block;
    content: "";
    height: 0px;
    clear: both;
  }
}

ul,
ol {
  list-style-type: none;
}

body {
  font-size: 16px;
  font-family: 微软雅黑;
  /* width: 100%;
  height: 100%; */
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input {
  user-select: auto;
  -webkit-user-select: auto; /*webkit浏览器*/
}

textarea {
  user-select: auto!important; /*webkit浏览器*/
  -webkit-user-select: auto!important; /*webkit浏览器*/
}

* {
  -webkit-overflow-scrolling: touch;
}
