
.content[data-v-8b0752d0]{
  width: 100%;
  position: relative;
  background-color: #FFF;
}
.back_to_top[data-v-8b0752d0]{
  position: fixed;
  bottom:20px;
  right:20px;
  z-index: 1000000;
  opacity: 0.3;
  transition: opacity 0.2s ease;
}
.back_to_top[data-v-8b0752d0]:hover{
  opacity: 0.7;
}
.back_to_top_img[data-v-8b0752d0]{
  width: 40px;
}
.fade-enter-active[data-v-8b0752d0] {
  transition: opacity 0.3s ease;
}
.fade-leave-active[data-v-8b0752d0] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-8b0752d0],
.fade-leave-to[data-v-8b0752d0] {
  opacity: 0;
}
#watermark[data-v-8b0752d0]{
  content: 'watermark';
  /* background-color:yellow; */
  opacity: 0.12;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 99999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.watermark_row[data-v-8b0752d0]{
  display: flex;
  flex-direction: row;
  overflow: visible;
  height: 100px;
  z-index: 999999999;
}
.watermark_sticker[data-v-8b0752d0]{
  color: rgb(47, 47, 47);
  min-width: 280px;
  font-size:14px;
  font-weight: 300;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  /* filter: blur(0.5px) */
}
.watermark_mobile[data-v-8b0752d0]{
  min-width: 180px;
  overflow: visible;
}
.treasure_hunt[data-v-8b0752d0]{
    position: absolute;
    bottom: 0px;
}
#anchor[data-v-8b0752d0]{
    position: relative;
}
@media screen and (min-width:600px){
#routerView[data-v-8b0752d0]{
}
}

