.el-loading-mask,
.IconSize {
  background: #fff !important;
}
.IconSize .el-loading-spinner2 {
  background-image: url(/wb/images/pc/pcNew_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
  background-position: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 320px) and (max-width: 640px) {
  .IconSize .el-loading-spinner2 {
    width: 200px;
    height: 200px;
    background-image: url(/wb/images/pc/pcNew_01.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.el-button--success[data-v-5c993e16] {
  color: #fff;
  background-color: #3c449c;
  border-color: #3c449c;
}
.el-pagination.is-background
  .el-pager
  li:not(.disabled).active[data-v-5c993e16] {
  background-color: #3c449c !important;
  color: #fff;
}
#level1Layer[data-v-5c993e16] {
  z-index: 99999;
  height: 100vh;
  width: 100vw;
  position: absolute;
  background: #fff;
  top: 0;
  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;
}
.layer_header[data-v-5c993e16] {
  height: 115px;
}
.layer_body[data-v-5c993e16] {
  background: #fff;
  height: 100vh;
}
.layer_body_mobile[data-v-5c993e16] {
  height: 100vh !important;
  background: #fff;
}
.el-button--success {
  color: #fff;
  background-color: #3c449c;
  border-color: #3c449c;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #3c449c !important;
  color: #fff;
}
.viewer-container {
  z-index: 100000 !important;
  background: rgba(0, 0, 0, 0.9) !important;
}
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
#nav {
  padding: 30px;
}
#nav a {
  font-weight: 700;
  color: #2c3e50;
}
#nav a.router-link-exact-active {
  color: #42b983;
}
.el-message {
  top: 5rem !important;
  z-index: 99999999 !important;
}
.el-loading-text {
  font-size: 24px !important;
  color: #304c96 !important;
}
.el-icon-loading {
  font-size: 28px !important;
  color: #304c96 !important;
}
.el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important;
}
