.content .tb .tbox .qalist {
  padding-top: 58px;
  margin: 0 auto;
  width: 538px;
}
.content .tb .tbox .qalist li {
  margin-bottom: 20px;
  width: 100%;
  height: 32px;
  text-indent: 20px;
  line-height: 32px;
  background: url(../static/question_tit.png) no-repeat;
}
.content .tb .tbox .qalist li strong {
  color: #0c3e7d;
  font-size: 17.78px;
}
.tanchuan {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.tanchuan .tc_qa {
  padding: 60px 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 550px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 25px;
}
.tanchuan .tc_qa .tc .q {
  width: 100%;
  height: 32px;
  color: #0c3e7d;
  font-size: 17.78px;
  font-weight: bold;
  text-indent: 20px;
  line-height: 32px;
  background: url(../static/question_tit.png) no-repeat;
}
.tanchuan .tc_qa .tc .a {
  margin-top: 20px;
}
.tanchuan .tc_qa .tc .a p {
  color: #0c3e7d;
  font-size: 17.78px;
  line-height: 28px;
}
.tanchuan .tc_qa button {
  display: block;
  width: 160px;
  height: 50px;
  color: #316da7;
  font-size: 18px;
  font-weight: bold;
  margin: 100px auto 0;
  border-radius: 10px;
  border: 2px solid #4683bc;
}
.tanchuan .person {
  position: absolute;
  bottom: 0;
  right: 0;
}
