<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,a,div,span,button,img,input { padding: 0; margin: 0; font-size: 16px; outline-width: 0; line-height: inherit; border: 0; text-decoration: none; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { color: #fff; }
body { background-image: url('../img/bg.jpg'); background-size: cover; }
.brand { text-align: center; margin-top: 1.307rem }
.brand-media { font-size: 0; line-height: 0; width: 100%ï¼› }
.brand-media img { position: relative;left: 0;right: 0;margin: 0 auto;width: auto; height: 2.1rem; }
.brand-text { font-size: 0.56rem; color: #ffe04e; margin-top: .4rem }
.app-action { position: relative; z-index: 2; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-top: 1.12rem; }
.app-action .col { width: 3.8rem; height: 1.1rem; margin: 0 .24rem; }
.app-action .col a {
  display: block; box-sizing: border-box;line-height: 1.1rem; border: 2px solid #ffe153;
  text-align: center; border-radius: 1.1rem; font-weight: 600; font-size: 0.4267rem; color: #ffe153;
}
.app-action .col a i {
  display: inline-block; width: 0.8rem; height: 0.8rem; vertical-align: middle;
  background-size: .8533rem; background-repeat: no-repeat; margin-top: -0.27rem; margin-right: 5px;
}
.app-action .col a .icon-ios {
  background-image: url('../img/ios.png')
}
.app-action .col a .icon-android {
  background-image: url('../img/android.png')
}
.device { position: absolute; left: 0; bottom: 0; right: 0; z-index: 1;}
.device img { position: relative; left:0;right:0;margin:auto;display: block; max-height: 8rem; }


.wait{
  position: fixed;
  left: 0;
  right: 0;
  top: 4rem;
  margin:0 auto;
  width: 6rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  background: black;
  color: white;
  letter-spacing: 2px;
  z-index: 999999;
  opacity: 0;
}</pre></body></html>