#editor-tabs .dx-multiview-wrapper {
  border: none !important;
}

#editor-tabs>.dx-tabpanel-tabs .dx-tabs {
  -webkit-box-shadow: inset 0 -1px #ddd !important;
  box-shadow: inset 0 -1px #ddd !important;
}

#editor-tabs>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-state-focused, .dx-tab-selected):first-of-type {
  -webkit-box-shadow: inset 0 0px, inset 0 -1px #ddd, inset 0px 0;
  box-shadow: inset 0 0px, inset 0 -1px #ddd, inset 0px 0;
}

#editor-tabs>.dx-tabpanel-tabs .dx-tab:not(.dx-state-focused, .dx-tab-selected),
#editor-tabs>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-state-focused, .dx-tab-selected):last-of-type,
#editor-tabs>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-state-focused, .dx-tab-selected):only-child {
  -webkit-box-shadow: inset 0 0px, inset 0 -1px #ddd;
  box-shadow: inset 0 0px, inset 0 -1px #ddd;
  ;
}

#editor-tabs>.dx-tabpanel-tabs .dx-tabs-nav-button-left {
  -webkit-box-shadow: inset 0 -1px #ddd, inset 0px 0, inset 0 0px;
  box-shadow: inset 0 -1px #ddd, inset 0px 0, inset 0 0px;
}

#editor-tabs>.dx-tabpanel-tabs .dx-tabs-nav-button-right {
  -webkit-box-shadow: inset 0 -1px #ddd, inset 0 0px, inset 0px 0;
  box-shadow: inset 0 -1px #ddd, inset 0 0px, inset 0px 0;
}


#editor-tabs .dx-icon-close:hover {
  color: red;
  opacity: 0.6;
}

#editor-tabs .dx-state-hover .dx-icon-close:hover {
  color: red;
  opacity: 0.6;
}

#editor-tabs .dx-tabs .dx-tabs-wrapper .dx-tab {
  width: auto;
  padding-left: 20px;
}

#editor-tabs .dx-tab-content .dx-icon-close {
  display: inline-block;
  opacity: 0.3;
  margin-right: 0;
  margin-left: 7px;
  font-size: 14px;
}

#editor-tabs .dx-tab-selected .dx-icon {
  opacity: 0.6;
}

#editor-tabs .dx-theme-generic .dx-tabs-wrapper .dx-tab {
  padding-left: 14px;
  padding-right: 9px;
  line-height: 1.618;
}

#editor-tabs .dx-theme-generic .dx-icon-close {
  font-size: 15px;
}

#editor-tabs .dx-theme-material .dx-tab-content span {
  vertical-align: middle;
  line-height: initial;
}

/***网格空白行去竖线****/
.tabs__content .dx-row.dx-freespace-row.dx-column-lines {
display: none !important;
}
.tabs__content .dx-toolbar-item {
padding: 0 25px 0 0
}

#Main-background {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /*  */
  position: relative;

}

@keyframes bg-light {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}

@keyframes cloud_two {
  0% {
      left: 0
  }

  100% {
      left: -200%
  }
}

@keyframes cloud_three {
  0% {
      left: 0
  }

  100% {
      left: -200%
  }
}

#main-title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #999;
  /* z-index: 99999; */
}