@charset "UTF-8";
.tableCell[data-v-55285e5a] {
  display: table-cell;
  overflow: auto;
}
.flexCenter[data-v-55285e5a], .table2 .fund-thead .table-grid-item-icon[data-v-55285e5a], .table2 .show-more[data-v-55285e5a], .table2 .fund-owner[data-v-55285e5a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexColumn[data-v-55285e5a], .table2 .fund-owner[data-v-55285e5a] {
  flex-direction: column;
}
.flexSpaceAround[data-v-55285e5a] {
  justify-content: space-around;
}
.flex[data-v-55285e5a], .flexspace[data-v-55285e5a] {
  display: flex;
}
.flexspace[data-v-55285e5a] {
  justify-content: space-evenly;
  width: calc(100vw - 1.03rem);
}
.mt84[data-v-55285e5a] {
  margin-top: .84rem;
}
.fr[data-v-55285e5a] {
  float: right;
}
.w65[data-v-55285e5a], .table2 .fund-thead[data-v-55285e5a] {
  width: .65rem;
}
.ml8[data-v-55285e5a] {
  margin-left: 0.08rem;
}
.ml2[data-v-55285e5a] {
  margin-left: 0.02rem;
}
.ml16[data-v-55285e5a] {
  margin-left: 0.16rem;
}
.mt2[data-v-55285e5a] {
  margin-top: 0.02rem;
}
.mt3[data-v-55285e5a] {
  margin-top: 0.03rem;
}
.w100vw[data-v-55285e5a], .fixL-table[data-v-55285e5a], .table2 .table-title[data-v-55285e5a], .table2 .special-desc[data-v-55285e5a], .table2 .show-more[data-v-55285e5a], .table2 .fund-owner[data-v-55285e5a] {
  width: calc(100vw - .02rem);
}
._h36[data-v-55285e5a] {
  height: 0.36rem;
}
._h52[data-v-55285e5a] {
  height: 0.52rem;
}
._h107[data-v-55285e5a] {
  height: 1.07rem !important;
}
.w102[data-v-55285e5a] {
  width: 1.02rem !important;
}
.border-b[data-v-55285e5a] {
  border-bottom: 1px solid #ccc;
}
.border-r[data-v-55285e5a] {
  border-right: 1px solid #ccc;
}
.border-l[data-v-55285e5a] {
  border-left: 1px solid #ccc;
}
.fixed[data-v-55285e5a], .fixL-table[data-v-55285e5a], .table2 .table-title[data-v-55285e5a], .table2 .special-desc[data-v-55285e5a], .table2 .show-more[data-v-55285e5a], .table2 .fund-owner[data-v-55285e5a], .table2 .fund-thead[data-v-55285e5a] {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 2;
}
.fixedTop[data-v-55285e5a] {
  top: 0;
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
}
.left[data-v-55285e5a] {
  left: 1.02rem;
}
.cursor[data-v-55285e5a] {
  cursor: pointer;
  pointer-events: all;
}
.icon-ques[data-v-55285e5a] {
  font-size: .16rem;
  color: #999999;
}
.container[data-v-55285e5a] {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  position: -webkit-sticky;
  position: sticky;
  top: .86rem;
  z-index: 5;
}
.container .fund-box[data-v-55285e5a] {
    padding: .16rem 0;
    height: 1.27rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0rem 0.02rem 0.06rem 0.01rem #CCCCCC;
    display: flex;
}
.container .fund-box .fund-tit[data-v-55285e5a] {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
}
.container .fund-box .fund-tit .fund-tit-name[data-v-55285e5a] {
        width: .30rem;
        font-size: .12rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: .14rem;
}
.container .fund-box .fund-list[data-v-55285e5a] {
      flex: 1;
      display: flex;
      flex-wrap: nowrap;
}
.container .fund-box .fund-list .fund-item[data-v-55285e5a] {
        width: 1.14rem;
        height: .95rem;
        background: #F5F5F5;
        border-radius: 4px;
        margin-right: .08rem;
        padding: 0.08rem;
        box-sizing: border-box;
        position: relative;
}
.container .fund-box .fund-list .fund-item .fund-item-title[data-v-55285e5a] {
          width: .60rem;
          height: .34rem;
          font-size: .12rem;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500;
          color: #333333;
          line-height: .17rem;
          text-align: left;
          /* 显示两行，省略号 */
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
}
.container .fund-box .fund-list .fund-item .fund-btn[data-v-55285e5a] {
          margin-top: .17rem;
          width: .76rem;
          height: .28rem;
          border-radius: 20px;
          border: 1px solid #FF594A;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: .14rem;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500;
          color: #E12817;
}
.container .fund-box .fund-list .fund-item .icon-close[data-v-55285e5a] {
          position: absolute;
          font-size: .12rem;
          color: #CCCCCC;
          right: .08rem;
          top: .08rem;
          cursor: pointer;
}
.rotate[data-v-55285e5a] {
  transform: rotate(90deg);
}
.table2[data-v-55285e5a] {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0.16rem;
}
.table2[data-v-55285e5a]:last-child {
    margin-bottom: 0;
}
.table2 td[data-v-55285e5a] {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
}
.table2 .table-title[data-v-55285e5a] {
    padding: 0 .16rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.52rem;
}
.table2 .table-title .table-tit-l[data-v-55285e5a] {
      font-size: 0.14rem;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #333333;
      line-height: 0.2rem;
}
.table2 .table-title .table-tit-l span[data-v-55285e5a] {
        cursor: pointer;
        color: #1677FF;
        margin-left: 0.08rem;
}
.table2 .table-title .table-tit-l .tips[data-v-55285e5a] {
        color: #999999;
}
.table2 .table-title .table-tit-r[data-v-55285e5a] {
      font-size: 0.14rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      line-height: 0.2rem;
      vertical-align: middle;
}
.table2 .table-title .table-tit-r .arraw-icon[data-v-55285e5a] {
        float: right;
        margin-top: 0.02rem;
        margin-left: 0.05rem;
}
.table2 .fund-thead[data-v-55285e5a] {
    height: 0.36rem;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.17rem;
}
.table2 .fund-thead .table-grid-item-title[data-v-55285e5a] {
      width: 0.7rem;
      font-size: 0.14rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      line-height: 0.2rem;
}
.table2 .fund-thead .table-grid-item-icon[data-v-55285e5a] {
      width: 0.55rem;
      height: 0.16rem;
      background: #EBF3FF;
      border-radius: 0.02rem;
}
.table2 .fund-thead .table-grid-item-icon .grid-item-icon[data-v-55285e5a] {
        width: 0.1rem;
}
.table2 .fund-thead .table-grid-item-icon span[data-v-55285e5a] {
        font-size: 0.1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1677FF;
        line-height: 0.14rem;
}
.table2 .fund-table-thead[data-v-55285e5a] {
    width: .66rem;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.17rem;
}
.table2 .fund-table-thead[data-v-55285e5a]:last-child {
      border-right: 0;
}
.table2 .fund-table-thead .table-grid-item-top[data-v-55285e5a] {
      height: 0.2rem;
      font-size: 0.14rem;
      font-family: AlibabaPuHuiTiB;
      color: #CCCCCC;
      line-height: 0.2rem;
}
.table2 .fund-table-thead .table-grid-item-data[data-v-55285e5a] {
      font-size: 0.14rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #666666;
      line-height: 0.2rem;
}
.table2 .fund-table-thead .annual-data[data-v-55285e5a] {
      font-size: 0.16rem;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #E12817;
      line-height: 0.22rem;
}
.table2 .fund-table-thead .invest-pro-url[data-v-55285e5a] {
      margin-top: 0.16rem;
      width: 0.9rem;
}
.table2 .fund-table-thead .invest-pro-list[data-v-55285e5a] {
      margin-top: 0.2rem;
}
.table2 .fund-table-thead .invest-pro-list .invest-pro-list-item[data-v-55285e5a] {
        display: flex;
        justify-content: space-between;
        font-size: 0.12rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 0.17rem;
        margin-bottom: 0.08rem;
}
.table2 .fund-table-thead .top1[data-v-55285e5a] {
      color: #FF594A;
}
.table2 .fund-table-thead .special[data-v-55285e5a] {
      color: #333333;
}
.table2 .fund-table-thead .top2[data-v-55285e5a] {
      color: #D7AE74;
}
.table2 .fund-table-thead .top3[data-v-55285e5a] {
      color: #FBBB6F;
}
.table2 .fund-table-thead .down[data-v-55285e5a] {
      color: #00B578;
}
.table2 .top1_bg[data-v-55285e5a] {
    background: #FFF7F6 !important;
}
.table2 .special-desc[data-v-55285e5a] {
    padding: 0 .16rem;
    box-sizing: border-box;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.17rem;
    height: .67rem;
    text-align: left;
}
.table2 .invest-desc[data-v-55285e5a] {
    width: 0.48rem;
    height: 0.17rem;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.17rem;
}
.table2 .show-more[data-v-55285e5a] {
    padding: 0 .16rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1677FF;
    line-height: 0.2rem;
    height: 0.52rem;
}
.table2 .fund-owner[data-v-55285e5a] {
    height: 0.6rem;
    background-color: #F5F5F5;
    font-size: 0.1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 0.14rem;
}
.active-fund-name .van-popover__action-text[data-v-55285e5a] {
  color: #E12817;
}
[data-v-55285e5a] .dialog-tips {
  padding: .24rem .18rem;
  border-radius: .08rem;
}
[data-v-55285e5a] .dialog-tips .dialog-title {
    position: relative;
    font-size: 0.18rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 0.25rem;
}
[data-v-55285e5a] .dialog-tips .dialog-title .icon-close {
      position: absolute;
      top: -.1rem;
      right: -.06rem;
      font-size: 0.14rem;
      cursor: pointer;
}
[data-v-55285e5a] .dialog-tips .dialog-content {
    margin-top: .09rem;
}
[data-v-55285e5a] .dialog-tips .dialog-content .con-item {
      font-size: 0.15rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      line-height: 0.24rem;
      text-align: left;
      margin-bottom: 0.04rem;
}
[data-v-55285e5a] .dialog-tips .dialog-content .con-item span {
        color: #E12817;
}
[data-v-55285e5a] .dialog-tips .dialog-content .base-title {
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      line-height: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
[data-v-55285e5a] .dialog-tips .dialog-content .base-title .redColor {
        color: #E12817;
}
[data-v-55285e5a] .dialog-tips .dialog-content .base_btn {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      width: 100%;
      border-top: 1px solid #E5E5E5;
      display: flex;
      justify-content: center;
      align-items: center;
      height: .49rem;
      font-size: 18px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #E12817;
      line-height: 25px;
}

.pie-chart[data-v-88cb0b28] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pie-chart .pie-chart-canvas[data-v-88cb0b28] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pie-chart .legend[data-v-88cb0b28] {
    box-sizing: border-box;
    padding: 0.08rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: column;
    background-color: #ffffff;
}
.pie-chart .legend .legend-item[data-v-88cb0b28] {
      width: 100%;
      height: 0.17rem;
      display: flex;
      align-items: center;
      justify-content: center;
}
.pie-chart .legend .legend-item .legend-item-icon[data-v-88cb0b28] {
        width: 0.08rem;
        height: 0.08rem;
        border-radius: 50%;
}
.pie-chart .legend .legend-item .legend-item-text[data-v-88cb0b28] {
        margin-left: 0.04rem;
        width: calc(100% - 0.08rem);
        height: 100%;
        font-size: 0.12rem;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.pie-chart .legend .legend-item .legend-item-text .legend-item-text-value[data-v-88cb0b28] {
          font-weight: 500;
}
.fund-container-landscape .pie-chart .legend[data-v-88cb0b28] {
  padding: 8px;
}
.fund-container-landscape .pie-chart .legend .legend-item[data-v-88cb0b28] {
    height: 17px;
}
.fund-container-landscape .pie-chart .legend .legend-item .legend-item-icon[data-v-88cb0b28] {
      width: 8px;
      height: 8px;
}
.fund-container-landscape .pie-chart .legend .legend-item .legend-item-text[data-v-88cb0b28] {
      margin-left: 4px;
      width: calc(100% - 8px);
      height: 100%;
      font-size: 12px;
      font-weight: 400;
}

.uniline[data-v-47599e33] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flexCenter[data-v-47599e33], .fund-data .left-item .left-item-name[data-v-47599e33], .fund-data .last-bottom[data-v-47599e33], .fund-data .special-desc[data-v-47599e33], .fund-data .fund-owner[data-v-47599e33], .fund-data .invest-desc[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-title .fund-filter-title-item[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-icon[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data[data-v-47599e33] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexColumn[data-v-47599e33], .fund-data .left-item .left-item-name[data-v-47599e33], .fund-data .special-desc[data-v-47599e33], .fund-data .fund-owner[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data[data-v-47599e33] {
  flex-direction: column;
}
.flexSpaceAround[data-v-47599e33] {
  justify-content: space-around;
}
.flex[data-v-47599e33], .flexspace[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-title[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main[data-v-47599e33], .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data[data-v-47599e33] {
  display: flex;
}
.cursor[data-v-47599e33] {
  cursor: pointer;
  pointer-events: all;
}
.flexspace[data-v-47599e33] {
  justify-content: space-evenly;
  width: calc($width - 1.03rem);
}
.fixedTop[data-v-47599e33], .fund-list[data-v-47599e33] {
  top: 1.3rem;
  position: fixed;
}
.flexPad[data-v-47599e33] {
  padding: 0 .16rem;
  box-sizing: border-box;
}
.overflowX[data-v-47599e33], .fund-data .right-item-box[data-v-47599e33], .fund-data .right-item[data-v-47599e33], .fund-list .right-item-box[data-v-47599e33], .fund-list .right-item[data-v-47599e33] {
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.border-b[data-v-47599e33], .fund-data .left-item .left-item-name[data-v-47599e33], .fund-data .right-item .right-item-data[data-v-47599e33] {
  border-bottom: 1px solid #eee;
}
.border-r[data-v-47599e33], .fund-data .left-item[data-v-47599e33], .fund-data .right-item .right-item-data[data-v-47599e33] {
  border-right: 1px solid #eee;
}
.border-l[data-v-47599e33] {
  border-left: 1px solid #eee;
}
.borderB0[data-v-47599e33] {
  border-bottom: 0;
}
.borderR0[data-v-47599e33] {
  border-right: 0;
}
.mb16[data-v-47599e33] {
  margin-bottom: .16rem;
}
.w65[data-v-47599e33] {
  width: .65rem;
}
.ml4[data-v-47599e33] {
  margin-left: 0.04rem;
}
.ml8[data-v-47599e33] {
  margin-left: 0.08rem;
}
.ml2[data-v-47599e33] {
  margin-left: 0.02rem;
}
.ml16[data-v-47599e33] {
  margin-left: 0.16rem;
}
.mt2[data-v-47599e33] {
  margin-top: 0.02rem;
}
.mt3[data-v-47599e33] {
  margin-top: 0.03rem;
}
._h36[data-v-47599e33] {
  height: 0.36rem;
}
._h57[data-v-47599e33] {
  height: 0.57rem;
}
._h52[data-v-47599e33] {
  height: 0.52rem;
}
._h107[data-v-47599e33] {
  height: 1.07rem !important;
}
.w102[data-v-47599e33] {
  width: 1.02rem !important;
}
.w100vw[data-v-47599e33] {
  width: calc($width - 0.02rem);
}
.icon-ques[data-v-47599e33] {
  font-size: .16rem;
  color: #999999;
}
.rotate[data-v-47599e33] {
  transform: rotate(90deg);
  font-size: 12px;
}
.fr[data-v-47599e33] {
  float: right;
}
.img-icon[data-v-47599e33] {
  width: .16rem;
  height: .16rem;
}
.font-color-blue[data-v-47599e33] {
  color: #1677FF !important;
}
.fund-container[data-v-47599e33] {
  margin-top: 1.3rem;
}
.fund-container[data-v-47599e33] .van-overlay {
    background-color: rgba(0, 0, 0, 0.55);
}
.fund-data .fund-title[data-v-47599e33] {
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.fund-data .fund-title .fund-sub-tit[data-v-47599e33] {
    font-size: 0.14rem;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #333333;
    line-height: 0.2rem;
}
.fund-data .fund-title .fund-sub-tit .fund-sub-tit-main[data-v-47599e33] {
      font-weight: bold;
}
.fund-data .fund-title .fund-sub-tit .fund-sub-tit-sub[data-v-47599e33] {
      cursor: pointer;
      color: #1677FF;
      font-size: .12rem;
      margin-left: 0.08rem;
}
.fund-data .fund-title .fund-sub-tit .tips[data-v-47599e33] {
      margin-left: 0.08rem;
      font-size: .12rem;
      color: #999999;
}
.fund-data .fund-title .fund-tit-day[data-v-47599e33] {
    font-size: 0.14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.2rem;
    vertical-align: middle;
}
.fund-data .fund-title .fund-tit-day .arraw-icon[data-v-47599e33] {
      float: right;
      margin-top: 0.03rem;
      margin-left: 0.05rem;
}
.fund-data .table-grid-item-top[data-v-47599e33], .fund-data .right-item .right-item-data .table-grid-item-top[data-v-47599e33] {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.22rem;
}
.fund-data .table-grid-item-data[data-v-47599e33], .fund-data .right-item .right-item-data .table-grid-item-data[data-v-47599e33] {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.17rem;
}
.fund-data .left-item[data-v-47599e33] {
  display: flex;
  flex-direction: column;
  min-width: .65rem;
  max-width: .65rem;
  background-color: #fff;
}
.fund-data .left-item .left-item-name[data-v-47599e33] {
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.17rem;
}
.fund-data .left-item .invest-item-name[data-v-47599e33] {
    box-sizing: border-box;
    height: 100%;
}
.fund-data .left-item .invest-item-name[data-v-47599e33]:first-child {
      height: 2.4rem;
}
.fund-data .right-item-box[data-v-47599e33]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.fund-data .right-item[data-v-47599e33] {
  display: flex;
  flex-flow: row nowrap;
  flex: 1;
}
.fund-data .right-item[data-v-47599e33]::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.fund-data .right-item .right-item-data[data-v-47599e33] {
    min-width: 1.21rem;
    max-width: 1.21rem;
    background-color: #fff;
}
.fund-data .right-item .annual-data[data-v-47599e33] {
    font-size: 0.16rem !important;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E12817;
    line-height: 0.22rem;
}
.fund-data .right-item .invest-pro-url[data-v-47599e33] {
    margin-top: 0.16rem;
    width: 0.9rem;
}
.fund-data .right-item .invest-pro-list[data-v-47599e33] {
    margin-top: 0.2rem;
}
.fund-data .right-item .invest-pro-list .invest-pro-list-item[data-v-47599e33] {
      display: flex;
      justify-content: space-between;
      font-size: 0.12rem;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #333333;
      line-height: 0.17rem;
      margin-bottom: 0.08rem;
}
.fund-data .right-item .special[data-v-47599e33] {
    color: #333333 !important;
}
.fund-data .right-item .top1[data-v-47599e33] {
    font-weight: bolder;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #FF594A !important;
}
.fund-data .right-item .top2[data-v-47599e33] {
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #D7AE74 !important;
}
.fund-data .right-item .top3[data-v-47599e33] {
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #FBBB6F !important;
}
.fund-data .right-item .down[data-v-47599e33] {
    color: #00B578 !important;
}
.fund-data .top1_bg[data-v-47599e33] {
  background: #FFF7F6 !important;
}
.fund-data .last-bottom[data-v-47599e33] {
  height: 0.52rem;
  background-color: #fff;
}
.fund-data .last-bottom .show-more[data-v-47599e33] {
    font-size: 0.14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1677FF;
    line-height: 0.2rem;
}
.fund-data .special-desc[data-v-47599e33] {
  padding: 0 .15rem;
  box-sizing: border-box;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.17rem;
  height: .67rem;
  align-items: flex-start;
  background-color: #fff;
  padding: 0 .1rem;
}
.fund-data .fund-owner[data-v-47599e33] {
  height: 0.6rem;
  background-color: #F5F5F5;
  font-size: 0.1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 0.14rem;
}
.fund-data .invest-desc[data-v-47599e33] {
  margin-bottom: 0.08rem;
  height: 0.17rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.17rem;
}
.fund-data .fund-sort[data-v-47599e33] {
  background-color: #fff;
}
.fund-data .fund-sort .fund-con .fund-filter-title[data-v-47599e33] {
    height: .36rem;
}
.fund-data .fund-sort .fund-con .fund-filter-title .fund-filter-title-item[data-v-47599e33] {
      font-size: 0.14rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      line-height: 0.2rem;
      border-bottom: 1px solid #eee;
      border-left: 1px solid #eee;
      box-sizing: border-box;
}
.fund-data .fund-sort .fund-con .fund-filter-title .fund-filter-title-item[data-v-47599e33]:not(:first-child) {
        flex: 1;
}
.fund-data .fund-sort .fund-con .fund-filter-title .fund-filter-title-item[data-v-47599e33]:first-child {
        width: 1.02rem;
        border-left: 0;
}
.fund-data .fund-sort .fund-con .fund-filter-main:last-child .fund-filter-main-item[data-v-47599e33] {
    border-bottom: 0;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item[data-v-47599e33] {
    border-bottom: 1px solid #eee;
    height: 1.07rem;
    width: 100%;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first[data-v-47599e33] {
      width: 1.02rem;
      padding: 0 .16rem;
      box-sizing: border-box;
      align-items: flex-start;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-title[data-v-47599e33] {
        width: 0.7rem;
        font-size: 0.14rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 0.2rem;
        text-align: left;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-icon[data-v-47599e33] {
        padding: 2px 6px;
        height: 0.16rem;
        background: #EBF3FF;
        border-radius: 0.02rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-icon .grid-item-icon[data-v-47599e33] {
          width: 0.1rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-icon span[data-v-47599e33] {
          font-size: 0.1rem;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #1677FF;
          line-height: 0.14rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data[data-v-47599e33] {
      height: 100%;
      border-left: 1px solid #eee;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data[data-v-47599e33]:not(:first-child) {
        flex: 1;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .table-grid-item-top[data-v-47599e33] {
        height: 0.2rem;
        font-size: 0.14rem;
        font-family: PingFangSC-Medium, PingFang SC;
        color: #CCCCCC;
        line-height: 0.2rem;
        font-weight: bold;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .table-grid-item-data[data-v-47599e33] {
        font-size: 0.14rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 0.2rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .special[data-v-47599e33] {
        color: #333333 !important;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .top1[data-v-47599e33] {
        font-weight: bolder;
        font-family: PingFangSC-Medium, PingFang SC;
        color: #FF594A !important;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .top2[data-v-47599e33] {
        font-weight: bold;
        font-family: PingFangSC-Medium, PingFang SC;
        color: #D7AE74 !important;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .top3[data-v-47599e33] {
        font-weight: bold;
        font-family: PingFangSC-Medium, PingFang SC;
        color: #FBBB6F !important;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .down[data-v-47599e33] {
        color: #00B578 !important;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .top1_bg[data-v-47599e33] {
      background: #FFF7F6 !important;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data[data-v-47599e33] {
    width: 1.02rem;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.17rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .table-grid-item-top[data-v-47599e33] {
      height: 0.2rem;
      font-size: 0.14rem;
      font-family: PingFangSC-Medium, PingFang SC;
      color: #CCCCCC;
      line-height: 0.2rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .table-grid-item-data[data-v-47599e33] {
      font-size: 0.14rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #666666;
      line-height: 0.2rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .invest-pro-url[data-v-47599e33] {
      margin-top: 0.16rem;
      width: 0.9rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .invest-pro-list[data-v-47599e33] {
      margin-top: 0.2rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .invest-pro-list .invest-pro-list-item[data-v-47599e33] {
        display: flex;
        justify-content: space-between;
        font-size: 0.12rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 0.17rem;
        margin-bottom: 0.08rem;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .special[data-v-47599e33] {
      color: #333333;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .top1[data-v-47599e33] {
      font-weight: bolder;
      font-family: PingFangSC-Medium, PingFang SC;
      color: #FF594A;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .top2[data-v-47599e33] {
      font-weight: bold;
      font-family: PingFangSC-Medium, PingFang SC;
      color: #D7AE74;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .top3[data-v-47599e33] {
      font-weight: bold;
      font-family: PingFangSC-Medium, PingFang SC;
      color: #FBBB6F;
}
.fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .down[data-v-47599e33] {
      color: #00B578;
}
.fund-list[data-v-47599e33] {
  z-index: 11;
  padding: .16rem 0;
  height: 1.27rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0rem 0.02rem 0.06rem 0.01rem #eee;
  width: 100%;
}
.fund-list .left-item[data-v-47599e33] {
    background-color: #fff;
    min-width: 0.65rem;
    max-width: 0.65rem;
    height: 100%;
}
.fund-list .left-item .fund-tit-name[data-v-47599e33] {
      width: .30rem;
      font-size: .12rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      line-height: .14rem;
}
.fund-list .right-item-box[data-v-47599e33]::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.fund-list .right-item[data-v-47599e33] {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;
}
.fund-list .right-item[data-v-47599e33]::-webkit-scrollbar {
      display: none;
      width: 0;
      height: 0;
}
.fund-list .right-item .fund-item[data-v-47599e33] {
      min-width: 1.14rem;
      max-width: 1.14rem;
      height: .95rem;
      background: #F5F5F5;
      border-radius: 4px;
      margin-right: .08rem;
      padding: 0.08rem;
      box-sizing: border-box;
      position: relative;
}
.fund-list .right-item .fund-item .fund-item-title[data-v-47599e33] {
        width: .60rem;
        height: .34rem;
        font-size: .12rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: .17rem;
        text-align: left;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
}
.fund-list .right-item .fund-item .fund-btn[data-v-47599e33] {
        margin-top: .17rem;
        width: .76rem;
        height: .28rem;
        border-radius: 20px;
        border: 1px solid #FF594A;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .14rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #E12817;
}
.fund-list .right-item .fund-item .icon-close[data-v-47599e33] {
        position: absolute;
        font-size: .12rem;
        color: #CCCCCC;
        right: .08rem;
        top: .08rem;
        cursor: pointer;
}
[data-v-47599e33] .dialog-tips {
  padding: 0.24rem 0.16rem;
  border-radius: 0.08rem;
  top: 50%;
  transform: translateY(-50% -50%);
}
[data-v-47599e33] .dialog-tips .dialog-title {
    position: relative;
    font-size: 0.18rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 0.25rem;
}
[data-v-47599e33] .dialog-tips .dialog-title .icon-close {
      position: absolute;
      top: -0.08rem;
      right: -0.02rem;
      width: .1rem;
      height: .1rem;
      cursor: pointer;
}
[data-v-47599e33] .dialog-tips .dialog-content {
    margin-top: 0.08rem;
}
[data-v-47599e33] .dialog-tips .dialog-content .con-item {
      font-size: 0.15rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      line-height: 0.24rem;
      margin-bottom: 0.04rem;
      text-align: justify;
}
[data-v-47599e33] .dialog-tips .dialog-content .con-item span {
        color: #e12817;
}
[data-v-47599e33] .dialog-tips .dialog-content .base-title {
      margin-top: .16rem;
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      line-height: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
[data-v-47599e33] .dialog-tips .dialog-content .base-title .redColor {
        color: #e12817;
}
[data-v-47599e33] .dialog-tips .dialog-content .base_btn {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 100;
      width: 100%;
      border-top: 1px solid #e5e5e5;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 0.49rem;
      font-size: 18px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #e12817;
      line-height: 25px;
}
.fund-container-landscape[data-v-47599e33] .dialog-tips {
  padding: 24px 16px !important;
  border-radius: 8px !important;
  top: 50%;
  transform: translateY(-50% -50%);
}
.fund-container-landscape[data-v-47599e33] .dialog-tips .dialog-title {
    position: relative;
    font-size: 20px !important;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 27px !important;
}
.fund-container-landscape[data-v-47599e33] .dialog-tips .dialog-title .icon-close {
      position: absolute;
      top: -8px !important;
      right: -2px !important;
      width: 12px !important;
      height: 12px !important;
      cursor: pointer;
}
.fund-container-landscape[data-v-47599e33] .dialog-tips .dialog-content {
    margin-top: 8px !important;
    max-height: 240px;
    overflow-y: scroll;
}
.fund-container-landscape[data-v-47599e33] .dialog-tips .dialog-content .con-item {
      font-size: 17px !important;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      line-height: 24px !important;
      margin-bottom: 4px !important;
      text-align: justify;
}
.fund-container-landscape[data-v-47599e33] .dialog-tips .dialog-content .con-item span {
        color: #e12817;
}
.fund-container-landscape[data-v-47599e33] .dialog-tips .dialog-content .base-title {
      margin-top: 16px !important;
      font-size: 16px !important;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      line-height: 20px !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.fund-container-landscape[data-v-47599e33] .dialog-tips .dialog-content .base-title .redColor {
        color: #e12817;
}
.fund-container-landscape[data-v-47599e33] .dialog-tips .dialog-content .base_btn {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 100;
      width: 100%;
      border-top: 1px solid #e5e5e5 !important;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 49px !important;
      font-size: 20px !important;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #e12817;
      line-height: 27px !important;
}

.picker-text-active-color .van-popover__action-text {
  color: #E12817 !important;
}
.fund-data .van-popup {
  position: relative;
}
.fund-data .van-popup .van-popover__content {
    overflow: auto;
}
.fund-data .van-popup::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -0.05rem;
    width: 0.1rem;
    height: 0.1rem;
    transform-origin: center center;
    transform: translateX(-50%) rotate(-135deg);
    background-color: #fff;
    box-shadow: 2px 2px 2px 1px rgba(50, 50, 51, 0.02);
}
.fund-container-landscape .fund-data .van-popup {
  position: relative;
}
.fund-container-landscape .fund-data .van-popup .van-popover__content {
    overflow: auto;
}
.fund-container-landscape .fund-data .van-popup::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px !important;
    width: 10px !important;
    height: 10px !important;
    transform-origin: center center;
    transform: translateX(-50%) rotate(-135deg);
    background-color: #fff;
    box-shadow: 2px 2px 2px 1px rgba(50, 50, 51, 0.02) !important;
}
.fund-container-landscape {
  box-sizing: border-box;
}
.fund-container-landscape .fund-sort,
  .fund-container-landscape #AchievementTrend,
  .fund-container-landscape #Performance,
  .fund-container-landscape #AnnualPerformance,
  .fund-container-landscape #Characteristi,
  .fund-container-landscape #InvestmentDistribution,
  .fund-container-landscape #FundManager,
  .fund-container-landscape #BuyingRate {
    box-sizing: border-box;
    padding-left: 50px !important;
    padding-right: 40px !important;
    background-color: #fff;
}
.fund-container-landscape .uniline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fund-container-landscape .flexCenter, .fund-container-landscape .fund-data .left-item .left-item-name, .fund-container-landscape .fund-data .last-bottom, .fund-container-landscape .fund-data .fund-owner, .fund-container-landscape .fund-data .special-desc, .fund-container-landscape .fund-data .invest-desc, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-title .fund-filter-title-item, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-icon, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fund-container-landscape .flexColumn, .fund-container-landscape .fund-data .left-item .left-item-name, .fund-container-landscape .fund-data .fund-owner, .fund-container-landscape .fund-data .special-desc, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data {
    flex-direction: column;
}
.fund-container-landscape .flexSpaceAround {
    justify-content: space-around;
}
.fund-container-landscape .flex, .fund-container-landscape .flexspace, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-title, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main, .fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data {
    display: flex;
}
.fund-container-landscape .cursor {
    cursor: pointer;
    pointer-events: all;
}
.fund-container-landscape .flexspace {
    justify-content: space-evenly;
    width: calc($width - 105px) !important;
}
.fund-container-landscape .fixedTop, .fund-container-landscape .fund-list {
    top: 85px !important;
    position: fixed;
}
.fund-container-landscape .flexPad {
    padding: 0 16px 0 0 !important;
    box-sizing: border-box;
}
.fund-container-landscape .overflowX, .fund-container-landscape .fund-data .right-item-box, .fund-container-landscape .fund-data .right-item, .fund-container-landscape .fund-list .right-item-box, .fund-container-landscape .fund-list .right-item {
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.fund-container-landscape .border-b, .fund-container-landscape .fund-data .left-item .left-item-name, .fund-container-landscape .fund-data .right-item .right-item-data, .fund-container-landscape .fund-data .last-bottom {
    border-bottom: 1px solid #eeeeee !important;
}
.fund-container-landscape .border-r, .fund-container-landscape .fund-data .left-item, .fund-container-landscape .fund-data .right-item .right-item-data {
    border-right: 1px solid #eeeeee !important;
}
.fund-container-landscape .border-l {
    border-left: 1px solid #eeeeee !important;
}
.fund-container-landscape .borderB0 {
    border-bottom: 0;
}
.fund-container-landscape .borderR0 {
    border-right: 0;
}
.fund-container-landscape .mb20 {
    margin-bottom: 20px !important;
}
.fund-container-landscape .w65 {
    width: 65px !important;
}
.fund-container-landscape .ml4 {
    margin-left: 4px !important;
}
.fund-container-landscape .ml8 {
    margin-left: 8px !important;
}
.fund-container-landscape .ml2 {
    margin-left: 2px !important;
}
.fund-container-landscape .ml16 {
    margin-left: 16px !important;
}
.fund-container-landscape .mt2 {
    margin-top: 2px !important;
}
.fund-container-landscape .mt3 {
    margin-top: 3px !important;
}
.fund-container-landscape ._h36 {
    height: 36px !important;
}
.fund-container-landscape ._h57 {
    height: 57px !important;
}
.fund-container-landscape ._h52 {
    height: 52px !important;
}
.fund-container-landscape ._h107 {
    height: 107px !important;
}
.fund-container-landscape .w102 {
    width: 102px !important;
}
.fund-container-landscape .mb16 {
    margin-bottom: 16px;
}
.fund-container-landscape .w100vw {
    width: 100% !important;
}
.fund-container-landscape .icon-ques {
    font-size: 18px !important;
    color: #999999;
}
.fund-container-landscape .rotate {
    transform: rotate(90deg);
    font-size: 14px !important;
}
.fund-container-landscape .fr {
    float: right;
}
.fund-container-landscape .img-icon {
    width: 16px;
    height: 16px;
}
.fund-container-landscape .font-color-blue {
    color: #1677ff !important;
}
.fund-container-landscape.fund-container {
    width: 100%;
    margin-top: 0px !important;
    margin-left: 0px;
}
.fund-container-landscape .fund-data {
    box-sizing: border-box;
    margin-top: 98px !important;
}
.fund-container-landscape .fund-data .fund-title {
      box-sizing: border-box;
      height: 52px !important;
      display: flex;
      align-items: center !important;
      justify-content: space-between;
      background-color: #fff;
}
.fund-container-landscape .fund-data .fund-title .fund-sub-tit {
        font-size: 16px !important;
        line-height: 20px !important;
}
.fund-container-landscape .fund-data .fund-title .fund-sub-tit .fund-sub-tit-main {
          font-weight: bold;
}
.fund-container-landscape .fund-data .fund-title .fund-sub-tit .fund-sub-tit-sub {
          font-size: 14px !important;
          margin-left: 8px !important;
}
.fund-container-landscape .fund-data .fund-title .fund-sub-tit .tips {
          margin-left: 8px !important;
          font-size: 14px !important;
}
.fund-container-landscape .fund-data .fund-title .fund-tit-day {
        font-size: 16px !important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 20px !important;
        vertical-align: middle;
}
.fund-container-landscape .fund-data .fund-title .fund-tit-day .arraw-icon {
          float: right;
          margin-top: 2px !important;
          margin-left: 5px !important;
}
.fund-container-landscape .fund-data .table-grid-item-top, .fund-container-landscape .fund-data .right-item .right-item-data .table-grid-item-top {
      font-size: 18px !important;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #333333;
      line-height: 22px !important;
}
.fund-container-landscape .fund-data .table-grid-item-data, .fund-container-landscape .fund-data .right-item .right-item-data .table-grid-item-data {
      font-size: 16px !important;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      line-height: 17px !important;
}
.fund-container-landscape .fund-data .left-item {
      display: flex;
      flex-direction: column;
      min-width: 65px !important;
      max-width: 65px !important;
      background-color: #fff;
}
.fund-container-landscape .fund-data .left-item .left-item-name {
        border-left: 1px solid #eeeeee;
        font-size: 14px !important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 17px !important;
}
.fund-container-landscape .fund-data .left-item .invest-item-name {
        box-sizing: border-box;
        height: 100%;
}
.fund-container-landscape .fund-data .left-item .invest-item-name:first-child {
          height: 240px !important;
}
.fund-container-landscape .fund-data .right-item-box::-webkit-scrollbar {
      display: none;
      width: 0;
      height: 0;
}
.fund-container-landscape .fund-data .right-item {
      box-sizing: border-box;
      display: flex;
      flex-flow: row nowrap;
      width: calc($width - 65px);
      flex: 1;
}
.fund-container-landscape .fund-data .right-item::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
}
.fund-container-landscape .fund-data .right-item .right-item-data {
        min-width: calc((100vw - 161px) / 5) !important;
        max-width: calc((100vw - 161px) / 5) !important;
        background-color: #fff;
}
.fund-container-landscape .fund-data .right-item .annual-data {
        font-size: 18px !important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #e12817;
        line-height: 22px !important;
}
.fund-container-landscape .fund-data .right-item .invest-pro-url {
        margin-top: 16px !important;
        width: 90px !important;
}
.fund-container-landscape .fund-data .right-item .invest-pro-list {
        margin-top: 20px !important;
}
.fund-container-landscape .fund-data .right-item .invest-pro-list .invest-pro-list-item {
          display: flex;
          justify-content: space-between;
          font-size: 14px !important;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500;
          color: #333333;
          line-height: 17px !important;
          margin-bottom: 8px !important;
}
.fund-container-landscape .fund-data .right-item .special {
        color: #333333 !important;
}
.fund-container-landscape .fund-data .right-item .top1 {
        color: #ff594a !important;
}
.fund-container-landscape .fund-data .right-item .top2 {
        color: #d7ae74 !important;
}
.fund-container-landscape .fund-data .right-item .top3 {
        color: #fbbb6f !important;
}
.fund-container-landscape .fund-data .right-item .down {
        color: #00b578 !important;
}
.fund-container-landscape .fund-data .top1_bg {
      background: #fff7f6 !important;
}
.fund-container-landscape .fund-data .last-bottom {
      height: 52px !important;
      background-color: #fff;
}
.fund-container-landscape .fund-data .last-bottom .show-more {
        font-size: 16px !important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1677ff;
        line-height: 20px !important;
}
.fund-container-landscape .fund-data .border-bottom-none {
      border-bottom: none !important;
}
.fund-container-landscape .fund-data .fund-owner {
      width: 100vw;
      transform: translateX(-50px);
      height: 60px !important;
      background-color: #f5f5f5;
      font-size: 12px !important;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #cccccc;
      line-height: 14px !important;
}
.fund-container-landscape .fund-data .special-desc {
      padding: 0 10px !important;
      box-sizing: border-box;
      font-size: 14px !important;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      line-height: 17px !important;
      height: 67px !important;
      align-items: flex-start;
      background-color: #fff;
}
.fund-container-landscape .fund-data .invest-desc {
      margin-bottom: 8px !important;
      height: 17px !important;
      font-size: 14px !important;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      line-height: 17px !important;
}
.fund-container-landscape .fund-data .fund-sort {
      width: 100%;
      box-sizing: border-box;
      background-color: #fff;
}
.fund-container-landscape .fund-data .fund-sort .fund-con {
        box-sizing: border-box;
        width: 100%;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-title {
          height: 50px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-title .fund-filter-title-item {
            box-sizing: border-box;
            font-size: 16px !important;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #333333;
            line-height: 20px !important;
            border-bottom: 1px solid #eeeeee !important;
            border-right: 1px solid #eeeeee !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-title .fund-filter-title-item:first-child {
              box-sizing: content-box;
              width: 165px !important;
              border-left: 1px solid #eee;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-title .fund-filter-title-item:not(:first-child) {
              flex: 1;
              width: calc((100% - 165px) / 4) !important;
              border-left: 0px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main {
          box-sizing: border-box;
          width: 100%;
          background-color: #fff;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main:last-child .fund-filter-main-item {
            border-bottom: 0 !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item {
            box-sizing: border-box;
            width: 100%;
            border-bottom: 1px solid #eeeeee !important;
            border-right: 1px solid #eeeeee !important;
            height: 107px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data {
              box-sizing: border-box;
              width: calc((100% - 166px) / 4) !important;
              height: 100%;
              border-left: 1px solid #eeeeee !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .table-grid-item-top {
                height: 20px !important;
                font-size: 16px !important;
                font-family: AlibabaPuHuiTiB;
                color: #cccccc;
                line-height: 20px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .table-grid-item-data {
                font-size: 16px !important;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400;
                color: #666666;
                line-height: 20px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .special {
                color: #333333 !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .top1 {
                color: #ff594a !important;
                font-size: 16px !important;
                font-family: PingFangSC-Medium, PingFang SC;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .top2 {
                color: #d7ae74 !important;
                font-size: 16px !important;
                font-family: PingFangSC-Medium, PingFang SC;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .top3 {
                color: #fbbb6f !important;
                font-size: 16px !important;
                font-family: PingFangSC-Medium, PingFang SC;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .top4 {
                font-size: 16px !important;
                font-family: PingFangSC-Medium, PingFang SC;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .top5 {
                font-size: 16px !important;
                font-family: PingFangSC-Medium, PingFang SC;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-list-data .down {
                color: #00b578 !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first {
              box-sizing: border-box;
              width: 166px !important;
              padding: 0 16px !important;
              align-items: flex-start;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-title {
                box-sizing: border-box;
                width: 100% !important;
                font-size: 17px !important;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400 !important;
                color: #333333;
                line-height: 20px !important;
                text-align: left;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-icon {
                box-sizing: border-box;
                height: 16px !important;
                background: #ebf3ff;
                border-radius: 2px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-icon .grid-item-icon {
                  width: 10px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .fund-filter-main-item-first .fund-filter-main-item-first-icon span {
                  font-size: 12px !important;
                  font-family: PingFangSC-Regular, PingFang SC;
                  font-weight: 400;
                  color: #1677ff;
                  line-height: 14px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-main-item .top1_bg {
              background: #fff7f6 !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data {
            box-sizing: border-box;
            width: calc((100% - 166px) / 4) !important;
            font-size: 14px !important;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #666666;
            line-height: 17px !important;
            border-bottom: 1px solid #eeeeee !important;
            border-right: 1px solid #eeeeee !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .table-grid-item-top {
              height: 20px !important;
              font-size: 16px !important;
              font-family: AlibabaPuHuiTiB;
              color: #cccccc;
              line-height: 20px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .table-grid-item-data {
              font-size: 16px !important;
              font-family: PingFangSC-Regular, PingFang SC;
              font-weight: 400;
              color: #666666;
              line-height: 20px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .invest-pro-url {
              margin-top: 16px !important;
              width: 90px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .invest-pro-list {
              margin-top: 20px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .invest-pro-list .invest-pro-list-item {
                display: flex;
                justify-content: space-between;
                font-size: 14px !important;
                font-family: PingFangSC-Medium, PingFang SC;
                font-weight: 500;
                color: #333333;
                line-height: 17px !important;
                margin-bottom: 8px !important;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .special {
              color: #333333;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .top1 {
              color: #ff594a;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .top2 {
              color: #d7ae74;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .top3 {
              color: #fbbb6f;
}
.fund-container-landscape .fund-data .fund-sort .fund-con .fund-filter-main .fund-filter-data .fund-list-data .down {
              color: #00b578;
}
.fund-container-landscape .fund-list {
    z-index: 11;
    padding: 16px 0;
    top: 98px !important;
    height: 66px !important;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 6px 1px #eeeeee !important;
    width: 100%;
    display: flex;
    align-items: center;
}
.fund-container-landscape .fund-list .left-item {
      padding-left: 50px !important;
      background-color: #fff;
      min-width: 65px !important;
      max-width: 65px !important;
      height: 100%;
}
.fund-container-landscape .fund-list .left-item .fund-tit-name {
        width: 30px !important;
        font-size: 14px !important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 14px !important;
}
.fund-container-landscape .fund-list .right-item-box::-webkit-scrollbar {
      display: none;
      width: 0;
      height: 0;
}
.fund-container-landscape .fund-list .right-item {
      width: calc(100% - 115px);
      display: flex;
      flex-flow: row nowrap;
      flex: 1;
}
.fund-container-landscape .fund-list .right-item::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
}
.fund-container-landscape .fund-list .right-item .fund-item {
        box-sizing: border-box;
        min-width: calc((100% - 70px) / 5) !important;
        max-width: calc((100% - 70px) / 5) !important;
        height: 33px !important;
        background: #f5f5f5;
        border-radius: 4px !important;
        padding: 8px !important;
        margin-left: 3px;
        margin-right: 3px;
        position: relative;
}
.fund-container-landscape .fund-list .right-item .fund-item .fund-item-title {
          width: calc(100% - 16px);
          height: 100%;
          font-size: 14px !important;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500;
          color: #333333;
          line-height: 17px !important;
          text-align: left;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
}
.fund-container-landscape .fund-list .right-item .fund-item .fund-btn {
          margin-top: 17px !important;
          width: 76px !important;
          height: 28px !important;
          border-radius: 20px !important;
          border: 1px solid #ff594a !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px !important;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500;
          color: #e12817;
}
.fund-container-landscape .fund-list .right-item .fund-item .icon-close {
          position: absolute;
          font-size: 14px !important;
          color: #cccccc;
          right: 8px !important;
          top: 8px !important;
          cursor: pointer;
}
.fund-container-landscape .investment-distribution-pie-box {
    box-sizing: border-box;
}
.fund-container-landscape .investment-distribution-pie-box > div {
      width: 20% !important;
}
.fund-container-landscape #BuyingRate .left-item-name:last-child,
  .fund-container-landscape #FundManager .left-item-name:last-child {
    border-bottom: 0 !important;
}
.fund-container-landscape #BuyingRate .right-item-data:last-child,
  .fund-container-landscape #FundManager .right-item-data:last-child {
    border-bottom: 0 !important;
}
.fund-container-landscape .fund-filter-title-item-sort {
    font-family: PingFangSC-Medium, PingFang SC !important;
    color: #333333 !important;
    font-weight: 500 !important;
}
.fund-container-landscape .van-action-sheet__cancel {
    padding: 7px 16px;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: PingFang SC !important;
}
.fund-container-landscape .van-action-sheet__item {
    padding: 6px 16px;
}
.fund-container-landscape .van-action-sheet__item span {
      font-size: 14px !important;
      font-weight: 400 !important;
      font-family: PingFang SC !important;
}
.fund-container-landscape #Performance ._h57 {
    height: 67px !important;
}

.fullscreen-wrapper[data-v-0b2b1795] {
  box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.fullscreen[data-v-0b2b1795] {
  position: fixed;
  width: 100vh;
  height: 100vw;
  transform-origin: 0% 0%;
  transform: rotate(90deg);
  top: 0;
  left: 100vw;
}

.ml16[data-v-0c2bcda5] {
  margin-left: .16rem;
}
.flex[data-v-0c2bcda5] {
  display: flex;
}
.main[data-v-0c2bcda5] {
  width: 100%;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
}
.flexCenter[data-v-0c2bcda5], .nav-bar .nav-bar-list .nav-bar-item[data-v-0c2bcda5], .fund-pk-landscape .nav-bar .nav-bar-list .nav-bar-item[data-v-0c2bcda5] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bar[data-v-0c2bcda5] {
  position: fixed;
  top: 0;
  padding-top: 0.44rem;
  width: 100%;
  height: .44rem;
  z-index: 100;
}
.top-bar[data-v-0c2bcda5] .van-nav-bar__content {
    height: 100%;
}
.top-bar[data-v-0c2bcda5] .van-nav-bar__content .van-nav-bar__title {
      font-size: 0.18rem;
      line-height: 0.25rem;
}
.top-bar .back-icon[data-v-0c2bcda5] {
    height: 0.2rem;
}
.top-bar .right-icon[data-v-0c2bcda5] {
    width: 0.17rem;
}
.back-box[data-v-0c2bcda5] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: .88rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: .11rem;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.back-box img[data-v-0c2bcda5] {
    width: .12rem;
    height: .2rem;
    margin-left: .16rem;
}
.back-box .title[data-v-0c2bcda5] {
    font-size: .18rem;
    color: #333;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: .25rem;
}
.back-box .icon-box[data-v-0c2bcda5] {
    margin-right: .16rem;
    align-items: flex-end;
}
.back-box .icon-box img[data-v-0c2bcda5] {
      width: .2rem;
      height: .2rem;
}
.nav-tab[data-v-0c2bcda5] {
  position: fixed;
  top: .88rem;
  width: 100%;
  height: .42rem;
  z-index: 100;
  border-bottom: 1px solid #EEEEEE;
  padding: 0 .16rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.nav-tab .nav-l[data-v-0c2bcda5] {
    margin-right: .15rem;
}
.nav-tab .nav-l .nav-l-title[data-v-0c2bcda5] {
      height: .24rem;
      width: .86rem;
      background: linear-gradient(90deg, #FFFFFF 0%, #FFEBEB 100%) no-repeat;
      background-size: .59rem .24rem;
      background-position: .27rem  0;
      border-radius: 0rem 1rem 1rem 0rem;
      color: #333333;
      display: flex;
      align-items: center;
      cursor: pointer;
}
.nav-tab .nav-l .nav-l-title .nav-title-icon[data-v-0c2bcda5] {
        width: 0.6rem;
        height: .13rem;
}
.nav-tab .nav-l .nav-l-title .nav-l-icon[data-v-0c2bcda5] {
        margin-left: 0.09rem;
        font-size: .12rem;
        margin-top: -0.02rem;
        transform: translate(-3px) rotate(90deg);
        transform-origin: center center;
        color: #000;
}
.nav-tab .nav-l .nav-main[data-v-0c2bcda5] {
      position: absolute;
}
.nav-tab .nav-r[data-v-0c2bcda5] .van-tabs__wrap {
    height: .28rem;
    display: f;
}
.nav-tab .nav-r[data-v-0c2bcda5] .van-tabs__wrap .nav-item {
      padding: 0 .12rem;
      height: .2rem;
      font-size: .14rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      line-height: .2rem;
}
.nav-tab .nav-r[data-v-0c2bcda5] .van-tabs__wrap .van-tab--active {
      font-size: .16rem;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: bold;
      color: #E12817;
      line-height: .22rem;
}
.nav-tab .nav-r[data-v-0c2bcda5] .van-tabs__wrap .van-tabs__nav .van-tabs__line {
      transform: translateX(45px) translateX(-50%);
      height: 0.02rem;
      transition: 0s !important;
}
.nav-bar[data-v-0c2bcda5] {
  position: fixed;
  left: 0;
  top: 1.3rem;
  z-index: 101;
  background: #FFFFFF;
  box-shadow: 0rem 0.02rem 0.06rem 0.01rem #eee;
}
.nav-bar .nav-bar-list[data-v-0c2bcda5] {
    display: flex;
    flex-wrap: wrap;
    padding: .16rem .15rem 0;
    box-sizing: border-box;
}
.nav-bar .nav-bar-list .nav-bar-item[data-v-0c2bcda5] {
      width: 0.8rem;
      height: 0.3rem;
      background: #F5F5F5;
      border-radius: 0.16rem;
      margin-right: .08rem;
      font-size: 0.14rem;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      margin-bottom: 0.16rem;
}
.nav-bar .nav-bar-list .nav-bar-item[data-v-0c2bcda5]:nth-child(4n) {
        margin-right: 0;
}
.nav-bar .nav-bar-list .nav-bar-item .anchor-point[data-v-0c2bcda5] {
        font-size: 0.14rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500 !important;
        color: #666666 !important;
}
.nav-bar .nav-bar-list .active-bar-item[data-v-0c2bcda5] {
      background: #FFE6E3;
}
.nav-bar .nav-bar-list .active-bar-item .anchor-point[data-v-0c2bcda5] {
        color: #E12817 !important;
}
.nav-bar .nav-bar-bottom[data-v-0c2bcda5] {
    height: 0.37rem;
    font-size: 0.14rem;
    border-top: 1px solid #ECECEC;
    text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.37rem;
    cursor: pointer;
}
.nav-bar[data-v-0c2bcda5]::before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: -0.08rem;
    width: 0;
    height: 0;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    border-bottom: 0.08rem solid #EEEEEE;
}
.nav-bar[data-v-0c2bcda5]::after {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: -0.06rem;
    width: 0;
    height: 0;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    border-bottom: 0.08rem solid #fff;
}
.nav-bar-landspace[data-v-0c2bcda5] {
  display: flex;
}
.nav-bar-landspace .nav-bar-list[data-v-0c2bcda5] {
    flex-flow: row nowrap;
}
.go-top[data-v-0c2bcda5] {
  width: 0.44rem;
  position: fixed;
  bottom: .58rem;
  right: .16rem;
  z-index: 10;
  cursor: pointer;
}
.logo[data-v-0c2bcda5] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: .40rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.logo .logo-img[data-v-0c2bcda5] {
    width: 0.24rem;
}
.logo .logo-title[data-v-0c2bcda5] {
    width: 0.15rem;
    font-size: .10rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #002C5B;
    line-height: .14rem;
}
[data-v-0c2bcda5] .custom-image {
  margin-top: 1.82rem;
}
[data-v-0c2bcda5] .custom-image .van-empty__image {
    width: 3rem;
    height: 2rem;
}
[data-v-0c2bcda5] .custom-image .van-empty__description {
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.22rem;
}
.bottom-fixed[data-v-0c2bcda5] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../img/breackfast-fixed-bg.e46bcc89.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 99999;
}
.bottom-fixed img[data-v-0c2bcda5] {
    margin-left: 0.14rem;
    display: inline-block;
    width: 1rem;
    height: 0.23rem;
}
.bottom-fixed .fixed-icon[data-v-0c2bcda5] {
    margin-right: 0.14rem;
    width: 0.88rem;
    height: 0.26rem;
    line-height: 0.26rem;
    background: #ffebcf;
    border-radius: 15px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #e12817;
}
.fund-pk-landscape[data-v-0c2bcda5] .custom-image {
  margin-top: 62px;
}
.fund-pk-landscape[data-v-0c2bcda5] .custom-image .van-empty__image {
    width: 300px;
    height: 200px;
}
.fund-pk-landscape[data-v-0c2bcda5] .custom-image .van-empty__description {
    font-size: 16px;
    line-height: 22px;
}
.fund-pk-landscape[data-v-0c2bcda5] {
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  font-size: 14px !important;
}
.fund-pk-landscape .flexCenter[data-v-0c2bcda5], .nav-bar .nav-bar-list .fund-pk-landscape .nav-bar-item[data-v-0c2bcda5], .fund-pk-landscape .nav-bar .nav-bar-list .nav-bar-item[data-v-0c2bcda5] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fund-pk-landscape .top-bar[data-v-0c2bcda5] {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    padding: 0px 0px !important;
    width: 100%;
    height: 50px !important;
    z-index: 100;
}
.fund-pk-landscape .top-bar[data-v-0c2bcda5] .van-nav-bar__content {
      height: 100%;
}
.fund-pk-landscape .top-bar[data-v-0c2bcda5] .van-nav-bar__content .van-nav-bar__title {
        font-size: 16px !important;
        line-height: 25px !important;
}
.fund-pk-landscape .top-bar .back-icon[data-v-0c2bcda5] {
      height: 20px !important;
}
.fund-pk-landscape .top-bar .right-icon[data-v-0c2bcda5] {
      width: 17px !important;
}
.fund-pk-landscape .back-box[data-v-0c2bcda5] {
    height: 88px;
    padding-bottom: 11px;
    align-items: center;
}
.fund-pk-landscape .back-box .title[data-v-0c2bcda5] {
      font-size: 18px;
      line-height: 25px;
}
.fund-pk-landscape .back-box .icon-box[data-v-0c2bcda5] {
      margin-right: 16px;
}
.fund-pk-landscape .back-box .icon-box img[data-v-0c2bcda5] {
        width: 20px;
        height: 20px;
}
.fund-pk-landscape .ml16[data-v-0c2bcda5] {
    margin-left: 16px !important;
}
.fund-pk-landscape .flex[data-v-0c2bcda5] {
    display: flex !important;
}
.fund-pk-landscape .nav-tab[data-v-0c2bcda5] {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 49px !important;
    width: 100%;
    height: 50px !important;
    z-index: 101 !important;
    border-top: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
    padding: 0 0 0 50px !important;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.fund-pk-landscape .nav-tab .nav-l[data-v-0c2bcda5] {
      margin-right: 0px !important;
}
.fund-pk-landscape .nav-tab .nav-l .nav-l-title[data-v-0c2bcda5] {
        height: 24px !important;
        width: 86px !important;
        background: linear-gradient(90deg, #FFFFFF 0%, #FFEBEB 100%) no-repeat;
        background-size: 59px 24px !important;
        background-position: 27px  0px !important;
        border-radius: 0 100px  100px 0 !important;
        color: #333333;
        display: flex;
        align-items: center;
        cursor: pointer;
}
.fund-pk-landscape .nav-tab .nav-l .nav-l-title .nav-title-icon[data-v-0c2bcda5] {
          width: 60px !important;
          height: 13px !important;
}
.fund-pk-landscape .nav-tab .nav-l .nav-l-title .nav-l-icon[data-v-0c2bcda5] {
          margin-left: 9px !important;
          font-size: 14px !important;
          margin-top: -2px !important;
          transform: translate(-3px) rotate(90deg);
          transform-origin: center center;
          color: #000;
}
.fund-pk-landscape .nav-tab .nav-l .nav-main[data-v-0c2bcda5] {
        position: absolute;
}
.fund-pk-landscape .nav-tab .nav-r[data-v-0c2bcda5] {
      margin-left: 15px !important;
}
.fund-pk-landscape .nav-tab .nav-r[data-v-0c2bcda5] .van-tabs__wrap {
        height: 28px !important;
        display: f;
}
.fund-pk-landscape .nav-tab .nav-r[data-v-0c2bcda5] .van-tabs__wrap .nav-item {
          padding: 0 12px !important;
          height: 20px !important;
          font-size: 16px !important;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #999999;
          line-height: 20px !important;
}
.fund-pk-landscape .nav-tab .nav-r[data-v-0c2bcda5] .van-tabs__wrap .van-tab--active {
          font-size: 18px !important;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500;
          color: #e12817;
          line-height: 22px !important;
}
.fund-pk-landscape .nav-tab .nav-r[data-v-0c2bcda5] .van-tabs__wrap .van-tabs__nav .van-tabs__line {
          height: 2px !important;
}
.fund-pk-landscape .nav-bar[data-v-0c2bcda5] {
    box-sizing: border-box;
    width: calc(100% - 90px) !important;
    height: 65px !important;
    position: fixed;
    left: 50px !important;
    top: 99px !important;
    z-index: 120 !important;
    background: #ffffff;
    box-shadow: 0 0 6px #eeeeee !important;
    display: flex;
    align-items: center;
}
.fund-pk-landscape .nav-bar .nav-bar-list[data-v-0c2bcda5] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap !important;
      width: 100%;
      height: 66px !important;
      padding: 15px 15px 0 !important;
      box-sizing: border-box;
}
.fund-pk-landscape .nav-bar .nav-bar-list .nav-bar-item[data-v-0c2bcda5] {
        width: 80px !important;
        height: 30px !important;
        background: #f5f5f5;
        border-radius: 16px !important;
        margin-right: 0px !important;
        font-size: 16px !important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        margin-bottom: 16px !important;
}
.fund-pk-landscape .nav-bar .nav-bar-list .nav-bar-item[data-v-0c2bcda5]:nth-child(4n) {
          margin-right: 0;
}
.fund-pk-landscape .nav-bar .nav-bar-list .nav-bar-item .anchor-point[data-v-0c2bcda5] {
          font-size: 16px !important;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500 !important;
          color: #666666 !important;
}
.fund-pk-landscape .nav-bar .nav-bar-list .active-bar-item[data-v-0c2bcda5] {
        background: #ffe6e3;
}
.fund-pk-landscape .nav-bar .nav-bar-list .active-bar-item .anchor-point[data-v-0c2bcda5] {
          color: #e12817 !important;
}
.fund-pk-landscape .nav-bar .nav-bar-bottom[data-v-0c2bcda5] {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px !important;
      height: 40px !important;
      font-size: 16px !important;
      border-top: none !important;
      border-left: 1px solid #eeeeee !important;
      text-align: center;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
      cursor: pointer;
}
.fund-pk-landscape .nav-bar[data-v-0c2bcda5]::before {
      content: '';
      position: absolute;
      left: 50px !important;
      top: -8px !important;
      width: 0;
      height: 0;
      border-left: 6px solid transparent !important;
      border-right: 6px solid transparent !important;
      border-bottom: 8px solid #eeeeee !important;
}
.fund-pk-landscape .nav-bar[data-v-0c2bcda5]::after {
      content: '';
      position: absolute;
      left: 50px !important;
      top: -6px !important;
      width: 0;
      height: 0;
      border-left: 6px solid transparent !important;
      border-right: 6px solid transparent !important;
      border-bottom: 8px solid #fff !important;
}
.fund-pk-landscape .nav-bar-landspace[data-v-0c2bcda5] {
    display: flex;
}
.fund-pk-landscape .nav-bar-landspace .nav-bar-list[data-v-0c2bcda5] {
      flex-flow: row nowrap;
}
.fund-pk-landscape .go-top[data-v-0c2bcda5] {
    width: 44px !important;
    position: fixed !important;
    bottom: 40px !important;
    right: 40px !important;
    z-index: 10;
    cursor: pointer;
}
.fund-pk-landscape .logo[data-v-0c2bcda5] {
    position: fixed;
    left: 0px;
    top: 10px !important;
    z-index: 5;
    width: 50px !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fund-pk-landscape .logo .logo-img[data-v-0c2bcda5] {
      width: 24px !important;
      transform: translateX(-5px);
}
.fund-pk-landscape .logo .logo-title[data-v-0c2bcda5] {
      width: 15px !important;
      font-size: 12px !important;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #002c5b;
      line-height: 14px !important;
      transform: translateX(-5px);
}
.fund-pk-landscape .toggle-screen-btn[data-v-0c2bcda5] {
    margin-right: 40px;
}


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