.g-bottomLeftEcharts[data-v-e7753b76] {
  width: 100%;
  height: 100%;
  position: relative;
}
.g-bottomLeftEcharts[data-v-e7753b76]::after {
  content: '';
  width: 80%;
  height: 1px;
  background: #E0E0E0;
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}

.g-bottomRightEcharts[data-v-299e7dd4] {
  width: 100%;
  height: 100%;
  position: relative;
}
.g-bottomRightEcharts[data-v-299e7dd4]::after {
  content: '';
  width: 80%;
  height: 1px;
  background: #E0E0E0;
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}

.g-middleEcharts[data-v-479749c8] {
  width: 100%;
  height: 100%;
}

.middleLineEcharts[data-v-80b52876] {
  width: 100%;
  height: 100%;
}

.g-activity[data-v-6ee69877] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.g-activity .m-activity-top[data-v-6ee69877] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.g-activity .m-activity-top .u-top-item[data-v-6ee69877] {
  flex: 1;
  margin-right: 20px;
  background: #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 30px;
}
.g-activity .m-activity-top .u-top-item[data-v-6ee69877]:last-child {
  margin-right: 0px;
}
.g-activity .m-activity-top .u-top-item .top-item-left .item-left-num[data-v-6ee69877] {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.g-activity .m-activity-top .u-top-item .top-item-left .item-left-text[data-v-6ee69877] {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  margin-top: 23px;
}
.g-activity .m-activity-top .u-top-item .top-item-right[data-v-6ee69877] {
  width: 70px;
  height: 70px;
}
.g-activity .m-activity-top .u-top-item .top-item-right img[data-v-6ee69877] {
  width: 100%;
  height: 100%;
}
.g-activity .m-activity-main[data-v-6ee69877] {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.g-activity .m-activity-main .u-main-item[data-v-6ee69877] {
  flex: 1;
  margin-right: 20px;
  background: #141414;
  position: relative;
}
.g-activity .m-activity-main .u-main-item[data-v-6ee69877]:last-child {
  margin-right: 0px;
}
.g-activity .m-activity-main .u-main-item .main-item-chose[data-v-6ee69877] {
  position: absolute;
  right: 50px;
  bottom: 20px;
  z-index: 2000;
}
.g-activity .m-activity-main .u-main-item .main-item-chose div[data-v-6ee69877] {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0px 14px;
  margin-left: 10;
}
.g-activity .m-activity-main .u-main-item .main-item-chose .active[data-v-6ee69877] {
  border-color: #4dc9ff;
  color: #4dc9ff;
}
.g-activity .m-activity-bottom[data-v-6ee69877] {
  width: 100%;
  height: 380px;
  background: #141414;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0px 30px;
}
.g-activity .m-activity-bottom .u-top[data-v-6ee69877] {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
}
.g-activity .m-activity-bottom .u-main[data-v-6ee69877] {
  width: 100%;
  height: calc(100% - 46px);
  display: flex;
}
.g-activity .m-activity-bottom .u-main .u-bottom-left[data-v-6ee69877] {
  flex: 1;
}
.g-activity .m-activity-bottom .u-main .u-bottom-right[data-v-6ee69877] {
  flex: 3;
}

.g-person[data-v-6728e124] {
  width: 100%;
  height: 100%;
}
.g-person .m-person-top[data-v-6728e124] {
  width: 100%;
  height: 69px;
  background: #141414;
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
  padding: 0px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-person .m-person-top span[data-v-6728e124] {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.g-person .m-person-top div[data-v-6728e124] {
  width: 100px;
  height: 30px;
  background: #3CA909;
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.g-person .m-person-bottom[data-v-6728e124] {
  width: 100%;
  height: calc(100% - 89px);
  margin-top: 20px;
  background: #141414;
  overflow: auto;
  position: relative;
}
.g-person .m-person-bottom .content-bottom[data-v-6728e124] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.g-person .m-person-bottom .content-bottom[data-v-6728e124] .el-input__inner {
  background-color: #141414;
  border-color: #333;
}
.g-person .m-person-bottom .content-bottom[data-v-6728e124] .btn-prev {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-6728e124] .btn-next {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-6728e124] .number {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-6728e124] .number.active {
  background-color: #2991f1;
}
.g-person .m-person-bottom .content-bottom[data-v-6728e124] .el-pager li {
  background-color: #141414;
}
[data-v-6728e124] .el-table th.el-table__cell {
  background: #141414;
}
[data-v-6728e124] .el-table tr {
  background: #181818;
}
[data-v-6728e124] .el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf[data-v-6728e124] {
  border-bottom: 1px solid #141414;
}
[data-v-6728e124] .el-table td.el-table__cell {
  border-bottom: 1px solid #141414;
}
[data-v-6728e124] .el-table th.el-table__cell.is-leaf {
  border-bottom: none !important;
}
[data-v-6728e124] .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #141414;
}
[data-v-6728e124] .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #141414;
}
[data-v-6728e124] .el-table__empty-block {
  height: 40% !important;
  background: #141414;
}
[data-v-6728e124] .el-table__empty-text {
  color: #FFFFFF;
}
[data-v-6728e124] .el-table::before {
  background-color: transparent !important;
}

.g-person[data-v-7aa1d388] {
  width: 100%;
  height: 100%;
}
.g-person .m-person-top[data-v-7aa1d388] {
  width: 100%;
  height: 69px;
  background: #141414;
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
  padding: 0px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-person .m-person-top span[data-v-7aa1d388] {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.g-person .m-person-top div[data-v-7aa1d388] {
  width: 100px;
  height: 30px;
  background: #3CA909;
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.g-person .m-person-bottom[data-v-7aa1d388] {
  width: 100%;
  height: calc(100% - 89px);
  margin-top: 20px;
  background: #141414;
  overflow: auto;
  position: relative;
}
.g-person .m-person-bottom .content-bottom[data-v-7aa1d388] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.g-person .m-person-bottom .content-bottom[data-v-7aa1d388] .el-input__inner {
  background-color: #141414;
  border-color: #333;
}
.g-person .m-person-bottom .content-bottom[data-v-7aa1d388] .btn-prev {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-7aa1d388] .btn-next {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-7aa1d388] .number {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-7aa1d388] .number.active {
  background-color: #2991f1;
}
.g-person .m-person-bottom .content-bottom[data-v-7aa1d388] .el-pager li {
  background-color: #141414;
}
[data-v-7aa1d388] .el-table th.el-table__cell {
  background: #141414;
}
[data-v-7aa1d388] .el-table tr {
  background: #181818;
}
[data-v-7aa1d388] .el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf[data-v-7aa1d388] {
  border-bottom: 1px solid #141414;
}
[data-v-7aa1d388] .el-table td.el-table__cell {
  border-bottom: 1px solid #141414;
}
[data-v-7aa1d388] .el-table th.el-table__cell.is-leaf {
  border-bottom: none !important;
}
[data-v-7aa1d388] .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #141414;
}
[data-v-7aa1d388] .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #141414;
}
[data-v-7aa1d388] .el-table__empty-block {
  height: 40% !important;
  background: #141414;
}
[data-v-7aa1d388] .el-table__empty-text {
  color: #FFFFFF;
}
[data-v-7aa1d388] .el-table::before {
  background-color: transparent !important;
}

.g-person[data-v-52e49452] {
  width: 100%;
  height: 100%;
}
.g-person .m-person-top[data-v-52e49452] {
  width: 100%;
  height: 69px;
  background: #141414;
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
  padding: 0px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-person .m-person-top span[data-v-52e49452] {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.g-person .m-person-top .person-top-but[data-v-52e49452] {
  display: flex;
}
.g-person .m-person-top .person-top-but div[data-v-52e49452] {
  width: 100px;
  height: 30px;
  background: #3CA909;
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-left: 10px;
}
.g-person .m-person-bottom[data-v-52e49452] {
  width: 100%;
  height: calc(100% - 89px);
  margin-top: 20px;
  background: #141414;
  overflow: auto;
  position: relative;
}
.g-person .m-person-bottom .content-bottom[data-v-52e49452] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.g-person .m-person-bottom .content-bottom[data-v-52e49452] .el-input__inner {
  background-color: #141414;
  border-color: #333;
}
.g-person .m-person-bottom .content-bottom[data-v-52e49452] .btn-prev {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-52e49452] .btn-next {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-52e49452] .number {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-52e49452] .number.active {
  background-color: #2991f1;
}
.g-person .m-person-bottom .content-bottom[data-v-52e49452] .el-pager li {
  background-color: #141414;
}
[data-v-52e49452] .el-table th.el-table__cell {
  background: #141414;
}
[data-v-52e49452] .el-table tr {
  background: #181818;
}
[data-v-52e49452] .el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf[data-v-52e49452] {
  border-bottom: 1px solid #141414;
}
[data-v-52e49452] .el-table td.el-table__cell {
  border-bottom: 1px solid #141414;
}
[data-v-52e49452] .el-table th.el-table__cell.is-leaf {
  border-bottom: none !important;
}
[data-v-52e49452] .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #141414;
}
[data-v-52e49452] .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #141414;
}
[data-v-52e49452] .el-table__empty-block {
  height: 40% !important;
  background: #141414;
}
[data-v-52e49452] .el-table__empty-text {
  color: #FFFFFF;
}
[data-v-52e49452] .el-table::before {
  background-color: transparent !important;
}

.g-person[data-v-0f8c6b3c] {
  width: 100%;
  height: 100%;
}
.g-person .m-person-top[data-v-0f8c6b3c] {
  width: 100%;
  height: 69px;
  background: #141414;
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
  padding: 0px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-person .m-person-top span[data-v-0f8c6b3c] {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.g-person .m-person-top div[data-v-0f8c6b3c] {
  width: 100px;
  height: 30px;
  background: #3CA909;
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.g-person .m-person-bottom[data-v-0f8c6b3c] {
  width: 100%;
  height: calc(100% - 89px);
  margin-top: 20px;
  background: #141414;
  overflow: auto;
  position: relative;
}
.g-person .m-person-bottom .content-bottom[data-v-0f8c6b3c] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.g-person .m-person-bottom .content-bottom[data-v-0f8c6b3c] .el-input__inner {
  background-color: #141414;
  border-color: #333;
}
.g-person .m-person-bottom .content-bottom[data-v-0f8c6b3c] .btn-prev {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-0f8c6b3c] .btn-next {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-0f8c6b3c] .number {
  background-color: #141414;
}
.g-person .m-person-bottom .content-bottom[data-v-0f8c6b3c] .number.active {
  background-color: #2991f1;
}
.g-person .m-person-bottom .content-bottom[data-v-0f8c6b3c] .el-pager li {
  background-color: #141414;
}
[data-v-0f8c6b3c] .el-table th.el-table__cell {
  background: #141414;
}
[data-v-0f8c6b3c] .el-table tr {
  background: #181818;
}
[data-v-0f8c6b3c] .el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf[data-v-0f8c6b3c] {
  border-bottom: 1px solid #141414;
}
[data-v-0f8c6b3c] .el-table td.el-table__cell {
  border-bottom: 1px solid #141414;
}
[data-v-0f8c6b3c] .el-table th.el-table__cell.is-leaf {
  border-bottom: none !important;
}
[data-v-0f8c6b3c] .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #141414;
}
[data-v-0f8c6b3c] .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #141414;
}
[data-v-0f8c6b3c] .el-table__empty-block {
  height: 40% !important;
  background: #141414;
}
[data-v-0f8c6b3c] .el-table__empty-text {
  color: #FFFFFF;
}
[data-v-0f8c6b3c] .el-table::before {
  background-color: transparent !important;
}

.g-dataStatistics[data-v-5c387d0d] {
  width: 100vw;
  height: 100vh;
  background: #050505;
  box-sizing: border-box;
  padding: 0px 10px;
}
.g-dataStatistics .m-top[data-v-5c387d0d] {
  width: 100%;
  height: 60px;
  background: #141414;
  position: relative;
  margin-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-dataStatistics .m-top .u-top-back[data-v-5c387d0d] {
  width: 60px;
  height: 30px;
  background: #232529;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.g-dataStatistics .m-main[data-v-5c387d0d] {
  width: 100%;
  height: calc(100% - 61px);
  display: flex;
}
.g-dataStatistics .m-main .m-left-nav[data-v-5c387d0d] {
  width: 270px;
  height: 100%;
  background: #141414;
}
.g-dataStatistics .m-main .m-left-nav .u-nav-back[data-v-5c387d0d] {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #050505;
}
.g-dataStatistics .m-main .m-left-nav .u-nav-back div[data-v-5c387d0d] {
  width: 60px;
  height: 30px;
  background: #232529;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  border-radius: 2px;
}
.g-dataStatistics .m-main .m-left-nav .u-nav-item[data-v-5c387d0d] {
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.g-dataStatistics .m-main .m-left-nav .u-nav-item[data-v-5c387d0d]:hover {
  background: #333333;
}
.g-dataStatistics .m-main .m-left-nav .u-nav-item img[data-v-5c387d0d] {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.g-dataStatistics .m-main .m-left-nav .u-nav-item span[data-v-5c387d0d] {
  margin-left: 26px;
}
.g-dataStatistics .m-main .m-left-nav .u-nav-item-active[data-v-5c387d0d] {
  background: #333333;
}
.g-dataStatistics .m-main .m-right-main[data-v-5c387d0d] {
  width: calc(100% - 270px);
  height: 100%;
  box-sizing: border-box;
  padding: 30px 30px 0px 30px;
  overflow: auto;
}

