@charset "UTF-8";
.avue-grid,
.avue-mask {
  top: 0;
  left: 0;
  height: 100%;
}

.avue-crud .tree-ctrl,
.avue-draggable {
  -webkit-user-select: none;
  -ms-user-select: none;
}

body {
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI,
    PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.avue-canvas {
  display: none;
}

.avue-ghost {
  opacity: 0.5;
  background: #c8ebfb;
}

.avue-grid {
  position: absolute;
  width: 100%;
  background-size: 20px 20px, 20px 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 0),
    linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 0);
}

.avue-mask {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  z-index: 1000;
}

.avue--card {
  -webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.avue-dialog {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}

.avue-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-queue--block {
  display: inline-block;
}

.avuex-opacity {
  opacity: 0;
}

.avuex-opacity--active {
  opacity: 1;
}

.avue-cell {
  border-top: 1px solid #eee;
  background-color: #fff;
}

.avue-cell-group {
  padding-top: 10px;
}

.avue-cell--row {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.avue-cell__tags {
  margin-right: 10px;
}

.avue-cell__tip {
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}

.avue-cell__title {
  margin: 0;
  padding: 5px 15px 5px 20px;
  font-size: 14px;
  color: #323233;
  line-height: 24px;
}

.avue-cell__title + .van-cell-group {
  padding-left: 5px;
}

.avue-cell__title--required {
  position: relative;
}

.avue-cell__title--required::before {
  content: "*";
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 14px;
  color: #f44;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.avue-input__tip {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #999;
}

.avue-input__tip--input {
  top: 1px;
  right: 28px;
  z-index: 2;
}

.avue-crud .avue-input-number,
.avue-crud .el-cascader,
.avue-crud .el-date-editor.el-input,
.avue-crud .el-date-editor.el-input__inner,
.avue-crud .el-select,
.avue-form .avue-input-number,
.avue-form .el-cascader,
.avue-form .el-date-editor.el-input,
.avue-form .el-date-editor.el-input__inner,
.avue-form .el-select {
  width: 100% !important;
}

.avue-crud .avue-crud__left .el-button + .el-button,
.avue-crud .avue-crud__right .el-button + .el-button,
.avue-form .avue-crud__left .el-button + .el-button,
.avue-form .avue-crud__right .el-button + .el-button {
  margin-left: 0;
}

.avue-crud .avue-crud__left .el-button,
.avue-crud .avue-crud__right .el-button,
.avue-form .avue-crud__left .el-button,
.avue-form .avue-crud__right .el-button {
  margin-right: 8px;
  margin-bottom: 8px;
}

.avue-crud .el-input__inner,
.avue-form .el-input__inner {
  height: 38px;
  line-height: 38px;
}

.avue-crud .el-input--small input,
.avue-form .el-input--small input {
  height: 32px !important;
  line-height: 32px !important;
}

.avue-crud .el-input--mini input,
.avue-form .el-input--mini input {
  height: 28px;
  line-height: 28px !important;
}

.avue-crud .el-table--medium td,
.avue-form .el-table--medium td {
  padding: 7px 0 !important;
}

.avue-crud .el-tooltip__popper,
.avue-form .el-tooltip__popper {
  max-width: 60%;
}

.avue-crud .el-dropdown-menu__item,
.avue-form .el-dropdown-menu__item {
  line-height: 25px;
}

.avue-crud .el-table-filter__list,
.avue-form .el-table-filter__list {
  width: 100%;
  height: 300px;
  overflow-y: auto;
}

.el-form-item--mini .el-color-picker--mini,
.el-form-item--mini .el-color-picker--mini .el-color-picker__trigger {
  width: 23px;
  height: 23px;
}

.is-error .el-input-number__decrease,
.is-error .el-input-number__increase,
.is-success .el-input-number__decrease,
.is-success .el-input-number__increase {
  right: 25px !important;
}

.el-input-number__decrease,
.el-input-number__increase {
  background-color: transparent;
  border-left: none !important;
  color: #c0c4cc !important;
  font-size: 16px !important;
}

.el-input-number__increase {
  border-bottom: none !important;
}

.el-table colgroup.gutter,
.el-table th.gutter {
  display: table-cell !important;
}

.avue-crud__title,
.el-transfer {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-transfer {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .el-dialog__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .avue-upload__avatar,
  .avue-upload__icon,
  .el-upload--picture-card,
  .el-upload-list--picture-card .el-upload-list__item {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .avue-crud__title .avue-date__radio,
  .avue-crud__title .avue-date__radio .el-radio-group .el-radio-button__inner,
  .avue-crud__title .avue-date__radio .el-radio-group label {
    width: 100%;
  }
  .avue-tip {
    display: none;
  }
  .avue-crud__menu {
    display: block !important;
  }
  .avue-crud .el-form-item {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .avue-crud .el-form-item__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .avue-crud .el-form-item__content {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .avue-crud__searchMenu {
    text-align: center;
  }
  .avue-crud__title {
    display: block !important;
  }
  .avue-crud__title p {
    margin-bottom: 20px;
  }
  .avue-crud__title .avue-date__group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .avue-crud__title .avue-date__date {
    display: none;
  }
  .avue-crud__title .avue-date__radio .el-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .avue-crud__title
    .avue-date__radio
    .el-radio-button:last-child
    .el-radio-button__inner {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #dcdfe6;
  }
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 0.4s linear infinite;
  animation: nprogress-spinner 0.4s linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.avue-sign {
  padding: 5px;
}

.avue-sign__canvas {
  border: 1px solid #ccc;
}

.avue-carousel--fullscreen {
  height: 100%;
}

.avue-carousel--fullscreen .el-carousel,
.avue-carousel--fullscreen .el-carousel__container {
  height: 90%;
}

.avue-carousel__item {
  position: relative;
  width: 100%;
  height: 100%;
}

.avue-carousel__item a {
  width: 100%;
  height: 100%;
  display: block;
}

.avue-carousel__img {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.avue-carousel__title {
  z-index: 1024;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.avue-article__title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.avue-article__meta {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #999;
}

.avue-article__lead {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background: #f9f9f9;
  padding: 10px;
}

.avue-article__body {
  padding-top: 10px;
  background: #fff;
  font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei,
    FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB,
    Hiragino Sans GB W3, FontAwesome, sans-serif;
  color: #333;
  font-size: 14px;
}

.avue-article blockquote {
  margin: 0;
  font-family: Georgia, Times New Roman, Times, Kai, Kaiti SC, KaiTi, BiauKai,
    FontAwesome, serif;
  padding: 1px 0 1px 15px;
  border-left: 4px solid #ddd;
}

.avue-avatar,
.avue-divider {
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.avue-avatar {
  font-size: 14px;
  font-variant: tabular-nums;
  box-sizing: border-box;
  list-style: none;
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}

.avue-avatar__images {
  width: 100%;
  height: 100%;
}

.avue-avatar__icon {
  font-size: 18px;
}

.avue-avatar__string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
}

.avue-avatar--lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 24px;
}

.avue-avatar--sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
}

.avue-card__item,
.avue-divider {
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
}

.avue-avatar--square {
  border-radius: 4px;
}

.avue-divider {
  font-size: 14px;
  box-sizing: border-box;
  background: #e8e8e8;
}

.avue-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
  clear: both;
}

.avue-divider--vertical {
  margin: 0 8px;
  display: inline-block;
  height: 0.9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
}

.avue-divider--dashed {
  background: 0 0;
  border-top: 1px dashed #e8e8e8;
}

.avue-divider--text,
.avue-divider--text-left,
.avue-divider--text-right {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: 0 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  margin: 16px 0;
}

.avue-crud .el-table--mini .avue-crud__icon-select,
.avue-crud .el-table--small .avue-crud__icon-select {
  font-size: 22px;
}

.avue-divider--text-left:after,
.avue-divider--text-left:before,
.avue-divider--text-right:after,
.avue-divider--text-right:before,
.avue-divider--text:after,
.avue-divider--text:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.avue-divider--text-left:before {
  top: 50%;
  width: 5%;
}

.avue-divider--text-left:after,
.avue-divider--text-right:before {
  top: 50%;
  width: 95%;
}

.avue-divider--text-right:after {
  top: 50%;
  width: 5%;
}

.avue-divider__text {
  display: inline-block;
  padding: 0 24px;
}

.avue-skeleton__avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #f2f2f2;
}

.avue-skeleton__header {
  display: table-cell;
  vertical-align: top;
  padding-right: 16px;
}

.avue-skeleton__content {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.avue-skeleton__title {
  margin-top: 16px;
  height: 16px;
  width: 40%;
  background: #f2f2f2;
}

.avue-skeleton__item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}

.avue-skeleton__item:last-child {
  border-bottom: none;
}

.avue-skeleton__li {
  margin-bottom: 10px;
  height: 16px;
  background: #f2f2f2;
  list-style: none;
  width: 100%;
}

.avue-skeleton__li:last-child {
  width: 50%;
}

.avue-skeleton__loading {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #f2f2f2),
    color-stop(37%, #e6e6e6),
    color-stop(63%, #f2f2f2)
  );
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  -webkit-animation: avue-skeleton-loading 1.4s ease infinite;
  animation: avue-skeleton-loading 1.4s ease infinite;
  background-size: 400% 100%;
}

@-webkit-keyframes avue-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes avue-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.avue-crud {
  margin: 0 auto;
  width: 100%;
}

.avue-crud .el-table--mini .avue-crud__color {
  width: 20px;
  height: 20px;
}

.avue-crud .el-table--small .avue-crud__color {
  width: 30px;
  height: 30px;
}

.avue-crud th {
  word-break: break-word;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fafafa;
}

.avue-crud .ms-tree-title {
  padding-left: 10px;
}

.avue-crud .ms-tree-space {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 15px;
  height: 14px;
}

.avue-crud .ms-tree-space::before {
  content: "";
}

.avue-crud .processContainer {
  width: 100%;
  height: 100%;
}

.avue-crud table td {
  line-height: 26px;
}

.avue-crud .tree-ctrl {
  position: relative;
  cursor: pointer;
  color: #666;
  margin-left: -15px;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #e8e8e8;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
  font-size: 10px;
}

.avue-crud .tree-ctrl i {
  padding-top: 3px;
}

.avue-crud--indeterminate .is-indeterminate .el-checkbox__inner {
  background-color: #fff;
  border-color: #dcdfe6;
}

.avue-crud .el-table th {
  word-break: break-word;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fafafa;
}

.avue-crud__color {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: block;
}

.avue-crud__icon-select {
  font-size: 28px;
}

.avue-crud__sortable {
  opacity: 0.2;
}

.avue-crud__drag-handler {
  cursor: pointer;
}

.avue-crud__pagination {
  position: relative;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.avue-crud__pagination .el-pagination {
  position: absolute;
  right: 0;
}

.avue-crud__menu,
.avue-input__content {
  position: relative;
}

.avue-crud__form {
  padding: 0 8px;
}

.avue-crud__empty {
  padding: 60px 0;
}

.avue-crud__header {
  margin-bottom: 10px;
}

.avue-crud__header > .el-button {
  padding: 12px 25px;
}

.avue-crud__search .el-form-item {
  margin-bottom: 14px;
}

.avue-crud__box {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.avue-crud__box .el-card__body,
.avue-crud__box .el-card__header {
  padding: 18px 0;
}

.avue-crud__title {
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
}

.avue-crud__menu,
.avue-crud__tip {
  display: -webkit-box;
  display: -ms-flexbox;
}

.avue-crud__tip {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.avue-crud__tip-name {
  margin-right: 10px;
}

.avue-crud__tip-count {
  font-size: 16px;
  font-weight: 600;
}

.avue-crud__tip .el-button {
  margin-bottom: 0;
}

.avue-crud__menu {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 40px;
  height: auto;
  overflow: hidden;
  margin-bottom: 5px;
}

.avue-crud__filter-item {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avue-crud__filter-menu {
  padding: 0 38px;
  margin-bottom: 20px;
}

.avue-crud__filter-label {
  margin: 0 5px;
  width: 120px !important;
}

.avue-crud__filter-symbol {
  margin: 0 5px;
  width: 80px !important;
}

.avue-crud__filter-value {
  margin: 0 5px;
  width: 150px !important;
}

.avue-crud__filter-icon {
  margin-left: 10px;
}

.avue-crud__dialog .el-scrollbar__wrap {
  overflow-x: hidden;
}

.avue-crud__dialog .el-dialog {
  border-radius: 5px;
}

.avue-input__tree {
  padding: 3px 5px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-width: 150px;
  max-height: 250px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2001;
}

.avue-input__arrow,
.avue-input__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px;
}

.avue-input__arrow {
  top: -6px;
  left: 35px;
  border-color: transparent transparent #ebeef5;
  margin-right: 3px;
}

.avue-input__arrow::after {
  content: " ";
  top: 1px;
  left: 0;
  border-color: transparent transparent #fff;
  margin-left: -6px;
}

.avue-card__item {
  margin-bottom: 16px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  cursor: pointer;
  height: 200px;
}

.avue-card__item:hover {
  border-color: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.avue-card__item--add {
  border: 1px dashed #d9d9d9;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  background-color: #fff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.avue-card__item--add i {
  margin-right: 10px;
}

.avue-card__item--add:hover {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}

.avue-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
}

.avue-card__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.avue-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  overflow: hidden;
  margin-right: 12px;
}

.avue-card__avatar img {
  width: 100%;
  height: 100%;
}

.avue-card__title {
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
  font-size: 16px;
}

.avue-card__title:hover {
  color: #1890ff;
}

.avue-card__info,
.avue-card__menu {
  color: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
}

.avue-card__info {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 64px;
}

.avue-card__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 50px;
  background: #f7f9fa;
  text-align: center;
  line-height: 50px;
}

.avue-card__menu:hover {
  color: #1890ff;
}

.avue-comment {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.avue-comment--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.avue-data-display .item,
.avue-flow__node,
.data-box .item-info,
.data-icons .item--easy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.avue-comment--reverse .avue-comment__main:after,
.avue-comment--reverse .avue-comment__main:before {
  left: auto;
  right: -8px;
  border-width: 8px 0 8px 8px;
}

.avue-comment--reverse .avue-comment__main:before {
  border-left-color: #dedede;
}

.avue-comment--reverse .avue-comment__main:after {
  border-left-color: #f8f8f8;
  margin-right: 1px;
  margin-left: auto;
}

.avue-comment__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.avue-comment__header {
  padding: 5px 15px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.avue-comment__author {
  font-weight: 700;
  font-size: 14px;
  color: #999;
}

.avue-comment__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 2px;
}

.avue-comment__main:after,
.avue-comment__main:before {
  position: absolute;
  top: 10px;
  left: -8px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: " ";
  border-color: transparent;
  border-style: solid solid outset;
  border-width: 8px 8px 8px 0;
  pointer-events: none;
}

.avue-comment__main:before {
  border-right-color: #dedede;
  z-index: 1;
}

.avue-comment__main:after {
  border-right-color: #f8f8f8;
  margin-left: 1px;
  z-index: 2;
}

.avue-comment__body {
  padding: 15px;
  overflow: hidden;
  background: #fff;
  font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei,
    FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB,
    Hiragino Sans GB W3, FontAwesome, sans-serif;
  color: #333;
  font-size: 14px;
}

.avue-comment blockquote {
  margin: 0;
  font-family: Georgia, Times New Roman, Times, Kai, Kaiti SC, KaiTi, BiauKai,
    FontAwesome, serif;
  padding: 1px 0 1px 15px;
  border-left: 4px solid #ddd;
}

.avue-chat {
  -webkit-box-shadow: 1px 2px 10px #eee;
  box-shadow: 1px 2px 10px #eee;
  position: relative;
  background-color: #fcfcfc;
}

.avue-chat li,
.avue-chat ul {
  padding: 0;
  margin: 0;
}

.avue-chat li {
  list-style: none;
}

.avue-chat .web__main {
  height: calc(100% - 200px);
  padding: 15px 15px 5px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-chat .web__logo {
  background-color: #409eff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px;
  margin: 20px auto;
  vertical-align: middle;
}

.avue-chat .web__logo-img {
  margin-top: 3px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.avue-chat .web__logo-info {
  margin-left: 10px;
}

.avue-chat .web__logo-name {
  position: relative;
  margin-top: 5px;
  font-size: 13px;
}

.avue-chat .web__logo-dept {
  margin-top: 1px;
  font-size: 12px;
}

.avue-chat .web__logo-dept,
.avue-chat .web__logo-name {
  color: #fff;
  margin: 0;
  padding: 0;
  width: 175px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.avue-chat .web__main-item {
  position: relative;
  font-size: 0;
  margin-bottom: 10px;
  padding-left: 60px;
  min-height: 68px;
}

.avue-chat .web__main-text,
.avue-chat .web__main-user {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.avue-chat .web__main-user {
  position: absolute;
  left: 3px;
}

.avue-chat .web__main-user img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.avue-chat .web__main-user cite {
  position: absolute;
  left: 60px;
  top: -2px;
  width: 500px;
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
  color: #999;
  text-align: left;
  font-style: normal;
}

.avue-chat .web__main-user cite i {
  padding-left: 15px;
  font-style: normal;
}

.avue-chat .web__main-text {
  position: relative;
  line-height: 22px;
  margin-top: 25px;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  color: #000;
  word-break: break-all;
}

.avue-chat .web__main-arrow {
  top: 6px;
  left: -8px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent #ebeef5 transparent transparent;
  border-style: solid;
  border-width: 8px 8px 8px 0;
}

.avue-chat .web__main-arrow::after {
  content: " ";
  top: -7px;
  left: 1px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 7px 7px 7px 0;
}

.avue-chat .web__main-item--mine .web__main-text .web__main-arrow {
  left: auto;
  right: -5px;
  border-color: transparent transparent transparent #409eff;
  border-style: solid;
  border-width: 8px 0 8px 8px;
}

.avue-chat .web__main-item--mine .web__main-text .web__main-arrow::after {
  left: auto;
  right: -2px;
  border-color: transparent transparent transparent #409eff;
  border-style: solid;
  border-width: 7px 0 7px 7px;
}

.avue-chat .web__main-list {
  margin-top: 20px;
}

.avue-chat .web__main-list li {
  height: 30px;
  color: #409eff;
  line-height: 30px;
}

.avue-chat .web__main-item--mine {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}

.avue-chat .web__main-item--mine .web__main-user {
  left: auto;
  right: 3px;
}

.avue-chat .web__main-item--mine .web__main-user cite {
  left: auto;
  right: 60px;
  text-align: right;
}

.avue-chat .web__main-item--mine .web__main-user cite i {
  padding-left: 0;
  padding-right: 15px;
}

.avue-chat .web__main-item--mine .web__main-text {
  margin-left: 0;
  text-align: left;
  background-color: #409eff;
  color: #fff;
}

.avue-chat .web__footer {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.04),
    0 -2px 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.04), 0 -2px 0 0 rgba(0, 0, 0, 0.01);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.avue-chat .web__msg {
  padding: 10px;
  height: auto;
  overflow: hidden;
}

.avue-chat .web__msg-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 8px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: 0;
  background-color: #fff;
  border: 0;
  word-break: break-all;
  font-size: 13px;
  line-height: 17px;
  -webkit-appearance: none;
}

.avue-chat .web__msg-submit {
  float: right;
  display: block;
  padding: 0;
  margin-top: 4px;
  margin-right: 10px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border: 0;
  outline: 0;
  background-color: #f7f7f7;
  border-radius: 3px;
  color: #cfcfcf;
  cursor: pointer;
  text-align: center;
}

.avue-img--center,
.avue-upload__mobile-list {
  display: -webkit-box;
  -webkit-box-align: center;
}

.avue-chat .web__msg-submit--active {
  background-color: #007aff;
  color: #fff;
}

.avue-chat .web__dialog {
  padding-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #333;
}

.avue-chat .web__dialog img {
  width: 100%;
}

.avue-chat .web__dialog-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.avue-draggable {
  padding: 10px;
  position: absolute;
  cursor: move;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  user-select: none;
}

.avue-draggable__mask {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.avue-draggable--active {
  cursor: move;
  border: 1px dashed #09f;
  background-color: rgba(115, 170, 229, 0.5);
}

.avue-draggable--move {
  opacity: 0.6;
  background-color: rgba(115, 170, 229, 0.5);
}

.avue-draggable--click {
  cursor: pointer;
}

.avue-draggable__line--left {
  position: absolute;
  border-top: 1px dashed #09f;
  width: 10000px;
  height: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.avue-draggable__line--top {
  position: absolute;
  border-left: 1px dashed #09f;
  width: 0;
  height: 10000px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.avue-draggable__line--label {
  top: -5px;
  left: -8px;
  position: absolute;
  padding: 5px;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  color: #09f;
  font-size: 18px;
  white-space: nowrap;
  cursor: move;
}

.avue-draggable__menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #409eff;
  font-size: 25px;
  color: #fff;
  z-index: 9999;
  cursor: pointer;
}

.avue-draggable__range {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 9999;
  background-color: #09f;
}

.avue-draggable__range--left,
.avue-draggable__range--right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.avue-draggable__range--left:hover,
.avue-draggable__range--right:hover {
  cursor: ew-resize;
}

.avue-draggable__range--left {
  left: -6px;
}

.avue-draggable__range--right {
  right: -6px;
}

.avue-draggable__range--bottom,
.avue-draggable__range--top {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.avue-draggable__range--bottom:hover,
.avue-draggable__range--top:hover {
  cursor: ns-resize;
}

.avue-draggable__range--top {
  top: -6px;
}

.avue-draggable__range--bottom {
  bottom: -6px;
}

.avue-draggable__range--bottom-right:hover,
.avue-draggable__range--top-left:hover {
  cursor: nwse-resize;
}

.avue-draggable__range--bottom-left:hover,
.avue-draggable__range--top-right:hover {
  cursor: nesw-resize;
}

.avue-draggable__range--top-right {
  top: -6px;
  right: -6px;
}

.avue-draggable__range--top-left {
  top: -6px;
  left: -6px;
}

.avue-draggable__range--bottom-right {
  bottom: -6px;
  right: -6px;
}

.avue-draggable__range--bottom-left {
  bottom: -6px;
  left: -6px;
}

.avue-img--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avue-img--fullscreen .el-dialog__body {
  height: 100%;
}

.avue-image-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
}

.avue-image-preview__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: -1;
}

.avue-image-preview__box {
  padding: 5px;
  margin: 50px auto;
  border-radius: 4px;
  background-color: #fff;
}

.avue-upload--list .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.avue-upload--list .el-upload:hover {
  border-color: #409eff;
}

.avue-upload__icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px !important;
  text-align: center;
}

.avue-upload__avatar {
  width: 178px;
  height: 178px;
  display: block;
}

.avue-upload__mobile-upload {
  margin-top: -8px;
  width: 70px;
  height: 70px;
  background-color: #fbfdff;
  border: 1px dashed #ccc;
  border-radius: 3px;
  line-height: 80px;
  text-align: center;
}

.avue-upload__mobile-upload i {
  color: #666;
  font-size: 24px;
}

.avue-upload__mobile-list {
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.avue-upload__mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1024;
  border-radius: 5px;
}

.avue-form,
.avue-form__group .el-col {
  position: relative;
}

.avue-upload__mobile-menu i {
  margin: 0 5px;
}

.avue-upload__mobile-item {
  position: relative;
  margin-right: 8px;
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.avue-upload__mobile-item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.avue-form {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-form__item--top .el-form-item__label {
  width: 100% !important;
  text-align: left !important;
}

.avue-form__item--top .el-form-item__content {
  margin-left: 0 !important;
}

.avue-form__item--left .el-form-item__label {
  text-align: left !important;
}

.avue-form__menu {
  width: 100%;
}

.avue-form__menu--center {
  text-align: center;
}

.avue-form__menu--left {
  text-align: left;
}

.avue-form__menu--right {
  text-align: right;
}

.avue-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.avue-form__line {
  display: inline-block;
  height: 42px;
}

.avue-form__row--block {
  width: 100%;
  display: block;
}

.avue-form__row--cursor {
  cursor: pointer;
}

.avue-form__option {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 999;
}

.avue-flow,
.avue-flow__node,
.avue-tree__item {
  position: relative;
}

.avue-form__option i {
  color: #666;
}

.avue-form__option i + i {
  margin-left: 10px;
}

.avue-form__mobile {
  padding-bottom: 20px;
  background-color: #f0f0f0;
}

.avue-form__mobile-menu {
  margin-top: 30px;
  padding: 0 20px;
}

.avue-form__mobile .van-cell {
  padding: 10px 15px 10px 20px;
}

.avue-form__mobile .van-cell--required::before {
  top: 12px;
}

.avue-form__mobile .van-cell:not(:last-child)::after {
  display: none;
}

.avue-form__mobile .van-cell-group {
  background-color: transparent;
}

.avue-form__mobile .van-switch {
  display: block;
  float: right;
}

.avue-flow__node,
.avue-flow__node-body {
  display: -webkit-box;
  display: -ms-flexbox;
}

.avue-form__mobile .van-cell__title {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
}

.avue-form__mobile .van-cell__value {
  font-size: 13px;
  color: #333;
}

.avue-flow .avue-draggable {
  padding: 0;
}

.avue-flow__node {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  height: 80px;
  border-radius: 5px;
  -webkit-box-shadow: "#66a6e0 0px 0px 12px 0px";
  box-shadow: "#66a6e0 0px 0px 12px 0px";
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.avue-flow__node--active {
  border-width: 2px;
  border-color: #f56c6c;
}

.avue-flow__node-drag {
  margin: 0 5px;
  display: inline-block;
}

.avue-flow__node-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #66a6e0;
}

.avue-flow__node-body {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  text-align: center;
  background: #fff;
}

.avue-date__group,
.avue-group__header {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.avue-date__group {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.avue-date__radio .el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0;
  border-right: 0;
}

.avue-date__date {
  width: 300px;
}

.avue-date__date .el-date-editor {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.avue-date .el-range-editor--small {
  height: 32px;
  line-height: 32px;
}

.avue-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.avue-checkbox .el-checkbox + .el-checkbox,
.avue-radio .el-radio + .el-radio {
  margin-left: 0;
}

.avue-checkbox .el-checkbox,
.avue-radio .el-radio {
  margin-right: 10px;
}

.avue-empty__image {
  height: 100px;
  margin-bottom: 8px;
}

.avue-empty__image img {
  height: 100%;
  vertical-align: middle;
  border-style: none;
}

.avue-empty__desc {
  color: rgba(0, 0, 0, 0.65);
}

.avue-detail {
  width: 100%;
  padding-top: 20px;
}

.avue-detail__box {
  min-height: 50px;
  line-height: 50px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-detail__line {
  display: inline-block;
  height: 50px;
}

.avue-detail__label {
  margin-right: 10px;
  min-width: 80px;
  display: inline-block;
  color: #606266;
}

.avue-detail__label--center {
  text-align: center;
}

.avue-detail__label--left {
  text-align: left;
}

.avue-detail__label--right {
  text-align: right;
}

.avue-detail__content {
  line-height: 22px;
  width: 100%;
  color: #333;
}

.avue-group--card {
  padding: 0 20px;
}

.avue-group--card:last-child {
  margin-bottom: 50px;
}

.avue-group--card .avue-group__item {
  border-radius: 5px;
  -webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.15);
}

.avue-group__item {
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-group__item:last-child {
  border-bottom: none;
}

.avue-group__header {
  margin-bottom: 30px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.avue-group__icon {
  margin-right: 8px;
  font-size: 20px;
}

.avue-group__title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.avue-tree__item {
  width: 100%;
}

.avue-tree__title {
  font-size: 14px;
}

.avue-tree__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.avue-tree__menu {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1024;
}

.avue-tree__filter {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avue-tree-table th {
  word-break: break-word;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fafafa;
}

.avue-tree-table .ms-tree-title {
  padding-left: 10px;
}

.avue-tree-table .ms-tree-space {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 15px;
  height: 14px;
}

.avue-dynamic__item,
.avue-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
}

.avue-tree-table .ms-tree-space::before {
  content: "";
}

.avue-tree-table .processContainer {
  width: 100%;
  height: 100%;
}

.avue-tree-table table td {
  line-height: 26px;
}

.avue-tree-table .tree-ctrl {
  position: relative;
  cursor: pointer;
  color: #2196f3;
  margin-left: -15px;
}

@keyframes treeTableShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes treeTableShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.avue-search {
  padding: 0 20px;
}

.avue-search__item {
  padding: 20px 0 10px;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px dashed #e8e8e8;
}

.avue-search__item:last-child {
  border-bottom: none;
}

.avue-search__tags {
  padding: 0 12px;
  margin-right: 24px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}

.avue-search__tags:hover {
  color: #1890ff;
}

.avue-search__tags--active {
  color: #fff;
  background-color: #1890ff;
  border-radius: 5px;
}

.avue-search__tags--active:hover {
  opacity: 0.85;
  color: #fff;
}

.avue-search__title {
  margin: 0;
  padding: 0 20px;
  width: 120px;
  font-size: 14px;
  text-align: right;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-search__content {
  width: calc(100% - 190px);
  display: inline-block;
}

.avue-search__content .el-tag {
  margin-right: 10px;
  margin-bottom: 10px;
}

.avue-tabs {
  padding: 20px 10px 0;
}

.avue-dynamic__item {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avue-dynamic__input {
  margin-right: 8px;
  width: 100%;
}

.avue-dynamic__button {
  margin-bottom: 0 !important;
}

.avue-drawer__wrapper {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
  outline: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.avue-drawer__wrapper--left {
  left: 0;
}

.avue-drawer__wrapper--fullscreen {
  width: 100% !important;
}

.avue-drawer__content {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.avue-drawer__close {
  position: absolute;
  top: 15px;
  right: 12px;
  color: #999;
  font-size: 18px;
  z-index: 1000;
  cursor: pointer;
}

.avue-drawer__close:hover {
  color: #409eff;
}

.avue-drawer__header {
  position: relative;
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}

.avue-drawer__title {
  font-size: 15px;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avue-drawer__body {
  padding: 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100% - 45px);
}

.avue-drawer__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer-fade-left-enter-active {
  -webkit-animation: drawer-fade-left-in 0.3s;
  animation: drawer-fade-left-in 0.3s;
}

.drawer-fade-left-leave-active {
  -webkit-animation: drawer-fade-left-out 0.3s;
  animation: drawer-fade-left-out 0.3s;
}

@-webkit-keyframes drawer-fade-left-in {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes drawer-fade-left-in {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes drawer-fade-left-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}

@keyframes drawer-fade-left-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}

.drawer-fade-enter-active {
  -webkit-animation: drawer-fade-in 0.3s;
  animation: drawer-fade-in 0.3s;
}

.drawer-fade-leave-active {
  -webkit-animation: drawer-fade-out 0.3s;
  animation: drawer-fade-out 0.3s;
}

@-webkit-keyframes drawer-fade-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes drawer-fade-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes drawer-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}

@keyframes drawer-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}

.avue-icon-select__item {
  padding: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.avue-icon-select__item:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.avue-icon-select__item--active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  color: #409eff;
}

.avue-icon-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.avue-icon-select__icon {
  font-size: 24px !important;
}

.avue-back-top {
  position: fixed;
  display: none;
  cursor: pointer;
}

.avue-back-top--show {
  display: block;
}

.avue-back-top__icon {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.avue-back-top__icon i {
  color: #fff;
  font-size: 24px;
  padding: 8px 12px;
}

.avue-affix {
  position: fixed;
  z-index: 10;
}

.avue-timeline {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.avue-timeline-item {
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avue-timeline-item-pending .avue-timeline-item-tail {
  display: none;
}

.avue-timeline-item-green-color .avue-timeline-item-circle {
  border-color: #67c23a;
  color: #67c23a;
}

.avue-timeline-item-time {
  width: 100px;
  padding: 0 24px 30px 0;
  color: #999;
  font-size: 13px;
  display: none;
  text-align: right;
}

.avue-timeline-item-content {
  padding: 0 0 30px 24px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.avue-timeline-item-content p {
  margin: 6px 0;
  color: #999;
  word-break: break-word;
}

.avue-timeline-item-content:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -0.5px;
  border-left: 1px dashed #d3d3d3;
  z-index: 1;
}

.avue-timeline-item-circle {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #409eff;
  color: #409eff;
  border-radius: 14px;
  left: -7px;
  top: 3px;
  background: #fff;
  z-index: 2;
}

.data-box .item:hover .item-text,
.data-card .item:hover .item-text {
  top: 0;
}

.avue-timeline-item.has-icon .avue-timeline-item-circle {
  font-size: 18px;
  border: none;
}

.avue-timeline-item.has-icon .avue-timeline-item-circle [class*=" el-icon"],
.avue-timeline-item.has-icon .avue-timeline-item-circle [class^="el-icon"] {
  vertical-align: 2px;
}

.avue-timeline-item:last-child .avue-timeline-item-content,
.avue-timeline-item:last-child .avue-timeline-item-time {
  padding-bottom: 10px;
}

.avue-timeline-item:last-child .avue-timeline-item-content:after,
.avue-timeline-item:last-child .avue-timeline-item-time:after {
  border-left: 1px solid transparent;
}

.avue-timeline-time .avue-timeline-item-time {
  display: block;
}

.avue-timeline-pending
  .avue-timeline-item:nth-last-of-type(2)
  .avue-timeline-item-content {
  padding-bottom: 40px;
}

.avue-timeline-pending
  .avue-timeline-item:nth-last-of-type(2)
  .avue-timeline-item-content:after {
  border-left: 1px dotted #d3d3d3;
}

.avue-text-ellipsis__more {
  padding: 0 2px;
}

.avue-data-tabs .item {
  position: relative;
  margin: 15px;
  padding: 12px;
  height: 160px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
}

.avue-data-tabs .item a {
  color: #fff;
}

.avue-data-tabs .item-header {
  position: relative;
}

.avue-data-tabs .item-header > p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.avue-data-tabs .item-header > span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.3);
}

.avue-data-tabs .item-body .h2 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  line-height: 60px;
  font-weight: 700;
}

.avue-data-tabs .item-footer {
  padding-top: 8px;
  line-height: 20px;
}

.avue-data-tabs .item-footer > span {
  font-size: 10px;
}

.avue-data-tabs .item-footer > p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}

.avue-data-tabs .item-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 10px;
  right: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 48px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  opacity: 0.1;
}

.data-box .item a,
.data-box .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
}

.avue-data-cardText .item {
  padding: 20px 25px;
  margin: 10px 20px;
  background: #f8f8f8;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 20px #ccc;
  box-shadow: 2px 2px 20px #ccc;
}

.avue-data-cardText .item-header {
  position: relative;
}

.avue-data-cardText .item-header i {
  font-size: 26px;
  color: #009688;
}

.avue-data-cardText .item-header a {
  font-size: 16px;
  margin-left: 6px;
  position: absolute;
  bottom: 4px;
}

.avue-data-cardText .item-content {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.avue-data-cardText .item-footer {
  position: relative;
}

.avue-data-cardText .item-footer span:nth-child(1) {
  color: #777;
  font-size: 12px;
  text-overflow: ellipsis;
  word-break: break-all;
}

.avue-data-cardText .item-footer span:nth-child(2) {
  color: #ccc;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  right: 0;
}

.data-box .item,
.data-card .item {
  position: relative;
  overflow: hidden;
}

.data-box .item {
  margin: 0 auto 10px;
  width: 96%;
  height: 100px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.data-box .item a {
  display: flex;
}

.data-box .item-icon {
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}

.data-box .item-icon i {
  font-size: 48px !important;
}

.data-box .item-info {
  border-radius: 0 5px 5px 0;
  border: 1px solid #eee;
  border-left: none;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.data-box .item-info .title {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.data-box .item-info .info {
  color: #999;
  font-size: 14px;
  text-align: center;
}

.data-progress .item {
  margin: 10px;
}

.data-progress .item-header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.data-progress .item-count {
  line-height: 26px;
  font-size: 26px;
  color: #666;
}

.data-progress .item-title {
  color: #999;
  font-size: 14px;
}

.data-icons .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 10px 15px;
}

.data-icons .item-icon {
  margin-top: 3px;
  margin-right: 0 !important;
  text-align: center;
}

.data-icons .item-icon > i {
  font-size: 46px !important;
}

.data-icons .item-info {
  text-align: center;
  padding: 10px 0;
}

.data-icons .item-info > span {
  display: block;
  padding: 5px 0;
  color: #999;
  font-size: 12px;
}

.data-icons .item-info .count {
  font-size: 20px;
  line-height: 25px;
}

.data-icons .item--easy {
  -ms-flex-direction: column;
  flex-direction: column;
}

.data-icons .item--easy > .item-icon {
  margin: 0;
}

.data-icons .item--easy > .item-info {
  margin-top: -15px;
}

.data-icons .item--easy > .item-info > span {
  font-size: 14px;
}

.data-card .item {
  margin: 0 auto 50px;
  width: 230px;
  height: 340px;
  border-radius: 5px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.data-card .item-img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.data-card .item-text {
  position: absolute;
  top: 150px;
  padding: 20px 15px;
  width: 100%;
  height: 340px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  opacity: 0.9;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}

.data-card .item-text > p {
  font-size: 12px;
  line-height: 25px;
  text-indent: 2em;
}

.avue-data-display .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5px 0;
  text-align: center;
}

.avue-data-display .count {
  display: block;
  margin: 8px 0 15px;
  font-weight: 700;
  font-size: 32px;
  color: #15a0ff;
}

.avue-data-display .title {
  line-height: 32px;
  color: #999;
}

.avue-data-display .splitLine {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 1px;
  background: #9b9b9b;
}

.avue-data-imgtext .item {
  position: relative;
  height: 340px;
  width: 240px;
  margin: 10px auto 50px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 20px #ccc;
  box-shadow: 2px 2px 20px #ccc;
}

.avue-data-imgtext .item-header img {
  width: 100%;
  height: 170px;
  background: red;
  border-radius: 5px 5px 0 0;
}

.avue-data-imgtext .item-content {
  padding: 10px 15px;
  color: #333 !important;
}

.avue-data-imgtext .item-content span {
  font-size: 20px;
}

.avue-data-imgtext .item-content:hover span {
  color: #1890ff;
}

.avue-data-imgtext .item-content p {
  font-size: 14px;
  height: 60px;
  margin: 6px 0;
  overflow: hidden;
}

.avue-data-imgtext .item-footer {
  padding: 10px 15px;
  position: relative;
}

.avue-data-imgtext .item-footer img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.avue-data-imgtext .item-footer div {
  display: inline-block;
}

.avue-data-imgtext .item-footer div li,
.avue-data-imgtext .item-footer div ul {
  padding: 0;
  margin: 0 0 0 -8px;
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
}

.avue-data-imgtext .item-footer div:nth-child(1) {
  font-size: 14px;
  color: #ccc !important;
}

.avue-data-imgtext .item-footer div:nth-child(2) {
  position: absolute;
  right: 15px;
}

.avue-data-operatext .item {
  margin: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.avue-data-operatext .item a {
  color: #333;
}

.avue-data-operatext .item-header {
  padding: 20px 20px 60px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  background-position: center center;
}

.avue-data-operatext .item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
}

.avue-data-operatext .item-subtitle {
  font-size: 14px;
  font-weight: 400;
}

.avue-data-operatext .item-content {
  border-top: 1px solid #f4f4f4;
  padding: 10px 10px 20px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}

.avue-data-operatext .item-img {
  margin: -60px auto 5px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #fff;
}

.avue-data-operatext .item-img img {
  width: 100%;
  height: 100%;
}

.avue-data-operatext .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.avue-data-operatext .item-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  text-align: center;
}

.avue-data-operatext .item-label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.avue-data-operatext .item-value {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}

.avue-data-rotate .item {
  margin: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  border-radius: 3px;
}

.avue-data-rotate .item-box {
  padding: 10px 20px;
}

.avue-data-rotate .item-count {
  margin-bottom: 5px;
  font-size: 38px;
  white-space: nowrap;
  font-weight: 300;
  display: block;
}

.avue-data-rotate .item-title {
  font-size: 15px;
}

.avue-data-rotate .item-icon {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 65px;
  color: rgba(0, 0, 0, 0.15);
}

.avue-data-rotate .item-icon:hover {
  font-size: 70px;
}

.avue-data-rotate .item-more {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  font-size: 14px;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.avue-data-pay .item {
  margin: 0 auto;
  padding-bottom: 16px;
  width: 80%;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  min-height: 670px;
  -webkit-box-shadow: 1px 2px 10px #eee;
  box-shadow: 1px 2px 10px #eee;
}

.avue-data-pay .top {
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}

.avue-data-pay .header {
  margin-bottom: 40px;
  text-align: center;
}

.avue-data-pay .title {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 20px;
  font-weight: 200;
}

.avue-data-pay .money span {
  margin-right: 5px;
  font-size: 14px;
}

.avue-data-pay .money .b {
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
}

.avue-data-pay .money s {
  margin-right: 3px;
  font-size: 12px;
}

.avue-data-pay .money em {
  font-size: 14px;
  font-style: normal;
}

.avue-data-pay .img {
  width: 50px;
}

.avue-data-pay .line {
  width: 60%;
  height: 1px;
  background: rgba(150, 150, 150, 0.1);
  margin: 20px auto;
}

.avue-data-pay .btn {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.avue-data-pay .list-item {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 12px;
  color: #666;
  font-size: 14px;
}

.avue-data-pay .list-item a {
  color: #666;
}

.avue-data-pay .list-item-icon {
  color: #515a6e;
  margin-right: 8px;
}

.avue-data-pay .list-item--link {
  font-size: 12px;
  color: #2d8cf0;
}

.avue-data-pay .list-item--no,
.avue-data-pay .list-item--no + span {
  color: #c5c8ce;
}

.data-price .item {
  margin: 0 20px;
  text-align: center;
  -webkit-box-shadow: 2px 3px 15px #eee;
  box-shadow: 2px 3px 15px #eee;
}

.data-price .item:hover {
  border: 1px solid #00a680;
}

.data-price .item:hover .body {
  color: #fff;
  background-color: #00a680;
}

.data-price .item:hover .body::after {
  border-top-color: #00a680;
}

.data-price .item:hover .list {
  color: #00a680;
}

.data-price .item:hover .price {
  color: #fff;
}

.data-price .item .title {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333;
}

.data-price .item .body,
.data-price .item .price {
  margin: 0 0 50px;
  line-height: 120px;
  height: 120px;
  color: #6b6b6b;
}

.data-price .item .price {
  padding: 0 8px;
  font-size: 42px;
}

.data-price .item .append {
  font-size: 16px;
}

.data-price .item .body {
  position: relative;
  padding: 0;
  background-color: #f4f4f4;
  font-size: 42px;
}

.data-price .item .body::before {
  content: "¥";
  font-size: 16px;
  font-weight: 400;
}

.data-price .item .body::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #f4f4f4 transparent transparent;
  border-style: solid;
  border-width: 20px 30px 0;
}

.data-price .item .list {
  padding-bottom: 30px;
  color: #666;
  font-size: 14px;
}

.avue-data-panel .item {
  padding: 0 30px;
  margin: 0 20px;
  cursor: pointer;
  height: 108px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  color: #666;
  background: #fff;
  -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.avue-data-panel .item-icon {
  font-size: 52px;
}

.avue-data-panel .item-info {
  text-align: center;
}

.avue-data-panel .item-title {
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  margin-bottom: 12px;
}

.avue-data-panel .item-count {
  font-size: 20px;
}

[class^="data-"] a,
[class^="avue-data-"] a {
  text-decoration: none;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.avue-echart {
  padding: 10px;
  overflow: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-echart-tabs .el-select {
  width: 100%;
}

.avue-echart-tabs .el-input,
.avue-echart-tabs .el-select,
.avue-echart-tabs input {
  height: 100%;
}

.avue-echart-tabs .el-input {
  font-size: inherit;
}

.avue-echart-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.avue-echart-pie__title,
.avue-echart-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%;
  width: 100%;
}

.avue-echart-tabs__icon {
  margin-right: 10px;
}

.avue-echart-tabs__item {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-echart-iframe iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.avue-echart-text__box {
  width: 100%;
  height: 100%;
}

.avue-echart-text__text {
  display: block;
  text-decoration: none;
}

.avue-echart-swiper .el-carousel,
.avue-echart-swiper .el-carousel__container {
  height: 100%;
}

.avue-echart-swiper img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.avue-echart-pie__title {
  position: absolute;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avue-echart-slide .swiper-container {
  width: 100%;
  height: 100%;
}

.avue-echart-slide .swiper-slide {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avue-echart-table__body {
  position: relative;
  overflow: hidden;
}

.avue-echart-table__menu {
  position: absolute;
  left: 0;
}

.avue-echart-table__menu i {
  margin-right: 20px;
  font-size: 24px;
}

.avue-echart-table__allview {
  opacity: 0.9;
}

.avue-echart-table__allview
  .el-table--enable-row-hover
  .el-table__body
  tr:hover
  > td {
  background-color: #333;
}

.avue-echart-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avue-echart-table__tr--line {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  position: absolute;
}

.avue-echart-table__td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avue-echart-table__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-width: 0;
}

.avue-echart-table__index {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #144280;
  border-radius: 100%;
}

.avue-echart-table__index--1 {
  background-color: #fdd706;
}

.avue-echart-table__index--2,
.avue-echart-table__index--3 {
  background-color: #1f94f4;
}

.avue-echart-table__item {
  display: inline-block;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
}

.avue-echart-table__item--active {
  color: #fff !important;
}

.avue-echart-table table {
  width: 100%;
  border-width: 1px;
  border-style: solid;
}

.avue-echart-table td,
.avue-echart-table th {
  border-width: 0 0 1px;
  border-style: solid;
  font-size: 16px;
  font-weight: 300;
}

.avue-echart-table--line,
.avue-echart-table--line td,
.avue-echart-table--line th {
  border: none !important;
}

.avue-echart-header {
  padding: 10px;
}

.avue-echart-header--center {
  text-align: center;
}

.avue-echart-header--right {
  text-align: right;
}

.avue-echart-header__title {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

.avue-echart-header__info {
  display: inline-block;
}

.avue-echart-progress {
  position: relative;
}

.avue-echart-progress__text--circle {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.avue-echart-progress__text--line {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avue-echart-progress__text--line p {
  margin-right: 5px;
}

.avue-echart-img--rotate {
  -webkit-animation: rotating 0s linear infinite;
  animation: rotating 0s linear infinite;
}

.avue-echart-flop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.avue-echart-flop__flop {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avue-echart-flop__item {
  font-family: "Microsoft Yahei";
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-left: 3.2px;
  margin-right: 3.2px;
  padding: 0 0.1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 0.6em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avue-echart-flop__item--img {
  border-image-slice: 10 16 15 10 fill;
  border-width: 10px 16px 15px 10px;
  border-style: solid;
}

.avue-echart-flop__item--row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.avue-echart-flop__item--row div,
.avue-echart-flop__item--row span {
  width: auto;
}

.avue-echart-flop__item--whole {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.avue-echart-flop__item--whole div,
.avue-echart-flop__item--whole span {
  display: block;
  width: 100%;
}

.avue-echart-flop__item--none {
  padding: 0 !important;
  border-width: 0 !important;
  background-color: transparent !important;
}

.avue-echart-map {
  position: relative;
}

.avue-echart-map__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.avue-echart-map__box {
  position: relative;
}

.avue-echart-map__location {
  position: absolute;
  background-color: red;
  width: 10px;
  height: 10px;
}

.avue-echart-map__location:hover {
  background-color: green;
}
