#app {
  background: #fff;
  width: 100%;
  height: 100%;
  min-width: 4.266667rem;
  max-width: 10rem;
  margin: 0 auto;
  color: #333;
}
#nav {
  padding: 0.4rem;
}
#nav a {
  font-weight: bold;
  color: #2c3e50;
}
#nav a.router-link-exact-active {
  color: #42b983;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  -webkit-overflow-scrolling: touch;
}

div,
a,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li,
ol,
dl {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

input,
input:focus,
input:active {
  user-select: text;
}

input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type='text'],
input[type='number'] {
  -webkit-appearance: none;
}

::-webkit-search-cancel-button {
  display: none;
}

.mint-toast-text {
  font-size: 0.4rem ;
  margin: 0.186667rem 0.24rem;
}

.mint-toast {
  border-radius: 0.213333rem !important;
  background: rgba(0, 0, 0, 0.8);
}

.picker-item {
  font-size: 0.373333rem;
}
