@charset "UTF-8";

* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  background-color: #eee;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
}
header {
  background-color: #ccc;
}
main {
  flex: 1;
}
.inner {
  max-width: 1080px;
  padding: 16px;
  margin: auto;
}
h1 {
  margin: 0;
  font-weight: normal;
}
.xr {
  color: #FB1D23;
  font-weight: bold;
}
h2 {
  margin-bottom: 0;
  padding: 0 5%;
  font-size: 22px;
}
.links {
  padding: 8px 24px;
  text-align: center;
}
.deeplink .links {
  text-align: center;
}
.store {
  display: inline-block;
  margin: 0 8px 16px;
  background-color: #fff;
}
.store .badge {
  display: inline-block;
  width: 200px;
  vertical-align: bottom;
}
.appstore .badge {
  padding: 0 20px;
}
img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.qr-wrap {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 80%;
  max-width: 250px;
  max-height: 250px;
  padding: 16px;
  background-color: #fff;
}
.qr-wrap a {
  display: inline-block;
}
.qr-wrap .qrcode {
  width: 100%;
  height: 100%;
}
.qrcode canvas {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.qr-wrap .app-logo {
  position: absolute;
  width: 20%;
  height: 20%;
  top: 40%;
  left: 40%;
}
footer {
  background-color: #bbb;
  color: #555;
  padding: 16px;
  font-size: 12px;
}
footer p {
  margin: 0 0 8px;
}
.copyright {
  text-align: center;
}
.pc {
  display: none;
}
