/**** Reset Css ****/
/* 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; }

/**** //Reset Css ****/
.listItems::-webkit-scrollbar {
  width: 5px; }

.listItems::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.listItems::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  font-size: inherit; }

.hide {
  display: none; }

.mainContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.listItems {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  color: #222;
  max-height: 40vh;
  min-height: 7vh;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: auto; }

.listItems .item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #C4C4C4;
  padding: 2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 18px;
  color: #666;
  font-weight: bold; }

.listItems .item .value {
  float: left; }

.overlay.outer {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9999;
  visibility: hidden; }

.overlay.outer.show {
  visibility: visible; }

.overlay .inner {
  width: 50vw;
  height: 50vh;
  padding: 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
  -moz-box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
  -o-box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
  overflow: hidden;
  text-align: center;
  color: #FFF; }

.portrait .overlay .inner {
  width: 70%;
  height: 45vw; }

.inner .msg {
  margin-top: 1vh;
  font-size: 8vh;
  font-weight: 800; }

.inner .award {
  font-size: 22vh;
  font-weight: 800;
  margin: 1vh 0; }

.inner .code {
  font-size: 4vh;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 2vh;
  width: 80%;
  margin: 0 auto;
  border-radius: 30px; }

.inner .failed {
  width: 10vw;
  margin: 1vh;
  height: auto; }

.portrait .inner .msg {
  font-size: 8vw; }

.portrait .inner .award {
  font-size: 22vw;
  margin: 1vw 0; }

.portrait .inner .code {
  font-size: 4vw;
  padding: 2vw; }

#mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px; }

/**** Components StyleSheet ****/
.component {
  position: absolute; }

.component img {
  width: 100%;
  height: 100%; }

.component.appBackground {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.component.slogan {
  width: 33vw; }

.portrait .component.slogan {
  width: 53vw;
  margin-left: -10vw; }

.component.brand {
  width: 14vw;
  bottom: 0;
  right: 0;
  z-index: 9999; }

.component .card {
  position: absolute;
  width: 10vw;
  height: auto; }

.portrait .component .card {
  width: 15vw; }

.component.rewardBox {
  margin: 1vw;
  width: 22vw; }

.portrait .component.rewardBox {
  width: 30vw; }

.component.popup {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9999; }
  .component.popup .content-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .component.popup .content-inner input {
      width: 80vw;
      max-width: 500px;
      height: 5.6vw;
      margin-bottom: 3.66032vw;
      border: 1px solid #C4C4C4;
      border-radius: 8px;
      -webkit-box-shadow: -1px 3px 19px 10px rgba(254, 254, 254, 0.8);
      box-shadow: -1px 3px 19px 10px rgba(254, 254, 254, 0.8);
      font-size: 2.92969vw;
      padding-left: 3.66032vw;
      outline: none; }
      @media only screen and (max-width: 600px) {
        .component.popup .content-inner input {
          height: 10vw; } }
    .component.popup .content-inner button {
      position: absolute;
      top: 0;
      right: -4vw;
      height: 6vw;
      width: auto;
      min-width: 5.7vw;
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      text-align: center;
      border: none;
      background-size: 300% 100%;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      background-image: -webkit-gradient(linear, left top, right top, from(#f5ce62), color-stop(#e43603), color-stop(#fa7199), to(#e85a19));
      background-image: -webkit-linear-gradient(left, #f5ce62, #e43603, #fa7199, #e85a19);
      background-image: -o-linear-gradient(left, #f5ce62, #e43603, #fa7199, #e85a19);
      background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
      -webkit-box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
      box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
      outline: none; }
      .component.popup .content-inner button.inactive {
        background-image: -webkit-gradient(linear, left top, right top, from(#666), color-stop(#ddd), color-stop(#666), to(#c4c4c4));
        background-image: -webkit-linear-gradient(left, #666, #ddd, #666, #c4c4c4);
        background-image: -o-linear-gradient(left, #666, #ddd, #666, #c4c4c4);
        background-image: linear-gradient(to right, #666, #ddd, #666, #c4c4c4);
        -webkit-box-shadow: none;
        box-shadow: none; }
      .component.popup .content-inner button:hover {
        background-position: 100% 0;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
      @media only screen and (max-width: 600px) {
        .component.popup .content-inner button {
          height: 11vw; } }

@media only screen and (max-width: 640px) {
  .listItems {
    max-height: 18vh; }
  .listItems .item {
    font-size: 14px; }
  .portrait .component.cards {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 33%;
    top: 42%;
    width: 100%;
    height: 100%; }
  .portrait .component.rewardBox {
    width: 100%;
    margin: 0px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0px;
    top: initial !important;
    left: 0 !important; }
  .portrait .component.rewardBox img {
    max-width: 30vw; } }
