@charset 'utf-8';

html,body {
  width: 100%;
  height: 100%;
}

.view,

.android-page-1 {
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.view {
  display: flex;
  flex-direction: column;
}
.banner {
  width: 100%;
  position: relative;
  background-color: #090d1a;
}
.content-wrapper {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 10px;
}
.banner .bg {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.pre {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content {
  padding: 20px 20px 0px 20px;
  text-align: center;
}

.content p {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}

.decriptiontitle {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
}
.decription {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 18px;
  margin-bottom: 30px;
}

.android,.ios {
  margin: 0 auto;
  padding: 0 20px;
}

.install {
  background: #459941;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 10px;
}

.install a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  text-decoration-line: none;
}

.view .website {
  text-align: center;
  margin: 40px auto 10px;
}

/* .view .pc {
  margin: 0 auto;
  text-align: center;
} */

/* .view .pc img {
  width: 200px;
  margin: 0 10px;
} */

.view .ios img {
  width: 80%;
}

.view .downloads {
  width: 600px;
  height: 120px;
  margin: 30px auto;
}

.view .download {
  width: 200px;
  height: 120px;
  float: left;
}

.view .download img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
}

.view .download p {
  text-align: center;
  margin-top: 10px;
}

.view .download a {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.footer-box {
  padding: 10px;
  margin-top: auto;
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.footer-box a {
  color: #999;
  text-decoration: none;
}

@media screen and (max-width: 378px) {
  .content p {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
  }
  .button .install {
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 325px) {
  .content p {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
  }
  .button .install {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.pc {
  justify-content: center;
}

.scanTip {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px;
}

.qrframe {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.10);
  border-radius: 8px;
  text-align: center;
}

.qrimg {
  width: 224px;
  height: 224px;
  margin: 4px;
}

.vertialLine {
  background: #EEEEEE;
  border-radius: 2px;
  width: 1px;
  margin-left: 50px;
  margin-right: 50px;
}

.openFrame {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.10);
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
}

.openFrame img {
  width: 40px;
  height: 40px;
}

.openTip {
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  color: #666666;
  margin: 26px 18px 24px 7.5px;
}

.progress-foot {
  width:100%;
  background:#fff;
  position: absolute;
  bottom: 0px;
  opacity:.9;
  text-align:center;
  line-height:3rem;
  color:#3785d7;
  border: 1px solid #DDDDDD;
}

.banner {
  width: 1002px;
  height: 340px;
  background: url('../imgs/banner.png');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 8px;
}
.banner .title {
  margin-top: 10px;
  width: 66px;
  height: 17px;
}

.toast {
  padding: 10px 20px;
  position: fixed;
  top: 20px;
  left: 50%;
  background-color: #fdf6ec;
  border-color: #faecd8;
  border-radius: 4px;
  color: #e6a23c;
  z-index: 1000;
  transform: translateX(-50%);
  display: none;
}