.Fw {
  display: flex;
  flex-wrap: wrap
}

.w-all {
  width: 100%;
  padding: .1rem 0
}

.Fc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.Fcbg {
  background: #153a71
}

.Fr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.Fct {
  justify-content: flex-start
}

.Fcb,
.Fct {
  display: flex;
  flex-direction: column;
  align-items: center
}

.Fcb {
  justify-content: flex-end
}

.Fcl {
  align-items: flex-start
}

.Fcl,
.Fcr {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.Fcr {
  align-items: flex-end
}

.Frt {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center
}

.Frl {
  justify-content: flex-start
}

.Frl,
.Frr {
  display: flex;
  flex-direction: row;
  align-items: center
}

.Frr {
  justify-content: flex-end
}

.Frlt {
  align-items: flex-start;
  justify-content: flex-end
}

.Frlt,
.Frsb {
  display: flex;
  flex-direction: row
}

.Frsb {
  align-items: center;
  justify-content: space-between
}

.FrsbLog {
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between
}

.Frsa,
.FrsbLog {
  display: flex;
  flex-direction: row
}

.Frsa {
  align-items: center
}

.Frsa,
.Frsaf {
  justify-content: space-around
}

.Frsaf {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start
}

.contain {
  background: var(--my-white)
}

.contain,
.contain2 {
  min-height: calc(100vh + 60px)
}

.contain2 {
  width: 100%;
  background: var(--my-light)
}

.Br {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  overflow: visible
}

.fl {
  flex: 1
}

.Tes {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all
}

.contain {
  width: 100%;
  height: 100vh
}

.Tes-nodot {
  word-wrap: break-word
}

.van-field__right-icon {
  max-width: 40%!important;
  line-height: .3rem!important
}

.van-tab__text--ellipsis {
  overflow: inherit!important;
  -webkit-line-clamp: inherit!important
}

.copy-txt-input {
  background: var(--my-dark);
  color: #fff;
  width: 100%;
  border: 0
}

@media screen and (max-width:450px) {
  html {
    font-size: 13.333333333vw
  }
}

@media screen and (min-width:450px) {
  html {
    font-size: 50px
  }
}

.icon-arrow-btn {
  width: 4.5rem;
  height: .7rem;
  border-radius: .35rem;
  background: #0d1426;
  border: 1px solid #fff;
  display: flex;
  flex-direction: Row;
  justify-content: center;
  align-items: center;
  font-size: .9em;
  overflow: hidden;
  padding: 0
}

.icon-arrow-btn .btn-left-area {
  width: 15%
}

.icon-arrow-btn .btn-center-area,
.icon-arrow-btn .btn-left-area {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.icon-arrow-btn .btn-center-area {
  width: 70%
}

.icon-arrow-btn .btn-right-area {
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.m-btn {
  width: 2.5rem;
  min-height: .7rem;
  line-height: .4rem;
  border-radius: .2rem;
  padding: .15rem
}

.icon-btn {
  border: 1px solid #fff;
  display: flex;
  flex-direction: Row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 5px
}

.icon-btn .btn-left-area {
  margin: 0
}

.icon-btn .btn-center-area,
.icon-btn .btn-left-area {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.icon-btn .btn-center-area {
  font-size: 12px
}

.s-img {
  width: .3rem;
  height: .3rem
}

.m-img {
  width: .45rem;
  height: .45rem
}

.b-img {
  width: .6rem;
  height: .6rem
}

.s-txt {
  font-size: .65em
}

.m-txt {
  font-size: .9em
}

.b-txt {
  font-size: 1.05em
}

.b-copy {
  background: #313131;
  height: 30px;
  width: 60px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -.4099999964237213px;
  text-align: center;
  color: #fff
}

.van-nav-bar__title {
  font-size: 18px!important
}

.van-ellipsis {
  overflow: visible
}

.doc-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 1em;
  color: #90fffb;
  height: .8rem;
  width: 100%;
  text-align: left
}

.wm90 {
  width: 90%;
  margin: 0 auto
}

.doc-content {
  flex-direction: row;
  align-items: center
}

.doc-content,
.doc-content1 {
  display: flex;
  justify-content: flex-start;
  font-size: .9em;
  color: #fff;
  padding: .1rem .1rem .1rem .1rem;
  width: 100%;
  text-align: left
}

.doc-content1 {
  flex-direction: column;
  align-items: flex-start
}

.b-black {
  background-color: #0d1426
}

.b-gray {
  background-color: #242d44
}

.b-blue {
  background-color: #90fffb
}

.b-dark-blue {
  background-color: #1989fa
}

.c-gray {
  color: #d8d8d8
}

.c-black {
  color: #000
}

.c-blue {
  color: #56b99a
}

.c-gold {
  color: #f8d9ad
}

.c-white {
  color: #fff
}

:root {
  --my-blue: #0266ff;
  --my-black: #000;
  --my-white: #fff;
  --my-light: #f5f5f5;
  --my-orange: #5eeee5;
  --my-grey: #aeaeae;
  --my-dark: #4c96ff;
  --my-purple: #313131;
  --my-gray: #242d44;
  --my-gray-light: #565d79;
  --my-gold: #f8d9ad;
  --my-purple-light: #6479ae;
  --van-toast-default-width: 200px;
  --van-cell-font-size: 12px!important
}

.m-purple-btn {
  background-color: var(--my-purple-light);
  color: #000;
  padding: 0 .1rem;
  min-width: 1.2rem;
  height: .5rem;
  border-radius: .1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.m-blue-btn {
  color: #000
}

.m-blue-btn,
.m-green-btn {
  background-color: #90fffb;
  width: 1.2rem;
  height: .5rem;
  border-radius: .1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.m-green-btn {
  color: #0f7e30
}

.m-gold-btn {
  background-color: #f8d9ad;
  color: #000;
  width: 100%;
  height: .5rem;
  border-radius: .1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.list-item {
  width: 90%;
  margin: 20px 20px;
  padding-top: 10px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid #5eeee5
}

.list-item-left {
  width: 15%;
  flex-direction: row;
  align-items: center
}

.list-item-left,
.list-item-mid1 {
  display: flex;
  justify-content: center
}

.list-item-mid1 {
  width: 35%
}

.list-item-mid,
.list-item-mid1 {
  flex-direction: column;
  align-items: flex-start
}

.list-item-mid {
  width: 60%;
  display: flex;
  justify-content: center
}

.list-item-mid2 {
  width: 15%
}

.list-item-mid2,
.list-item-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.list-item-right {
  width: 30%
}

.field-label {
  width: 100%;
  height: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start
}

input:-internal-autofill-selected {
  line-height: 34px
}

.select {
  width: 100%;
  height: .9rem;
  background: #242d44;
  color: #fff;
  border: 0 solid #eddddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}

.p-m-txt,
.select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start
}

.p-m-txt {
  width: 90%;
  margin: .1rem auto;
  text-align: left
}

.faq-q {
  height: 1rem;
  margin: .5rem 0;
  border-bottom: solid 1px var(--my-gray-light)
}

.faq-a,
.faq-q {
  text-align: left;
  align-items: flex-start;
  width: 90%
}

.mt30 {
  margin-top: 30px
}

.mt50 {
  margin-top: 50px
}

.mt20 {
  margin-top: 20px
}

.mt15 {
  margin-top: 15px
}

.mt10 {
  margin-top: 10px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb30 {
  margin-bottom: 30px
}

.ml20 {
  margin-left: 20px
}

.mr20 {
  margin-right: 20px
}

.ml3 {
  margin-left: 3px
}

.mr5 {
  margin-right: 5px
}

.ml5 {
  margin-left: 5px;
  margin-left: 10px
}

.w100 {
  width: 100%
}

.w90 {
  width: 90%
}

.m-auto {
  margin: auto auto
}

.w85 {
  width: 85%
}

.wrapper {
  width: 100%;
  font-size: 12px
}

.van-tabbar-item__icon img[data-v-1b5a9116] {
  height: 26px
}

.help_main[data-v-4be5a7d2] {
  color: #000;
  background: #fff;
  border-bottom: 1px solid rgba(58, 58, 71, .5)
}

.help_main[data-v-4be5a7d2] .van-nav-bar__title {
  color: #000
}

.login_main[data-v-4be5a7d2] {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #262626
}

.english_wrap[data-v-4be5a7d2] {
  width: 110px;
  height: 25px;
  border-radius: 20px;
  background: #a7dee9
}

.lang-image[data-v-4be5a7d2] {
  display: block;
  width: 20px
}

.my-bar3[data-v-4be5a7d2] {
  background: #fff;
  border-bottom: 1px solid rgba(58, 58, 71, .5)
}

.logo-image[data-v-4be5a7d2] {
  display: block;
  width: 80px
}

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  color: #000;
  min-height: 100vh;
  overflow-y: auto;
  font-size: 16px;
  background-image: url(../img/bg1.3983be8b.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  background-color: #161722
}

#app,
body {
  width: 100%
}

body {
  background: var(--my-purple);
  margin: auto!important;
  min-height: 100%;
  display: block;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  line-height: .5rem
}

.van-cell:after {
  border: 0!important
}

.van-toast {
  word-break: break-word
}

.content {
  min-height: 100vh
}

.van-config-provider {
  --van-nav-bar-arrow-size: 26px;
  --van-nav-bar-height: 60px;
  --van-nav-bar-background-color: #0058AB;
  --van-nav-bar-text-color: #fff;
  --van-nav-bar-title-text-color: #fff;
  --van-nav-bar-icon-color: #fff;
  --van-cell-background-color: #ffffff;
  --van-cell-active-color: #AEAEAE;
  --van-cell-border-color: #666;
  --van-nav-bar-title-font-size: 36px;
  --van-radio-label-color: #ccc;
  --van-field-input-text-color: #000;
  --van-field-placeholder-text-color: #aeaeae;
  --van-cell-font-size: 16px;
  --van-cell-line-height: 32px;
  --van-cell-text-color: #4A4063;
  --van-popup-background-color: #333;
  --van-button-primary-background-color: #5EEEE5;
  --van-button-primary-border-color: #ffffff;
  --van-button-normal-font-size: 18px;
  --van-button-primary-color: #fff;
  --van-button-default-height: 50px;
  --van-tabbar-background-color: #000;
  --van-tabbar-item-active-background-color: #000;
  --van-tabbar-item-text-color: #BFBFBF;
  --van-tabbar-item-active-color: #FFF;
  --van-tabbar-height: 85px;
  --van-tabbar-item-font-size: 10px;
  --van-tabbar-item-icon-size: 28px;
  --van-tab-text-color: #BFBFBF;
  --van-tab-active-text-color: #FFF;
}


@media screen and (min-width: 500px) {
  body {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }

  .van-popup {
    max-width: 500px;
  }
}