@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto&family=Noto+Serif+TC:wght@400;500;600&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a, input, select {
  -webkit-tap-highlight-color: transparent;
}

a:focus, input:focus, select:focus {
  outline: 0;
}

a:active, a:hover, input:active, input:hover, select:active, select:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button, select {
  text-transform: none;
}

select, input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  -moz-appearance: none;
  outline: 0px none transparent;
}

textarea:focus, input:focus {
  outline: 0;
}

*:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

@font-face {
  font-family: "HeinekenSerif18";
  src: url(../font/HeinekenSerif18-Bold.ttf);
  font-weight: bold;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html,
body {
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-family: "Noto Sans TC";
  font-size: 100px;
  background-color: #097e2d;
  width: 100%;
}
html.changeBg,
body.changeBg {
  background-color: #f4f4f4;
}

#wrapper #main {
  position: relative;
  font-size: 5.333vw;
  width: 100vw;
  margin: auto;
}

input[name=zipcode],
.district,
.county {
  display: none;
}

.header {
  padding: 0 0.4em;
  position: fixed;
  top: 0;
  z-index: 10;
}
.header .container {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 2px #f0ffe2;
  border-top: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00b938), color-stop(85%, #00531a));
  background-image: linear-gradient(to bottom, #00b938 10%, #00531a 85%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.363em 0.5em;
  padding-right: 1em;
}
.header .container .logo {
  width: 58%;
}

.menu {
  width: 100%;
  height: 100%;
  position: fixed;
  margin: auto;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
  top: 0;
  background: url(../images/menu-bg.png) no-repeat center/cover;
  pointer-events: unset;
}
.menu.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.menu .logo {
  width: 70%;
  margin-top: 6.5em;
  padding: 0 1.5em;
}
.menu .menu-list {
  margin-top: 2.5em;
  padding: 0em 1.8em;
}
.menu .menu-list .item {
  padding-left: 0.3em;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
  border-bottom: 1px dashed #ffffff;
  font-size: 0.96em;
  color: #ffffff;
  text-shadow: 0 0 50px rgba(0, 255, 20, 0.8), 0 0 1px rgba(0, 255, 20, 0.8), 0 0 5px rgba(0, 255, 20, 0.5);
  position: relative;
}
.menu .menu-list .item::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-glow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.1em;
  height: 1.4em;
  position: absolute;
  top: 20%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.warn {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.ui-autocomplete {
  border-radius: 6px;
  width: 65%;
  max-height: 250px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(7%, #dbdbdb), color-stop(61%, #d5d5d5), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff, #dbdbdb 7%, #d5d5d5 61%, #ffffff);
  border-style: solid;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 8px 0 rgba(0, 255, 20, 0.8);
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
.ui-autocomplete li {
  margin: 0;
  font-size: 0.2em;
  white-space: nowrap;
  position: relative;
  height: 2em;
  line-height: 2;
  margin-bottom: 2em;
}
.ui-autocomplete li::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 0.05em;
  left: 50%;
  bottom: -100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f0ffe2;
}
.ui-autocomplete li:last-child::after {
  display: none;
}
.ui-autocomplete li a {
  color: #333333;
  padding: 1em 0;
}

.loading {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-backdrop-filter: blur(8.9px);
          backdrop-filter: blur(8.9px);
  background-color: rgba(9, 126, 45, 0.74);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loading.hidden {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.loading .container {
  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;
}
.loading .container .dot {
  width: 0.22em;
  height: 0.22em;
  border-radius: 99999px;
  background-color: #fff;
  -webkit-animation-name: aniLoading;
          animation-name: aniLoading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  margin: 0 0.1em;
}
.loading .container .dot:first-of-type {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading .container .dot:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.loading .container .dot:last-of-type {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

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

@keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.finalLoading {
  position: fixed;
  -webkit-backdrop-filter: blur(8.9px);
          backdrop-filter: blur(8.9px);
  background-color: rgba(9, 126, 45, 0.74);
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 990;
  display: none;
}
.finalLoading .item {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 0.3em;
  height: 0.3em;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 0.8s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
.userInfo, .lottery {
  background-image: url("../images/bg-GG2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.userInfo .content, .lottery .content {
  padding-top: 7.85em;
  padding-bottom: 7em;
}
.userInfo .content .title, .lottery .content .title {
  width: 68.25%;
  margin: auto;
}
.userInfo .content .form, .lottery .content .form {
  padding: 0.7em 1.75em;
}
.userInfo .content .form .row, .lottery .content .form .row {
  margin-bottom: 0.5em;
}
.userInfo .content .form .row:last-child, .lottery .content .form .row:last-child {
  margin-bottom: 0;
}
.userInfo .content .form .row .label, .lottery .content .form .row .label {
  color: #ffffff;
  text-shadow: 0 0 50px rgba(0, 255, 20, 0.8), 0 0 150px rgba(0, 255, 20, 0.8), 0 0 20px rgba(0, 255, 20, 0.8);
  font-size: 0.8em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.userInfo .content .form .row .inputBlock, .lottery .content .form .row .inputBlock {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  background-color: #00601e;
  text-align: center;
  font-size: 0.78em;
  color: #ffffff;
  padding: 1.194em 1em;
  text-align: center;
  position: relative;
}
.userInfo .content .form .row .inputBlock::after, .lottery .content .form .row .inputBlock::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.userInfo .content .form .row .inputBlock.store, .lottery .content .form .row .inputBlock.store {
  position: relative;
}
.userInfo .content .form .row .inputBlock.store input, .lottery .content .form .row .inputBlock.store input {
  width: 95%;
}
.userInfo .content .form .row .inputBlock input, .lottery .content .form .row .inputBlock input {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.userInfo .content .form .row .inputBlock input::-webkit-input-placeholder, .lottery .content .form .row .inputBlock input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.userInfo .content .form .row .inputBlock input::-moz-placeholder, .lottery .content .form .row .inputBlock input::-moz-placeholder {
  color: #b9b9b9;
}
.userInfo .content .form .row .inputBlock input:-ms-input-placeholder, .lottery .content .form .row .inputBlock input:-ms-input-placeholder {
  color: #b9b9b9;
}
.userInfo .content .form .row .inputBlock input::-ms-input-placeholder, .lottery .content .form .row .inputBlock input::-ms-input-placeholder {
  color: #b9b9b9;
}
.userInfo .content .form .row .inputBlock input::placeholder, .lottery .content .form .row .inputBlock input::placeholder {
  color: #b9b9b9;
}
.userInfo .content .form .row .inputBlock select, .lottery .content .form .row .inputBlock select {
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-family: "HeinekenSerif18", "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  letter-spacing: 0.05em;
}
.userInfo .content .form .row .box, .lottery .content .form .row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.userInfo .content .form .row .box .inputBlock, .lottery .content .form .row .box .inputBlock {
  margin-right: 0.5em;
  width: 30%;
}
.userInfo .content .form .row .box .inputBlock:last-child, .lottery .content .form .row .box .inputBlock:last-child {
  margin-right: 0;
}
.userInfo .content .form .row .box .inputBlock select, .lottery .content .form .row .box .inputBlock select {
  text-align: left;
}
.userInfo .content .form .button, .lottery .content .form .button {
  padding: 1.01em 0.5em;
  width: 91.41%;
  margin: auto;
  margin-top: 2em;
  position: relative;
}
.userInfo .content .form .button::after, .lottery .content .form .button::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  width: 93.9%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}
.userInfo .content .form .button p, .lottery .content .form .button p {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.05em;
  position: relative;
  z-index: 1;
}

.lotteryLoading {
  background-image: url("../images/bg-loading.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.lotteryLoading .content {
  padding-top: 4.5em;
  padding-bottom: 14em;
}
.lotteryLoading .content .title {
  width: 68.25%;
  margin: auto;
}
.lotteryLoading .content .prizePic {
  margin-top: -1.85em;
  position: relative;
}
.lotteryLoading .content .prizePic .pic {
  width: 82%;
  margin: auto;
}
.lotteryLoading .content .prizePic .pic:first-child {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation: lottery1 1.2s ease-in-out;
          animation: lottery1 1.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.lotteryLoading .content .prizePic .pic:nth-child(2), .lotteryLoading .content .prizePic .pic:nth-child(3) {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
  -webkit-animation: lottery2 1s ease-in-out;
          animation: lottery2 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.lotteryLoading .content .prizePic .pic:nth-child(2) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.lotteryLoading .content .prizePic .pic:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.lotteryLoading .content .prizePic .pic:last-child {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
  -webkit-animation: lottery3 0.6s ease-in-out;
          animation: lottery3 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes lottery1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@keyframes lottery1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@-webkit-keyframes lottery2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
}
@keyframes lottery2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
}
@-webkit-keyframes lottery3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes lottery3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.lotteryFail {
  background-image: url("../images/bg-GG1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.lotteryFail .content {
  padding-top: 10.6em;
  padding-bottom: 4em;
}
.lotteryFail .content .title {
  width: 68.25%;
  margin: auto;
}
.lotteryFail .content h3 {
  font-size: 2.05em;
  line-height: 0.9;
  color: #ffffff;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-top: 0.9em;
}
.lotteryFail .content h3 span {
  font-size: 0.7em;
  font-weight: 500;
}
.lotteryFail .content h3::after, .lotteryFail .content h3::before {
  content: "";
  display: block;
  background-image: url("../images/ic-dia.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
}
.lotteryFail .content h3::after {
  top: -20%;
  left: 13%;
}
.lotteryFail .content h3::before {
  bottom: -10%;
  right: 15%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lotteryFail .content .button {
  padding: 1.01em 0.5em;
  width: 91.41%;
  margin: auto;
  margin-top: 2.6em;
  position: relative;
}
.lotteryFail .content .button::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  width: 77.5%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}
.lotteryFail .content .button p {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.05em;
  position: relative;
  z-index: 1;
}

.winOne {
  background-image: url("../images/bg-award.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top -1.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.winOne .content {
  padding-top: 0.7em;
  padding-bottom: 5em;
}
.winOne .content .title {
  width: 72.25%;
  margin: auto;
}
.winOne .content .subTitle {
  width: 50%;
  margin: auto;
}
.winOne .content .box {
  position: relative;
}
.winOne .content .box .pic {
  width: 80%;
  margin-left: -3em;
}
.winOne .content .box h3 {
  font-size: 2.1em;
  line-height: 0.9;
  color: #097e2d;
  position: absolute;
  text-align: center;
  font-weight: bold;
  top: 58%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.winOne .content .button {
  padding: 1.01em 0.5em;
  width: 91.41%;
  margin: auto;
  margin-top: 0.7em;
  position: relative;
}
.winOne .content .button::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  width: 77.5%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}
.winOne .content .button p {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.05em;
  position: relative;
  z-index: 1;
}

.userForm {
  background-image: url("../images/bg-award.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top -4.5em;
}
.userForm .content .title {
  width: 70.25%;
  margin: auto;
}
.userForm .content .subTitle {
  width: 50%;
  margin: auto;
  margin-top: -0.5em;
}
.userForm .content .box {
  position: relative;
  height: 11em;
}
.userForm .content .box .pic {
  width: 55%;
  position: absolute;
  bottom: 4%;
  right: 34%;
  -webkit-animation: bottleAni 0.3s linear;
          animation: bottleAni 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@-webkit-keyframes bottleAni {
  0% {
    width: 55%;
  }
  100% {
    width: 73%;
  }
}
@keyframes bottleAni {
  0% {
    width: 55%;
  }
  100% {
    width: 73%;
  }
}
.userForm .content .box h3 {
  color: #097e2d;
  font-size: 1.06em;
  font-weight: bold;
  position: absolute;
  right: 1%;
  top: 40%;
  width: 45%;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "HeinekenSerif18", "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}
.userForm .content .box h3 span {
  font-size: 0.68em;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}
.userForm .content .form {
  padding: 0 0.87em;
  margin-top: -1.5em;
  background-color: #f4f4f4;
  padding-bottom: 5em;
}
.userForm .content .form h3 {
  text-align: center;
  color: #333333;
  font-size: 1.05em;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
  position: relative;
}
.userForm .content .form h3::after, .userForm .content .form h3::before {
  content: "";
  display: block;
  width: 25%;
  height: 0.1em;
  border-bottom: 1px dashed #6a6a6a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.userForm .content .form h3::after {
  right: 1%;
}
.userForm .content .form h3::before {
  left: 1%;
}
.userForm .content .form h4 {
  font-size: 0.7em;
  color: #6a6a6a;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 2em;
  font-weight: 400;
}
.userForm .content .form .row {
  margin-bottom: 1em;
}
.userForm .content .form .row:last-child {
  margin-bottom: 0;
}
.userForm .content .form .row .label {
  color: #6a6a6a;
  font-size: 0.7em;
  margin-bottom: 0.8em;
  font-weight: 300;
}
.userForm .content .form .row .inputBlock {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(126, 255, 136, 0.8);
          box-shadow: 0 0 5px 0 rgba(126, 255, 136, 0.8);
  border: solid 1px #77cb2a;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.78em;
  color: #333333;
  padding: 1.1376em 1em;
  position: relative;
}
.userForm .content .form .row .inputBlock input {
  width: 100%;
  color: #333333;
  text-align: center;
}
.userForm .content .form .row .inputBlock input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.userForm .content .form .row .inputBlock input::-moz-placeholder {
  color: #b9b9b9;
}
.userForm .content .form .row .inputBlock input:-ms-input-placeholder {
  color: #b9b9b9;
}
.userForm .content .form .row .inputBlock input::-ms-input-placeholder {
  color: #b9b9b9;
}
.userForm .content .form .row .inputBlock input::placeholder {
  color: #b9b9b9;
}
.userForm .content .form .row .addressBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7em;
}
.userForm .content .form .row .addressBlock .selectBlock {
  width: 50%;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(126, 255, 136, 0.8);
          box-shadow: 0 0 5px 0 rgba(126, 255, 136, 0.8);
  border: solid 1px #77cb2a;
  background-color: #ffffff;
  padding: 0.91em 0.8em;
  position: relative;
}
.userForm .content .form .row .addressBlock .selectBlock::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-lightg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.userForm .content .form .row .addressBlock .selectBlock:first-child {
  margin-right: 0.88em;
}
.userForm .content .form .row .addressBlock .selectBlock select {
  font-size: 0.8em;
  color: #333333;
  width: 100%;
}
.userForm .content .form .row.address .inputBlock input {
  text-align: left;
}
.userForm .content .form .button {
  padding: 0.8em 0.5em 1.217em;
  width: 91.41%;
  margin: auto;
  margin-top: 1.2em;
  position: relative;
}
.userForm .content .form .button::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  width: 85%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}
.userForm .content .form .button p {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.05em;
  position: relative;
  z-index: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8.9px);
          backdrop-filter: blur(8.9px);
  background-color: rgba(9, 126, 45, 0.74);
  z-index: 999;
  display: none;
}
.popup .content {
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 8px 0 rgba(0, 255, 20, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(7%, #dbdbdb), color-stop(61%, #d5d5d5), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff, #dbdbdb 7%, #d5d5d5 61%, #ffffff);
  padding: 4em 1.2em 2em 1.2em;
  width: 71.32%;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.popup .content .icon {
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30%;
}
.popup .content h3 {
  color: #097e2d;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.popup .content p {
  font-size: 0.72em;
  line-height: 1.3;
  color: #333333;
  text-align: center;
  font-weight: 300;
}
.popup .content p span {
  font-family: "HeinekenSerif18", "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  color: #097e2d;
  font-weight: 500;
}
.popup .content .button {
  padding: 0.7em 0.5em 1.002em;
  width: 91.41%;
  margin: auto;
  margin-top: 1.5em;
  position: relative;
}
.popup .content .button::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  width: 81.3%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}
.popup .content .button p {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.05em;
  position: relative;
  z-index: 1;
}
.popup.exchange .content {
  padding: 3em 1.2em 1.5em 1.2em;
}
.popup.exchange .content h3 {
  line-height: 1.3;
}
.popup.exchange .content p {
  text-align: left;
  padding-left: 1.7em;
  position: relative;
}
.popup.exchange .content p::before {
  content: "*";
  display: block;
  position: absolute;
  top: 8%;
  left: 4%;
}
.popup.exchange .content .btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.2em;
}
.popup.exchange .content .btnContainer .button {
  padding: 0.3176em 0.3em 0.6em;
  margin: unset;
  width: 40%;
}
.popup.exchange .content .btnContainer .button:first-child {
  margin-right: 0.3em;
}
.popup.exchange .content .btnContainer .button:first-child::after {
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  border: solid 1px #f0ffe2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), color-stop(27%, #afafaf), color-stop(62%, #717171), color-stop(83%, #383838), color-stop(92%, #454545), to(#888));
  background-image: linear-gradient(to bottom, #dedede 0%, #afafaf 27%, #717171 62%, #383838 83%, #454545 92%, #888 100%);
}
.popup.exchange .content .btnContainer .button::after {
  width: 88.5%;
}
.popup.exchange .content .btnContainer .button p {
  font-size: 0.98em;
  padding-left: 0;
  text-align: center;
}
.popup.exchange .content .btnContainer .button p::before {
  display: none;
}
.popup.alert .content, .popup.alertUsed .content {
  padding-top: 3em;
}
.popup.alert .content .error-alert, .popup.alertUsed .content .error-alert {
  margin-top: 1em;
}
.popup.alert .content .error-alert::before, .popup.alertUsed .content .error-alert::before {
  content: attr(data-alert);
  display: block;
  font-size: 1em;
  color: #097e2d;
  text-align: center;
  line-height: 1.6;
}
.popup.alert .content .button, .popup.alertUsed .content .button {
  padding: 0.4em 0.5em 0.7em;
}
.popup.alert .content .button::after, .popup.alertUsed .content .button::after {
  width: 38%;
}
.popup.endPop {
  display: block;
  z-index: 997;
}
.popup.endPop .content {
  padding-top: 3.5em;
}
.popup.endPop .content .icon {
  width: 25%;
}
.popup.endPop .content p {
  font-size: 0.86em;
  text-align: center;
  line-height: 1.4;
}

.foodMapHome {
  background-image: url("../images/bg-index.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.foodMapHome .content {
  padding: 0.8em 0.6em;
  padding-bottom: 3em;
  position: relative;
}
.foodMapHome .content .menuBtn {
  position: absolute;
  top: 2.5%;
  right: 3%;
}
.foodMapHome .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
}
.foodMapHome .content .title .mapIcon #mapIcon {
  width: 3em;
  height: 3.8em;
}
.foodMapHome .content .title .pic {
  width: 73%;
  margin-left: -0.5em;
}
.foodMapHome .content .mapList {
  margin-top: 0.9em;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 2px #f0ffe2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(5%, #d9d9d9), color-stop(41%, #ececec), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff, #d9d9d9 5%, #ececec 41%, #ffffff);
  padding: 1em 0.8em 0;
}
.foodMapHome .content .mapList .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foodMapHome .content .mapList .row .selectBlock {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(126, 255, 136, 0.8);
          box-shadow: 0 0 15px 0 rgba(126, 255, 136, 0.8);
  border: solid 1.5px #77cb2a;
  background-color: #ffffff;
  padding: 0.32em 0.8em;
  position: relative;
  width: 100%;
}
.foodMapHome .content .mapList .row .selectBlock::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-g.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.701em;
  height: 0.526em;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.foodMapHome .content .mapList .row .selectBlock select {
  font-size: 0.78em;
  color: #097e2d;
  width: 100%;
}
.foodMapHome .content .mapList .row .search {
  padding: 0.4em 0.5em 0.593em;
  position: relative;
  width: 20%;
}
.foodMapHome .content .mapList .row .search::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  width: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}
.foodMapHome .content .mapList .row .search p {
  color: #ffffff;
  text-align: center;
  font-size: 0.76em;
  position: relative;
  z-index: 1;
}
.foodMapHome .content .mapList .mapItem {
  margin-top: 1em;
  height: 61vh;
  overflow-y: scroll;
}
.foodMapHome .content .mapList .mapItem .item {
  position: relative;
  margin-bottom: -0.8em;
  position: relative;
  z-index: 1;
  background-image: url("../images/storeList-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.6em 0.5em;
  padding-bottom: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foodMapHome .content .mapList .mapItem .item::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-glow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.8em;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.foodMapHome .content .mapList .mapItem .item:last-child {
  margin-bottom: 0;
}
.foodMapHome .content .mapList .mapItem .item .text {
  margin-left: 0.3em;
  width: 65%;
}
.foodMapHome .content .mapList .mapItem .item .text h3 {
  color: #097e2d;
  font-size: 0.88em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  line-height: 1.2;
}
.foodMapHome .content .mapList .mapItem .item .text p {
  font-size: 0.62em;
  color: #333333;
  font-weight: 300;
  line-height: 1.2;
}

.storeInfo {
  background-image: url("../images/bg-page.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.storeInfo .content {
  padding: 0 0.8em 3em;
  padding-top: 12.5em;
  position: relative;
}
.storeInfo .content .box {
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(7%, #dbdbdb), color-stop(61%, #d5d5d5), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff, #dbdbdb 7%, #d5d5d5 61%, #ffffff);
  padding: 9.6em 1em 2.5em;
}
.storeInfo .content .box .storePic {
  position: absolute;
  top: -7.3em;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(4deg);
          transform: translateX(-50%) rotate(4deg);
  width: 77%;
  margin: auto;
  -webkit-box-shadow: 20px 10px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 20px 10px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.storeInfo .content .box .storePic img {
  border-radius: 10px;
}
.storeInfo .content .box .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.storeInfo .content .box .area::after, .storeInfo .content .box .area::before {
  content: "";
  display: block;
  background-color: #097e2d;
  width: 34%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.storeInfo .content .box .area::after {
  right: 5%;
}
.storeInfo .content .box .area::before {
  left: 5%;
}
.storeInfo .content .box .area .icon {
  margin-right: 0.2em;
}
.storeInfo .content .box .area p {
  color: #097e2d;
  font-size: 0.86em;
  font-weight: 500;
}
.storeInfo .content .box .storeName {
  padding: 0.7em 0;
  position: relative;
}
.storeInfo .content .box .storeName::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #097e2d;
  position: absolute;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.storeInfo .content .box .storeName p {
  font-size: 1.48em;
  text-align: center;
  color: #097e2d;
  font-weight: bold;
  line-height: 1.2;
}
.storeInfo .content .box .intro {
  margin-top: 1em;
}
.storeInfo .content .box .intro p {
  text-align: center;
  font-size: 0.8em;
  color: #333333;
  line-height: 1.6;
  font-weight: 400;
}
.storeInfo .content .box .info {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #e6ffc3;
  background-color: #097e2d;
  margin-top: 1em;
  padding: 0.5em 0.5em 1.3em;
  padding-right: 0.2em;
  position: relative;
}
.storeInfo .content .box .info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2em;
}
.storeInfo .content .box .info .item .fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1em;
}
.storeInfo .content .box .info .item .fix.time {
  width: 36%;
}
.storeInfo .content .box .info .item p {
  font-size: 0.66em;
  color: #ffffff;
  line-height: 1.2;
}
.storeInfo .content .box .info .item p.address {
  width: 62%;
}
.storeInfo .content .box .info .button {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding: 0.25em 0.5em 0.5em;
  margin: auto;
  margin-top: 1.5em;
  width: 45%;
}
.storeInfo .content .box .info .button::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 2px #f0ffe2;
  width: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
  -webkit-animation: glow 1.5s infinite;
          animation: glow 1.5s infinite;
}
@-webkit-keyframes glow {
  0% {
    border: solid 2px #f0ffe2;
  }
  50% {
    border: solid 2px #81c83e;
  }
  100% {
    border: solid 2px #f0ffe2;
  }
}
@keyframes glow {
  0% {
    border: solid 2px #f0ffe2;
  }
  50% {
    border: solid 2px #81c83e;
  }
  100% {
    border: solid 2px #f0ffe2;
  }
}
.storeInfo .content .box .info .button p {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 0.66em;
  font-weight: bold;
  line-height: 1.3;
}
.storeInfo .content .box .info .button .icon {
  position: relative;
  z-index: 1;
  margin-right: 0.25em;
}
.storeInfo .back {
  position: fixed;
  right: 1%;
  bottom: 11%;
}

.record {
  background-image: url("../images/bg-activity.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.record .content {
  padding: 0 0.72em 3em;
  padding-top: 5em;
  position: relative;
}
.record .content h3 {
  font-size: 1.3em;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 0 50px rgba(0, 255, 20, 0.8), 0 0 1px rgba(0, 255, 20, 0.8), 0 0 5px rgba(0, 255, 20, 0.5);
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.record .content h3::after {
  content: "";
  display: block;
  width: 39%;
  height: 0.55em;
  border-radius: 99px;
  background-color: #18a658;
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.record .content .recordInfo {
  margin-top: 1.8em;
}
.record .content .recordInfo .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.record .content .recordInfo .title .item {
  color: #ffffff;
  font-size: 0.9em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.record .content .recordInfo .title .item:first-child {
  margin-right: 1em;
  width: 28%;
}
.record .content .recordInfo .title .item:last-child {
  width: 68%;
}
.record .content .recordInfo .recordBox {
  margin-top: 0.8em;
  height: 66vh;
  overflow-y: scroll;
}
.record .content .recordInfo .recordBox .noData {
  font-size: 0.92em;
  color: #ffffff;
  text-align: center;
}
.record .content .recordInfo .recordBox .box {
  border-radius: 6px;
  background-color: #005f1d;
  padding: 1.378em 0.8em;
  color: #aedebd;
  margin-bottom: 0.6em;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: 300;
}
.record .content .recordInfo .recordBox .box .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.record .content .recordInfo .recordBox .box .flexBox .date {
  width: 32%;
}
.record .content .recordInfo .recordBox .box .flexBox .prize {
  width: 68%;
  position: relative;
  line-height: 1.4;
}
.record .content .recordInfo .recordBox .box .flexBox .prize::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  right: -2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.record .content .recordInfo .recordBox .box .flexBox .prize span {
  display: block;
  width: 90%;
  line-height: 1;
}
.record .content .recordInfo .recordBox .box .flexBox .prize.show::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.record .content .recordInfo .recordBox .box .flexBox .prize .map {
  display: inline-block;
  margin-top: 0.4em;
  border-radius: 5px;
  border: solid 1px #05ba3d;
  background-color: #006920;
  padding: 0.2em 0.4em;
}
.record .content .recordInfo .recordBox .box .flexBox .prize .map .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.record .content .recordInfo .recordBox .box .flexBox .prize .map .container p {
  font-size: 0.84em;
  margin-left: 0.5em;
}
.record .content .recordInfo .recordBox .box .flexBox .prize .button {
  padding: 0.5em 0.5em 0.74em;
  width: 59.5%;
  margin-top: 1.2em;
  position: relative;
}
.record .content .recordInfo .recordBox .box .flexBox .prize .button::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}
.record .content .recordInfo .recordBox .box .flexBox .prize .button.used::after {
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  border: solid 1px #f0ffe2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), color-stop(27%, #afafaf), color-stop(62%, #717171), color-stop(83%, #383838), color-stop(92%, #454545), to(#888));
  background-image: linear-gradient(to bottom, #dedede 0%, #afafaf 27%, #717171 62%, #383838 83%, #454545 92%, #888 100%);
}
.record .content .recordInfo .recordBox .box .flexBox .prize .button p {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.35em;
  position: relative;
  z-index: 1;
}
.record .content .recordInfo .recordBox .box .infoBox {
  margin-top: 1.3em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68%;
  margin-left: auto;
  padding-right: 0.5em;
  display: none;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #097e2d;
  padding: 0.8em 0;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list:last-child {
  padding-bottom: 0;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list:last-child p:first-child {
  margin-right: 0.3em;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list p {
  font-size: 0.86em;
  line-height: 1.4;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list p:first-child {
  width: 33%;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list p.showInfo.hide {
  display: none;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list .inputBlock {
  display: none;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0.282em 0.4em;
  -webkit-box-shadow: inset 0 0 2px #333333;
          box-shadow: inset 0 0 2px #333333;
  width: 51.5%;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list .inputBlock.show {
  display: block;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list .inputBlock input {
  color: #333333;
  font-size: 0.92em;
  font-weight: 300;
  width: 100%;
}
.record .content .recordInfo .recordBox .box .infoBox .container .list .inputBlock textarea {
  border: none;
  resize: none;
  width: 90%;
}
.record .content .recordInfo .recordBox .box .infoBox .container .button {
  padding: 0.78em 0.5em 1.02em;
  width: 61.5%;
  position: relative;
  margin-top: 0.68em;
}
.record .content .recordInfo .recordBox .box .infoBox .container .button::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  border: solid 1px #f0ffe2;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2ff69), color-stop(27%, #81c83e), color-stop(62%, #389b34), color-stop(83%, #1c8a30), color-stop(92%, #0c6a20), color-stop(99%, #0a6e29));
  background-image: linear-gradient(to bottom, #c2ff69 1%, #81c83e 27%, #389b34 62%, #1c8a30 83%, #0c6a20 92%, #0a6e29 99%);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}
.record .content .recordInfo .recordBox .box .infoBox .container .button.editBtn.hide {
  display: none;
}
.record .content .recordInfo .recordBox .box .infoBox .container .button.sendEdit {
  display: none;
}
.record .content .recordInfo .recordBox .box .infoBox .container .button.sendEdit.show {
  display: block;
}
.record .content .recordInfo .recordBox .box .infoBox .container .button p {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 1.35em;
  position: relative;
  z-index: 1;
}
.record .content .recordInfo .recordBox .box .infoBox .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.88em;
  line-height: 1.6;
  padding-top: 0.8em;
  border-top: 1px solid #097e2d;
}
.record .content .recordInfo .recordBox .box .infoBox .text ul {
  padding-left: 1.7em;
}
.record .content .recordInfo .recordBox .box .infoBox .text ul li {
  position: relative;
}
.record .content .recordInfo .recordBox .box .infoBox .text ul li::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: #aedebd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
}

.rule {
  background-image: url("../images/bg-activity.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.rule .content {
  padding: 0 0.9em 3em;
  padding-top: 5em;
  position: relative;
}
.rule .content h3 {
  font-size: 1.3em;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 0 50px rgba(0, 255, 20, 0.8), 0 0 1px rgba(0, 255, 20, 0.8), 0 0 5px rgba(0, 255, 20, 0.5);
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
.rule .content h3::after {
  content: "";
  display: block;
  width: 39%;
  height: 0.55em;
  border-radius: 99px;
  background-color: #18a658;
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.rule .content .block {
  margin-bottom: 1.5em;
  letter-spacing: 0.02em;
}
.rule .content .block .title {
  color: #32e593;
  font-size: 0.98em;
  padding-bottom: 0.3em;
  border-bottom: 1px dashed #ffffff;
  margin-bottom: 0.35em;
  line-height: 1.4;
}
.rule .content .block .title span {
  display: block;
  font-size: 0.78em;
}
.rule .content .block .item {
  line-height: 1.6;
  margin-bottom: 0.3em;
}
.rule .content .block .item p {
  color: #ffffff;
  font-size: 0.68em;
  font-weight: 300;
}
.rule .content .block .item p.yellow {
  font-size: 0.82em;
  color: #faae33;
  font-weight: 400;
}
.rule .content .block .item p .yellow {
  color: #faae33;
}
.rule .content .block .item .pic {
  width: 75%;
  margin: auto;
  margin-top: 0.3em;
}
.rule .content .block .item .sub {
  font-size: 0.79em;
  font-weight: 400;
  color: #097e2d;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.0323em 0.4324em;
  display: inline-block;
  margin-bottom: 0.3em;
}
.rule .content .block .item ul {
  list-style: decimal;
  padding-left: 1em;
}
.rule .content .block .item ul li {
  color: #ffffff;
  font-size: 0.7em;
  font-weight: 300;
}
.rule .content .block .item ul li a {
  display: inline-block;
  color: #9ad741;
  padding-bottom: 0.05em;
  border-bottom: 1px solid #9ad741;
}

.how {
  background-image: url("../images/bg-activity.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.how .content {
  padding: 0 0.9em 4em;
  padding-top: 5em;
  position: relative;
}
.how .content h3 {
  font-size: 1.3em;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 0 50px rgba(0, 255, 20, 0.8), 0 0 1px rgba(0, 255, 20, 0.8), 0 0 5px rgba(0, 255, 20, 0.5);
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
.how .content h3::after {
  content: "";
  display: block;
  width: 39%;
  height: 0.55em;
  border-radius: 99px;
  background-color: #18a658;
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.how .content .block {
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
.how .content .block:nth-child(3) {
  margin-bottom: 0.5em;
}
.how .content .block p {
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1.6;
  font-weight: 300;
}
.how .content .block .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
          box-shadow: 0 0 5px 0 rgba(0, 255, 20, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(7%, #dbdbdb), color-stop(61%, #d5d5d5), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff, #dbdbdb 7%, #d5d5d5 61%, #ffffff);
  overflow: hidden;
  margin-top: 1em;
  padding-right: 0.5em;
}
.how .content .block .prize .pic {
  width: 29em;
  margin-top: -1.6em;
  margin-bottom: -1.3em;
  margin-left: -1em;
}
.how .content .block .prize p {
  font-size: 0.86em;
  color: #000000;
  font-weight: 500;
  margin-left: -1.7em;
  line-height: 1.3;
  margin-top: 2.5em;
}
.how .content .block .prize p span {
  color: #17b06f;
  display: block;
  font-size: 0.78em;
  letter-spacing: 0.01em;
}
.how .content .block .item {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #ffffff;
}
.how .content .block .item:last-child {
  margin-bottom: 0;
}
.how .content .block .item p {
  line-height: 1.4;
}
.how .content .block .item p a {
  display: inline-block;
  color: #9ad741;
  padding-bottom: 0.05em;
  border-bottom: 1px solid #9ad741;
}
.how .content .block .item p span {
  font-size: 2.8em;
  vertical-align: middle;
  font-weight: bold;
}
.how .content .block .item.plan {
  padding-left: 1em;
}
.how .content .notice {
  color: #cecece;
  font-size: 0.62em;
  line-height: 1.4;
  font-weight: 300;
}