@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  max-width: 640px;
  min-height: 100%;
  margin: 0 auto;
  font-size: .14rem;
  color: #000;
}

.flex-view {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin: 0 auto; */
  max-width: 100%;
  min-width: 320px;
}

#wrap,
.page {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}


.swiper-container {
  width: 100%;
  height: 100%;
  background: #f3f6fe;
}

.swiper-slide img {
  width: 7.5rem;
  height: 12.06rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-slide img {
  height: 9.7rem;
}

.swiper-slide:first-child img {
  width: 100%;
  height: auto;
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide .updateStyle {
  width: 100%;
  height: auto;
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.download-btn {
  /* flex-grow: 1; */
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  /* height: 1.34rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(0, 0, 0, .6); */
  /* background: linear-gradient(180deg, #ffffff 31%, #f3f8ff 1%); */
  /* background: linear-gradient(to bottom, #ffffff 30%, #f3f8ff 70%); */
  z-index: 9;
  /* padding-bottom: 1.2rem;
  flex-direction: column;
  justify-content: flex-end; */
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  bottom: 0;
}

.download-btn button {
  display: inline-block;
  /* width: 3.76rem; */

  width: 100%;
  height: .9rem;
  line-height: .8rem;
  font-size: .32rem;
  text-align: center;
  outline: none;
  border: 0;
  background-color: #0E64F5;
  border-radius: .56rem;
  color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1.5rem;
}

.swiper-pagination-bullet {
  width: .14rem;
  height: .14rem;
  background: #999;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .13rem;
}

.swiper-pagination-bullet-active {
  background: #5b85f0;
}

.page-text {
  position: absolute;
  bottom: 9.4rem;
  left: 11%;
  width: 78%;
  text-align: center;
  height: calc(100% - 9.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-text h3 {
  font-size: .6rem;
  color: #5b85f0;
}

.page-text p {
  margin-top: .1rem;
  font-size: .34rem;
  color: #000;
  height: .88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: .44rem;
}

.circle-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.12rem;
  height: 1.17rem;
  background: url(../images/circle01.png) no-repeat;
  background-size: 100%;
}

.circle-two {
  position: absolute;
  bottom: .2rem;
  right: 0;
  width: .49rem;
  height: 1.44rem;
  background: url(../images/circle02.png) no-repeat;
  background-size: 100%;
}

.circle-three {
  position: absolute;
  top: 0;
  left: 0;
  width: .83rem;
  height: .92rem;
  background: url(../images/circle03.png) no-repeat;
  background-size: 100%;
}

.circle-four {
  position: absolute;
  bottom: 0;
  left: 0;
  width: .62rem;
  height: 1.44rem;
  background: url(../images/circle04.png) no-repeat;
  background-size: 100%;
}

.circle-five {
  position: absolute;
  bottom: .5rem;
  right: 0;
  width: .59rem;
  height: 2.25rem;
  background: url(../images/circle05.png) no-repeat;
  background-size: 100%;
}

.circle-six {
  position: absolute;
  bottom: 7.4rem;
  left: 0;
  width: .5rem;
  height: 1.07rem;
  background: url(../images/circle06.png) no-repeat;
  background-size: 100%;
}

.circle-seven {
  position: absolute;
  top: 0;
  right: 0;
  width: .95rem;
  height: .64rem;
  background: url(../images/circle07.png) no-repeat;
  background-size: 100%;
}

.circle-eight {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  width: .73rem;
  height: 1.88rem;
  background: url(../images/circle08.png) no-repeat;
  background-size: 100%;
}

.circle-nine {
  position: absolute;
  bottom: 0.3rem;
  right: 0;
  width: .44rem;
  height: 1.42rem;
  background: url(../images/circle09.png) no-repeat;
  background-size: 100%;
}

.register-logo {
  margin-top: .4rem;
}

.register-logo .logo {
  width: 1.24rem;
  height: 1.24rem;
}

.register-logo h3 {
  margin-top: .2rem;
  font-size: .34rem;
  /* font-weight: bold; */
}

.register-logo p {
  margin-top: .35rem;
  font-size: .24rem;
  color: #6e6e6e;
}

.register-from {
  margin-top: .5rem;
  padding: 0 .36rem;
}

.register-group {
  position: relative;
  margin-top: .4rem;
}

.register-group input {
  width: 100%;
  height: .88rem;
  padding: .26rem .3rem;
  line-height: .36rem;
  font-size: .34rem;
  color: #333;
  border: .01rem solid #d4d4d4;
  border-radius: .08rem;
}

.text-tips {
  position: absolute;
  bottom: -.35rem;
  left: .14rem;
  font-size: .22rem;
  color: #ff543a;
}

.register-group .input-code {
  width: calc(100% - 2.3rem);
}

.register-group input:focus {
  border: .01rem solid #5b85f0;
}

::-webkit-input-placeholder {
  font-size: .26rem;
  color: #bcbcbc;
}

:-moz-placeholder {
  font-size: .26rem;
  color: #bcbcbc;
}

::-moz-placeholder {
  font-size: .26rem;
  color: #bcbcbc;
}

:-ms-input-placeholder {
  font-size: .26rem;
  color: #bcbcbc;
}

.btn-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.04rem;
  height: .88rem;
  line-height: .88rem;
  font-size: .26rem;
  text-align: center;
  outline: none;
  border: .01rem solid #d4d4d4;
  border-radius: .08rem;
  background-color: #fff;
  color: #000;
}

.btn-code.disabled {
  color: #bcbcbc;
}

.btn-register {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: .36rem;
  text-align: center;
  outline: none;
  border: 0;
  background-color: #5b85f0;
  border-radius: .08rem;
  color: #fff;
  margin-top: .6rem;
  letter-spacing: .05rem;
}

.btn-register.disabled {
  background-color: #a9bdf0;
  cursor: not-allowed;
}

.tips-box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  padding: 0 .3rem;
  height: 1.2rem;
  border-radius: .2rem;
  background: rgba(0, 0, 0, .7);
  font-size: .34rem;
  color: #fff;
  white-space: nowrap;
}

.tips-box .icon {
  display: inline-block;
  width: .34rem;
  height: .34rem;
  margin-right: .12rem;
  background: url(../images/right-icon.png) no-repeat;
  background-size: .34rem .34rem;
}

.tips-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
}

.tips-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tips-wrap .icon-loading {
  display: inline-block;
  width: .46rem;
  height: .46rem;
  margin-right: .14rem;
  background: url(../images/loading.gif) no-repeat;
  background-size: .46rem .46rem;
}

.tips-wrap span {
  font-size: .34rem;
}

.tips-wrap .icon-right {
  display: inline-block;
  width: .34rem;
  height: .34rem;
  margin-right: .12rem;
  margin-top: .02rem;
  background: url(../images/right-icon.png) no-repeat;
  background-size: .34rem .34rem;
}

.tips-wrap p {
  margin-top: .3rem;
  font-size: .32rem;
  color: #8f8f8f;
}

.open_in_browser {
  height: 1.68rem;
  position: absolute;
  right: 0.2rem;
}

.tip-content {
  position: relative;
}

.other-down {
  padding-left: 0.27rem;
  padding-right: 0.27rem;
  background: linear-gradient(to bottom, #ffffff 30%, #f3f8ff 70%);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.other-down p {
  font-size: 0.16rem;
  color: #006EFF;
  padding: 0.2rem 0.2rem;
  /* height: 0.4rem; */
}

.bg-wrap {
  position: relative;
}