.wrap {
  background: var(--color-fill1-1, #fff);
  width: 100%;
  & > :global(.next-loading-wrap) {
    display: flex;
    min-height: 500px;
    height: calc(100vh - 48px);
  }
}

.left {
  height: 100%;
  z-index: 999;
}

.right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.body {
  overflow: auto;
  overflow: overlay;
  max-height: 100%;
  width: 100%;
  // background-image: linear-gradient(to right top, var(--color-brand1-1, #ddf1ff) 50%, #fff 50%);
  // background-repeat: no-repeat;

}

.content {
  margin: 0 auto;
  padding: 40px;
  // background-image: linear-gradient(to right top, var(--color-brand1-1, #ddf1ff) 50%, #fff 50%);
  // background-repeat: no-repeat;
  z-index: 1;
  // &::after {
  //   content: "";
  //   position: fixed;
  //   top: 56px;
  //   left: 220px;
  //   bottom: 0;
  //   right: 0;
  //   background: #fff;
  //   z-index: 1;
  // }
  // z-index: -1;
  // formTitle {
  //   z-index: 2;
  // }
}



.formTitle {
  font-size: 24px;
  color: var(--color-text1-4, #292929);
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 40px;
  z-index: 2;
}

