@charset "UTF-8";
html {
  height: 100%;
  overflow-x: hidden; }

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang TC", "LiHei Pro", "Hiragino Sans GB", "Microsoft JhengHei", "微軟正黑體", Arial ,sans-serif;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  background-color: #8f1217; }

p, span, h1, h2, h3, h4, h5, h6, label {
  font-size: 16px;
  font-weight: normal; }
  @media (min-width: 640px) {
    p, span, h1, h2, h3, h4, h5, h6, label {
      font-size: 18px; } }

img {
  max-width: 100%;
  height: auto; }

header {
  z-index: 100;
  position: relative;
  height: 72px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header img {
    height: 75%; }

.container {
  max-width: 540px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  padding: 0 0 0 0;
  overflow: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }
  .modal .modal-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal .modal-wrapper .modal-content {
      background: url("../img/bg_wrapper.jpg") no-repeat top center;
      background-size: cover;
      width: 80%;
      max-width: 460px;
      position: relative;
      background-color: #fff;
      border-radius: 20px;
      border: 4px solid #e7b32c;
      max-height: 90%;
      overflow-y: auto;
      text-align: center;
      padding: 15px 3%;
      -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3); }
      @media (max-width: 375px) {
        .modal .modal-wrapper .modal-content {
          width: 85%; } }
      @media (max-width: 320px) {
        .modal .modal-wrapper .modal-content {
          width: 90%; } }
      @media (min-width: 640px) {
        .modal .modal-wrapper .modal-content {
          max-width: 460px;
          padding: 15px 5%; } }
      .modal .modal-wrapper .modal-content img {
        width: 60%;
        margin-bottom: 20px; }
      .modal .modal-wrapper .modal-content h4 {
        color: #e3242b;
        font-size: 24px;
        font-weight: bold; }
      .modal .modal-wrapper .modal-content h5 {
        margin-bottom: 10px;
        color: #555;
        line-height: 1.3em;
        font-size: 20px;
        letter-spacing: 1px; }
        .modal .modal-wrapper .modal-content h5 b {
          font-size: 24px; }
      .modal .modal-wrapper .modal-content .button-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .modal .modal-wrapper .modal-content .button-area button.btn {
          border: none;
          padding: 8px 0;
          color: #fff;
          background-color: #e7b32c;
          border-radius: 50px;
          border: 2px solid #e7b32c;
          font-weight: bold;
          letter-spacing: 1px;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
          flex: 1 1 0;
          margin: 0 3px;
          max-width: 130px; }
          .modal .modal-wrapper .modal-content .button-area button.btn.btn-border {
            background-color: rgba(255, 255, 255, 0);
            border: 2px solid #e7b32c;
            color: #e7b32c; }
  .modal.modalResult h5 b {
    position: relative;
    color: #e3242b;
    font-size: 30px !important;
    background-color: #ffdc37;
    line-height: 40px;
    margin: 3px 0;
    padding-left: 8px;
    border-radius: 5px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    display: inline-block; }
  .modal.modalResult .ice-area {
    position: relative; }
    .modal.modalResult .ice-area img.light {
      position: absolute;
      left: 35%;
      top: 5%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 10;
      width: 35px;
      -webkit-animation: iceLight	1.2s infinite linear;
      animation: iceLight	1.2s infinite linear; }

@-webkit-keyframes iceLight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@keyframes iceLight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }
      .modal.modalResult .ice-area img.light:nth-of-type(2) {
        left: 25%;
        top: 50%;
        width: 30px;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation: iceLight	1.4s infinite linear;
        animation: iceLight	1.4s infinite linear; }
      .modal.modalResult .ice-area img.light:nth-of-type(3) {
        left: 60%;
        top: 30%;
        width: 40px;
        -webkit-animation: iceLight	1s infinite linear;
        animation: iceLight	1s infinite linear;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }
    .modal.modalResult .ice-area img.ice {
      -webkit-animation: modalResult 1s infinite;
      animation: modalResult 1s infinite; }

@-webkit-keyframes modalResult {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modalResult {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
  .modal.modalResult .button-area {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

button.button {
  cursor: pointer;
  position: relative; }
  button.button a {
    color: #fff;
    text-decoration: none; }
  button.button span {
    position: absolute;
    left: 50%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    margin: 0;
    padding: 0; }
    @media (max-width: 375px) {
      button.button span {
        font-size: 20px;
        letter-spacing: 4px; } }

.d-none {
  display: none !important; }

.animated {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important; }

span.yellow {
  color: #ffdc37 !important;
  text-decoration: none !important; }

[v-cloak] {
  display: none; }
