/* content */
.content-wrapper {
  overflow-x: hidden;
  min-height: calc(100vh - 104px);
  padding-top: 104px;
}
.faqs-wrapper {
  padding-top: 4px;
}
.category {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 16px;
  display: block;
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.05);
  margin-top: 16px;
}
.category .icon {
  position: absolute;
  top: 16px;
  left: 16px;
}
.category .icon img {  
  width: 48px;
  margin-right: 24px;
}
.category .content {
  display: block;
  padding-left: 72px;
}
.category .name {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category .desc {
  font-size: 12px;
  line-height: 1.33;
  color: #999;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
