html {
  scroll-behavior: smooth;
}

#sky {
  width: 50%;
  margin: 0 auto;
  margin-top: -60px;
  perspective: 400px;
  filter: drop-shadow(0px 150px 10px rgba(0, 0, 0, 0.2));
}
@-moz-document url-prefix() {
  #sky {
    filter: none;
  }
}
#sky div {
  transform-style: preserve-3d;
}
#sky .bird {
  animation: fly 10000ms linear infinite;
}
#sky .bird .wind {
  position: absolute;
  left: 30%;
  width: 6px;
  height: 200px;
  margin-left: -2px;
  border-radius: 999px;
  overflow: hidden;
}
#sky .bird .wind:nth-child(1) {
  transform: translate3d(-22px, -48px, 18px) rotateY(90deg);
}
#sky .bird .wind:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 80, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 1211ms 2017ms linear infinite;
}
#sky .bird .wind:nth-child(2) {
  transform: translate3d(51px, 19px, -6px) rotateY(90deg);
}
#sky .bird .wind:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 236, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 1078ms 2964ms linear infinite;
}
#sky .bird .wind:nth-child(3) {
  transform: translate3d(76px, -15px, -23px) rotateY(90deg);
}
#sky .bird .wind:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 132, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 1703ms 4267ms linear infinite;
}
#sky .bird .wind:nth-child(4) {
  transform: translate3d(0px, 18px, -95px) rotateY(90deg);
}
#sky .bird .wind:nth-child(4)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 184, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 2601ms 3589ms linear infinite;
}
#sky .bird .wind:nth-child(5) {
  transform: translate3d(86px, -78px, -78px) rotateY(90deg);
}
#sky .bird .wind:nth-child(5)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 53, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 2353ms 4846ms linear infinite;
}
#sky .bird .wind:nth-child(6) {
  transform: translate3d(53px, -38px, 78px) rotateY(90deg);
}
#sky .bird .wind:nth-child(6)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 188, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 1157ms 2489ms linear infinite;
}
#sky .bird .wind:nth-child(7) {
  transform: translate3d(21px, 90px, -97px) rotateY(90deg);
}
#sky .bird .wind:nth-child(7)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 208, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 1954ms 3651ms linear infinite;
}
#sky .bird .wind:nth-child(8) {
  transform: translate3d(-6px, -54px, 10px) rotateY(90deg);
}
#sky .bird .wind:nth-child(8)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 168, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 1787ms 1763ms linear infinite;
}
#sky .bird .wind:nth-child(9) {
  transform: translate3d(-70px, -94px, -94px) rotateY(90deg);
}
#sky .bird .wind:nth-child(9)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 162, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 1405ms 4206ms linear infinite;
}
#sky .bird .wind:nth-child(10) {
  transform: translate3d(-1px, -1px, 26px) rotateY(90deg);
}
#sky .bird .wind:nth-child(10)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 64, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 2515ms 3504ms linear infinite;
}
#sky .bird .wind:nth-child(11) {
  transform: translate3d(69px, -148px, -92px) rotateY(90deg);
}
#sky .bird .wind:nth-child(11)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 300px;
  background: rgba(100, 200, 127, 0.3);
  border-radius: 999px;
  transform: translateY(-300px);
  animation: wind 2008ms 3007ms linear infinite;
}
#sky .bird_body {
  position: relative;
  width: 30px;
  height: 40px;
  background: rgb(114, 191, 211);
}
#sky .bird_head {
  position: absolute;
  top: -30px;
  border-right: 15px solid transparent;
  border-bottom: 30px solid rgb(156, 136, 220);
  border-left: 15px solid transparent;
  transform-origin: 50% 100%;
  transform: rotateX(-20deg);
}
#sky .bird_wing_left {
  position: absolute;
  left: -30px;
  height: 30px;
  border-right: 30px solid rgb(166, 171, 246);
  border-bottom: 10px solid transparent;
  transform-origin: 100% 0;
  animation: wingLeft 1000ms cubic-bezier(0.36, 0.1, 0.16, 1) infinite alternate;
}
#sky .bird_wing_left_top {
  position: absolute;
  left: -30px;
  border-right: 30px solid rgb(178, 123, 234);
  border-bottom: 30px solid transparent;
  transform-origin: 100% 0;
  animation: wingLeft 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite alternate;
}
#sky .bird_wing_right {
  position: absolute;
  left: 30px;
  height: 30px;
  border-left: 30px solid rgb(104, 124, 217);
  border-bottom: 10px solid transparent;
  transform-origin: 0 0;
  animation: wingRight 1000ms cubic-bezier(0.36, 0.1, 0.16, 1) infinite alternate;
}
#sky .bird_wing_right_top {
  position: absolute;
  border-left: 30px solid rgb(112, 189, 205);
  border-bottom: 30px solid transparent;
  transform-origin: 0 0;
  animation: wingRight 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite alternate;
}
#sky .bird_tail_left {
  position: absolute;
  top: 40px;
  border-right: 30px solid transparent;
  border-top: 40px solid rgb(189, 134, 248);
  transform-origin: 50% 0;
  transform: rotateX(-20deg);
}
#sky .bird_tail_right {
  position: absolute;
  top: 40px;
  border-left: 30px solid transparent;
  border-top: 40px solid rgb(134, 188, 236);
  transform-origin: 50% 0;
  transform: rotateX(-20deg);
}

@keyframes fly {
  0% {
    transform: rotateX(-120deg) rotateZ(0deg) rotateX(10deg);
  }
  100% {
    transform: rotateX(-120deg) rotateZ(360deg) rotateX(10deg);
  }
}
@keyframes wingLeft {
  0% {
    transform: rotateY(-40deg);
  }
  100% {
    transform: rotateY(40deg);
  }
}
@keyframes wingRight {
  0% {
    transform: rotateY(40deg);
  }
  100% {
    transform: rotateY(-40deg);
  }
}
@keyframes wind {
  0% {
    transform: translateY(-300px);
  }
  100% {
    transform: translateY(200px);
  }
}
.footer {
  margin-top: 28px;
  min-width: 1200px;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer .under_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 955px;
  margin: 0 auto;
}
.footer .under_list .footerLink {
  display: flex;
  align-items: center;
  height: 58px;
  color: #808080;
  float: left;
}
.footer .under_list .footerLink > .pointer {
  cursor: pointer;
}
.footer .under_list .rightSwitch {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer .under_list .rightSwitch span {
  color: #525252;
  margin: 0 10px;
}
.footer .under_list .rightSwitch .rightArrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #1675a3;
  transform: rotate(180deg);
  transition: 0.3s;
}
.footer .under_list .rightSwitch .rightArrow.active {
  transform: rotate(0deg);
}
.footer .btmGuild {
  width: 100%;
  max-height: 3000px;
  min-width: 1000px;
  border-top: 1px solid #484848;
  padding-bottom: 10px;
  background-color: #777;
  transition: 0.5s;
  color: #ccc;
  font-size: 13px;
  opacity: 1;
  overflow: hidden;
}
.footer .btmGuild.closed {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.footer .btmGuild .guilList {
  display: flex;
  justify-content: space-around;
  padding-right: 10px;
  color: #fff;
}
.footer .btmGuild .guilList.title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 14px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.footer .btmGuild .guilList .icon {
  margin-right: 5px;
}
.footer .btmGuild .leftGuidList {
  display: flex;
}
.footer .btmGuild .leftGuidList .icon {
  background: url("/src/assets/images/layout/footer/icon_indexImg.png") no-repeat;
  background-position: left -793px;
  width: 23px;
  height: 21px;
}
.footer .btmGuild .rightMobile {
  padding-top: 15px;
  padding-left: 15px;
}
.footer .btmGuild .rightMobile .rq_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .btmGuild .rightMobile .rq_box #qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 5px;
  background-color: white;
}
.footer .btmGuild .rightMobile .icon_btnMobile {
  background: url(/src/assets/images/layout/footer/icon_indexImg.png) no-repeat -196px -793px;
  width: 23px;
  height: 21px;
}
.footer .btmGuild .rightMobile .icon_btnAPP {
  background: url("/src/assets/images/layout/footer/icon_indexImg.svg") no-repeat;
  width: 23px;
  height: 21px;
}
.footer .brandImg {
  margin: auto;
}

.download-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.download-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 1rem;
  background-color: #e6e6e6;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.download-footer-content .q-img {
  width: 85.06px;
}
.download-footer-content-mobile {
  padding: 0.5rem;
  border-radius: 10px;
  background: #ffffff;
}
.download-footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.download-footer-logo-top {
  display: flex;
  align-items: center;
}
.download-footer-logo-top .q-img {
  width: 1rem;
  margin-right: 0.5rem;
}
.download-footer-logo-line {
  margin: 0.2rem 0;
  width: 100%;
  border-bottom: 1.5px solid #b7b7b7;
}
.download-footer-dialog {
  padding: 1rem;
  background-color: #ffffff;
}/*# sourceMappingURL=bird.css.map */