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;
}

* {
  box-sizing: border-box;
}

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

a {
  display: block;
  text-decoration: none;
}

html,
body {
  height: 100%;
  background-color: #2c2631;
}

.d-none {
  display: none;
}

.popup {
  width: 400px;
  z-index: 9999;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  position: fixed;
  top: 40%;
  line-height: 1.5;
  color: #000;
  border-radius: 20px;
  padding: 34px 34px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.popup img {
  margin: 0 auto;
  margin-top: 20px;
}

.container {
  max-width: 768px;
  margin: 0 auto;
}
.container .header {
  width: 100%;
  padding: 25px 0 27px 19px;
  background-color: #FFE053;
}
.container .header img {
  width: 336px;
  height: 45px;
}
.container .mainWrap {
  position: relative;
  width: 768px;
  height: 927px;
}
.container .mainWrap .backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.container .mainWrap .inhandUrl {
  font-family: PingFangTC;
  font-size: 36px;
  font-weight: 600;
  color: #ffe053;
  text-decoration: underline;
}
.container .mainWrap .inhandUrlLocation1 {
  position: absolute;
  top: 163px;
  right: 140px;
}
.container .mainWrap .inhandUrlLocation2 {
  position: absolute;
  top: 285px;
  right: 140px;
}
.container .mainWrap .inhandUrl2 {
  position: absolute;
  top: 532px;
  right: 20px;
  width: 430px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: PingFangTC;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
}
.container .mainWrap .bottomEmail {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
}
.container .mainWrap .bottomEmail a {
  color: #f9d533;
}

@media (max-width: 768px) {
  .popup {
    width: 52.0833333333vw;
    border-radius: 2.6041666667vw;
    padding: 4.4270833333vw 4.4270833333vw;
    font-size: 3.125vw;
  }
  .popup img {
    margin-top: 2.6041666667vw;
  }
  .container {
    max-width: 100vw;
  }
  .container .header {
    padding: 3.2552083333vw 0 3.515625vw 2.4739583333vw;
  }
  .container .header img {
    width: 43.75vw;
    height: 5.859375vw;
  }
  .container .mainWrap {
    width: 100vw;
    height: 120.703125vw;
  }
  .container .mainWrap .inhandUrl {
    font-size: 4.6875vw;
  }
  .container .mainWrap .inhandUrlLocation1 {
    top: 21.2239583333vw;
    right: 18.2291666667vw;
  }
  .container .mainWrap .inhandUrlLocation2 {
    top: 37.109375vw;
    right: 18.2291666667vw;
  }
  .container .mainWrap .inhandUrl2 {
    top: 69.2708333333vw;
    right: 2.6041666667vw;
    width: 55.9895833333vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    font-size: 4.6875vw;
  }
  .container .mainWrap .bottomEmail {
    font-size: 3.90625vw;
    bottom: 10.4166666667vw;
  }
}/*# sourceMappingURL=style.css.map */