.m-route-item-icon {
    width: 31px;
    height: 31px;
    margin-bottom: 6px;
  }

  .m-route-item-name {
    color: #333;
    font-size: 14px;
  }

  .m-route-item-community {
    text-align: center;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .m-route-item-community-post {
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 100em;
    color: #fff;
    background: rgba(206, 115, 30, 1);
    cursor: pointer;
  }

  .page-container-fix {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }.m-route-item-icon {
    width: 31px;
    height: 31px;
    margin-bottom: 6px;
  }

  .m-route-item-name {
    color: #333;
    font-size: 14px;
  }

  .m-route-item-community {
    text-align: center;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .m-route-item-community-post {
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 100em;
    color: #fff;
    background: rgba(206, 115, 30, 1);
    cursor: pointer;
  }

  .page-container-fix {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }