.sharesItemContainer {
  padding: 12px 0px;
  color: #999;
  font-size: 10px;

  .name {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    color: #333;
    font-weight: bold;
    margin-bottom: 4px;
  }

  .name1 {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    color: #999;
    font-weight: 400;
  }

  .tips {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    Text {
      font-size: 10px;
      font-weight: 400;
      text-align: left;
      color: #999999;
      line-height: 10px;
    }
  }

  .industry {
    border-radius: 2px;
    padding: 0 4px;
    font-size: 10px;
    color: #ffffff;
    line-height: 14px;
  }

  .type1 {
    background-color: #1D8FEB;
  }

  .item1 {
    text-align: left;
  }

  .item2 {
    text-align: center;
  }

  .item3 {
    justify-content: flex-end;
    display: flex;
  }

  .itemContainer {
    padding-top: 12px;
    align-items: center;
    display: flex;
    justify-content: space-between;

    .percentage {
      color: #e73a3a;
    }

    .industry,
    .bijiao {
      margin-right: 2px;
    }
  }

  .recomendBtn {
    width: 64px;
    height: 24px;
    color: #E60012;
    border: 1px solid #e60012;
    background: #fff2f3;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }

  .noAddBtn {
    color: #666666;
    background: #f5f6f8;
    border: none;
  }
}
