.orico_Page_fq {
  width: 100%;
  position: relative;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f2f2f2;
  margin-top:3.75rem;
}
.orico_Page_fq .img-responsive img {
  height: auto;
  width: 100%;
}
.orico_Page_fq .fqMain {
  max-width: 101.25rem;
  min-width: 80%;
  padding: 2.3% 0;
  margin: 0 auto;
}
.orico_Page_fq .fqMain .Table-Row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.orico_Page_fq .fqMain .Table-Row .Table-Cell {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.orico_Page_fq .fqMain .Table-Row .Table-Cell .faq-all-text {
  padding: 5% 0;
}
.orico_Page_fq .fqMain .Table-Row .Table-Cell .faq-all-text .faq-title {
  font-size: 1.125em;
  color: #101010;
  margin-bottom: 2%;
  word-break: break-all;
}
.orico_Page_fq .fqMain .Table-Row .Table-Cell .faq-all-text .faq-des {
  font-size: 0.875em;
  color: #737373;
  line-height: 1.875em;
  word-break: break-all;
}
.orico_Page_fq .fqMain .pagination {
  zoom: 1;
  text-align: center;
  color: #555;
  clear: both;
  padding-bottom: 2rem;
}
.orico_Page_fq .fqMain .pagination li {
  display: inline-block;
  width: 34px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}
.orico_Page_fq .fqMain .pagination li.active {
  background-color: #444444;
  color: #ffffff;
}
