/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-19bf0fe6] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-19bf0fe6] {
  font-family: 'Roboto';
}
.flex-container[data-v-19bf0fe6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-19bf0fe6] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-19bf0fe6]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-19bf0fe6] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-19bf0fe6] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-19bf0fe6] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-19bf0fe6]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-19bf0fe6]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-19bf0fe6]::after,
.card .split-line[data-v-19bf0fe6]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-19bf0fe6] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-19bf0fe6] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-19bf0fe6] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-19bf0fe6] .el-form-item__label::before {
  display: none;
}
[data-v-19bf0fe6] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-19bf0fe6] .el-table th {
  padding: 10px 0;
}
[data-v-19bf0fe6] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-19bf0fe6] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-19bf0fe6] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-19bf0fe6] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-19bf0fe6] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-19bf0fe6] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.entry-header-view[data-v-19bf0fe6] {
  display: flex;
  flex-direction: column;
}
.entry-header-view .withdraw-tab[data-v-19bf0fe6] {
  border-bottom: 4px solid rgba(150, 150, 150, 0.15);
  margin-bottom: 30px;
  font-size: 0;
}
.entry-header-view .withdraw-tab span[data-v-19bf0fe6] {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
  line-height: 46px;
}
.entry-header-view .withdraw-tab span.active[data-v-19bf0fe6] {
  font-weight: 600;
  color: #2b2b2b;
}
.entry-header-view .withdraw-tab span.active[data-v-19bf0fe6]::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #2b44b1;
}
.entry-header-view .dialog-title[data-v-19bf0fe6] {
  color: #2b2b2b;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
.entry-header-view .left-view[data-v-19bf0fe6] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.entry-header-view .warn-view[data-v-19bf0fe6] {
  text-align: center;
}
.entry-header-view .warn-view svg[data-v-19bf0fe6] {
  width: 40px;
  height: 40px;
  margin: 20px auto 11px;
  fill: #2b44b1;
}
.entry-header-view .warn-view + .dialog-title[data-v-19bf0fe6] {
  margin-top: 0;
}
.entry-header-view .title-view .amount-item-view[data-v-19bf0fe6] {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.entry-header-view .title-view .amount-item-view .amount-icon[data-v-19bf0fe6] {
  width: 20px;
  height: 20px;
}
.entry-header-view .title-view .amount-item-view .desc-view[data-v-19bf0fe6] {
  font-size: 16px;
  padding-left: 11px;
  color: #333;
}
.entry-header-view .title-view .amount-item-view[data-v-19bf0fe6] .money-text {
  font-size: 16px;
}
.entry-header-view .title-view .amount-item-view .reload-icon[data-v-19bf0fe6] {
  margin-left: 9px;
  width: 13px;
  height: 13px;
  fill: #bbb;
}
.entry-header-view .title-view .dividing-view[data-v-19bf0fe6] {
  width: 1px;
  height: 30px;
  background-color: #ddd;
}
.entry-header-view .title-view .popover-content-view[data-v-19bf0fe6] {
  display: flex;
  align-items: center;
  position: relative;
}
.entry-header-view .title-view .popover-view[data-v-19bf0fe6] {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 125px;
  padding: 0 5px;
  height: 21px;
  background-color: #2b44b1;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-header-view .title-view .popover-view > span[data-v-19bf0fe6] {
  margin-left: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.entry-header-view .title-view .popover-view[data-v-19bf0fe6]::before {
  content: ' ';
  width: 6px;
  height: 6px;
  background-color: #2b44b1;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.entry-header-view .right-view[data-v-19bf0fe6] {
  width: 41px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-010c1f9d] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-010c1f9d] {
  font-family: 'Roboto';
}
.flex-container[data-v-010c1f9d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-010c1f9d] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-010c1f9d]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-010c1f9d] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-010c1f9d] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-010c1f9d] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-010c1f9d]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-010c1f9d]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-010c1f9d]::after,
.card .split-line[data-v-010c1f9d]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-010c1f9d] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-010c1f9d] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-010c1f9d] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-010c1f9d] .el-form-item__label::before {
  display: none;
}
[data-v-010c1f9d] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-010c1f9d] .el-table th {
  padding: 10px 0;
}
[data-v-010c1f9d] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-010c1f9d] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-010c1f9d] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-010c1f9d] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-010c1f9d] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-010c1f9d] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.entry-large-amount-withdraw-view[data-v-010c1f9d] {
  width: 100%;
}
.entry-large-amount-withdraw-view .title-view[data-v-010c1f9d] {
  justify-content: center;
  align-items: baseline;
  text-align: center;
  font-size: 13px;
  color: #2b2b2b;
}
.entry-large-amount-withdraw-view .title-view > span[data-v-010c1f9d] {
  padding: 0 4px;
  color: #2b44b1;
}
.entry-large-amount-withdraw-view .title-view > span.text-danger[data-v-010c1f9d] {
  color: #da0000;
  font-size: 14px;
  font-weight: bold;
}
.entry-large-amount-withdraw-view .title-view > p[data-v-010c1f9d] {
  color: #2b2b2b;
}
.entry-large-amount-withdraw-view .section-view[data-v-010c1f9d] {
  padding-top: 20px;
  padding-bottom: 40px;
}
.entry-large-amount-withdraw-view .section-view .section-item-view[data-v-010c1f9d] {
  height: 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.entry-large-amount-withdraw-view .section-view .left-view[data-v-010c1f9d] {
  font-size: 14px;
  color: #333;
}
.entry-large-amount-withdraw-view .section-view .right-view[data-v-010c1f9d] {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: bold;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-21cc395d] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-21cc395d] {
  font-family: 'Roboto';
}
.flex-container[data-v-21cc395d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-21cc395d] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-21cc395d]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-21cc395d] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-21cc395d] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-21cc395d] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-21cc395d]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-21cc395d]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-21cc395d]::after,
.card .split-line[data-v-21cc395d]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-21cc395d] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-21cc395d] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-21cc395d] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-21cc395d] .el-form-item__label::before {
  display: none;
}
[data-v-21cc395d] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-21cc395d] .el-table th {
  padding: 10px 0;
}
[data-v-21cc395d] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-21cc395d] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-21cc395d] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-21cc395d] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-21cc395d] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-21cc395d] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.withdraw__tips[data-v-21cc395d] {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  margin-top: 28px;
  color: #333;
}
.entry-section-view .form-view[data-v-21cc395d] {
  padding-top: 10px;
}
.entry-section-view .title-view[data-v-21cc395d] {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-right: 15px;
  font-size: 14px;
  color: #333;
}
.entry-section-view .title-view .warn[data-v-21cc395d] {
  color: #da0000;
  font-size: 14px;
  font-weight: bold;
}
.entry-section-view .form-item-view[data-v-21cc395d] {
  margin-bottom: 0;
}
.entry-section-view .form-item-view[data-v-21cc395d] :global(.el-form-item__content) {
  line-height: normal;
}
.entry-section-view .form-item-view[data-v-21cc395d] :global(.el-input__prefix) {
  padding: 0;
  border: 0;
}
.entry-section-view .form-item-view[data-v-21cc395d] :global(.el-input--prefix .el-input__inner) {
  padding-left: 56px;
}
.entry-section-view .form-item-view .prefix-bank-view[data-v-21cc395d] {
  width: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.entry-section-view .form-item-view .dividing-view[data-v-21cc395d] {
  width: 1px;
  height: 20px;
  background-color: #ddd;
  margin-left: 10px;
}
.entry-section-view .submit-view[data-v-21cc395d] {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.entry-section-view .submit-view[data-v-21cc395d] .el-button {
  width: 140px;
  height: 40px;
}
.withdraw-footer-view[data-v-21cc395d] {
  padding: 20px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.withdraw-footer-view div[data-v-21cc395d] {
  font-size: 14px;
  padding-left: 4px;
  color: #9298a2;
}
.withdraw-footer-view span[data-v-21cc395d] {
  color: #2b44b1;
}
.select-bank-item[data-v-21cc395d] {
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.select-bank-item .bank-image-view[data-v-21cc395d] {
  width: 51px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.notice[data-v-21cc395d] {
  color: #da0000;
}
.msg-code-container[data-v-21cc395d] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
.msg-code-container[data-v-21cc395d] .el-form-item {
  display: inline-block;
}
.msg-code-container[data-v-21cc395d] .el-form-item__content {
  display: inline-block;
}
.msg-code-container[data-v-21cc395d] .el-form-item__content {
  width: 240px !important;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-52172cfc] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-52172cfc] {
  font-family: 'Roboto';
}
.flex-container[data-v-52172cfc] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-52172cfc] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-52172cfc]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-52172cfc] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-52172cfc] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-52172cfc] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-52172cfc]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-52172cfc]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-52172cfc]::after,
.card .split-line[data-v-52172cfc]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-52172cfc] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-52172cfc] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-52172cfc] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-52172cfc] .el-form-item__label::before {
  display: none;
}
[data-v-52172cfc] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-52172cfc] .el-table th {
  padding: 10px 0;
}
[data-v-52172cfc] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-52172cfc] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-52172cfc] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-52172cfc] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-52172cfc] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-52172cfc] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.withdraw__tips[data-v-52172cfc] {
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  margin-top: 28px;
  color: #333;
}
.entry-section-view .to-edit[data-v-52172cfc] {
  text-align: right;
}
.entry-section-view .to-edit[data-v-52172cfc] .el-button {
  padding: 10px 0;
}
.entry-section-view .estimate[data-v-52172cfc] {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #888;
  padding-top: 20px;
}
.entry-section-view .estimate .dollars[data-v-52172cfc] {
  color: #2b2b2b;
  font-weight: 600;
}
.entry-section-view .estimate .dollars b[data-v-52172cfc] {
  color: #da0000;
}
.entry-section-view .estimate svg[data-v-52172cfc] {
  fill: #cbcbcb;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.entry-section-view .estimate .rate[data-v-52172cfc] {
  display: flex;
  align-items: center;
}
.entry-section-view .form-view[data-v-52172cfc] {
  padding-top: 10px;
  width: 400px;
}
.entry-section-view .title-view[data-v-52172cfc] {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #333;
}
.entry-section-view .title-view .warn[data-v-52172cfc] {
  color: #da0000;
  font-size: 14px;
  font-weight: bold;
}
.entry-section-view .form-item-view[data-v-52172cfc] {
  margin-bottom: 0;
}
.entry-section-view .form-item-view[data-v-52172cfc] :global(.el-form-item__content) {
  line-height: normal;
}
.entry-section-view .form-item-view[data-v-52172cfc] :global(.el-input__prefix) {
  padding: 0;
  border: 0;
}
.entry-section-view .form-item-view[data-v-52172cfc] :global(.el-input--prefix .el-input__inner) {
  padding-left: 56px;
}
.entry-section-view .form-item-view .prefix-bank-view[data-v-52172cfc] {
  width: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.entry-section-view .form-item-view .dividing-view[data-v-52172cfc] {
  width: 1px;
  height: 20px;
  background-color: #ddd;
  margin-left: 10px;
}
.entry-section-view .submit-view[data-v-52172cfc] {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.entry-section-view .submit-view button[data-v-52172cfc] {
  width: 150px;
  height: 40px;
}
.withdraw-footer-view[data-v-52172cfc] {
  padding: 20px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.withdraw-footer-view div[data-v-52172cfc] {
  font-size: 14px;
  padding-left: 4px;
  color: #9298a2;
}
.withdraw-footer-view span[data-v-52172cfc] {
  color: #2b44b1;
}
.select-bank-item[data-v-52172cfc] {
  padding: 10px;
  height: 52px;
}
.select-bank-item .nick[data-v-52172cfc] {
  color: #888;
  line-height: 1;
}
.select-bank-item .nick .name[data-v-52172cfc] {
  color: #2b2b2b;
}
.notice[data-v-52172cfc] {
  color: #da0000;
}
[data-v-52172cfc] .guide-usdt-withdraw {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding-top: 20px;
  cursor: pointer;
}
[data-v-52172cfc] .guide-usdt-withdraw a {
  color: #135ce9;
}
.footer-view[data-v-52172cfc] {
  color: #000;
}
.msg-code-container[data-v-52172cfc] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
.msg-code-container[data-v-52172cfc] .el-form-item {
  display: inline-block;
}
.msg-code-container[data-v-52172cfc] .el-form-item__content {
  display: inline-block;
}
.msg-code-container[data-v-52172cfc] .el-form-item__content {
  width: 240px !important;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-31700c14] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-31700c14] {
  font-family: 'Roboto';
}
.flex-container[data-v-31700c14] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-31700c14] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-31700c14]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-31700c14] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-31700c14] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-31700c14] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-31700c14]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-31700c14]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-31700c14]::after,
.card .split-line[data-v-31700c14]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-31700c14] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-31700c14] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-31700c14] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-31700c14] .el-form-item__label::before {
  display: none;
}
[data-v-31700c14] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-31700c14] .el-table th {
  padding: 10px 0;
}
[data-v-31700c14] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-31700c14] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-31700c14] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-31700c14] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-31700c14] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-31700c14] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.need-flow-view[data-v-31700c14] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.need-flow-view .line-view[data-v-31700c14] {
  margin-top: 63px;
  width: 194px;
  height: 194px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.need-flow-view .title-view[data-v-31700c14] {
  padding: 45px 0 15px;
  font-size: 14px;
  color: #9298a2;
}
.need-flow-view .progress-view[data-v-31700c14] {
  width: 400px;
  height: 10px;
  overflow: hidden;
  background: #d4deec;
  border-radius: 5px;
}
.need-flow-view .current-progress-view[data-v-31700c14] {
  height: 100%;
  background-color: #2b44b1;
  border-radius: 5px;
}
.need-flow-view .description-view[data-v-31700c14] {
  padding: 15px 0 40px;
  font-size: 14px;
  color: #9298a2;
}
.need-flow-view .description-view > span[data-v-31700c14] {
  color: #2b44b1;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-928f51f6] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-928f51f6] {
  font-family: 'Roboto';
}
.flex-container[data-v-928f51f6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-928f51f6] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-928f51f6]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-928f51f6] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-928f51f6] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-928f51f6] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-928f51f6]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-928f51f6]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-928f51f6]::after,
.card .split-line[data-v-928f51f6]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-928f51f6] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-928f51f6] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-928f51f6] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-928f51f6] .el-form-item__label::before {
  display: none;
}
[data-v-928f51f6] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-928f51f6] .el-table th {
  padding: 10px 0;
}
[data-v-928f51f6] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-928f51f6] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-928f51f6] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-928f51f6] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-928f51f6] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-928f51f6] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.need-bank-card-view[data-v-928f51f6] {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2b2b2b;
  padding: 20px;
}
.need-bank-card-view .title[data-v-928f51f6] {
  font-size: 18px;
  margin: 10px 0 0;
}
.need-bank-card-view .title-view[data-v-928f51f6] {
  padding: 0 0 34px;
  font-size: 14px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-1db95fda] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-1db95fda] {
  font-family: 'Roboto';
}
.flex-container[data-v-1db95fda] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-1db95fda] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-1db95fda]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-1db95fda] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-1db95fda] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-1db95fda] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-1db95fda]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-1db95fda]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-1db95fda]::after,
.card .split-line[data-v-1db95fda]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-1db95fda] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-1db95fda] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-1db95fda] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-1db95fda] .el-form-item__label::before {
  display: none;
}
[data-v-1db95fda] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-1db95fda] .el-table th {
  padding: 10px 0;
}
[data-v-1db95fda] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-1db95fda] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-1db95fda] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-1db95fda] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-1db95fda] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-1db95fda] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.need-bank-card-view[data-v-1db95fda] {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2b2b2b;
}
.need-bank-card-view .title[data-v-1db95fda] {
  font-size: 18px;
  margin: 10px 0 20px;
}
.need-bank-card-view .desc-view[data-v-1db95fda] {
  padding: 0 0 34px;
  font-size: 14px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-05ac4c70] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-05ac4c70] {
  font-family: 'Roboto';
}
.flex-container[data-v-05ac4c70] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-05ac4c70] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-05ac4c70]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-05ac4c70] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-05ac4c70] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-05ac4c70] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-05ac4c70]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-05ac4c70]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-05ac4c70]::after,
.card .split-line[data-v-05ac4c70]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-05ac4c70] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-05ac4c70] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-05ac4c70] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-05ac4c70] .el-form-item__label::before {
  display: none;
}
[data-v-05ac4c70] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-05ac4c70] .el-table th {
  padding: 10px 0;
}
[data-v-05ac4c70] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-05ac4c70] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-05ac4c70] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-05ac4c70] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-05ac4c70] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-05ac4c70] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.entry-view[data-v-05ac4c70] {
  height: 100%;
}
[data-v-05ac4c70] .maintain-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
[data-v-05ac4c70] .maintain-view h3 {
  color: #2b44b1;
  font-size: 18px;
  margin: 16px auto 4px;
  font-weight: 600;
}
[data-v-05ac4c70] .maintain-view .text-tip {
  font-size: 14px;
  text-align: center;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number {
  font-family: 'din-alternate-bold';
}
.ml-number {
  font-family: 'Roboto';
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line::after,
.card .split-line::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog /deep/ .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog /deep/ .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog /deep/ .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog /deep/ .el-form-item__label::before {
  display: none;
}
/deep/ .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
/deep/ .el-table th {
  padding: 10px 0;
}
/deep/ .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer {
  min-height: 40px;
}
/deep/ .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.flex-space-between {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.result-header-view .step-section-view {
  height: 80px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.result-header-view .step-section-view .dividing-view {
  width: 130px;
  height: 2px;
  background-color: #d8dfe9;
}
.result-header-view .step-section-view .dividing-view.is-first {
  background-color: transparent;
}
.result-header-view .step-section-view .dividing-view.is-last {
  background-color: transparent;
}
.result-header-view .step-section-view .dividing-view.active {
  background-color: #2b44b1;
}
.result-header-view .step-section-view .step-item-view {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 20px 30px 0 rgba(48, 68, 94, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #bbb;
  flex-shrink: 0;
}
.result-header-view .step-section-view .step-item-view > span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.result-header-view .step-section-view .step-item-view .content-view {
  min-width: 100px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #9298a2;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.result-header-view .step-section-view .step-item-view.active {
  background-color: #2b44b1;
  border: none;
}
.result-header-view .step-section-view .step-item-view.active > span {
  color: #fff;
}
.result-header-view .step-section-view .step-item-view.active .content-view {
  color: #000;
}
.result-header-view .result-info-view {
  padding: 20px 30px 0;
  background-color: #fff;
}
.result-header-view .result-info-view .footer-view {
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
}
.result-header-view .result-info-view .footer-view span {
  color: #2b44b1;
}
.result-header-view .result-info-view .amount-view {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.result-header-view .result-info-view .amount-view .left-view {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.result-header-view .result-info-view .amount-view .success-view {
  width: 40px;
  height: 40px;
}
.result-header-view .result-info-view .amount-view .success-title {
  font-family: PingFang SC;
  color: #2b2b2b;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
}
.result-header-view .result-info-view .amount-view .right-view {
  font-size: 14px;
  color: #2b2b2b;
}
.result-header-view .result-info-view .amount-view .right-title-view {
  padding: 25px 0;
}
.result-header-view .result-info-view .amount-view .right-description-view > div:not(:first-child) {
  padding-left: 10px;
}
.result-header-view .result-info-view .amount-view .right-description-view span {
  font-weight: bold;
}
.result-header-view .description-view {
  text-align: left;
}
.result-header-view .description-view .normal {
  color: #888;
}
.result-header-view .amount-fee {
  padding: 10px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
}
.result-header-view .normal-amount-fee {
  font-size: 16px;
  padding: 0 0 10px 0;
  text-align: center;
}
.result-header-view .normal-amount-fee /deep/ .money-text {
  font-size: inherit;
}
.result-header-view .text-danger > * {
  vertical-align: middle;
}
.digital-view-wrap {
  margin-top: 10px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-2c641713] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-2c641713] {
  font-family: 'Roboto';
}
.flex-container[data-v-2c641713] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-2c641713] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-2c641713]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-2c641713] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-2c641713] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-2c641713] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-2c641713]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-2c641713]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-2c641713]::after,
.card .split-line[data-v-2c641713]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-2c641713] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-2c641713] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-2c641713] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-2c641713] .el-form-item__label::before {
  display: none;
}
[data-v-2c641713] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-2c641713] .el-table th {
  padding: 10px 0;
}
[data-v-2c641713] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-2c641713] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-2c641713] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-2c641713] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-2c641713] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-2c641713] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.result-normal-view[data-v-2c641713] {
  height: 100%;
  padding: 0 38px;
  background-color: #fff;
}
.result-normal-view .normal-item-view[data-v-2c641713] {
  padding: 15px 0;
  border-bottom: 1px solid #ecebeb;
  display: flex;
  justify-content: space-between;
}
.result-normal-view .normal-item-view[data-v-2c641713]:last-child {
  border-bottom: none;
}
.result-normal-view .normal-item-view .left-view[data-v-2c641713] {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
.result-normal-view .normal-item-view .right-view[data-v-2c641713] {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: bold;
  text-align: right;
}
.result-normal-view .normal-item-view.usdt-item-view .right-view[data-v-2c641713] {
  font-weight: 400;
}
.result-normal-view .normal-item-view .normal[data-v-2c641713] {
  color: #888;
}
.result-normal-view .footer-view[data-v-2c641713] {
  padding-top: 38px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-normal-view .footer-view[data-v-2c641713] .el-button {
  width: 140px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-16aafe81] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-16aafe81] {
  font-family: 'Roboto';
}
.flex-container[data-v-16aafe81] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-16aafe81] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-16aafe81]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-16aafe81] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-16aafe81] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-16aafe81] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-16aafe81]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-16aafe81]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-16aafe81]::after,
.card .split-line[data-v-16aafe81]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-16aafe81] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-16aafe81] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-16aafe81] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-16aafe81] .el-form-item__label::before {
  display: none;
}
[data-v-16aafe81] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-16aafe81] .el-table th {
  padding: 10px 0;
}
[data-v-16aafe81] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-16aafe81] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-16aafe81] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-16aafe81] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-16aafe81] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-16aafe81] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.result-large-list-view[data-v-16aafe81] {
  flex: 1;
  background-color: #fff;
  padding: 0 30px;
}
.result-large-list-view .wrapper-view[data-v-16aafe81] {
  max-height: 260px;
  padding: 10px 30px 0;
  margin: 0 -30px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #f5f5f5;
}
.result-large-list-view .wrapper-view .withdraw-item-view[data-v-16aafe81] {
  background-color: #fff;
  margin-bottom: 10px;
}
.result-large-list-view .wrapper-view .head-view[data-v-16aafe81] {
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  cursor: pointer;
}
.result-large-list-view .wrapper-view .head-view .title-view[data-v-16aafe81] {
  font-size: 14px;
  color: #2b2b2b;
}
.result-large-list-view .wrapper-view .head-view .description-view[data-v-16aafe81] {
  margin-top: 3px;
  font-size: 17px;
  color: #000;
}
.result-large-list-view .wrapper-view .head-view .right-view > *[data-v-16aafe81] {
  vertical-align: middle;
}
.result-large-list-view .wrapper-view .head-view .drop-down-view[data-v-16aafe81] {
  transition: all 0.38s;
}
.result-large-list-view .wrapper-view .head-view .active[data-v-16aafe81] {
  transform: rotate(-180deg);
}
.result-large-list-view .wrapper-view .head-view .status-view[data-v-16aafe81] {
  padding-right: 13px;
}
.result-large-list-view .wrapper-view .head-view .status-view .description-view[data-v-16aafe81] {
  font-size: 14px;
}
.result-large-list-view .wrapper-view .section-view[data-v-16aafe81] {
  padding: 0 25px;
  height: 0;
  transition: height 0.38s;
  overflow: hidden;
}
.result-large-list-view .wrapper-view .section-view.open[data-v-16aafe81] {
  height: 143px;
}
.result-large-list-view .wrapper-view .section-view.open.isDigital[data-v-16aafe81] {
  height: 95px;
}
.result-large-list-view .wrapper-view .section-item-view[data-v-16aafe81] {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.result-large-list-view .wrapper-view .section-item-view .title-text[data-v-16aafe81] {
  font-size: 14px;
}
.result-large-list-view .wrapper-view .section-item-view .description-text[data-v-16aafe81] {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: bold;
}
.result-large-list-view .footer-view[data-v-16aafe81] {
  padding-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-large-list-view .tip-view[data-v-16aafe81] {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 10px;
}
.result-large-list-view .tip-view > span[data-v-16aafe81] {
  color: #2b44b1;
}
.result-large-list-view .usdt-view .text-danger > *[data-v-16aafe81] {
  vertical-align: middle;
}
.result-large-list-view .usdt-view .bdb[data-v-16aafe81] {
  border-bottom: 1px solid #ddd;
}
.result-large-list-view .usdt-view .list-item[data-v-16aafe81] {
  display: flex;
  justify-content: space-between;
  color: #888;
  padding: 10px 0;
}
.result-large-list-view .usdt-view .list-item .b[data-v-16aafe81] {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  color: #2b2b2b;
}
.result-large-list-view .usdt-view .list-item .normal[data-v-16aafe81] {
  font-weight: normal;
  color: #888;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-43f617b2] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-43f617b2] {
  font-family: 'Roboto';
}
.flex-container[data-v-43f617b2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-43f617b2] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-43f617b2]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-43f617b2] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-43f617b2] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-43f617b2] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-43f617b2]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-43f617b2]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-43f617b2]::after,
.card .split-line[data-v-43f617b2]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-43f617b2] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-43f617b2] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-43f617b2] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-43f617b2] .el-form-item__label::before {
  display: none;
}
[data-v-43f617b2] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-43f617b2] .el-table th {
  padding: 10px 0;
}
[data-v-43f617b2] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-43f617b2] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-43f617b2] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-43f617b2] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-43f617b2] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-43f617b2] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.result-view[data-v-43f617b2] {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #2b2b2b;
}
.result-view[data-v-43f617b2] .status-view.status-3,
.result-view[data-v-43f617b2] .status-view.status3,
.result-view[data-v-43f617b2] .status-view.status0,
.result-view[data-v-43f617b2] .status-view.status6,
.result-view[data-v-43f617b2] .status-view.status7,
.result-view[data-v-43f617b2] .status-view.status10 {
  color: #f7b500 !important;
}
.result-view[data-v-43f617b2] .status-view.status1,
.result-view[data-v-43f617b2] .status-view.status8 {
  color: #da0000 !important;
}
.result-view[data-v-43f617b2] .status-view.status-2,
.result-view[data-v-43f617b2] .status-view.status2,
.result-view[data-v-43f617b2] .status-view.status4,
.result-view[data-v-43f617b2] .status-view.status5,
.result-view[data-v-43f617b2] .status-view.status9 {
  color: #37aa4a !important;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number {
  font-family: 'din-alternate-bold';
}
.ml-number {
  font-family: 'Roboto';
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line::after,
.card .split-line::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog /deep/ .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog /deep/ .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog /deep/ .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog /deep/ .el-form-item__label::before {
  display: none;
}
/deep/ .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
/deep/ .el-table th {
  padding: 10px 0;
}
/deep/ .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer {
  min-height: 40px;
}
/deep/ .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.withdraw-dialog {
  box-sizing: border-box;
}
.withdraw-dialog .el-dialog__header {
  display: none;
}
.withdraw-dialog .el-dialog__body {
  padding: 0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.withdraw-dialog .foot-cs {
  padding-top: 20px;
}
.withdraw-dialog .entry-section-view {
  flex-direction: column;
  align-items: center;
  padding: 0 56px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number {
  font-family: 'din-alternate-bold';
}
.ml-number {
  font-family: 'Roboto';
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line::after,
.card .split-line::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog /deep/ .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog /deep/ .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog /deep/ .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog /deep/ .el-form-item__label::before {
  display: none;
}
/deep/ .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
/deep/ .el-table th {
  padding: 10px 0;
}
/deep/ .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer {
  min-height: 40px;
}
/deep/ .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.dialog-section-view {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.st-confirm-dialog-view {
  background-color: #fff;
  border-radius: 10px 10px 8px 8px;
}
.st-confirm-dialog-view .el-input__inner {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.st-confirm-dialog-view .el-dialog__header {
  display: none;
}
.st-confirm-dialog-view .el-dialog__body {
  padding: 0;
}
.st-confirm-dialog-view .dialog-title-view {
  font-size: 24px;
  height: 33px;
  text-align: center;
}
.st-confirm-dialog-view .dialog-description-view {
  padding-top: 5px;
  font-size: 14px;
  color: #9298a2;
  text-align: center;
}
.st-confirm-dialog-view .dialog-confirm-content {
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 25px;
  color: #1a1c2a;
}
.st-confirm-dialog-view .dailog-confirm-success {
  width: 100%;
  display: flex;
  justify-content: center;
}
.st-confirm-dialog-view .dailog-confirm-success-description {
  margin: 30px auto;
  width: 373px;
  text-align: center;
  font-size: 14px;
  color: #6d788e;
}
.st-confirm-dialog-view .dailog-confirm-innerWrap {
  width: 306px;
  height: 186px;
  box-sizing: border-box;
  padding-top: 10px;
  margin: 0 auto;
}
.st-confirm-dialog-view .dailog-confirm-innerWarp-content {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 7px;
  color: #2b2b2b;
}
.st-confirm-dialog-view .dailog-confirm-innerWarp-content > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
}
.st-confirm-dialog-view .dailog-confirm-innerWarp-content > div > div .red {
  color: #333;
}
.st-confirm-dialog-view .dailog-confirm-btns {
  margin: 0 auto;
  margin-top: 22px !important;
  display: flex;
  justify-content: space-between;
}
.st-confirm-dialog-view .dailog-confirm-btns .el-button--default {
  border: 1px solid #e0e0e0;
}
.st-confirm-dialog-view .dialog-warning-view {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}
.st-confirm-dialog-view .dialog-warning-view > svg {
  width: 72px;
  height: 72px;
}
.st-confirm-dialog-view .dialog-button-group-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.st-confirm-dialog-view .dialog-button-group-view button {
  width: 100%;
}
.st-confirm-dialog-view .dialog-button-group-view .dividing-view {
  width: 20px;
  height: 100%;
  flex: none;
}
.st-confirm-dialog-view .dialog-button-group-view .button-cancel-view {
  background-color: transparent;
  border: 1px solid #2b44b1;
  color: #2b2b2b;
  box-shadow: none;
}
.st-confirm-dialog-view .footer-view {
  padding-top: 16px;
  padding-bottom: 35px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-confirm-dialog-view .footer-view .customer-service-icon {
  width: 15px;
  height: 19px;
}
.st-confirm-dialog-view .footer-view > span {
  padding-left: 5px;
  font-size: 13px;
  color: #000;
}
.st-confirm-dialog-view .opacity {
  opacity: 0;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-4fab7c3e] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-4fab7c3e] {
  font-family: 'Roboto';
}
.flex-container[data-v-4fab7c3e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-4fab7c3e] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-4fab7c3e]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-4fab7c3e] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-4fab7c3e] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-4fab7c3e] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-4fab7c3e]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-4fab7c3e]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-4fab7c3e]::after,
.card .split-line[data-v-4fab7c3e]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-4fab7c3e] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-4fab7c3e] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-4fab7c3e] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-4fab7c3e] .el-form-item__label::before {
  display: none;
}
[data-v-4fab7c3e] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-4fab7c3e] .el-table th {
  padding: 10px 0;
}
[data-v-4fab7c3e] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-4fab7c3e] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-4fab7c3e] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-4fab7c3e] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-4fab7c3e] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-4fab7c3e] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
[data-v-4fab7c3e] .svg-icon {
  fill: #2b44b1;
}
[data-v-4fab7c3e] .recharge-status .svg-icon {
  fill: #2b44b1;
}
.icon[data-v-4fab7c3e] {
  text-align: center;
}
.icon svg[data-v-4fab7c3e] {
  height: 40px;
  width: 40px;
}
.icon h3[data-v-4fab7c3e] {
  font-size: 18px;
  font-weight: bold;
}
.third-recharge[data-v-4fab7c3e] {
  margin: 0 40px;
}
.text-info[data-v-4fab7c3e] {
  color: #2b2b2b;
}
[data-v-4fab7c3e] .el-form-item__content {
  line-height: 20px;
}
.recharge-list[data-v-4fab7c3e] {
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebeef5;
  font-size: 16px;
}
.recharge-list__title[data-v-4fab7c3e] {
  line-height: 20px;
  font-size: 14px;
  color: #888;
}
.recharge-list .info[data-v-4fab7c3e] {
  font-weight: bold;
}
.recharge-list button[data-v-4fab7c3e] {
  font-size: 16px;
  margin-left: 6px;
}
.recharge-address[data-v-4fab7c3e] {
  justify-content: flex-end;
}
.recharge-status[data-v-4fab7c3e] {
  margin-top: 20px;
}
.recharge-status__header[data-v-4fab7c3e] {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  font-weight: bold;
}
.recharge-status__btns[data-v-4fab7c3e] {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.recharge-status__btns .el-button[data-v-4fab7c3e] {
  width: 150px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
}
.recharge-status__btns .el-button.el-button--outline-info[data-v-4fab7c3e] {
  border: 1px solid #2b44b1;
}
.recharge-status__btns .el-button.el-button--outline-info[data-v-4fab7c3e]:hover {
  background-color: transparent;
  color: #2b2b2b;
}
.recharge-status__btns .el-button[data-v-4fab7c3e]:not(:last-child) {
  margin-right: 30px;
}
.recharge-status__tip[data-v-4fab7c3e] {
  text-align: center;
}
.recharge-status__brief[data-v-4fab7c3e] {
  color: #999999;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.recharge-status__prepend[data-v-4fab7c3e] {
  width: 30px;
  text-align: center;
}
.recharge-status__detail[data-v-4fab7c3e] {
  text-align: center;
  padding: 20px;
}
.recharge-status__footer[data-v-4fab7c3e] {
  line-height: 1.5;
  color: #999;
}
.recharge-status__warning[data-v-4fab7c3e] {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #e20b0b;
  line-height: 24px;
}
.recharge-status__warning > span[data-v-4fab7c3e] {
  display: inline-block;
  margin-left: 4px;
}
.recharge-status__notice[data-v-4fab7c3e] {
  color: #999999;
  font-weight: bold;
}
.recharge-status__qrcode[data-v-4fab7c3e] {
  text-align: center;
}
.recharge-status__qrcode-inner[data-v-4fab7c3e] {
  display: inline-block;
  padding: 14px;
  margin-bottom: 22px;
  box-shadow: 0 13px 18px 0 rgba(0, 0, 0, 0.05);
}
.recharge-status__qrcode-img[data-v-4fab7c3e] {
  width: 143px;
  height: 143px;
}
.recharge-status__qrcode-name[data-v-4fab7c3e] {
  font-weight: bold;
}
[data-v-4fab7c3e] .el-dialog__body {
  padding: 0;
}
[data-v-4fab7c3e] .svg-icon--large {
  width: 80px;
  height: 80px;
}
[data-v-4fab7c3e] .el-warning {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  line-height: 20px;
  margin-top: 21px;
  color: #e20b0b;
}
[data-v-4fab7c3e] .recharge-status .el-warning__icon.svg-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  fill: #e20b0b;
}
[data-v-4fab7c3e] .el-form-item {
  margin-bottom: 0;
}
.usdt-tips[data-v-4fab7c3e] {
  font-size: 12px;
}
.text-danger[data-v-4fab7c3e] {
  font-weight: 400;
  font-size: inherit;
  line-height: 20px;
}
.mt10[data-v-4fab7c3e] {
  margin-top: 10px;
}
.mb4[data-v-4fab7c3e] {
  margin-bottom: 4px;
}
.st-confirm-dialog-view .dailog-confirm-innerWarp-content .cancelInfo[data-v-4fab7c3e] {
  display: flex;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 21px;
  color: #1a1c2a;
  height: auto;
  text-align: center;
  justify-content: flex-start;
  border-bottom-width: 0;
}
.st-confirm-dialog-view .dailog-confirm-innerWarp-content .cancel-title[data-v-4fab7c3e] {
  display: flex;
  justify-content: center;
  height: auto;
  border-bottom-width: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #1a1c2a;
}
.digital-infos[data-v-4fab7c3e] .el-form-item {
  border-bottom: 1px solid #ebeef5;
  padding: 12px 0 6px;
}
.digital-infos .recharge-list[data-v-4fab7c3e] {
  height: auto;
  border: none;
}
.digital-infos .qrcode_wrap[data-v-4fab7c3e] {
  text-align: right;
}
.usdt-deposit[data-v-4fab7c3e] {
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 12px;
}
.usdt-deposit[data-v-4fab7c3e] a {
  color: #2b44b1;
}
.digital-websites[data-v-4fab7c3e] {
  background: #f5f5f5;
  border-radius: 10px;
  width: 330px;
  margin: 0 auto;
  text-align: center;
  padding: 6px;
  color: #2b2b2b;
  font-size: 12px;
}
.digital-websites .normal[data-v-4fab7c3e] {
  color: #888;
}
.digital-websites p[data-v-4fab7c3e] {
  margin: 0 auto;
}
.digital-websites span[data-v-4fab7c3e],
.digital-websites a[data-v-4fab7c3e] {
  vertical-align: middle;
  margin-right: 5px;
}
.digital-websites span img[data-v-4fab7c3e],
.digital-websites a img[data-v-4fab7c3e] {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.digital-websites span > *[data-v-4fab7c3e],
.digital-websites a > *[data-v-4fab7c3e] {
  vertical-align: middle;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-63675b55] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-63675b55] {
  font-family: 'Roboto';
}
.flex-container[data-v-63675b55] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-63675b55] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-63675b55]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-63675b55] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-63675b55] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-63675b55] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-63675b55]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-63675b55]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-63675b55]::after,
.card .split-line[data-v-63675b55]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-63675b55] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-63675b55] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-63675b55] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-63675b55] .el-form-item__label::before {
  display: none;
}
[data-v-63675b55] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-63675b55] .el-table th {
  padding: 10px 0;
}
[data-v-63675b55] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-63675b55] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-63675b55] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-63675b55] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-63675b55] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-63675b55] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.fast-list[data-v-63675b55] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fast-list > div[data-v-63675b55] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  border-radius: 5px;
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid rgba(150, 150, 150, 0.15);
  cursor: pointer;
  flex-basis: 23%;
  white-space: nowrap;
}
.fast-list > div.active[data-v-63675b55] {
  color: #2b44b1;
  border: 1px solid #2b44b1;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-72b76edc] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-72b76edc] {
  font-family: 'Roboto';
}
.flex-container[data-v-72b76edc] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-72b76edc] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-72b76edc]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-72b76edc] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-72b76edc] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-72b76edc] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-72b76edc]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-72b76edc]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-72b76edc]::after,
.card .split-line[data-v-72b76edc]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-72b76edc] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-72b76edc] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-72b76edc] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-72b76edc] .el-form-item__label::before {
  display: none;
}
[data-v-72b76edc] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-72b76edc] .el-table th {
  padding: 10px 0;
}
[data-v-72b76edc] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-72b76edc] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-72b76edc] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-72b76edc] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-72b76edc] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-72b76edc] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
[data-v-72b76edc] .el-form--inline .el-form-item {
  display: block;
  margin-right: 0;
}
.first-rehcarge[data-v-72b76edc] {
  margin: 30px 56px 20px;
}
.limit[data-v-72b76edc] {
  display: flex;
  flex-direction: column;
}
.limit .valid-credit-amount[data-v-72b76edc] {
  margin-top: 12px;
}
.limit > div[data-v-72b76edc] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.limit > div > .limit-amount[data-v-72b76edc] {
  font-size: 14px;
  color: #888;
}
.limit > div > .warn[data-v-72b76edc] {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
}
.limit > .balance[data-v-72b76edc] {
  border-bottom: 1px solid #ddd;
}
.rechargeAmount[data-v-72b76edc] {
  display: flex;
  flex-direction: column;
  margin-top: 41px;
}
.rechargeAmount .rechargeAmountLabel[data-v-72b76edc] {
  font-size: 14px;
  line-height: 20px;
  color: #969696;
  margin-bottom: 4px;
}
.fast-list[data-v-72b76edc] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}
.fast-list > div[data-v-72b76edc] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #2b2b2b;
  border-radius: 10px;
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  flex-basis: 23%;
  white-space: nowrap;
}
.fast-list > div.active[data-v-72b76edc] {
  background-color: #fff;
  color: #2b44b1;
  border: 1px solid #2b44b1;
}
.next-step[data-v-72b76edc] {
  width: 150px;
  height: 40px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 60px;
  cursor: pointer;
}
.go-next[data-v-72b76edc] {
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
}
.go-next .btn-yellow[data-v-72b76edc] {
  font-weight: bold;
  font-family: PingFang SC;
  font-size: 14px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-2d991033] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-2d991033] {
  font-family: 'Roboto';
}
.flex-container[data-v-2d991033] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-2d991033] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-2d991033]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-2d991033] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-2d991033] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-2d991033] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-2d991033]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-2d991033]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-2d991033]::after,
.card .split-line[data-v-2d991033]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-2d991033] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-2d991033] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-2d991033] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-2d991033] .el-form-item__label::before {
  display: none;
}
[data-v-2d991033] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-2d991033] .el-table th {
  padding: 10px 0;
}
[data-v-2d991033] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-2d991033] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-2d991033] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-2d991033] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-2d991033] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-2d991033] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
[data-v-2d991033] .el-select-dropdown__item {
  display: flex;
  align-items: center;
}
.mt20[data-v-2d991033] {
  margin-top: 20px !important;
}
.no-payway[data-v-2d991033] {
  line-height: 50px;
}
.second-recharge[data-v-2d991033] {
  padding: 25px 60px 25px;
}
.toRecharge[data-v-2d991033] {
  height: 44px;
  line-height: 44px;
  box-sizing: content-box;
  padding: 0 8px;
  border-bottom: 1px solid #ddd;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
[data-v-2d991033] .el-form-item__content > div {
  display: flex;
}
[data-v-2d991033] .el-warning__icon {
  fill: #da0000;
  margin-right: 4px;
}
[data-v-2d991033] .el-alert {
  margin-top: 22px;
}
[data-v-2d991033] .el-form-item {
  margin-top: 20px;
  margin-bottom: 0;
}
.recharge__fee-block[data-v-2d991033] {
  line-height: 50px;
}
.btns[data-v-2d991033] {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.btns[data-v-2d991033] .el-button--cancel {
  border-color: #2b44b1;
}
.btns .el-button[data-v-2d991033] {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  padding: 0;
}
.btns .el-button.el-button--info[data-v-2d991033] {
  background-color: #6d788e;
}
.btns .el-button[data-v-2d991033]:disabled {
  opacity: 0.5;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-80614f94] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-80614f94] {
  font-family: 'Roboto';
}
.flex-container[data-v-80614f94] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-80614f94] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-80614f94]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-80614f94] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-80614f94] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-80614f94] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-80614f94]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-80614f94]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-80614f94]::after,
.card .split-line[data-v-80614f94]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-80614f94] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-80614f94] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-80614f94] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-80614f94] .el-form-item__label::before {
  display: none;
}
[data-v-80614f94] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-80614f94] .el-table th {
  padding: 10px 0;
}
[data-v-80614f94] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-80614f94] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-80614f94] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-80614f94] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-80614f94] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-80614f94] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-7fbe3bb2] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-7fbe3bb2] {
  font-family: 'Roboto';
}
.flex-container[data-v-7fbe3bb2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-7fbe3bb2] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-7fbe3bb2]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-7fbe3bb2] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-7fbe3bb2] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-7fbe3bb2] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-7fbe3bb2]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-7fbe3bb2]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-7fbe3bb2]::after,
.card .split-line[data-v-7fbe3bb2]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-7fbe3bb2] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-7fbe3bb2] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-7fbe3bb2] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-7fbe3bb2] .el-form-item__label::before {
  display: none;
}
[data-v-7fbe3bb2] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-7fbe3bb2] .el-table th {
  padding: 10px 0;
}
[data-v-7fbe3bb2] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-7fbe3bb2] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-7fbe3bb2] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-7fbe3bb2] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-7fbe3bb2] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-7fbe3bb2] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.digital-currency-recharge[data-v-7fbe3bb2] {
  position: relative;
  padding: 30px 56px 25px;
}
.digital-currency-recharge .required[data-v-7fbe3bb2] {
  color: #da0000;
}
.digital-currency-recharge[data-v-7fbe3bb2] .el-form--inline .el-form-item {
  margin-bottom: 0;
}
.digital-currency-recharge .protocol-title[data-v-7fbe3bb2] {
  padding: 20px 0 10px 0;
}
.digital-currency-recharge .protocol-title h3[data-v-7fbe3bb2] {
  font-size: 14px;
  color: #333333;
}
.digital-currency-recharge .protocol-title .p-desc[data-v-7fbe3bb2] {
  color: #da0000;
  font-size: 12px;
  margin-top: 10px;
}
.digital-currency-recharge .protocol-title .p-desc > *[data-v-7fbe3bb2] {
  vertical-align: middle;
}
.digital-currency-recharge .quick-group[data-v-7fbe3bb2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.digital-currency-recharge .quick-group .el-button[data-v-7fbe3bb2] {
  font-weight: bold;
}
.digital-currency-recharge .quick-group .money-unit[data-v-7fbe3bb2] {
  font-size: 14px;
  font-weight: bold;
  font-family: none;
}
.digital-currency-recharge .tips-desc[data-v-7fbe3bb2] {
  color: #9398aa;
  font-size: 12px;
}
.digital-currency-recharge .usdt-pay[data-v-7fbe3bb2] {
  padding: 20px 0;
}
.digital-currency-recharge .usdt-pay .u-p-title[data-v-7fbe3bb2] {
  padding: 5px 0;
}
.digital-currency-recharge .usdt-pay[data-v-7fbe3bb2] .el-form-item {
  margin-bottom: 0;
}
.digital-currency-recharge[data-v-7fbe3bb2] .fast-list {
  margin-bottom: 25px;
}
.digital-currency-recharge .usdt-pay-amount .mark[data-v-7fbe3bb2] {
  font-size: 12px;
  border: 1px solid #a5accd;
  color: #a5accd;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100px;
  width: 18px;
  height: 17px;
}
.digital-currency-recharge .quick-button[data-v-7fbe3bb2] {
  width: 90px;
  min-width: auto;
  text-align: center;
  padding: 0;
  height: 40px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #cdd5e4;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  transition: ease-in-out 0.3s;
}
.digital-currency-recharge .quick-button[data-v-7fbe3bb2]:hover {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.digital-currency-recharge .quick-button[data-v-7fbe3bb2]:first-child {
  margin-left: 0;
}
.digital-currency-recharge .quick-button[data-v-7fbe3bb2]:nth-child(4n + 1) {
  margin-left: 0;
}
.digital-currency-recharge .quick-button.el-button--primary[data-v-7fbe3bb2] {
  position: relative;
  background: #fff;
  color: #2b44b1;
  border: 1px solid #2b44b1;
}
.digital-currency-recharge .quick-button.el-button--primary[data-v-7fbe3bb2]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  width: 19px;
  height: 19px;
}
.gg-container[data-v-7fbe3bb2] {
  text-align: center;
}
.gg-container img[data-v-7fbe3bb2] {
  max-width: 100%;
  margin: auto;
}
.btns[data-v-7fbe3bb2] {
  text-align: center;
}
.btns button[data-v-7fbe3bb2] {
  margin: auto;
  width: 150px;
  height: 40px;
  padding: 0;
  font-size: 14px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-c24608fc] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-c24608fc] {
  font-family: 'Roboto';
}
.flex-container[data-v-c24608fc] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-c24608fc] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-c24608fc]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-c24608fc] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-c24608fc] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-c24608fc] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-c24608fc]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-c24608fc]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-c24608fc]::after,
.card .split-line[data-v-c24608fc]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-c24608fc] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-c24608fc] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-c24608fc] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-c24608fc] .el-form-item__label::before {
  display: none;
}
[data-v-c24608fc] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-c24608fc] .el-table th {
  padding: 10px 0;
}
[data-v-c24608fc] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-c24608fc] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-c24608fc] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-c24608fc] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-c24608fc] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-c24608fc] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
[data-v-c24608fc] .el-dialog__header {
  display: none;
}
[data-v-c24608fc] .el-dialog__body {
  padding: 0;
  border-radius: 5px;
  overflow-y: auto;
}
.dialog-title[data-v-c24608fc] {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.recharge-tabs[data-v-c24608fc] .el-tabs__nav {
  width: 100%;
}
.recharge-tabs[data-v-c24608fc] .el-tabs__nav .el-tabs__item {
  text-align: center;
  padding: 0;
  width: 50%;
  height: 46px;
  font-size: 16px;
  color: #888;
  font-weight: normal;
}
.recharge-tabs[data-v-c24608fc] .el-tabs__nav .el-tabs__item.is-active {
  color: #2b2b2b;
}
.recharge-tabs[data-v-c24608fc] .el-tabs__nav .el-tabs__active-bar {
  width: 100%;
  height: 4px;
}
[data-v-c24608fc] .limit {
  display: flex;
  flex-direction: column;
}
[data-v-c24608fc] .limit > div {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
[data-v-c24608fc] .limit > div > .limit-amount {
  font-size: 14px;
  color: #333333;
}
[data-v-c24608fc] .limit > div > .warn {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
}
[data-v-c24608fc] .limit > .balance {
  border-bottom: 1px solid #ddd;
}
[data-v-c24608fc] .limit > .valid-credit-amount {
  margin-top: 10px;
}
[data-v-c24608fc] .usdt-deposit {
  text-align: center;
  font-size: 16px;
  color: #2b44b1;
  padding-top: 12px;
  cursor: pointer;
}
[data-v-c24608fc] .usdt-deposit a {
  color: #2b44b1;
}
.warn-view[data-v-c24608fc] {
  text-align: center;
}
.warn-view svg[data-v-c24608fc] {
  width: 40px;
  height: 40px;
  margin: 20px auto 11px;
  fill: #2b44b1;
}
.warn-view + .dialog-title[data-v-c24608fc] {
  margin-top: 0;
}
[data-v-c24608fc] .recharge-dialog .need-bank-card-view {
  padding-bottom: 20px;
}
[data-v-c24608fc] .recharge-dialog .need-bank-card-view .title-view {
  padding-top: 30px;
}
[data-v-c24608fc] .maintain-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
  color: #2b2b2b;
}
[data-v-c24608fc] .maintain-view h3 {
  font-size: 18px;
  margin: 16px auto 10px;
  font-weight: bold;
}
[data-v-c24608fc] .maintain-view .text-tip {
  font-size: 14px;
  text-align: center;
}
[data-v-c24608fc] .amount-tip {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 13px;
  color: #888;
}
[data-v-c24608fc] .btn-yellow {
  width: 150px;
  margin: auto;
}

