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,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC Regular", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#app > ._container {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
}
#app .pageHeader {
  width: 100%;
  height: 11.73vw;
  top: 9.6vw;
  left: 0;
  position: absolute;
  background-color: transparent;
}
#app .pageHeader .pageHeaderLeft {
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 3;
}
#app .pageHeader .pageHeaderLeft > img {
  width: auto;
  height: 100%;
}
#app .pageContent {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#app .pageContent > ._container {
  width: 100%;
  text-align: center;
  position: relative;
}
#app .pageContent > ._container .title,
#app .pageContent > ._container .subTitle {
  color: #ffffff;
  z-index: 1;
  position: relative;
  width: 100%;
}
#app .pageContent > ._container .title {
  margin-top: 13.333vw;
}
#app .pageContent > ._container .subTitle {
  margin-top: 1.333vw;
}
#app .pageContent > ._container .button.openar {
  display: inline-block;
  z-index: 1;
  margin-top: 56vw;
  margin-left: auto;
  margin-right: auto;
}
#app .pageContent.eventClose ._container {
  position: absolute;
  top: 57.33vw;
}
#app .pageContent.eventClose ._container .title {
  margin-top: 0;
}
#app .pageFooter {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  z-index: 3;
}
#app .pageFooter .buttonGroup {
  height: 13.333vw;
}
#app .pageFooter .buttonGroup > .button {
  height: 100%;
  background-color: #000000;
  color: #ffffff;
}
#app .pageFooter .buttonGroup > .divider {
  width: 1px;
  height: 8vw;
  background-color: #94969a;
  opacity: 0.7;
}
#app .pageFooter > .pageFooterLine {
  position: relative;
  height: 9.067vw;
  display: none;
}
#app .pageFooter > .pageFooterLine::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 35.733vw;
  height: 1.333vw;
  border-radius: 26.667vw;
  position: absolute;
  left: 50%;
  top: 5.333vw;
  transform: translateX(-50%);
}
#app .circleAnimation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 45vw;
  /* &.ios {
      top: 32vw;
    }
    &.android {
      top: 45vw;
    } */
}

.button {
  font-size: 16px;
  line-height: 22px;
  background-color: #ffffff;
  border: none;
  outline: none;
  color: #000000;
  opacity: 0.5;
}
.button.active {
  opacity: 1;
}

.buttonGroup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.buttonGroup .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.text {
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5019607843);
  color: #000000;
}

.title {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
}

.subTitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.circleAnimation {
  width: 58.667vw;
  height: 58.667vw;
}
.circleAnimation > img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: circleRotate 5s linear infinite forwards;
}

@keyframes circleRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.button.openar {
  width: 61.333vw;
  height: 12.8vw;
  background-color: #ff8c00;
  color: #ffffff;
  border-radius: 13.333vw;
  font-size: 20px;
  opacity: 1;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 4px rgba(66, 66, 66, 0.5019607843);
}

.step {
  width: 85.333vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.step .stepContainer {
  width: 100%;
  min-height: 128vw;
  padding: 4vw;
  padding-bottom: 0;
  background-color: #dff1f1;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(66, 66, 66, 0.5019607843);
  border-radius: 10px;
  /* @include absolute;
    top: 17.067vw;
    @include absolute-x-center; */
  overflow: hidden;
}
.step .stepContainer .stepTitle {
  margin-top: 4vw;
}
.step .stepContainer .stepImage {
  margin-top: 4vw;
}
.step .stepContainer .stepDescription {
  margin-top: 4vw;
}
.step .stepContainer .stepIndicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5.333vw;
}
.step .stepContainer .stepFooter {
  margin-top: 6.667vw;
}
.step .stepClose {
  width: 5.333vw;
  height: 5.333vw;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  transform: translateY(-30px);
  z-index: 10;
}
.step .stepClose::before, .step .stepClose::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform-origin: center;
}
.step .stepClose::before {
  transform: rotate(45deg);
}
.step .stepClose::after {
  transform: rotate(-45deg);
}
.step .stepHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step .stepHeader .stepPosition {
  font-size: 14px;
  line-height: 20px;
  color: #ff8c00;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.step .stepHeader .stepPosition::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ff8c00;
  margin-left: 1.333vw;
}
.step .stepHeader .stepNext {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  color: #5e88b1;
  padding: 1.6vw 3.733vw;
  border: 1px solid #5e88b1;
  border-radius: 5.333vw;
}
.step .stepTitle {
  text-align: center;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 1.92px;
  color: #5e88b1;
}
.step .stepTitle h2 {
  font-size: 32px;
  line-height: 45px;
}
.step .stepImage {
  width: 54.133vw;
  height: 54.133vw;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5.333vw;
}
.step .stepImage > img {
  width: 100%;
  height: 100%;
}
.step .stepDescription {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #424242;
}
.step .stepFooter {
  text-align: center;
}
.step .stepFooter .button.openar {
  position: inherit !important;
  transform: none !important;
}
.step .stepIndicator {
  width: 24vw;
  height: 1.067vw;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0.533vw;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.step .stepIndicator .stepIndicatorLabel {
  width: 8vw;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.533vw;
  transition: transform 0.3s ease-in-out;
}
.step .stepAll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: transform 0.3s ease-in-out;
}
.step .stepAll .stepIndex {
  width: 100%;
  flex-shrink: 0;
  margin-right: 4vw;
}
.step.step1 .stepAll {
  transform: translateX(0);
}
.step.step1 .stepIndicatorLabel {
  transform: translateX(0);
}
.step.step2 .stepAll {
  transform: translateX(-81.333vw);
}
.step.step2 .stepIndicatorLabel {
  transform: translateX(8vw);
}
.step.step3 .stepAll {
  transform: translateX(-162.667vw);
}
.step.step3 .stepIndicatorLabel {
  transform: translateX(16vw);
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.overflow {
  overflow: hidden;
}

body.versionPrompt .versionDialog {
  display: block;
}

.versionDialog {
  --z-index: 10000;
  --transition-duration: 0.3s;
  --mask-background: rgba(0, 0, 0, 0.7);
  --popup-background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--z-index);
  opacity: 0;
  transition: opacity var(--transition-duration) ease-out;
  display: none;
}

.versionDialog-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--mask-background);
}

.versionDialog-popup {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--popup-background);
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 345px;
  height: 500px;
}

.versionDialog-popup .versionDialog-close {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 0;
  left: calc(100% - 24px);
  transform: translateY(-34px);
}

.versionDialog-popup .versionDialog-close::before,
.versionDialog-popup .versionDialog-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform-origin: center;
}

.versionDialog-popup .versionDialog-close::before {
  transform: rotate(45deg);
}

.versionDialog-popup .versionDialog-close::after {
  transform: rotate(-45deg);
}

.versionDialog-popup .versionDialog-top {
  padding: 36px 32px 0;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 3.84px;
  color: #cd0505;
}

.versionDialog-popup .versionDialog-middle {
  margin-top: 15px;
  margin-bottom: 20px;
}

.versionDialog-popup .versionDialog-bottom {
  margin-top: 87px;
}

.versionDialog-popup .versionDialog-divider {
  background-color: var(--redpack-split-color, #d69b5b);
  margin: 0 auto;
  width: 25%;
  height: 2px;
}

.versionDialog .versionDialog-image {
  text-align: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.versionDialog .versionDialog-image > img {
  width: 100%;
  height: auto;
}

.versionDialog .versionDialog-text {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.versionDialog .versionDialog-text > span {
  display: block;
  color: #424242;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.83px;
}

.versionDialog .versionDialog-button {
  width: 240px;
  height: 48px;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 2.4px;
  border-radius: 40px;
  box-shadow: 0 2px 4px #a0a0a0;
  display: block;
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
}

.versionDialog .versionDialog-button.confirm {
  background-color: #cd0505;
  color: #ffffff;
}

.versionDialog.active {
  opacity: 1;
}