.pay-card {
  padding: 0 0.266667rem;
}
.pay-card .refresh {
    padding-bottom: 0.42667rem;
    height: calc(100vh - 1.94667rem);
    overflow-y: auto;
}
.pay-card .tc {
    margin-top: 0.533333rem;
    margin-bottom: 0.533333rem;
    text-align: center;
}
.pay-card .mb3 {
    margin-bottom: 0.08rem;
}
.pay-card .card-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.12rem;
    background: rgba(255, 255, 255, 0.1);
    width: 9.2rem;
    position: absolute;
    bottom: 0.24rem;
    right: 0.16rem;
}
.pay-card .card-bottom .mr10 {
      margin-right: 0.266667rem;
}
.pay-card .card-bottom .mr15 {
      margin-right: 0.4rem;
}
.pay-card .card-bottom span {
      border-radius: 0.05333rem;
      color: #fff;
      border: 0.02667rem solid #fff;
      font-size: 0.373333rem;
      height: 0.72rem;
      width: 1.386667rem;
      text-align: center;
      line-height: 0.72rem;
}
.pay-card .add-btn {
    margin-top: 0.173333rem;
    margin-left: 0.16rem;
    margin-right: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.426667rem;
    color: #fff;
    background: -webkit-linear-gradient(right, #79a2ff, #6b78ff);
    background: linear-gradient(-90deg, #79a2ff, #6b78ff);
    height: 1.173333rem;
    border-radius: 0.053333rem;
    font-weight: 500;
}
.pay-card .add-btn img {
      width: 0.586667rem;
      height: 0.586667rem;
      margin-right: 0.16rem;
}
.pay-card .van-pull-refresh__track {
    height: 99%;
}
.pay-card .mt20 {
    margin-top: 20vh;
}

.cashout-card {
  padding: 0 0.266667rem;
}
.cashout-card .refresh {
    padding-bottom: 0.42667rem;
    overflow-y: auto;
    height: calc(100vh - 1.94667rem);
}
.cashout-card .tc {
    margin-top: 0.533333rem;
    margin-bottom: 0.533333rem;
    text-align: center;
}
.cashout-card .mb3 {
    margin-bottom: 0.08rem;
}
.cashout-card .add-btn {
    margin-top: 0.173333rem;
    margin-left: 0.16rem;
    margin-right: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.426667rem;
    color: #fff;
    background: -webkit-linear-gradient(right, #79a2ff, #6b78ff);
    background: linear-gradient(-90deg, #79a2ff, #6b78ff);
    height: 1.173333rem;
    border-radius: 0.053333rem;
    font-weight: 500;
}
.cashout-card .add-btn img {
      width: 0.586667rem;
      height: 0.586667rem;
      margin-right: 0.16rem;
}
.cashout-card .detail-header {
    height: 1.413333rem;
    line-height: 1.413333rem;
    text-align: center;
    position: relative;
    font-size: 0.4rem;
    background: #f5f5f5;
    color: #969696;
}
.cashout-card .detail-header .qr {
      position: absolute;
      color: #5792fd;
      right: 0.42667rem;
}
.cashout-card .detail-content {
    padding: 0.53333rem 0.53333rem;
    font-size: 0.37333rem;
}
.cashout-card .detail-content .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
.cashout-card .detail-content .item :nth-child(1) {
        color: #666666;
        width: 2.13333rem;
}
.cashout-card .detail-content .item :nth-child(2) {
        color: #333;
        margin-left: 0.4rem;
}
.cashout-card .detail-content .item .ml22 {
        margin-left: 0.58667rem;
}
.cashout-card .detail-content .item:not(:last-child) {
      margin-bottom: 0.53333rem;
}
.cashout-card .mt20 {
    margin-top: 20vh;
}

.bank-card-list .van-tabs__line {
  background-color: #5792fd;
}
.bank-card-list .tab-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  height: 1.226667rem;
}
.bank-card-list .van-tab--active {
  font-weight: 600;
}
.bank-card-list .van-tabs__wrap {
  margin-top: 0.08rem;
}
.bank-card-list .van-tabs__line {
  border-radius: 0 !important;
}
.bank-card-list .bankCards .van-dialog__message {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.53333rem;
  padding-right: 0.53333rem;
}

