.newDateChoose {
  display: flex;
  align-items: center;

  .title {
    width: 90px;
  }

  .pickerWrap {
    margin-left: 8px;

    .picker {
      display: flex;
      align-items: center;
      position: relative;
      padding: 2px 8px;
      height: 32px;
      text-align: center;
      border: 1px solid #e2e4eb;
      border-radius: 4px;
      cursor: pointer;

      .separator {
        margin: 0 3px;
      }

      .i-rili {
        margin-left: 8px;
        color: #858b9c;
      }

      i.f-efonts {
        margin: 0 6px 0 2px;
        color: #ccc;
      }

      .rangePreview {
        display: inline-block;
        width: 67px;
      }

      .down {
        position: absolute;
        margin: 0 !important;
        right: 0;
        top: 0;
        width: 30px;
        height: 28px;
        line-height: 32px;
        background: #f5f5f5;
        display: inline-block;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
      }
    }
  }

  .showRight {
    .newDatePicker {
      left: auto;
      right: -1px !important;
    }
  }
}