html {
  font-size: calc(100vw / 7.5);
  font-size: -webkit-calc(100vw/7.5);
  -webkit-text-size-adjust: 100%;
  background: #ba1c19;
}

body,
.container {
  width: 100%;
  /* min-height: 14.51rem; */

  /*background: url('https://qn.mktcreator.cn/xxhttps://qn.mktzr.com/bch5/images/o-bg.jpg?v=2') left top no-repeat;
    background-size: 100% 100%;*/
}

/*消除ios点击阴影*/
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;
}

/* 清除浮动 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #ccc;
  font-size: 0.24rem;
  text-align: start;
  text-indent: 0.2rem;
  line-height: 0.64rem;
}


input {
  -webkit-user-select: text !important;
}

.page {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ba1c19;
}

.dialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

.dialog .frame {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 首页 */
.home_page {
  width: 7.5rem;
  height: 84.38rem;
  background: url("https://qn.mktzr.com/hxccz/images/home.jpg?v6") left top no-repeat;
  background-size: 100% 100%;

}

.audioBtn {
  position: absolute;
  z-index: 10000;
  top: 1.3rem;
  right: 4%;
  width: 0.5rem;
  height: 0.5rem;
}

.audioBtn img {
  position: absolute;
  left: 0;
  top: 0;
}

.audioBtn.active {
  animation: turnaround 2s linear infinite;
}

@keyframes turnaround {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.home_page .btn_rule {
  background: url("https://qn.mktzr.com/hxccz/images/btn-rule.png") left top no-repeat;
  background-size: 100% 100%;
  width: 1.49rem;
  height: 0.45rem;
  position: absolute;
  right: 0.23rem;
  top: 0.2rem;
}

.home_page .btn_prize {
  width: 1.49rem;
  height: 0.45rem;
  background: url(https://qn.mktzr.com/hxccz/images/prize_btn.png?v3) left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.23rem;
  top: 0.75rem;

}

/* 活动规则 */
.rule_dialog .frame {
  width: 6.01rem;
  height: 8.46rem;
  background: url("https://qn.mktzr.com/hxccz/images/rule_dialog.png?v5") left top no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.rule_dialog .frame .btn_close {
  width: 1.2rem;
  height: 0.78rem;
  position: absolute;
  top: 7.8rem;
  left: 50%;
  transform: translate(-50%);
}

/* 获得奖励弹窗 */
.prize_dialog .frame {
  width: 6.40rem;
  height: 8.81rem;
  background: url("https://qn.mktzr.com/hxccz/images/hb_dialog.png?v2") left top no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.prize_dialog .frame .user_bonus {
  position: absolute;
  left: 3rem;
  top: 3.1rem;
  font-size: 0.7rem;
  color: #fff;
}

/* 未获得奖励弹窗 */
.prize_dialog .frame .btn_close {
  width: 5.5rem;
  height: 1rem;
  position: absolute;
  top: 6.28rem;
  left: 50%;
  transform: translate(-50%);
}

.prize_dialog .frame .close_btn {
  width: 1.2rem;
  height: 0.78rem;
  position: absolute;
  top: 8.1rem;
  left: 50%;
  transform: translate(-50%);
}

.noprize_dialog .frame {
  width: 6.40rem;
  height: 8.86rem;
  background: url("https://qn.mktzr.com/hxccz/images/failhb_dialog.png?v2") left top no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.noprize_dialog .frame .btn_close {
  width: 5.5rem;
  height: 1rem;
  position: absolute;
  top: 6.25rem;
  left: 50%;
  transform: translate(-50%);
}

.noprize_dialog .frame .close_btn {
  width: 1.2rem;
  height: 0.78rem;
  position: absolute;
  top: 8.15rem;
  left: 50%;
  transform: translate(-50%);
}

.login_dialog .frame {
  width: 5.68rem;
  height: 5.33rem;
  background: url("https://qn.mktzr.com/hxccz/images/login_dialog.png") left top no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.login_dialog .frame .tel {
  width: 4.3rem;
  height: 0.6rem;
  position: absolute;
  left: 0.7rem;
  top: 1.7rem;
  text-align: center;
}

.login_dialog .frame .verify {
  width: 2.7rem;
  height: 0.6rem;
  position: absolute;
  left: 0.7rem;
  top: 2.8rem;
  text-align: center;
}

.login_dialog .frame .btn-getVerify {
  width: 1.5rem;
  height: 0.6rem;
  position: absolute;
  right: 0.65rem;
  top: 2.8rem;
  text-align: center;
  line-height: 0.6rem;
}

.login_dialog .frame .btn-submit {
  width: 3.2rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 4rem;
}

.home_page .answer_bg {
  width: 6.2rem;
  /* height: 4.64rem; */
  height: 14rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 10.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.home_page .answer_bg .title {
  width: 6.16rem;
  padding-left: 0.2rem;
  color: #2a71e3;
  font-weight: 600;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
}

.home_page .answer_bg .title .sort_bg {
  width: 0.43rem;
  height: 0.41rem;
  background: url(https://qn.mktzr.com/hxccz/images/sort.png) left top no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 0.41rem;
  margin-right: 0.1rem;
}

.home_page .answer_bg .title .title_div {
  margin-top: 0.05rem;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #10558b;
  line-height: 1.4;
}

.home_page .answer_bg .optionBox {
  height: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.63rem;
}

.home_page .answer_bg .option {
  color: #5f5f5f;
  padding: 0 0.18rem;
  font-size: 0.24rem;
  position: relative;
  width: 3.57rem;
  height: 0.51rem;
  line-height: 0.51rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.63rem;
  background-color: #f6f6f6;
  border-radius: 20px;
}

.home_page .answer_bg .option:not(:nth-of-type(4)) {
  margin-bottom: 0.15rem;
}

.home_page .answer_bg .option img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.home_page .answer_bg .option.active {
  background-color: #e3f2f5;
  border-radius: 20px;
}

.home_page .answer_bg .option.activefail {
  border-radius: 20px;
  background-color: #ffdfdd;
}

.home_page .tip_box {
  padding-top: 0.2rem;
  margin: auto;
  text-align: center;

}

.home_page .tip_box .tip {
  color: #9d9d9d;
  font-size: 0.15rem;
}

.home_page .btn_chou {
  width: 2.58rem;
  height: 0.61rem;
  background: url(https://qn.mktzr.com/hxccz/images/btn_chou.png) left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 24.15rem;

}

.home_page .prize_btn {
  width: 2.58rem;
  height: 0.61rem;
  background: url(https://qn.mktzr.com/hxccz/images/btn_prize.png) left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 24.15rem
}