#app {
  background: #ffffff;
}
#app #fullpage .page-2,
#app #fullpage .page-1,
#app #fullpage .page-1 .app-box {
  position: relative;
}
#app #fullpage .next-box {
  margin-top: -1.2rem;
  position: relative;
  left: 50%;
  bottom: 0.4rem;
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  animation: drop 0.8s infinite alternate;
  color: #a3a3a5;
}
#app #fullpage .next-box i {
  font-size: 0.32rem;
  margin-top: -0.08rem;
}
#app #fullpage .next-box i:nth-child(1) {
  animation: opacity 0.8s infinite alternate;
}
#app #fullpage .next-box i:nth-child(2) {
  animation: opacity1 0.8s infinite alternate;
}
@keyframes opacity1 {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes drop {
  0% {
    bottom: 0.16rem;
  }
  100% {
    bottom: 0.4rem;
  }
}
#app #fullpage .page-1 {
  background: #fe9e2d;
  background-image: url("/static/www/imgs/app/011.jpg");
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  background-size: auto 100%;
}
#app #fullpage .page-1 .fp-overflow {
  height: 100vh;
  position: relative;
}
#app #fullpage .page-1 .fp-overflow .box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#app #fullpage .page-1 .fp-overflow .box .app-box {
  height: 5.28rem;
}
#app #fullpage .page-1 .fp-overflow .next-box {
  position: absolute;
}
#app #fullpage .page-1 .text-1 {
  font-size: 0.464rem;
  margin-top: 0.984rem;
  line-height: 1.76rem;
}
#app #fullpage .page-1 .text-1 i {
  display: inline-block;
}
#app #fullpage .page-1 .text-2 {
  font-size: 0.768rem;
  line-height: 1.12rem;
  font-weight: 600;
}
#app #fullpage .page-1 .text-3 {
  margin-bottom: 0.52rem;
  line-height: 0.704rem;
  height: 0.704rem;
}
#app #fullpage .page-1 .text-3 span {
  font-size: 0.32rem;
  font-weight: 300;
}
#app #fullpage .page-1 .text-3 span:first-child {
  margin-right: 0.32rem;
  letter-spacing: 0.08rem;
}
#app #fullpage .page-1 .text-3 span i {
  display: inline-block;
}
#app #fullpage .page-1 .app-box {
  margin: 0 auto;
  width: 9.44rem;
}
#app #fullpage .page-1 .app-box .fl {
  width: 2.92rem;
  position: relative;
  left: 0;
  top: 0.64rem;
  overflow: hidden;
}
#app #fullpage .page-1 .app-box .fl img.shell {
  width: 2.944rem;
}
#app #fullpage .page-1 .app-box .fl .content {
  left: 0.152rem;
  top: 0.12rem;
  position: absolute;
  width: 2.64rem;
  background: url("/static/www/imgs/app/012.png");
  background-size: 2.64rem;
  display: block;
  border-radius: 0.32rem;
  height: 5.6rem;
}
#app #fullpage .page-1 .app-box .fl .content .header-box {
  width: 1.36rem;
  border-radius: 0 0 0.12rem 0.12rem;
  height: 0.24rem;
  background: #000;
  margin: 0 auto;
}
#app #fullpage .page-1 .app-box .fr {
  width: 5.2rem;
  margin-top: 1.12rem;
}
#app #fullpage .page-1 .app-box .fr .code-des .code {
  width: 2.184rem;
  height: 2.184rem;
  background-image: url("/static/www/imgs/app/014.png");
  background-color: #fff;
  background-size: 1.92rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.12rem;
}
#app #fullpage .page-1 .app-box .fr .code-des .des {
  line-height: 0.68rem;
  font-size: 0.208rem;
  font-weight: 400;
}
#app #fullpage .page-1 .app-box .fr .app-btn {
  margin-top: 0.24rem;
  padding-left: 0.4rem;
}
#app #fullpage .page-1 .app-box .fr .app-btn a {
  width: 2.4rem;
  height: 0.68rem;
  background: #fc9d3f;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.12rem;
  border: 0.016rem solid #fff;
  text-align: center;
  line-height: 0.68rem;
  display: flex;
  justify-content: center;
}
#app #fullpage .page-1 .app-box .fr .app-btn a:hover {
  background: #fff;
  color: #fc9d3f;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.2);
}
#app #fullpage .page-1 .app-box .fr .app-btn a i {
  font-size: 0.28rem;
  margin-right: 0.16rem;
}
#app #fullpage .page-1 .app-box .fr .app-btn .ios-btn {
  margin-bottom: 0.36rem;
}
#app #fullpage .page-1 .app-box .fr .app-btn .ios-btn i {
  font-size: 0.32rem;
}
#app #fullpage .page-1 .next-box {
  position: relative;
}
#app #fullpage .page-1 .next-box i {
  color: #fff;
}
#app #fullpage .page-2 {
  background: #f8f8fa;
  overflow: hidden;
  max-height: 100%;
}
#app #fullpage .page-2 .fp-overflow {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#app #fullpage .page-2 .fp-overflow .top-right-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#app #fullpage .page-2 .fp-overflow .top-right-box .bg-0221 {
  position: absolute;
  right: -3.44rem;
  width: 6.72rem;
  opacity: 0.9;
  top: -3.04rem;
  z-index: 2;
}
#app #fullpage .page-2 .fp-overflow .top-right-box .bg-0222 {
  position: absolute;
  right: -3.44rem;
  width: 6.72rem;
  opacity: 0.9;
  top: -4.4rem;
}
#app #fullpage .page-2 .fp-overflow .bottom-left-box {
  position: absolute;
  margin-top: -1.76rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#app #fullpage .page-2 .fp-overflow .bottom-left-box .bg-0223 {
  position: absolute;
  left: -3.68rem;
  width: 6.72rem;
  opacity: 0.9;
  bottom: -3.552rem;
  z-index: 2;
}
#app #fullpage .page-2 .fp-overflow .content-box {
  position: absolute;
  z-index: 9;
  bottom: 1.672rem;
  left: 50%;
  transform: translateX(-50%);
}
#app #fullpage .page-2 .fp-overflow .content-box .title {
  font-size: 0.72rem;
  color: #4b4e53;
  font-weight: 600;
  text-align: center;
}
#app #fullpage .page-2 .fp-overflow .content-box .list-des {
  width: 7.68rem;
  margin: 0.32rem auto 0;
}
#app #fullpage .page-2 .fp-overflow .content-box .list-des li {
  font-size: 0.24rem;
  color: #4b4e53;
  display: flex;
}
#app #fullpage .page-2 .fp-overflow .content-box .list-des li span {
  margin-right: 0.08rem;
  width: 0.32rem;
  height: 0.32rem;
  background: #fdc78b;
  border-radius: 50%;
  text-align: center;
}
#app #fullpage .page-2 .fp-overflow .content-box .list-des li span i {
  color: #fff;
  font-size: 0.2rem;
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box {
  width: 14rem;
  height: 4.96rem;
  margin: 0.528rem auto 0;
  z-index: 2;
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li {
  border-radius: 0.12rem;
  width: 3.2rem;
  height: 2.16rem;
  background: #fff;
  margin: 0 0.4rem 0.32rem 0;
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(4n) {
  margin-right: 0;
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(1) .icon {
  background: linear-gradient(to right bottom, #ff5d68, #ff7793);
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(2) .icon {
  background: linear-gradient(to right bottom, #5557f7, #7192fd);
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(3) .icon {
  background: linear-gradient(to right bottom, #f8852c, #f8c255);
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(4) .icon {
  background: linear-gradient(to right bottom, #2bd4ad, #58e39f);
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(5) .icon {
  background: linear-gradient(to right bottom, #4786f8, #47cbfc);
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(6) .icon {
  background: linear-gradient(to right bottom, #f45b4d, #ff8b66);
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(7) .icon {
  background: linear-gradient(to right bottom, #44d959, #7ff8ab);
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li:nth-child(8) .icon {
  background: linear-gradient(to right bottom, #ff955b, #fdbf76);
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li .icon {
  border-radius: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.72rem;
  height: 0.72rem;
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li .icon img {
  width: 0.4rem;
  height: 0.4rem;
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li .title-text {
  margin-top: 0.128rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #4b4e53;
}
#app #fullpage .page-2 .fp-overflow .content-box .card-box li .des {
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #acacac;
}
#app #fullpage .page-2 .fp-overflow .next-box {
  position: absolute;
}
#app #fullpage .page-3 .title,
#app #fullpage .page-3-1 .title,
#app #fullpage .page-3-2 .title {
  margin-top: 1.36rem;
  line-height: 1.12rem;
  font-size: 0.752rem;
  color: #4b4e53;
  font-weight: 600;
  text-align: center;
}
#app #fullpage .page-3 .des,
#app #fullpage .page-3-1 .des,
#app #fullpage .page-3-2 .des {
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #4b4e53;
  text-align: center;
  font-weight: 300;
}
#app #fullpage .page-3 .content-box,
#app #fullpage .page-3-1 .content-box,
#app #fullpage .page-3-2 .content-box {
  margin-top: 0.144rem;
  padding: 0 0.56rem 0 2.48rem;
}
#app #fullpage .page-3 .content-box .fl,
#app #fullpage .page-3-1 .content-box .fl,
#app #fullpage .page-3-2 .content-box .fl {
  width: 3.84rem;
  position: relative;
}
#app #fullpage .page-3 .content-box .fl .img-chat,
#app #fullpage .page-3-1 .content-box .fl .img-chat,
#app #fullpage .page-3-2 .content-box .fl .img-chat {
  width: 3.84rem;
}
#app #fullpage .page-3 .content-box .fl .img-chat-item,
#app #fullpage .page-3-1 .content-box .fl .img-chat-item,
#app #fullpage .page-3-2 .content-box .fl .img-chat-item {
  width: 3.6rem;
  height: 1.36rem;
  position: absolute;
  bottom: 1.28rem;
  left: 0.128rem;
  background-image: url('/static/www/imgs/app/0332.jpg');
  background-repeat: no-repeat;
  background-size: 4.136rem auto;
  overflow: hidden;
  background-position: -0.272rem -0.256rem;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.8rem rgba(114, 114, 232, 0.2);
}
#app #fullpage .page-3 .content-box .fr,
#app #fullpage .page-3-1 .content-box .fr,
#app #fullpage .page-3-2 .content-box .fr {
  width: 6.464rem;
  margin-top: 1.12rem;
}
#app #fullpage .page-3 .content-box .fr .title-text,
#app #fullpage .page-3-1 .content-box .fr .title-text,
#app #fullpage .page-3-2 .content-box .fr .title-text {
  color: #000000;
  font-size: 0.464rem;
  line-height: 1.144rem;
  font-weight: 600;
}
#app #fullpage .page-3 .content-box .fr .des-1,
#app #fullpage .page-3-1 .content-box .fr .des-1,
#app #fullpage .page-3-2 .content-box .fr .des-1 {
  color: #979797;
  text-align: left;
  font-size: 0.208rem;
  letter-spacing: 0.008rem;
  line-height: 0.376rem;
}
#app #fullpage .page-3 .content-box .fr .des-2,
#app #fullpage .page-3-1 .content-box .fr .des-2,
#app #fullpage .page-3-2 .content-box .fr .des-2 {
  margin-top: 0.224rem;
  color: #404040;
  font-size: 0.208rem;
  line-height: 0.608rem;
}
#app #fullpage .page-3 .fp-overflow,
#app #fullpage .page-3-1 .fp-overflow,
#app #fullpage .page-3-2 .fp-overflow {
  height: 100vh;
  position: relative;
}
#app #fullpage .page-3 .fp-overflow .box,
#app #fullpage .page-3-1 .fp-overflow .box,
#app #fullpage .page-3-2 .fp-overflow .box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#app #fullpage .page-3 .fp-overflow .next-box,
#app #fullpage .page-3-1 .fp-overflow .next-box,
#app #fullpage .page-3-2 .fp-overflow .next-box {
  position: absolute;
}
#app #fullpage .page-3-1 .content-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.2rem;
}
#app #fullpage .page-3-1 .content-box .fl .img-chat-item {
  background-image: url('/static/www/imgs/app/0334.jpg');
}
#app #fullpage .page-3-2 .content-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.2rem;
}
#app #fullpage .page-3-2 .content-box .fl .img-chat-item {
  background-image: url('/static/www/imgs/app/0336.jpg');
  bottom: 2.96rem;
  right: 0.104rem;
  width: 1.6rem;
  height: 1.36rem;
  left: unset;
  background-size: 2.16rem auto;
  box-shadow: 0 0 0.4rem rgba(114, 114, 232, 0.3);
}
#app #fullpage .page-4 {
  background-image: url('/static/www/imgs/app/0415.jpg');
  background-size: auto 100%;
}
#app #fullpage .page-4 .fp-overflow {
  height: 100vh;
}
#app #fullpage .page-4 .type-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin-bottom: 2.08rem;
}
#app #fullpage .page-4 .type-area .img-right-bottom-box {
  width: 3.92rem;
  height: 6.376rem;
  position: absolute;
  right: 0.56rem;
  bottom: -2.08rem;
}
#app #fullpage .page-4 .type-area .img-right-bottom-box .img-right-bottom {
  width: 3.92rem;
  height: 6.376rem;
  margin-top: 0.864rem;
}
#app #fullpage .page-4 .type-area .img-right-bottom-box .float-img {
  width: 0.528rem;
  height: 0.528rem;
  border-radius: 50%;
  position: absolute;
}
#app #fullpage .page-4 .type-area .img-right-bottom-box .float-img img {
  width: 0.32rem;
}
#app #fullpage .page-4 .type-area .img-right-bottom-box .float-img.img-412 {
  bottom: 4.08rem;
  right: 2.48rem;
  background-color: #ffc442;
}
#app #fullpage .page-4 .type-area .img-right-bottom-box .float-img.img-413 {
  right: 0.24rem;
  bottom: 5.072rem;
  background-color: #7ebf6b;
}
#app #fullpage .page-4 .type-area .img-right-bottom-box .float-img.img-414 {
  right: -0.296rem;
  bottom: 3.544rem;
  background-color: #ff7b6c;
}
#app #fullpage .page-4 .type-area .title {
  line-height: 1.168rem;
  font-size: 0.784rem;
  color: #4b4e53;
  font-weight: 600;
  text-align: center;
}
#app #fullpage .page-4 .type-area .des {
  font-size: 0.24rem;
  line-height: 0.672rem;
  color: #4b4e53;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.048rem;
}
#app #fullpage .page-4 .type-area .corp-logo-list {
  margin-top: 0.416rem;
}
#app #fullpage .page-4 .type-area .corp-logo-list li {
  width: 9.392rem;
  overflow: hidden;
}
#app #fullpage .page-4 .type-area .corp-logo-list li img {
  width: 9.392rem;
  height: 1.088rem;
}
#app #fullpage .page-4 .type-area .corp-logo-list li:nth-child(1),
#app #fullpage .page-4 .type-area .corp-logo-list li:nth-child(3) {
  margin-left: 1.28rem;
}
#app #fullpage .page-4 .type-area .corp-logo-list li:nth-child(2),
#app #fullpage .page-4 .type-area .corp-logo-list li:nth-child(4) {
  margin-left: 0.88rem;
}
#app #fullpage .page-4 .next-box {
  position: absolute;
}
#app #fullpage .page-5 {
  color: #666666;
  padding-bottom: 0.464rem;
}
#app #fullpage .page-5 .title {
  margin-top: 0.528rem;
  line-height: 0.704rem;
  font-size: 0.416rem;
}
#app #fullpage .page-5 .des {
  line-height: 0.464rem;
  font-size: 0.16rem;
}
