body {
  margin: 0;
}
.xzreport {
  font-size: 13px;
  line-height: normal;
  user-select: none;
  -moz-user-select: none;
  font-family: "Lato", "Source Sans Pro", Roboto, Helvetica, Arial, sans-serif, "\5B8B\4F53", "\9ED1\4F53", "\6977\4F53", "\4EFF\5B8B", "\65B0\5B8B\4F53";
  box-sizing: content-box;
  -webkit-font-smoothing: antialiased;
}
.xzreport textarea {
  font: 400 13px Arial, "PingFang SC", "Lato", "Source Sans Pro", Roboto, Helvetica, sans-serif, "\5B8B\4F53", "\9ED1\4F53", "\6977\4F53", "\4EFF\5B8B", "\65B0\5B8B\4F53";
}
.xzreport * {
  box-sizing: border-box;
}
.xzreport ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.xzreport ::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
.xzreport ::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
.xzreport ::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
.xzreport-sheet {
  position: relative;
  overflow: hidden;
}
.xzreport-table {
  vertical-align: bottom;
}
.xzreport-container {
  display: block;
}
.xzreport-tooltip {
  font-family: inherit;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  border-radius: 1px;
  background: #000000;
  font-size: 12px;
  z-index: 201;
}
.xzreport-tooltip:before {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 4px);
  top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
}
.xzreport-color-palette {
  padding: 5px;
}
.xzreport-color-palette table {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 2;
  background: #fff;
}
.xzreport-color-palette table td {
  margin: 0;
  cursor: pointer;
  border: 1px solid transparent;
}
.xzreport-color-palette table td:hover {
  border-color: #ddd;
}
.xzreport-color-palette table td .xzreport-color-palette-cell {
  width: 16px;
  height: 16px;
}
.xzreport-border-palette {
  padding: 6px;
}
.xzreport-border-palette table {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: fixed;
}
.xzreport-border-palette table td {
  margin: 0;
}
.xzreport-border-palette .xzreport-border-palette-left {
  border-right: 1px solid #eee;
  padding-right: 6px;
}
.xzreport-border-palette .xzreport-border-palette-left .xzreport-border-palette-cell {
  width: 18px;
  height: 18px;
  padding: 1px;
  cursor: pointer;
  text-align: center;
}
.xzreport-border-palette .xzreport-border-palette-left .xzreport-border-palette-cell .xzreport-icon-img {
  opacity: 0.8;
}
.xzreport-border-palette .xzreport-border-palette-left .xzreport-border-palette-cell:hover {
  background-color: #eee;
}
.xzreport-border-palette .xzreport-border-palette-right {
  padding-left: 6px;
}
.xzreport-border-palette .xzreport-border-palette-right .xzreport-toolbar-item {
  margin-top: 0;
  margin-bottom: 3px;
}
.xzreport-border-palette .xzreport-border-palette-right .xzreport-line-type {
  position: relative;
  left: 0;
  top: -3px;
}
.xzreport-dropdown {
  position: relative;
}
.xzreport-dropdown .xzreport-dropdown-content {
  position: absolute;
  z-index: 200;
  background: #fff;
  box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
}
.xzreport-dropdown.bottom-left .xzreport-dropdown-content {
  top: calc(100% + 5px);
  left: 0;
}
.xzreport-dropdown.bottom-right .xzreport-dropdown-content {
  top: calc(100% + 5px);
  right: 0;
}
.xzreport-dropdown.top-left .xzreport-dropdown-content {
  bottom: calc(100% + 5px);
  left: 0;
}
.xzreport-dropdown.top-right .xzreport-dropdown-content {
  bottom: calc(100% + 5px);
  right: 0;
}
.xzreport-dropdown .xzreport-dropdown-title {
  padding: 0 5px;
  display: inline-block;
}
.xzreport-dropdown .xzreport-dropdown-header .xzreport-icon.arrow-right {
  width: 10px;
  margin-right: 4px;
  height: 15px;
}
.xzreport-dropdown .xzreport-dropdown-header .xzreport-icon.arrow-right .arrow-down {
  left: -130px;
}
/* resizer **/
.xzreport-resizer {
  position: absolute;
  z-index: 11;
}
.xzreport-resizer .xzreport-resizer-hover {
  background-color: rgba(75, 137, 255, 0.25);
}
.xzreport-resizer .xzreport-resizer-line {
  position: absolute;
}
.xzreport-resizer.horizontal {
  cursor: row-resize;
}
.xzreport-resizer.horizontal .xzreport-resizer-line {
  border-bottom: 2px dashed #4b89ff;
  left: 0;
  bottom: 0;
}
.xzreport-resizer.vertical {
  cursor: col-resize;
}
.xzreport-resizer.vertical .xzreport-resizer-line {
  border-right: 2px dashed #4b89ff;
  top: 0;
  right: 0;
}
/* scrollbar */
.xzreport-scrollbar {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f4f5f8;
  opacity: 0.9;
  z-index: 12;
}
.xzreport-scrollbar.horizontal {
  right: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.xzreport-scrollbar.horizontal > div {
  height: 1px;
  background: #ddd;
}
.xzreport-scrollbar.vertical {
  bottom: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: 5px;
}
.xzreport-scrollbar.vertical > div {
  width: 1px;
  background: #ddd;
}
.xzreport-scrollbar:hover {
  opacity: 0.85;
}
.xzreport-moveablelayer {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
/* @{css-prefix}-overlayer */
.xzreport-overlayer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.xzreport-overlayer .xzreport-overlayer-content {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.xzreport-editor,
.xzreport-selector {
  box-sizing: content-box;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* @{css-prefix}-selector */
.xzreport-selector {
  border: none;
}
.xzreport-selector .hide-input {
  position: absolute;
  z-index: 0;
}
.xzreport-selector .hide-input input {
  width: 0;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.xzreport-selector .xzreport-selector-area {
  position: absolute;
  border: 2px solid #4b89ff;
  background: rgba(75, 137, 255, 0.1);
  z-index: 5;
}
.xzreport-selector .xzreport-selector-clipboard,
.xzreport-selector .xzreport-selector-autofill {
  position: absolute;
  background: transparent;
  z-index: 100;
}
.xzreport-selector .xzreport-selector-clipboard {
  border: 2px dashed #4b89ff;
}
@keyframes shine {
  0% {
    background-position: -1px -1px;
  }
  100% {
    background-position: -12px -12px;
  }
}
.xzreport-selector .xzreport-selector-autofill {
  border: 1px dashed rgba(0, 0, 0, 0.45);
}
.xzreport-selector .xzreport-selector-corner {
  pointer-events: auto;
  position: absolute;
  cursor: crosshair;
  font-size: 0;
  height: 8px;
  width: 8px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #ffffff;
  background: #4b89ff;
}
.xzreport-editor {
  z-index: 20;
}
.xzreport-editor .xzreport-editor-area {
  position: absolute;
  text-align: left;
  border: 2px solid #4b89ff;
  line-height: 0;
  z-index: 100;
  pointer-events: auto;
}
.xzreport-editor .xzreport-editor-area textarea {
  box-sizing: content-box;
  border: none;
  padding: 0 3px;
  outline: none;
  resize: none;
  text-align: start;
  overflow-y: hidden;
  font: 400 13px Arial, "Lato", "Source Sans Pro", Roboto, Helvetica, sans-serif, "\5B8B\4F53", "\9ED1\4F53", "\6977\4F53", "\4EFF\5B8B", "\65B0\5B8B\4F53";
  color: inherit;
  white-space: normal;
  word-wrap: break-word;
  line-height: 22px;
  margin: 0;
}
.xzreport-editor .xzreport-editor-area .textline {
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.xzreport-item {
  user-select: none;
  background: 0;
  border: 1px solid transparent;
  outline: none;
  height: 26px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 26px;
  list-style: none;
  padding: 2px 10px;
  cursor: default;
  text-align: left;
  overflow: hidden;
  box-sizing: content-box;
}
.xzreport-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.xzreport-item:hover,
.xzreport-item.active {
  background: rgba(0, 0, 0, 0.05);
}
.xzreport-item.divider {
  height: 0;
  padding: 0;
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.xzreport-item .label {
  float: right;
  opacity: 0.65;
  font-size: 1em;
}
.xzreport-item.state,
.xzreport-header.state {
  padding-left: 35px !important;
  position: relative;
}
.xzreport-item.state:before,
.xzreport-header.state:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 12px;
  top: calc(50% - 5px);
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.xzreport-item.state.checked:before,
.xzreport-header.state.checked:before {
  background: #4b89ff;
}
.xzreport-checkbox {
  position: relative;
  display: inline-block;
  backface-visibility: hidden;
  outline: 0;
  vertical-align: baseline;
  font-style: normal;
  font-size: 1rem;
  line-height: 1em;
  text-align: left;
}
.xzreport-checkbox > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  outline: 0;
  z-index: -1;
}
.xzreport-suggest,
.xzreport-contextmenu,
.xzreport-sort-filter {
  position: absolute;
  box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
  background: #fff;
  z-index: 100;
  width: 260px;
  pointer-events: auto;
  overflow: auto;
  border-radius: 3px;
}
.xzreport-dragflag {
  position: absolute;
  border-color: #409eff #fff0 #fff0 #fff0;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  height: 0;
  width: 0;
  display: none;
  z-index: 200;
}
.xzreport-suggest {
  width: 200px;
}
.xzreport-filter {
  border: 1px solid #e9e9e9;
  font-size: 12px;
  margin: 10px;
}
.xzreport-filter .xzreport-header {
  padding: 0.5em 0.75em;
  background: #f8f8f9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid transparent;
}
.xzreport-filter .xzreport-body {
  height: 200px;
  overflow-y: auto;
}
.xzreport-filter .xzreport-body .xzreport-item {
  height: 20px;
  line-height: 20px;
}
.xzreport-sort-filter .xzreport-buttons {
  margin: 10px;
}
.xzreport-toolbar {
  height: 60px;
  padding: 7px 10px;
  text-align: left;
  background: #fff;
  display: flex;
}
.xzreport-bottombar {
  height: 40px;
  padding: 0 30px;
  text-align: left;
  background: #fff;
  display: flex;
}
.xzreport-bottombar {
  position: relative;
  border-top: 1px solid #e0e2e4;
}
.xzreport-bottombar .xzreport-bottombar-menu {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  border-left: 1px solid #e8eaed;
}
.xzreport-bottombar .xzreport-bottombar-menu .xzreport-menu {
  display: inline-flex;
}
.xzreport-bottombar .xzreport-bottombar-menu li {
  line-height: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  border-right: 1px solid #e8eaed;
}
.xzreport-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
}
.xzreport-menu .xzreport-icon {
  width: 14px !important;
  height: 14px !important;
}
.xzreport-bottombar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
}
.xzreport-menu > li {
  float: left;
  line-height: 1.25em;
  padding: 0.785em 1em;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  color: #80868b;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
}
.xzreport-menu > li.active {
  background-color: #fff;
  color: #409eff;
}
.xzreport-menu > li .xzreport-icon {
  margin: 0 6px;
}
.xzreport-menu > li .xzreport-icon .xzreport-icon-img:hover {
  opacity: 0.85;
}
.xzreport-menu > li .xzreport-dropdown {
  display: inline-block;
}
.xzreport-bottombar-menu > li {
  float: left;
  line-height: 1.25em;
  padding: 0.785em 1em;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  color: #80868b;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
}
.xzreport-bottombar-menu > li.active {
  background-color: #fff;
  color: #409eff;
}
.xzreport-bottombar-menu > li .xzreport-icon {
  margin: 0 6px;
}
.xzreport-bottombar-menu > li .xzreport-icon .xzreport-icon-img:hover {
  opacity: 0.85;
}
.xzreport-bottombar-menu > li .xzreport-dropdown {
  display: inline-block;
}
.xzreport-toolbar .xzreport-toolbar-more {
  padding: 0 6px 6px;
  text-align: left;
}
.xzreport-toolbar .xzreport-toolbar-more .xzreport-toolbar-divider {
  margin-top: 0;
}
.xzreport-toolbar .xzreport-toolbar-item {
  flex: 0 0 auto;
  padding: 1px;
  text-align: center;
}
.xzreport-toolbar .xzreport-toolbar-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.xzreport-toolbar .xzreport-toolbar-helpTip {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 10px;
  line-height: 26px;
  margin: 6px 6px 0;
  padding: 0;
  text-align: center;
}
.xzreport-toolbar .xzreport-toolbar-helpTip.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.xzreport-print {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.xzreport-print-bar {
  background: #424242;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.xzreport-print-bar .-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  float: left;
}
.xzreport-print-bar .-right {
  float: right;
  margin-top: 12px;
}
.xzreport-print-content {
  display: flex;
  flex: auto;
  flex-direction: row;
  background: #d0d0d0;
  height: calc(100% - 60px);
}
.xzreport-print-content .-sider {
  flex: 0 0 300px;
  width: 300px;
  border-left: 2px solid #ccc;
  background: #fff;
}
.xzreport-print-content .-content {
  flex: auto;
  overflow-x: auto;
  overflow-y: scroll;
  height: 100%;
}
.xzreport-print-input {
  font-size: 1.1em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 0.5em 0.85em;
  border-radius: 2px;
}
.xzreport-canvas-card-wraper {
  margin: 40px 20px;
}
.xzreport-canvas {
  background: #fff;
  margin: 0;
}
.xzreport-canvas-card {
  background: #fff;
  margin: auto;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.xzreport-calendar {
  color: rgba(0, 0, 0, 0.65);
  background: #ffffff;
  user-select: none;
}
.xzreport-calendar .calendar-header {
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  width: 100%;
  float: left;
  background: #f9fafb;
}
.xzreport-calendar .calendar-header .calendar-header-left {
  padding-left: 5px;
  float: left;
}
.xzreport-calendar .calendar-header .calendar-header-right {
  float: right;
}
.xzreport-calendar .calendar-header .calendar-header-right a {
  padding: 3px 0;
  margin-right: 2px;
  border-radius: 2px;
}
.xzreport-calendar .calendar-header .calendar-header-right a:hover {
  background: rgba(0, 0, 0, 0.08);
}
.xzreport-calendar .calendar-body {
  border-collapse: collapse;
  border-spacing: 0;
}
.xzreport-calendar .calendar-body th,
.xzreport-calendar .calendar-body td {
  width: 14.28571429%;
  min-width: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
}
.xzreport-calendar .calendar-body td > .cell:hover {
  background: #ecf6fd;
}
.xzreport-calendar .calendar-body td > .cell.active,
.xzreport-calendar .calendar-body td > .cell.active:hover {
  background: #ecf6fd;
  color: #2185d0;
}
.xzreport-calendar .calendar-body td > .cell.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.xzreport-datepicker {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 10;
  width: auto;
}
.xzreport-buttons {
  display: flex;
  justify-content: flex-end;
}
.xzreport-buttons .xzreport-button {
  margin-left: 8px;
}
.xzreport-button {
  display: inline-block;
  border-radius: 3px;
  line-height: 1em;
  min-height: 1em;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.6);
  background: #e0e1e2;
  text-decoration: none;
  font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  outline: none;
  vertical-align: baseline;
  zoom: 1;
  user-select: none;
  transition: all 0.1s linear;
}
.xzreport-button.active,
.xzreport-button:hover {
  background-color: #c0c1c2;
  color: rgba(0, 0, 0, 0.8);
}
.xzreport-button.primary {
  color: #fff;
  background-color: #2185d0;
}
.xzreport-button.primary:hover,
.xzreport-button.primary.active {
  color: #fff;
  background-color: #1678c2;
}
.xzreport-form-input {
  font-size: 1em;
  position: relative;
  font-weight: 400;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87);
}
.xzreport-form-input input {
  z-index: 1;
  margin: 0;
  max-width: 100%;
  flex: 1 0 auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 30px;
  height: 30px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
}
.xzreport-form-input input:focus {
  border-color: #4b89ff;
  box-shadow: inset 0 1px 2px rgba(75, 137, 255, 0.2);
}
.xzreport-dialog_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background-color: #00000080;
}
.xzreport-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 2px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); */
  box-sizing: border-box;
  /* width: 25%; */
  width: 429px;
  height: 288px;
  box-shadow: 0px 4px 15px rgba(24, 144, 255, 0.1);
}
.xzreport-dialog .radio {
  display: flex;
  margin-right: 16px;
}
.xzreport-dialog .radio input[type=radio] {
  opacity: 1;
  margin: 0;
  cursor: pointer;
  width: 16px;
}
.xzreport-dialog .radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.xzreport-dialog .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.xzreport-dialog .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.xzreport-dialog .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.xzreport-dialog .radio-label {
  margin-left: 8px;
}
.xzreport-dialog_header {
  padding: 12px 20px 0px 18px;
  text-align: left;
  height: 35px;
  border-bottom: 1px solid #e4e7ed;
  box-sizing: content-box;
}
.xzreport-dialog__body {
  box-sizing: content-box;
  text-align: left;
  margin: 12px 18px;
  border: 1px dashed #d9d9d9;
  border-radius: 5px;
  height: 110px;
  padding: 17px 16px 0px 16px;
}
.xzreport-dialog_title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  /* color: #303133; */
  color: #58657d;
  font-style: normal;
}
.xzreport-dialog__headerbtn {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
.xzreport-dialog__close {
  color: #606266;
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #606266;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
}
.xzreport-dialog__close::after {
  content: "/";
  display: block;
  width: 12px;
  height: 2px;
  background: #606266;
  -webkit-transform: rotate(-90deg);
}
.xzreport-dialog_body_span {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #58657D;
}
.xzreport-dialog_body_item {
  padding-bottom: 17px;
  display: flex;
  align-items: center;
}
.xzreport-dialog_body_radio {
  display: flex;
  margin-right: 16px;
}
.xzreport-dialog_input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #58657D;
  display: inline-block;
  font-size: inherit;
  height: 32px;
  line-height: 32px;
  outline: none;
  padding: 0 15px;
  margin: 0px 8px 0px 20px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 256px;
}
.xzreport-dialog__footer {
  box-sizing: content-box;
  padding: 18px;
  text-align: right;
}
.xzreport-dialog_button + .xzreport-dialog_button {
  margin-left: 4px;
}
.xzreport-dialog_button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #8F8F8F;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-family: "PingFang SC";
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 3px;
}
.xzreport-border_none {
  border: none;
}
.xzreport-form-select {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  user-select: none;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
}
.xzreport-form-select .input-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 60px;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.xzreport-form-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.xzreport-form-fields .xzreport-form-field {
  flex: 0 1 auto;
}
.xzreport-form-fields .xzreport-form-field .label {
  display: inline-block;
  margin: 0 10px 0 0;
}
.xzreport-form-field {
  display: block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
}
.xzreport-form-field:first-child {
  margin-left: 0;
}
.xzreport-form-field.error .xzreport-form-select,
.xzreport-form-field.error input {
  border-color: #f04134;
}
.xzreport-form-field .tip {
  color: #f04134;
  font-size: 0.9em;
}
.xzreport-dimmer {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: background-color 0.5s linear;
  user-select: none;
  z-index: 1000;
}
.xzreport-dimmer.active {
  display: block;
  opacity: 1;
}
.xzreport-modal,
.xzreport-toast {
  font-size: 13px;
  position: fixed;
  z-index: 1001;
  text-align: left;
  line-height: 1.25em;
  min-width: 360px;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Lato", "Source Sans Pro", Roboto, Helvetica, Arial, sans-serif, "\5B8B\4F53", "\9ED1\4F53", "\6977\4F53", "\4EFF\5B8B", "\65B0\5B8B\4F53";
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}
.xzreport-toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.xzreport-modal-header,
.xzreport-toast-header {
  font-weight: 600;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 0 0;
}
.xzreport-modal-header .xzreport-icon,
.xzreport-toast-header .xzreport-icon {
  position: absolute;
  right: 0.8em;
  top: 0.65em;
  border-radius: 18px;
}
.xzreport-modal-header .xzreport-icon:hover,
.xzreport-toast-header .xzreport-icon:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.08);
}
.xzreport-toast-header {
  color: #f2711c;
}
.xzreport-modal-header {
  border-bottom: 1px solid #e0e2e4;
  background: rgba(0, 0, 0, 0.08);
  font-size: 1.0785em;
}
.xzreport-modal-header,
.xzreport-modal-content,
.xzreport-toast-header,
.xzreport-toast-content {
  padding: 0.75em 1em;
}
.xzreport-icon {
  width: 24px;
  height: 24px;
  margin: 2px auto 4px;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.xzreport-icon .xzreport-icon-img {
  background-image: url(icons/706226c18e35176d140c34475ba98754.svg);
  position: absolute;
  width: 262px;
  height: 444px;
  opacity: 0.56;
}
.xzreport-icon .xzreport-icon-img.undo {
  left: 0;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.redo {
  left: -18px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.print {
  left: -36px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.paintformat {
  left: -54px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.clearformat {
  left: -72px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.font-bold {
  left: -90px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.font-italic {
  left: -108px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.underline {
  left: -126px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.strike {
  left: -144px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.color {
  left: -162px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.bgcolor {
  left: -176.4px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.merge {
  left: -198px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.align-left {
  left: -216px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.align-center {
  left: -234px;
  top: 0;
}
.xzreport-icon .xzreport-icon-img.align-right {
  left: 0;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.align-top {
  left: -18px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.align-middle {
  left: -36px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.align-bottom {
  left: -54px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.textwrap {
  left: -72px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.autofilter {
  left: -90px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.formula {
  left: -108px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.arrow-down {
  left: -126px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.arrow-right {
  left: -144px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.link {
  left: -162px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.chart {
  left: -180px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.freeze {
  left: -198px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.ellipsis {
  left: -216px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.add {
  left: -234px;
  top: -18px;
}
.xzreport-icon .xzreport-icon-img.border-all {
  left: 0;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-inside {
  left: -18px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-horizontal {
  left: -36px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-vertical {
  left: -54px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-outside {
  left: -72px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-left {
  left: -90px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-top {
  left: -108px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-right {
  left: -126px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-bottom {
  left: -144px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.border-none {
  left: -162px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.line-color {
  left: -180px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.line-type {
  left: -198px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.close {
  left: -234px;
  top: -36px;
}
.xzreport-icon .xzreport-icon-img.chevron-down {
  left: 0;
  top: -54px;
}
.xzreport-icon .xzreport-icon-img.chevron-up {
  left: -18px;
  top: -54px;
}
.xzreport-icon .xzreport-icon-img.chevron-left {
  left: -36px;
  top: -54px;
}
.xzreport-icon .xzreport-icon-img.chevron-right {
  left: -54px;
  top: -54px;
}
.xzreport-icon .xzreport-icon-img.indent-left {
  left: -54px;
  top: -54px;
}
.xzreport-select-dropdown {
  position: absolute;
  z-index: 100;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 5px 0;
  margin: 5px 0;
  max-height: 500px;
  overflow: auto;
}
.xzreport-select-dropdown .xzreport-item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.xzreport-icon1 {
  width: 22px;
  height: 22px;
  margin: 1px 1px 2px 1px;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.xzreport-icon-img-indent {
  background-image: url(icons/ae4aef82fca0a72fda1cb69da9763885.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.xzreport-icon-img-indentReduce {
  background-image: url(icons/945c847352d65bd55f77746f28ca8bb0.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.xzreport-icon-img-add {
  background-image: url(icons/07563b9c0f47c9a2341f3d57a5ea4cb0.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.xzreport-icon-img-close {
  background-image: url(icons/d17def0a6cc4575392b96175423a2e8a.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.xzreport-icon-img-ellipsis {
  background-image: url(icons/56b428e5ac223d0f11b9ca77abeba70a.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.xzreport-toolbar_panel {
  font-size: 14px;
  width: 100%;
  overflow: auto;
  min-height: 40px;
  color: #2c3e50;
}
.xzreport-toolbar_panel .xzreport-toolbar_wrapper {
  padding: 5px 10px;
  background-color: #f2f4f7;
  border-bottom: 1px solid #dedee0;
  display: flex;
  align-items: center;
}
.xzreport-toolbar_panel .xzreport-toolbar_wrapper .xzreport-toolbar_item {
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.xzreport-toolbar_panel .xzreport-toolbar_wrapper .xzreport-toolbar_item:hover {
  background-color: #EBEEF5;
}
.xzreport-toolbar_panel .xzreport-toolbar_wrapper .xzreport-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.xzreport-toolbar_panel .xzreport-toolbar_wrapper .xzreport-toolbar_item_page {
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.xzreport-toolbar_panel .xzreport-toolbar_wrapper .xzreport-toolbar_item_params {
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

@font-face {
  font-family: 'xzreporticon';
  src: url(font/c2ae772610e2b65c2d47965c45fc1a9f.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="xzreport-icon-"], [class*=" xzreport-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'xzreporticon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xzreport-icon-arrow-left-filling:before {
  content: "\E900";
}
.xzreport-icon-arrow-right-filling:before {
  content: "\E901";
}

@font-face {
  font-family: 'xzfa';
  src: url(font/0f02240f809faa2471ad4af89dded8a2.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.xzreport [class^="fa-"],
.xzreport [class*=" fa-"],
.xzdesign [class^="fa-"],
.xzdesign [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'xzfa' !important;
  /* speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; */
  display: inline-block;
  font: 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}


.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-signal:before {
  content: "\F012";
}

.fa-cog:before {
  content: "\F013";
}

.fa-gear:before {
  content: "\F013";
}

.fa-download:before {
  content: "\F019";
}

.fa-print:before {
  content: "\F02F";
}

.fa-edit:before {
  content: "\F044";
}

.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-warning:before {
  content: "\F071";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-dashboard:before {
  content: "\F0E4";
}

.fa-tachometer:before {
  content: "\F0E4";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-circle:before {
  content: "\F111";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-down:before {
  content: "\F150";
}

.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-toggle-right:before {
  content: "\F152";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-battery:before {
  content: "\F240";
}

.fa-battery-4:before {
  content: "\F240";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-2:before {
  content: "\F242";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before {
  content: "\F243";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-fa:before {
  content: "\F2B4";
}

.fa-font-awesome:before {
  content: "\F2B4";
}
.xzreport-loading {
  width: 100%;
  height: 100%;
  /* text-align: center;
  vertical-align: middle; */
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #fff;
}
.xzreport-loading .xzreport-loading-content {
  width: 100px;
  height: 100px;
  background-image: url(icons/3b47eb39961573eefdc5336c5b3b4850.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

