.x-preview {
  margin-top: 30px;
  width: 750rpx;
  align-items: center;

  &-title {
    font-size: 14px;
    color: #202020;
    line-height: 26px;
    margin-top: 12px;
  }

  &-money {
    font-size: 25px;
    color: #202020;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 15px;
  }

  &-wrap {
    width: 750rpx;
    padding: 0 15px;
    flex-direction: row;
    height: 40px;
    justify-content: space-between;
    align-items: center;

    &-name,
    &-type {
      font-size: 14px;
      color: #999999;
      line-height: 20px;
    }

    &-type {
      width: 80px;
      margin-right: 10px;
    }

    &-name {
      flex: 1;
      text-align: right;
      color: #202020;
      overflow: hidden;
      text-overflow: ellipsis;
      /* #ifdef H5 */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      /* #endif */
      lines: 2;
    }
  }
}