.yw-card-list {
  min-height: 100%;
  position: relative;
  padding-bottom: 77px;

  :global {
    .ant-list {
      height: 100%;
    }
    .number {
      font-family: DINAlternate-Bold;
      font-size: 20px;
      font-weight: bold;
      line-height: 20px;
      letter-spacing: 0px;
      color: #333333;
    }
    .ant-list .ant-list-header {
      padding: 6px 12px 0 0;
      border-bottom: none;
    }
    .ant-list-footer {
      padding: 0;
    }
    .ant-list-item {
      padding: 16px;
      border-radius: 8px;
      border: 1px solid #e4e8f0;
      margin-top: 10px;
      align-items: center;
    }
    .ant-row {
      margin-top: 8px;
      color: #666666;
      font-size: 14px;
      line-height: 16px;
    }
    .ant-row:nth-child(1) {
      color: #333;
      margin-top: 0;
      font-size: 14px;
      font-weight: bold;
    }
  }
  &-default-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    overflow-x: hidden;
    padding: 16px;
    background: #fff;
    margin-top: 12px;
    &-main {
      padding: 0 16px;
      flex: 1;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      font-weight: normal;
      line-height: 14px;
      color: #666;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
    }
    &-text {
      padding-left: 16px;
      flex: 1;
    }
    &-footer {
      padding-top: 12px;
      border-top: 1px solid #e4e8f0;
      margin-top: 12px;
      span {
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #d8d8d8;
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        display: inline-block;
      }
      span:last-child {
        border-right: 0;
      }
    }
    &-tags {
      position: absolute;
      top: -3px;
      right: 0;
      :global {
        .ant-tag {
          margin: 0 0 0 6px;
          border-radius: 0 6px 0 6px;
          line-height: 18px;
          border: none;
        }
      }
    }
    &-tags-right {
      position: absolute;
      top: -3px;
      left: 0;
      :global {
        .ant-tag {
          margin: 0 6px 0 0;
          border-radius: 6px 0 6px 0;
          line-height: 18px;
          border: none;
        }
      }
    }

    &-img {
      img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      width: 64px;
      height: 64px;
      position: relative;
      border-radius: 8px;
      border: 1px solid #e4e8f0;
      overflow: hidden;
    }
  }
  &-card-item {
    padding: 25px !important;
    :global {
    }
    &-main {
      flex: 1;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      font-weight: normal;
      line-height: 14px;
      color: #666;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
    }
    &-text {
      padding: 0 16px;
      position: relative;
      flex: 1;
    }
    &-avatar {
      width: 64px;
      height: 100%;
      position: relative;
      :global {
        .yw-avatar-name {
          color: #333;
          font-size: 14px;
          margin-top: 6px;
        }
      }
    }
  }
  &-footer {
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    margin-top: 20px;
    background: transparent;
    z-index: 10;
    border-top: 1px solid #e4e8f0;
    background: #fff;
  }
}
