|                                  |  | 
  .card {    justify-content: flex-start;    column-gap: 24rpx;    padding: 40rpx 32rpx;    font-family: PingFang SC;    font-weight: 400;    line-height: 1.4;    background: #FFFFFF;    border-radius: 32rpx;  }
  .title {    font-size: 32rpx;    font-weight: 500;    color: #181818;  }
  .row {    margin-top: 16rpx;    display: flex;    align-items: center;    justify-content: flex-start;    column-gap: 4rpx;    font-size: 28rpx;
    &-label {      color: #8B8B8B;    }
    &-content {      color: #393939;    }  }
 |