html,
body {
  min-height: 100%;
  max-width: 675px;
  margin: 0 auto;
}
html .app-con,
body .app-con {
  min-height: 100%;
  background-color: #020106;
}
html .outer,
body .outer {
  position: relative;
  height: 100%;
}
html .outer .back-image,
body .outer .back-image {
  width: 100%;
}
html .outer .content,
body .outer .content {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.20934rem 0 0.31401rem;
  position: absolute;
  top: 0.925926rem;
}
html .outer .content .avater,
body .outer .content .avater {
  width: 0.966184rem;
  height: 0.966184rem;
  background-color: white;
  border: 4px solid #FFFFFFFF;
  margin: 0 auto;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  overflow: hidden;
}
html .outer .content .avater img,
body .outer .content .avater img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
html .outer .content .title,
body .outer .content .title {
  color: #FFFFFFFF;
  font-size: 0.257649rem;
  text-shadow: 0 0.016103rem 0.032206rem #00FFFF;
  width: 100%;
  text-align: center;
  margin-top: 0.080515rem;
}
html .outer .content .description,
body .outer .content .description {
  margin-top: 0.354267rem;
  font-family: NotoSansJP-Bold;
  font-size: 0.193237rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0.016103rem 0.032206rem #FF00F8;
}
html .outer .btn,
body .outer .btn {
  background: #D65C51;
  -webkit-border-radius: 0.032206rem;
     -moz-border-radius: 0.032206rem;
          border-radius: 0.032206rem;
  width: 1.867955rem;
  height: 0.386473rem;
  color: #FFFFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.128824rem;
  font-family: HiraginoSans-W5;
  margin: 0.257649rem 0.515298rem 0 0.515298rem;
}