#Easy3wMUserLayout {
  display: flex;
  flex-direction: column;
  height: 100%;
  .Easy3wMUserLayoutContent { // 内容
    background-color: #f0f2f5;
    width: 100%;
    // min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 40px 0 0 0;
    flex-grow: 1;
  }
}