.c-product-plan-desc {
  padding: 12px 16px;
  background: #fff;
  .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    .product-plan-title {
      font-size: 15px;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: bold;
      color: #333333;
      line-height: 21px;
    }

    .product-plan-tag {
      background: rgba(0, 188, 112, 0.09);
      border-radius: 4px;
      font-size: 12px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #00BC70;
      line-height: 17px;
      padding: 2px 6px;
      margin-left: 4px;
    }
  }

  .product-plan-desc {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #909090;
    line-height: 17px;
    margin-top: 6px;
  }
}