svg+css实现飞船跟随鼠标移动宇宙飞行动画效果代码

代码语言:html

所属分类:动画

代码描述:svg+css实现飞船跟随鼠标移动宇宙飞行动画效果代码

代码标签: svg css 飞船 跟随 鼠标 移动 宇宙 飞行 动画

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">
  
  
  
<style>
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
html {
  cursor: url("//repo.bfw.wiki/bfwrepo/images/space/cybernoid_ship.png"), auto;
}

body {
  background: black;
  overflow: hidden;
}

.otherstuff {
  position: absolute;
  bottom: -2px;
  left: 10px;
  width: 180px;
  line-height: 50%;
  height: 30px;
  color: #444;
  font-size: 20px;
  text-decoration: none;
  font-family: "Roboto Condensed";
  opacity: 0.25;
}

span {
  position: relative;
  top: -3px;
  left: 5px;
  color: #fff;
}

.otherstuff:hover {
  color: #fff;
  opacity: 1;
  transition: color 0.2s linear, opacity 0.2s linear;
}

svg.star, svg.star1, svg.star2, svg.star3, svg.star4, svg.star5, svg.star6, svg.star7 {
  position: absolute;
  left: -110px;
  top: -110px;
}

svg.star1 {
  left: 160px;
  top: 80px;
}

svg.star2 {
  left: 30px;
  top: 140px;
}

svg.star3 {
  left: 70px;
  top: 40px;
}

svg.star4, svg.star41, svg.star42, svg.star43, svg.star44, svg.star45, svg.star46 {
  position: absolute;
  left: 220px;
  top: 180px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
}

svg.star41 {
  left: 80%;
  top: 25%;
}

svg.star42 {
  left: 95%;
  top: 75%;
}

svg.star43 {
  left: 40%;
  top: 65%;
}

svg.star44 {
  left: 50%;
  top: 5%;
}

svg.star45 {
  left: 35%;
  top: 15%;
}

svg.star46 {
  left: 6%;
  top: 14%;
}

svg.star5 {
  left: 16.67%;
  top: 4%;
  width: 20px;
  height: 20px;
  transform-origin: center;
}

svg.star5 {
  z-index: 1;
  overflow: hidden;
  left: 2000px;
  width: 20px;
  height: 20px;
}
svg.star5:nth-child(1) {
  top: 77%;
  animation: s1 8s linear infinite;
  animation-delay: -1400ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s1 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(532deg);
  }
}
svg.star5:nth-child(2) {
  top: 41%;
  animation: s2 8s linear infinite;
  animation-delay: -2800ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s2 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(140deg);
  }
}
svg.star5:nth-child(3) {
  top: 94%;
  animation: s3 8s linear infinite;
  animation-delay: -4200ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s3 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(449deg);
  }
}
svg.star5:nth-child(4) {
  top: 59%;
  animation: s4 8s linear infinite;
  animation-delay: -5600ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s4 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(735deg);
  }
}
svg.star5:nth-child(5) {
  top: 20%;
  animation: s5 8s linear infinite;
  animation-delay: -7000ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s5 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(183deg);
  }
}
svg.star5:nth-child(6) {
  top: 39%;
  animation: s6 8s linear infinite;
  animation-delay: -8400ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s6 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(114deg);
  }
}
svg.star5:nth-child(7) {
  top: 85%;
  animation: s7 8s linear infinite;
  animation-delay: -9800ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s7 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(444deg);
  }
}
svg.star5:nth-child(8) {
  top: 13%;
  animation: s8 8s linear infinite;
  animation-delay: -11200ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s8 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(665deg);
  }
}
svg.star5:nth-child(9) {
  top: 85%;
  animation: s9 8s linear infinite;
  animation-delay: -12600ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s9 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(650deg);
  }
}
svg.star5:nth-child(10) {
  top: 42%;
  animation: s10 8s linear infinite;
  animation-delay: -14000ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s10 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(295deg);
  }
}
svg.star5:nth-child(11) {
  top: 23%;
  animation: s11 8s linear infinite;
  animation-delay: -15400ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s11 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(478deg);
  }
}
svg.star5:nth-child(12) {
  top: 92%;
  animation: s12 8s linear infinite;
  animation-delay: -16800ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s12 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(716deg);
  }
}
svg.star5:nth-child(13) {
  top: 30%;
  animation: s13 8s linear infinite;
  animation-delay: -18200ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s13 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(402deg);
  }
}
svg.star5:nth-child(14) {
  top: 4%;
  animation: s14 8s linear infinite;
  animation-delay: -19600ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s14 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(804deg);
  }
}
svg.star5:nth-child(15) {
  top: 38%;
  animation: s15 8s linear infinite;
  animation-delay: -21000ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s15 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(584deg);
  }
}
svg.star5:nth-child(16) {
  top: 70%;
  animation: s16 8s linear infinite;
  animation-delay: -22400ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s16 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(178deg);
  }
}
svg.star5:nth-child(17) {
  top: 52%;
  animation: s17 8s linear infinite;
  animation-delay: -23800ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s17 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(761deg);
  }
}
svg.star5:nth-child(18) {
  top: 33%;
  animation: s18 8s linear infinite;
  animation-delay: -25200ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s18 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(542deg);
  }
}
svg.star5:nth-child(19) {
  top: 44%;
  animation: s19 8s linear infinite;
  animation-delay: -26600ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s19 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(205deg);
  }
}
svg.star5:nth-child(20) {
  top: 95%;
  animation: s20 8s linear infinite;
  animation-delay: -28000ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s20 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(561deg);
  }
}
svg.star5:nth-child(21) {
  top: 53%;
  animation: s21 8s linear infinite;
  animation-delay: -29400ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s21 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(498deg);
  }
}
svg.star5:nth-child(22) {
  top: 40%;
  animation: s22 8s linear infinite;
  animation-delay: -30800ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s22 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(268deg);
  }
}
svg.star5:nth-child(23) {
  top: 84%;
  animation: s23 8s linear infinite;
  animation-delay: -32200ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s23 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(678deg);
  }
}
svg.star5:nth-child(24) {
  top: 76%;
  animation: s24 8s linear infinite;
  animation-delay: -33600ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s24 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(730deg);
  }
}
svg.star5:nth-child(25) {
  top: 87%;
  animation: s25 8s linear infinite;
  animation-delay: -35000ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s25 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(193deg);
  }
}
svg.star5:nth-child(26) {
  top: 46%;
  animation: s26 8s linear infinite;
  animation-delay: -36400ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s26 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(694deg);
  }
}
svg.star5:nth-child(27) {
  top: 55%;
  animation: s27 8s linear infinite;
  animation-delay: -37800ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s27 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(622deg);
  }
}
svg.star5:nth-child(28) {
  top: 76%;
  animation: s28 8s linear infinite;
  animation-delay: -39200ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s28 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(535deg);
  }
}
svg.star5:nth-child(29) {
  top: 73%;
  animation: s29 8s linear infinite;
  animation-delay: -40600ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s29 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(474deg);
  }
}
svg.star5:nth-child(30) {
  top: 93%;
  animation: s30 8s linear infinite;
  animation-delay: -42000ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s30 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(657deg);
  }
}
svg.star5:nth-child(31) {
  top: 34%;
  animation: s31 8s linear infinite;
  animation-delay: -43400ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s31 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(802deg);
  }
}
svg.star5:nth-child(32) {
  top: 70%;
  animation: s32 8s linear infinite;
  animation-delay: -44800ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s32 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(206deg);
  }
}
svg.star5:nth-child(33) {
  top: 99%;
  animation: s33 8s linear infinite;
  animation-delay: -46200ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s33 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(21deg);
  }
}
svg.star5:nth-child(34) {
  top: 96%;
  animation: s34 8s linear infinite;
  animation-delay: -47600ms;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2000px;
  overflow: hidden;
}
@keyframes s34 {
  0% {
    left: 2000px;
    transform: rotateZ(0deg);
  }
  100% {
    left: -10px;
    transform: rotateZ(425deg);
  }
}

svg.star7 {
  position: absolute;
  width: 20px;
  height: 20px;
}
svg.star7:nth-child(36) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 96%;
  animation: r36 5s linear infinite;
  animation-delay: -50400ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r36 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(37) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 18%;
  animation: r37 5s linear infinite;
  animation-delay: -51800ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r37 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(38) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 7%;
  animation: r38 5s linear infinite;
  animation-delay: -53200ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r38 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(39) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 98%;
  animation: r39 5s linear infinite;
  animation-delay: -54600ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r39 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(40) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 95%;
  animation: r40 5s linear infinite;
  animation-delay: -56000ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r40 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(41) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 37%;
  animation: r41 5s linear infinite;
  animation-delay: -57400ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r41 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(42) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 44%;
  animation: r42 5s linear infinite;
  animation-delay: -58800ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r42 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(43) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 44%;
  animation: r43 5s linear infinite;
  animation-delay: -60200ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r43 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(44) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 75%;
  animation: r44 5s linear infinite;
  animation-delay: -61600ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r44 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(45) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 52%;
  animation: r45 5s linear infinite;
  animation-delay: -63000ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r45 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(46) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 82%;
  animation: r46 5s linear infinite;
  animation-delay: -64400ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r46 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(47) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 69%;
  animation: r47 5s linear infinite;
  animation-delay: -65800ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r47 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(48) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 83%;
  animation: r48 5s linear infinite;
  animation-delay: -67200ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r48 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(49) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 15%;
  animation: r49 5s linear infinite;
  animation-delay: -68600ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r49 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(50) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 67%;
  animation: r50 5s linear infinite;
  animation-delay: -70000ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r50 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(51) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 30%;
  animation: r51 5s linear infinite;
  animation-delay: -71400ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r51 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(52) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 42%;
  animation: r52 5s linear infinite;
  animation-delay: -72800ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r52 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(53) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 37%;
  animation: r53 5s linear infinite;
  animation-delay: -74200ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r53 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(54) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 78%;
  animation: r54 5s linear infinite;
  animation-delay: -75600ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r54 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(55) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 48%;
  animation: r55 5s linear infinite;
  animation-delay: -77000ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r55 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(56) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 100%;
  animation: r56 5s linear infinite;
  animation-delay: -78400ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r56 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(57) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 57%;
  animation: r57 5s linear infinite;
  animation-delay: -79800ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r57 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(58) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 80%;
  animation: r58 5s linear infinite;
  animation-delay: -81200ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r58 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(59) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 25%;
  animation: r59 5s linear infinite;
  animation-delay: -82600ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r59 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(60) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 39%;
  animation: r60 5s linear infinite;
  animation-delay: -84000ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r60 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(61) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 88%;
  animation: r61 5s linear infinite;
  animation-delay: -85400ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r61 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(62) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 45%;
  animation: r62 5s linear infinite;
  animation-delay: -86800ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r62 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(63) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 38%;
  animation: r63 5s linear infinite;
  animation-delay: -88200ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r63 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(64) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 9%;
  animation: r64 5s linear infinite;
  animation-delay: -89600ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r64 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(65) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 18%;
  animation: r65 5s linear infinite;
  animation-delay: -91000ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r65 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(66) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 94%;
  animation: r66 5s linear infinite;
  animation-delay: -92400ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r66 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(67) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 28%;
  animation: r67 5s linear infinite;
  animation-delay: -93800ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r67 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(68) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 50%;
  animation: r68 5s linear infinite;
  animation-delay: -95200ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r68 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(69) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 4%;
  animation: r69 5s linear infinite;
  animation-delay: -96600ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r69 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star7:nth-child(70) {
  z-index: 1;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 38%;
  animation: r70 5s linear infinite;
  animation-delay: -98000ms;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
@keyframes r70 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}

svg.star8 {
  position: absolute;
  width: 20px;
  height: 20px;
}
svg.star8:nth-child(71) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 79%;
  animation: q71 2.5s linear infinite;
  animation-delay: -99400ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q71 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(72) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 82%;
  animation: q72 2.5s linear infinite;
  animation-delay: -100800ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q72 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(73) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 70%;
  animation: q73 2.5s linear infinite;
  animation-delay: -102200ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q73 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(74) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 80%;
  animation: q74 2.5s linear infinite;
  animation-delay: -103600ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q74 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(75) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 29%;
  animation: q75 2.5s linear infinite;
  animation-delay: -105000ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q75 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(76) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 78%;
  animation: q76 2.5s linear infinite;
  animation-delay: -106400ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q76 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(77) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 67%;
  animation: q77 2.5s linear infinite;
  animation-delay: -107800ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q77 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(78) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 95%;
  animation: q78 2.5s linear infinite;
  animation-delay: -109200ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q78 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(79) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 10%;
  animation: q79 2.5s linear infinite;
  animation-delay: -110600ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q79 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(80) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 31%;
  animation: q80 2.5s linear infinite;
  animation-delay: -112000ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q80 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(81) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 44%;
  animation: q81 2.5s linear infinite;
  animation-delay: -113400ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q81 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(82) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 19%;
  animation: q82 2.5s linear infinite;
  animation-delay: -114800ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q82 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(83) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 47%;
  animation: q83 2.5s linear infinite;
  animation-delay: -116200ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q83 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(84) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 59%;
  animation: q84 2.5s linear infinite;
  animation-delay: -117600ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q84 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(85) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 69%;
  animation: q85 2.5s linear infinite;
  animation-delay: -119000ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q85 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(86) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 10%;
  animation: q86 2.5s linear infinite;
  animation-delay: -120400ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q86 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(87) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 96%;
  animation: q87 2.5s linear infinite;
  animation-delay: -121800ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q87 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(88) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 44%;
  animation: q88 2.5s linear infinite;
  animation-delay: -123200ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q88 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(89) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 100%;
  animation: q89 2.5s linear infinite;
  animation-delay: -124600ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q89 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(90) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 86%;
  animation: q90 2.5s linear infinite;
  animation-delay: -126000ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q90 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(91) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 62%;
  animation: q91 2.5s linear infinite;
  animation-delay: -127400ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q91 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(92) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 81%;
  animation: q92 2.5s linear infinite;
  animation-delay: -128800ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q92 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(93) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 22%;
  animation: q93 2.5s linear infinite;
  animation-delay: -130200ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q93 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(94) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 31%;
  animation: q94 2.5s linear infinite;
  animation-delay: -131600ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q94 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(95) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 1%;
  animation: q95 2.5s linear infinite;
  animation-delay: -133000ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q95 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(96) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 12%;
  animation: q96 2.5s linear infinite;
  animation-delay: -134400ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q96 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(97) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 87%;
  animation: q97 2.5s linear infinite;
  animation-delay: -135800ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q97 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(98) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 18%;
  animation: q98 2.5s linear infinite;
  animation-delay: -137200ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q98 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(99) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 9%;
  animation: q99 2.5s linear infinite;
  animation-delay: -138600ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q99 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(100) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 90%;
  animation: q100 2.5s linear infinite;
  animation-delay: -140000ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q100 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}
svg.star8:nth-child(101) {
  z-index: 3;
  overflow: hidden;
  width: 10px;
  height: 10px;
  top: 78%;
  animation: q101 2.5s linear infinite;
  animation-delay: -141400ms;
  width: 15px;
  height: 15px;
  opacity: 1;
}
@keyframes q101 {
  0% {
    left: 1940px;
  }
  100% {
    left: -20px;
  }
}

svg.star8 {
  left: -100px;
}

svg.dot {
  position: absolute;
  width: 4px;
  height: 4px;
}
svg.dot:nth-child(1) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 33%;
  left: 97%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(2) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 46%;
  left: 44%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(3) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 49%;
  left: 43%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(4) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 46%;
  left: 9%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(5) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 69%;
  left: 14%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(6) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 2%;
  left: 1%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(7) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 55%;
  left: 70%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(8) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 20%;
  left: 47%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(9) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 23%;
  left: 8%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(10) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 33%;
  left: 95%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(11) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 76%;
  left: 80%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(12) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 71%;
  left: 38%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(13) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 97%;
  left: 71%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(14) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 79%;
  left: 7%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(15) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 93%;
  left: 18%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(16) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 4%;
  left: 87%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(17) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 85%;
  left: 45%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(18) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 100%;
  left: 71%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(19) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 92%;
  left: 44%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(20) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 1%;
  left: 87%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(21) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 54%;
  left: 20%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(22) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 53%;
  left: 53%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(23) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 49%;
  left: 80%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(24) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 92%;
  left: 30%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(25) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 38%;
  left: 63%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(26) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 81%;
  left: 60%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(27) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 31%;
  left: 91%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(28) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 97%;
  left: 72%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(29) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 18%;
  left: 86%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(30) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 56%;
  left: 54%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(31) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 53%;
  left: 100%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(32) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 56%;
  left: 56%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(33) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 25%;
  left: 10%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(34) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 3%;
  left: 96%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(35) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 24%;
  left: 36%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(36) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 41%;
  left: 100%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(37) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 99%;
  left: 20%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(38) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 54%;
  left: 91%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(39) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 62%;
  left: 44%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(40) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 1%;
  left: 34%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(41) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 15%;
  left: 17%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(42) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 67%;
  left: 38%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(43) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 10%;
  left: 49%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(44) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 71%;
  left: 76%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(45) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 90%;
  left: 7%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(46) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 93%;
  left: 90%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(47) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 95%;
  left: 74%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(48) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 88%;
  left: 59%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(49) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 78%;
  left: 53%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(50) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 19%;
  left: 23%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(51) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 56%;
  left: 47%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(52) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 56%;
  left: 29%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(53) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 73%;
  left: 76%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(54) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 20%;
  left: 77%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(55) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 100%;
  left: 4%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(56) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 67%;
  left: 63%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(57) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 27%;
  left: 20%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(58) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 33%;
  left: 26%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(59) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 95%;
  left: 53%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(60) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 79%;
  left: 92%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(61) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 23%;
  left: 96%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(62) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 44%;
  left: 89%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(63) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 70%;
  left: 21%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(64) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 84%;
  left: 95%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(65) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 23%;
  left: 28%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(66) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 11%;
  left: 38%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(67) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 35%;
  left: 79%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(68) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 94%;
  left: 18%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(69) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 80%;
  left: 48%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(70) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 46%;
  left: 95%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(71) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 68%;
  left: 82%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(72) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 79%;
  left: 89%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(73) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 26%;
  left: 98%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(74) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 40%;
  left: 75%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(75) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 20%;
  left: 15%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(76) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 26%;
  left: 71%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(77) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 71%;
  left: 34%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(78) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 98%;
  left: 65%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(79) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 25%;
  left: 65%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(80) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 18%;
  left: 38%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(81) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 34%;
  left: 85%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(82) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 38%;
  left: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(83) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 72%;
  left: 35%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(84) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 2%;
  left: 88%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(85) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 37%;
  left: 13%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(86) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 37%;
  left: 68%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(87) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 55%;
  left: 2%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(88) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 75%;
  left: 11%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(89) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 20%;
  left: 26%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(90) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 37%;
  left: 26%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(91) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 37%;
  left: 57%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(92) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 87%;
  left: 42%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(93) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 100%;
  left: 61%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(94) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 56%;
  left: 59%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(95) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 15%;
  left: 60%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(96) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 83%;
  left: 82%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(97) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 33%;
  left: 34%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
svg.dot:nth-child(98) {
  z-index: 0;
  overflow: hidden;
  width: 4px;
  height: 4px;
  top: 76%;
  left: 36.........完整代码请登录后点击上方下载按钮下载查看

网友评论0