.app-home-container {
  background-color: #0f2126;
}
.app-home-container header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #010101;
  height: 1.2162rem;
  width: 100%;
  padding: 0 0.5405rem;
}
.app-home-container header a img {
  height: 0.6757rem;
}
.app-home-container header .kl {
  margin-left: 2.1622rem;
  transform: translateX(0.3324rem);
}
.app-home-container header .iconfont {
  position: relative;
  color: #fff;
  font-size: 0.5405rem;
  transition: all 0.3s;
}
.app-home-container header .hoverClass {
  position: absolute;
  top: 0.9459rem;
  right: 0;
  display: none;
  width: 4.027rem;
  height: 6.6216rem;
  opacity: 0;
  border-radius: 0.1351rem;
  background: #222b30;
  transition: all 0.3;
  animation: tran 0.4s forwards;
  z-index: 8;
}
@keyframes tran {
  0% {
    opacity: 0;
    transform: translateY(-0.5405rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.app-home-container header .hoverClass ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.app-home-container header .hoverClass ul li {
  text-align: center;
  height: 25%;
}
.app-home-container header .hoverClass ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #7f8487;
  font-size: 0.3784rem;
  text-align: center;
  font-weight: 400;
}
.app-home-container header .hoverClass ul li a:hover {
  color: #fff;
}
.app-home-container header .hoverClass ul li.active a {
  color: #fff;
}
.app-home-container > main {
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 0.9459rem;
  padding-bottom: 0.9459rem;
}
.app-home-container > main .pic {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.5135rem;
  margin-top: 1.2568rem;
}
.app-home-container > main .pic p {
  margin-top: 0.4054rem;
}
.app-home-container > main .pic img {
  width: 5.6757rem;
  height: 1.3514rem;
}
.app-home-container > main .down-btn {
  position: relative;
  width: 3.7838rem;
  height: 1.1892rem;
  border-radius: 0.1622rem;
  background: #f4c210;
  text-align: center;
  line-height: 1.1892rem;
  font-size: 0.4324rem;
  margin: 0 auto;
  margin-left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.app-home-container > main .down-btn:active {
  transform: translateX(-50%) scale(0.9);
}
.app-home-container > main .down-btn .tag {
  position: absolute;
  top: -0.2703rem;
  right: -0.8108rem;
  width: 1.6757rem;
  height: 0.5405rem;
  line-height: 0.5405rem;
  color: #fff;
  border-radius: 0.1081rem;
  font-size: 0.2973rem;
  background: #2ecc2b;
}
.app-home-container section {
  background: url(../image/2.png) no-repeat top center;
  background-size: 10.1351rem;
  background-position-y: 3.2432rem;
  height: 100%;
  padding-bottom: 2.973rem;
}
.app-home-container section .pic {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.5135rem;
  margin-top: 1.7568rem;
}
.app-home-container section .pic p {
  margin-top: 0.4054rem;
  font-size: 0.3784rem;
  padding: 0 0.7568rem;
}
.app-home-container section .pic img {
  width: 8.2432rem;
  height: 1.3514rem;
}
.app-home-container section .down-btn {
  position: relative;
  width: 3.7838rem;
  height: 1.1892rem;
  border-radius: 0.1622rem;
  background: #f4c210;
  text-align: center;
  line-height: 1.1892rem;
  font-size: 0.4324rem;
  margin: 0 auto;
  margin-top: 120%;
  margin-left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.app-home-container section .down-btn.btn-last {
  margin-top: 20%;
}
.app-home-container section .down-btn:active {
  transform: translateX(-50%) scale(0.9);
}
.app-home-container section .down-btn .tag {
  position: absolute;
  top: -0.2703rem;
  right: -0.8108rem;
  width: 1.6757rem;
  height: 0.5405rem;
  line-height: 0.5405rem;
  color: #fff;
  border-radius: 0.1081rem;
  font-size: 0.2973rem;
  background: #2ecc2b;
}
.app-home-container section:nth-of-type(2) {
  background: url(../image/3.png) no-repeat top center;
  background-size: 10.1351rem;
  background-position-y: 3.2432rem;
  height: 100%;
  padding-bottom: 2.973rem;
}
.app-home-container section:nth-of-type(2) .pic img {
  width: 9.3784rem;
}
.app-home-container section:nth-of-type(3) {
  background: none;
  background-size: 10.1351rem;
  background-position-y: 3.2432rem;
  height: 100%;
  padding-bottom: 1.973rem;
}
.app-home-container section:nth-of-type(3) .pic img {
  width: 9.5135rem;
}
.app-home-container .swiper {
  width: 9.4595rem;
  height: 7.9189rem;
  margin-top: 1.3514rem;
  margin-bottom: 2.7027rem;
}
.app-home-container .swiper .swiper-pagination {
  top: 6.4865rem;
}
.app-home-container .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.1622rem;
  transition: all 0.3s;
  height: 0.1622rem;
  opacity: 1;
  background: #768184;
}
.app-home-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4865rem;
  height: 0.1622rem;
  opacity: 1;
  border-radius: 0.0811rem;
  background: #f4c210;
}
.app-home-container .swiper-footer-text {
  overflow: hidden;
}
.app-home-container .swiper-footer-text .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app-home-container .swiper-footer-text .swiper-slide img {
  transition: all 0.3s;
}
.app-home-container .swiper-footer-text .swiper-slide img:nth-of-type(1) {
  width: 8.4865rem;
  height: 1.2432rem;
}
.app-home-container .swiper-footer-text .swiper-slide.s1 img:nth-of-type(1) {
  width: 7.1892rem;
  height: 2.7027rem;
}
.app-home-container .swiper-footer {
  overflow: hidden;
  margin-top: 1.6216rem;
}
.app-home-container .swiper-footer .swiper-slide {
  text-align: center;
  font-size: 0.4865rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.app-home-container .swiper-footer .swiper-slide-active,
.app-home-container .swiper-footer .swiper-slide-duplicate-active {
  transform: scale(1);
}
.app-home-container .swiper-footer .swiper-slide-active,
.app-home-container .swiper-footer .swiper-slide-duplicate-active {
  transform: scale(1);
}
.app-home-container .home-banner {
  margin-top: 1.5946rem;
  margin-bottom: 1.5054rem;
  text-align: center;
  padding-left: 0.5946rem;
}
.app-home-container .home-banner img {
  width: 7.2973rem;
  height: 7.2162rem;
  margin-left: 50%;
  transform: translateX(-61%);
}
@media not all and (min-width: 376px) {
  .app-home-container .home-banner {
    margin-top: 0.8054rem;
  }
  .app-home-container .home-banner img {
    width: 4.8649rem;
    height: 4.8108rem;
  }
}
.app-home-container .btn-box {
  position: absolute;
  bottom: 0.5405rem;
  left: 0;
  width: 100%;
}
.app-home-container .btn-box .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.1622rem;
}
.app-home-container .btn-box .top {
  width: 100%;
}
.app-home-container .btn-box .top .down-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2703rem;
}
.app-home-container .btn-box .top .down-btn img {
  width: 0.7297rem;
  height: 0.7297rem;
  margin-right: 0.2003rem;
}
.app-home-container .btn-box .bot {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.app-home-container .btn-box .img {
  display: block;
  padding: 0 0.5406rem;
  margin-top: 0.4054rem;
}
.app-home-container .btn-box .down-btn {
  position: relative;
  width: 2.3405rem;
  height: 1.1892rem;
  border-radius: 0.1622rem;
  background: #f4c210;
  text-align: center;
  font-size: 0.3784rem;
  transition: all 0.3s;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(0%);
}
.app-home-container .btn-box .down-btn.btn-last {
  margin-top: 20%;
}
.app-home-container .btn-box .down-btn:active {
  transform: translateX(0%) scale(0.9);
}
footer {
  margin-top: -1rem;
}