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 {
  font-size: 18px;
  background: #fff;
}
.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: 134px;
  height: 60px;
  margin-left: 239px;
  margin-top:40px;
  margin-bottom: 163px;
  /* background: url("../images/logo.png") center center no-repeat;
  background-size: cover; */
}
@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;
  height: 44px;
  width: 44px;
  background: url('../images/down-arrow.png') center center no-repeat;
  background-size: cover;
}
.next-page p {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #ffffff;
}
/*************************************** 第一屏开始 ******************************************/
.index-page .one_bg {
  background: url("../images/one-bg.png") center center no-repeat;
  background-size: cover;
}
.index-page .one_bg .one {
  /* padding-top: 280px; */
}
.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 auto;
  width: 1443px;
  height: 150px;
  background: url("../images/one-text.png") center center no-repeat;
  background-size: cover;
}
.index-page .one_bg .one .type {
  opacity: 0.8;
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  letter-spacing: 30px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.index-page .one_bg .one .btn-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.index-page .one_bg .one .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;
 
}
.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: 220px;
  height: 68px;
  border-radius: 38px;
}
.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;
  /* background-position: -100px 0; */
}
.page_bg .pub-bg {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 541px;
  background: url('./../images/pub-bg.png') center center no-repeat;
  background-size: cover;
  z-index: 9;
}
.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: 739px;
height: 996px;
background: url("../images/two-left.png") center center no-repeat;
background-size: cover;
/* margin: 0 80px; */
}
.index-page .page_bg .page .contant .right {
width: 550px;
}
.index-page .page_bg .page .contant .right h3 {
width: 564px;
height: 174px;
line-height: 174px;
font-size: 100px;
font-family: HelloFont WenYiHei, HelloFont WenYiHei-Regular;
font-weight: 400;
text-align: center;
color: #5e5151;
letter-spacing: 10px;
background: url("../images/title-bg.png") center center no-repeat;
background-size: cover;
margin-top: 137px;
margin-left: -67px;
}
.index-page .page_bg .page .contant .right .title {
font-size: 50px;
line-height: 170px;
margin-top: 20px;
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: 27px;
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;
}

/*************************************** 整屏公共样式 ******************************************/



/*************************************** 第二屏开始 ******************************************/
.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: 591px;
  height: 796px;
  top: 130px;
  left: 175px;
}
.index-page .two_bg .two .contant .left-box .left-image {
  position: absolute;
  width: 591px;
  height: 796px;
  background: url("../images/two-left.png") center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-page .two_bg .two .contant .left-box .ll-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/two-ll.png") center center no-repeat;
  background-size: cover;
  top: 479px;
  left: 0;
  z-index: 99;
}
.index-page .two_bg .two .contant .left-box .lr-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/two-lr.png") center center no-repeat;
  background-size: cover;
  top: 0;
  right: -100px;
  z-index: 99;
}
.index-page .two_bg .two .contant .right-image {
  position: absolute;
  width: 736px;
  height: 400px;
  background: url("../images/two-right.png") center center no-repeat;
  background-size: cover;
  top: 285px;
  right: 278px;
  z-index: 1;
}

/*************************************** 第二屏结束 ******************************************/

/*************************************** 第三屏开始 ******************************************/
.three_bg .three {
    height: 100%;
    position: relative;
    background: url('./../images/two-bg.png') center center no-repeat;
    background-size: cover;
    /* background-position: -100px 0; */
}
.index-page .three_bg .three .contant .left-image {
  position: absolute;
  width: 736px;
  height: 403px;
  background: url("../images/three-left.png") center center no-repeat;
  background-size: cover;
  top: 285px;
  left: 278px;
  z-index: 99;
}

.index-page .three_bg .three .contant .right-box {
  position: absolute;
  width: 591px;
  height: 796px;
  top: 130px;
  right: 175px;
}
.index-page .three_bg .three .contant .right-box .right-image {
  position: absolute;
  width: 591px;
  height: 796px;
  background: url("../images/three-right.png") center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-page .three_bg .three .contant .right-box .ll-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/three-ll.png") center center no-repeat;
  background-size: cover;
  top: 479px;
  left: -400px;
  z-index: 9;
}
.index-page .three_bg .three .contant .right-box .lr-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/three-lr.png") center center no-repeat;
  background-size: cover;
  top: 0;
  right: -100px;
  z-index: 99;
}
/*************************************** 第三屏结束 ******************************************/

/*************************************** 第四屏开始 ******************************************/
.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: 591px;
  height: 796px;
  top: 130px;
  left: 175px;
}
.index-page .four_bg .four .contant .left-box .left-image {
  position: absolute;
  width: 591px;
  height: 796px;
  background: url("../images/four-left.png") center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-page .four_bg .four .contant .left-box .ll-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/four-ll.png") center center no-repeat;
  background-size: cover;
  top: 20px;
  left: -100px;
  z-index: 99;
}
.index-page .four_bg .four .contant .left-box .lr-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/four-lr.png") center center no-repeat;
  background-size: cover;
  bottom: 0;
  right: -100px;
  z-index: 99;
}
.index-page .four_bg .four .contant .right-image {
  position: absolute;
  width: 736px;
  height: 402px;
  background: url("../images/four-right.png") center center no-repeat;
  background-size: cover;
  top: 285px;
  right: 278px;
  z-index: 1;
}
/*************************************** 第四屏结束 ******************************************/

/*************************************** 第五屏开始 ******************************************/
.five_bg .five {
    height: 100%;
    position: relative;
    background: url('./../images/two-bg.png') center center no-repeat;
    background-size: cover;
    /* background-position: -100px 0; */
}
.index-page .five_bg .five .contant .left-image {
  position: absolute;
  width: 764px;
  height: 451px;
  background: url("../images/five-left.png") center center no-repeat;
  background-size: cover;
  top: 285px;
  left: 278px;
  z-index: 99;
}

.index-page .five_bg .five .contant .right-box {
  position: absolute;
  width: 591px;
  height: 796px;
  top: 130px;
  right: 175px;
}
.index-page .five_bg .five .contant .right-box .right-image {
  position: absolute;
  width: 591px;
  height: 796px;
  background: url("../images/five-right.png") center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.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;
}
/*************************************** 第五屏结束 ******************************************/

/*************************************** 第六屏开始 ******************************************/
.six_bg .six {
    height: 100%;
    position: relative;
    background: url('./../images/two-bg.png') center center no-repeat;
    background-size: cover;
    /* background-position: -100px 0; */
}
.index-page .six_bg .six .contant .left-box {
  position: absolute;
  width: 591px;
  height: 796px;
  top: 130px;
  left: 175px;
}
.index-page .six_bg .six .contant .left-box .left-image {
  position: absolute;
  width: 591px;
  height: 796px;
  background: url("../images/six-left.png") center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-page .six_bg .six .contant .left-box .ll-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/six-ll.png") center center no-repeat;
  background-size: cover;
  top: 20px;
  left: -100px;
  z-index: 99;
}
.index-page .six_bg .six .contant .left-box .lr-img {
  position: absolute;
  width: 283px;
  height: 283px;
  background: url("../images/six-lr.png") center center no-repeat;
  background-size: cover;
  bottom: 0;
  right: -100px;
  z-index: 99;
}
.index-page .six_bg .six .contant .right-image {
  position: absolute;
  width: 736px;
  height: 402px;
  background: url("../images/six-right.png") center center no-repeat;
  background-size: cover;
  top: 285px;
  right: 278px;
  z-index: 1;
}
/*************************************** 第六屏结束 ******************************************/

/*************************************** 第七屏开始 ******************************************/
.seven_bg .seven {
  height: 100%;
  position: relative;
  background: #000;
}
.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: 134px;
  height: 60px;
  background: url("../images/logo.png") center center no-repeat;
  background-size: cover;
  margin-top: 181px;
  margin-bottom: 60px;
  margin-left: 0;
}
.index-page .seven_bg .seven .footer-contant .middle .type {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 30px;
}
.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: cover;
}
.ios-qr .qr {
  background: #fff url('../images/ios-QR.png') center center no-repeat;
  background-size: cover;
}
.index-page .seven_bg .seven .btn-box .btn {
  width: 258px;
  height: 76px;
  border-radius: 38px;
}
.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;
}
.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;
    /* background: url("../images/two-left.png") center center no-repeat;
    background-size: cover; */
    margin: 0 64px;
  }
  .index-page .page_bg .page .contant .right {
    width: 440px;
  }
  .index-page .page_bg .page .contant .right h3 {
    width: 450px;
    height: 140px;
    line-height: 140px;
    font-size: 80px;
    font-family: HelloFont WenYiHei, HelloFont WenYiHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #5e5151;
    letter-spacing: 10px;
    background: url("../images/title-bg.png") center center no-repeat;
    background-size: cover;
    margin-top: 110px;
    margin-left: -55px;
  }
  .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;
  }
}


