
#t {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 120px;
  height: 40px;
  z-index: 30;
}


.myLoading{
  width: 140px;
  height: 140px;
  position: fixed;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  background: rgba(0, 0, 0, .8);
  border-radius: 10px;
  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;
}
.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.message-content {
    max-width: 320px;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 60px;
}
.message-transition-enter-active, .message-transition-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.message-transition-leave, .message-transition-enter-to {
    opacity: 1;
}
.message-transition-enter, .message-transition-leave-to {
    opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #222;
  text-decoration: none;
  outline: 0
}
a img {
  border: none
}
ol, ul {
  list-style: none
}
b {
  font-weight: 400
}
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}
img {
  vertical-align: middle
}
input::-ms-clear, input::-ms-reveal {
  display: none
}
button, input, select, textarea {
  color: #222;
  font: 32px/1.5 '\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
  vertical-align: middle
}
select {
  height: 30px;
  border: 1px solid #eee;
  line-height: 30px
}
button, input[type=radio], input[type=checkbox], input[type=submit], input[type=rest], input[type=button], select {
  cursor: pointer
}
button, input[type=submit], input[type=rest], input[type=button], input[type=text], input[type=number], input[type=tel], input[type=password], textarea {
  outline:none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none
}
body {
  background: #fff;
  color: #222;
  font: 32px/1.5 '\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#app {
  background-color: #f6f6f6;
}
.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.popup__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup__content {
  position: relative;
  width: 640px;
  min-height: 724px;
  border-radius: 0 0 30px 30px;
}
.popup__content-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 604px 0 118px;
  border-style: solid;
  -o-border-image: url(https://res2.qufenqian.vip/web/assets/popup-bg.png) 604 0 118 0 round;
     border-image: url(https://res2.qufenqian.vip/web/assets/popup-bg.png) 604 0 118 0 fill round;
}
.popup__content-front {
  position: relative;
}
.popup__content-tit {
  padding-top: 116px;
  color: #f44a4c;
  font-size: 52px;
  font-weight: 400;
  text-align: center;
}
.popup__content-reward {
  color: #f44a4c;
  font-size: 42px;
  text-align: center;
}
.popup__content-reward b {
  font-size: 112px;
  line-height: 140px;
}
.popup__content-step {
  position: relative;
  margin: 112px 100px 0 112px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.popup__content-line {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 4px;
  width: 4px;
  background-color: #fff;
}
.popup__content-step li {
  position: relative;
  margin-top: 18px;
  padding-left: 24px;
}
.popup__content-dot {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}
.popup__content-step_em {
  color: #ffe243;
}
.popup__content-step_em .popup__content-dot {
  background-color: #ffe243;
}
.popup__content-btns {
  padding: 36px 0 30px;
}
.popup__content-btn {
  display: block;
  position: relative;
  width: 420px;
  height: 90px;
  overflow: hidden;
  margin: 20px auto 0;
  border-radius: 45px;
  background-color: #fff;
  color: #f44a4c;
  font-size: 36px;
  text-align: center;
  line-height: 90px;
}
.popup__cb-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
}
.popup__cb-text {
  position: relative;
  z-index: 1;
}
.popup__content-btn_em {
  background-color: #feef45;
  -webkit-animation: btn 1s linear infinite;
          animation: btn 1s linear infinite;
}
@-webkit-keyframes btn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes btn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.popup__close {
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: 50px;
  background: url(https://res2.qufenqian.vip/web/assets/icon-close.png) no-repeat 0 0;
  cursor: pointer;
}


#__vconsole {
  font-size: 26px!important;
}

.tixian[data-v-89e14aac] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  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;
  background-color: rgba(0, 0, 0, 0.8);
}
.tixian-content[data-v-89e14aac] {
  width: 582px;
  height: 697px;
  background: url(https://res2.qufenqian.vip/web/game/game-pop-bg1.png) no-repeat;
  text-align: center;
}
.tixian-mon[data-v-89e14aac] {
  color: #f64846;
  font-size: 36px;
  margin-top: 115px;
}
.tixian-mon b[data-v-89e14aac] {
  font-size: 74px;
  font-weight: bold;
}
.tixian-text[data-v-89e14aac] {
  color: #4d4d4d;
  font-size: 28px;
  margin-top: 10px;
}
.tixian-btn[data-v-89e14aac] {
  width: 527px;
  height: 98px;
  line-height: 94px;
  background: url(https://res2.qufenqian.vip/web/game/game-btn1.png) no-repeat;
  margin: 205px auto 0;
}
.tixian-btn a[data-v-89e14aac]{
  display: block;
  color: #e1332e;
  font-size: 34px;
  font-weight: bold;
}
.tixian-bottom[data-v-89e14aac] {
  color: #fddfb5;
  font-size: 28px;
  margin-top: 40px;
}
.tixian-close[data-v-89e14aac] {
  width: 60px;
  height: 60px;
  background: url(https://res2.qufenqian.vip/web/assets/icon-close.png) no-repeat 0 0;
  margin: 85px auto 0;
}

.m-modal__mask{position:fixed;z-index:101;top:0;left:0;right:0;margin:auto;width:100%;height:100vh;background-color:rgba(0,0,0,.8)}.m-modal__main{position:fixed;z-index:108;top:50%;left:50%;width:85%;-webkit-transform:translate3d(-50%, -50%, 0) scale(1);transform:translate3d(-50%, -50%, 0) scale(1);-webkit-transform-origin:center center;transform-origin:center center;border-radius:16px;background-color:#fff}.m-modal__content{text-align:center}.m-modal__content__title:not(:empty){padding-top:30px;font-size:32px;font-weight:700;text-align:center}.m-modal__content__msg{padding:40px 30px;line-height:1.8em}.m-modal__content__msg--left{text-align:left}.m-modal__btns{padding-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex}.m-modal__btn{width:100%;height:92px;line-height:92px;text-align:center}.m-modal__btn--cancel{border-top:1px solid #eee}.m-modal__btn--cancel:only-child{border-radius:0 0 16px 16px}.m-modal__btn--confirm{border-top:1px solid #f44a4c;background-color:#f44a4c;color:#fff}.m-modal__btn--confirm:only-child{border-radius:0 0 16px 16px}.m-modal__btn--loading{opacity:.6}.m-modal__close{position:absolute;left:0;right:0;bottom:-110px;margin:auto;width:60px;height:60px;background:url(https://res.qufenqian.vip/web/assets/icon-close.png) no-repeat 0 0/contain;cursor:pointer}.m-modal-transition-enter-active,.m-modal-transition-leave-active{-webkit-transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out}.m-modal-transition-enter,.m-modal-transition-leave-to{opacity:0;-webkit-transform:translate3d(-50%, -50%, 0) scale(0.8);transform:translate3d(-50%, -50%, 0) scale(0.8)}
