.footerContainer {
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
    background: #2f3239;
  }
  .footerContent {
    width: 1000px;
    min-height: 152px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footerLeft {
    margin-top: 37px;
    font-size: 9px;
    color: #727b8c;
    overflow: hidden;
  }
  .record {
    margin-top: 15px;
  }
  .footerCenter {
    margin-top: 37px;
    overflow: hidden;
  }
  .footerCenter a {
    color: #fff;
    font-size: 15px;
    margin-right: 17px;
  }
  .footerCenter a:last-child {
    margin-right: 0px;
  }
  .nowVersion {
    font-size: 9px;
    color: #727b8c;
    margin-top: 15px;
  }
  .footerRight {
    margin-top: 37px;
    overflow: hidden;
  }
  .footerRight div {
    font-size: 9px;
    color: #727b8c;
    margin-top: 16px;
  }
  .footerRight div:first-child {
    margin-top: 0px;
  }