#app {
  width: 100%;
  height: 100%;
  background-color: #000;
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
/* 1 */
  -webkit-text-size-adjust: 100%;
/* 2 */
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
/* 1 */
  height: 0;
/* 1 */
  overflow: visible;
/* 2 */
}
pre {
  font-family: monospace, monospace;
/* 1 */
  font-size: 1em;
/* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
/* 1 */
  text-decoration: underline;
/* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
/* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
/* 1 */
  font-size: 1em;
/* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: PingFangSC-Regular;
/* 1 */
  font-size: 100%;
/* 1 */
  line-height: 1.15;
/* 1 */
  margin: 0;
/* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
/* 1 */
  color: inherit;
/* 2 */
  display: table;
/* 1 */
  max-width: 100%;
/* 1 */
  padding: 0;
/* 3 */
  white-space: normal;
/* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  outline-offset: -2px;
/* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
/* 1 */
  font: inherit;
/* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
.el-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
}
.el-table thead {
  color: #999;
}
.el-table thead th,
.el-table thead tr {
  background: #eef4fc;
}
.el-table--border th:first-child .cell {
  padding-left: 0.2rem;
}
.el-table__row td:first-child .cell {
  padding-left: 0.2rem;
}
.el-table__empty-block {
  display: none;
}
.el-table__body-wrapper {
  border-left: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
}
.el-table td {
  padding: 0;
  border-bottom: 0;
}
.el-table th {
  padding: 0;
}
.el-table .cell {
  line-height: 40px;
}
.el-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.el-table::before {
  height: 0;
}
.el-table__body-wrapper tr:last-child td {
  border-bottom: 1px solid #ebeef5;
}
.el-table--border::after,
.el-table--group::after {
  width: 0;
}
.el-table__body {
  width: 100% !important;
}
.el-table .cell .el-input__inner {
  height: 40px;
}
.el-table .el-select {
  margin-right: 0;
  width: 100%;
}
.el-table .td-item {
  padding: 0 0.2rem;
}
.el-table__body-wrapper {
  border-left: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.el-pager {
  margin-right: 4px;
}
.el-pager li {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0;
  border-radius: 50%;
  margin-right: 4px;
  font-weight: 400;
  color: #333;
}
.el-pager li.active {
  color: #fff;
  background-color: #0780ed;
}
.el-pagination button {
  width: 88px;
  margin-right: 8px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.el-pagination button:hover {
  color: #0780ed;
}
.el-pagination .btn-prev {
  margin-right: 8px;
}
.el-pagination__editor {
  width: 48px;
}
.el-pagination .el-select .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.el-pagination__sizes {
  margin-left: 20px;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  height: 30px;
  line-height: 30px;
}
.el-input__icon {
  line-height: 32px;
  width: 20px;
}
.el-popper[x-placement^="bottom"] {
  margin-top: 0px;
}
.el-popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0px;
}
.el-popper[x-placement^="bottom"] .popper__arrow::after {
  border-width: 0px;
}
.el-select-dropdown {
  border-radius: 2px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  color: #0780ed;
  font-weight: 400;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #e0e3e5;
}
.el-select .el-input {
  margin-right: 9px;
}
.el-select-dropdown__item.hover .el-checkbox__label {
  color: #0780ed;
  font-weight: 400;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  font-size: 0;
}
.el-select-dropdown__item.selected {
  font-weight: 400;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  font-weight: 400;
}
.el-select .el-tag__close.el-icon-close {
  display: inline-block;
}
.el-select-dropdown__item {
  padding: 0 12px;
  font-weight: 400;
}
.el-select-dropdown__item .el-checkbox-group {
  width: 100%;
}
.el-select-dropdown__item .el-checkbox-group .el-checkbox {
  width: 100%;
}
.el-select .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.el-button {
  font-weight: 400;
  border-radius: 2px;
  padding: 6px 10px;
}
.el-button span {
  line-height: 20px;
}
.el-button--primary {
  font-weight: 400;
  background: #0780ed;
}
.el-button--info {
  font-weight: 400;
}
.el-button--info:hover {
  color: #0780ed;
  background-color: #e4f4ff;
  border-color: #0780ed;
}
.el-button--default {
  color: #0780ed;
  background-color: #fff;
  border-color: #0780ed;
}
.el-button--default:hover {
  color: #0780ed;
  background-color: #fff;
  border-color: #0780ed;
}
.el-button--primary:active {
  color: #fff;
  background-color: #0780ed;
  border-color: #0780ed;
}
.el-button--primary:focus {
  color: #fff;
  background-color: #0780ed;
  border-color: #0780ed;
}
.el-table .el-button {
  margin-left: 0;
  padding: 6px 6px;
}
.el-dialog .el-button+.el-button {
  margin-left: 20px;
}
.big .el-dialog {
  width: 1000px;
}
.medium .el-dialog {
  width: 600px;
}
.small .el-dialog {
  width: 400px;
}
.huge .el-dialog {
  width: 1200px;
}
.dialog800 .el-dialog {
  width: 800px;
}
.dialog1200 .el-dialog {
  width: 1200px;
}
.confirmDialog .el-dialog {
  width: 410px;
}
.el-dialog__body {
  padding: 20px;
}
.el-dialog__header {
  padding: 10px 20px;
  background: #0780ed;
}
.el-dialog__title {
  color: #fff;
  font-size: 14px;
}
.el-dialog__headerbtn {
  top: 15px;
  font-size: 12px;
}
.el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.el-dialog__footer {
  text-align: center;
}
.el-dialog .el-button {
  height: 32px;
  padding: 6px 20px;
}
.el-dialog .el-button--primary {
  background: #0780ed;
  color: #fff !important;
}
.el-dialog .el-textarea {
  width: 100%;
}
.el-dialog .el-textarea__inner {
  height: 134px;
  padding-left: 10px;
}
.el-textarea__inner {
  resize: none;
}
.el-dialog .el-form-item__label {
  padding-right: 10px;
  line-height: 32px;
}
.el-dialog .el-form-item__content {
  line-height: 32px;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #0780ed;
  background: #0780ed;
}
.el-radio__input.is-checked+.el-radio__label {
  color: #0780ed;
}
.el-radio {
  color: #bbb;
}
.medium .el-input__inner {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.medium .el-input__suffix {
  right: 10px;
}
.medium .el-select {
  width: 100%;
}
.el-form-item {
  margin-bottom: 20px;
}
.el-menu {
  border-right: 0;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0780ed;
}
.el-submenu__title:hover {
  background: #191f45 !important;
}
.el-input__inner {
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding-left: 10px;
  font-size: 14px;
}
.el-input__inner::-webkit-input-placeholder {
  font-weight: 400;
}
.el-input__inner::-moz-placeholder {
  font-weight: 400;
}
.el-input__inner:-ms-input-placeholder {
  font-weight: 400;
}
.el-input__inner:-moz-placeholder {
  font-weight: 400;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner {
  color: #ccc;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  color: #ccc;
}
.el-tooltip__popper.is-dark {
  background: rgba(0,0,0,0.6) !important;
}
.tooltip[x-placement^=right] .popper__arrow {
  border-right-color: rgba(0,0,0,0.6) !important;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow:after,
.el-tooltip__popper[x-placement^=right] .popper__arrow {
  border-right-color: #000;
  opacity: 0.6;
}
.el-tooltip__popper[x-placement^=top] {
  margin-bottom: 0px;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow {
  border-top-color: rgba(0,0,0,0.6);
  opacity: 0.75;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  border-top-color: rgba(0,0,0,0.6);
  opacity: 0.75;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  border-bottom-color: rgba(0,0,0,0.6);
  opacity: 0.75;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: rgba(0,0,0,0.6);
  opacity: 0.75;
}
.el-autocomplete .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.el-breadcrumb__inner.is-link {
  font-weight: 400;
}
.el-date-editor .el-range__icon {
  line-height: 24px;
}
.el-date-editor .el-range-separator {
  line-height: 26px;
  color: #bbb;
}
.el-date-editor--daterange.el-input__inner {
  width: 240px;
}
.el-date-editor .el-range-input {
  color: #bbb;
  font-family: 'PingFangSC-Regular';
}
.el-date-editor .el-range__close-icon {
  line-height: 24px;
}
.el-date-table td span:hover {
  color: #0780ed;
}
.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background: #0780ed;
  color: #fff;
}
.el-date-table td span {
  border-radius: 2px;
}
.el-date-table td.in-range div,
.el-date-table td.in-range div:hover,
.el-date-table.is-week-mode .el-date-table__row.current div,
.el-date-table.is-week-mode .el-date-table__row:hover div {
  background: #fff;
}
.el-date-table td.today span {
  color: #0780ed;
  font-weight: 400;
}
.video-bind .el-dialog__body .el-select {
  width: 387px;
}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
  background: #f4f5f9;
  color: #0780ed;
}
.el-tree-node__content:hover {
  background: #f4f5f9;
  color: #0780ed;
}
.el-tree-node__children .is-current {
  background: #f4f5f9;
  color: #0780ed;
}
.el-tree-node:focus>.el-tree-node__content {
  background: #f4f5f9;
  color: #0780ed;
}
.el-tree .el-tree-node .el-checkbox {
  display: inline-block;
}
.el-tree .el-tree-node .el-tree-node__children .el-tree-node .el-tree-node__children .el-tree-node .el-tree-node__content .el-checkbox {
  display: inline-block;
}
.el-tree .el-tree-node .el-tree-node__children .el-tree-node .el-tree-node__children .el-tree-node .el-tree-node__content .el-tree-node__expand-icon {
  display: none;
}
.el-tabs__header {
  margin-bottom: 20px;
}
.el-tabs__item {
  font-weight: 600;
}
.el-tabs__nav-wrap::after {
  height: 1px;
}
.el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 15px !important;
}
.el-tabs__item {
  width: 100px;
  text-align: center;
  padding: 0 15px;
}
.el-transfer-panel {
  width: 280px;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox {
  text-align: left;
}
.el-transfer-panel .el-transfer-panel__header {
  padding-left: 25px;
}
.el-transfer-panel__item.el-checkbox {
  width: calc(100% - 25px);
  padding-left: 25px;
  margin-right: 0;
}
.el-transfer-panel__item.el-checkbox .el-checkbox__label {
  text-align: left;
}
.el-transfer-panel__item .el-checkbox__input {
  left: 25px;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 14px;
  color: #666;
}
.el-transfer-panel__body {
  height: 350px;
}
.el-transfer-panel__list {
  height: 350px;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #666;
}
.el-transfer-panel__item:hover {
  color: #666;
}
.el-transfer__buttons {
  padding: 0 20px;
}
.el-button [class*=el-icon-]+span {
  margin-left: 0;
}
.el-badge__content.is-fixed.is-dot {
  top: 10px;
  right: 3px;
}
.el-badge__content.is-dot {
  width: 6px;
  height: 6px;
}
.mainInfo .el-badge__content.is-fixed.is-dot {
  top: 0px;
}
.header .el-icon--right {
  margin-left: 10px;
}
.el-dropdown-menu {
  padding: 0;
  left: auto !important;
  right: 8px !important;
}
.el-dropdown-menu__item {
  padding: 0 12px;
  line-height: 32px;
  border: 0;
  color: #333;
}
.el-dropdown-menu.el-popper {
  top: 54px !important;
  position: relative;
}
.el-form .el-select {
  width: 100%;
}
.el-dropdown-menu.el-popper:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  left: 40%;
  border-right: solid 6px transparent;
  border-left: solid 6px transparent;
  border-bottom: solid 6px #fff;
  z-index: 999;
}
.collectTarget .top .el-form-item {
  width: 380px;
}
.selectContent .el-input {
  margin-right: 20px;
}
.selectContent .tree {
  margin-top: 20px;
}
.selectContent .countPoints {
  margin-top: 20px;
  text-align: left;
  margin-left: 20px;
}
.el-upload-list {
  top: 22px;
  left: 5px;
}
.el-cascader {
  width: 100%;
}
.handleReport .tableWrap .el-date-editor.el-input {
  width: auto;
}
.handleReport .tableWrap .el-form-item__error {
  display: none;
}
.countPoints .el-checkbox-group .el-checkbox {
  margin-bottom: 10px;
}
.handleReport .tableWrap .el-form-item {
  margin-bottom: 0px;
}
.el-tabs__nav-scroll {
  background: #fff;
}
.el-tree .el-tree-node__expand-icon.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.el-tree .el-icon-caret-right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiRJREFUeNrklEFoE0EUht+b3RLFlu1G1ENBJM0WQQRBvQU8iBf1oqAXUcGesgmlqD1YKPQgtgjm0nRLLtaLgqi3giCCCCKiFD0Jmo2l4Ekx061YiNmZ59vQQ2pMmkpz6sCyu2///9t5b94MEhFs9hDQgdERqFn/goiNCiK0Z76cBNJCusk5FlGjZG0I6wN/Q22vdIphExw+uGr+wLmNyfTA3IahVr503EA9CQhHmmT4RoEYC9z+5+tCba94iLFTDE+1Uzv2vtIohpfS/fNNF0og3mkXuJpZygDOqNXqKw0jfHvEc1frzjLSEDwmZVxtCQ12mB/LrnMeQ9jHpgkCKv8j5R9cscmKiu0tZ5xz2jC/toTGV6oP4tPFXMUwQ+k6o3J7V58GusI/eM+0dxphUCrskxnnBgqlI62A33cbyrJm9b3v3TYEl/jR5UZ4GxLeWs4k/XpDT2Fhf1cYjrDrKHdHQXb33KOLe341hfbOlA4HbnI+anjL809wGlkOa22Im4IoxvHrXABTE04FGedZzeMVj8l08mVT6E7Pz7EppQBvM/xJtHss73PCIMwSkiJt5peyiUUYJ2Ht8s8KhFF2v2DotZbNH88XD5DAbATna1qGOAtDTqUmmF3YZq9UL7Mw+v46BDP30018anubWt6ibVB1kEBfQBD3WRXjiZ/hjniIIRbKQ87yf+392uBUe3f7pxms5LfEUxhHvaEDZesd0h2B/hFgAEIAChu5Q+fpAAAAAElFTkSuQmCC) no-repeat -1px 0px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
}
.el-tree .el-tree-node__expand-icon.expanded.el-icon-caret-right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkJJREFUeNrklE1oE1EQx2fe7sZUWpsVbSkmUBOT2l686aGHnvTiQVEQD1YRxEgWSxUseutBwZtYmsTqRRA8FD3pwZMKehD0UqRiktUqVApJzNoPTOt+jLPC2jRNWgLm5Dssw7yZ/8z7zb6HRAT/eglowmqKqOwZiLh+d5IktaBfQaDTHNFNQBmGdfuHFrtfHVqJccNO1aJ+g2sdIZTjJb/diSCuccKImswlNspDr0J1p4FbMwHhs76ashNZjPcUPX/bxMxe2TJfG1psR+OdbrH28fdNpaC7FuO7P3L5fHsqG254UBZRnuuHanEGhOD8cstcw6JLhWiGEJcD6dzgGs6FT1cJ8AlcDpUbZvqHayo3wFVfsvkcCKY4up8j9wPh+ZK25149putEt0586fLb5mF2+/iYB12MSDjFaW0O4neOz0gID0xJHnD5biq6bTx7QBLwFAFfsLvMuyd566yRiD30ElrTeodCzjQSFLnoAtnSOeNi5H3d6csI/FPLx0qJ6AlDi55xhNTP/d+ByWmfF6M4dBdJDJa0WC9YeBwl5zGMkqg5qJZ0ZhchrBiJ8CvPN38h8o7P8DZQUPpWbx70Mc9nrl0ais5yf9/Urs/BmqJlEcvzMIKQzLdW0Gc80PnL8edXXfChPZk75Nrbk3rIzTHmwrN1p6+msmN83F5wcNgm5acQ5k33GjCKo3+ZjuV2KhKMI1I3Zy2RLYarma6d/ijJaod+nR+QU9ykO/1HhgWXYCi6stnLVFP0/3ykmyL6W4ABAAtB+xZr8jIKAAAAAElFTkSuQmCC) no-repeat -1px 0px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
}
.el-tree {
  padding: 5px;
}
.el-submenu .el-menu-item {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  min-width: 170px;
}

.DeleteDialog-content-Mu8h {
  margin-bottom: 30px;
  text-align: center;
}
.DeleteDialog-btns-2VS2 {
  text-align: center;
}

.ConfirmDialog-content-3l5G {
  margin-bottom: 30px;
  text-align: center;
}
.ConfirmDialog-btns-1QvB {
  text-align: center;
}

