@charset "UTF-8";
*, *:before, *:after
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
#el-loading-pane {
  display: none;
  z-index: 990;
}
#el-loading-pane .cover {
  position: absolute;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.75;
}
#el-loading-pane .message {
  position: fixed;
  z-index: 992;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 100px;
  margin-left: -120px;
  margin-top: -50px;
  background-color: #eee;
  border: solid 1px #fff;
  border-radius: 8px;
  color: #666;
}
#el-loading-pane .message img {
  display: block;
  margin: 20px auto 0 auto;
}
#el-loading-pane .message span {
  display: block;
  margin: 12px auto;
  text-align: center;
}
#dialogbase {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 8000;
}
