* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family:KaiTi ;
}
body{
    font-size: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

li {
  list-style: none; }

em {
  font-style: normal; }

a{
  text-decoration: none;
}
[v-cloak] {
  display: none; }

input:focus {
  outline: none; }

video{
  width:100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
/*# sourceMappingURL=reset.css.map */
#video, #mylive, #myvideo, #myimage, #frameVideo{
  width: 100%;
  height: 100%;
}
.img{overflow: hidden;}
.img img{width: 100%;height: 100%;}
.currentStation.str_wrap .str_move .str_move_clone{
  margin:0 76px ;
}
.directionScroll .str_move .str_move_clone{
  margin:0 15px ;
}

canvas {
  touch-action: none; /* 禁用默认触摸行为 */
}
