[v-cloak] {
  display: none;
}

body {
  font-family: "Helvetica Neue", "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html, body, #app {
  height: 100%;
}

#app {
  max-width: 414px;
  margin: auto;
}

.main {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main .logo {
  width: 100%;
  font-size: 14px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.main .logo img {
  width: 40px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.main .tab {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.main .tab-header {
  position: sticky;
  top: 0;
  background: #fff;
  flex: none;
  font-size: 14px;
  line-height: 3;
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}
.main .tab-header-item {
  position: relative;
}
.main .tab-header-item.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #0052fe;
  z-index: 1;
}
.main .tab-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #dfdfdf;
}
.main .tab-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main .tab-content-item {
  height: 100%;
}
.main .version {
    text-align: center;
  
}
.main .qrcode {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .qrcode .qr-image {
  text-align: center;
  margin-bottom: 10%;
}
.main .qrcode .qr-image img {
  width: 50%;
}
.main .qrcode a {
  text-decoration: none;
}
.main .qrcode a .icon {
  margin-right: 0.25em;
}
.main .qrcode a .icon svg {
  width: 1em;
  vertical-align: middle;
}
.main .qrcode a .icon svg path {
  fill: #fff;
}
.main .qrcode a .text {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.button {
  display: block;
  background: #0052fe;
  color: #fff;
  border-radius: 3em;
  padding: 0.5em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

/*# sourceMappingURL=style.css.map */
