
.page {
  width: 100%;
  min-height:400px;
  background: #F2F2F2;
 // margin-bottom: 30px;
}
.page-faq{
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  border: 1px solid #F2F2F2;
}
.page-faq-title{
  width: 100%;
  height: auto;
  background: #FFFFFF;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 600;
  color: #142C3E;
  line-height: 20px;
  padding: 15px 4%;
  overflow: hidden;
  position: relative;
}
.img-faq{
  width: 17px;
  height: 16px;
  position: absolute;
  top: 18px;
}
.hide{
  display: none;
}
.img-zk{
  width: 13px;
  height: 7px;
  float: right;
  margin-top: 7px;
}
.img-sq{
  width: 13px;
  height: 7px;
  float: right;
  margin-top: 7px;
  display: none;
}
.faq-title{
  display: inline-block;
  width: 86%;
  height: auto;
  margin-left: 25px;
}
.page-faq-text{
  display: none;
  width: 100%;
  height: auto;
  padding: 0 4% 20px 4%;
  line-height: 18px;
  background: #FFFFFF;
  font-size: 14px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #787878;
}
.bg{
  width: 90%;
  margin: 10px auto;
}
.img-bg{
  width: 100%;
}
