/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN CSS */
html, body {
  width: 100%;
  height: 100%;
  font-family: '微軟正黑體',Helvetica, Arial, sans-serif;
}

body {
  background: #000;
  font-size: 16px;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.mockup {
  width: 414px;
  margin: auto;
  position: absolute;
  /* top: 20px; */
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.wrap {
  width: 100%;
  background: #e40065;
}

.container {
  text-align: center;
  color: #fff;
  /* background: url('../images/bg.jpg') left top no-repeat; */
  background-size: cover;
  max-width: 414px;
  width: 100%;
  height: auto;
  margin: auto;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.top {
  overflow: hidden;
}

.kv {
  width: 100%;
  padding: 0px 17px 3px;
  box-sizing: border-box;
  position: relative;
}

.kv > img {
  position: relative;
  z-index: 99;
}

.sb {
  overflow: hidden;
  width: 450px;
  top: -50%;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  height: 480px;
  z-index: 0;
  /* -webkit-animation: spin 14s infinite linear;
  animation: spin 14s infinite linear; */
}

.sb img {
  width: 450px;
  opacity: 0.2;
  transition: all 1s 0.2s;
  -webkit-animation: spin 14s infinite linear;
  animation: spin 14s infinite linear;
}

@keyframes spin {
  to {
      transform: rotate(360deg)
  }
}

.container .logo {
  width: 75%;
  padding: 0 65px 0 55px;
  margin: 5.5% auto 16px;
  box-sizing: border-box;
}

.date {
  width: 120px;
  margin: auto;
  padding-bottom: 25px;
}

.container p {
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 16px 0;
  background: url('../images/frame_megabk.png') top center no-repeat;
  background-size: 95%;
}

.content.everrich {
  background-size: 95% 95%;
}

.content .vip {
  width: 100%;
  padding-top: 27px;
  padding-bottom: 7px;
}

.content .vip img {
  width: 33%;
}

.content p {
  font-size: 0.55rem;
}

.content .map {
  width: 76%;
  padding: 15px 0 38px;
}

.feedback {
  width: 100%;
  background: #fadbe8 url('../images/circle.png');
  background-size: 190%;
  padding: 20px 0;
}

.feedback img {
  width: 78%;
}

.exclusive {
  width: 100%;
  margin: 16px 0;
}

.exclusive img {
  width: 93.5%;
}

.act {
  width: 100%;
  background: #fadbe8 url('../images/circle.png');
  background-size: 190%;
  padding: 20px 0;
}

.act .act_title {
  width: 50%;
  margin: auto;
}

.act .act_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #000;
  padding: 8px;
  box-sizing: border-box;
}

.act .act_box > li {
  width: calc(100% / 3);
  height: 130px;
  padding: 3px;
  position: relative;
}

.act .act_box > li:first-child {
  padding-left: 0;
}

.act .act_box > li:last-child {
  padding-right: 0;
}

.act .act_box > li p {
  width: 90%;
  font-size: 0.55rem;
  line-height: 0.8rem;
  text-align: justify;
  /* position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%); */
  margin: auto;
  padding-top: 4px;
}

.act .act_box > li .info {
  font-family: 'Noto Serif TC', serif;
  font-size: 0.55rem;
  text-align: left;
}

.act .act_box > li span {
  font-size: 0.7rem;
}

.pruchase_info img {
  width: 93%;
  margin: auto;
}

.pruchase_info p {
  width: 70%;
  margin: auto;
  padding-top: 10px;
}

.qrcode {
  padding: 11px 0 12px;
  margin: 18px 80px 15px;
  color: #e9c288;
  background: url('../images/frame_qrcode.png') center center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  font-weight: 900;
  display: flex;
  justify-content: center;
}

.qrcode.everrich {
  margin-bottom: 37px;
}

.qrcode a {
  color: #e9c288;
  text-decoration: none;
}

.qrcode a span {
  border-bottom: 1px solid rgba(233, 194, 136, 0.8);
  padding: 0 3px 2px 2px;
}

.notice {
  width: 85%;
  margin: auto;
  margin-bottom: 5%;
}
.notice img {
  width: 100%;
}




@media screen and (max-width: 375px) {
  
  .container .logo {
    margin-bottom: 6px;
  }

  .container p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }

  .content p:first-child {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  
  p.highlight {
    font-size: 0.9rem;
  }

  p.highlight:before, p.highlight:after {
    top: 48%;
  }

  .qrcode {
    font-weight: 900;
    font-size: 0.6rem;
  }

  .notice {
    /* height: 45px; */
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  .container .logo {
    margin-top: 10px;
  }

  .container p {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }

  .content p:first-child {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  
  p.highlight {
    font-size: 0.7rem;
  }

  p.highlight:before, p.highlight:after {
    top: 48%;
  }

  p.qrcode {
    font-size: 0.4rem;
  }

  .notice {
    height: 40px;
  }
}
