@charset 'UTF-8';
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd {
  margin: 0;
}
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #000;
  color: inherit;
  outline: none;
}
body {
  font: 14px/1.5 'Microsoft Yahei', sans-serif;
  /*sans-serif 是手机默认字体*/
}
html {
  font-size: 100px;
}
body {
  min-width: 3.2rem;
  max-width: 6.4rem;
  margin: 0 auto;
  background: url(../images/bg.jpg);
}
.content_box {
  width: 6.4rem;
  background: #fff;
  padding-bottom: 0.3rem;
}
.clearfixed {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top_logo,
.banner {
  width: 6.4rem;
}
.top_logo a,
.banner a {
  display: block;
}
.top_logo img,
.banner img {
  width: 100%;
}
.title {
  margin: 0.2rem auto;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 900;
  color: #19a8ee;
}
.tips {
  width: 6rem;
  margin: 0.1rem auto;
}
.tips img {
  width: 100%;
}
.wz {
  width: 6.2rem;
  margin: 0 auto;
  text-indent: 2em;
  font-size: 0.26rem;
}
#LRdiv1 {
  display: none!important;
}
.question_box {
  width: 6rem;
  margin: 0.2rem auto;
}
.question_box li {
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ccc;
}
.question_box li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.question_box li .question {
  padding-top: 0.2rem;
  font-size: 0.3rem;
}
.question_box li .question span {
  font-size: 0.26rem;
  color: #19a8ee;
}
.question_box li .answer {
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin: 0.1rem auto;
}
.question_box li .answer label {
  display: inline-block;
  max-width: 5rem;
}
.question_box li .answer .check {
  width: 0.4rem;
  height: 0.4rem;
}
.question_box li .answer .check1 {
  vertical-align: top;
  margin-top: 0.1rem;
}
.question_box li .answer .check2 {
  width: 100%;
  height: 1.5rem;
  font-size: 0.24rem;
  resize: none;
}
.question_box li .answer .check3 {
  width: 4rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 5px;
  font-size: 0.3rem;
  border: 1px solid #ccc;
}
.question_box li .answer2 {
  margin: 0.2rem auto;
}
.question_box li .float_l {
  float: left;
  margin-right: 0.15rem;
}
.anniu {
  width: 60%;
  margin-left: 5%;
  height: 0.9rem;
  font-size: 0.26rem;
  background: #044cae;
  color: #fff;
  margin-top: 0.2rem;
}
.anniu:nth-child(2) {
  width: 20%;
  background: #885f5f;
}
