.#{$ns}Process {
  height: 100%;
  background-color: #f7f7f7;

  .contacts-title-input {
    padding: 10px;
    text-align: center;

    input {
      width: 100%;
      background: rgb(255, 255, 255);
    }
  }

  &-tabs {
    height: 100%;

    .ant-tabs-nav {
      margin: 0;
      background-color: #fff;
    }

    .ant-tabs-content-holder {
      flex: 1;
      // overflow: auto;
      background-color: #f7f7f7;

      .ant-tabs-content {
        height: 100%;

        .ant-tabs-tabpane {
          padding: 0;
        }
      }
    }

    &-tabPane {
      padding: 0 10px;
      overflow: auto;
      // amis上显示高度
      // height: 550px;

      &::-webkit-scrollbar {
        width: 0px;
        height: 0px;
      }
    }
  }

  &-tabs-title {
    >.ant-tabs-nav {
      border-top: 1px solid #f7f7f7;

      >.ant-tabs-nav-wrap {
        >.ant-tabs-nav-list {
          flex: 1;
          justify-content: space-evenly;
          height: 46px;

          >.ant-tabs-tab {
            margin: 0;
            padding: 0;

            >.ant-tabs-tab-btn {
              >span {
                display: flex;
                flex-direction: column;
                align-items: center;
                font-size: 12px;

                >span {
                  margin-right: 0;
                  font-size: 20px;
                }
              }
            }
          }

          >.ant-tabs-ink-bar {
            background-color: transparent;
          }
        }
      }
    }
  }
}

.#{$ns}Process_color {
  .ant-tabs-content-holder {
    background-color: #fff;
  }
}

.#{$ns}Process_height {
  height: calc(100% - 50px);
}
