.refListVoucher,.refListVoucher-X {
  &:first-child {
    >div {
      padding-bottom: 16px !important;
    }
  }

  >div {
    padding: 16px 16px 8px;
    font-size: 16px;
    color: #333;
    position: relative;
    .title {}

    .refList-content {

      .row-title {
        display: block;
        font-size: 16px;
        color: #333;
        margin-bottom: 16px;
      }

      .row-line {
        font-size: 13px;
        color: #333333;
        margin-bottom: 8px;
      }

      .refList-row {
        font-size: 13px;
        color: #333333;
        margin-bottom: 8px;
        display: inline-block;
        word-break: break-all;
        vertical-align: top;
      }

      .refList-title {
        font-size: 15px;
        color: #000000;
        margin-bottom: 8px;
        word-break: break-all;
      }
    }
  }

  .line-overflow-1 {
    display: inline-block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .gouxuan{
    color: red;
    position: absolute;
    right: 20px;
    top: 40%;
  }
}

.tuominyincang-icon{
  color: #999;
  margin: 0 10px;
  font-size: 14px;
}

.refListVoucher-X{
  > div {
    .refList-content {
      .refList-title{
        font-size: 20px;
      }
    }
  }
 
}