html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}
address, cite, dfn, em, i, var {
  font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  line-height: 1;
  /* font-family: Microsoft YaHei; */
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: manipulation;
}
ol, ul , li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
  resize: none;
}
a {
  text-decoration: none;
  color: #000;
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
input, textarea {
  box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  appearance: none;
}
video {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.hid {
  display: none !important;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.mint-indicator {
  transition: none;
}
.mint-indicator-wrapper, .mint-indicator-mask {
  font-size: 0;
  z-index: 20000;
}
.mint-toast {
  z-index: 20000;
  will-change: transform;
}








