@import '../../index.less';
.container {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  .main {
    flex: 1;
    overflow-y: scroll;
    .rightView {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 180 * @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;
      }
    }

    .footerInput {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
    }
    .arrRight {
      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%;
    }
    .cardDiv {
      margin: 20 * @hd / 2 24 * @hd / 2 0 24 * @hd / 2;
      overflow: hidden;
      border-radius: 12 * @hd / 2;
    }

    :global {
      // piker自带图片修改
      .alitajs-dform-arrow-horizontal {
        // 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%;
      }
      .am-list-item .am-input-label.am-input-label-5 {
        width: 200 * @hd / 2;
      }
      .alitajs-dform-box-label {
        font-size: 28 * @hd / 2 !important;
      }
      .alitajs-dform-box-botton {
        width: 36 * @hd / 2 !important;
        height: 36 * @hd / 2 !important;
        border-radius: 20 * @hd / 2 !important;
      }
      .am-wingblank {
        display: none;
      }
      .am-list-body {
        border: 0;
      }
      .am-input-extra {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
      }
      .am-input-control input {
        color: #333;
        font-size: 28 * @hd / 2;
      }
    }
  }
}
