/**
* @Description:
* @Author:         TSY
* @CreateDate:     2018/6/9 13:28
*/
html,
body {
  width: 100%;
  border: 0;
  font-family: 'Helvetica-Neue', 'Helvetica', Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 4vw;
  background: #fff;
  color: #191919;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: inline-block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  display: inline-block;
}
a img {
  border: 0;
}
img {
  width: 100%;
}
:focus {
  outline: 0;
}
* {
  box-sizing: border-box;
}
textarea {
  resize: none;
  appearance: none;
  font-size: 4vw;
}
input {
  appearance: none;
  -webkit-appearance: none;
  font-size: 4vw;
}
select {
  appearance: none;
  background-color: #fff;
  font-size: 4vw;
}
button {
  border: none;
  font-size: 4vw;
}
p,
span {
  letter-spacing: 1px;
}
.mescroll-totop-self {
  bottom: 50px !important;
}
.mint-indicator-wrapper {
  z-index: 99;
}
