@import '../../index.less';
.cardDiv {
  margin: 20 * @hd / 2 24 * @hd / 2 0 24 * @hd / 2 !important;
  padding-bottom: 28 * @hd / 2 !important;
  overflow: hidden;
  border-radius: 12 * @hd / 2;
  .rightView {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 150 * @hd / 2;
    height: 46 * @hd / 2;
    color: #0089ff;
    font-size: 26 * @hd / 2;
    background-color: #dbf0ff;
    border-radius: 28 * @hd / 2;
    .rightInput {
      position: absolute;
      left: 0;
      opacity: 0;
    }
  }
  .rightView :active {
    opacity: 0;
  }
  .prodRowDiv {
    margin-top: 20 * @hd / 2;
    padding: 0 30 * @hd / 2;
    .prodRow {
      padding: 30 * @hd / 2;
      background-color: rgba(237, 240, 245, 0.3);
      border-radius: 12 * @hd / 2;
      .prodRowHeader {
        display: flex;
        flex-direction: row;
        align-items: center;
      }
      .prodRowHeader span {
        flex: 1;
        color: #333;
        font-weight: bold;
        font-size: 28 * @hd / 2;
      }
      .prodRowHeader img {
        width: 36 * @hd / 2;
        height: 36 * @hd / 2;
      }
      .dataContentRow {
        display: flex;
        flex-direction: row;
        padding: 40 * @hd / 2 0;
        .dataContentRowSpanTitle {
          color: #999;
          font-size: 28 * @hd / 2;
        }
        .dataContentRowspan {
          color: #333;
          font-size: 28 * @hd / 2;
        }
      }
      .dataContentRowBorder {
        border-top: 2 * @hd / 2 solid #eee;
      }
    }
  }
  .fileList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140 * @hd / 2;
    margin: 0 32 * @hd / 2;
    border-bottom: 1 * @hd / 2 solid #e5e5e5;
    .flieLeft {
      display: flex;
      flex: 1;
      .Img {
        width: 80 * @hd / 2;
        height: 80 * @hd / 2;
      }
      .fileText {
        margin-left: 32 * @hd / 2;
      }
      .fileName {
        color: rgba(0, 0, 0, 0.8);
        font-weight: 400;
        font-size: 28 * @hd / 2;
        line-height: 40 * @hd / 2;
      }
      .fileTips {
        margin-top: 14 * @hd / 2;
        color: #888;
        font-weight: 400;
        font-size: 20 * @hd / 2;
        line-height: 28 * @hd / 2;
      }
    }

    .deleteIcon {
      flex-shrink: 0;
      width: 32 * @hd / 2;
      height: 32 * @hd / 2;
    }
    .preview {
      width: 96 * @hd / 2;
      height: 48 * @hd / 2;
      color: #1890ff;
      font-weight: 400;
      font-size: 26 * @hd / 2;
      line-height: 48 * @hd / 2;
      text-align: center;
      border: 1 * @hd / 2 solid #1890ff;
      border-radius: 25 * @hd / 2;
    }
  }
}
.arrRight {
  width: 20 * @hd / 2 !important;
  height: 28 * @hd / 2 !important;
}

.modal {
  overflow: hidden;
  :global {
    .am-modal-body {
      padding: 0 !important;
      padding-bottom: 30 * @hd / 2 !important;
    }
    .am-list-body {
      border: 0 !important;
    }
    .am-list-item .am-list-line .am-list-content {
      font-size: 28 * @hd / 2 !important;
    }
    .am-list-item .am-list-line .am-list-extra {
      font-size: 28 * @hd / 2 !important;
    }
    .am-list-item .am-list-line .am-list-arrow {
      width: 24 * @hd / 2;
      height: 24 * @hd / 2;
      margin-left: 10 * @hd / 2;
      background-image: url('./assets/arrowRightIcon.png');
      background-repeat: no-repeat;
      background-position: 100% 100%;
      // background-size: contain;
    }
  }
  .modalView {
    overflow: hidden;
    .title {
      color: #000;
      font-weight: 600;
      font-size: 32 * @hd / 2;
    }
    .prodRow {
      display: flex;
      align-items: center;
      margin-top: 30 * @hd / 2;
      .text {
        font-size: 28 * @hd / 2;
      }
      .left {
        .text();

        flex-shrink: 0;
        color: rgba(0, 0, 0, 0.8);
      }
      .right {
        .text();

        flex: 1;
        color: rgba(0, 0, 0, 0.6);
        text-align: right;
      }
    }
    .prodRowLine {
      width: 100%;
      height: 1 * @hd / 2;
      margin-top: 30 * @hd / 2;
      background-color: #e5e5e5;
    }

    .disableColor {
      color: #666;
    }
  }
}

.footerView {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46 * @hd / 2;
  margin-top: 30 * @hd / 2;
  overflow: hidden;
  color: #1890ff;
  font-size: 32 * @hd / 2;
  // border-top: 1 * @hd / 2 solid #e5e5e5;
}

.footerViewTop {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46 * @hd / 2;
  overflow: hidden;
  color: #1890ff;
  font-size: 32 * @hd / 2;
  // border-top: 1 * @hd / 2 solid #e5e5e5;
}
.footerInput {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
