/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015-3-11, 10:22:40
    Author     : zgm-work
*/
.shadow:before {
  content: '';
  width: 100%;
  height: 100%;
  background: inherit;
  border: inherit;
  border-radius: inherit;
  top: 5px;
  left: 0;
  filter: blur(5px);
  opacity: 0.7;
  z-index: -1;
  position: absolute !important;
}
.blur {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
*::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
  background: #353535;
  /*background: rgba(141,163,210,0.3);*/
}
*::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
}
.block {
  width: 100%;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pull-right {
  float: right;
}
.text-success {
  color: #67C23A;
}
.text-primary {
  color: #409EFF;
}
.text-warning {
  color: #E6A23C;
}
.text-danger {
  color: #F56C6C;
}
.text-muted {
  color: #909399;
}
.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border {
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.pr0 {
  padding-right: 0px;
}
.pl0 {
  padding-left: 0px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml50 {
  margin-left: 50px;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
body {
  background: #F8F8F8;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  overflow: overlay;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
img {
  width: 100%;
}
h1 {
  font-size: 2em;
}
#app {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sticky {
  position: sticky;
  top: 0;
}
.editor—wrapper {
  z-index: 10;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  background: #fff;
}
.editor—wrapper .toolbar-container {
  border-bottom: 1px solid #DCDFE6;
}
.editor—wrapper .toolbar-container .w-e-bar-divider {
  margin: 0;
}
.editor—wrapper .editor-container {
  height: 800px;
}
.editor—wrapper .w-e-modal button {
  line-height: normal;
}
.editor—wrapper .w-e-toolbar,
.editor—wrapper .w-e-text-container {
  border-radius: 4px;
  padding: 0;
}
.editor—wrapper.w-e-full-screen-container {
  border-radius: 0;
}
.editor—wrapper.w-e-full-screen-container .w-e-toolbar,
.editor—wrapper.w-e-full-screen-container .w-e-text-container {
  border-radius: 0;
}
.el-header {
  border-bottom: solid 1px #e6e6e6;
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.el-header .closeNav {
  border-right: 1px solid #e6e6e6;
}
.el-header #nav-tabs {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.el-header #nav-tabs .nav {
  text-align: center;
  display: inline-block;
  padding: 0 0px 0 5px;
  color: #000;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: 0.5s;
}
.el-header #nav-tabs .nav i {
  width: 14px;
  margin-left: 5px;
}
.el-header #nav-tabs .nav .el-icon-refresh {
  display: none;
}
.el-header #nav-tabs .nav.on {
  padding: 0 5px 0 10px;
  background: #409eff;
  color: #fff;
}
.el-header #nav-tabs .nav.on:before {
  content: '';
  width: 100%;
  height: 100%;
  background: inherit;
  border: inherit;
  border-radius: inherit;
  top: 5px;
  left: 0;
  filter: blur(5px);
  opacity: 0.7;
  z-index: -1;
  position: absolute !important;
}
.el-header #nav-tabs .nav.on:before {
  content: '';
  width: 100%;
  height: 100%;
  background: inherit;
  border: inherit;
  border-radius: inherit;
  top: 5px;
  left: 0;
  filter: blur(5px);
  opacity: 0.7;
  z-index: -1;
  position: absolute !important;
}
.el-header #nav-tabs .nav.on span {
  color: #fff;
}
.el-header #nav-tabs .nav.on .el-icon-refresh {
  display: inline-block;
}
.el-header .el-button--text {
  color: #000;
}
.el-header .right-nav {
  padding: 0 10px;
}
.el-main {
  position: relative;
  padding: 0;
}
.el-main .tab_body {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.el-main .tab_body.on {
  height: 100%;
  z-index: 5;
}
.el-main .tab_body .tab_body_content {
  overflow: overlay;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.el-main .tab_body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
input[type=file].el-upload__input {
  display: none;
}
.el-drawer__body {
  padding: 10px 20px;
  position: relative;
}
.el-drawer__body .el-tabs__item.is-disabled {
  color: #000;
}
.el-drawer__body .el-tabs__content {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  height: calc(100% - 90px);
  width: calc(100% - 40px);
  left: 0;
  top: 50px;
  padding: 0 20px 20px 20px;
  margin-top: 20px;
}
.el-main {
  overflow: hidden;
}
.setSrot input {
  text-align: center;
  padding: 0 5px;
}
.el-avatar {
  background: none;
}
.edui-editor-iframeholder {
  width: 100%;
}
.edui-editor-toolbarbox {
  border-top: 1px solid var(--edui-color-border);
  position: sticky !important;
  top: -0.5px;
  z-index: 1000;
}
.el-image-viewer__canvas img {
  max-height: 80% !important;
  max-width: 80% !important;
  width: auto;
  height: auto;
}
#search {
  height: 600px;
  overflow: scroll;
}
#search .el-collapse {
  border: none;
}
#search .el-collapse-item__header {
  height: unset;
  line-height: unset;
  padding: 10px 0;
  border: none;
}
#search .el-collapse-item__content {
  padding: 0;
  line-height: 100%;
}
.el-cascader,
.el-select {
  width: 100%;
}
#map {
  width: 100%;
  height: 500px;
  margin-top: 10px;
}
#map .myMarker img {
  width: 50px;
  height: 68px;
}
