.finance {
  padding: 0.4rem auto;
  font-family: PingFang SC;
  font-weight: 400;
}
.a-text {
  cursor: pointer;
}
.a-text:hover {
  text-decoration: underline;
}
.top {
  padding: 0;
  font-size: 0.3rem;
  height: 0.7rem;
  display: flex;
  justify-content: space-between;
}
.top-l > img {
  cursor: pointer;
  margin-right: 0.25rem;
}
.top-line {
  width: 100%;
  height: 1px;
  background: #e6e7eb;
  opacity: 1;
}
.top-r {
  display: flex;
  flex-direction: row;
}
.item-balance {
  margin-right: 0.92rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.money {
  display: flex;
  /* align-items: center; */
  font-size: 32px;
  line-height: 24px;
  color: #1e2736;
}
.btn-tx,
.btn-cz {
  margin-left: 0.2rem;
  height: 0.24rem;
  padding: 0 0.06rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  cursor: pointer;
}
.btn-tx {
  background: #0058ff;
  color: rgba(255, 255, 255, 0.9);
}
.btn-cz {
  color: #0058ff;
  border: 1px solid #0058ff;
}
.money .tx-list {
  font-size: 0.12rem;
  font-family: PingFang SC;
  font-weight: 500;
  margin-left: 0.06rem;
  color: #0058ff;
  cursor: pointer;
}
.item-unbalance {
  display: flex;
  flex-direction: column;
}
.money-num {
  text-align: right;
}
.money-num > .text {
  color: #8692b0;
  font-size: 13px;
  margin-top: 0.12rem;
}
.item-balance > .text {
  color: #8692b0;
  font-size: 13px;
  margin-top: 0.12rem;
}
.item-unbalance > .text {
  color: #8692b0;
  font-size: 13px;
  margin-top: 0.12rem;
  display: flex;
  flex-direction: row-reverse;
}
.content_searchbar {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
.content_searchbar .left_tips {
  display: flex;
  align-items: center;
}
.content_searchbar .left_tips .all-pay {
  padding: 0 10px;
  height: 32px;
  color: #ffffff;
  background: #0058ff;
  margin-right: 0.2rem;
}
.content_searchbar .left_tips .tips_item {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.finance .el-tabs__content {
  min-height: 5rem;
}
.dot {
  width: 0.08rem;
  height: 0.08rem;
  line-height: 0.1rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.1rem;
}
/* 新订单 */
.new {
  background: #0058ff;
}
/* 续费订单 */
.renew {
  background: #3dd598;
}
/* 升降级订单 */
.upgrade {
  background: #f0142f;
}
/* 人工订单 */
.artificial {
  background: #f99600;
}
/* 充值订单 */
.recharge {
  background: #9C27B0;
}
.main_table {
  margin-top: 0.7rem;
  border: 1px solid #e6e7eb;
}
.main_table > thead > tr > th:nth-child(1) {
  padding-left: 0.3rem;
}
.tabledata {
  padding-bottom: 0.23rem;
  border: 1px solid #e6e7eb;
}
.pay-html {
  display: flex;
  justify-content: center;
}
.pay-html > img {
  width: 2.5rem;
  height: 2.5rem;
}
.Unpaid {
  background-color: rgba(240, 20, 47, 0.08);
  color: #f0142f;
  border: none;
}
.Paid {
  background-color: rgba(61, 213, 152, 0.12);
  color: #3dd598;
  border: none;
}
.Refunded {
  background-color: rgba(64, 158, 255, 0.12);
  color: #409EFF;
  border: none;
}
.gateway-pay {
  color: #5c5ee4;
  cursor: pointer;
}
.tooltip {
  text-align: center;
}
/* 余额记录类型 */
.balance-tag {
  padding: 0.04rem 0.1rem;
  border-radius: 3px;
  font-size: 13px;
}
/* 充值 */
.Recharge,
.balance-tag.recharge {
  background: rgba(54, 153, 255, 0.12);
  color: #3699ff;
}
/* 应用至订单 - 扣费 */
.Applied {
  background: rgba(249, 150, 0, 0.12);
  color: #f99600;
}
/* 退款 */
.Refund {
  background: rgba(240, 20, 47, 0.12);
  color: #f0142f;
}
/* 提现 */
.Withdraw {
  background: rgba(61, 213, 152, 0.12);
  color: #3dd598;
}
.Artificial {
  background: rgba(54, 153, 255, 0.12);
  color: #3699FF;
}
/* 提现弹窗 */
.tx-dialog .el-dialog__body,
.cz-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem;
}
.el-form,
.el-select {
  width: 100%;
}
/* el-form label 样式 */
.el-form-item__label {
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1e2736;
}
.tx-dialog .el-input__suffix {
  display: flex;
  align-items: center;
  padding-right: 0.16rem;
}
.kd-dialog .dialog-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171725;
}
.kd-dialog .dialog-dec {
  margin-top: 0.2rem;
  color: #1E2736;
}
.kd-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem 0.6rem 0.8rem;
  font-size: 0.16rem;
}
.kd-dialog .dialog-box {
  margin-top: 0.3rem;
  padding: 0.2rem 0.16rem;
  border: 0.01rem solid #E6E7EB;
}
.kd-dialog .kd-item {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
}
.kd-dialog .kd-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.kd-dialog .kd-item .kd-label {
  color: #8692B0;
}
.kd-dialog .kd-item .kd-value {
  margin-left: 0.3rem;
  color: #4E5259;
}
.kd-dialog .dialog-fotter {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.kd-dialog .dialog-fotter .el-button {
  width: 1.12rem;
  height: 0.46rem;
  color: #1E2736;
  font-size: 0.16rem;
  background: #E7E7E7;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.info-dialog .dialog-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171725;
}
.info-dialog .certification-info {
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.16rem;
  border: 0.01rem solid #E6E7EB;
}
.info-dialog .certification-info .kd-item {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
}
.info-dialog .certification-info .kd-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.info-dialog .certification-info .kd-item .kd-label {
  color: #8692B0;
}
.info-dialog .certification-info .kd-item .kd-value {
  margin-left: 0.3rem;
  color: #4E5259;
}
.info-dialog .dialog-dec {
  font-size: 0.14rem;
  padding: 0.12rem 0.16rem;
  margin-top: 0.4rem;
  color: #F64E60;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  background: #FDE6E9;
}
.info-dialog .dialog-dec p {
  margin: 0;
}
.info-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem 0.6rem 0.8rem;
  font-size: 0.16rem;
}
.info-dialog .dialog-fotter {
  display: flex;
  justify-content: end;
  margin-top: 0.4rem;
}
.info-dialog .info-form .el-form-item__label {
  padding: 0 !important;
}
.info-dialog .save-btn,
.info-dialog .cancel-btn {
  width: 1.12rem;
  height: 0.46rem;
  font-size: 0.16rem;
  border-radius: 0.03rem;
  border: none;
}
.info-dialog .save-btn {
  background: #0058FF;
  color: rgba(255, 255, 255, 0.9);
}
.info-dialog .cancel-btn {
  margin-left: 0.12rem;
  background: #E7E7E7;
  color: #1E2736;
}
.cancel-dialog .dialog-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171725;
}
.cancel-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem 0.6rem 0.8rem;
  font-size: 0.16rem;
}
.cancel-dialog .dialog-dec {
  margin-top: 0.3rem;
  color: #171725;
}
.cancel-dialog .dialog-fotter {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.cancel-dialog .dialog-fotter .save-btn,
.cancel-dialog .dialog-fotter .cancel-btn {
  width: 1.12rem;
  height: 0.46rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: none;
  font-size: 0.16rem;
}
.cancel-dialog .dialog-fotter .save-btn {
  background: #0058FF;
  color: rgba(255, 255, 255, 0.9);
}
.cancel-dialog .dialog-fotter .cancel-btn {
  margin-left: 0.12rem;
  background: #E7E7E7;
  color: #1E2736;
}
.mail-dialog .dialog-title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171725;
}
.mail-dialog .dialog-dec {
  font-size: 0.14rem;
  margin-top: 0.3rem;
  color: #1E2736;
}
.mail-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem 0.6rem 0.8rem;
  font-size: 0.16rem;
}
.mail-dialog .dialog-fotter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}
.mail-dialog .info-form .el-form-item__label {
  padding: 0 !important;
}
.mail-dialog .fotter-left {
  color: #1e2736;
  font-size: 0.16rem;
}
.mail-dialog .fotter-left .price-blue {
  font-weight: bold;
  color: #0058FF;
}
.mail-dialog .save-btn,
.mail-dialog .cancel-btn {
  width: 1.12rem;
  height: 0.46rem;
  font-size: 0.16rem;
  border-radius: 0.03rem;
  border: none;
}
.mail-dialog .save-btn {
  background: #0058FF;
  color: rgba(255, 255, 255, 0.9);
}
.mail-dialog .cancel-btn {
  margin-left: 0.12rem;
  background: #E7E7E7;
  color: #1E2736;
}
.creat-dia .dialog-tips {
  display: flex;
}
.creat-dia .tips_item {
  margin-right: 0.2rem;
}
/* 信用额开始 */
.credit-content {
  margin-top: 0.4rem;
}
.credit-content .credit-top {
  display: flex;
  margin-bottom: 0.4rem;
}
.credit-content .credit-top .credit-item {
  margin-left: 0.4rem;
  padding: 0.31rem 0.2rem 0.4rem 0.2rem;
  flex: 1;
  flex-shrink: 0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #E6E7EB;
}
.credit-content .credit-top .credit-item:nth-of-type(1) {
  margin-left: 0;
}
.credit-content .credit-top .credit-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8692B0;
}
.credit-content .credit-top .credit-item .item-top .item-l {
  font-size: 0.16rem;
}
.credit-content .credit-top .credit-item .item-top .item-r {
  font-size: 0.14rem;
}
.credit-content .credit-top .credit-item .item-top .label-box {
  display: inline-block;
  padding: 0.03rem 0.16rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.credit-content .credit-top .credit-item .item-top .is-active {
  background-color: rgba(54, 153, 255, 0.12);
  color: #3699FF;
}
.credit-content .credit-top .credit-item .item-top .no-active {
  background-color: rgba(240, 20, 47, 0.08);
  color: #f0142f;
}
.credit-content .credit-top .credit-item .item-bottom {
  margin-top: 0.1rem;
}
.credit-content .credit-top .credit-item .item-bottom .item-bl {
  font-size: 0.28rem;
  font-weight: bold;
  color: #1E2736;
}
.credit-content .credit-top .credit-item .flex-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit-content .credit-top .credit-item .flex-bottom .credit-btn,
.credit-content .credit-top .credit-item .flex-bottom .no-btn {
  height: 0.32rem;
  font-size: 0.14rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.credit-content .credit-top .credit-item .flex-bottom .credit-btn {
  background: #0058FF;
  color: #FFFFFF;
}
.credit-content .credit-top .credit-item .flex-bottom .no-btn {
  border: 0.01rem solid #E6E7EB;
  background: #FFFFFF;
  color: #757575;
}
.credit-content .credit-operation {
  cursor: pointer;
  font-size: 0.14rem;
  color: #0058FF;
}
/* 信用额结束 */
/* 支付弹窗开始 */
.zf-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem;
  font-size: 0.16rem;
}
.dialog-form {
  display: flex;
  flex-direction: column;
}
.el-row {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.form-footer {
  display: flex;
  justify-content: flex-end;
}
.form-footer > .btn-ok {
  background: #0058ff;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-footer > .btn-no {
  background: #e7e7e7;
  border-radius: 3px;
  color: #1e2736;
  display: flex;
  align-items: center;
  justify-content: center;
}
.true-money {
  color: #ffa800;
}
.orderid_a {
  cursor: pointer;
}
.orderid_a:hover {
  border-bottom: 2px solid #808080;
}
.el-input__suffix {
  display: flex;
  align-items: center;
}
.input-search {
  padding-right: 0.1rem;
  cursor: pointer;
}
.cz-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cz-input > .btn-ok {
  margin-left: 0.1rem;
  height: 0.46rem;
  background: #0058ff;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-table__expand-icon {
  position: absolute;
  left: 0.1rem;
}
.el-table__indent {
  padding: 0 !important;
}
.mobel {
  display: none;
}
.el-icon-more {
  font-size: 0.16rem;
  color: #0058ff;
  cursor: pointer;
}
.el-popover {
  min-width: 0.5rem !important;
}
.operation-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.operation-item {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
  cursor: pointer;
}
.operation-item:hover {
  color: #0058ff;
}
.has-border {
  border: 0.01rem solid #E6E7EB;
}
.contract-status {
  display: inline-block;
  padding: 0.04rem 0.1rem;
  border-radius: 0.03rem;
}
.help-icon {
  cursor: pointer;
  margin-left: 0.04rem;
}
.delete-dialog .el-dialog__header {
  padding: 0;
}
.delete-dialog .el-dialog__body {
  padding: 0;
}
.delete-box {
  height: 2.56rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.delete-content {
  font-size: 0.18rem;
  color: #171725;
}
.delete-btn {
  margin-top: 0.4rem;
}
.delete-btn .confirm-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 1.12rem;
  height: 0.46rem;
  margin-right: 0.12rem;
  background: #0058ff;
  line-height: 0.46rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0.03rem;
}
.delete-btn .cancel-btn {
  cursor: pointer;
  display: inline-block;
  color: #1e2736;
  background: #e7e7e7;
  border-radius: 0.03rem;
  text-align: center;
  width: 1.12rem;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 750px) {
  .top {
    flex-direction: column;
    height: auto;
  }
  .top-l {
    font-size: 0.48rem;
  }
  .top-r {
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .item-balance {
    margin-right: 0;
  }
  .content_searchbar .left_tips .tips_item {
    margin-right: 0.1rem;
  }
  .searchbar {
    width: 100%;
  }
  .searchbar .el-input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .content_searchbar {
    flex-wrap: wrap;
  }
  .mob-searchbar {
    margin-top: 0.53rem;
  }
  .mob-search-input {
    height: 0.8rem;
    background: rgba(134, 146, 176, 0.1);
    border-radius: 3px 3px 0px 0px;
  }
  .mob-search-input > input {
    height: 0.8rem;
    background: rgba(134, 146, 176, 0.1);
    border-radius: 3px 3px 0px 0px;
  }
  /* 订单记录表格开始 */
  .mob-tabledata {
    display: flex;
    flex-direction: column;
    border: 1px solid #d7d8db;
    border-radius: 0px 0px 3px 3px;
  }
  .mob-tabledata-item {
    /* height: 2.32rem; */
    height: auto;
    border-bottom: 1px solid #d7d8db;
    display: flex;
    flex-direction: column;
    padding: 0 0.3rem;
  }
  .mob-item-row {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  .mob-item-row1,
  .mob-item-row3,
  .mob-item-row-notes {
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #8692b0;
    margin-left: 0.26rem;
  }
  .mob-item-row1 {
    margin-top: 0.41rem;
    align-items: center;
  }
  .mob-item-row2 {
    font-size: 0.3rem;
    line-height: 0.31rem;
    color: #1e2736;
  }
  .mob-item-row3 {
    margin-bottom: 0.33rem;
  }
  .mob-item-row2-name {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /*
  .row2-name-text {} */
  .bottom-text {
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #8692b0;
    margin: 0.4rem 0;
    display: flex;
    justify-content: center;
  }
  .back-top-img {
    width: 0.88rem;
    position: fixed;
    right: 0.3rem;
    bottom: 1.17rem;
  }
  /* 订单记录表格结束 */
  /* 充值弹窗 */
  .el-form-item__label {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .dialog-form .el-input__inner {
    height: 0.8rem;
  }
  .cz-input > .btn-ok {
    height: 0.8rem;
  }
  /* 提现弹窗 */
  .dialog-footer {
    flex-direction: column;
  }
  .dialog-footer .btn-ok,
  .dialog-footer .btn-no {
    width: 100%;
    height: 0.8rem;
    font-size: 0.34rem;
  }
  .dialog-footer .btn-no {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  /* 订单详情 */
  .top-line {
    display: none;
  }
  .order-detail-table {
    margin-top: 0.5rem;
  }
  .main_table {
    display: none;
  }
  .mob-item-row-child {
    /* padding-left: .26rem;
    padding-right: .2rem;
    padding-top: .16rem;
    padding-bottom: .16rem;
    padding: .16rem .2rem 0 .26rem; */
    background: #eef4ff;
    display: flex;
    flex-direction: column;
  }
  .child-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.26rem;
    margin-bottom: 0.16rem;
    line-height: 0.4rem;
    color: #8692b0;
    margin-left: 0.26rem;
    margin-right: 0.2rem;
  }
  .child-row:nth-child(1) {
    margin-top: 0.16rem;
  }
  .child-row-name {
    color: #1e2736;
    width: 2.86rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .money {
    font-size: 0.4rem;
  }
  .item-balance > .text {
    font-size: 0.26rem;
  }
  .money-num > .text {
    font-size: 0.26rem;
  }
  .item-unbalance > .text {
    font-size: 0.26rem;
  }
  .btn-tx,
  .btn-cz {
    height: 0.42rem;
    width: 0.76rem;
    font-size: 0.22rem;
  }
  .balance-tag {
    font-size: 0.24rem;
  }
  .left_tips {
    font-size: 0.26rem;
  }
  .balance-searchbar {
    margin-top: 0;
  }
  .form-footer {
    display: flex;
    flex-direction: column;
  }
}

/* finance theme refresh */
#finance .finance.main-card,
#finance .main-card {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#finance .top {
  position: relative;
  min-height: 190px;
  height: auto;
  padding: 32px 36px;
  border: 1px solid rgba(188, 222, 247, 0.92);
  background: rgba(236, 246, 255, 0.92);
  align-items: stretch;
  gap: 24px;
  overflow: hidden;
}

#finance .top::before,
#finance .top::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

#finance .top::before {
  width: 200px;
  height: 200px;
  top: -110px;
  right: -24px;
  background: rgba(151, 206, 250, 0.24);
}

#finance .top::after {
  width: 160px;
  height: 160px;
  left: -70px;
  bottom: -78px;
  background: rgba(121, 191, 255, 0.14);
}

#finance .top-l,
#finance .top .top-l {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  color: #153a60;
}

#finance .top-r {
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px;
  width: min(100%, 560px);
}

#finance .item-balance,
#finance .item-unbalance {
  margin-right: 0;
  min-height: 138px;
  padding: 22px 24px;
  border: 1px solid rgba(189, 221, 247, 0.92);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  align-items: flex-start;
  justify-content: space-between;
}

#finance .money {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #153a60;
}

#finance .money-num,
#finance .item-balance > .text,
#finance .item-unbalance > .text {
  text-align: left;
}

#finance .money-num > .text,
#finance .item-balance > .text,
#finance .item-unbalance > .text {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #7186a1;
}

#finance .btn-cz,
#finance .btn-tx {
  min-width: 76px;
  height: 34px;
  margin-left: 0;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

#finance .btn-tx {
  background: #79bfff;
  color: #fff;
}

#finance .btn-cz {
  background: rgba(255, 255, 255, 0.92);
  color: #2f7fe0;
  border: 1px solid rgba(137, 191, 242, 0.96);
}

#finance .money .tx-list,
#finance .money .tx-list .el-badge__content.is-dot {
  color: #2f7fe0;
}

#finance .content_box {
  margin-top: 26px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(191, 223, 247, 0.92);
  background: rgba(248, 252, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

#finance .content_tab,
#finance .content_table {
  box-sizing: border-box;
}

#finance .finance .el-tabs__header {
  margin: 0 0 24px;
  padding: 0 8px;
}

#finance .finance .el-tabs__nav-wrap::after {
  display: none;
}

#finance .finance .el-tabs__nav-scroll {
  display: flex;
}

#finance .finance .el-tabs__nav {
  float: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#finance .finance .el-tabs__item {
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #5f7996;
  transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

#finance .finance .el-tabs__item:hover {
  color: #2f7fe0;
}

#finance .finance .el-tabs__item.is-active {
  color: #fff;
  background: #79bfff;
  box-shadow: 0 10px 20px rgba(103, 171, 236, 0.22);
}

#finance .finance .el-tabs__active-bar {
  display: none;
}

#finance .content_searchbar {
  align-items: center;
  gap: 18px;
  margin: 0 0 20px;
  flex-wrap: wrap;
  padding: 0 8px;
}

#finance .content_searchbar .left_tips {
  flex-wrap: wrap;
  gap: 10px 18px;
}

#finance .content_searchbar .left_tips .all-pay {
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: #79bfff;
  box-shadow: 0 10px 20px rgba(103, 171, 236, 0.18);
}

#finance .content_searchbar .left_tips .all-pay:hover,
#finance .content_searchbar .left_tips .all-pay:focus {
  background: #68b4ff;
  color: #fff;
}

#finance .content_searchbar .left_tips .tips_item {
  margin-right: 0;
  font-size: 13px;
  color: #6d84a0;
}

#finance .searchbar {
  margin-left: auto;
}

#finance .searchbar .el-input__inner,
#finance .balance-searchbar .el-input__inner,
#finance .tx-dialog .el-input__inner,
#finance .tx-dialog .el-textarea__inner,
#finance .tx-dialog .el-select .el-input__inner,
#finance .cz-dialog .el-input__inner,
#finance .kd-dialog .el-input__inner {
  height: 44px;
  border: 1px solid rgba(180, 215, 244, 0.96);
  background: rgba(255, 255, 255, 0.94);
  color: #21456b;
}

#finance .tx-dialog .el-textarea__inner {
  min-height: 112px !important;
}

#finance .tabledata,
#finance .main_table,
#finance .mob-tabledata {
  border: 0;
  background: transparent;
  box-shadow: none;
}

#finance .tabledata {
  margin: 0 8px;
  padding: 0 0 18px;
}

#finance .main_table {
  margin-left: 8px;
  margin-right: 8px;
}

#finance .tabledata .el-table,
#finance .main_table .el-table {
  color: #21456b;
}

#finance .tabledata .el-table th,
#finance .main_table .el-table th {
  background: rgba(236, 246, 255, 0.92);
}

#finance .tabledata .el-table td,
#finance .tabledata .el-table th,
#finance .main_table .el-table td,
#finance .main_table .el-table th {
  border-bottom-color: rgba(226, 238, 248, 0.96);
}

#finance .tabledata .el-table--enable-row-hover .el-table__body tr:hover > td,
#finance .main_table .el-table--enable-row-hover .el-table__body tr:hover > td {
  background: rgba(245, 250, 255, 0.96);
}

#finance .tabledata .myPage,
#finance .main_table .myPage,
#finance .tabledata .el-pagination,
#finance .main_table .el-pagination {
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}

#finance .balance-tag,
#finance .Unpaid,
#finance .Paid,
#finance .Refunded,
#finance .Recharge,
#finance .Applied,
#finance .Refund,
#finance .Withdraw,
#finance .Artificial {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

#finance .top-img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

#finance .order-detail-table,
#finance .main_table {
  margin-top: 24px;
}

#finance .mob-tabledata-item,
#finance .mob-item-row-child {
  background: transparent;
}

#finance .tx-dialog .el-dialog,
#finance .cz-dialog .el-dialog,
#finance .delete-dialog .el-dialog,
#finance .kd-dialog .el-dialog {
  border: 1px solid rgba(189, 221, 247, 0.92);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 48px rgba(95, 152, 214, 0.18);
}

#finance .dialog-title,
#finance .delete-content {
  color: #153a60;
  font-weight: 800;
}

#finance .dialog-footer .btn-ok,
#finance .delete-btn .confirm-btn,
#finance .cz-input > .btn-ok,
#finance .dialog-fotter .el-button {
  border-radius: 12px;
  background: #79bfff;
  color: #fff;
  border-color: #79bfff;
}

#finance .dialog-footer .btn-no,
#finance .delete-btn .cancel-btn {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: #21456b;
  border: 1px solid rgba(180, 215, 244, 0.96);
}

@media screen and (max-width: 1180px) {
  #finance .top {
    padding: 28px 26px;
  }

  #finance .top-r {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #finance .content_box {
    padding: 24px 22px 24px;
  }
}

@media screen and (max-width: 750px) {
  #finance .top {
    min-height: auto;
    padding: 22px 18px;
    gap: 18px;
  }

  #finance .top-l,
  #finance .top .top-l {
    min-width: 0;
    font-size: 26px;
  }

  #finance .top-r {
    grid-template-columns: 1fr;
  }

  #finance .item-balance,
  #finance .item-unbalance {
    width: 100%;
    min-height: auto;
    padding: 18px;
  }

  #finance .money {
    font-size: 30px;
  }

  #finance .content_box {
    margin-top: 20px;
    padding: 20px 16px 22px;
  }

  #finance .finance .el-tabs__header,
  #finance .content_searchbar {
    padding: 0 4px;
  }

  #finance .tabledata,
  #finance .main_table {
    margin-left: 4px;
    margin-right: 4px;
  }

  #finance .tabledata .myPage,
  #finance .main_table .myPage,
  #finance .tabledata .el-pagination,
  #finance .main_table .el-pagination {
    padding-left: 12px;
    padding-right: 12px;
  }

  #finance .finance .el-tabs__nav {
    display: flex;
    flex-wrap: wrap;
  }

  #finance .finance .el-tabs__item {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    text-align: center;
  }

  #finance .content_searchbar {
    align-items: stretch;
  }

  #finance .searchbar {
    width: 100%;
    margin-left: 0;
  }

  #finance .dialog-footer .btn-ok,
  #finance .dialog-footer .btn-no {
    width: 100%;
  }
}
