@media (max-height:500px) {
  .app {
    padding-top: 102px !important;
  }
}

.app {
  height: 100vh;
  padding-top: 20vh;
}

.app .info {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.app .info-show-guide {
  top: 88px;
}

.app .info p {
  text-align: center;
  line-height: 14px;
}

.app .info a {
  color: inherit;
}

.app .info.app-info-bottom {
  position: fixed;
  bottom: 0;
  top: unset;
  padding: 8px 0;
}

.app .main-img {
  display: block;
  margin: 0 auto 9vh;
  width: 240px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

@media screen and (max-height:580px) {
  .app .main-img-show-guide {
    margin-top: 9vh;
  }
}

@media screen and (min-height:580px) and (max-height:640px) {
  .app .main-img-show-guide {
    margin-top: 5vh;
  }
}

@media screen and (min-height:640px) and (max-height:720px) {
  .app .main-img-show-guide {
    margin-top: 3vh;
  }
}

.app .d-btn {
  position: relative;
  z-index: 9;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  font-size: 22px;
  margin: 0 auto;
}

.app .footer-img {
  width: 100%;
  bottom: 0;
}

.app .footer-img,
.app .footer-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.app .footer-info {
  bottom: 20px;
  text-align: center;
  line-height: 1.7;
  font-size: 15px;
}

.app .footer-info a {
  margin: 0 10px;
}

.guide-banner {
  margin: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 76px;
  background: #fff;
  padding-left: 30px;
}

.guide-banner-fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.guide-banner-title {
  font-size: 15px;
  font-weight: 700;
}

.guide-banner-subtitle {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.guide-banner .more {
  width: 16px;
  height: 4px;
  margin: 0 15px 0 6px;
}

.guide-banner .safari {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.guide-banner .arrow {
  width: 65px;
  height: 36px;
  margin-left: auto;
  margin-right: 30px;
}

.main-close {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 36px;
  height: 36px;
  z-index: 10;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  background: url(https://lf6-cdn-tos.huoshanstatic.com/obj/developer-baas/baas/tt502102w0zm96mm30/b31858e39249bd63_1603941780812.svg) 50%;
  background-size: 36px 36px;
}

.zlink-toast {
  position: fixed;
  z-index: 9999;
  padding: 10px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  bottom: 64px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.watermark {
  position: fixed;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  background-repeat: repeat;
  background-position: 50%;
  pointer-events: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

*,
.watermark {
  -webkit-touch-callout: none;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  touch-callout: none;
  text-decoration: none;
}

#root,
body,
html {
  min-height: 100%;
}

html {
  font-family: PingFang SC, -apple-system, helvetica, sans-serif, arial, Microsoft Yahei;
}

div,
footer,
h1,
h2,
h3,
h4,
h5,
header,
img,
p,
span {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

footer,
header,
section {
  display: block;
}

body {
  position: relative;
  font-size: 16px;
}

.app-directly {
  min-height: 100vh;
}

.app-directly .main-img {
  width: 100vw;
}

/*# sourceMappingURL=1.d40f0408.chunk.css.map */