/******************** Reset browser default styles ********************/
html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
a {
  text-decoration: none;
}
#yui3-css-stamp.cssreset {
  display: none;
}

/******************** PC ********************/
html,
body {
  width: 100%;
  height: 100%;
}

#container.show {
  opacity: 1 !important;
  transition: all 2s linear;
}

#container {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  background: #ffffff url("../imgs/bg.jpg") no-repeat fixed top;
  background-size: initial;
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 1.5s linear;
}

.contents {
  /*background: red;*/
  width: 530px;
  min-height: 250px;
  position: absolute;
  top: 150px;
  right: 150px;
}

.qrcodes {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-around;
}

.qrcodes > .qrcode-item {
  width: 150px;
}

.qrcodes > .qrcode-item > .qrcode-version {
  width: 120px;
  height: 30px;
  font-size: 20px;
  color: #ffffff;
  background: #39d7d9;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.qrcodes > .qrcode-item > .qrcode-img {
  margin-top: 20px;
}

.notices {
  width: 100%;
  padding-top: 60px;
}

.notices p {
  color: #a9a9a9;
  font-size: 15px;
  line-height: 1.5;
}

.notices > p a {
  color: #5662bd;
}

/******************** Mobile ********************/
/* @media screen and (min-device-width: 320px) { */
/* iphone5 */
/* html { */
/* font-size: 8px; */
/* } */
/* } */

/* @media screen and (min-device-width: 375px) { */
/* iphone6/7/8 */
/* html { */
/* font-size: 10px; */
/* } */
/* } */

/* @media screen and (min-device-width: 400px) { */
/* iphoneX/Plus */
/* html { */
/* font-size: 12px; */
/* } */
/* } */

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
}

#app.show {
  opacity: 1 !important;
  transition: all 2s linear;
}

#app {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../imgs/download_bg.png");
}

#app #logo {
  width: 7rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

#app .btns {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#app .btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.12rem;
  max-height: 200px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 40%;
}

#app .btns .btn-primary {
  background-color: #39d7d9;
  margin-bottom: 0.7rem;
}
#app .btns .btn-default {
  background-color: #c7c7c7;
}

/******************** SVG loading animation ********************/
#loading-animation {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40vh;
  height: 40vh;
}

.st0 {
  fill: #39d7d9;
  stroke: #39d7d9;
  stroke-width: 5;
  stroke-miterlimit: 10;
}

.st1 {
  fill: #ffffff;
}

.loaded {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.loading {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
}

svg .svg-elem-1 {
  stroke-dashoffset: 5169.3955078125px;
  stroke-dasharray: 5169.3955078125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(57, 215, 217);
}

svg .svg-elem-2 {
  stroke-dashoffset: 172.54925537109375px;
  stroke-dasharray: 172.54925537109375px;
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
