温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

css3星际动画

发布时间:2020-07-30 14:28:39 阅读:398 作者:yudeboo 栏目:web开发
前端开发者测试专用服务器限时活动,0元免费领,库存有限,领完即止! 点击查看>>

css3星际动画:

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>星战动画片</title> 
<style>
* {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/libs/boxsizing.htc);
}
html,
body {
  width100%;
  height100%;
}
body {
  margin0;
  line-height1;
  color#000000;
  background#0092ff;
}
section {
  position: relative;
  width100%;
  height100%;
  min-height500px;
  overflow: hidden;
}
.bg {
  position: absolute;
  left0;
  top0;
  width100%;
  height70%;
  z-index1;
}
.bg .star {
  position: absolute;
  width10px;
  height10px;
  border-radius6px;
  background#ffffff;
  opacity0.5;
  filteralpha(opacity=50);
}
.bg .star-small {
  position: absolute;
  width5px;
  height5px;
  border-radius3px;
  background#ffffff;
  opacity0.5;
  filteralpha(opacity=50);
}
.bg .star-1 {
  left5%;
  top40%;
}
.bg .star-2 {
  left20%;
  top5%;
}
.bg .star-3 {
  left40%;
  top20%;
}
.bg .star-4 {
  left60%;
  top5%;
}
.bg .star-5 {
  left80%;
  top60%;
}
.bg .star-6 {
  left95%;
  top10%;
}
.bg .star-small-1 {
  left10%;
  top15%;
}
.bg .star-small-2 {
  left14%;
  top25%;
}
.bg .star-small-3 {
  left8%;
  top60%;
}
.bg .star-small-4 {
  left25%;
  top40%;
}
.bg .star-small-5 {
  left18%;
  top75%;
}
.bg .star-small-6 {
  left50%;
  top40%;
}
.bg .star-small-7 {
  left60%;
  top20%;
}
.bg .star-small-8 {
  left70%;
  top40%;
}
.bg .star-small-9 {
  left90%;
  top20%;
}
.bg .star-small-10 {
  left85%;
  top40%;
}
.moon {
  position: absolute;
  left50%;
  top25%;
  margin: -60px 0 0 -260px;
  width180px;
  height180px;
  border-radius90px;
  background-webkit-gradient(linear, left top, right bottom, color-stop(0%#ffffff), color-stop(1%rgba(2552552550.99)), color-stop(70%rgba(2552552550)));
  background-webkit-linear-gradient(-45deg#ffffff 0%rgba(2552552550.991%rgba(255255255070%);
  background-webkit-linear-gradient(315deg#ffffff 0%rgba(2552552550.991%rgba(255255255070%);
  backgroundlinear-gradient(135deg#ffffff 0%rgba(2552552550.991%rgba(255255255070%);
  -webkit-transformrotate(90deg);
  transformrotate(90deg);
  z-index5;
}
.mountain-first {
  position: absolute;
  left0;
  top50%;
  margin-top: -260px;
  width550px;
  height400px;
  z-index1;
}
.mountain-first:before {
  content'';
  position: absolute;
  left: -100px;
  bottom0;
  width0;
  height0;
  border-style: solid;
  border-width0 300px 300px 200px;
  border-color: transparent transparent #4cb3ff transparent;
  z-index2;
}
.mountain-first:after {
  content'';
  position: absolute;
  left0;
  bottom0;
  width100%;
  height60%;
  background-webkit-gradient(linear, left top, left bottom, color-stop(0%rgba(1251852320)), color-stop(65%#0092ff));
  background-webkit-linear-gradient(top, rgba(12518523200%#0092ff 65%);
  backgroundlinear-gradient(to bottom, rgba(12518523200%#0092ff 65%);
  opacity0.8;
  filteralpha(opacity=80);
  z-index4;
}
.mountain-first .mountain-shadow {
  position: absolute;
  left: -100px;
  bottom0;
  width0;
  height0;
  border-style: solid;
  border-width0 450px 300px 200px;
  border-color: transparent transparent #7bc7ff transparent;
}
.mountain-second {
  position: absolute;
  right: -10px;
  top50%;
  margin-top: -240px;
  width500px;
  height400px;
  z-index1;
}
.mountain-second:before {
  content'';
  position: absolute;
  left0;
  bottom0;
  width0;
  height0;
  border-style: solid;
  border-width0 350px 350px 300px;
  border-color: transparent transparent #4cb3ff transparent;
  z-index2;
}
.mountain-second:after {
  content'';
  position: absolute;
  left0;
  bottom0;
  width100%;
  height100%;
  background-webkit-gradient(linear, left top, left bottom, color-stop(0%rgba(1251852320)), color-stop(65%#0092ff));
  background-webkit-linear-gradient(top, rgba(12518523200%#0092ff 65%);
  backgroundlinear-gradient(to bottom, rgba(12518523200%#0092ff 65%);
  opacity0.8;
  filteralpha(opacity=80);
  z-index4;
}
.mountain-second .mountain-shadow {
  position: absolute;
  left0;
  bottom0;
  width0;
  height0;
  border-style: solid;
  border-width0 650px 350px 300px;
  border-color: transparent transparent #7bc7ff transparent;
}
.mountain-second .mountain-top {
  position: absolute;
  left50%;
  top110px;
  margin0 0 0 30px;
  width50px;
  height50px;
  z-index8;
}
.mountain-second .mountain-top:after {
  content'';
  position: absolute;
  left0;
  top0;
  border-style: solid;
  border-width0 50px 20px 50px;
  border-color: transparent transparent #50b4ff transparent;
  -webkit-transformrotate(-125deg);
  transformrotate(-125deg);
}
.mountain-second .mountain-top:before {
  content'';
  position: absolute;
  left: -5px;
  top0;
  border-style: solid;
  border-width0 50px 20px 50px;
  border-color: transparent transparent #50b4ff transparent;
  -webkit-transformrotate(30deg);
  transformrotate(30deg);
}
.first-bg {
  position: absolute;
  left: -10%;
  top50%;
  margin-top120px;
  width120%;
  height10px;
  border-bottom580px solid #104166;
  border-left8px solid transparent;
  border-right14px solid transparent;
  height0;
  -webkit-transformrotate(2deg);
  transformrotate(2deg);
  z-index100;
}
.first-bg-anim {
  position: absolute;
  left0;
  top0;
  width100%;
  height: auto;
}
.first-bg-anim .first {
  position: absolute;
  left: -10%;
  bottom: -5px;
  width0;
  height0;
  border-style: solid;
  border-width0 160px 60px 80px;
  border-color: transparent transparent #104166 transparent;
  -webkit-animation: first-rock 30s infinite;
          animation: first-rock 30s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.first-bg-anim .first:before {
  content'';
  position: absolute;
  left0px;
  top30px;
  width0;
  height0;
  border-style: solid;
  border-width0 60px 20px 40px;
  border-color: transparent transparent #0c4a78 transparent;
  -webkit-transformrotate(-160deg);
  transformrotate(-160deg);
}
.first-bg-anim .second {
  position: absolute;
  left: -10%;
  bottom: -5px;
  width0;
  height0;
  border-style: solid;
  border-width0 80px 80px 160px;
  border-color: transparent transparent #104166 transparent;
  -webkit-animation: first-rock 30s infinite;
          animation: first-rock 30s infinite;
  -webkit-animation-delay8s;
          animation-delay8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.first-bg-anim .second:before {
  content'';
  position: absolute;
  left: -30px;
  top35px;
  width0;
  height0;
  border-style: solid;
  border-width0 20px 40px 60px;
  border-color: transparent transparent #0c4a78 transparent;
  -webkit-transformrotate(-135deg);
  transformrotate(-135deg);
}
.first-bg-anim .third {
  position: absolute;
  left: -10%;
  bottom: -5px;
  width0;
  height0;
  border-style: solid;
  border-width0 160px 60px 80px;
  border-color: transparent transparent #104166 transparent;
  -webkit-animation: first-rock 30s infinite;
          animation: first-rock 30s infinite;
  -webkit-animation-delay16s;
          animation-delay16s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.first-bg-anim .third:before {
  content'';
  position: absolute;
  left0px;
  top30px;
  width0;
  height0;
  border-style: solid;
  border-width0 60px 20px 40px;
  border-color: transparent transparent #0c4a78 transparent;
  -webkit-transformrotate(-160deg);
  transformrotate(-160deg);
}
.first-bg-anim .last {
  position: absolute;
  left: -10%;
  bottom: -5px;
  width0;
  height0;
  border-style: solid;
  border-width0 80px 80px 160px;
  border-color: transparent transparent #104166 transparent;
  -webkit-animation: first-rock 30s infinite;
          animation: first-rock 30s infinite;
  -webkit-animation-delay24s;
          animation-delay24s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.first-bg-anim .last:before {
  content'';
  position: absolute;
  left: -30px;
  top35px;
  width0;
  height0;
  border-style: solid;
  border-width0 20px 40px 60px;
  border-color: transparent transparent #0c4a78 transparent;
  -webkit-transformrotate(-135deg);
  transformrotate(-135deg);
}
.second-bg-anim {
  position: absolute;
  left0;
  top0;
  width100%;
  height: auto;
}
.second-bg-anim .first-rock-content {
  position: absolute;
  left0;
  top0;
  width100%;
  height100%;
  -webkit-animation: rock 20s infinite;
          animation: rock 20s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.second-bg-anim .second-rock-content {
  position: absolute;
  left: -100%;
  top0;
  width100%;
  height100%;
  -webkit-animation: rock 20s infinite;
          animation: rock 20s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.second-bg-anim .rock {
  position: absolute;
  overflow: hidden;
}
.second-bg-anim .rock:before {
  content'';
  position: absolute;
  left50%;
  top0;
  border-radius50px;
  background#0c4a78;
}
.second-bg-anim .rock-middle {
  width60px;
  height10px;
}
.second-bg-anim .rock-middle:before {
  margin0 0 0 -50px;
  width100px;
  height100px;
}
.second-bg-anim .rock-big {
  width76px;
  height22px;
}
.second-bg-anim .rock-big:before {
  margin0 0 0 -50px;
  width100px;
  height100px;
}
.second-bg-anim .rock-content {
  position: absolute;
  top0;
  width25%;
  height100%;
}
.second-bg-anim .rock-content-1 {
  display: block;
  left0;
}
.second-bg-anim .rock-content-2 {
  display: block;
  left20%;
  top: -20px;
}
.second-bg-anim .rock-content-3 {
  display: none;
  left40%;
  top30px;
}
.second-bg-anim .rock-content-4 {
  left60%;
  top: -20px;
}
.second-bg-anim .rock-content-5 {
  left80%;
}
.second-bg-anim .rock-content-6 {
  display: none;
  left90%;
}
.second-bg-anim .rock-1 {
  left70%;
  top240px;
}
.second-bg-anim .rock-2 {
  left40%;
  top150px;
}
.second-bg-anim .rock-3 {
  display: none;
  left90%;
  top70px;
}
.second-bg-anim .rock-7 {
  left32%;
  top50px;
}
.second-bg-anim .rock-8 {
  left64%;
  top110px;
  display: none;
}
.second-bg-anim .rock-9 {
  left80%;
  top130px;
  display: none;
}
.second-bg-anim .rock-10 {
  left74%;
  top200px;
  display: none;
}
.second-bg-anim .rock-11 {
  left87%;
  top170px;
}
.second-bg-anim .rock-12 {
  left35%;
  top240px;
  display: none;
}
.second-bg-anim .rock-13 {
  left45%;
  top100px;
  display: none;
}
.second-bg-anim .rock-14 {
  left65%;
  top40px;
}
.space-ship {
  position: absolute;
  left: -30%;
  top20%;
  width97px;
  height32px;
  background#104166;
  z-index1000;
  -webkit-filterblur(5px);
  -moz-filterblur(5px);
  -o-filterblur(5px);
  -ms-filterblur(5px);
  filterblur(5px);
}
.space-ship:before {
  content'';
  position: absolute;
  left: -9px;
  top50%;
  margin: -11px 0 0 0;
  width9px;
  height22px;
  background#104166;
}
.space-ship:after {
  content'';
  position: absolute;
  left100%;
  top0;
  width0;
  height0;
  border-style: solid;
  border-width32px 0 0 108px;
  border-color: transparent transparent transparent #104166;
}
.space-ship-small {
  -webkit-animation: ship 4s infinite;
          animation: ship 4s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay4s;
          animation-delay4s;
}
.space-ship-big {
  left: -30%;
  top50%;
  -webkit-transformscale(2.5);
  transformscale(2.5);
  -webkit-animation: ship 2s infinite;
          animation: ship 2s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay4s;
          animation-delay4s;
}
.space-ship-wing {
  position: absolute;
  left27px;
  top: -14px;
  width50px;
  height25px;
  background#22689d;
  z-index2;
}
.space-ship-wing:after {
  content'';
  position: absolute;
  left100%;
  top0;
  width0;
  height0;
  border-style: solid;
  border-width25px 0 0 37px;
  border-color: transparent transparent transparent #22689d;
}
.space-ship-bg {
  position: absolute;
  left32px;
  top100%;
  width60px;
  height18px;
  background#104166;
}
.space-ship-bg:before,
.space-ship-bg:after {
  content'';
  position: absolute;
  top0;
  width0;
  height0;
  border-style: solid;
}
.space-ship-bg:before {
  left: -12px;
  border-width0 12px 18px 0;
  border-color: transparent #104166 transparent transparent;
}
.space-ship-bg:after {
  right: -12px;
  border-width18px 12px 0 0;
  border-color#104166 transparent transparent transparent;
}
.space-ship-gun {
  position: absolute;
  left17px;
  top1px;
  width30px;
  height10px;
  background#22689d;
  z-index2;
}
.space-ship-gun:after {
  content'';
  position: absolute;
  left100%;
  bottom1px;
  width94px;
  height4px;
  background#22689d;
}
.at-at {
  position: absolute;
  left50%;
  top50%;
  margin: -135px 0 0 -120px;
  width250px;
  height114px;
  z-index95;
}
.at-at-content {
  position: absolute;
  left0;
  top0;
  width100%;
  height100%;
  z-index10;
}
.at-at-content .dark-bg {
  position: absolute;
  right50px;
  bottom: -10px;
  width145px;
  height104px;
  background#104166;
}
.at-at-content .dark-bg:before,
.at-at-content .dark-bg:after {
  content'';
  position: absolute;
  bottom: -22px;
  width60px;
  height60px;
  border-radius30px;
  background#104166;
}
.at-at-content .dark-bg:before {
  left: -43px;
}
.at-at-content .dark-bg:after {
  right: -45px;
}
.at-at-content .dark-bg-right {
  position: absolute;
  left100%;
  bottom0;
  width50px;
  height50px;
  background#104166;
}
.at-at-content .dark-bg-right:after {
  content'';
  position: absolute;
  right: -14px;
  top0;
  width0;
  height0;
  border-style: solid;
  border-width50px 14px 0 0;
  border-color#104166 transparent transparent transparent;
}
.at-at-content .dark-bg-right:before {
  content'';
  position: absolute;
  right: -14px;
  top: -18px;
  width0;
  height0;
  border-style: solid;
  border-width18px 0 0 54px;
  border-color: transparent transparent transparent #104166;
}
.at-at-body {
  position: absolute;
  left75px;
  top: -16px;
  margin-top15px;
  width100px;
  height96px;
  background#ffffff;
  z-index20;
  -webkit-animation: at-at-body 2.5s infinite;
          animation: at-at-body 2.5s infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.at-at-body-bg {
  position: absolute;
  left7px;
  bottom7px;
  padding4px 5px 0 65px;
  width86px;
  height32px;
  border-radius6px;
  background#9fd6ff;
  *zoom: 1;
}
.at-at-body-bg:before,
.at-at-body-bg:after {
  display: table;
  content"";
}
.at-at-body-bg:after {
  clear: both;
}
.at-at-body-bg .i {
  position: absolute;
  left6px;
  top12px;
  width4px;
  height8px;
  border-radius2px;
  background#104166;
}
.at-at-body-bg > i {
  float: right;
  margin0 0 2px 0;
  width16px;
  height4px;
  border-radius2px;
  background#104166;
}
.at-at-body-bg-first-block {
  position: absolute;
  left0;
  top0;
  width35%;
  height57px;
  border-right2px solid #9fd6ff;
}
.at-at-body-bg-first-block i {
  position: absolute;
  width4px;
  height8px;
  border-radius2px;
  background#9fd6ff;
}
.at-at-body-bg-first-block .at-at-body-bg-first-block-item-1 {
  left9px;
  top10px;
}
.at-at-body-bg-first-block .at-at-body-bg-first-block-item-2 {
  left15px;
  top10px;
}
.at-at-body-bg-first-block .at-at-body-bg-first-block-item-3 {
  left15px;
  top34px;
}
.at-at-body-bg-second-block {
  position: absolute;
  left35%;
  top0;
  width30%;
  height57px;
}
.at-at-body-bg-second-block i {
  position: absolute;
  width4px;
  height8px;
  border-radius2px;
  background#9fd6ff;
}
.at-at-body-bg-second-block .at-at-body-bg-second-block-item-1 {
  left18px;
  top10px;
}
.at-at-body-bg-second-block .at-at-body-bg-second-block-item-2 {
  left8px;
  top34px;
}
.at-at-body-bg-third-block {
  position: absolute;
  right0;
  top0;
  width35%;
  height57px;
  border-left2px solid #9fd6ff;
}
.at-at-body-bg-third-block i {
  position: absolute;
  width4px;
  height8px;
  border-radius2px;
  background#9fd6ff;
}
.at-at-body-bg-third-block .at-at-body-bg-third-block-item-1 {
  left10px;
  top10px;
}
.at-at-body-bg-third-block .at-at-body-bg-third-block-item-2 {
  left16px;
  top10px;
}
.at-at-body-bg-third-block .at-at-body-bg-third-block-item-3 {
  left5px;
  top34px;
}
.at-at-head {
  position: absolute;
  right100%;
  bottom: -5px;
  margin0 88px 0 0;
  width64px;
  height38px;
  background#ffffff;
}
.at-at-neck {
  position: absolute;
  left100%;
  bottom10px;
  width34px;
  height36px;
}
.at-at-neck .neck-bg {
  position: absolute;
  left0;
  top0;
  width100%;
  height100%;
  background#104166;
}
.at-at-neck .neck-bg:after {
  content'';
  position: absolute;
  top: -15px;
  left0;
  width0;
  height0;
  border-style: solid;
  border-width0 0 15px 34px;
  border-color: transparent transparent #104166 transparent;
}
.at-at-neck .neck-ribs {
  position: absolute;
  left0;
  top: -2px;
  width100%;
  height40px;
  z-index2;
  overflow: hidden;
  *zoom: 1;
}
.at-at-neck .neck-ribs:before,
.at-at-neck .neck-ribs:after {
  display: table;
  content"";
}
.at-at-neck .neck-ribs:after {
  clear: both;
}
.at-at-neck .neck-ribs i {
  float: left;
  margin0 0 0 2px;
  width6px;
  height100%;
  background#9fd6ff;
}
.at-at-neck .neck-ribs .neck-cable-first {
  position: absolute;
  left: -6px;
  top0px;
  width8px;
  height200%;
  background#ffffff;
  -webkit-transformrotate(-20deg);
  transformrotate(-20deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.at-at-neck .neck-ribs .neck-cable-second {
  position: absolute;
  left16px;
  top0px;
  width8px;
  height200%;
  background#ffffff;
  -webkit-transformrotate(-20deg);
  transformrotate(-20deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.at-at-neck .neck-ribs .neck-cable-last {
  position: absolute;
  left32px;
  top0px;
  width8px;
  height200%;
  background#ffffff;
  -webkit-transformrotate(20deg);
  transformrotate(20deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.head-bg {
  position: absolute;
  left0;
  top0;
  width100%;
  height100%;
  z-index10;
}
.head-bg i {
  position: absolute;
  width4px;
  height8px;
  border-radius2px;
  background#9fd6ff;
}
.head-bg .head-bg-first {
  right6px;
  top: -6px;
}
.head-bg .head-bg-second {
  right6px;
  bottom7px;
}
.head-snout {
  position: absolute;
  left5px;
  top3px;
  width34px;
  height34px;
  border-radius18px;
  border3px solid #9fd6ff;
}
.head-snout .in-head-snout {
  position: absolute;
  right0;
  top0;
  width14px;
  height14px;
  overflow: hidden;
}
.head-snout .in-head-snout:after {
  content'';
  position: absolute;
  right0;
  top0;
  border-radius20px;
  width20px;
  height20px;
  border4px solid #9fd6ff;
}
.head-snout .head-snout-gun {
  position: absolute;
  bottom2px;
  left: -8px;
  width16px;
  height4px;
  background#9fd6ff;
}
.head-snout .head-snout-gun:before {
  content'';
  position: absolute;
  left: -8px;
  top: -2px;
  width8px;
  height8px;
  background#9fd6ff;
}
.head-snout .head-snout-gun:after {
  content'';
  position: absolute;
  right: -12px;
  top: -2px;
  width12px;
  height8px;
  background#9fd6ff;
}
.head {
  position: absolute;
  left0;
  top0;
  width100%;
  height100%;
  z-index5;
}
.head:after {
  content'';
  position: absolute;
  left0;
  top: -15px;
  width0;
  height0;
  border-style: solid;
  border-width0 0 15px 64px;
  border-color: transparent transparent #ffffff transparent;
}
.head:before {
  content'';
  position: absolute;
  top0;
  left: -16px;
  width0;
  height0;
  border-style: solid;
  border-width0 0 38px 16px;
  border-color: transparent transparent #ffffff transparent;
}
.head-chin {
  position: absolute;
  left5px;
  bottom: -9px;
  width18px;
  height9px;
  background#ffffff;
}
.head-chin:before {
  content'';
  position: absolute;
  left: -6px;
  top0;
  width0;
  height0;
  border-style: solid;
  border-width0 6px 9px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index5;
}
.head-chin:after {
  content'';
  position: absolute;
  right: -18px;
  top0;
  width0;
  height0;
  border-style: solid;
  border-width9px 18px 0 0;
  border-color#ffffff transparent transparent transparent;
}
.head-chin .head-chin-bg-first {
  position: absolute;
  left5px;
  bottom0;
  width4px;
  height6px;
  border-radius2px 2px 0 0;
  background#104166;
}
.head-chin .head-chin-bg-second {
  position: absolute;
  left11px;
  bottom0;
  width4px;
  height6px;
  border-radius2px 2px 0 0;
  background#104166;
}
.head-gun {
  position: absolute;
  right20px;
  bottom0;
  width25px;
  height4px;
  background#104166;
  z-index5;
  -webkit-animation: fire-back 2.5s infinite;
          animation: fire-back 2.5s infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.head-gun:after {
  content'';
  position: absolute;
  left: -8px;
  top: -2px;
  width8px;
  height8px;
  background#2d445d;
}
.fire {
  position: absolute;
  left: -34px;
  bottom1px;
  width36px;
  height2px;
  -webkit-animation: fire 2.5s infinite;
          animation: fire 2.5s infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  *zoom: 1;
}
.fire:before,
.fire:after {
  display: table;
  content"";
}
.fire:after {
  clear: both;
}
.fire i {
  float: left;
  margin0 0 0 4px;
  width8px;
  height2px;
  background#ffffff;
}
.head-left-bg {
  position: absolute;
  left: -16px;
  top12px;
  width8px;
  height12px;
  background#2d445d;
  -webkit-transformrotate(22deg);
  transformrotate(22deg);
}
.head-left-bg:after {
  content'';
  position: absolute;
  left0;
  top: -8px;
  width0;
  height0;
  border-style: solid;
  border-width0 0 8px 8px;
  border-color: transparent transparent #2d445d transparent;
}
.head-top-bg {
  position: absolute;
  left4px;
  top: -12px;
  display: block;
  width32px;
  height8px;
  overflow: hidden;
  z-index1;
  -webkit-transformrotate(-14deg);
  transformrotate(-14deg);
}
.head-top-bg:after {
  content'';
  position: absolute;
  bottom0;
  left0;
  width0;
  height0;
  border-style: solid;
  border-width0 16px 50px 16px;
  border-color: transparent transparent #2d445d transparent;
}
.at-at-body-left {
  position: absolute;
  right100%;
  top28px;
  margin0 4px 0 0;
  width50px;
  height68px;
  background#ffffff;
}
.at-at-body-left:after {
  content'';
  position: absolute;
  left0;
  top: -16px;
  width0;
  height0;
  border-style: solid;
  border-width0 0 16px 50px;
  border-color: transparent transparent #ffffff transparent;
}
.at-at-body-left-bg {
  position: absolute;
  left16px;
  top16px;
  width20px;
  height24px;
  border-radius6px;
  background#9fd6ff;
}
.at-at-body-left-bg-1,
.at-at-body-left-bg-2,
.at-at-body-left-bg-3,
.at-at-body-left-bg-4,
.at-at-body-left-bg-5 {
  position: absolute;
  width4px;
  height8px;
  border-radius2px;
  background#9fd6ff;
}
.at-at-body-left-bg-1 {
  left21px;
  top6px;
}
.at-at-body-left-bg-2 {
  left27px;
  top6px;
}
.at-at-body-left-bg-3 {
  left39px;
  top6px;
}
.at-at-body-left-bg-4 {
  left7px;
  bottom7px;
}
.at-at-body-left-bg-5 {
  left13px;
  bottom7px;
}
.at-at-body-right {
  position: absolute;
  left100%;
  top31px;
  margin0 0 0 4px;
  width68px;
  height65px;
  background#ffffff;
}
.at-at-body-right:after {
  content'';
  position: absolute;
  left0;
  top: -26px;
  width0;
  height0;
  border-style: solid;
  border-width26px 0 0 68px;
  border-color: transparent transparent transparent #ffffff;
}
.at-at-body-right-bg-1,
.at-at-body-right-bg-2,
.at-at-body-right-bg-3,
.at-at-body-right-bg-4,
.at-at-body-right-bg-5 {
  position: absolute;
  width4px;
  height8px;
  border-radius2px;
  background#9fd6ff;
}
.at-at-body-right-bg-1 {
  left4px;
  top4px;
}
.at-at-body-right-bg-2 {
  left31px;
  top4px;
}
.at-at-body-right-bg-3 {
  left37px;
  top4px;
}
.at-at-body-right-bg-4 {
  left59px;
  top4px;
}
.at-at-body-right-bg-5 {
  left4px;
  bottom7px;
}
.at-at-body-right-bg {
  position: absolute;
  right5px;
  bottom7px;
  width32px;
  height32px;
  border-radius6px;
  background#9fd6ff;
}
.at-at-body-right-bg:after {
  content'';
  position: absolute;
  right5px;
  top5px;
  width10px;
  height10px;
  background#104166;
}
.at-at-body-bottom {
  position: absolute;
  right0;
  top100%;
  margin-top3px;
  width60px;
  height20px;
  background#ffffff;
}
.at-at-body-bottom .body-bottom-left {
  position: absolute;
  left: -40px;
  top0;
  width40px;
  height20px;
}
.at-at-body-bottom .body-bottom-left:before {
  content'';
  position: absolute;
  left0;
  top0;
  width0;
  height0;
  border-style: solid;
  border-width0 48px 16px 0;
  border-color: transparent #ffffff transparent transparent;
}
.at-at-body-bottom .body-bottom-left:after {
  content'';
  position: absolute;
  left25px;
  bottom0;
  width0;
  height0;
  border-style: solid;
  border-width0 15px 12px 0;
  border-color: transparent #ffffff transparent transparent;
}
.at-at-body-bottom-bg {
  padding4px 0 4px 15px;
  width100%;
  height100%;
  *zoom: 1;
}
.at-at-body-bottom-bg:before,
.at-at-body-bottom-bg:after {
  display: table;
  content"";
}
.at-at-body-bottom-bg:after {
  clear: both;
}
.at-at-body-bottom-bg i {
  float: left;
  margin0 3px 0 0;
  width4px;
  height12px;
  border-radius2px;
  background#104166;
}
.leg-front-back {
  left30px;
  z-index5;
  -webkit-animation: legs 10s infinite;
          animation: legs 10s infinite;
  -webkit-animation-delay5s;
          animation-delay5s;
}
.leg-front-back .leg-first {
  -webkit-animation: leg-first 10s infinite;
          animation: leg-first 10s infinite;
  -webkit-animation-delay5s;
          animation-delay5s;
}
.leg-front-back .leg-second {
  -webkit-animation: leg-second 10s infinite;
          animation: leg-second 10s infinite;
  -webkit-animation-delay5s;
          animation-delay5s;
}
.leg-front-back .in-second-leg {
  -webkit-animation: leg-foot 10s infinite;
          animation: leg-foot 10s infinite;
  -webkit-animation-delay5s;
          animation-delay5s;
}
.leg-rear-back {
  left203px;
  z-index5;
  -webkit-animation: legs 10s infinite;
          animation: legs 10s infinite;
  -webkit-animation-delay7.5s;
          animation-delay7.5s;
}
.leg-rear-back .leg-first {
  -webkit-animation: leg-first 10s infinite;
          animation: leg-first 10s infinite;
  -webkit-animation-delay7.5s;
          animation-delay7.5s;
}
.leg-rear-back .leg-second {
  -webkit-animation: leg-second 10s infinite;
          animation: leg-second 10s infinite;
  -webkit-animation-delay7.5s;
          animation-delay7.5s;
}
.leg-rear-back .in-second-leg {
  -webkit-animation: leg-foot 10s infinite;
          animation: leg-foot 10s infinite;
  -webkit-animation-delay7.5s;
          animation-delay7.5s;
}
.leg-front {
  left30px;
  z-index15;
  -webkit-animation: legs 10s infinite;
          animation: legs 10s infinite;
}
.leg-front .leg-first {
  -webkit-animation: leg-first 10s infinite;
          animation: leg-first 10s infinite;
}
.leg-front .leg-second {
  -webkit-animation: leg-second 10s infinite;
          animation: leg-second 10s infinite;
}
.leg-front .in-second-leg {
  -webkit-animation: leg-foot 10s infinite;
          animation: leg-foot 10s infinite;
}
.leg-rear {
  left203px;
  z-index15;
  -webkit-animation: legs 10s infinite;
          animation: legs 10s infinite;
  -webkit-animation-delay2.5s;
          animation-delay2.5s;
}
.leg-rear .leg-first {
  -webkit-animation: leg-first 10s infinite;
          animation: leg-first 10s infinite;
  -webkit-animation-delay2.5s;
          animation-delay2.5s;
}
.leg-rear .leg-second {
  -webkit-animation: leg-second 10s infinite;
          animation: leg-second 10s infinite;
  -webkit-animation-delay2.5s;
          animation-delay2.5s;
}
.leg-rear .in-second-leg {
  -webkit-animation: leg-foot 10s infinite;
          animation: leg-foot 10s infinite;
  -webkit-animation-delay2.5s;
          animation-delay2.5s;
}
.leg-content {
  position: absolute;
  bottom: -15px;
  width40px;
  height40px;
}
.leg-content .leg-first-joint {
  position: absolute;
  left: -8px;
  bottom: -8px;
  border-radius20px;
  border4px solid #ffffff;
  width40px;
  height40px;
  background#9fd6ff;
  z-index2;
}
.leg-content .leg-first-joint i {
  position: absolute;
  left0;
  top50%;
  margin-top: -5px;
  width100%;
  height10px;
  background#ffffff;
}
.leg-content .leg-first-joint i:after {
  content'';
  position: absolute;
  left50%;
  top50%;
  margin: -2px 0 0 -4px;
  width8px;
  height4px;
  background#9fd6ff;
}
.leg-content .leg-first {
  position: absolute;
  left0;
  top35px;
  width28px;
  height60px;
  background#9fd6ff;
  -webkit-transformrotate(-30deg);
  transformrotate(-30deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.leg-content .leg-first .leg-first-hr-a,
.leg-content .leg-first .leg-first-hr-b {
  position: absolute;
  left8px;
  top0;
  width2px;
  height100%;
  background#104166;
}
.leg-content .leg-first .leg-first-hr-b {
  left: auto;
  right8px;
}
.leg-content .in-first-leg {
  position: absolute;
  left: -6px;
  bottom: -6px;
  width40px;
  height40px;
}
.leg-content .leg-second-joint {
  position: absolute;
  left4px;
  top20px;
  border-radius20px;
  border4px solid #ffffff;
  width32px;
  height32px;
  background#9fd6ff;
  z-index2;
}
.leg-content .leg-second-joint i {
  position: absolute;
  left0;
  top50%;
  margin-top: -3px;
  width100%;
  height6px;
  background#ffffff;
}
.leg-content .leg-second {
  position: absolute;
  left6px;
  top30px;
  width28px;
  height50px;
  background#9fd6ff;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.leg-content .leg-second .leg-second-hr {
  position: absolute;
  left50%;
  top0;
  margin0 0 0 -3px;
  width6px;
  height60%;
  border-radius0 0 4px 4px;
  background#104166;
}
.leg-content .in-second-leg {
  position: absolute;
  left0px;
  bottom: -15px;
  width40px;
  height40px;
  -webkit-transformrotate(30deg);
  transformrotate(30deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.leg-content .foot-joint {
  position: absolute;
  left0px;
  top2px;
  width40px;
  height18px;
  overflow: hidden;
  z-index2;
}
.leg-content .foot-joint .foot-ankle {
  position: relative;
  display: block;
  width100%;
  height100%;
}
.leg-content .foot-joint .foot-ankle:before,
.leg-content .foot-joint .foot-ankle:after {
  content'';
  position: absolute;
  bottom2px;
  width8px;
  height8px;
  border-radius4px;
  background#9fd6ff;
  z-index4;
}
.leg-content .foot-joint .foot-ankle:before {
  left9px;
}
.leg-content .foot-joint .foot-ankle:after {
  right9px;
}
.leg-content .foot-joint .foot-ankle-bg {
  position: absolute;
  left0;
  bottom0;
  width0;
  height0;
  border-style: solid;
  border-width0 20px 100px 20px;
  border-color: transparent transparent #ffffff transparent;
}
.leg-content .foot-ankle-bottom {
  position: absolute;
  top18px;
  width40px;
  height8px;
  overflow: hidden;
  z-index2;
}
.leg-content .foot-ankle-bottom:after {
  content'';
  position: absolute;
  left0;
  top1px;
  width0;
  height0;
  border-style: solid;
  border-width40px 20px 0 20px;
  border-color#ffffff transparent transparent transparent;
}
.leg-content .foot-ankle-space {
  position: absolute;
  left: -5px;
  top14px;
  width50px;
  height26px;
  border-radius20px 20px 0 0;
  border8px solid #9fd6ff;
  border-bottom3px solid #9fd6ff;
}
.leg-content .foot {
  position: absolute;
  left50%;
  top30px;
  margin0 0 0 -12px;
  width24px;
  height37px;
  background#ffffff;
}
.leg-content .foot-bottom {
  position: absolute;
  left50%;
  bottom0;
  margin0 0 0 -27px;
  width54px;
  height18px;
  overflow: hidden;
  z-index2;
}
.leg-content .foot-bottom:before {
  content'';
  position: absolute;
  left0;
  bottom0;
  width0;
  height0;
  border-style: solid;
  border-width0 27px 100px 27px;
  border-color: transparent transparent #ffffff transparent;
}
.leg-content .foot-bottom:after {
  content'';
  position: absolute;
  left50%;
  bottom0;
  margin0 0 0 -8px;
  width16px;
  height4px;
  background#9fd6ff;
}
.leg-content .foot-land {
  position: absolute;
  left50%;
  bottom0;
  margin0 0 0 -40px;
  width80px;
  height10px;
  overflow: hidden;
}
.leg-content .foot-land:before {
  content'';
  position: absolute;
  left50%;
  bottom0;
  margin0 0 0 -60px;
  width0;
  height0;
  border-style: solid;
  border-width0 60px 10px 60px;
  border-color: transparent transparent #9fd6ff transparent;
}
.leg-front-back .leg-first-joint,
.leg-rear-back .leg-first-joint {
  border-color#104166;
  background#104166;
}
.leg-front-back .leg-first-joint i,
.leg-rear-back .leg-first-joint i {
  display: none;
}
.leg-front-back .leg-first,
.leg-rear-back .leg-first {
  background#104166;
}
.leg-front-back .leg-second-joint,
.leg-rear-back .leg-second-joint {
  border-color#22689d;
  background#22689d;
}
.leg-front-back .leg-second-joint i,
.leg-rear-back .leg-second-joint i {
  display: none;
}
.leg-front-back .leg-second,
.leg-rear-back .leg-second {
  background#104166;
}
.leg-front-back .foot-joint .foot-ankle:before,
.leg-rear-back .foot-joint .foot-ankle:before,
.leg-front-back .foot-joint .foot-ankle:after,
.leg-rear-back .foot-joint .foot-ankle:after {
  display: none;
}
.leg-front-back .foot-joint .foot-ankle-bg,
.leg-rear-back .foot-joint .foot-ankle-bg {
  border-color: transparent transparent #22689d transparent;
}
.leg-front-back .foot-ankle-bottom:after,
.leg-rear-back .foot-ankle-bottom:after {
  border-color#22689d transparent transparent transparent;
}
.leg-front-back .foot-ankle-space,
.leg-rear-back .foot-ankle-space {
  border8px solid #104166;
  border-bottom3px solid #104166;
}
.leg-front-back .foot,
.leg-rear-back .foot {
  background#22689d;
}
.leg-front-back .foot-bottom:before,
.leg-rear-back .foot-bottom:before {
  border-color: transparent transparent #22689d transparent;
}
.leg-front-back .foot-bottom:after,
.leg-rear-back .foot-bottom:after {
  background#104166;
}
.leg-front-back .foot-land:before,
.leg-rear-back .foot-land:before {
  border-color: transparent transparent #104166 transparent;
}
@-webkit-keyframes ship {
  0% {
    left: -30%;
  }
  100% {
    left1000%;
  }
}
@keyframes ship {
  0% {
    left: -30%;
  }
  100% {
    left1000%;
  }
}
@-webkit-keyframes rock {
  0% {
    margin-left0%;
  }
  100% {
    margin-left100%;
  }
}
@keyframes rock {
  0% {
    margin-left0%;
  }
  100% {
    margin-left100%;
  }
}
@-webkit-keyframes first-rock {
  0% {
    left: -10%;
  }
  100% {
    left110%;
  }
}
@keyframes first-rock {
  0% {
    left: -10%;
  }
  100% {
    left110%;
  }
}
@-webkit-keyframes fire-back {
  0% {
    width25px;
  }
  40% {
    width25px;
  }
  45% {
    width20px;
  }
  50% {
    width25px;
  }
  100% {
    width25px;
  }
}
@keyframes fire-back {
  0% {
    width25px;
  }
  40% {
    width25px;
  }
  45% {
    width20px;
  }
  50% {
    width25px;
  }
  100% {
    width25px;
  }
}
@-webkit-keyframes fire {
  0% {
    left: -34px;
  }
  50% {
    left: -34px;
  }
  100% {
    left: -1000px;
  }
}
@keyframes fire {
  0% {
    left: -34px;
  }
  50% {
    left: -34px;
  }
  100% {
    left: -1000px;
  }
}
@-webkit-keyframes at-at-body {
  0% {
    margin-top15px;
  }
  20% {
    margin-top10px;
  }
  75% {
    margin-top10px;
  }
  80% {
    margin-top15px;
  }
  100% {
    margin-top15px;
  }
}
@keyframes at-at-body {
  0% {
    margin-top15px;
  }
  20% {
    margin-top10px;
  }
  75% {
    margin-top10px;
  }
  80% {
    margin-top15px;
  }
  100% {
    margin-top15px;
  }
}
@-webkit-keyframes legs {
  0% {
    bottom: -15px;
  }
  10% {
    bottom: -5px;
  }
  15% {
    bottom: -5px;
  }
  25% {
    bottom: -15px;
  }
}
@keyframes legs {
  0% {
    bottom: -15px;
  }
  10% {
    bottom: -5px;
  }
  15% {
    bottom: -5px;
  }
  25% {
    bottom: -15px;
  }
}
@-webkit-keyframes leg-first {
  0% {
    left0px;
    -webkit-transformrotate(-30deg);
    transformrotate(-30deg);
  }
  15% {
    left0;
    top20px;
    height50px;
    -webkit-transformrotate(40deg);
    transformrotate(40deg);
  }
  30% {
    left0;
    top20px;
    height60px;
    -webkit-transformrotate(40deg);
    transformrotate(40deg);
  }
}
@keyframes leg-first {
  0% {
    left0px;
    -webkit-transformrotate(-30deg);
    transformrotate(-30deg);
  }
  15% {
    left0;
    top20px;
    height50px;
    -webkit-transformrotate(40deg);
    transformrotate(40deg);
  }
  30% {
    left0;
    top20px;
    height60px;
    -webkit-transformrotate(40deg);
    transformrotate(40deg);
  }
}
@-webkit-keyframes leg-second {
  0% {
    top30px;
    left6px;
    height50px;
    -webkit-transformrotate(0deg);
    transformrotate(0deg);
  }
  15% {
    top50px;
    left10px;
    height50px;
    -webkit-transformrotate(-60deg);
    transformrotate(-60deg);
  }
  25% {
    top45px;
    left5px;
    height50px;
    -webkit-transformrotate(0deg);
    transformrotate(0deg);
  }
  33% {
    top45px;
    left5px;
    height50px;
    -webkit-transformrotate(0deg);
    transformrotate(0deg);
  }
  50% {
    height30px;
  }
  60% {
    height35px;
  }
}
@keyframes leg-second {
  0% {
    top30px;
    left6px;
    height50px;
    -webkit-transformrotate(0deg);
    transformrotate(0deg);
  }
  15% {
    top50px;
    left10px;
    height50px;
    -webkit-transformrotate(-60deg);
    transformrotate(-60deg);
  }
  25% {
    top45px;
    left5px;
    height50px;
    -webkit-transformrotate(0deg);
    transformrotate(0deg);
  }
  33% {
    top45px;
    left5px;
    height50px;
    -webkit-transformrotate(0deg);
    transformrotate(0deg);
  }
  50% {
    height30px;
  }
  60% {
    height35px;
  }
}
@-webkit-keyframes leg-foot {
  0% {
    left0px;
    bottom: -15px;
    -webkit-transformrotate(30deg);
    transformrotate(30deg);
  }
  15% {
    left: -5px;
    bottom: -25px;
    -webkit-transformrotate(10deg);
    transformrotate(10deg);
  }
  20% {
    left: -5px;
    bottom: -40px;
    -webkit-transformrotate(-35deg);
    transformrotate(-35deg);
  }
  25% {
    left: -5px;
    bottom: -40px;
    -webkit-transformrotate(-35deg);
    transformrotate(-35deg);
  }
  33% {
    left: -5px;
    bottom: -40px;
    -webkit-transformrotate(-30deg);
    transformrotate(-30deg);
  }
}
@keyframes leg-foot {
  0% {
    left0px;
    bottom: -15px;
    -webkit-transformrotate(30deg);
    transformrotate(30deg);
  }
  15% {
    left: -5px;
    bottom: -25px;
    -webkit-transformrotate(10deg);
    transformrotate(10deg);
  }
  20% {
    left: -5px;
    bottom: -40px;
    -webkit-transformrotate(-35deg);
    transformrotate(-35deg);
  }
  25% {
    left: -5px;
    bottom: -40px;
    -webkit-transformrotate(-35deg);
    transformrotate(-35deg);
  }
  33% {
    left: -5px;
    bottom: -40px;
    -webkit-transformrotate(-30deg);
    transformrotate(-30deg);
  }
}
@media screen and (max-width1025px), screen and (max-height500px) {
  .at-at {
    margin-top: -95px;
    -webkit-transformscale(0.8);
    transformscale(0.8);
  }
  .mountain-first {
    left: -80px;
    -webkit-transformscale(0.8);
    transformscale(0.8);
  }
  .mountain-second {
    right: -100px;
    -webkit-transformscale(0.8);
    transformscale(0.8);
  }
  .first-bg-anim .second {
    display: none;
  }
  .first-bg-anim .last {
    display: none;
  }
}
@media screen and (max-width740px), screen and (max-height500px) {
  section {
    min-height0;
  }
  .at-at {
    margin-top: -35px;
    -webkit-transformscale(0.5);
    transformscale(0.5);
  }
  .moon {
    position: absolute;
    left50%;
    top25%;
    margin: -60px 0 0 -180px;
    width100px;
    height100px;
  }
  .mountain-first {
    left: -150px;
    margin-top: -170px;
    -webkit-transformscale(0.5);
    transformscale(0.5);
  }
  .mountain-second {
    right: -180px;
    margin-top: -160px;
    -webkit-transformscale(0.5);
    transformscale(0.5);
  }
}
@media screen and (max-width500px), screen and (max-height400px) {
  .moon {
    margin: -60px 0 0 -100px;
  }
  .first-bg-anim .third {
    display: none;
  }
}
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  display: table;
  content"";
}
.c:after {
  clear: both;
}

</style></head>
<body>

<section>
		<div class="at-at">
      <div class="at-at-content">
        <div class="at-at-body">
          <div class="at-at-head">
            <div class="at-at-neck">
              <div class="neck-ribs">
                <div class="neck-cable-first"></div>
                <div class="neck-cable-second"></div>
                <div class="neck-cable-last"></div>
                <i></i><i></i><i></i><i></i>
              </div>
              <div class="neck-bg"></div>
            </div>
            <div class="head-bg">
              <div class="head-snout">
                <div class="in-head-snout"></div>
                <div class="head-snout-gun"></div>
              </div>
              <i class="head-bg-first"></i>
              <i class="head-bg-second"></i>
            </div>
            <div class="head">
              <div class="head-chin">
                <i class="head-chin-bg-first"></i>
                <i class="head-chin-bg-second"></i>
                <i class="head-gun"></i>
                <i class="fire"><i></i><i></i><i></i></i>
              </div>
            </div>
            <i class="head-left-bg"></i>
            <i class="head-top-bg"></i>
          </div>
          <div class="at-at-body-left">
            <i class="at-at-body-left-bg-1"></i>
            <i class="at-at-body-left-bg-2"></i>
            <i class="at-at-body-left-bg-3"></i>
            <i class="at-at-body-left-bg-4"></i>
            <i class="at-at-body-left-bg-5"></i>
            <div class="at-at-body-left-bg"></div>
          </div>
          <div class="at-at-body-right">
            <i class="at-at-body-right-bg-1"></i>
            <i class="at-at-body-right-bg-2"></i>
            <i class="at-at-body-right-bg-3"></i>
            <i class="at-at-body-right-bg-4"></i>
            <i class="at-at-body-right-bg-5"></i>
            <div class="at-at-body-right-bg"></div>
          </div>
          <div class="at-at-body-bottom">
            <div class="at-at-body-bottom-bg"><i></i><i></i><i></i></div>
            <div class="body-bottom-left"></div>
          </div>
          <div class="at-at-body-bg">
            <i></i><i></i><i></i><i></i>
            <div class="i"></div>
          </div>
          <div class="at-at-body-bg-first-block">
            <i class="at-at-body-bg-first-block-item-1"></i>
            <i class="at-at-body-bg-first-block-item-2"></i>
            <i class="at-at-body-bg-first-block-item-3"></i>
          </div>
          <div class="at-at-body-bg-second-block">
            <i class="at-at-body-bg-second-block-item-1"></i>
            <i class="at-at-body-bg-second-block-item-2"></i>
          </div>
          <div class="at-at-body-bg-third-block">
            <i class="at-at-body-bg-third-block-item-1"></i>
            <i class="at-at-body-bg-third-block-item-2"></i>
            <i class="at-at-body-bg-third-block-item-3"></i>
          </div>
        </div>
        <div class="dark-bg">
          <i class="dark-bg-right"></i>
        </div>
      </div>
      <div class="leg-content leg-front">
        <div class="leg-first-joint"><i></i></div>
        <div class="leg-first">
          <i class="leg-first-hr-a"></i>
          <i class="leg-first-hr-b"></i>
          <div class="in-first-leg">
            <div class="leg-second-joint"><i></i></div>
            <div class="leg-second">
              <i class="leg-second-hr"></i>
              <div class="in-second-leg">
                <div class="foot-joint"><i class="foot-ankle"><i class="foot-ankle-bg"></i></i></div>
                <div class="foot-ankle-bottom"></div>
                <div class="foot-ankle-space"></div>
                <div class="foot">
                  <div class="foot-bottom"></div>
                  <div class="foot-land"></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="leg-content leg-rear">
        <div class="leg-first-joint"><i></i></div>
        <div class="leg-first">
          <i class="leg-first-hr-a"></i>
          <i class="leg-first-hr-b"></i>
          <div class="in-first-leg">
            <div class="leg-second-joint"><i></i></div>
            <div class="leg-second">
              <i class="leg-second-hr"></i>
              <div class="in-second-leg">
                <div class="foot-joint"><i class="foot-ankle"><i class="foot-ankle-bg"></i></i></div>
                <div class="foot-ankle-bottom"></div>
                <div class="foot-ankle-space"></div>
                <div class="foot">
                  <div class="foot-bottom"></div>
                  <div class="foot-land"></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="leg-content leg-front-back">
        <div class="leg-first-joint"><i></i></div>
        <div class="leg-first">
          <i class="leg-first-hr-a"></i>
          <i class="leg-first-hr-b"></i>
          <div class="in-first-leg">
            <div class="leg-second-joint"><i></i></div>
            <div class="leg-second">
              <i class="leg-second-hr"></i>
              <div class="in-second-leg">
                <div class="foot-joint"><i class="foot-ankle"><i class="foot-ankle-bg"></i></i></div>
                <div class="foot-ankle-bottom"></div>
                <div class="foot-ankle-space"></div>
                <div class="foot">
                  <div class="foot-bottom"></div>
                  <div class="foot-land"></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="leg-content leg-rear-back">
        <div class="leg-first-joint"><i></i></div>
        <div class="leg-first">
          <i class="leg-first-hr-a"></i>
          <i class="leg-first-hr-b"></i>
          <div class="in-first-leg">
            <div class="leg-second-joint"><i></i></div>
            <div class="leg-second">
              <i class="leg-second-hr"></i>
              <div class="in-second-leg">
                <div class="foot-joint"><i class="foot-ankle"><i class="foot-ankle-bg"></i></i></div>
                <div class="foot-ankle-bottom"></div>
                <div class="foot-ankle-space"></div>
                <div class="foot">
                  <div class="foot-bottom"></div>
                  <div class="foot-land"></div>
                </div>						
              </div>
            </div>
          </div>
        </div>
      </div>
  </div>
		
		<div class="bg">
			<i class="star star-1"></i>
			<i class="star star-2"></i>
			<i class="star star-3"></i>
			<i class="star star-4"></i>
			<i class="star star-5"></i>
			<i class="star star-6"></i>
			<i class="star-small star-small-1"></i>
			<i class="star-small star-small-2"></i>
			<i class="star-small star-small-3"></i>
			<i class="star-small star-small-4"></i>
			<i class="star-small star-small-5"></i>
			<i class="star-small star-small-6"></i>
			<i class="star-small star-small-7"></i>
			<i class="star-small star-small-8"></i>
			<i class="star-small star-small-9"></i>
			<i class="star-small star-small-10"></i>
		</div>
		<i class="moon"></i>
		<i class="mountain-first">
			<i class="mountain-shadow"></i>
		</i>
		<i class="mountain-second">
			<i class="mountain-shadow"></i>
			<span class="mountain-top"></span>
		</i>
		<div class="first-bg">
			<div class="first-bg-anim">
				<i class="first"></i>
				<i class="second"></i>
				<i class="third"></i>
				<i class="last"></i>
			</div>
			<div class="second-bg-anim">
				<div class="first-rock-content">
					<div class="rock-content rock-content-1">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-2">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-3">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-4">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-5">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-6">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
				</div>
				<div class="second-rock-content">
					<div class="rock-content rock-content-1">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-2">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-3">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-4">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-5">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
					<div class="rock-content rock-content-6">
						<i class="rock rock-big rock-1"></i>
						<i class="rock rock-big rock-2"></i>
						<i class="rock rock-big rock-3"></i>	
						<i class="rock rock-middle rock-7"></i>
						<i class="rock rock-middle rock-8"></i>
						<i class="rock rock-middle rock-9"></i>
						<i class="rock rock-middle rock-10"></i>
						<i class="rock rock-middle rock-11"></i>
						<i class="rock rock-middle rock-12"></i>
						<i class="rock rock-middle rock-13"></i>
						<i class="rock rock-middle rock-14"></i>
					</div>
				</div>
			</div>
		</div>

		<div class="space-ship space-ship-small">
      <i class="space-ship-wing"></i>
      <i class="space-ship-bg"><i class="space-ship-gun"></i></i>
		</div>
		<div class="space-ship space-ship-big">
      <i class="space-ship-wing"></i>
      <i class="space-ship-bg"><i class="space-ship-gun"></i></i>
		</div>
	</section>

</body>
</html>

亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI

开发者交流群×