@charset "UTF-8";
:root input,
:root textarea {
  font-size: 0.22rem;
  color: #333;
  text-align: left;
  line-height: 0.7rem;
  padding: 0 0.2rem;
  background: none;
  outline: none;
  -moz-user-select: text !important;
  user-select: text !important;
  -webkit-user-select: text !important;
  margin-bottom: 0.2rem;
  resize: none;
}
:root .text-overflow {
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 用省略号表示超出部分 */
}
:root {
  /*
    进入和离开动画可以使用不同
    持续时间和速度曲线。
  */
}
:root .slide-fade-enter,
:root .slide-fade-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
:root .slide-fade-enter-active,
:root .slide-fade-leave-active {
  transition: all 0.3s ease-out;
}
:root .slide-fade-enter-to,
:root .slide-fade-leave {
  transform: translateY(0);
  opacity: 1;
}
:root input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #333;
}
:root input {
  -moz-user-select: text !important;
  user-select: text !important;
  -webkit-user-select: text !important;
  background: none;
  border: none;
  outline: none;
}
:root #container {
  display: none;
  background: #025193;
}

.auth-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.home-page .frame {
  background-image: url("https://qn.mktzr.com/aipjuly/images/home-bg.jpg?v=15");
}
.home-page .frame .btn-rule {
  width: 1.41rem;
  height: 0.4rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/home-btn-rule.png?v=15");
  position: absolute;
  right: 0.31rem;
  top: 0.31rem;
}
.home-page .frame .btn-myrewards {
  width: 1.41rem;
  height: 0.42rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/home-btn-myrewards.png?v=15");
  position: absolute;
  right: 0.31rem;
  top: 0.82rem;
}
.home-page .frame .btn-start {
  width: 3.03rem;
  height: 1.08rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/home-btn-start.png?v=15");
  top: 12.56rem;
}

.game-page .frame #stage canvas {
  width: 100%;
  height: 100%;
}
.game-page .frame .btn-jump {
  width: 3.35rem;
  height: 1.19rem;
  bottom: 0.5rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/game-btn-jump.png?v=15");
}

.result-page .frame {
  height: 15.51rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-bg.jpg?v=15");
}
.result-page .frame .title {
  width: 5.45rem;
  height: 1.09rem;
  top: 1.3rem;
}
.result-page .frame .title.win {
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-title-win.png?v=15");
}
.result-page .frame .title.fail {
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-title-fail.png?v=15");
}
.result-page .frame .score {
  width: 3.96rem;
  height: 0.74rem;
  top: 2.6rem;
  font-size: 0.48rem;
  color: #e2401a;
  text-align: center;
  line-height: 0.74rem;
  font-weight: bold;
}
.result-page .frame .person {
  width: 6.82rem;
  height: 3.34rem;
  top: 3.7rem;
}
.result-page .frame .person.person-0 {
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-person-0.png?v=15");
}
.result-page .frame .person.person-1 {
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-person-1.png?v=15");
}
.result-page .frame .person.person-2 {
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-person-2.png?v=15");
}
.result-page .frame .person.person-3 {
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-person-3.png?v=15");
}
.result-page .frame .person.person-4 {
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-person-4.png?v=15");
}
.result-page .frame .person.person-5 {
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-person-5.png?v=15");
}
.result-page .frame .text {
  width: 6.34rem;
  height: 4.7rem;
  top: 7.17rem;
  padding: 0.2rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #333;
  overflow-y: scroll;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
}
.result-page .frame .btn-wrap {
  width: 5.67rem;
  height: 0.77rem;
  top: 12.16rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.result-page .frame .btn-wrap .btn-lottery {
  width: 3.17rem;
  height: 0.85rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-btn-lottery.png?v=15");
}
.result-page .frame .btn-wrap .btn-retry {
  width: 2.67rem;
  height: 0.77rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-btn-retry.png?v=15");
}
.result-page .frame .btn-wrap .btn-backtohome {
  width: 2.67rem;
  height: 0.77rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-btn-backtohome.png?v=15");
}
.result-page .frame .btn-wrap .btn-viewreward {
  width: 2.67rem;
  height: 0.77rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/result-btn-viewreward.png?v=15");
}

.login-dialog .frame {
  width: 6.06rem;
  height: 6.55rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/dialog-login.png?v=15");
}
.login-dialog .frame input {
  font-size: 0.28rem;
  color: #333;
  padding: 0 0.2rem;
  position: absolute;
  left: 0.75rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.login-dialog .frame .tel {
  width: 4.61rem;
  top: 1.67rem;
}
.login-dialog .frame .captcha-code {
  width: 2.54rem;
  top: 2.63rem;
}
.login-dialog .frame .captcha-img {
  width: 1.84rem;
  height: 0.75rem;
  position: absolute;
  left: 3.51rem;
  top: 2.63rem;
}
.login-dialog .frame .verify-code {
  width: 2.54rem;
  top: 3.57rem;
}
.login-dialog .frame .btn-sendsmscode {
  width: 1.84rem;
  height: 0.7rem;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.7rem;
  text-align: center;
  position: absolute;
  left: 3.51rem;
  top: 3.63rem;
}
.login-dialog .frame .btn-login {
  width: 2.97rem;
  height: 0.7rem;
  top: 4.59rem;
}

.rule-dialog .frame {
  width: 6.22rem;
  height: 7.78rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/dialog-rule.png?v=15");
}
.rule-dialog .frame .btn-close {
  width: 0.94rem;
  height: 0.94rem;
  bottom: 0;
}

.introduction-dialog .frame {
  width: 6.22rem;
  height: 8.33rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/dialog-introduction.png?v=15");
}
.introduction-dialog .frame .btn-close {
  width: 3.26rem;
  height: 0.87rem;
  top: 6.16rem;
}

.red-dialog .frame {
  width: 6.22rem;
  height: 5.16rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/dialog-red.png?v=15");
}
.red-dialog .frame .amount {
  width: 100%;
  height: 0.6rem;
  text-align: center;
  font-size: 0.6rem;
  color: #d93b1e;
  font-weight: bold;
  top: 1.62rem;
}
.red-dialog .frame .btn-close {
  width: 2.96rem;
  height: 0.7rem;
  top: 2.56rem;
}

.notwin-dialog .frame {
  width: 6.23rem;
  height: 4.57rem;
  background-image: url("https://qn.mktzr.com/aipjuly/images/dialog-notwin.png?v=15");
}
.notwin-dialog .frame .btn-close {
  width: 2.96rem;
  height: 0.7rem;
  top: 2.85rem;
}
