body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  user-select: none;
}
img{
  -webkit-user-drag: none;
}
body {
  font-size: 0.12rem;
  font-family: 微软雅黑;
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
input {
  font-size: 0.12rem;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #c00;
  text-decoration: none;
}
.clear {
  clear: both;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.activityStatement {
  text-align: center;
  display: none;
  font-size: 0.26rem;
  width: 7.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  position: fixed;
  color: #fff;
  bottom: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  touch-action: auto;
}
* {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-warp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.column_center {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  -webkit-user-select: none; /*webkit浏览器*/
  -khtml-user-select: none; /*早期浏览器*/
  -moz-user-select: none; /*火狐*/
  -ms-user-select: none; /*IE10*/
  user-select: none;
}

input {
  user-select: auto;
  -webkit-user-select: auto; /*webkit浏览器*/
}

textarea {
  user-select: auto; /*webkit浏览器*/
  -webkit-user-select: auto; /*webkit浏览器*/
}

* {
  -webkit-overflow-scrolling: touch;
}