.crumb {
  display: block;
}
a {
  color: #5F44DE;
}
body {
  font-family: 'Helvetica';
  font-style: normal;
}
.main {
  background: #F3F0FE;
  padding: 56px 64px 40px;
  color: #333;
  box-sizing: border-box;
}
.main h1 {
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
}
.main a {
  text-decoration: underline;
}
.main .h1-desc {
  font-size: 16px;
  text-align: center;
  margin: 16px auto 56px;
}
.main .downStep-list {
  display: flex;
  justify-content: space-between;
  max-width: 1152px;
  margin: auto;
}
.main .downStep-list li {
  width: 320px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.main .downStep-list li:nth-child(2) {
  margin: 0 20px;
}
.main .downStep-top {
  padding: 16px;
  flex: 1;
  box-sizing: border-box;
}
.main .downStep-serial {
  font-size: 16px;
}
.main .downStep-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
.main .downStep-desc {
  font-size: 14px;
  line-height: 22px;
}
.main .downStep-bottom {
  background: #8872F0;
  height: 166px;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 11px;
}
.main[data-type='android'] {
  min-height: 829px;
}
.main[data-type='android'] .downStep-center {
  height: 145px;
  border-radius: 0;
  padding-top: 16px;
}
.main[data-type='android'] .downStep-bottom2 {
  padding: 16px 16px 29px;
}
.main[data-type='android'] .downStep-safe {
  text-align: center;
}
.main[data-type='android'] .downStep-safe img {
  display: inline-block;
  margin: 20px 9px 0;
}
.main[data-type='android'] .downStep-bottom3 {
  height: 251px;
}
.toMobile {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 56px auto 100px;
}
.toMobile .lt {
  margin: auto;
  max-width: 604px;
  height: auto;
}
.toMobile .rt {
  width: 330px;
  padding-top: 24px;
}
.toMobile .rt .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.toMobile .rt .desc {
  margin: 16px 0 24px;
  max-width: 320px;
  font-size: 16px;
  line-height: 24px;
}
.download-box {
  position: fixed;
  left: 8px;
  bottom: 0;
  opacity: 0;
  z-index: -10;
}
.download-box .click-to-start {
  width: 264px;
  height: 119px;
  background: url(/asset/download-new/img/start.gif) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 909px) {
  .main {
    background: linear-gradient(180deg, #F3F0FE 0%, #F7F5FF 100%);
    padding: 28px 28px 48px;
    height: auto;
  }
  .main h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .main .h1-desc {
    font-size: 14px;
    margin: 12px auto 28px;
  }
  .main .downStep-title {
    font-size: 24px;
  }
  .main .downStep-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main .downStep-list li {
    margin: 0 0 32px !important;
    width: 100%;
  }
  .toMobile {
    display: block;
    margin: 56px auto;
    padding: 0 28px;
  }
  .toMobile .lt img {
    width: 100%;
    height: auto;
  }
  .toMobile .rt {
    width: 320px;
    text-align: center;
    margin: auto;
  }
  .toMobile .rt .title {
    font-size: 20px;
    line-height: 26px;
  }
  .toMobile .rt .desc {
    margin: 8px 0 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .toMobile .rt img {
    margin: auto;
  }
  .download-box {
    display: none;
  }
}


/*# sourceMappingURL=index.css.map*/