@charset "UTF-8";

:root {
  --animate-duration: 0.5s;
}

* {
  user-select: none !important;
}

input {
  user-select: auto !important;
  /* -webkit-user-select: auto; */
}

li {
  list-style: none;
}

html {
  font-size: calc(100vw / 7.5);
  font-size: -webkit-calc(100vw/7.5);
  -webkit-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
  overflow-y: scroll !important;
  /* background-color: #017fb7; */
}

html body {
  height: 100%;
  margin: 0;
  width: 100%;
  overflow-y: scroll !important;
}

#moveDiv {
  display: none;
}

.capture_btn {
  position: absolute;
}

.dialogs {
  position: fixed;
  display: none;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #1e70a0;
  background-color: rgba(0, 0, 0, 0.7);
}

.dialogs .dialog {
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: none;
}

.dialogs .login {
  width: 5.64rem;
  height: 5.83rem;
  left:calc(50% - 5.64rem / 2);
  top: calc(50% - 5.83rem / 2)
}

.dialogs .login .form_field {
     position: absolute;
    font-size: 0.3rem;
    padding: 0;
    border: none;
    margin: 0;
    background: transparent;
    left: 0.5rem;
    height: 0.8rem;
    line-height: 0.6rem;
    text-align: center;
    outline: none;
}

.dialogs .login .form_field[data-field="mobile"] {
  top: 1.55rem;
    width: 4.6rem;
}

.dialogs .login .form_field[data-field="verifyCode"] {
     top: 2.75rem;
    width: 2.6rem;
}

.dialogs .login .send_sms {
    font-size: 0.25rem;
    width: 1.4rem;
    height: 0.7rem;
    right: 0.75rem;
    top: 2.8rem;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
}

.dialogs .login .submit_btn {
top: 4rem;
    height: 0.7rem;
    width: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

.captcha_mask {
  width: 7.5rem;
  height: 11.59rem;
  position: absolute;
  left: 0;
  top: calc(50% - 11.59rem / 2);
  z-index: 100;
  background-color: transparent;
  display: none;
}

.captcha_main {
    position: absolute;
    top: 0.6rem;
    display: none;
    z-index: 101;
    left: 2.65rem;
    width: 2.8rem;
    height: 1.8rem;
    padding: 0.1rem 0.1rem;
    background: #ccc;
    border-radius: 0.2rem;
    font-size: 0;
}

.captcha_main::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-top-color: #ccc;
  position: absolute;
  /* top: 0; */
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;
  z-index: 3;
}

.captcha_main .captcha_img {
  width: 100%;
  margin: 0;
}

.captcha_main .captcha_value {
  /* width: 65%; */
  width: 1.65rem;
  margin-top: 0.15rem;
  margin-right: 0.05rem;
  text-align: center;
  color: #999999;
  vertical-align: baseline;
  height: 0.4rem;
}

.captcha_main .sendSms {
  margin-left: 0.05rem;

  text-align: center;
  padding: 0.05rem;
  color: white;
  background-color: #0072ff;
  width: 0.64rem;
  height: 0.33rem;
  border-radius: 15%;
  display: inline-block;
  line-height: 0.33rem;
  font-size: 0.2rem;
}

.captcha_main .captcha_value::placeholder {
  font-size: 0.2rem;
}

.dialogs .rule {
  width: 7.5rem;
  height: 14.5rem;
}

.dialogs .rule .close_btn {
  right: 0;
  width: 1.1rem;
  top: 0.4rem;
  height: 0.6rem;
}



.dialogs .no_award {
   width: 5.64rem;
    height: 4.19rem;
  position: absolute;
  left: calc(50% - 5.64rem / 2);
  top: calc(50% - 4.19rem / 2);
}

.dialogs .no_award .return_btn {
 position: absolute;
    left: 50%;
    background: none;
    transform: translateX(-50%);
    width: 3rem;
    height: 0.8rem;
    top: 2.6rem
}


.dialogs .award{
  width: 5.64rem;
  height: 4.68rem;
  position: absolute;
  left: calc(50% - 5.64rem / 2);
  top: calc(50% - 4.68rem / 2);
}
.dialogs  .award .bonus{
    font-size: 0.6rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.3rem;
    color: red;
}
.dialogs  .award .closeBtn{
  position: absolute;
    left: 50%;
    background: none;
    transform: translateX(-50%);
    width: 3rem;
    height: 0.8rem;
    top: 2.38rem
}
.dialogs .no_awards {
  width: 7.5rem;
  height: 11.59rem;
  position: absolute;

  top: calc(50% - 11.59rem / 2);
}

.dialogs .no_awards .return_btn {
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 1.4rem;
  top: 6.5rem;
}

.dialogs .no_awards .close_btn {
  left: 50%;
  background: none;
  transform: translateX(-50%);
  width: 2.6rem;
  height: 0.8rem;
  top: 3rem;
}

.view {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: scroll;
}

.view.index {
  height: 14.51rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.view.index .start_btn {
  width: 4.5rem;
  height: 1.1rem;
  top: 12.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.view.index .rule_btn {
  right: 0;
  top: 0.1rem;
  width: 1.26rem;
  height: 1.19rem;
}

.view.index .view_award_btn {
  background-size: 100%;
  background-repeat: no-repeat;
  right: 0;
  top: 1.4rem;
  width: 1.26rem;
  height: 1.19rem;
}

.view.index .music_btn {
  right: 2.2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0.35rem;
  width: 0.6rem;
  height: 0.6rem;
}



.view.main {
  background-size: 100%;
  background-repeat: no-repeat;
  height: 14.5rem;
  overflow: hidden !important;
}

.view.main .count_down {
width: 0.45rem;
    height: 0.4rem;
    font-size: 0.3rem;
   
    font-weight: bold;
    color: #ffff;
    top: 0.46rem;
    right: 0.7rem;
    text-align: center;
    line-height: 0.4rem
}

/* .view.main .count_down:after {
  content: "S";
} */
.view.main .score {

  width: 1rem;

  font-size: 0.48rem;
  text-align: right;
  font-weight: bold;
  color: #fff;
  top: 0.75rem;
  left: 45%;
  transform: translateX(-50%);
}

/* .view.main .score:after {
  content: "分";
} */
.view.main .step {
  width: 100%;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  left: 0;
}

.draw_bg {
  background-size: 100%;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 11.7rem;
  width: 5.8rem;
  height: 1.1rem;
}


.view.result {
height: 15.51rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.view.result .back {
  width: 1.11rem;
  height: 0.54rem;

  position: absolute;

  top: 0.3rem;
  right: .4rem;
}

.view.result .result-text {
  width: 5.81rem;
  height: 1.14rem;
  position: absolute;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.view.result .score {
position: absolute;
    left: 1.75rem;
    top: 2.6rem;
    font-size: 0.4rem;
    height: 0.8rem;
    color: red;
    line-height: 0.8rem;
    text-align: center;
    width: 4rem;
}

 .view.result .header {
  width: 7.5rem;
  height: 3.37rem;
  position: absolute;
  top: 3.65rem
 
}

 .view.result .text-bg {
  width: 6.88rem;
  height: 5.7rem;
    background: url(https://qn.mktzr.com/dttjw/images/card-text-bg.png) left top no-repeat;
  background-size: 100% 100%;
    position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6.95rem;
  display: flex;
  justify-content: center;
  
}
.view.result .text-bg .text-box{
     letter-spacing: 0.03rem;
    width: 6.2rem;
    height: 5rem;
    font-size: 0.28rem;
    overflow-y: auto;
    color: #0068a6;
    white-space: pre-line;
    margin-top: 0.2rem;

}
.view.result .lottery {
  width: 2.92rem;
  height: 1.01rem;
  background: url(https://qn.mktzr.com/dttjw/images/btn-chou.png) left top no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
   bottom: 0.2rem;
 display: none;
}

.view.result .viewprize {
 width: 2.92rem;
  height: 1.01rem;
  background: url(https://qn.mktzr.com/dttjw/images/btn-view.png) left top no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 0.6rem;
   bottom: 0.2rem;
 display: none;
}

.view.result  .btn-back {
 width: 2.92rem;
  height: 1.01rem;
  background: url(https://qn.mktzr.com/dttjw/images/btn-back.png) left top no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 0.6rem;
   bottom: 0.2rem;
 display: none;
}

.view.result  .btn-try {
  width: 2.92rem;
  height: 1.01rem;
  background: url(https://qn.mktzr.com/dttjw/images/btn-retry.png) left top no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 0.6rem;

  bottom: 0.2rem;
 display: none;

}

/*# sourceMappingURL=index.css.map */