.aos-flow-history {
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  .radio {
    width: 100%;
    // height: 100%;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
  }
  &__comment{
    margin: 0 0 0 10px;
  }
  &__showClaim{
    margin-left:10px;
  }
  .appro {
    width: 100%;
    min-height: 100px;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    .title {
      width: 68px;
      span {
        display: block;
        text-align: right;
        color: #8a878a;
      }
    }
    .icon {
      width: 20px;
      position: absolute;
      height: 100%;
      top: 3px;
      left: 80px;
      display: flex;
      flex-direction: column;
      justify-items: flex-start;
      align-items: flex-start;
      .icon-round {
        width: 16px;
        height: 16px;
        background: #dee1e7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        i {
            color: #409eff;
          }
      }
      .icon-line{
          position: absolute;
          width: 1px;
          height: 100%;
          top: 16px;
          left: 6px;
          background-color: #F2F2F2;
      }
    }
    .result {
      box-sizing: border-box;
      padding-left: 46px;
      flex-grow: 1;
      .result-title{
        .title{
          font-size:16px;
          font-weight: 600;
          margin-right:10px;
        }
      }
      .result-text{
        margin-top: 14px;
        .name{
           font-size:14px;
        }
        .branch{
          margin-left:8px;
          color: #909399;
        }
        .time{
          margin-left: 8%;
           color: #909399;
        }
      }
      .result-message{
        box-sizing: border-box;
        margin-top: 10px;
        width: 100%;
        background: #ffffff;
        margin-bottom: 10px;
        &__container{
          box-sizing: border-box;
          display: block;
          padding: 12px 9px 10px 16px;
          font-size: 13px;
          background: #F8F9FB;
          border-radius: 0px 8px 8px 8px;
          margin-bottom: 8px;
        }
      }
    }
  }
  &__file {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    &-item{
      display: flex;
      flex-direction: column;
      margin-right: 20px;
      position: relative;
      &-container{
        margin-right: 28px;
        margin-bottom: 20px;
      }
      &-button {
        color: #409EFF;
      }
      &-body {
        position: relative;
        width: 140px;
        height: 104px;
        .el-upload {
          width: 100%;
          height: 100%;
          .el-upload-dragger {
            width: 100%;
            height: 100%;
            .el-icon-upload{
              font-size: 40px;
              line-height: 1.5;
              margin: 0;
            }
            .el-upload__text {
              font-size: 12px;
            }
          }
        }
      }
      
      &-detail {
        width: 140px;
        height: 104px;
        border: 1px solid #ECECEC;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        >img {
          width: 100%;
        }
      }
      &-detail--checked {
        border: 1px solid #FF3B30;
      }
      &-name {
        width: 140px;
        margin-top: 10px;
        font-size: 12px;
        color: #666666;
        word-break: break-all;
        height: 64px;
      }
      &-check {
        position: absolute;
        top: -1px;
        left: 0;
      }
      &-operation {
        display: none;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        height: 26px;
        bottom: 0px;
        background-color: #020202;
        opacity: 0.38;
        padding: 0 26px;
        color: #ffffff;
        &-delete {
          color: #ffffff;
          cursor: pointer;
        }
        &-download {
          color: #ffffff;
          cursor: pointer;
        }
      }
      &-body:hover {
        .aos-flow-history__file-item-operation {
          display: flex;
        }
      }
    }
  }
  &__message {
    color: #227FB3;
    line-height: 21px;
    font-size: 500;
  }
  &__drawer-add{
    display: flex;
    margin-bottom: 10px;
  }
}
.aos-img-viewer-container{
  width: 800px;
  height: 800px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 400px;
  right: 0px;
}