.avue-crud__title,
.avue-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.avue-data-display .item,
.data-box .item-info,
.data-icons .item--easy,
.json-tree {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.avue-form__row--cursor,
.avue-search__tags,
.avue-steps__tabs,
.avue-tip__btn,
.avue-tree-table .tree-ctrl,
.json-tree-expando {
  cursor: pointer;
}
.avue-ghost {
  opacity: 0.5;
  background: #c8ebfb;
}
.avue-dialog {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}
.avue-tip {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.avue-tip__icon {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 14px;
}
.avue-tip__name {
  font-size: 12px;
  margin-right: 15px;
  color: #515a6e;
}
.avue-tip__name--bold {
  padding: 0 6px;
  color: #409eff;
  font-weight: 700;
  font-size: 18px;
}
.avue-tip__btn {
  margin-top: 3px;
}
.avue-input-number,
.el-cascader,
.el-date-editor.el-input__inner {
  width: 100% !important;
}
.el-input__inner {
  height: 38px;
  line-height: 38px;
}
.el-input--small input {
  height: 32px !important;
  line-height: 32px !important;
}
.el-input--mini input {
  height: 28px !important;
  line-height: 28px !important;
}
.el-table--medium td {
  padding: 7px 0 !important;
}
.el-tooltip__popper {
  max-width: 60%;
}
.el-dropdown-menu__item {
  line-height: 25px;
}
.avue-crud {
  margin: 0 auto;
  width: 99%;
}
.avue-crud .el-table th {
  word-break: break-word;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fafafa;
}
.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__form {
  padding: 0 8px;
}
.avue-crud__header {
  margin-bottom: 10px;
}
.avue-crud__header > .el-button {
  padding: 12px 25px;
}
.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 {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__tip {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  position: relative;
  width: 100%;
  min-height: 40px;
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
}
.avue-crud__left,
.avue-crud__right {
  position: absolute;
  height: auto;
  overflow: hidden;
}
.avue-crud__left {
  left: 0;
}
.avue-crud__left .el-button {
  margin-right: 5px;
}
.avue-crud__right {
  right: 0;
}
.avue-crud__right .el-button {
  margin-left: 5px;
}
.avue-crud__dialog .el-dialog__header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px 20px 10px;
  background-color: #fff;
}
.avue-crud__dialog .el-dialog__close {
  color: #fff;
  font-size: 18px;
}
.avue-crud__dialog .el-dialog__close:hover {
  color: #fdf;
}
.avue-crud__dialog .el-dialog__title {
  color: #303133;
  font-size: 18px;
}
.avue-crud__dialog .el-dialog__headerbtn {
  top: 18px;
}
.avue-crud__dialog--overflow {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.avue-crud-upload--list .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avue-crud-upload--list .el-upload:hover {
  border-color: #409eff;
}
.avue-crud-upload__icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avue-crud-upload__avatar {
  width: 178px;
  height: 178px;
  display: block;
}
.avue-tree-table .ms-tree-space {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 18px;
  height: 14px;
}
.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;
  color: #2196f3;
  margin-left: -18px;
}
@keyframes treeTableShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes treeTableShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.avue-form {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 20px;
}
.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-detail__label--center,
.avue-steps__menu {
  text-align: center;
}
.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;
  overflow: initial !important;
}
.avue-form__group .el-col {
  position: relative;
}
.avue-form__line {
  height: 30px;
}
.avue-form__row--block {
  width: 100%;
  display: block;
}
.avue-form__option {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 999;
}
.avue-form__option i {
  color: #666;
}
.avue-form__option i + i {
  margin-left: 10px;
}
.avue-steps--vertical {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.avue-steps__steps {
  width: 230px;
}
.avue-steps__contail {
  padding: 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.avue-steps__form {
  margin: 0 auto;
}
.avue-form-detail__item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.avue-form-detail__item:last-child {
  border-bottom: none;
}
.avue-form-detail__icon {
  margin-right: 10px;
  font-size: 20px;
}
.avue-form-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.avue-data-display .item,
.data-tabs .item-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.avue-form-detail__title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.avue-form-detail__box {
  margin-bottom: 20px;
  font-size: 14px;
}
.avue-form-detail__label {
  margin-right: 10px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.avue-form-detail__label--left {
  text-align: left;
}
.avue-form-detail__label--right {
  text-align: right;
}
.avue-form-detail__content {
  line-height: 22px;
  width: 100%;
  color: rgba(0, 0, 0, 0.65);
}
.avue-data-display .item {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5px 0;
  text-align: center;
}
.avue-data-display .count {
  margin: 8px 0;
  font-weight: 700;
  font-size: 32px;
  color: #15a0ff;
}
.avue-data-display .title {
  color: #999;
}
.avue-data-display .splitLine {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 1px;
  background: #9b9b9b;
}
.data-card .item {
  position: relative;
  margin: 0 auto 50px;
  width: 230px;
  height: 340px;
  overflow: hidden;
  border-radius: 5px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.data-card .item:hover .item-text {
  top: 0;
}
.data-card .item-img {
  width: 100%;
  background: red;
  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-tabs .item,
.data-tabs .item-header {
  position: relative;
}
.data-box .item,
.data-tabs .item {
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.data-card .item-text > p {
  font-size: 12px;
  line-height: 25px;
  text-indent: 2em;
}
.data-tabs .item {
  margin: 15px;
  padding: 12px;
  height: 160px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
}
.data-tabs .item a {
  color: #fff;
}
.data-tabs .item-header > p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.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);
}
.data-tabs .item-body > h2 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  line-height: 60px;
}
.data-tabs .item-footer {
  padding-top: 8px;
  line-height: 20px;
}
.data-tabs .item-footer > span {
  font-size: 10px;
}
.data-tabs .item-footer > p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}
.data-tabs .item-tip {
  display: flex;
  -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-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: 0 auto;
}
.data-icons .item-icon {
  margin-top: 3px;
  margin-right: 8px;
}
.data-icons .item-icon > i {
  font-size: 46px !important;
}
.data-icons .item-info {
  text-align: center;
}
.data-icons .item-info > span {
  display: block;
  color: #999;
  font-size: 12px;
}
.data-box .item a,
.data-box .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
}
.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: 10px;
}
.data-icons .item--easy > .item-info > span {
  font-size: 14px;
}
.data-box .item {
  position: relative;
  margin: 0 auto 10px;
  width: 96%;
  height: 100px;
  border-radius: 5px;
  box-sizing: border-box;
}
.data-box .item:hover .item-text {
  top: 0;
}
.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: 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;
}
.avue-date-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.avue-date-group__radio .el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0;
  border-right: 0;
}
.avue-date-group__date {
  width: 300px;
}
.avue-date-group__date .el-date-editor {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.avue-data-info .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-info .item a {
  color: #333;
}
.avue-data-info .item-header {
  padding: 20px 20px 60px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  background-position: center center;
}
.avue-data-info .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-info .item-list,
.json-tree {
  display: -webkit-box;
  display: -ms-flexbox;
}
.avue-data-info .item-subtitle {
  font-size: 14px;
  font-weight: 400;
}
.avue-data-info .item-content {
  border-top: 1px solid #f4f4f4;
  padding: 10px 10px 20px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}
.avue-data-info .item-img {
  margin: -60px auto 5px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #fff;
}
.avue-data-info .item-img img {
  width: 100%;
  height: 100%;
}
.avue-data-info .item-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.avue-data-info .item-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  text-align: center;
}
.avue-data-info .item-label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.avue-data-info .item-value {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}
.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);
}
.json-tree {
  color: #394359;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 20px;
}
.json-tree-root {
  background-color: #f7f8f9;
  border-radius: 3px;
  margin: 2px 0;
  min-width: 560px;
  padding: 10px;
}
.json-tree-input,
.json-tree-menu span {
  margin-right: 5px;
}
.json-tree-ending,
.json-tree-row {
  position: relative;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.json-tree-paired,
.json-tree-row:hover {
  background-color: #bce2ff;
}
.json-tree-menu {
  position: absolute;
  right: 0;
}
.json-tree-input {
  padding: 3px 0;
  height: 12px;
  border: 1px solid #eee;
  outline: 0;
}
.json-tree-submit {
  height: 10px;
}
.json-tree-sign {
  font-weight: 700;
}
.json-tree-collapsed {
  color: gray;
  font-style: italic;
}
.json-tree-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.json-tree-value-string {
  color: #9aab3a;
}
.json-tree-value-boolean {
  color: #ff0080;
}
.json-tree-value-number {
  color: #4f7096;
}
.json-tree-value-null {
  color: #c7444a;
}
.avue-tree__item {
  position: relative;
  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-search {
  padding: 0 20px;
}
.avue-search__item {
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  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);
  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-crud-icon-select__item {
  padding: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.avue-crud-icon-select__item:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.avue-crud-icon-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.avue-crud-icon-select__icon {
  font-size: 24px !important;
}
