div.index[data-v-69ba8f80]{width:100%;height:100%;background:#0d1550
  /*  !*溢出的内容隐藏掉*!*/
  /*!*定义动画，位移*!*/
  /*  !*鼠标移入到box里暂停动画*!*/}div.index .boxItem[data-v-69ba8f80],div.index .boxList[data-v-69ba8f80]{list-style:none;margin:0;padding:0}div.index img[data-v-69ba8f80]{width:100%;height:100vh;object-fit:cover;display:block}div.index .box[data-v-69ba8f80]{width:100%;height:100%;margin:0 auto 0;border:0 solid red;position:relative;background:#0d1550;overflow:hidden}div.index .boxList[data-v-69ba8f80]{position:absolute;width:9999px;left:0;top:0;animation:mymove-69ba8f80 30s infinite;-moz-animation:mymove-69ba8f80 30s linear 0s infinite;-webkit-animation:mymove-69ba8f80 30s linear 0s infinite;animation-timing-function:linear;background:#0d1550;overflow-y:hidden;overflow-x:hidden}div.index .boxList[data-v-69ba8f80]:hover{animation-play-state:paused;-moz-animation-play-state:paused;-webkit-animation-play-state:paused}div.index .boxItem[data-v-69ba8f80]{width:240px;margin:0 2px;height:100%;float:left}@keyframes mymove-69ba8f80{0%{left:0}to{left:-960px}}