/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&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-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;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

body {
  background-color: #000;
}

img.point {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
}

.wrapper {
  background-color: #000;
  margin: 0 auto;
  max-width: 500px;
  height: 100vh;
  position: relative;
}

.wrapper .content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.wrapper .content img {
  width: 100%;
  max-width: 100%;
}

.wrapper .content .info {
  width: 100%;
  max-width: 100%;
  padding: 2vh 2vh;
  box-sizing: border-box;
}

.wrapper .content .info input {
  width: 100%;
  max-width: 100%;
  font-size: 2vh;
  border: 3px solid #fff;
  background-color: #000;
  box-sizing: border-box;
  padding: 2vh 1vh;
  margin-bottom: 2vh;
}

.wrapper .content .info input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
}

.wrapper .content .info input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
}

.wrapper .content .info input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
}

.wrapper .content .info input::placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
}

.wrapper .content .info h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 3.5vh;
  color: #fff;
  margin-bottom: 2vw;
  font-weight: 700;
  padding: 0 2vh 0 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.wrapper .content .info p {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.7vh;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  padding: 2vh;
}

.wrapper .content .info button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: 2vh;
  color: #7f7f7f;
  background-color: #fff;
  border: none;
  padding: 1vh;
}

.wrapper .content .info button::before {
  content: "";
  border-top: 1vh solid transparent;
  border-bottom: 1vh solid transparent;
  border-left: 1vh solid red;
  display: inline-block;
  margin-right: 2vh;
  margin-top: 5px;
}
/*# sourceMappingURL=style.css.map */