/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-56c70a33] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-56c70a33] {
  font-family: 'Roboto';
}
.flex-container[data-v-56c70a33] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-56c70a33] {
  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-56c70a33]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-56c70a33] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-56c70a33] {
  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-56c70a33] {
  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-56c70a33]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-56c70a33]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-56c70a33]::after,
.card .split-line[data-v-56c70a33]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-56c70a33] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-56c70a33] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-56c70a33] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-56c70a33] .el-form-item__label::before {
  display: none;
}
[data-v-56c70a33] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-56c70a33] .el-table th {
  padding: 10px 0;
}
[data-v-56c70a33] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-56c70a33] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-56c70a33] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-56c70a33] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-56c70a33] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-56c70a33] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.form-filter-view[data-v-56c70a33] {
  background: #fff;
  border-radius: 0 0 2px 2px;
  position: relative;
  z-index: 1;
  width: 1240px;
}
.form-filter-view[data-v-56c70a33] .el-form-item__label {
  color: #707c83;
}
.form-filter-view .input-width[data-v-56c70a33] {
  width: 300px;
}
.form-filter-view .filter-wrapper-view[data-v-56c70a33] {
  padding: 28px 0 27px 20px;
  display: flex;
}
.form-filter-view .input-group-view[data-v-56c70a33] {
  flex: 3;
}
.form-filter-view .input-group-view[data-v-56c70a33] .el-input__inner {
  font-size: 14px;
}
.form-filter-view .button-group-view[data-v-56c70a33] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-filter-view .create-proxy[data-v-56c70a33] {
  background: #fff;
  color: #2b44b1;
  border: 1px solid #2b44b1;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  margin-left: 8px;
  width: 140px;
  height: 38px;
}
.form-filter-view .create-proxy[data-v-56c70a33]:hover {
  border: 1px solid #4273e1;
}
.form-filter-view .find-proxy[data-v-56c70a33] {
  width: 140px;
  height: 38px;
  margin-top: 25px;
}
.form-filter-view .bottom-view[data-v-56c70a33] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.form-filter-view .bottom-view .date-picker-view[data-v-56c70a33] {
  min-width: 220px;
}
.form-filter-view[data-v-56c70a33] .el-range-input {
  font-size: 12px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-4ce06a35] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-4ce06a35] {
  font-family: 'Roboto';
}
.flex-container[data-v-4ce06a35] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-4ce06a35] {
  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-4ce06a35]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-4ce06a35] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-4ce06a35] {
  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-4ce06a35] {
  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-4ce06a35]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-4ce06a35]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-4ce06a35]::after,
.card .split-line[data-v-4ce06a35]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-4ce06a35] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-4ce06a35] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-4ce06a35] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-4ce06a35] .el-form-item__label::before {
  display: none;
}
[data-v-4ce06a35] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-4ce06a35] .el-table th {
  padding: 10px 0;
}
[data-v-4ce06a35] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-4ce06a35] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-4ce06a35] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-4ce06a35] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-4ce06a35] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-4ce06a35] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.add-proxy-dialog[data-v-4ce06a35] .el-dialog {
  overflow: visible !important;
}
.add-proxy-dialog[data-v-4ce06a35] .el-input__inner {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.add-proxy-dialog .proxy-title[data-v-4ce06a35] {
  text-align: center;
  font-size: 24px;
  margin: 30px 0 0;
  letter-spacing: 1px;
}
.add-proxy-dialog .form-username-item-view[data-v-4ce06a35] {
  margin: 25px 60px 0 0;
}
.add-proxy-dialog .form-password-item-view[data-v-4ce06a35] {
  margin: 20px 60px 0 0;
}
.add-proxy-dialog .form-mobile-item-view[data-v-4ce06a35] {
  margin: 20px 60px 0 0;
}
.add-proxy-dialog .form-mobile-item-view[data-v-4ce06a35] .el-input-group__prepend {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  padding: 0;
  margin: 0;
  width: 54px;
  border: none;
  border-right: 1px solid #ddd;
}
.add-proxy-dialog .form-mobile-item-view .global-mobile[data-v-4ce06a35] {
  width: 58px;
  height: 36px;
}
.add-proxy-dialog .form-mobile-item-view .global-mobile[data-v-4ce06a35] .select-ul {
  width: 280px;
}
.add-proxy-dialog .form-mobile-item-view[data-v-4ce06a35] .el-input {
  border-color: #d1d1d1;
  border-radius: 5px !important;
}
.add-proxy-dialog .form-mobile-item-view[data-v-4ce06a35] .el-input__inner {
  padding-left: 60px;
}
.add-proxy-dialog .form-button-view[data-v-4ce06a35] {
  display: flex;
  padding: 30px 0 25px 0;
  justify-content: center;
}
.add-proxy-dialog .form-button-view .el-button[data-v-4ce06a35] {
  height: 38px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-3d21b22d] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-3d21b22d] {
  font-family: 'Roboto';
}
.flex-container[data-v-3d21b22d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-3d21b22d] {
  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-3d21b22d]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-3d21b22d] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-3d21b22d] {
  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-3d21b22d] {
  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-3d21b22d]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-3d21b22d]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-3d21b22d]::after,
.card .split-line[data-v-3d21b22d]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-3d21b22d] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-3d21b22d] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-3d21b22d] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-3d21b22d] .el-form-item__label::before {
  display: none;
}
[data-v-3d21b22d] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-3d21b22d] .el-table th {
  padding: 10px 0;
}
[data-v-3d21b22d] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-3d21b22d] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-3d21b22d] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-3d21b22d] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-3d21b22d] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-3d21b22d] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.add-proxy-success-dialog[data-v-3d21b22d] .el-dialog__body {
  padding: 0;
}
.add-proxy-success-dialog .section-view[data-v-3d21b22d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 30px;
}
.add-proxy-success-dialog .section-view .title-view[data-v-3d21b22d] {
  padding: 6px 0 25px;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
}
.add-proxy-success-dialog .section-view .content-view[data-v-3d21b22d] {
  width: 373px;
  padding: 10px 17px 0;
  font-size: 14px;
  color: #6d788e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-proxy-success-dialog .section-view .content-view .item[data-v-3d21b22d] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 13px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
}
.add-proxy-success-dialog .section-view .content-view .item span[data-v-3d21b22d]:last-child {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
}
.add-proxy-success-dialog .section-view .content-view .border-none[data-v-3d21b22d] {
  border: none;
}
.add-proxy-success-dialog .section-view .name-view[data-v-3d21b22d] {
  padding: 27px 0 7px;
}
.add-proxy-success-dialog .section-view .link-view[data-v-3d21b22d] {
  padding: 7px 0 28px;
}
.add-proxy-success-dialog .clipboard-btn[data-v-3d21b22d] {
  width: 150px;
  margin-top: 10px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-a3800ae6] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-a3800ae6] {
  font-family: 'Roboto';
}
.flex-container[data-v-a3800ae6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-a3800ae6] {
  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-a3800ae6]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-a3800ae6] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-a3800ae6] {
  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-a3800ae6] {
  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-a3800ae6]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-a3800ae6]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-a3800ae6]::after,
.card .split-line[data-v-a3800ae6]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-a3800ae6] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-a3800ae6] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-a3800ae6] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-a3800ae6] .el-form-item__label::before {
  display: none;
}
[data-v-a3800ae6] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-a3800ae6] .el-table th {
  padding: 10px 0;
}
[data-v-a3800ae6] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-a3800ae6] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-a3800ae6] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-a3800ae6] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-a3800ae6] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-a3800ae6] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.proxy-detail-dialog[data-v-a3800ae6] {
  font-weight: bold;
}
.proxy-detail-dialog[data-v-a3800ae6] .el-dialog__header {
  display: none;
}
.proxy-detail-dialog[data-v-a3800ae6] .el-dialog__body {
  padding: 0;
}
.proxy-detail-dialog[data-v-a3800ae6] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.proxy-detail-dialog[data-v-a3800ae6] .el-form-item__label::before {
  display: none;
}
.proxy-detail-dialog .title[data-v-a3800ae6] {
  text-align: center;
}
.proxy-detail-dialog .title h3[data-v-a3800ae6] {
  font-size: 18px;
  line-height: 25px;
  color: #2b2b2b;
  margin: 20px 0 18px;
}
.proxy-detail-dialog .title p[data-v-a3800ae6] {
  color: #888;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.proxy-detail-dialog .section-view[data-v-a3800ae6] {
  padding: 0 15px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proxy-detail-dialog .section-view .section-item-view[data-v-a3800ae6] {
  box-sizing: border-box;
  width: 320px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  margin: 5px;
}
.proxy-detail-dialog .section-view .title-view[data-v-a3800ae6] {
  font-size: 14px;
  transform: scale(0.93) translateX(-12px);
  color: #888;
  font-weight: 400;
  padding-bottom: 10px;
}
.proxy-detail-dialog .section-view .description-view[data-v-a3800ae6] {
  position: relative;
  font-size: 15px;
  color: #2b2b2b;
  display: flex;
  align-items: center;
}
.proxy-detail-dialog .transfer-wrap[data-v-a3800ae6] {
  margin: 40px 61px 0;
  display: flex;
  justify-content: flex-end;
}
.proxy-detail-dialog .transfer-btn[data-v-a3800ae6] {
  width: 98px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  background-color: #2b44b1;
  border-radius: 5px;
  cursor: pointer;
}
.clickable[data-v-a3800ae6] {
  cursor: pointer;
}
.arrow-right[data-v-a3800ae6] {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -18px;
  top: 40%;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-d5cf20d2] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-d5cf20d2] {
  font-family: 'Roboto';
}
.flex-container[data-v-d5cf20d2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-d5cf20d2] {
  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-d5cf20d2]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-d5cf20d2] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-d5cf20d2] {
  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-d5cf20d2] {
  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-d5cf20d2]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-d5cf20d2]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-d5cf20d2]::after,
.card .split-line[data-v-d5cf20d2]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-d5cf20d2] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-d5cf20d2] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-d5cf20d2] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-d5cf20d2] .el-form-item__label::before {
  display: none;
}
[data-v-d5cf20d2] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-d5cf20d2] .el-table th {
  padding: 10px 0;
}
[data-v-d5cf20d2] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-d5cf20d2] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-d5cf20d2] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-d5cf20d2] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-d5cf20d2] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-d5cf20d2] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.proxy-page[data-v-d5cf20d2] {
  color: #000;
  background-color: #fff;
  margin: 10px;
}
.proxy-page[data-v-d5cf20d2] td:last-child .cell {
  margin-left: 24px;
  display: flex;
  justify-content: flex-start;
}
.proxy-page[data-v-d5cf20d2] td {
  padding: 8px 0;
  border: none;
}
.proxy-page .description[data-v-d5cf20d2] {
  padding-left: 20px;
  font-size: 12px;
  color: #cf2a2a;
  line-height: 17px;
  padding-bottom: 9px;
}
.proxy-page .description p[data-v-d5cf20d2] {
  margin: 0;
}
.proxy-page .username-view[data-v-d5cf20d2] {
  color: #135ce9;
  cursor: pointer;
}
.proxy-page .operation[data-v-d5cf20d2] {
  color: #1f73ff;
}
.proxy-page .operation span[data-v-d5cf20d2] {
  cursor: pointer;
}
.proxy-page .amount-text[data-v-d5cf20d2] {
  font-weight: 400;
}

