@charset "UTF-8";
.notes {
  padding: 10px 0px;
}

.notes p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.75rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2%;
}

.mt-2 {
  margin-top: 2%;
}

.mobonly {
  display: block;
}

.wave {
  position: absolute;
  margin: 0 auto;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.wave:before {
  content: "";
  width: 100vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../../assets/image/wave.png);
  background-size: 1000px;
  position: absolute;
  z-index: 0;
  height: 150px;
  -webkit-animation: move_wave 5s linear infinite;
          animation: move_wave 5s linear infinite;
}

.mcenter {
  float: none;
  margin: 0 auto;
}

.mcenter .select {
  padding: 13px 25px 8px 25px !important;
}

@-webkit-keyframes move_wave {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 0px;
  }
}

@keyframes move_wave {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 0px;
  }
}

.indexpage {
  height: 100vh;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  background: url("../../../assets/image/bg/index_bg.jpg") 0 top no-repeat;
  background-size: cover;
  overflow: hidden;
}

.indexpage .toparea {
  padding: 20px 13vw 20px 13vw;
}

.indexpage .toparea .top-sm {
  padding: 0px 28% 0px 28%;
}

.indexpage .alllocation {
  height: 100vh;
}

.indexpage .index-page {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.indexpage .index-page .welwords {
  padding: 30% 0 0 0;
}

.indexpage .openmap {
  max-width: 200px;
  margin: 10% auto 0 auto;
}

.indexpage .openmap .popup {
  padding: 0px 0;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
}

.indexpage .openmap p {
  font-size: 1.2rem;
  letter-spacing: 0px;
  -webkit-transform: translate(0%, -115%);
          transform: translate(0%, -115%);
}

.bigboard {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.ball:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 100%;
  z-index: 2;
}

.ball.b1:before {
  background: url("../../../assets/image/index/b1t.png") center bottom no-repeat;
  background-size: 100%;
}

.ball.b2:before {
  background: url("../../../assets/image/index/b2t.png") center bottom no-repeat;
  background-size: 100%;
}

.ball.b3:before {
  background: url("../../../assets/image/index/b3t.png") center bottom no-repeat;
  background-size: 100%;
}

.ball.b4:before {
  background: url("../../../assets/image/index/b4t.png") center bottom no-repeat;
  background-size: 100%;
}

.ball.b5:before {
  background: url("../../../assets/image/index/b5t.png") center bottom no-repeat;
  background-size: 100%;
}

.ball.b6:before {
  background: url("../../../assets/image/index/b6t.png") center bottom no-repeat;
  background-size: 100%;
}

.ball.b7:before {
  background: url("../../../assets/image/index/b7t.png") center bottom no-repeat;
  background-size: 100%;
}

.board {
  width: 100%;
  /*background: aqua;*/
  margin: 0% auto;
  max-width: 600px;
  overflow: hidden;
}

.board .myhead {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
  top: 0%;
  left: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.board .que-topic {
  padding: 60px 0px 40px 0;
  background: #2d4571;
  color: #fff;
  border-radius: 40px 40px 0 0;
  font-size: 1.2rem;
}

.board .que-ansarea {
  padding: 40px 0px;
  background: #fdf9ee;
  color: #fff;
  border-radius: 0px 0px 40px 40px;
  font-size: 1.2rem;
}

.board .que-word {
  width: 80%;
  margin: 0 auto;
}

.board .que-word p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.board .que-ans {
  width: 70%;
  margin: 0 auto;
}

.board .que-ans .select {
  padding: 13px 10px;
  background: #cccccc;
  border-radius: 50px;
  text-align: center;
  color: #111;
  margin: 0 0 10% 0;
  letter-spacing: 0px;
  border-bottom: 3px solid #999;
  font-size: 1rem;
}

.board .que-ans .select:hover {
  background: #2d4571;
  color: #fff;
  border-bottom: 3px solid #1d3053;
}

.picarea {
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px #000;
          box-shadow: 0px 0px 5px #000;
  padding: 3% 0;
}

.step {
  color: #ffc000;
  margin: 10px 0 0 0;
}

.stepword {
  color: #fff;
  margin: 15px 0 0 0;
}

.saves {
  padding: 5% 30%;
}

.copylink {
  background: #2d4571;
  padding: 8px 15%;
  border-radius: 15px;
  border-bottom: 5px solid #6a2619;
  color: #fff;
}

.copylink:hover {
  color: #fff;
}

.bottombg {
  position: absolute;
  width: 100vw;
  bottom: 0vh;
  left: 0;
}

.wishtext {
  margin: 13vh auto 0 auto;
  /*width: 60%;
    max-width: 400px;*/
}

.wishtext p {
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 0;
}

.wishform {
  width: 70%;
  max-width: 500px;
  margin: 20px auto 0 auto;
}

.wishform input, .wishform textarea {
  padding: 15px 10px;
  background: #fff;
  color: #333;
  margin: 0 0 15px 0;
  font-size: 1.2rem;
  border: 2px solid #fff;
  line-height: 1.5em;
}

.wishform .border-img {
  -o-border-image: linear-gradient(to bottom right, #e5ca7d 0%, #bb9042 100%);
     border-image: -webkit-gradient(linear, left top, right bottom, from(#e5ca7d), to(#bb9042));
     border-image: linear-gradient(to bottom right, #e5ca7d 0%, #bb9042 100%);
  border-image-slice: 1;
}

.wishform .gosubmit {
  margin: 0 auto;
  float: none;
  width: 180px;
  text-align: center;
}

.wishform .gosubmit .gobtn {
  border: 0px;
  width: 180px;
  height: 110px;
  background: url(../../../assets/image/next.png) center center no-repeat;
  background-size: 100%;
}

/*.skylantern{//天燈
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }*/
.skyword {
  color: #5E4A3E;
  position: absolute;
  width: 100%;
  font-size: 1.2rem;
  max-width: 180px;
  /*45*/
  margin: -14% 0 0 0;
}

.skyword .strchange {
  margin: 0 auto;
  max-width: 200px;
  width: 180px;
  word-break: break-word;
  line-height: 1.35em;
}

.skyword p {
  margin-bottom: 0.65rem;
}

/*.pagebg{
    background: url("../../../assets/image/bg/pagebg.jpg");
    background-size: 105%;
    //background-attachment: fixed;
    //background-position: bottom;
  }*/
.bottom-btn .btnarea {
  width: 180px;
  margin: 0 auto;
  float: none;
}

.bottom-btn .circle {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.arrow {
  position: absolute;
  top: 10vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
}

/*.swiper-slide{
    padding:150px 0 0 0 ;
  }*/
.dreams, .dreams-o {
  position: absolute;
  top: 62vh;
  left: 0;
  color: #fff;
  font-size: 1.45rem;
  z-index: 2;
  text-align: center;
}

.dreams p, .dreams-o p {
  padding: 5px 0;
}

.dreams img, .dreams-o img {
  max-width: 50%;
}

.dreams-o {
  top: 15vh;
  font-size: 1.28rem;
  z-index: 1;
}

.done {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.gone {
  -webkit-animation: fadeout ease 2.5s;
          animation: fadeout ease 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.moveup {
  -webkit-animation: moveup ease 2.5s;
          animation: moveup ease 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes moveup {
  0% {
    top: 62vh;
  }
  100% {
    top: 35vh;
  }
}

@keyframes moveup {
  0% {
    top: 62vh;
  }
  100% {
    top: 35vh;
  }
}

#myTextarea {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 640px) {
  .notes {
    padding: 10px 0px;
  }
  .notes p {
    font-size: 1rem;
  }
  .indexpage .toparea {
    padding: 20px 0px 0px 0;
  }
  .indexpage .toparea.top-sm {
    padding: 20px 33% 0px 33%;
  }
  .indexpage .index-page {
    max-width: 480px;
  }
  .indexpage .openmap .popup {
    font-size: 1.95rem;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(45, 69, 113, 0.5);
    }
    50% {
      -webkit-box-shadow: 0 0 0 10px rgba(45, 69, 113, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 15px rgba(45, 69, 113, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(45, 69, 113, 0);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(45, 69, 113, 0.7);
              box-shadow: 0 0 0 0 rgba(45, 69, 113, 0.7);
    }
    50% {
      -webkit-box-shadow: 0 0 0 5px rgba(45, 69, 113, 0.4);
              box-shadow: 0 0 0 5px rgba(45, 69, 113, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(45, 69, 113, 0);
              box-shadow: 0 0 0 10px rgba(45, 69, 113, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(45, 69, 113, 0);
              box-shadow: 0 0 0 10px rgba(45, 69, 113, 0);
    }
  }
  /*.pagebg{
    background: url("../../../assets/image/bg/pagebg-pad.jpg");
    background-size: 103%;
    //background-attachment: fixed;
    //background-position: bottom;
  }*/
  .skylantern {
    max-width: 480px;
  }
  /*.bottom-btn{//下方按鈕
    bottom:30vh;
  }*/
  .skyword {
    font-size: 1.2rem;
    max-width: 200px;
  }
  .dreams img, .dreams-o img {
    max-width: 300px;
  }
  .wave:before {
    content: "";
    width: 50vw;
  }
  .score .score-content p {
    font-size: 0.96rem;
  }
  .score .score-content .shoesarea p {
    font-size: 1.12rem;
  }
  .score .score-content .endword {
    width: 80%;
  }
  .board .que-ans .select {
    font-size: 1.1rem;
  }
  .padch {
    max-width: 60%;
  }
}

@media screen and (min-width: 1000px) {
  .mobonly {
    display: none;
  }
  .webonly {
    display: block;
  }
}

@media (max-width: 425px) {
  #myTextarea {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 424px) {
  #myTextarea {
    padding-left: 19%;
    padding-right: 19%;
  }
}

@media (max-width: 375px) {
  #myTextarea {
    padding-left: 47px;
    padding-right: 47px;
  }
}

@media (max-width: 360px) {
  #myTextarea {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*# sourceMappingURL=page.css.map */