@charset "UTF-8";
body {
  height: 100vh;
  margin: 0;
}

body .allBg {
  width: 100%;
  height: 100%;
  padding-left: unset;
  background-image: url("./img/pic2/BG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body .allBg .navbar {
  width: 100%;
  background-image: url("./img/pic2/NAV.png");
  z-index: 1112;
}

body .allBg .navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body .allBg .navbar .container .nav-item .dropdown-menu {
  min-width: 92vw;
  background-color: #6824da;
}

body .allBg .navbar .container .nav-item .dropdown-menu a {
  color: aliceblue;
  text-align: center;
}

body .allBg .navbar .container .nav-item .dropdown-menu a:hover {
  color: black;
}

body .allBg .navbar .container .navbar-brand {
  padding-top: 100px;
  height: 180px;
  width: 160px;
  background-image: url("./img/pic2/all.png");
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  body .allBg .navbar .container .navbar-brand {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

body .allBg .navbar .container .imgBox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body .allBg .navbar .container .imgBox {
    display: none;
  }
}

body .allBg .navbar .container .nav-item {
  display: none;
}

@media screen and (max-width: 768px) {
  body .allBg .navbar .container .nav-item {
    display: block;
    background-image: url("./obj/select.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  body .allBg .navbar .container .nav-item .dropdown-toggle:after {
    border-top: 0;
  }
}

body .allBg .navbar .container .bg-img {
  height: 100%;
  width: 25%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body .allBg .navbar .container .bg-img:hover {
  border-bottom: solid plum 10px;
}

body .allBg .container-fluid {
  overflow: hidden;
  position: relative;
  padding-top: 10%;
  height: 100%;
}

body .allBg .container-fluid .scene {
  width: 50%;
  height: 50%;
  position: absolute;
}

body .allBg .container-fluid .scene .bg-img {
  width: 500px;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  body .allBg .container-fluid .scene .bg-img {
    width: 300px;
    height: 300px;
  }
}

body .allBg .container-fluid #scene4 {
  bottom: 5%;
  left: 12%;
}

@media screen and (max-width: 414px) {
  body .allBg .container-fluid #scene4 {
    bottom: 5%;
    left: -15%;
  }
}

body .allBg .container-fluid #scene5 {
  bottom: 30%;
  left: 12%;
}

@media screen and (max-width: 414px) {
  body .allBg .container-fluid #scene5 {
    bottom: 30%;
    left: -15%;
  }
}

body .allBg .container-fluid #scene6 {
  bottom: 35%;
  left: 50%;
}

body .allBg .container-fluid #scene7 {
  bottom: 10%;
  left: 60%;
}

body .allBg .container-fluid .row {
  height: 75%;
}

@media screen and (max-width: 991px) {
  body .allBg .container-fluid .row {
    padding-top: 100px;
  }
}

body .allBg .container-fluid .row .col {
  height: 100%;
}

body .allBg .container-fluid .row .col:hover .scene_head {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: jump1;
          animation-name: jump1;
}

@media screen and (max-width: 991px) {
  body .allBg .container-fluid .row .col {
    max-height: 50%;
  }
}

body .allBg .container-fluid .row .col .scene_head {
  height: 100%;
  -webkit-animation-name: jump;
          animation-name: jump;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

body .allBg .container-fluid .row .col .scene_head .bg-img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body .allBg .container-fluid .conn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 10px;
}

body .allBg .container-fluid .conn .conn_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body .allBg .container-fluid .conn .conn_btn img {
  width: 220px;
}

@media screen and (max-width: 768px) {
  body .allBg .container-fluid .conn .conn_btn img {
    width: 100px;
  }
}

body .allBg .footer {
  position: fixed;
  width: 100%;
  padding: 3px 0;
  color: azure;
  background-color: #0c0a35;
  text-align: center;
  bottom: 0%;
}

@-webkit-keyframes example {
  0% {
    background-image: url("./img/pic2/all.png");
  }
  33% {
    background-image: url("./img/pic2/nb.png");
  }
  66% {
    background-image: url("./img/pic2/nw.png");
  }
  100% {
    background-image: url("./img/pic2/all.png");
  }
}

@keyframes example {
  0% {
    background-image: url("./img/pic2/all.png");
  }
  33% {
    background-image: url("./img/pic2/nb.png");
  }
  66% {
    background-image: url("./img/pic2/nw.png");
  }
  100% {
    background-image: url("./img/pic2/all.png");
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    top: 20px;
  }
  20% {
    border-radius: 2px;
    /*從 20% 的地方才開始變形*/
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    top: 50px;
    /* border-bottom-right-radius:25px; */
  }
  80% {
    border-radius: 2px;
    /*到 80% 的地方恢復原狀*/
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    top: 20px;
  }
}

@keyframes jump {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    top: 20px;
  }
  20% {
    border-radius: 2px;
    /*從 20% 的地方才開始變形*/
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    top: 50px;
    /* border-bottom-right-radius:25px; */
  }
  80% {
    border-radius: 2px;
    /*到 80% 的地方恢復原狀*/
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    top: 20px;
  }
}

@-webkit-keyframes jump1 {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  20% {
    border-radius: 2px;
    /*從 20% 的地方才開始變形*/
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    /* border-bottom-right-radius:25px; */
  }
  80% {
    border-radius: 2px;
    /*到 80% 的地方恢復原狀*/
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@keyframes jump1 {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  20% {
    border-radius: 2px;
    /*從 20% 的地方才開始變形*/
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    /* border-bottom-right-radius:25px; */
  }
  80% {
    border-radius: 2px;
    /*到 80% 的地方恢復原狀*/
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
/*# sourceMappingURL=index.css.map */