.notcie-container[data-v-06abf3c8] {
  display:flex;
  overflow:hidden;
  padding:5px
}
.scroll-text[data-v-06abf3c8] {
  display:inline-block;
  animation:notice-06abf3c8 10s 0s linear infinite both;
  animation-play-state:paused;
  white-space:nowrap;
  padding-left:100%;
  animation-delay:1s;
  font-size:15px
}
@keyframes notice-06abf3c8 {
  to {
    transform:translate3d(-100%,0,0)
  }
}
