@charset "UTF-8";
.faq_content {
  padding: 100px 0 70px; }
  .faq_content .faq_box .faq_box_top {
    text-align: center;
    border-bottom: 2px solid #eee;
    display: flex;
    padding: 0 25px;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column; }
    .faq_content .faq_box .faq_box_top h3 {
      font-size: 42px;
      padding-bottom: 20px; }
    .faq_content .faq_box .faq_box_top .faq_search {
      position: relative;
      margin: 20px 0; }
      .faq_content .faq_box .faq_box_top .faq_search input[type=text] {
        border: 2px solid #ddd;
        border-radius: 25px;
        box-sizing: border-box;
        padding-left: 50px;
        padding-right: 10px;
        width: 300px;
        height: 45px;
        font-size: 16px; }
      .faq_content .faq_box .faq_box_top .faq_search .fa-search {
        font-size: 16px;
        position: absolute;
        border: 5px solid #cccccc;
        border-radius: 18px;
        color: #CCC;
        left: 5px;
        top: 4px;
        padding: 5px; }
  .faq_content .faq_box .faq_box_center {
    padding: 20px 40px;
    text-align: right;
    font-size: 24px; }
    .faq_content .faq_box .faq_box_center a {
      background: url(../img/userIcon-29.png) no-repeat left center;
      background-size: 20px;
      padding-left: 30px;
      color: red;
      text-decoration: underline; }
  .faq_content .faq_box .faq_box_bot {
    padding: 0 10px; }
    .faq_content .faq_box .faq_box_bot dt {
      font-size: 24px;
      padding: 120px 0 20px;
      text-align: center; }
    .faq_content .faq_box .faq_box_bot dd {
      border-bottom: 2px solid #eee; }
      .faq_content .faq_box .faq_box_bot dd .faq_box_bot_title {
        align-items: center;
        display: flex;
        height: 75px;
        padding: 0 5px;
        cursor: pointer; }
        .faq_content .faq_box .faq_box_bot dd .faq_box_bot_title .faq_icon {
          color: #ccc;
          font-size: 24px; }
        .faq_content .faq_box .faq_box_bot dd .faq_box_bot_title .fa-angle-down {
          margin-left: auto; }
        .faq_content .faq_box .faq_box_bot dd .faq_box_bot_title p {
          font-size: 20px;
          padding-left: 25px;
          color: rgba(0, 0, 0, 0.5); }
      .faq_content .faq_box .faq_box_bot dd .faq_box_bot_cont {
        background: #eee;
        display: flex;
        border-radius: 15px;
        height: 0;
        overflow: hidden;
        line-height: 30px;
        flex-direction: column; }
        .faq_content .faq_box .faq_box_bot dd .faq_box_bot_cont p {
          padding: 5px 20px;
          color: #656565;
          line-height: 30px;
          font-size: 20px; }
          .faq_content .faq_box .faq_box_bot dd .faq_box_bot_cont p::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background-color: #656565;
            display: inline-block;
            margin-right: 10px; }
        .faq_content .faq_box .faq_box_bot dd .faq_box_bot_cont img {
          margin: 10px 20px; }
          .faq_content .faq_box .faq_box_bot dd .faq_box_bot_cont img:hover {
            cursor: pointer; }
        .faq_content .faq_box .faq_box_bot dd .faq_box_bot_cont .thumbsUp {
          background: #55acee;
          color: #FFF;
          border: none;
          border-radius: 19px;
          padding: 10px 15px;
          font-size: 1.1rem;
          margin-left: auto;
          margin-bottom: 10px;
          margin-right: 10px;
          cursor: pointer; }
  .faq_content .faq_box .nullData {
    text-align: center;
    display: none; }
  .faq_content .faq_box .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 100px; }
    .faq_content .faq_box .pagination li {
      font-size: 18px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-family: 'PoppinsMedium';
      text-align: center;
      margin: 0 5px;
      box-sizing: border-box;
      cursor: pointer; }
      .faq_content .faq_box .pagination li.active {
        color: #000;
        border-bottom: 5px solid #000; }
      .faq_content .faq_box .pagination li:hover {
        color: #000;
        border-bottom: 5px solid #000; }
    .faq_content .faq_box .pagination .btn-next, .faq_content .faq_box .pagination .btn-prev {
      background: #000;
      padding: 0;
      width: 30px;
      height: 30px;
      color: #FFF;
      margin: 0 5px; }
      .faq_content .faq_box .pagination .btn-next .el-icon, .faq_content .faq_box .pagination .btn-prev .el-icon {
        font-size: 18px; }
      .faq_content .faq_box .pagination .btn-next:hover, .faq_content .faq_box .pagination .btn-prev:hover {
        color: #FFF;
        border-bottom: 5px solid #000; }

.faqPop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .faqPop .faqClose {
    background: url(../img/close2.png);
    background-size: 50px;
    position: absolute;
    right: 20px;
    top: 40px;
    width: 50px;
    height: 50px;
    text-indent: -9999px; }
  .faqPop .faqLeft, .faqPop .faqRight {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 60px;
    height: 100px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px; }
    .faqPop .faqLeft:hover, .faqPop .faqRight:hover {
      background-color: black; }
  .faqPop .faqLeft {
    left: 50px; }
    .faqPop .faqLeft::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      /* 上边框透明 */
      border-bottom: 15px solid transparent;
      /* 下边框透明 */
      border-right: 15px solid #FFF;
      /* 右边框设置为箭头颜色 */ }
  .faqPop .faqRight {
    right: 50px; }
    .faqPop .faqRight::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      /* 上边框透明 */
      border-bottom: 15px solid transparent;
      /* 下边框透明 */
      border-left: 15px solid #FFF;
      /* 左边框设置为箭头颜色 */ }
  .faqPop img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%; }

/*# sourceMappingURL=faq.css.map */
