.container{
  max-width: 457px;
  max-height: calc(100vh - 100px);
  .thead{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 44px;
    background-color: #ffffff;
    width: max-content;
    position: sticky;
    top: 0;
    z-index: 93;
    .theadContent{
      width:85px;
      height: 28px;
      color:#999999;
      line-height: 28px;
      font-size: 12px;
      font-weight: 400;
      text-align: right;
      padding-right:14px;
      Image{
        width: 8px;
        height: 10px;
        margin-left: 3px;
        vertical-align: middle;
        margin-top: -2px;
      }
    }
    .theadContent:first-child{
      left:0;
      position: sticky;
      top: 0;
      background-color: #ffffff;
      width:80px;
      text-align: left;
      padding-left:14px;
      padding-right: 0;
    }
  }
  .tbody{
    .tbodyContent{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: max-content;
      position: relative;
      height: 54px;
      border-bottom: 1px solid #F2F2F2;
      .Stock_value{
        width:85px;
        height: 28px;
        color:#333333;
        line-height: 28px;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        padding-right:14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
      .Stock_last{
        width: 95px;
      }
      .Stock_title{
        position: sticky;
        top: 0;
        z-index: 92;
        left: 0px;
        background:#ffffff;
        width:80px;
        text-align: left;
        padding-left:14px;
      }
      .Stock_name{
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
      .Stock_tips{
        font-size: 10px;
        font-family: PingFangSC, PingFangSC-Regular;
        font-weight: 400;
        text-align: left;
        color: #999999;
        margin-top: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        Text{
          font-size: 10px;
          font-weight: 400;
          text-align: left;
          color: #ffffff;
          line-height: 14px;
          letter-spacing: 0px;
          padding:0 4px;
          border-radius: 2px;
          margin-right: 3px;
        }
      }
    }
    .tbodyContent:last-child{
      border-bottom: none;
    }
  }
  .Stock_time{
    width:95px !important;
  }
  .tableNodata{
    left:0;
      position: sticky;
      top: 0;
      background-color: #ffffff;
      width:100%;
      text-align: center;
      padding-left:14px;
      padding-right: 0;
      height: 35px;
      .tabFixed{
        position:absolute;
        bottom:0;
        text-align: center;
        width:100vw;
        z-index: 999;
        height: 35px;
      }
  }
  .noMoreStyle{
    left: calc((100% - 95px) / 2) !important;
  }
  .hasMoreStyle{
    width:0 !important;
    color:#999999 !important;
  }
}
