

html {
  background-color: #040817;
}

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

.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: 130%;
  background-image: url(http://www.020gzhh.com/_image2_/zt/20190920/0/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}



.logo {
  height: 80px;
  background-image: url(http://www.020gzhh.com/_image2_/zt/20190920/0/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 109px auto;
}

.part {
  display: none;
  margin-top: 10px;
}
.part.cur {
  display: block;
}
.part_question {
  box-sizing: border-box;
  width: 335px;
  height: 160px;
  padding-top: 20px;
  margin: 0 auto;
  background-image: url(http://www.020gzhh.com/_image2_/zt/20190920/0/q_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 335px 160px;
  color: #fff;
}
.part_question_top {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
}
.part_question_cont {
  padding: 20px;
  line-height: 24px;
  color: #fff;
  font-size: 17px;
  text-align: justify;
  overflow: hidden;
}

.part_options {
  margin: 10px 0;
  overflow: hidden;
}
.part_options_item {
  display: block;
  box-sizing: border-box;
  line-height: 24px;
  border: 1px solid #7aa2f4;
  border-radius: 4px;
  margin: 12px 30px;
  padding: 10px 15px;
  color: #7aa2f4;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
}
.part_options_item.cur {
  border-color: #2963dc;
  background-color: #2963dc;
  color: #fff;
}

.result {
  padding-top: 10px;
}

.result_0 img {
  display: block;
  width: 90%;
  margin: 20px auto 20px;
}
.result_0 .btn {
  margin-top: 15px;
}

.result_1 img {
  display: block;
  width: 90%;
  margin: 20px auto 40px;
}
.result_1 .btn {
  margin-top: 15px;
}

.result_2 img {
  display: block;
  width: 90%;
  margin: 20px auto 20px;
}
.result_2 .btn {
  margin-top: 15px;
}

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

.result .paper {
  position: relative;
  overflow: hidden;
}
.result .selectWrap {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 240px;
  height: 36px;
  line-height: 36px;
  margin-left: -120px;
  border: 1px solid #96b1ee;
  background-color: #eff4ff;
  color: #504848;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}
.result .selectWrap:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 8px;
  border-style: solid;
  border-color: #2378e1 transparent transparent transparent;
  border-width: 8px 7px 2px;
  z-index: 1;
}
.result .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;
}

.shareWrap {
  position: absolute;
  top: 0;
  left: 0;

}