html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
textarea,
ul {
  margin: 0;
  padding: 0;
}

body {
  font:
    normal 0.33rem/1.35 ui-sans-serif,
    system-ui,
    -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;
}

li,
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {    text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
input,
select,
textarea {
  border: 0;
  outline: none;
  scrollbar-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 font-family: Arial;
  font-size: 100%;
  line-height: 1.5;
  color: inherit;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
html {
  width: 100%;
  height: 100%;
}

#app {
  min-height: 100%;
  font-size: 0.42667rem;
  color: #222;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.fs-16 {
  font-size: 0.42667rem;
}

.font-400 {
  font-weight: 400;
}

.w-max-800 {
  max-width: 21.33333rem;
}

.w-full {
  width: 100%;
}

.font-600 {
  font-weight: 600;
}

.text-left {
  text-align: left;
}

.px-5 {
  padding-left: 0.13333rem;
  padding-right: 0.13333rem;
}

.color-ccc {
  color: #ccc;
}

.color-fff {
  color: #fff;
}

.color-000 {
  color: #000;
}

.mt-20 {
  margin-top: 0.53333rem;
}

.fs-14 {
  font-size: 0.37333rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-sw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.z-10000 {
  z-index: 10000;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radius-12 {
  border-radius: 0.32rem;
}

.scroll-hidden {
  overflow: hidden;
}

.ell-1,
.ell-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.ell-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ell-3 {
  -webkit-line-clamp: 3;
}

.ell-3,
.ell-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ell-5 {
  -webkit-line-clamp: 5;
}

.mt-16 {
  margin-top: 0.42667rem;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-img {
  background-image: url(https://static.novelfreedom.com/paynovel/h5-pay-asia/top-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 4.26667rem;
}
.van-nav-bar__content{
    max-width: 26.66667rem;
      margin: 0px auto;
}
.btn{
     max-width: 26.66667rem;
      margin: 0px auto;
}
.pages {
  min-height: 70vh;
    max-width: 26.66667rem;
      margin: 0px auto;
  background-color: #f5f5f5;
 
}

.van-nav-bar .van-icon {
  color: #222 !important;
}

.span-tag {
  display: inline-block;
  color: rgba(34, 34, 34, 0.4);
  background: rgba(34, 34, 34, 0.05);
  padding: 0.05333rem 0.21333rem;
  border-radius: 0.48rem;
  margin-right: 0.10667rem;
}

@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0.6;
  }
}

@keyframes breathing {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0.6;
  }
}

.slideUp-enter-active,
.slideUp-leave-active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slideUp-enter,
.slideUp-leave-to {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slideLeft-enter-active,
.slideLeft-leave-active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slideLeft-enter,
.slideLeft-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
