/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-88af57de] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-88af57de] {
  font-family: 'Roboto';
}
.flex-container[data-v-88af57de] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-88af57de] {
  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-88af57de]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-88af57de] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-88af57de] {
  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-88af57de] {
  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-88af57de]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-88af57de]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-88af57de]::after,
.card .split-line[data-v-88af57de]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-88af57de] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-88af57de] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-88af57de] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-88af57de] .el-form-item__label::before {
  display: none;
}
[data-v-88af57de] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-88af57de] .el-table th {
  padding: 10px 0;
}
[data-v-88af57de] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-88af57de] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-88af57de] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-88af57de] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-88af57de] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-88af57de] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.wrap-together[data-v-88af57de] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 50px 20px 10px 20px;
  justify-content: space-between;
}
.wrap-together .overview[data-v-88af57de] {
  box-sizing: border-box;
  width: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  color: #2b2b2b;
}
.wrap-together .overview .text[data-v-88af57de] {
  line-height: 22px;
  border-left: 2px solid #2b44b1;
  padding-left: 5px;
}
.wrap-together .overview .title-text[data-v-88af57de] {
  font-size: 16px;
}
.wrap-together .overview .percentage[data-v-88af57de] {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-left: 4px;
  color: #2b44b1;
}
.wrap-together .tab-item[data-v-88af57de] {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 105px;
  padding: 33px 0 20px;
  border: 1px solid rgba(150, 150, 150, 0.15);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 10px 0;
  position: relative;
  color: #2b2b2b;
}
.wrap-together .tab-item .tab-title[data-v-88af57de] {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  background: #fff;
  color: #2b2b2b;
  padding: 0 2px;
}
.wrap-together .tab-item .proxy-withdraw-common-fee[data-v-88af57de] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  width: 90px;
}
.wrap-together .tab-item .sub-item[data-v-88af57de] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  position: relative;
  padding: 0 15px;
}
.wrap-together .tab-item .sub-label[data-v-88af57de] {
  font-size: 12px;
  line-height: 18px;
}
.wrap-together .tab-item .last-month[data-v-88af57de] {
  color: #707c83;
}
.wrap-together .tab-item .last-number[data-v-88af57de],
.wrap-together .tab-item .text-gray[data-v-88af57de] {
  color: #888;
}
.wrap-together .tab-item .number[data-v-88af57de] {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-top: 2px;
  font-family: 'Roboto', sans-serif;
}
.commission[data-v-88af57de] {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(39, 41, 47, 0.1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.commission .title[data-v-88af57de] {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  align-items: center;
}
.commission .title .help-icon[data-v-88af57de] {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-0bc64f90] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-0bc64f90] {
  font-family: 'Roboto';
}
.flex-container[data-v-0bc64f90] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-0bc64f90] {
  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-0bc64f90]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-0bc64f90] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-0bc64f90] {
  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-0bc64f90] {
  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-0bc64f90]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-0bc64f90]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-0bc64f90]::after,
.card .split-line[data-v-0bc64f90]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-0bc64f90] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-0bc64f90] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-0bc64f90] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-0bc64f90] .el-form-item__label::before {
  display: none;
}
[data-v-0bc64f90] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-0bc64f90] .el-table th {
  padding: 10px 0;
}
[data-v-0bc64f90] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-0bc64f90] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-0bc64f90] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-0bc64f90] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-0bc64f90] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-0bc64f90] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.wrap-together[data-v-0bc64f90] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 50px 20px 10px 20px;
  justify-content: space-between;
}
.wrap-together .overview[data-v-0bc64f90] {
  box-sizing: border-box;
  width: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  color: #2b2b2b;
}
.wrap-together .overview .text[data-v-0bc64f90] {
  line-height: 22px;
  border-left: 2px solid #2b44b1;
  padding-left: 5px;
}
.wrap-together .overview .title-text[data-v-0bc64f90] {
  font-size: 16px;
}
.wrap-together .overview .percentage[data-v-0bc64f90] {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-left: 4px;
  color: #2b44b1;
}
.wrap-together .tab-item[data-v-0bc64f90] {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 105px;
  padding: 33px 0 20px;
  border: 1px solid rgba(150, 150, 150, 0.15);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 10px 0;
  position: relative;
  color: #2b2b2b;
}
.wrap-together .tab-item .tab-title[data-v-0bc64f90] {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  background: #fff;
  color: #2b2b2b;
  padding: 0 2px;
}
.wrap-together .tab-item .proxy-withdraw-common-fee[data-v-0bc64f90] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  width: 90px;
}
.wrap-together .tab-item .sub-item[data-v-0bc64f90] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  position: relative;
  padding: 0 15px;
}
.wrap-together .tab-item .sub-label[data-v-0bc64f90] {
  font-size: 12px;
  line-height: 18px;
}
.wrap-together .tab-item .last-month[data-v-0bc64f90] {
  color: #707c83;
}
.wrap-together .tab-item .last-number[data-v-0bc64f90],
.wrap-together .tab-item .text-gray[data-v-0bc64f90] {
  color: #888;
}
.wrap-together .tab-item .number[data-v-0bc64f90] {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-top: 2px;
  font-family: 'Roboto', sans-serif;
}
.commission-proxy[data-v-0bc64f90] {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(39, 41, 47, 0.1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.commission-proxy .title[data-v-0bc64f90] {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  align-items: center;
}
.commission-proxy .title .help-icon[data-v-0bc64f90] {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.commission-proxy .tab-item[data-v-0bc64f90] {
  display: flex;
  flex-direction: column;
  width: auto;
  flex-grow: 2;
  margin: 10px 20px 10px 0;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-56211f49] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-56211f49] {
  font-family: 'Roboto';
}
.flex-container[data-v-56211f49] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-56211f49] {
  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-56211f49]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-56211f49] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-56211f49] {
  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-56211f49] {
  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-56211f49]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-56211f49]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-56211f49]::after,
.card .split-line[data-v-56211f49]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-56211f49] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-56211f49] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-56211f49] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-56211f49] .el-form-item__label::before {
  display: none;
}
[data-v-56211f49] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-56211f49] .el-table th {
  padding: 10px 0;
}
[data-v-56211f49] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-56211f49] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-56211f49] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-56211f49] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-56211f49] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-56211f49] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.wrap-together[data-v-56211f49] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 50px 20px 10px 20px;
  justify-content: space-between;
}
.wrap-together .overview[data-v-56211f49] {
  box-sizing: border-box;
  width: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  color: #2b2b2b;
}
.wrap-together .overview .text[data-v-56211f49] {
  line-height: 22px;
  border-left: 2px solid #2b44b1;
  padding-left: 5px;
}
.wrap-together .overview .title-text[data-v-56211f49] {
  font-size: 16px;
}
.wrap-together .overview .percentage[data-v-56211f49] {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-left: 4px;
  color: #2b44b1;
}
.wrap-together .tab-item[data-v-56211f49] {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 105px;
  padding: 33px 0 20px;
  border: 1px solid rgba(150, 150, 150, 0.15);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 10px 0;
  position: relative;
  color: #2b2b2b;
}
.wrap-together .tab-item .tab-title[data-v-56211f49] {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  background: #fff;
  color: #2b2b2b;
  padding: 0 2px;
}
.wrap-together .tab-item .proxy-withdraw-common-fee[data-v-56211f49] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  width: 90px;
}
.wrap-together .tab-item .sub-item[data-v-56211f49] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  position: relative;
  padding: 0 15px;
}
.wrap-together .tab-item .sub-label[data-v-56211f49] {
  font-size: 12px;
  line-height: 18px;
}
.wrap-together .tab-item .last-month[data-v-56211f49] {
  color: #707c83;
}
.wrap-together .tab-item .last-number[data-v-56211f49],
.wrap-together .tab-item .text-gray[data-v-56211f49] {
  color: #888;
}
.wrap-together .tab-item .number[data-v-56211f49] {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-top: 2px;
  font-family: 'Roboto', sans-serif;
}
.commission-rebate[data-v-56211f49] {
  margin-bottom: 20px;
  overflow: visible;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 8px rgba(39, 41, 47, 0.1);
  border-radius: 18px;
}
.commission-rebate .title[data-v-56211f49] {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  align-items: center;
}
.commission-rebate .title .help-icon[data-v-56211f49] {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.commission-rebate .wrap-together[data-v-56211f49] {
  width: auto;
}
.commission-rebate .overview[data-v-56211f49] {
  width: 40%;
}
.commission-rebate .tab-item[data-v-56211f49] {
  width: 60%;
}
.commission-rebate .content-rebate[data-v-56211f49] {
  display: flex;
  justify-content: space-around;
}
.commission-rebate .content-rebate .this-month[data-v-56211f49] {
  position: relative;
}
.commission-rebate .content-rebate .this-month[data-v-56211f49]::after {
  content: '';
  position: absolute;
  height: 32px;
  width: 1px;
  background: rgba(144, 155, 205, 0.2);
  right: -65px;
  top: 5px;
}
.commission-rebate .content-rebate .sub-label[data-v-56211f49] {
  line-height: 20px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-409fa440] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-409fa440] {
  font-family: 'Roboto';
}
.flex-container[data-v-409fa440] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-409fa440] {
  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-409fa440]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-409fa440] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-409fa440] {
  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-409fa440] {
  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-409fa440]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-409fa440]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-409fa440]::after,
.card .split-line[data-v-409fa440]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-409fa440] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-409fa440] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-409fa440] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-409fa440] .el-form-item__label::before {
  display: none;
}
[data-v-409fa440] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-409fa440] .el-table th {
  padding: 10px 0;
}
[data-v-409fa440] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-409fa440] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-409fa440] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-409fa440] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-409fa440] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-409fa440] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.game[data-v-409fa440] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 8px rgba(39, 41, 47, 0.1);
  border-radius: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.game .game-top[data-v-409fa440] {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}
.game .check-header-view[data-v-409fa440] {
  height: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 20px;
}
.game .check-header-view[data-v-409fa440] .custom-button {
  padding: 0;
  margin-left: 0;
  width: 56px;
  border-radius: 5px;
}
.game .check-header-view[data-v-409fa440] .custom-button .custom-button__inner {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 13px;
}
.game .game-list-wrap[data-v-409fa440] {
  overflow-x: scroll;
  flex: 1;
}
.game .game-list-wrap[data-v-409fa440]::-webkit-scrollbar {
  height: 6px;
}
.game .game-list-wrap[data-v-409fa440]::-webkit-scrollbar-track {
  border-radius: 6px;
}
.game .game-list-wrap[data-v-409fa440]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #bbb;
}
.game .game-list-wrap[data-v-409fa440]:scrollbar-thumb {
  border-radius: 6px;
  background: #bbb;
}
.game .game-list-wrap[data-v-409fa440]::scrollbar {
  height: 6px;
}
.game .game-list-wrap[data-v-409fa440]:scrollbar-track {
  border-radius: 6px;
}
.game .game-list-wrap[data-v-409fa440]:scrollbar-thumb {
  border-radius: 6px;
  background: #bbb;
}
.game .scroll-game-list[data-v-409fa440] {
  display: flex;
  padding-right: 30px;
}
.game .table[data-v-409fa440] {
  display: flex;
  color: #2b2b2b;
  line-height: 20px;
  margin: 0 21px 20px 25px;
  overflow: hidden;
}
.game .table .thead[data-v-409fa440] {
  flex: unset !important;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
  padding: 0 20px 0 10px;
  box-shadow: 10px 0 15px -15px rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}
.game .table .tr[data-v-409fa440] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.game .table .th[data-v-409fa440],
.game .table .td[data-v-409fa440] {
  line-height: 40px;
  height: 40px;
}
.game .table .th[data-v-409fa440] {
  font-weight: 600;
  font-size: 14px;
}
.game .table .td[data-v-409fa440] {
  text-align: right;
  color: #333;
  font-family: 'Roboto', sans-serif;
  padding-left: 1em;
  white-space: nowrap;
}
.game .table .td.name[data-v-409fa440] {
  font-size: 14px;
  color: #2b2b2b;
  font-family: 'PingFang SC', sans-serif;
  border-bottom: 1px solid #ddd;
}
.game .table .td.bgc[data-v-409fa440] {
  background-color: #f3f6f9;
}
.game .table .valid[data-v-409fa440],
.game .table .win[data-v-409fa440] {
  position: relative;
  top: -7px;
}
.game .table .valid[data-v-409fa440] {
  top: -3px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-7b91c932] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-7b91c932] {
  font-family: 'Roboto';
}
.flex-container[data-v-7b91c932] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-7b91c932] {
  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-7b91c932]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-7b91c932] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-7b91c932] {
  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-7b91c932] {
  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-7b91c932]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-7b91c932]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-7b91c932]::after,
.card .split-line[data-v-7b91c932]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-7b91c932] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-7b91c932] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-7b91c932] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-7b91c932] .el-form-item__label::before {
  display: none;
}
[data-v-7b91c932] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-7b91c932] .el-table th {
  padding: 10px 0;
}
[data-v-7b91c932] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-7b91c932] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-7b91c932] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-7b91c932] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-7b91c932] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-7b91c932] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.operation[data-v-7b91c932] {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(39, 41, 47, 0.1);
  border-radius: 18px;
  overflow: hidden;
}
.operation .operation-title[data-v-7b91c932] {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 10px;
  align-items: center;
}
.operation .operation-title .title[data-v-7b91c932] {
  left: 20px;
  display: flex;
  align-items: center;
}
.operation .operation-title .title .help-icon[data-v-7b91c932] {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.operation .operation-title .check-header-view[data-v-7b91c932] {
  height: 40px;
  display: flex;
  align-items: center;
}
.operation .operation-title .check-header-view[data-v-7b91c932] .custom-button {
  padding: 0;
  margin-left: 0;
  width: 56px;
  border-radius: 5px;
}
.operation .operation-title .check-header-view[data-v-7b91c932] .custom-button .custom-button__inner {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 13px;
}
.operation .data-list[data-v-7b91c932] {
  padding: 0 0 0 15px;
  height: 230px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.operation .data-list[data-v-7b91c932]::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: rgba(144, 155, 205, 0.2);
}
.operation .data-list .table-item[data-v-7b91c932] {
  width: 18%;
  display: flex;
  position: relative;
  justify-content: space-around;
}
.operation .data-list .table-item .left-title[data-v-7b91c932] {
  width: 40px;
  text-align: left;
  line-height: 25px;
  margin-left: 14%;
}
.operation .data-list .table-item .item-content[data-v-7b91c932] {
  text-align: right;
  margin-left: auto;
  padding-right: 15%;
  flex-shrink: 0;
}
.operation .data-list .table-item[data-v-7b91c932]:not(:nth-child(5n))::after {
  content: ' ';
  height: 60px;
  width: 1px;
  position: absolute;
  background: rgba(144, 155, 205, 0.2);
  right: 0;
  top: 10px;
}
.operation .data-list .table-item .sub-title[data-v-7b91c932] {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2b2b2b;
}
.operation .data-list .table-item .sub-item[data-v-7b91c932] {
  display: flex;
  justify-content: flex-end;
  line-height: 20px;
}
.operation .data-list .table-item .text-gray[data-v-7b91c932] {
  color: #888;
}
.operation .data-list .table-item .first[data-v-7b91c932] {
  margin: 6px 0 8px;
}
.operation .data-list .table-item .sub-label[data-v-7b91c932] {
  font-size: 12px;
  color: #2b2b2b;
}
.operation .data-list .table-item .number[data-v-7b91c932] {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.operation .data-list .table-item .this[data-v-7b91c932] {
  font-weight: 600;
}
.operation .data-list .table-item .last-text[data-v-7b91c932] {
  color: #333333;
}
.operation .data-list .table-item-first[data-v-7b91c932] {
  width: 25%;
  justify-content: space-between;
}
.operation .data-list .data-item.center[data-v-7b91c932] {
  justify-content: center;
  text-align: center;
}
.operation .data-list .data-item.center .table-item[data-v-7b91c932]::after {
  display: none;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-0f951f4a] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-0f951f4a] {
  font-family: 'Roboto';
}
.flex-container[data-v-0f951f4a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-0f951f4a] {
  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-0f951f4a]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-0f951f4a] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-0f951f4a] {
  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-0f951f4a] {
  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-0f951f4a]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-0f951f4a]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-0f951f4a]::after,
.card .split-line[data-v-0f951f4a]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-0f951f4a] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-0f951f4a] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-0f951f4a] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-0f951f4a] .el-form-item__label::before {
  display: none;
}
[data-v-0f951f4a] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-0f951f4a] .el-table th {
  padding: 10px 0;
}
[data-v-0f951f4a] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-0f951f4a] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-0f951f4a] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-0f951f4a] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-0f951f4a] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-0f951f4a] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.loading-view[data-v-0f951f4a] {
  height: 422px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-view i[data-v-0f951f4a] {
  font-size: 30px;
  color: #2b44b1;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-42596c83] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-42596c83] {
  font-family: 'Roboto';
}
.flex-container[data-v-42596c83] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-42596c83] {
  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-42596c83]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-42596c83] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-42596c83] {
  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-42596c83] {
  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-42596c83]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-42596c83]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-42596c83]::after,
.card .split-line[data-v-42596c83]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-42596c83] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-42596c83] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-42596c83] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-42596c83] .el-form-item__label::before {
  display: none;
}
[data-v-42596c83] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-42596c83] .el-table th {
  padding: 10px 0;
}
[data-v-42596c83] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-42596c83] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-42596c83] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-42596c83] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-42596c83] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-42596c83] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
[data-v-42596c83] .el-table .cell {
  font-size: 14px;
}
.member-card-view[data-v-42596c83] {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  height: 625px;
  box-shadow: 0 4px 8px rgba(39, 41, 47, 0.1);
}
.member-card-view .real-time-top[data-v-42596c83] {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}
.member-card-view .refresh-view[data-v-42596c83] {
  line-height: normal;
  padding-left: 31px;
  height: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.member-card-view .section-view[data-v-42596c83] {
  height: 100%;
  box-sizing: border-box;
}
.member-card-view .section-view .card-table[data-v-42596c83] {
  height: 100%;
}
.member-card-view .section-view .card-table[data-v-42596c83] .el-table__body-wrapper {
  height: 470px;
  overflow-x: hidden;
  overflow-y: auto;
}
.member-card-view[data-v-42596c83] .section-view .cell {
  padding-left: 17px;
  padding-right: 17px;
}
.member-card-view .check-header-view[data-v-42596c83] {
  height: 40px;
  display: flex;
  align-items: center;
}
.member-card-view .check-header-view[data-v-42596c83] .custom-button {
  padding: 0;
  margin-left: 0;
  width: 93px;
  border-radius: 5px;
}
.member-card-view .check-header-view[data-v-42596c83] .custom-button .custom-button__inner {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.check-box.active + .title-view[data-v-42596c83] {
  color: #fff;
}
.table-inner[data-v-42596c83] {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.table-inner[data-v-42596c83] .el-table {
  overflow: hidden;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-241a6f34] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-241a6f34] {
  font-family: 'Roboto';
}
.flex-container[data-v-241a6f34] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-241a6f34] {
  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-241a6f34]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-241a6f34] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-241a6f34] {
  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-241a6f34] {
  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-241a6f34]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-241a6f34]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-241a6f34]::after,
.card .split-line[data-v-241a6f34]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-241a6f34] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-241a6f34] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-241a6f34] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-241a6f34] .el-form-item__label::before {
  display: none;
}
[data-v-241a6f34] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-241a6f34] .el-table th {
  padding: 10px 0;
}
[data-v-241a6f34] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-241a6f34] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-241a6f34] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-241a6f34] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-241a6f34] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-241a6f34] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.commission-date b[data-v-241a6f34] {
  font-weight: bold;
}
.commission-date .rest[data-v-241a6f34] {
  position: relative;
  font-size: 20px;
}
.commission-date .rest b[data-v-241a6f34] {
  color: #2b44b1;
}
.commission-date .rest[data-v-241a6f34]::after {
  content: ' ';
  height: 32px;
  width: 1px;
  position: absolute;
  background: rgba(150, 150, 150, 0.15);
  right: -25px;
}
.commission-date .end[data-v-241a6f34] {
  font-size: 16px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-67985e64] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-67985e64] {
  font-family: 'Roboto';
}
.flex-container[data-v-67985e64] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-67985e64] {
  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-67985e64]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-67985e64] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-67985e64] {
  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-67985e64] {
  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-67985e64]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-67985e64]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-67985e64]::after,
.card .split-line[data-v-67985e64]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-67985e64] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-67985e64] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-67985e64] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-67985e64] .el-form-item__label::before {
  display: none;
}
[data-v-67985e64] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-67985e64] .el-table th {
  padding: 10px 0;
}
[data-v-67985e64] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-67985e64] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-67985e64] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-67985e64] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-67985e64] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-67985e64] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.user-info[data-v-67985e64] {
  width: 100%;
  height: 78px;
  display: flex;
}
.user-info .common-box[data-v-67985e64] {
  width: 34%;
  display: flex;
  height: 78px;
  justify-content: space-evenly;
  align-items: center;
  color: #2b2b2b;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(39, 41, 47, 0.1);
  border-radius: 18px;
}
.user-info .common-box[data-v-67985e64]:last-child {
  margin-right: 0;
}
.user-info .member[data-v-67985e64] {
  height: 100%;
  display: flex;
  align-items: center;
}
.user-info .member .member-item[data-v-67985e64] {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.user-info .member .member-item[data-v-67985e64]:not(:last-child)::after {
  content: ' ';
  height: 32px;
  width: 1px;
  position: absolute;
  background: rgba(150, 150, 150, 0.15);
  right: 0;
}
.user-info .member .member-item .title[data-v-67985e64] {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 5px;
}
.user-info .member .member-item .number[data-v-67985e64] {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #2b2b2b;
}
.user-info .entitiy[data-v-67985e64] {
  display: flex;
  height: 100%;
}
.user-info .entitiy .entity-item[data-v-67985e64] {
  padding: 16px 0 14px;
  width: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  position: relative;
  cursor: pointer;
  transition: linear 0.3s;
}
.user-info .entitiy .entity-item[data-v-67985e64]:hover {
  background: rgba(0, 0, 0, 0.02);
}
.user-info .entitiy .entity-item[data-v-67985e64]:not(:last-child)::after {
  content: ' ';
  height: 32px;
  width: 1px;
  position: absolute;
  background: rgba(150, 150, 150, 0.15);
  right: 0;
}
.user-info .entitiy .info-icon[data-v-67985e64] {
  height: 24px;
  width: 24px;
  margin-bottom: 5px;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-12c37b6c] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-12c37b6c] {
  font-family: 'Roboto';
}
.flex-container[data-v-12c37b6c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-12c37b6c] {
  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-12c37b6c]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-12c37b6c] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-12c37b6c] {
  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-12c37b6c] {
  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-12c37b6c]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-12c37b6c]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-12c37b6c]::after,
.card .split-line[data-v-12c37b6c]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-12c37b6c] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-12c37b6c] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-12c37b6c] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-12c37b6c] .el-form-item__label::before {
  display: none;
}
[data-v-12c37b6c] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-12c37b6c] .el-table th {
  padding: 10px 0;
}
[data-v-12c37b6c] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-12c37b6c] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-12c37b6c] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-12c37b6c] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-12c37b6c] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-12c37b6c] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.global-activity[data-v-12c37b6c] .el-dialog--center {
  width: 836px !important;
  height: 700px !important;
}
.global-activity[data-v-12c37b6c] .el-dialog--center .el-dialog__body {
  padding: 0 0 30px;
}
.global-activity .content[data-v-12c37b6c] {
  margin: 20px 15px 5px 25px;
  height: 570px;
  line-height: 1.64;
}
.global-activity .content[data-v-12c37b6c] ul,
.global-activity .content[data-v-12c37b6c] ol {
  list-style: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.global-activity .content[data-v-12c37b6c] img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.global-activity .content[data-v-12c37b6c] .el-carousel__container {
  height: 560px;
}
.global-activity .content .item-title[data-v-12c37b6c] {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.global-activity .content .sub-title[data-v-12c37b6c] {
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 25px;
}
.global-activity .content img[data-v-12c37b6c] {
  width: 100%;
}
.global-activity .content .main[data-v-12c37b6c] {
  overflow-y: auto;
  height: 450px;
}
.global-activity .content .main p[data-v-12c37b6c] {
  line-height: 1.8;
  margin: 10px 0;
}
.global-activity .content[data-v-12c37b6c] .el-carousel__button {
  background-color: #888;
}
.global-activity .button-view[data-v-12c37b6c] {
  margin: 0 auto;
  width: 150px;
}

/**
 * 本文件存放公共的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;
}
.home-confirm-warning {
  width: 510px;
}
.home-confirm-warning .el-message-box__header {
  position: relative;
  text-align: center;
  padding: 50px 50px 15px;
}
.home-confirm-warning .el-message-box__header .el-message-box__title {
  font-weight: bold;
  color: #333;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1;
}
.home-confirm-warning .el-message-box__content {
  padding: 10px 50px 50px;
}
.home-confirm-warning .el-button--small {
  border: 1px solid #e0e0e0;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-bc0c8f98] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-bc0c8f98] {
  font-family: 'Roboto';
}
.flex-container[data-v-bc0c8f98] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-bc0c8f98] {
  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-bc0c8f98]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-bc0c8f98] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-bc0c8f98] {
  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-bc0c8f98] {
  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-bc0c8f98]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-bc0c8f98]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-bc0c8f98]::after,
.card .split-line[data-v-bc0c8f98]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-bc0c8f98] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-bc0c8f98] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-bc0c8f98] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-bc0c8f98] .el-form-item__label::before {
  display: none;
}
[data-v-bc0c8f98] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-bc0c8f98] .el-table th {
  padding: 10px 0;
}
[data-v-bc0c8f98] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-bc0c8f98] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-bc0c8f98] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-bc0c8f98] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-bc0c8f98] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-bc0c8f98] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.home-page[data-v-bc0c8f98] {
  min-height: 100%;
  min-width: 1360px;
  height: 100%;
  margin: 20px;
  display: flex;
  flex-direction: column;
  background-color: #f0f3f8;
  position: relative !important;
}
.home-page .data[data-v-bc0c8f98] {
  display: flex;
}
.home-page .section-left-view[data-v-bc0c8f98] {
  display: flex;
  width: 55%;
  flex-direction: column;
}
.home-page .section-right-view[data-v-bc0c8f98] {
  margin: 20px 0 0 20px;
  width: 45%;
}
.home-page[data-v-bc0c8f98] .el-radio-button .el-radio-button__inner {
  border: none;
  background: transparent;
  border-radius: 20px;
}
.home-page[data-v-bc0c8f98] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  font-weight: bold;
  background-color: #2b44b1;
  border-color: #2b44b1;
  box-shadow: -1px 0 0 0 #2b44b1;
}

