.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://res.qufenqian.vip/web/assets/popup-bg.png) 604 0 118 0 round;
  border-image: url(https://res.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://res.qufenqian.vip/web/assets/icon-close.png) no-repeat 0 0;
  cursor: pointer;
}


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

.tixian[data-v-2e4614c4] {
  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-2e4614c4] {
  width: 582px;
  height: 697px;
  background: url(https://res.qufenqian.vip/web/game/game-pop-bg1.png) no-repeat;
  text-align: center;
}

.tixian-mon[data-v-2e4614c4] {
  color: #f64846;
  font-size: 36px;
  margin-top: 115px;
}

.tixian-mon b[data-v-2e4614c4] {
  font-size: 74px;
  font-weight: bold;
}

.tixian-text[data-v-2e4614c4] {
  color: #4d4d4d;
  font-size: 28px;
  margin-top: 10px;
}

.tixian-btn[data-v-2e4614c4] {
  width: 527px;
  height: 98px;
  line-height: 94px;
  background: url(https://res.qufenqian.vip/web/game/game-btn1.png) no-repeat;
  margin: 205px auto 0;
}

.tixian-btn a[data-v-2e4614c4] {
  display: block;
  color: #e1332e;
  font-size: 34px;
  font-weight: bold;
}

.tixian-bottom[data-v-2e4614c4] {
  color: #fddfb5;
  font-size: 28px;
  margin-top: 40px;
}

.tixian-close[data-v-2e4614c4] {
  width: 60px;
  height: 60px;
  background: url(https://res.qufenqian.vip/web/assets/icon-close.png) no-repeat 0 0;
  margin: 85px auto 0;
}