/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-733f7499] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-733f7499] {
  font-family: 'Roboto';
}
.flex-container[data-v-733f7499] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-733f7499] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #f7b500 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-733f7499]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-733f7499] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-733f7499] {
  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-733f7499] {
  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-733f7499]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-733f7499]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-733f7499]::after,
.card .split-line[data-v-733f7499]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-733f7499] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-733f7499] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-733f7499] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-733f7499] .el-form-item__label::before {
  display: none;
}
[data-v-733f7499] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-733f7499] .el-table th {
  padding: 10px 0;
}
[data-v-733f7499] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-733f7499] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-733f7499] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-733f7499] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-733f7499] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-733f7499] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.security-item-view[data-v-733f7499] {
  width: 680px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  margin: 10px auto 0;
  background: #f5f5f5;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(150, 150, 150, 0.15);
}
.security-item-view .left-view[data-v-733f7499] {
  display: flex;
  align-items: center;
}
.security-item-view .left-view .image-view[data-v-733f7499] {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  background: rgba(150, 150, 150, 0.15);
  border: 1px solid rgba(150, 150, 150, 0.15);
}
.security-item-view .left-view .status-icon[data-v-733f7499] {
  width: 100%;
  height: 100%;
}
.security-item-view .left-view .title-view[data-v-733f7499] {
  font-size: 20px;
  color: #000;
  padding-bottom: 1px;
}
.security-item-view .left-view .description-view[data-v-733f7499] {
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}
.security-item-view .right-view[data-v-733f7499] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.security-item-view .right-view .status-view[data-v-733f7499] {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
  transition: all 0.5s;
  border: 1px solid #f7b500;
}
.security-item-view .right-view .switch-view[data-v-733f7499] {
  width: 90px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  background: #e4e6ea;
  overflow: hidden;
}
.security-item-view .right-view .switch-view div[data-v-733f7499] {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.security-item-view .right-view .switch-active[data-v-733f7499] {
  background-image: linear-gradient(-35deg, #304460 0%, #465f83 100%);
  box-shadow: 0 20px 20px -10px rgba(70, 95, 131, 0.5);
  color: #fff;
}
.security-item-view .right-view .active[data-v-733f7499] {
  color: #2b2b2b;
  background: #f7b500;
}

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

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

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

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

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

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-24b062be] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-24b062be] {
  font-family: 'Roboto';
}
.flex-container[data-v-24b062be] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-24b062be] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #f7b500 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-24b062be]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-24b062be] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-24b062be] {
  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-24b062be] {
  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-24b062be]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-24b062be]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-24b062be]::after,
.card .split-line[data-v-24b062be]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-24b062be] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-24b062be] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-24b062be] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-24b062be] .el-form-item__label::before {
  display: none;
}
[data-v-24b062be] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-24b062be] .el-table th {
  padding: 10px 0;
}
[data-v-24b062be] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-24b062be] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-24b062be] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-24b062be] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-24b062be] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-24b062be] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.button-view[data-v-24b062be] .el-button {
  width: 140px;
  margin-top: 30px;
  margin-left: 132px;
}
[data-v-24b062be] .verify-msg-code-view {
  max-width: 229px;
}
[data-v-24b062be] .el-input,[data-v-24b062be] .el-form-item__content {
  max-width: 226px;
}
.verify-tel-phone-view .form-item-view[data-v-24b062be] {
  padding-top: 30px;
  margin: 0;
}
.verify-tel-phone-view[data-v-24b062be] .el-form-item__content {
  line-height: normal;
  width: 100%;
}
.verify-tel-phone-view[data-v-24b062be] .el-form-item {
  display: flex;
}
.verify-tel-phone-view[data-v-24b062be] .el-form-item__label {
  width: 134px !important;
}
.verify-tel-phone-view .phone-view[data-v-24b062be] {
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.verify-tel-phone-view .text-input-view[data-v-24b062be] {
  border-radius: 5px;
}
.verify-tel-phone-view .text-input-view[data-v-24b062be] input {
  border-radius: 5px;
}
.pwd-switch[data-v-24b062be] {
  max-width: 360px;
}
.pwd-switch .title-view[data-v-24b062be] {
  float: left;
}
.pwd-switch[data-v-24b062be] .el-form-item__content {
  max-width: 100%;
}
.switch[data-v-24b062be] {
  width: 40px;
  height: 15px;
  background: #ddd;
  border-radius: 100px;
  position: relative;
  float: right;
  margin-top: 5px;
  cursor: pointer;
  transition: ease-in-out 0.5s;
}
.switch.active[data-v-24b062be] {
  background: #ffe59a;
}
.switch.active[data-v-24b062be]::after {
  left: 18px;
  background: #f7b500;
}
.switch[data-v-24b062be]::after {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 100px;
  display: block;
  position: absolute;
  background: #444;
  top: -4px;
  left: 0;
  transition: ease-in-out 0.5s;
}

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

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-d661a0ac] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-d661a0ac] {
  font-family: 'Roboto';
}
.flex-container[data-v-d661a0ac] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-d661a0ac] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #f7b500 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-d661a0ac]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-d661a0ac] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-d661a0ac] {
  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-d661a0ac] {
  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-d661a0ac]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-d661a0ac]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-d661a0ac]::after,
.card .split-line[data-v-d661a0ac]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-d661a0ac] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-d661a0ac] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-d661a0ac] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-d661a0ac] .el-form-item__label::before {
  display: none;
}
[data-v-d661a0ac] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-d661a0ac] .el-table th {
  padding: 10px 0;
}
[data-v-d661a0ac] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-d661a0ac] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-d661a0ac] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-d661a0ac] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-d661a0ac] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-d661a0ac] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.switch-content[data-v-d661a0ac] {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.switch-content[data-v-d661a0ac] .el-switch__label.is-active {
  color: #f7b500 !important;
}
.security-page[data-v-d661a0ac] {
  padding: 0 0 30px;
  background: #fff;
}
.content-wrap[data-v-d661a0ac] {
  padding-left: 14px;
  padding-right: 14px;
}
.card-number-text[data-v-d661a0ac] {
  padding-top: 3px;
  color: #333;
  font-size: 13px;
}
.hint[data-v-d661a0ac] {
  margin-left: 100px;
  color: red;
}
.qrcode[data-v-d661a0ac] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.margin-bottom[data-v-d661a0ac] {
  margin-bottom: 15px;
}
.submit-view[data-v-d661a0ac] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.submit-view[data-v-d661a0ac] .el-button {
  width: 140px;
  height: 40px;
}
.security-two-step-content[data-v-d661a0ac] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 20px;
}
.security-two-step-content .status[data-v-d661a0ac] {
  color: #cf2a2a;
}
.security-two-step-content .open[data-v-d661a0ac] {
  color: #139915;
}

