/* 公用 */

html,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* ios 滑动 */

  -webkit-user-select: none;
}

body {
  -webkit-text-size-adjust: 100% !important;
}

/*消除ios动画抖动*/
* {
  -webkit-backface-visibility: hidden;
  -webkit-user-select: auto;
}

/* 去除滚动条 */
::-webkit-scrollbar {
  width: 0;
  height: 1px;
}

.dialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.layoutPage {
  width: 100%;
  height: 100%;
  position: absolute;
}
.page_item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  overflow: auto;
}
.page {
  width: 100%;
  height: 100%;
  position: absolute;
}
input {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  user-select: none;
  text-align: left;
  font-size: 15px;
  /* line-height: 2.75rem; */
  color: #000;
}
.zzc {
  display: block;
  width: 8.7rem;
  height: 9.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: rgba(0, 0, 0, 0.7); */
  z-index: 10;
}

.zzc1 {
  display: block;
  width: 8.7rem;
  height: 9.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: rgba(0, 0, 0, 0.7); */
  z-index: 10;
}
.zzc2 {
  display: block;
  width: 8.7rem;
  height: 12.8rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
#showAlert_zzc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.show_alert {
  width: 73%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  z-index: 9999;
  padding: 0.25rem 0.1rem;
}
#loadingPage {
  z-index: 9999 !important;
}

.close {
  display: block;
  width: 0.88rem;
  height: 0.91rem;
  position: absolute;
  top: 8.8rem;
  left: 50%;
  transform: translateX(-50%);
}
/* rulePage */
.rule_page {
  width: 5rem;
  top: 7rem;
  background: url("https://qn.mktzr.com/dttzy/images/rulePage.png?v=12")
    no-repeat;
  background-size: 100%;
}
.rule_content {
  width: 4.7rem;
  height: 6.2rem;
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
  padding-top: 0.05rem;
}
.rule_item {
  text-indent: 2em;
  position: relative;
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
}
.rule_item > img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0%;
  top: -4%;
}
.rule_close {
  top: 5.6rem;
}
/* noAward */
.no_award {
  background: url("https://qn.mktzr.com/dttzy/images/redBagNoPage.png?v=12")
    no-repeat;
  background-size: 100%;
  width: 5.7rem;
  height: 7.5rem;
}
.award_close {
  top: 4.6rem;
  width: 3.4rem;
}
/* awardPage */
.award_page {
  background: url("https://qn.mktzr.com/dttzy/images/redBagPage.png?v=12")
    no-repeat;
  background-size: 100%;
  width: 6.04rem;
  height: 6.66rem;
}
.award_content {
  width: 4.3rem;
  height: 5rem;
  position: absolute;
  top: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
}

.award_name {
  position: absolute;
  top: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: bold;
  color: #0e49a0;
  white-space: nowrap;
}
.award_time {
  position: absolute;
  top: 0.4rem;
  left: 1.6rem;
  font-size: 0.24rem;
  color: #333;
  white-space: nowrap;
}
/* rankpage */
.my_rank {
  width: 1.6rem;
  top: 2.65rem;
  left: 3.7rem;
  text-align: center;
  font-size: 0.28rem;
  color: #842a29;
  position: absolute;
  font-weight: bold;
}
.my_score {
  width: 1.4rem;
  top: 2.65rem;
  right: 1.9rem;
  text-align: right;
  font-size: 0.28rem;
  color: #842a29;
  font-weight: bold;
  position: absolute;
}
.rank_content {
  width: 5.36rem;
  width: 4.8rem;
  height: 7.6rem;
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
}
table {
  border-collapse: collapse;
}
td {
  color: #5b5b5b;
  font-size: 0.24rem;
  border: 1px solid #e1e1e1;
  text-align: center;
  line-height: 0.55rem;
  height: 0.55rem;
}
th {
  color: #333333;
  font-size: 0.24rem;
  border: 1px solid #e1e1e1;
  text-align: center;
  line-height: 0.55rem;
  height: 0.55rem;
}
.rank_rank {
  width: 0.86rem;
}
.rank_nick {
  width: 2.32rem;
}
.rank_score {
  width: 2.09rem;
}
.rank_close {
  width: 2.7rem;
  height: 0.83rem;
  position: absolute;
  top: 10.4rem;
  left: 50%;
  transform: translateX(-50%);
}
/* loadPage */
.loadPage > img {
  display: block;
  width: 2.21rem;
  height: 2.21rem;
  position: absolute;
  top: 4.13rem;
  left: 50%;
  transform: translateX(-50%);
}
.loading_box {
  width: 6.1rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  overflow: hidden;
  position: absolute;
  top: 8.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.bar {
  width: 0%;
  height: 100%;
  background-color: #fd9b7d;
  border-radius: 0.21rem;
}
.lo {
  font-size: 0.38rem;
  color: #842a29;
  font-weight: bold;
  position: absolute;
  top: 8.1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

/* gameOver3 */
.gameOver3 {
  width: 5rem;
  height: 5.6rem;
  top: 7rem;
  background: url("https://qn.mktzr.com/dttzy/images/login-dialog.png")
    no-repeat;
  background-size: 100%;
}
.gameOver3_score {
  position: absolute;
  top: 5.12rem;
  left: 4.61rem;
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}
.gameOver3_box {
  width: 4.2rem;
  height: 0.5rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.gameOver3_code {
  width: 2.9rem;
  height: 0.5rem;
  position: absolute;
  top: 2.9rem;
  left: 0.2rem;
  text-align: center;
}
.btn-getVerify {
  width: 1.34rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: absolute;
  top: 2.8rem;
  left: 3.2rem;
  font-size: 0.22rem;
  text-align: center;
  color: #fff;
}

.gameOver3_input {
  height: 0.5rem;
  line-height: 0.5rem;
  color: #999999;
  text-align: center;
}
.gameOver3_input_code {
  height: 0.5rem;
  line-height: 0.5rem;
  color: #999999;
  text-align: center;
}
.gameOver3_phone {
  width: 3.5rem;
  height: 0.8rem;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.gameOver3_close {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 9.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.gameOver4 {
}
.gameOver4_redbag {
  position: absolute;
  top: 5.86rem;
  width: 3.5rem;
  height: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.poster {
  height: 14.4rem;
  background: url("https://qn.mktzr.com/dttzy/images/poster.jpg?v=12") no-repeat;
  background-size: 100%;
}

.poster .person {
  width: 6.4rem;
  height: 5.07rem;
  position: absolute;
  left: 1.14rem;
  top: 1.72rem;
}

.poster .person.person1 {
  background: url("https://qn.mktzr.com/dttzy/images/person1.png?v=12")
    no-repeat;
  background-size: 100%;
}

.poster .person.person2 {
  background: url("https://qn.mktzr.com/dttzy/images/person2.png?v=12")
    no-repeat;
  background-size: 100%;
}

.poster .person.person3 {
  background: url("https://qn.mktzr.com/dttzy/images/person3.png?v=12")
    no-repeat;
  background-size: 100%;
}

.poster .person.person4 {
  background: url("https://qn.mktzr.com/dttzy/images/person4.png?v=12")
    no-repeat;
  background-size: 100%;
}

.poster .person.person5 {
  background: url("https://qn.mktzr.com/dttzy/images/person5.png?v=12")
    no-repeat;
  background-size: 100%;
}

.poster .person.person6 {
  background: url("https://qn.mktzr.com/dttzy/images/person6.png?v=12")
    no-repeat;
  background-size: 100%;
}

.poster .person-text {
  width: 6.05rem;
  position: absolute;
  left: 1.44rem;
  top: 6.98rem;
  color: #fff;
  font-size: 0.22rem;
  padding: 0 0.3rem;
  text-align: justify;
  box-sizing: border-box;
}

.poster .btn-backToHome {
  width: 1.53rem;
  height: 0.61rem;
  background: url("https://qn.mktzr.com/dttzy/images/btn-back.png?v=12")
    no-repeat;
  background-size: 100%;
  position: absolute;
  left: 6rem;
  top: 0.5rem;
}

.poster #btn-viewrewards {
  width: 1.39rem;
  height: 1.68rem;
  background: url("https://qn.mktzr.com/dttzy/images/btn-viewrewards.png?v=12")
    no-repeat;
  background-size: 100%;
  position: fixed;
  left: 6.3rem;
  top: 4rem;
}

/* awardOver */
.award_over {
  width: 6.44rem;
  height: 5.35rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("https://img1.cdh5.cn/4536/static/images/awardOver.png?v1.2?v1.2")
    no-repeat center/100% 100%;
}
.awardOver_close {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
}
/* ewm */
.ewm_img {
  display: block;
  width: 5rem;
  height: 5.18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.taskFail {
  width: 6.453333rem;
  height: 8.76rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.taskFail_img {
  display: block;
  width: 100%;
  height: 100%;
}
.taskFail_close {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.captcha_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
  display: none;
}
.captcha_mask .captcha_main {
  position: absolute;
  top: 4rem;
  z-index: 101;
  left: 4.1rem;
  width: 2.4rem;
  height: 1.55rem;
  padding: 0.1rem 0.1rem;
  background: #ccc;
  border-radius: 0.2rem;
  font-size: 0;
}
.captcha_mask .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_mask .captcha_main .captcha_img {
  width: 100%;
  margin: 0;
}
.captcha_mask .captcha_main .captcha_value {
  width: 65%;
  margin-top: 0.15rem;
  text-align: center;
  color: #999999;
  vertical-align: baseline;
  height: 0.4rem;
  display: inline-block;
  background: #fff;
}
.captcha_mask .captcha_main .sendSms {
  margin-left: 0.05rem;
  text-align: center;
  padding: 0.05rem;
  color: white;
  background-color: #0072ff;
  width: 0.64rem;
  height: 0.3rem;
  border-radius: 15%;
  display: inline-block;
  line-height: 0.33rem;
  font-size: 0.2rem;
}
.captcha_mask .captcha_main .captcha_value::placeholder {
  font-size: 0.2rem;
}
