.wb-know {
  .ant-tabs-bar {
    margin: 0;
  }
  .ant-tabs-nav-scroll {
    border-bottom: 1px solid #CCD3D9;
    padding: 0 10px;
    .ant-tabs-ink-bar {
      background-color: #04173F;
    }
    .ant-tabs-tab {
      height: 48px;
      line-height: 48px;
      padding: 0 15px;
      font-size: 18px;
      &:last-child {
        margin-left: 20px;
      }
      margin: 0;
      span {
        font-size: 16px;
        color: #818999;
      }
    }
    .ant-tabs-tab-active {
      span {
        font-size: 16px;
        color: #04173F;
        font-weight: 400;
      }
    }
  }
  .ant-tabs {
    height: 100%;
  }
  .ant-tabs-content {
    height: 80%;
    .ant-tabs-tabpane {
      height: 100%;
      overflow-y: scroll;
    }
  }
  .ant-tabs-tabpane::-webkit-scrollbar {
    width: 6px;
  }
  .ant-tabs-tabpane::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }
  .know-list {
    color: #3C4D73;
    font-size: 12px;
    padding: 0 20px;
    .know-item {
      padding: 14px 0 10px 0;
      border-bottom: 1px solid #DCE1E6;
      .know-title {
        flex: 1;
        font-size: 12px;
        display: inline-block;
        //padding-left: 10px;
      }
      .know-element {
        display: inline-block;
        color: #818999;
        &:first-child {
          margin-right: 10px;
          min-width: 90px;
          @media (min-width: 992px) {
            min-width: 110px;
          }
        }
        i {
          margin-right: 10px;
          font-size: 12px;
          display: none;
          @media (min-width: 768px) {
            display: inline-block;
          }
        }
      }
      .know-category {
        flex: 1;
        display: inline-block;
        font-weight: 400;
        padding-right: 10px;
        font-size: 12px;
        color: #818999;
        text-align: right;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }
  }
}


.wb-know .ant-tabs-content{
  height: calc(100% - 48px);
}