.header-container {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-container .logo {
  height: 50px;
}

.header-container .header-right {
  display: flex;
  align-items: center;
}

.header-container .service {
  display: block;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #d9d9d940;
}

.service + .service {
  margin-left: 10px;
}

.header-container .service-icon {
  display: block;
  width: 20px;
  height: 24px;
  margin-right: 10px;
}

.header-container .service-text {
  font-size: 18px;
  color: #fff;
}

.main-swiper {
  height: 100%;
  padding-top: 116px;
  box-sizing: border-box;
}

.swiper-container {
  height: 100%;
  box-sizing: border-box;
}

.swiper-container .swiper-slide {
  box-sizing: border-box;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 12px 0 !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  height: 20px;
  border-radius: 7px;
}

.slide-link {
  display: block;
  height: 100%;
  position: relative;
}

.swiper-container .slide-banner1 {
  width: 100%;
  height: calc(100% - 150px);
  background-image: url('../js/banner1.js?v=1');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
}
.swiper-container .slide-banner2 {
  width: 100%;
  height: calc(100% - 150px);
  background-image: url('../js/banner2.js?v=1');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
}
.swiper-container .slide-banner3 {
  display: block;
  width: 660px;
  /* height: 100%; */
  background-image: url('../js/banner3.js?v=1');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: 0;
  bottom: 20px;
  right: -150px;
}
.swiper-container .slide-left {
  display: block;
  width: 350px;
  background-image: url('../js/10009.js?v=1');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  position: absolute;
  top: 0;
  bottom: 300px;
  /* z-index: 10; */
}
.swiper-container .slide-middle {
  width: 100%;
  height: 390px;
  background-image: url('../js/10007.js?v=1');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: absolute;
  bottom: 240px;
  /* z-index: 10; */
}
.swiper-container .slide-top {
  width: 450px;
  height: 260px;
  background-image: url('../js/10008.js?v=1');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: relative;
  /* z-index: 10; */
}
.swiper-container .slide-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-container .slide-table {
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.footer-download {
  display: block;
  width: 236px;
  height: 64px;
  font-size: 24px;
  line-height: 64px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #11CA9F , #16EAFD);
  border-radius: 32px;
}

.footer-tips {
 font-size: 24px;
 line-height: 50px;
 color: #fff;
 margin-top: 10px;
}