.fxm-no-result {
    width: 100%;
    text-align: center;
    color: #858585;
    display: flex;
    align-items: center;
    .fxm-no-result-con {
      width: 100%;
      padding-bottom: 50px;
      > span {
          display: block;
          margin: 0 auto;
          line-height: 1;
          svg {
              fill: #a6a6a6;
              width: 60px;
              height: 60px;
          }
      }
      h1,
      h2,
      h3,
      h4 {
        font-weight: normal;
        color: #333;
      }
      p {
        color: #888;
      }
    }
    .fxm-no-result-text {
      font-size: 15px;
      line-height: 1;
      margin-top: 10px;
    }
  }
  