/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-6ff8f19a] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-6ff8f19a] {
  font-family: 'Roboto';
}
.flex-container[data-v-6ff8f19a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-6ff8f19a] {
  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-6ff8f19a]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-6ff8f19a] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-6ff8f19a] {
  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-6ff8f19a] {
  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-6ff8f19a]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-6ff8f19a]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-6ff8f19a]::after,
.card .split-line[data-v-6ff8f19a]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-6ff8f19a] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-6ff8f19a] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-6ff8f19a] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-6ff8f19a] .el-form-item__label::before {
  display: none;
}
[data-v-6ff8f19a] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-6ff8f19a] .el-table th {
  padding: 10px 0;
}
[data-v-6ff8f19a] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-6ff8f19a] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-6ff8f19a] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-6ff8f19a] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-6ff8f19a] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-6ff8f19a] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.commission[data-v-6ff8f19a] {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background: linear-gradient(180.24deg, #fff 49.74%, #f4f4f4 99.24%);
  box-shadow: 0 4px 8px rgba(39, 41, 47, 0.1);
  border-radius: 5px;
  height: 189px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.commission .title[data-v-6ff8f19a] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.commission .title .help-icon[data-v-6ff8f19a] {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.commission .overview[data-v-6ff8f19a] {
  padding: 71px 0 44px;
  height: 100%;
  box-sizing: border-box;
  width: 149px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #2b2b2b;
}
.commission .overview .title-text[data-v-6ff8f19a] {
  font-size: 14px;
  line-height: 20px;
}
.commission .overview .number[data-v-6ff8f19a] {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin-left: 4px;
}
.commission .overview .more[data-v-6ff8f19a] {
  border: 1px solid #2b2b2b;
  padding: 4px 10px;
  border-radius: 20px;
  cursor: pointer;
}
.commission .overview .more[data-v-6ff8f19a]:active {
  background: #2b2b2b;
  color: #fff;
}
.commission .overview .more span[data-v-6ff8f19a] {
  display: flex;
  align-items: center;
}
.commission .tab-list[data-v-6ff8f19a] {
  display: flex;
  padding: 24px 14px;
  justify-content: space-between;
  width: 558px;
}
.commission .tab-list .tab-item[data-v-6ff8f19a] {
  display: flex;
  flex-direction: column;
  width: 125px;
  height: 130px;
  border: 1px solid rgba(150, 150, 150, 0.15);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 22px 0 12px;
  position: relative;
  color: #2b2b2b;
}
.commission .tab-list .tab-item .tab-title[data-v-6ff8f19a] {
  position: absolute;
  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;
  width: 100%;
  text-align: center;
}
.commission .tab-list .tab-item .sub-item[data-v-6ff8f19a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}
.commission .tab-list .tab-item[data-v-6ff8f19a] .st-amount-text {
  font-weight: 600;
  margin-top: 2px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.commission .tab-list .tab-item .sub-item[data-v-6ff8f19a]:not(:last-child)::after {
  content: ' ';
  height: 1px;
  width: 30px;
  position: absolute;
  background: rgba(150, 150, 150, 0.15);
  bottom: 0;
}
.commission .tab-list .tab-item .sub-label[data-v-6ff8f19a] {
  font-size: 12px;
  line-height: 18px;
}
.commission .tab-list .tab-item .last-month[data-v-6ff8f19a] {
  color: #707c83;
}
.commission .tab-list .tab-item .number[data-v-6ff8f19a] {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-top: 2px;
  font-family: 'Roboto', sans-serif;
}

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

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

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

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

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

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

