.c7n-iam-avatar {
  &-dragger {
    display: block;
    width: 600px;
    height: 300px;
    margin: 92px auto;
    text-align: center;
    .c7n-upload-drag {
      padding: 60px 0;
    }
    .icon {
      width: 80px;
      height: 80px;
      font-size: 80px;
      color: #3f51b5;
    }
    &-text {
      font-size: 18px;
      line-height: 25px;
      margin-top: 40px;
      color: var(--text-color2);
    }
    &-hint {
      font-size: 13px;
      color: var(--text-color3);
      line-height: 20px;
      margin-top: 16px;
    }
  }
  &-edit {
    position: relative;
    user-select: none;
    img {
      position: absolute;
    }
    &-wraper {
      display: flex;
      margin-top: 32px;
      margin-bottom: 16px;
      padding: 0 100px;
    }
    &-text {
      font-size: 20px;
      line-height: 28px;
      margin-top: 24px;
      > span {
        vertical-align: middle;
      }
      .icon {
        font-size: 24px;
        margin-left: 8px;
      }
    }
    &-hint {
      font-size: 13px;
      line-height: 20px;
      margin-top: 10px;
    }
    &-mask {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 0 solid rgba(0, 0, 0, 0.36);
      div {
        width: 100%;
        height: 100%;
        position: relative;
        border: 1px dotted rgba(0, 0, 0, 0.12);
        cursor: move;
      }
      i {
        position: absolute;
        display: block;
        width: 25px;
        height: 23px;
        border: 0 solid #000;
        &.lt {
          top: -2px;
          left: -2px;
          border-top-width: 3px;
          border-left-width: 3px;
          cursor: nw-resize;
        }
        &.rt {
          top: -2px;
          right: -2px;
          border-top-width: 3px;
          border-right-width: 3px;
          cursor: ne-resize;
        }
        &.lb {
          bottom: -2px;
          left: -2px;
          border-bottom-width: 3px;
          border-left-width: 3px;
          cursor: sw-resize;
        }
        &.rb {
          right: -2px;
          bottom: -2px;
          border-right-width: 3px;
          border-bottom-width: 3px;
          cursor: se-resize;
        }
      }
    }
    &-toolbar {
      width: 62px;
      padding: 0 16px;
      text-align: center;
      .c7n-btn {
        width: 30px;
        height: 30px;
        margin-bottom: 20px;
      }
      .icon {
        font-size: 30px;
        display: block;
        line-height: 1;
      }
    }
    &-preview {
      margin-left: 16px;
      border-left: 1px solid #979797;
      padding-left: 32px;
      text-align: center;
      &-title {
        font-size: 18px;
        margin-bottom: 24px;
      }
      &-item {
        margin-bottom: 26.5px;
        &:last-child {
          margin-bottom: 0;
        }
      }
      i {
        display: inline-block;
        background-repeat: no-repeat;
        border-radius: 50%;
      }
      p {
        margin: 0;
        color: var(--text-color3);
      }
    }
    &-button {
      width: 640px;
      text-align: right;
    }
  }
}
