.thorn6-watermark-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none !important;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}

.thorn6-watermark-wrap * {
  pointer-events: none !important;
}

.thorn6-watermark-item {
  display: inline-block;
  padding: 132px 146px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  transform: rotate(-25deg);
  user-select: none;
  flex-shrink: 0;
}
