
.ele-avatar-list {
  display: inline-block;
  font-size: 0;
}
.ele-avatar-list .el-avatar {
  border: 1px solid #fff;
  box-sizing: content-box;
  cursor: pointer;
}
.ele-avatar-list .el-avatar:first-child {
  margin-left: 0 !important;
}
.ele-avatar-list .ele-avatar-list-more {
  color: #f56a00;
  background: #fde3cf;
  cursor: default;
}


.ele-status-dot {
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
}
.ele-status-dot .ele-dot-text {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.ele-dot {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ele-dot > span {
  display: none;
}
.ele-dot.ele-dot-ripple > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: eleAnimStatusDot 1.2s ease-in-out infinite;
          animation: eleAnimStatusDot 1.2s ease-in-out infinite;
}
@-webkit-keyframes eleAnimStatusDot {
from {
    transform: scale(.8);
    opacity: .6;
}
to {
    transform: scale(2.4);
    opacity: 0;
}
}
@keyframes eleAnimStatusDot {
from {
    transform: scale(.8);
    opacity: .6;
}
to {
    transform: scale(2.4);
    opacity: 0;
}
}


.ele-empty {
  padding: 35px 0;
  position: relative;
  text-align: center;
  line-height: 1;
}
.ele-empty .ele-empty-icon {
  font-size: 58px;
  color: hsla(0, 0%, 60%, .25);
}
.ele-empty .ele-empty-text {
  padding: 6px 0;
}

/* 默认svg图标样式 */
.ele-empty-icon-default-ellipse {
  fill: #f5f5f5;
}
.ele-empty-icon-default-g {
  stroke: #d9d9d9;
}
.ele-empty-icon-default-path {
  fill: #fafafa;
}


.diy_menuitem[data-v-46dca5df] {
  display: inline-block;
  width: 50%;
  height: 36px !important;
  line-height: 36px !important;
  float: left;
  font-size: 12px;
  text-align: left;
}
.diy_menuitem[data-v-46dca5df]:nth-child(odd) {
  padding-left: 22px !important;
}
.diy_menuitem[data-v-46dca5df]:nth-child(2n) {
  padding-left: 4px !important;
}
.diy_menuitem a[data-v-46dca5df]{
  min-width: 66px;
}
.diy_menuitem.is-active[data-v-46dca5df] {
  background: transparent !important;
}
.diy_menuitem.is-active a span[data-v-46dca5df] {
  background: #1677ff;
  padding: 4px 4px;
  border-radius: 4px;
}
.menu-group[data-v-46dca5df]{
  padding: 10px 0;
  display: flex;
  justify-content: center;
  left: 18px;
  position: fixed;
  z-index: 1000;
  background: #191a23;
  transition: all 0.3s; /* 添加过渡效果 */
}

/* 折叠状态下的样式 */
.el-menu--collapse .menu-group[data-v-46dca5df]{
  max-width: 50px;
  overflow: hidden;
  left: 5px; /* 调整位置以适应折叠状态 */
}
.menu-group[data-v-46dca5df]  .el-radio-group .el-radio-button__inner {
  background-color: #34353a;
  color: #d1d1d3;
  border-color: #34353a;
}
.menu-group[data-v-46dca5df]  .el-radio-group .is-active .el-radio-button__inner {
  background-color: #1677ff;
  color: #fff;
  border-color: #1677ff;
}
.ele-admin-header .menu-group[data-v-46dca5df]{
  display: none;
}
.diy-badge[data-v-46dca5df]  .el-badge__content{
  border: 1px solid #f56c6c;
  background: #f56c6c;
  color: #fff;
  top: 12px;
  font-size: 11px;
}
.diy_menuitem_a[data-v-46dca5df]{
  display: inline-block;
  width: 50%;
  height: 36px !important;
  line-height: 36px !important;
  float: left;
  font-size: 12px;
  text-align: left;
}
.diy_menu2[data-v-46dca5df]  .el-submenu .el-submenu__title{
  pointer-events: none;
}
.diy_menu2[data-v-46dca5df]  .el-submenu .el-submenu__title .el-submenu__icon-arrow{
  display: none;
  pointer-events: none;
}


.ele-setting-wrapper {
  padding: 20px 18px;
}
.ele-setting-wrapper .ele-setting-title {
  font-size: 13px;
  margin-bottom: 15px;
}

/* 主题风格 */
.ele-setting-wrapper .ele-setting-theme > div {
  width: 52px;
  height: 36px;
  line-height: 1;
  font-size: 18px;
  border-radius: 3px;
  margin: 0 20px 30px 0;
  padding: 14px 0 0 24px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background-color .2s;
}
.ele-setting-wrapper .ele-setting-theme > div:before,
.ele-setting-wrapper .ele-setting-theme > div:after,
.ele-setting-wrapper .ele-setting-theme > div > .ele-bg-primary {
  content: "";
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color .2s;
}
.ele-setting-dark .ele-setting-theme > div {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .55);
}
.ele-setting-dark .ele-setting-theme > div:before,
.ele-setting-dark .ele-setting-theme > div:after,
.ele-setting-dark .ele-setting-theme > div > .ele-bg-primary {
  background: #1f1f1f;
}
.ele-setting-wrapper .ele-setting-theme > div:after {
  width: 14px;
  height: 100%;
}
.ele-setting-wrapper .ele-setting-theme > div.ele-side-dark:after,
.ele-setting-wrapper .ele-setting-theme > div.ele-head-dark:before,
.ele-setting-wrapper .ele-setting-theme > div.ele-layout-mix:before,
.ele-setting-wrapper .ele-setting-theme > div.ele-layout-mix:after {
  background: #001529;
}
.ele-setting-dark .ele-setting-theme > div.ele-side-dark:after,
.ele-setting-dark .ele-setting-theme > div.ele-head-dark:before,
.ele-setting-dark .ele-setting-theme > div.ele-layout-mix:before,
.ele-setting-dark .ele-setting-theme > div.ele-layout-mix:after {
  background: #262626;
}
.ele-setting-wrapper .ele-setting-theme > div.ele-head-light:before,
.ele-setting-wrapper .ele-setting-theme > div.ele-head-dark:before,
.ele-setting-wrapper .ele-setting-theme > div > .ele-bg-primary {
  z-index: 1;
}

/* 主题色选择 */
.ele-setting-wrapper .ele-setting-colors {
  color: #fff;
  margin-bottom: 20px;
}
.ele-setting-wrapper .ele-setting-color-item {
  width: 20px;
  height: 20px;
  line-height: 22px;
  border-radius: 2px;
  margin: 8px 8px 0 0;
  display: inline-block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
  vertical-align: top;
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* 主题配置项 */
.ele-setting-wrapper .ele-setting-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ele-setting-wrapper .ele-setting-item .setting-item-title {
  flex: 1;
  line-height: 28px;
}
.ele-setting-wrapper .ele-setting-item .setting-item-control {
  line-height: 1;
  max-width: 95px;
}
.ele-setting-wrapper .el-divider {
  margin-bottom: 20px;
}

/* 颜色选择器 */
.ele-setting-color-picker.el-color-picker {
  height: auto;
  margin-top: 8px;
}
.ele-setting-color-picker.el-color-picker .el-color-picker__trigger {
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}
.ele-setting-color-picker.el-color-picker .el-color-picker__color {
  border: none;
}
.ele-setting-color-picker.el-color-picker .el-color-picker__color-inner {
  border-radius: 2px;
}
.ele-setting-color-picker.el-color-picker .el-color-picker__empty {
  background: linear-gradient(45deg, #00dbde 5%, #fc00ff 105%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  border-radius: 2px;
  font-size: 0;
}
.ele-setting-color-picker.el-color-picker .el-color-picker__icon {
  font-size: 14px;
}





































































































































































































































































































/* 列配置 */
.ele-tool-column.el-popover {
  padding: 0;
}
.ele-tool-column-item {
  display: flex;
  align-items: center;
  padding: 4px 16px 4px 4px;
  box-sizing: border-box;
}
.ele-tool-column-header {
  padding: 12px 16px 10px 4px;
  min-width: 180px;
}
.ele-tool-column .el-checkbox-group {
  padding: 5px 0;
  display: block;
}
.ele-tool-column-item .el-checkbox {
  flex: 1;
}
.ele-tool-column-item .el-checkbox__label {
  color: inherit !important;
}
.ele-tool-column-item .ele-tool-column-handle {
  opacity: .8;
  cursor: move;
}
.ele-tool-column-item .ele-tool-column-handle .el-icon-_more {
  font-size: 12px;
}
.ele-tool-column-item .ele-tool-column-handle .el-icon-_more + .el-icon-_more {
  margin: 0 4px 0 -8px;
}
.ele-tool-column-item.sortable-chosen {
  background: hsla(0, 0%, 60%, .1);
}
































































































































































































































































































































































































































































































































































































































































































































































































































































































/* 表格全屏样式 */
.ele-pro-table.ele-pro-table-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.ele-pro-table.ele-pro-table-fullscreen .ele-table-tool:not(.ele-table-tool-default) {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}


.ele-result {
  text-align: center;
}
.ele-result .ele-result-icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 42px;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 24px;
}
.ele-result .ele-result-title {
  line-height: 32px;
  margin-bottom: 16px;
}
.ele-result .ele-result-desc {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}
.ele-result .ele-result-extra {
  text-align: left;
  padding: 24px 40px;
  border-radius: 4px;
}
.ele-result .ele-result-actions {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
.ele-result .ele-result-extra {
    padding: 24px 12px;
}
}


.ele-tags-input {
  margin-bottom: -10px;
}
.ele-tags-input .el-tag {
  margin: 0 10px 10px 0;
}
.ele-tags-input .el-button,
.ele-tags-input .el-input {
  overflow: hidden;
  vertical-align: middle;
}
.ele-tags-input .el-button--mini {
  padding: 3px 5px;
}
.ele-tags-input .el-input--mini .el-input__inner {
  height: 20px;
  line-height: 1;
  padding: 0 5px;
}
.ele-tags-input .el-button--small {
  padding: 5px 8px;
}
.ele-tags-input .el-input--small .el-input__inner {
  height: 24px;
  line-height: 1;
  padding: 0 8px;
  font-size: 12px;
}
.ele-tags-input .el-button--medium {
  padding: 7px 10px;
  font-size: 12px;
}
.ele-tags-input .el-input--medium .el-input__inner {
  height: 28px;
  line-height: 1;
  padding: 0 10px;
  font-size: 12px;
}
.ele-tags-input .el-button--large {
  padding: 9px 10px;
  font-size: 12px;
}
.ele-tags-input .el-input--large .el-input__inner {
  height: 32px;
  line-height: 1;
  padding: 0 10px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .hidden-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-sm-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm-only {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-sm-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-md-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hidden-md-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-lg-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .hidden-lg-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1919px) {
  .hidden-lg-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  .hidden-xl-only {
    display: none !important;
  }
}
