.yw-detail-info {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  font-weight: 400;
  .yw-col-label {
    line-height: 14px;
    color: #999;
  }
  .yw-col-value {
    color: #333;
    margin-top: 8px;
    font-weight: 400;
    width: 100%;
    word-break: break-all;
    overflow: hidden;
  }
  .row-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .yw-row {
    margin-top: 20px;
  }
  :global {
    .ant-col {
      padding: 0 6px;
    }
  }
}
