

html {
  background-color: #0c2450;
}

body {
  min-width: 320px !important;
  max-width: 420px !important;
  margin: 0 auto !important;
}

.btn {
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 5px;
  background-color: #ffc90e;
  color: #b05b00;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.index {
  padding-top: 75%;
  background-image: url(//image2.vipc.cn/zt/20191015/0/banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  overflow: hidden;
}
.index .selectWrap {
  position: relative;
  display: block;
  width: 260px;
  height: 36px;
  line-height: 36px;
  padding-right: 10px;
  margin: 0 auto;
  border: 1px solid #96b1ee;
  border-radius: 36px;
  background-color: #eff4ff;
  color: #504848;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}
.index .selectWrap:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  border-style: solid;
  border-color: #2378e1 transparent transparent transparent;
  border-width: 8px 7px 2px;
  z-index: 1;
}
.index .selectWrap select {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
  z-index: 9;
}

.goBtn {
  display: block;
  width: 202px;
  height: 202px;
  margin: 20px auto 0;
  background-image: url(//image2.vipc.cn/zt/20191015/0/button.png);
  background-size: 202px 202px;
  background-repeat: no-repeat;
}



.logo {
  height: 80px;
  background-image: url(//image2.vipc.cn/zt/20190920/0/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 109px auto;
}

.result {

}

.result img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.result_btns {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  overflow: hidden;
  z-index: 9;
}

.btn_replay {
  display: inline-block;
  width: 120px;
  height: 42px;
  line-height: 42px;
  margin: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 18px;
  color: #0c2450;
  text-align: center;
  z-index: 9;
}

.btn_share {
  display: inline-block;
  width: 120px;
  height: 42px;
  line-height: 42px;
  margin: 0 15px;
  border-radius: 5px;
  background-color: #eb0114;
  font-size: 18px;
  color: #fff;
  text-align: center;
  z-index: 9;
}

.result .shareTips {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, .6);
}
.result .shareTips img {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 158px;
  height: 80px;
}

