html,
body {
  position: relative;
  height: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #CCCCCC;
}

.swiper-pagination-bullet-active {
  width: 10px;
  height: 30px;
  border-radius: 5px;
  background: #403E57;
}

.swiper-container {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  height: 103vh !important;
  margin-bottom: 0 !important;
  font-size: 18px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 66px;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

.innerbox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: white;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-page .logo {
  width: 195px;
  height: 70px;
  margin-left: 239px;
  margin-top: 44px;
  margin-bottom: 60px;
}

@keyframes move {
  0% {
    bottom: 80px;
  }

  50% {
    bottom: 40px;
  }

  100% {
    bottom: 80px;
  }
}

@keyframes move2 {
  0% {
    top: 0px;
  }

  100% {
    top: 20px;
  }
}

@keyframes downOut {
  0% {
    bottom: 0px;
  }

  100% {
    bottom: -40px;
  }
}

@keyframes upIn {
  0% {
    bottom: -40px;
  }

  100% {
    bottom: 0px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.next-page {
  animation: move 4s linear infinite;
  position: absolute;
  bottom: 80px;
  left: 49%;
  cursor: pointer;
  text-align: center;
}

.next-page .nextPageImg {
  display: inline-block;
  width: 80px;
  height: 55px;
  background: url('../images/down-arrow.png') center center no-repeat;
  background-size: cover;
}

/*************************************** 第一屏开始 ******************************************/
.index-page .one_bg {
  background: url("../images/one-bg.png") center center no-repeat;
  background-size: cover;
}

.index-page .one_bg .one .logo {
  background: url("../images/logo.png") center center no-repeat;
  background-size: cover;
}

.index-page .one_bg .one .title {
  margin: 0 0 0 950px;
  width: 700px;
  height: 260px;
  background: url("../images/one-text.png") center center no-repeat;
  background-size: contain;
}

.index-page .one_bg .one .btn-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
  padding-right: 300px;
  box-sizing: border-box;
}

.index-page .one_bg .one .btn-box .type-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}

.index-page .one_bg .one .btn-box .type-box:nth-child(2) {
  margin-left: 150px;
}

.qr-box {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  margin-top: 35px;
}

.fadeIn {
  animation: fadeIn .5s linear;
}

.fadeOut {
  animation: fadeOut .5s linear;
}

.qr-box:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 90px;
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #fff;
}

.qr {
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-top: 15px;
  margin-left: 15px;
}

.android-qr .qr {
  background: url('../images/android-QR.png') center center no-repeat;
  background-size: cover;
}

.ios-qr .qr {
  background: url('../images/ios-QR.png') center center no-repeat;
  background-size: cover;
}

.index-page .one_bg .one .btn-box .btn {
  width: 262px;
  height: 88px;
}

.index-page .one_bg .one .btn-box .android {
  background: url("../images/android.png") center center no-repeat;
  background-size: cover;
}

.index-page .one_bg .one .btn-box .ios {
  background: url("../images/ios.png") center center no-repeat;
  background-size: cover;
}

/*************************************** 第一屏结束 ******************************************/
/*************************************** 整屏公共样式 ******************************************/
.page_bg .page {
  height: 100%;
  position: relative;
  background: url('./../images/two-bg.png') center center no-repeat;
  background-size: cover;
}

.index-page .page_bg .page .contant {
  display: flex;
  justify-content: flex-start;
}

.index-page .page_bg .page .contant .right {
  width: 550px;
}

.index-page .page_bg .page .contant .right .title {
  line-height: 170px;
  margin-top: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #1a1a1a;
}

.index-page .page_bg .page .contant .right .text {
  font-size: 27px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  line-height: 37px;
  color: #1a1a1a;
}

.index-page .page_bg .page .contant .right .bottom {
  margin-top: 35px;
}

/*************************************** 整屏公共样式 ******************************************/

/*************************************** 第二屏开始 ******************************************/
.two_bg .two {
  height: 100%;
  position: relative;
  background: url('./../images/two-bg.png') center center no-repeat;
  background-size: cover;
  /* background-position: -100px 0; */
}

.index-page .two_bg .two .contant .left-box {
  position: absolute;
  width: 650px;
  height: 618px;
  top: 200px;
  left: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-page .two_bg .two .contant .left-box .left-image {
  width: 640px;
  height: 224px;
  background: url("../images/two-left1.png") center center no-repeat;
  background-size: cover;
}

.left-image2 {
  width: 100%;
  height: 394px;
  background: url("../images/two-left2.png") center center no-repeat;
  background-size: cover;
}

.index-page .two_bg .two .contant .right-image {
  position: absolute;
  width: 777px;
  height: 864px;
  background: url("../images/two-right.png") center center no-repeat;
  background-size: cover;
  top: 51.71px;
  right: 150px;
  z-index: 1;
}

/*************************************** 第二屏结束 ******************************************/

/*************************************** 第三屏开始 ******************************************/
.three_bg .three {
  height: 100%;
  position: relative;
  background: url('./../images/two-bg.png') center center no-repeat;
  background-size: 100% 100%;
  /* background-position: -100px 0; */
}

.index-page .three_bg .three .contant .left-image {
  position: absolute;
  width: 674px;
  height: 893px;
  background: url("../images/three-left.png") center center no-repeat;
  background-size: cover;
  top: 68.29px;
  left: 150px;
  z-index: 99;
}

.index-page .three_bg .three .contant .right-box {
  width: 830px;
  height: 637px;
  position: absolute;
  top: 200px;
  right: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-page .three_bg .three .contant .right-box .right-image1 {
  width: 551px;
  height: 224px;
  background: url("../images/three-right.png") center center no-repeat;
  background-size: cover;
}

.index-page .three_bg .three .contant .right-box .right-image2 {
  width: 100%;
  height: 393px;
  background: url("../images/three-right2.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

/*************************************** 第三屏结束 ******************************************/

/*************************************** 第四屏开始 ******************************************/
.four_bg .four {
  height: 100%;
  position: relative;
  background: url('./../images/two-bg.png') center center no-repeat;
  background-size: cover;
  /* background-position: -100px 0; */
}

.index-page .four_bg .four .contant .left-box {
  position: absolute;
  width: 683px;
  height: 616px;
  top: 200px;
  left: 188px;
}

.index-page .four_bg .four .contant .left-box .left-image1 {
  width: 647px;
  height: 224px;
  background: url("../images/four-left.png") center center no-repeat;
  background-size: cover;
}

.index-page .four_bg .four .contant .left-box .left-image2 {
  width: 100%;
  height: 372px;
  background: url("../images/four-left2.png") center center no-repeat;
  background-size: cover;
  margin-top: 20px;
}


.index-page .four_bg .four .contant .right-image {
  position: absolute;
  width: 696px;
  height: 878px;
  background: url("../images/four-right.png") center center no-repeat;
  background-size: cover;
  top: 53px;
  right: 166px;
  z-index: 1;
}

/*************************************** 第四屏结束 ******************************************/

/*************************************** 第五屏开始 ******************************************/
.five_bg .five {
  height: 100%;
  position: relative;
  background: url('./../images/two-bg.png') center center no-repeat;
  background-size: cover;
}

.index-page .five_bg .five .contant .left-image {
  position: absolute;
  width: 718px;
  height: 881px;
  background: url("../images/five-left.png") center center no-repeat;
  background-size: cover;
  top: 50px;
  left: 127px;
  z-index: 99;
}

.index-page .five_bg .five .contant .right-box {
  position: absolute;
  width: 720px;
  height: 675px;
  top: 130px;
  right: 175px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.index-page .five_bg .five .contant .right-box .right-image1 {
  width: 100%;
  height: 224px;
  background: url("../images/five-right.png") center center no-repeat;
  background-size: cover;
}

.index-page .five_bg .five .contant .right-box .right-image2 {
  width: 608px;
  height: 419px;
  background: url("../images/five-right2.png") center center no-repeat;
  background-size: cover;
  margin-top: 20px;
  position: relative;
  right: -23px;
}

.index-page .five_bg .five .contant .right-box .ll-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/five-ll.png") center center no-repeat;
  background-size: cover;
  top: 479px;
  left: -400px;
  z-index: 99;
}

.index-page .five_bg .five .contant .right-box .lr-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/five-lr.png") center center no-repeat;
  background-size: cover;
  top: 0;
  right: -100px;
  z-index: 99;
}

/*************************************** 第五屏结束 ******************************************/

/*************************************** 第六屏开始 ******************************************/
.seven_bg .seven {
  height: 100%;
  position: relative;
  background: url("../images/last-bg.png") center center no-repeat;
  background-size: cover;
}

.index-page .seven_bg .seven .footer-contant .middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.index-page .seven_bg .seven .footer-contant .middle .logo {
  display: inline;
  width: 180px;
  height: 273px;
  background: url("../images/logo2.png") center center no-repeat;
  background-size: cover;
  margin-top: 181px;
  margin-bottom: 60px;
  margin-left: 0;
}


.index-page .seven_bg .seven .middle .btn-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
}

.index-page .seven_bg .seven .middle .btn-box .type-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* margin-right: 160px; */
  margin: 0 80px;

}

.qr-box {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  margin-top: 35px;
  z-index: 9;
}

.fadeIn {
  animation: fadeIn .5s linear;
}

.fadeOut {
  animation: fadeOut .5s linear;
}

.qr-box:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 90px;
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #fff;
}

.qr {
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-top: 15px;
  margin-left: 15px;
}

.android-qr .qr {
  background: #fff url('../images/android-QR.png') center center no-repeat;
  background-size: 100%;
}

.ios-qr .qr {
  background: #fff url('../images/ios-QR.png') center center no-repeat;
  background-size: 100%;
}

.index-page .seven_bg .seven .btn-box .btn {
  width: 262px;
  height: 88px;
}

.index-page .seven_bg .seven .btn-box .android {
  background: url("../images/android.png") center center no-repeat;
  background-size: cover;
  z-index: 9;
}

.index-page .seven_bg .seven .btn-box .ios {
  background: url("../images/ios.png") center center no-repeat;
  background-size: cover;
  z-index: 9;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #212121;
  background: #000;
}

.footer ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #616161;
}

.footer ul li {
  margin-left: 15px;
}

.footer ul li a {
  color: #616161;
}

/*************************************** 第七屏结束 ******************************************/

@media screen and (max-height: 880px) {
  .index-page .logo {
    width: 151px;
    height: 58px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .index-page .one_bg .one .title {
    font-size: 80px;
    line-height: 152px;
    font-family: HelloFont WenYiHei, HelloFont WenYiHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
  }

  .index-page .one_bg .one .type {
    opacity: 0.8;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    letter-spacing: 24px;
    margin-top: 22px;
    margin-bottom: 64px;
  }

  .qr-box {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    margin-top: 16px;
  }

  .qr {
    display: inline-block;
    width: 136px;
    height: 136px;
    margin-top: 15px;
    margin-left: 15px;
    background: url('../images/QR.png') center center no-repeat;
    background-size: cover;
  }

  /*************************************** 整屏公共样式 ******************************************/
  .page_bg .page {
    height: 100%;
    position: relative;
    /* background: url('./../images/two-bg.png') center center no-repeat; */
    background-size: cover;
    /* background-position: -100px 0; */
  }

  .index-page .page_bg .page .logo {
    margin-bottom: -18px;
    /* background: url("../images/two-logo.png") center center no-repeat; */
    background-size: cover;
  }

  .index-page .page_bg .page .contant {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
  }

  .index-page .page_bg .page .contant .left-image {
    width: 680px;
    height: 688px;
    margin: 0 64px;
  }

  .index-page .page_bg .page .contant .right {
    width: 440px;
  }

  .index-page .page_bg .page .contant .right .title {
    font-size: 40px;
    line-height: 136px;
    margin-top: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    /* text-align: center; */
    color: #1a1a1a;
  }

  .index-page .page_bg .page .contant .right .text {
    font-size: 22px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    line-height: 37px;
    /* text-align: center; */
    color: #1a1a1a;
  }

  .index-page .page_bg .page .contant .right .bottom {
    margin-top: 35px;
  }

  /*************************************** 整屏公共样式 ******************************************/
  .index-page .five_bg .five .contant .left-image {
    width: 718px;
    height: 613px;
  }

  .seven_bg .seven {
    height: 100%;
    position: relative;
    background: #000;
  }

  .index-page .seven_bg .seven .footer-contant .middle .logo {
    width: 336px;
    height: 128px;
    margin-top: 90px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .index-page .seven_bg .seven .btn-box .btn {
    width: 206px;
    height: 60px;
    border-radius: 31px;
  }

  .footer ul {
    font-size: 13px;
  }
}