.flexAlign[data-v-05e7e37c] {
  display: flex;
  align-items: center;
}
.marginT16[data-v-05e7e37c] {
  margin-top: 0.16rem;
}
.record-module[data-v-05e7e37c] {
  background-color: #fff;
}
.record-module .record-list .item[data-v-05e7e37c] {
    padding: 0.16rem;
    margin-top: 0.16rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 2px rgba(235, 234, 233, 0.63);
    border-radius: 8px;
}
.record-module .record-list .item .timer[data-v-05e7e37c] {
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.record-module .record-list .item .timer .date[data-v-05e7e37c] {
        font-size: 0.15rem;
        color: #999999;
}
.record-module .record-list .item .timer img[data-v-05e7e37c] {
        width: 0.16rem;
        height: 0.16rem;
}
.record-module .record-list .item .step[data-v-05e7e37c] {
      margin-top: 0.08rem;
}
.record-module .record-list .item .step .step-list[data-v-05e7e37c] {
        display: flex;
        align-items: center;
        position: relative;
        padding-top: 0.08rem;
}
.record-module .record-list .item .step .step-list .circle[data-v-05e7e37c] {
          width: 7px;
          height: 7px;
          background-color: #999999;
          border-radius: 50%;
}
.record-module .record-list .item .step .step-list .line[data-v-05e7e37c] {
          position: absolute;
          height: 100%;
          top: 55%;
          left: 3px;
          width: 1px;
          background-color: #999999;
}
.record-module .record-list .item .step .step-list .fund-title[data-v-05e7e37c] {
          flex: 1;
          padding-left: 0.08rem;
          position: relative;
          font-size: 0.15rem;
          color: #333333;
}
.record-module .record-list .item .step .step-list .fund-title[data-v-05e7e37c]::before {
            content: '';
            position: absolute;
            top: 0;
            left: -50%;
            height: 50%;
            width: 1px;
            background-color: #999999;
}
.record-module .record-list .item .step .step-list:first-of-type .fund-title[data-v-05e7e37c]::before {
          background-color: transparent;
}
.record-module .record-list .item .step .step-list:last-of-type .line[data-v-05e7e37c] {
          display: none;
}
.record-module .record-list .no-data[data-v-05e7e37c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.16rem;
    color: #333333;
    margin-top: 0.16rem;
}
.record-module .record-list .no-data img[data-v-05e7e37c] {
      width: 3rem;
      height: 2.2rem;
      margin-bottom: 0.16rem;
}

.flexAlign[data-v-690d102d] {
  display: flex;
  align-items: center;
}
.marginT16[data-v-690d102d] {
  margin-top: 0.16rem;
}
.check-module .check-list[data-v-690d102d] {
  height: 100%;
  overflow-y: auto !important;
  padding-bottom: 0.01rem;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
.check-module .check-list .item[data-v-690d102d] {
    display: flex;
    align-items: center;
    padding: 0.16rem 0;
    margin: 0 0.16rem;
    border-bottom: 1px solid #EEEEEE;
}
.check-module .check-list .item .left[data-v-690d102d] {
      padding-right: 0.08rem;
      flex: 1;
}
.check-module .check-list .item .left[data-v-690d102d] .van-checkbox__icon img {
        width: 0.18rem;
        height: 0.18rem;
}
.check-module .check-list .item .left[data-v-690d102d] .van-checkbox__icon .van-icon {
        border: 1px solid #CCCCCC;
        line-height: 1;
}
.check-module .check-list .item .left[data-v-690d102d] .van-checkbox__icon--disabled .van-icon {
        background-color: #eeeeee;
        border-color: #cccccc;
}
.check-module .check-list .item .left[data-v-690d102d] .van-checkbox__icon--checked .van-icon {
        color: #fff;
        background-color: #E12817;
        border-color: #E12817;
}
.check-module .check-list .item .left[data-v-690d102d] .van-icon-success::before {
        font-size: 12px;
}
.check-module .check-list .item .left .fund-des .title[data-v-690d102d] {
        line-height: 0.21rem;
        font-size: 0.15rem;
        color: #333;
        font-weight: bold;
        text-align: left;
}
.check-module .check-list .item .left .fund-des .code-type[data-v-690d102d] {
        padding-top: 0.02rem;
        display: flex;
        align-items: center;
}
.check-module .check-list .item .left .fund-des .code-type .fund-type[data-v-690d102d] {
          display: flex;
          margin-top: 0.03rem;
}
.check-module .check-list .item .left .fund-des .code-type .fund-type .type[data-v-690d102d] {
            display: flex;
            background: #EBF3FF;
            border-radius: 0.02rem;
            font-size: 0.1rem;
            color: #1677FF;
            height: 0.16rem;
            padding: 0 0.05rem;
            box-sizing: border-box;
            align-items: center;
            margin-right: 0.08rem;
}
.check-module .check-list .item .left .fund-des .code-type .fund-type .labelRed[data-v-690d102d] {
            background: #FFEAE8;
            color: #E12817;
}
.check-module .check-list .item .left .fund-des .code-type .fund-type .labelOrange[data-v-690d102d] {
            color: #F58E1D;
            background: #FFF0DF;
}
.check-module .check-list .item .left .fund-des .code-type .fund-type .type2[data-v-690d102d] {
            display: flex;
            background: #F5F5F5;
            border-radius: 0.02rem;
            font-size: 0.1rem;
            color: #999999;
            height: 0.16rem;
            padding: 0 0.05rem;
            box-sizing: border-box;
            align-items: center;
            margin-right: 0.08rem;
}
.check-module .check-list .item .left .fund-des .code-type .qijian-label[data-v-690d102d] {
          width: 0.3rem;
          height: 0.16rem;
          background: linear-gradient(270deg, #D7AE74 0%, #A47638 100%);
          border-radius: 0.02rem;
          line-height: 0.16rem;
          font-size: 0.1rem;
          color: #FFFFFF;
          margin-right: 0.08rem;
          font-family: PingFangSC, PingFang SC;
}
.check-module .check-list .item .left .fund-des .disable-text[data-v-690d102d] {
        color: #999999;
}
.check-module .check-list .item .left .fund-des .disable-text-tip[data-v-690d102d] {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.1rem;
        color: #E12817;
        line-height: 0.14rem;
        text-align: left;
        font-style: normal;
        margin-top: 0.05rem;
}
.check-module .check-list .item .left .disabledClass .title[data-v-690d102d] {
        color: #999999;
}
.check-module .check-list .item .right[data-v-690d102d] {
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.check-module .check-list .item .right .entry-detail[data-v-690d102d] {
        display: flex;
        align-items: center;
        font-size: 0.14rem;
        padding-left: 0.16rem;
        color: #999999;
}
.check-module .check-list .item .right .entry-detail span[data-v-690d102d] {
          word-break: keep-all;
}
.check-module .check-list .item .right .entry-detail img[data-v-690d102d] {
          width: 0.07rem;
          height: 0.1rem;
          padding-left: 0.08rem;
}
.check-module .check-list .no-data[data-v-690d102d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.16rem;
    color: #333333;
    margin-top: 0.16rem;
    background-color: #fff;
    height: 3.3rem;
    box-sizing: border-box;
    justify-content: center;
}
.check-module .check-list .no-data img[data-v-690d102d] {
      width: 3rem;
      height: 2rem;
      margin-bottom: 0.3rem;
}

@charset "UTF-8";
.content[data-v-6e3e1398] .van-popup {
  border-radius: 0.08rem;
}
.content[data-v-6e3e1398] .van-overlay {
  background-color: rgba(0, 0, 0, 0.55) !important;
}
.content .title[data-v-6e3e1398] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.25rem;
  padding-top: 0.16rem;
}
.content .popup-det[data-v-6e3e1398] {
  background: #fff;
  padding: 0.16rem;
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
}
.content .popup-det .header[data-v-6e3e1398] {
    font-weight: 500;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.2rem;
    display: flex;
    align-items: center;
}
.content .popup-det .header .bar[data-v-6e3e1398] {
      background: #e12817;
      border-radius: 0.02rem;
      width: 0.04rem;
      height: 0.15rem;
      margin-right: 0.04rem;
}
.content .popup-det .box[data-v-6e3e1398] {
    font-weight: 500;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.17rem;
}
.content .popup-det .box .item[data-v-6e3e1398] {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 0.08rem;
      padding-top: 0.08rem;
      justify-content: space-between;
}
.content .popup-det .box .item .name[data-v-6e3e1398] {
        text-align: justify;
}
.content .popup-det .box .item .stepper[data-v-6e3e1398] {
        display: flex;
        align-items: center;
        border: 1px solid #cccccc;
        border-radius: 4px;
        height: 0.3rem;
        margin-left: 0.16rem;
        width: 1.01rem;
}
.content .popup-det .box .item .stepper .btn[data-v-6e3e1398] {
          border: none !important;
          height: 0.26rem;
          width: 0.3rem;
}
.content .popup-det .box .item .stepper .divider[data-v-6e3e1398] {
          height: 0.3rem;
          width: 1px;
          background-color: #cccccc;
}
.content .popup-det .box .item .stepper .input-wrap[data-v-6e3e1398] {
          position: relative;
          display: inline-flex;
          align-items: center;
          font-size: 0.14rem;
          width: 0.41rem;
}
.content .popup-det .box .item .stepper .input-wrap .num-input[data-v-6e3e1398] {
            width: 0.3rem;
            height: 0.3rem;
            text-align: center;
            border: none;
            position: relative;
            vertical-align: middle;
}
.content .popup-det .box .item .stepper .input-wrap .suffix[data-v-6e3e1398] {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #969799;
            pointer-events: none;
            color: #333333;
}
.content .popup-det .box .item[data-v-6e3e1398]:first-of-type {
        padding-top: 0;
}
.content .popup-det .comb[data-v-6e3e1398] {
    font-size: 0.12rem;
}
.content .popup-det .comb .name-input[data-v-6e3e1398] {
      border: 1px solid #999999;
      border-radius: 4px;
      font-size: 0.14rem;
      line-height: 0.17rem;
      height: 0.36rem;
      width: calc(100% - 0.09rem);
      padding-left: 0.09rem;
      -webkit-appearance: none;
      /* 去掉系统装饰 */
      -moz-appearance: none;
           appearance: none;
      background: transparent;
      border: none;
      outline: none;
      border: 1px solid #999999;
      color: #333333;
      border-radius: 4px;
      -webkit-tap-highlight-color: transparent;
      /* 去掉点击黑影 */
}
.content .popup-det .tip[data-v-6e3e1398] {
    padding-top: 0.16rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.1rem;
    color: #999999;
    line-height: 0.14rem;
    display: flex;
    flex-direction: column;
    text-align: justify;
}
.content .bottom[data-v-6e3e1398] {
  display: flex;
  justify-content: space-between;
  height: 0.44rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  padding: 0 0.16rem 0.2rem 0.16rem;
  font-size: 0.16rem;
}
.content .bottom .left[data-v-6e3e1398] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 0.22rem;
    flex: 1;
    color: #333333;
}
.content .bottom .right[data-v-6e3e1398] {
    height: 100%;
    border-left: 1px solid #e5e5e5;
    color: #e12817;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e12817;
    border-radius: 0.22rem;
    flex: 1;
    margin-left: 0.17rem;
}

@charset "UTF-8";
.opera-area[data-v-54c2479a] {
  position: fixed;
  z-index: 995;
  width: 100%;
  display: flex;
  padding: 0.18rem 0 0.2rem 0;
  background: #fff;
  touch-action: none;
  bottom: 0;
}
.opera-area .left[data-v-54c2479a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    width: 1.13rem;
}
.opera-area .left .title[data-v-54c2479a] {
      display: flex;
      font-size: 0.16rem;
      color: #333;
      font-weight: bold;
      align-items: center;
      line-height: 0.22rem;
}
.opera-area .left .title .special-text[data-v-54c2479a] {
        color: #e12817;
}
.opera-area .left .title img[data-v-54c2479a] {
        width: 0.08rem;
        height: 0.08rem;
        margin-left: 0.03rem;
}
.opera-area .left .subtitle[data-v-54c2479a] {
      padding-top: 0.02rem;
      font-size: 0.12rem;
      color: #999;
      text-align: center;
      font-weight: 500;
      font-family: PingFangSC, PingFang SC;
}
.opera-area .left .subtitle .special-text[data-v-54c2479a] {
        color: #e12817;
}
.opera-area .right-area[data-v-54c2479a] {
    display: flex;
    width: 2.62rem;
}
.opera-area .right-area .right[data-v-54c2479a] {
      width: 1.15rem;
      height: 0.44rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.16rem;
      color: #ffffff;
      font-weight: bold;
      border-radius: 0.22rem;
      background-color: #999999;
      margin-right: 0.16rem;
}
.opera-area .right-area .mt[data-v-54c2479a] {
      margin-right: 0.16rem;
}
.opera-area .right-area .highLight[data-v-54c2479a] {
      background-color: #e12817;
}
.search-box[data-v-54c2479a] {
  background-color: #fff;
  width: 100%;
  padding: 0.08rem 0.16rem;
  position: fixed;
  top: 0.88rem;
  box-sizing: border-box;
  z-index: 999;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.search-box .border-box[data-v-54c2479a] {
    border-radius: 0.15rem;
    border: 0.01rem solid #DDDDDD;
    display: flex;
    height: 0.3rem;
    align-items: center;
    padding-left: 0.16rem;
}
.search-box .border-box img[data-v-54c2479a] {
      width: 0.16rem;
      height: 0.16rem;
}
.search-box .border-box .tip[data-v-54c2479a] {
      font-size: 0.13rem;
      color: #999999;
      margin-left: 0.08rem;
}

/* tabs样式 */
.list-wrapper[data-v-54c2479a] {
  background-color: #fff;
  overflow-x: hidden;
  height: 100%;
}
.list-wrapper .isHold[data-v-54c2479a] {
    display: flex;
    background: #FFEAE8;
    border-radius: 0.11rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #E12817;
    justify-content: center;
    align-items: center;
    width: 0.64rem;
    height: 0.22rem;
    margin-left: 0.16rem;
    margin-top: 0.1rem;
    margin-bottom: -0.08rem;
    z-index: 10000;
    position: relative;
}
.list-wrapper .isClear[data-v-54c2479a] {
    display: flex;
    background: #EEEEEE;
    border-radius: 0.11rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    justify-content: center;
    align-items: center;
    width: 0.64rem;
    height: 0.22rem;
    margin-bottom: 0.08rem;
    margin-left: 0.16rem;
    margin-top: 0.24rem;
    margin-bottom: -0.08rem;
    z-index: 10000;
    position: relative;
}
[data-v-54c2479a] .div__line {
  bottom: 24px;
}
.wrapperTips .wrapper[data-v-54c2479a] {
  padding: 0.24rem 0.16rem 0.72rem 0.16rem;
}
.wrapperTips .wrapper .fix-part[data-v-54c2479a] {
    font-size: 0.15rem;
    line-height: 0.21rem;
    color: #333333;
    margin-bottom: 0.08rem;
    text-align: justify;
}
.wrapperTips .wrapper .body[data-v-54c2479a] {
    font-size: 0.15rem;
    color: #333333;
    text-align: justify;
}
.wrapperTips .wrapper .body p[data-v-54c2479a] {
      margin: 0.08rem 0;
}
.wrapperTips .wrapper .btn-group[data-v-54c2479a] {
    margin-top: 0.16rem;
    display: flex;
    border-top: 1px solid #E5E5E5;
    height: 0.48rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.wrapperTips .wrapper .btn-group .cancelBtn[data-v-54c2479a],
    .wrapperTips .wrapper .btn-group .continueView[data-v-54c2479a] {
      height: 0.48rem;
      text-align: center;
      font-size: 0.16rem;
      line-height: 0.48rem;
}
.wrapperTips .wrapper .btn-group .cancelBtn[data-v-54c2479a] {
      color: #999;
      width: 1.39rem;
      border-right: 1px solid #E5E5E5;
}
.wrapperTips .wrapper .btn-group .continueView[data-v-54c2479a] {
      color: #e12817;
      width: 1.39rem;
}
.list-bottom-space[data-v-54c2479a] {
  display: flex;
  position: fixed;
  bottom: 0.68rem;
  width: 100%;
  z-index: 995;
  overflow-x: auto;
  background-color: #fff;
  border-top: 1px solid #EEE;
  box-sizing: border-box;
  box-shadow: 0rem -0.02rem 0.07rem 0rem rgba(186, 186, 186, 0.28);
  padding: 0.16rem;
}
.list-bottom-space[data-v-54c2479a]::-webkit-scrollbar {
    display: none;
    /* 隐藏滚动条 */
}
.list-bottom-space .fund-list[data-v-54c2479a] {
    display: flex;
    height: 100%;
    align-items: center;
}
.list-bottom-space .fund-item[data-v-54c2479a] {
    font-size: 0.12rem;
    color: #333333;
    font-family: PingFangSC, PingFang SC;
    display: flex;
    border: 0.01rem solid #CCCCCC;
    border-radius: 8px;
    margin-right: 0.08rem;
    width: 1.24rem;
    height: 0.75rem;
    box-sizing: border-box;
    text-align: justify;
    padding: 0.12rem 0.08rem;
    position: relative;
    line-height: 0.17rem;
    align-items: center;
}
.list-bottom-space .fund-item .fund-name[data-v-54c2479a] {
      width: 1.08rem;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
      text-align: left;
}
.list-bottom-space .fund-item span[data-v-54c2479a] {
      position: absolute;
      top: -0.04rem;
      right: -0.04rem;
      width: 0.24rem;
      height: 0.24rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
}
.list-bottom-space .fund-item span img[data-v-54c2479a] {
        width: 0.1rem;
        height: 0.1rem;
}
.container-shadow[data-v-54c2479a] {
  box-shadow: 0rem -0.02rem 0.07rem 0rem rgba(186, 186, 186, 0.28);
}
.container-no-fixed[data-v-54c2479a] {
  position: relative;
}
.back-box[data-v-54c2479a] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 992;
  width: 100%;
  height: 0.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.44rem;
  box-sizing: border-box;
  background-color: #fff;
}
.back-box img[data-v-54c2479a] {
    width: 0.12rem;
    height: 0.20rem;
    z-index: 2;
    margin-left: 0.16rem;
}
.back-box .title[data-v-54c2479a] {
    font-size: .18rem;
    color: #333;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: .25rem;
    font-family: PingFangSC, PingFang SC;
}
.back-box .bar-right[data-v-54c2479a] {
    font-weight: 400;
    color: #E12817;
    font-size: 0.14rem;
    line-height: .22rem;
    position: absolute;
    right: 0.16rem;
    font-family: PingFangSC, PingFang SC;
    padding-top: 0.04rem;
    display: flex;
    align-items: center;
}
.back-box .bar-right img[data-v-54c2479a] {
      width: 0.12rem;
      height: 0.12rem;
      margin-right: 0.02rem;
}
.nav-bar-list-wrap[data-v-54c2479a] {
  position: fixed;
  top: 1.18rem;
  width: 100%;
  z-index: 8;
  background-color: #f5f5f5;
}
.nav-bar-list[data-v-54c2479a] {
  display: flex;
  width: 100%;
  background-color: #fff;
  font-size: 0.16rem;
  padding-top: 0.16rem;
}
.nav-bar-list .nav-bar-item[data-v-54c2479a] {
    margin: 0.16rem auto;
    margin-bottom: 0.16rem;
    position: relative;
    font-family: PingFangSC, PingFang SC;
    color: #333333;
    font-weight: 400;
    line-height: 0.22rem;
}
.nav-bar-list .active-nav-bar-item[data-v-54c2479a] {
    color: #E12817;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
}
.nav-bar-list .active-nav-bar-item[data-v-54c2479a]::after {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    background-color: #E12817;
    bottom: -0.04rem;
    width: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}
.topBySmall[data-v-54c2479a] {
  margin-top: 1.16rem !important;
}
.mtByIphone[data-v-54c2479a] {
  margin-top: 0.88rem !important;
}
.scroll-content-new[data-v-54c2479a] {
  position: relative;
  z-index: 1;
  padding-bottom: 0.72rem;
  background-color: #fff;
}
.scroll-content-new .loading-box[data-v-54c2479a] {
    display: flex;
    height: 5rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 0.16rem;
    box-sizing: border-box;
    margin-top: 0.44rem;
}

/* 移动端兼容 */
*[data-v-54c2479a] {
  -webkit-tap-highlight-color: transparent;
  scrollbar-width: none;
}
*[data-v-54c2479a]::-webkit-scrollbar {
  display: none;
}
.risk_alert[data-v-54c2479a] {
  position: relative;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.08rem;
  padding: 0.24rem 0 0rem 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.risk_alert_title[data-v-54c2479a] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.25rem;
    text-align: center;
    font-style: normal;
    width: 100%;
    margin-bottom: 0.08rem;
}
.risk_alert_body[data-v-54c2479a] {
    width: 100%;
    padding: 0 0.16rem;
    box-sizing: border-box;
}
.risk_alert_body_title[data-v-54c2479a], .risk_alert_body_desc[data-v-54c2479a] {
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 0.15rem;
      color: #333333;
      line-height: 0.21rem;
      text-align: justify;
      font-style: normal;
}
.risk_alert_body[data-v-54c2479a] .van-checkbox__icon img {
      width: 0.18rem;
      height: 0.18rem;
}
.risk_alert_body[data-v-54c2479a] .van-checkbox__icon .van-icon {
      border: 1px solid #E12817;
      line-height: 1;
}
.risk_alert_body[data-v-54c2479a] .van-checkbox__icon--disabled .van-icon {
      background-color: #eeeeee;
      border-color: #cccccc;
}
.risk_alert_body[data-v-54c2479a] .van-checkbox__icon--checked .van-icon {
      color: #fff;
      background-color: #E12817;
      border-color: #E12817;
}
.risk_alert_body[data-v-54c2479a] .van-icon-success::before {
      font-size: 12px;
}
.risk_alert .bottom-btn[data-v-54c2479a] {
    position: relative;
    width: 100%;
    height: 0.48rem;
    border-top: 1px solid #E5E5E5;
    bottom: 0;
    left: 0;
    display: flex;
    margin-top: 0.16rem;
}
.risk_alert .bottom-btn span[data-v-54c2479a] {
      font-family: PingFangSC, PingFang SC;
      width: 1.39rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 400;
      font-size: 0.18rem;
      line-height: 0.25rem;
      text-align: right;
      font-style: normal;
}
.risk_alert .bottom-btn span[data-v-54c2479a]:nth-child(1) {
      border-right: 1px solid #E5E5E5;
}
.risk_alert .bottom-btn .default_gray[data-v-54c2479a] {
      color: #999999;
}
.risk_alert .bottom-btn .heigh_light[data-v-54c2479a] {
      color: #E12817 !important;
}
[data-v-54c2479a] .van-dialog {
  width: 2.8rem;
  border-radius: 0.08rem;
}
[data-v-54c2479a] .red-color {
  color: #E12817 !important;
}
.data-loading-box[data-v-54c2479a] {
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


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