html {
  font-size: calc(100vw / 7.5);
  font-size: -webkit-calc(100vw/7.5);
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

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;
}

.q-question strong {
  font-weight: bolder;
  color: #d52913;
}
.page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.bc_btn {
  width: 2.9rem;
  height: 0.76rem;
  position: absolute;
  right: 4rem;
  bottom: 2rem;
}
.hb_btn {
  width: 2.9rem;
  height: 0.76rem;
  position: absolute;
  left: 4rem;
  bottom: 2rem;
}

/* 首页 */
.home_page {
  height: 14.63rem;
  background: url("https://qn.mktzr.com/hx3N001/images/home_page.jpg?v4") left top
    no-repeat;
  background-size: 100% 100%;
  /* position: relative; */
}
.home_page .rule_btn {
  width: 1.2rem;
  height: 0.3rem;
  position: absolute;
  right: 0.3rem;
  top: 0.42rem;
}
.home_page .home_btn {
  width: 3.68rem;
  height: 0.98rem;
  position: absolute;
  left: 50%;
  top: 11.75rem;
  transform: translate(-50%);
}
.rule-dialog .frame {
  background: url("https://qn.mktzr.com/hx3N001/images/rule_dialog.png?v7") left
    top no-repeat;
  width: 6.42rem;
  height: 11.67rem;
  background-size: 100% 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
}
.rule-dialog .btn-back {
  position: absolute;
  top: 0;
  right: 0.4rem;

  width: 0.65rem;
  height: 0.65rem;
}
.detail_page {
  height: 14.63rem;
  background: url("https://qn.mktzr.com/hx3N001/images/detail.jpg?v6") left top
    no-repeat;
  background-size: 100% 100%;
  position: relative;
}

/* 3000点以下买入 */
.detail_page .result_btn.btnG {
  top: 4.2rem;
  left: 1.45rem;
}
.detail_page .result_btn.btnH {
  top: 4.2rem;
  left: 3.2rem;
}
.detail_page .result_btn.btnI {
  top: 4.2rem;
  left: 4.9rem;
}

.detail_page .back_btn {
  width: 1rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 0.3rem;
}
.detail_page .result_btn {
  width: 1.2rem;
  height: 0.37rem;

  position: absolute;
  right: 1.55rem;
}
.detail_page .result_btn.btnA {
  top: 4.35rem;
}
.detail_page .result_btn.btnB {
  top: 5.4rem;
}
.detail_page .result_btn.btnC {
  top: 7.2rem;
}
.detail_page .result_btn.btnD {
  top: 9.1rem;
}
.detail_page .result_btn.btnE {
  top: 10.1rem;
}

.result_page.frame {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  width: 100%;
}
.result_page.frame.btnA {
  background: url('https://qn.mktzr.com/hx3N001/images/btnA.jpg?v6') left top no-repeat;
  background-size: 100% 100%;
  height: 51.05rem;
}
.result_page.frame.btnB {
  background: url("https://qn.mktzr.com/hx3N001/images/btnB.jpg?v5") left top no-repeat;
  background-size: 100% 100%;
  height: 50.29rem;
}

.result_page.frame.btnC {
  background: url("https://qn.mktzr.com/hx3N001/images/btnC.jpg?v5") left top no-repeat;
  background-size: 100% 100%;
  height: 45.02rem;
}

.result_page.frame.btnD {
  background: url("https://qn.mktzr.com/hx3N001/images/btnD.jpg?v7") left top no-repeat;
  background-size: 100% 100%;
  height: 50.39rem;
}

.result_page.frame.btnE {
  background: url("https://qn.mktzr.com/hx3N001/images/btnE.jpg?v6") left top no-repeat;
  background-size: 100% 100%;
  height: 48.45rem;
}



.result_page .result_page_bottom {
  width: 90%;
  height: 3rem;
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.result_page .result_page_bottom .draw_btn {
  width: 2.3rem;
  height: 0.77rem;
  background: url("https://qn.mktzr.com/hx3N001/images/draw_btn.png?v2") left top
    no-repeat;
  background-size: 100%;
}
.result_page .result_page_bottom .select {
  padding: 0 0.2rem;
  width: 3.3rem;
  height: 0.77rem;
  background: url("https://qn.mktzr.com/hx3N001/images/selectbox.png?v3") left
    top no-repeat;
  background-size: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result_page .result_page_bottom .select .arrow_open {
  width: 0.26rem;
  height: 0.22rem;
  background: url("https://qn.mktzr.com/hx3N001/images/arrow_open.png?v2") left top
    no-repeat;
  background-size: 100%;
}
.result_page .result_page_bottom .select .arrow_current {
  width: 0.26rem;
  height: 0.22rem;
  background: url("https://qn.mktzr.com/hx3N001/images/arrow_current.png2") left
    top no-repeat;
  background-size: 100%;
}
.result_page .result_page_bottom .select .selectVal {
  flex: 1;
  height: 100%;
  text-align: center;
  color: #4c413b;
  line-height: 0.77rem;
  font-size: 0.3rem;
  font-weight: 550;
}
.result_page .result_page_bottom .select .selectValList {
  width: 2.84rem;
  height: 1.71rem;
  overflow: auto;
  background: url("https://qn.mktzr.com/hx3N001/images/selectValList.png?v2") left
    top no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  transform: translate(-50%);
}
.result_page .select .selectValList .selectValItem {
  width: 2.84rem;
  height: 0.57rem;
  color: #4c413b;
  text-align: center;
  line-height: 0.57rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(
      -270deg,
      rgba(255, 255, 255, 0) 0%,
      #c9c6c4 50%,
      rgba(255, 255, 255, 0) 99%
    )
    2 2 2 2;
}
.result_page .select .selectValList .selectValItem.red {
  color: #b53836;
}
.result_page .select .selectValList .selectValItem:last-child {
  border: none;
}
.result_page .rule_btn {
  width: 1.2rem;
  height: 0.3rem;
  position: absolute;
  right: 0.3rem;
  top: 0.42rem;
}
