@media screen and (max-width:48.125rem) {
  .fx-section {
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    position: static;
  }

  .fx-emplay {
    display: none;
  }

  .fx-footer {
    position: static;
    padding-bottom: 2rem;
  }

  .section-tips {
    position: static;
    margin-top: 3rem;
    height: auto;
    width: 100%;
    background: transparent;

  }

  .section-tips .tips-data {
    width: 100%;
    padding: 2rem;
  }

  .system-box {
    right: 0 !important;
    position: static;
    transform: none;
    padding: 2rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }

  .system-item {
    width: auto;
  }

  #fx-link {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    top: auto;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
}