.q-tree {
  word-break: break-all;
}

*::-webkit-scrollbar {
  width: 12px;
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background-color: #bbdefb;
}

.wm-title-left {
  width: 200px;
  height: 140px;
  position: absolute;
  top: -8px;
  left: -8px;
  overflow: hidden;
}

.wm-title-left::before {
  position: absolute;
  left: 124px;
  border-radius: 8px 8px 0 0;
  width: 16px;
  height: 8px;
  background-color: #115293;
  content: "";
}

.wm-title-left::after {
  position: absolute;
  left: 0;
  top: 124px;
  border-radius: 0 8px 8px 0;
  width: 8px;
  height: 16px;
  background-color: #115293;
  content: "";
}

.wm-title-left span {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  left: -50px;
  z-index: 2;
  overflow: hidden;
  transform: rotate(-45deg);
  border: 1px dashed #fff;
  box-shadow: 0 0 0 3px #1976D2, 0 14px 7px -9px rgba(0, 0, 0, 0.6);
  background-color: #1976D2;
  color: #fff;
}

.wm-title-right {
  width: 140px;
  height: 200px;
  position: absolute;
  top: -8px;
  right: -8px;
  overflow: hidden;
}

.wm-title-right::before {
  position: absolute;
  right: 124px;
  border-radius: 8px 8px 0 0;
  width: 16px;
  height: 8px;
  background-color: #115293;
  content: "";
}

.wm-title-right::after {
  position: absolute;
  right: 0;
  top: 124px;
  border-radius: 0 8px 8px 0;
  width: 8px;
  height: 16px;
  background-color: #115293;
  content: "";
}

.wm-title-right span {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  transform: rotate(45deg);
  border: 1px dashed #fff;
  box-shadow: 0 0 0 3px #1976D2, 0 14px 7px -9px rgba(0, 0, 0, 0.6);
  background-color: #1976D2;
  color: #fff;
}

.box-shadow {
  position: relative;
}

.box-shadow::before, .box-shadow::after {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 8px;
  width: 48%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 20px 15px #777;
  transform: rotate(-3deg);
}

.box-shadow:hover::before, .box-shadow:hover::after {
  box-shadow: 0 25px 18px #777;
}

.box-shadow::after {
  transform: rotate(3deg);
  right: 8px;
  left: auto;
}

.box-shadow-content {
  position: relative;
  z-index: 1;
  background-color: #42a5f5;
  color: white;
}

.viewer-full {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.loading-container {
  z-index: 2;
  background-color: white;
}
.loading-container .loading {
  width: 100%;
  height: 250px;
}
