<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
}
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
a {
  color: #666;
  text-decoration: none;
}
/*slide-start*/
.slide {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.slide ul {
}
.slide li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  -webkit-transition: transform 0.3s ease-in-out;
  opacity: 0;
  color: #fff;
  background-color: #25b6ed;
}

/*slide-end*/
.features-0 span {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
.features-0 .home-download {
  position: absolute;
  top: 45%;
  display: block;
  height: 38px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  opacity: 1;
}
.features-0 .home-fone {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  opacity: 1;
  top: 52%;
  margin-top: 20px;
  font-size: 30px;
}
.features-0 .home-logo {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  opacity: 1;
  top: 50%;
  margin-top: -200px;
}
.features-0 .home-download a {
  display: block;
  color: #fff;
  border: 2px #fff solid;
  padding: 2px 60px;
  border-radius: 3px;
  width: 145px;
  margin: auto;
}
.arrow-up {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 26px;
  height: 18px;
  margin-left: -13px;
  background-image: url("../img/arrow_other.png");
  background-size: 26px 18px;
  -webkit-animation: shake 1s ease-in-out infinite normal;
}
.features-0 .arrow-up {
  background-image: url("../img/arrow.png");
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
  70% {
    -webkit-transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
.qr-container {
  width: 100%;
  background-image: url("../img/backTop.png");
  background-size: 100%;
  background-position: top;
  overflow: hidden;
  background-repeat: no-repeat;
}
.qr-container .home-logo {
  width: 100%;
  margin-top: 2.03rem;
  text-align: center;
  /* height: 1.6rem; */
}
.qr-container .home-logo img {
  width: 2.64rem;
}
.qr-container .home-name {
  line-height: 0.67rem;
  font-size: 0.52rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1f0013;
  text-align: center;
  margin-top: -0.37rem;
}
.qr-container .home-fone {
  font-size: 0.43rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1f0013;
  text-align: center;
  margin-top: 0.16rem;
  line-height: 0.6rem;
}
.qr-container .home-download {
  width: 8.93rem;
  height: 1.2rem;
  background: #294e95;
  border-radius: 0.13rem;
  font-size: 0.42rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 2.1rem;
}
.qr-container .home-download img {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 30px;
  top: 11px;
  opacity: 0;
}
.weixin-android-tips {
  background: url("../img/weixin_browse_tips.png") no-repeat 100% 0,
    rgba(0, 0, 0, 0.7);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  -moz-background-size: contain;
}
/*.weixin-android-tips{background: url('/img/weixin_browse_tips.png') no-repeat 100% 0,rgba(0,0,0,.7);background-size:320px 131px;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 200;min-height:131px;min-width:200px;}*/
.app-android-tips-en {
  background: url("../img/app_browse_tips_en.png") no-repeat 100% 0,
    rgba(0, 0, 0, 0.7);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  -moz-background-size: contain;
}

.home-modal {
  margin: 0 auto;
  width: 337.5px;
  /* height: 200px; */
  background: #ffffff;
  border-radius: 5px;
  /* position: absolute; */
  z-index: 1000;
  padding: 0px 19px 17px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
.home-title{
  margin-top: 0.9rem;
  margin-bottom: 0.73rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 0.43rem;
  color: #1F0013;
  line-height: 0.6rem;
  text-align: center;
}
.home-modal-wrap {
  position: fixed;
  flex-direction: column;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-container {
  display: none;
}
.modal {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
.close-box {
  /* height: 35px; */
  margin-top: 0.67rem;
}
.close-box img {
  height: 0.73rem;
  width: 0.73rem;
}
.go-store {
  width: 8rem;
  height: 1.17rem;
  line-height: 1.17rem;
  background: #294e95;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 0.43rem;
  font-family: PingFangSC, PingFang SC;
font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.go-store img,
.down-apk img {
  height: 13px;
  width: 13px;
  vertical-align: middle;
  margin-right: 11px;
}
.down-apk {
  width: 8rem;
  height: 1.17rem;
  line-height: 1.17rem;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #294e95;
  text-align: center;
  border: 1px solid #294e95;
  margin-top: 0.32rem;
}
.downloading {
  width: 100%;
  height: 262px;
  background: #ffffff;
  border-radius: 8px 8px 0px 0px;
  position: fixed;
  bottom: 0;
  /* top: 0; */
  z-index: 1500;
  padding: 14px;
  box-sizing: border-box;
  display: none;
  /* opacity: 1; */
}
.closeDown {
  overflow: hidden;
}
.closeDown img {
  float: right;
  width: 14px;
  height: 14px;
}
.pack {
  margin-top: 30px;
  text-align: center;
}
.pack img {
  width: 45px;
  height: 45px;
}
.appname,
.appsize {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #161616;
  text-align: center;
  margin-top: 12px;
}
.appsize {
  font-weight: 500;
  color: #425972;
}
.progress {
  display: flex;
  width: 255px;
  height: 43px;
  border-radius: 22px;
  border: 1px solid #425972;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
.progress span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #425972;
}
.loading {
  width: 0%;
  height: 43px;
  background: rgba(66, 89, 114, 0.2);
  border-radius: 22px 0 0 22px;
  position: absolute;
  left: 0;
  transition: 0.3s all;
}
</pre></body></html>