.flex[data-v-7f8e13b5] {
  display: flex;
}
.flex-column[data-v-7f8e13b5] {
  display: flex;
  flex-direction: column;
}
*[data-v-7f8e13b5] {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
}
.box[data-v-7f8e13b5] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  text-align: left;
  width: 100%;
  height: 100%;
}
.back-box[data-v-7f8e13b5] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: .58rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: .11rem;
  background: #fff;
}
.back-box img[data-v-7f8e13b5] {
    width: 12px;
    height: 20px;
    margin-left: .16rem;
}
.back-box .title[data-v-7f8e13b5] {
    font-size: .18rem;
    color: #333;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: .25rem;
}
.back-box .icon-box[data-v-7f8e13b5] {
    margin-right: .16rem;
    align-items: flex-end;
}
.back-box .icon-box img[data-v-7f8e13b5] {
      width: .2rem;
      height: .2rem;
}
.tip-box[data-v-7f8e13b5] {
  margin: 0 auto;
  padding: .11rem .16rem;
  width: 3.43rem;
  background: #F5F5F5;
  border-radius: 8px;
  font-size: .12rem;
  color: #999999;
  line-height: .17rem;
  margin-top: .58rem;
}
.right-body[data-v-7f8e13b5]::-webkit-scrollbar {
  display: none;
}
.right-header[data-v-7f8e13b5]::-webkit-scrollbar {
  display: none;
}
.left-body[data-v-7f8e13b5]::-webkit-scrollbar {
  display: none;
}
.row-fixed[data-v-7f8e13b5]::-webkit-scrollbar {
  display: none;
}
.tree_table[data-v-7f8e13b5] {
  width: 100%;
  height: 81vh;
  position: relative;
  background: #fff;
  z-index: 99;
}
.tree_table .table-right[data-v-7f8e13b5] {
    width: calc(100% - 1.56rem);
    height: 100%;
    background: #fff;
    float: left;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.tree_table .table-right .right-header[data-v-7f8e13b5] {
      clear: both;
      color: #666;
      font-size: 15px;
      background: #fff;
      height: 64px;
      align-items: center;
}
.tree_table .table-right .right-header li[data-v-7f8e13b5] {
        text-align: center;
        justify-content: center;
}
.tree_table .table-right .right-body[data-v-7f8e13b5] {
      height: calc(100% - 66px);
      color: #333;
      font-size: 14px;
      border-top: 1px solid #eee;
      clear: both;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
}
.tree_table .table-left[data-v-7f8e13b5] {
    width: 1.56rem;
    height: 100%;
    float: left;
    background-color: #fff;
    z-index: 99;
}
.tree_table .table-left .left-header[data-v-7f8e13b5] {
      overflow: hidden;
      clear: both;
      color: #666;
      font-size: 15px;
      height: 64px;
      align-items: center;
      z-index: 99;
}
.tree_table .table-left .left-header li[data-v-7f8e13b5] {
        padding: 0 16px;
}
.tree_table .table-left .left-body[data-v-7f8e13b5] {
      overflow-y: scroll;
      clear: both;
      color: #333;
      font-size: 14px;
      height: calc(100% - 66px);
      border-top: 1px solid #eee;
      touch-action: pan-y;
      -webkit-overflow-scrolling: touch;
}
.tree_table .table-left .left-body li[data-v-7f8e13b5] {
        padding: 0 16px;
}
.tree_table .table-fixed-left-scroll[data-v-7f8e13b5] {
    box-shadow: 0px 5px 16px 0px #F5F3F3 inset;
}
.tree_table .row[data-v-7f8e13b5] {
    height: 94px;
    overflow: hidden;
    padding-left: 0;
    text-align: center;
}
.tree_table .row li[data-v-7f8e13b5] {
      position: relative;
      list-style: none;
      float: left;
      width: 80px;
      height: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
}
.tree_table .header_row[data-v-7f8e13b5] {
    height: 36px;
    line-height: 36px;
    padding-left: 0;
    background: #fff;
}
.tree_table .thead-left[data-v-7f8e13b5] {
    justify-content: center;
    align-items: center;
}
.tree_table .thead-left > div[data-v-7f8e13b5] {
      font-size: 14px;
      color: #666666;
      line-height: 16px;
      text-align: right;
}
.tree_table .thead-right[data-v-7f8e13b5] {
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.tree_table .thead-right .icon-top[data-v-7f8e13b5] {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #CCCCCC;
      width: 0;
      height: 0;
}
.tree_table .thead-right .icon-btm[data-v-7f8e13b5] {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 7px solid #CCCCCC;
      width: 0;
      height: 0;
      margin-top: 5px;
}
.tree_table .thead-right .icon-top-red[data-v-7f8e13b5] {
      border-bottom: 7px solid #E12817;
}
.tree_table .thead-right .icon-btm-red[data-v-7f8e13b5] {
      border-top: 7px solid #E12817;
}
.tree_table .tbody-item[data-v-7f8e13b5] {
    height: 94px;
    align-items: center;
    justify-content: center;
}
.tree_table .tbody-item .tbody-left[data-v-7f8e13b5] {
      display: flex;
      flex-direction: column;
      align-items: center;
}
.tree_table .tbody-item .tbody-left .rate[data-v-7f8e13b5] {
        font-size: .15rem;
        font-weight: 500;
        color: #333333;
        line-height: 21px;
}
.tree_table .tbody-item .tbody-left .per[data-v-7f8e13b5] {
        font-size: .13rem;
        font-weight: 500;
        color: #666666;
        line-height: 18px;
}
.tree_table .tbody-item .tbody-left .per-green[data-v-7f8e13b5] {
        color: #00B578;
}
.tree_table .tbody-item .tbody-left .per-red[data-v-7f8e13b5] {
        color: #E12817;
}
.tree_table .tbody-item .tbody-left .date[data-v-7f8e13b5] {
        font-size: .13rem;
        font-weight: 500;
        color: #999;
        line-height: 18px;
}
.tree_table .tbody-item .tbody-left .buy[data-v-7f8e13b5] {
        width: 50px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: .11rem;
        color: #FFFFFF;
        background: #E12817;
        border-radius: 10px;
}
.tree_table .all-box[data-v-7f8e13b5] {
    position: relative;
    align-items: center;
    justify-content: center;
}
.tree_table .all-box span[data-v-7f8e13b5] {
      font-size: 14px;
      color: #333333;
      line-height: 20px;
}
.tree_table .all-box img[data-v-7f8e13b5] {
      width: 10px;
      height: 6px;
      margin-left: 5px;
}
.tree_table .name-box[data-v-7f8e13b5] {
    align-items: center;
}
.tree_table .name-box .name-box-left[data-v-7f8e13b5] {
      width: 16px;
      height: 16px;
}
.tree_table .name-box .name-box-right[data-v-7f8e13b5] {
      margin-left: 8px;
}
.tree_table .name-box .name-box-right .name[data-v-7f8e13b5] {
        font-size: 15px;
        font-weight: 600;
        color: #333333;
        line-height: 21px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.tree_table .name-box .name-box-right .code[data-v-7f8e13b5] {
        font-size: 13px;
        color: #999999;
        line-height: 18px;
}
.type-box[data-v-7f8e13b5] {
  width: 3.75rem;
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 1.98rem;
}
.type-box .type-content[data-v-7f8e13b5] {
    position: relative;
    z-index: 99;
    background: #fff;
}
.type-box .type-content .type-item[data-v-7f8e13b5] {
      padding: .1rem;
      justify-content: space-between;
      border-bottom: 1px solid #eee;
}
.type-box .type-content .type-item .label[data-v-7f8e13b5] {
        font-size: .14rem;
        color: #333333;
        line-height: .2rem;
}
.type-box .type-content .type-item .label-active[data-v-7f8e13b5] {
        color: #E12817;
}
.type-box .type-content .type-item img[data-v-7f8e13b5] {
        width: .16rem;
        height: .16rem;
}
.type-box .type-mask[data-v-7f8e13b5] {
    position: fixed;
    top: 1.98rem;
    z-index: 97;
    width: 100%;
    height: calc(100vh - 1.98rem);
    background: rgba(0, 0, 0, 0.55);
}
.no-tips[data-v-7f8e13b5] {
  font-size: .14rem;
  margin-top: .16rem;
  padding-bottom: .16rem;
  color: #999;
  text-align: center;
}


/*# sourceMappingURL=72.1758895010353.css.map*/