
#app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(68, 68, 68, 1);
    font-size: 0.69333rem;
}

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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-weight: normal; */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 0.13333rem;
  height: 0.13333rem;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.16rem;
}
::-webkit-scrollbar-thumb:vertical {
  height: 0.13333rem;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 0.16rem;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 0.13333rem;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 0.16rem;
}
html,
body {
  width: 100%;
  background-color: #f7f7f7;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
  outline: none;
  background: transparent;
  border: none;
  outline: medium;
}
*:focus {
  outline: none !important;
  background-color: transparent;
}
::selection {
  background: transparent;
}
::-moz-selection {
  background: transparent;
}
.fr_sc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fr_kc {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fr_ck {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.fr_cc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.fc_cc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fc_kc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fc_ke {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
img {
  pointer-events: none;
}
.mint-toast-text {
  font-size: 0.69333rem !important;
}

