
.page {
  width: 100%;
  min-height:400px;
  background: #F2F2F2;
  margin-bottom: 30px;
}
.page-faq{
  background: white;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.page-faq-title{
  width: 100%;
  height: auto;
  background: #FFFFFF;
  font-size: 16px;
  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;
}
.expand-btn{
  background: url('../img/zk.png') center no-repeat;
  background-size: contain;
  transition: 250ms;
  width: 13px;
  position: absolute;
  height: 13px;
  top: 20px;
  right: 4%;
  display: inline-block;
}
.expanded{
  transform: rotate(180deg);
}
.faq-title{
  display: inline-block;
  width: 86%;
  height: auto;
  margin-left: 25px;
}
.page-faq-text{
  height: 0px;
  overflow: hidden;
  transition: 250ms;
  width: 100%;
  padding: 0 4%;
  background: #FFFFFF;
  font-size: 14px;
  color: #787878;
}
.page-faq-text div{
  padding-bottom: 15px;
}
