#zhihu-container{
    width: 100%; 
    height: 150px;
    font-size: 95%;
  }
  #zhihu-container{
    overflow-y:auto;
    -ms-overflow-style:none;
    scrollbar-width:none
  }
  #zhihu-container::-webkit-scrollbar{
    display:none
  }
  .zhihu-list-item{
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap:nowrap
  }
  .zhihu-title{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-right:auto
  }
  .zhihu-hot{
    flex-shrink: 0;
  }
  .zhihu-hotness{
    display:inline-block;
    padding:0 6px;
    transform:scale(.8) translateX(-3px);
    font-weight: bold;
    color:#fff;
    border-top: rgba(255, 255, 255, 0.87) 1px solid;
    border-left: rgba(255, 255, 255, 0.87) 1px solid;
    background: linear-gradient(to bottom right,#348AC7, #7474BF);
    border-radius:8px
  }