body {
  background: url('/img/bg.webp') no-repeat;
  background-size: 100% 100%;
}
.content_wrap .home {
  padding: 100px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content_wrap .home .home_title_wrap {
  width: 741px;
}
.content_wrap .home .home_title_wrap .home_title {
  position: relative;
  width: 562px;
  height: 174px;
  background: url('/img/home_title.png') no-repeat;
  background-size: 100% 100%;
}
.content_wrap .home .home_title_wrap .home_tips {
  margin: 33px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 45px;
}
.content_wrap .home .home_title_wrap .download_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content_wrap .home .home_title_wrap .download_wrap .download_btn {
  margin-right: 24px;
  width: 173px;
  height: 50px;
  background: url('/img/google.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content_wrap .home .home_title_wrap .download_wrap .download_btn:hover {
  opacity: 0.8;
}
.content_wrap .home .home_title_wrap .download_wrap .download_btn.apple {
  background: url('/img/apple.png') no-repeat;
  background-size: 100% 100%;
}
.content_wrap .home .home_title_wrap .download_wrap .download_btn.apk {
  width: 194px;
  background: url('/img/apk.png') no-repeat;
  background-size: 100% 100%;
}
.content_wrap .home .home_banner_wrap {
  position: relative;
  width: 721px;
}
.content_wrap .home .home_banner_wrap .animate_wrap {
  z-index: 1;
  position: absolute;
  width: 721px;
  height: 710px;
  background: url('/img/animate_wrap.png') no-repeat;
  background-size: 100% 100%;
}
.content_wrap .home .home_banner_wrap .pop_wrap {
  pointer-events: none;
  bottom: 48px;
  right: -117px;
  z-index: 3;
  position: absolute;
  width: 819px;
  height: 417px;
  background: url('/img/pop_wrap.png') no-repeat;
  background-size: 100% 100%;
}
.content_wrap .home .home_banner_wrap .carousel_wrap {
  padding-left: 100px;
  z-index: 2;
  position: relative;
}
.content_wrap .home .home_banner_wrap .carousel_wrap .swiper,
.content_wrap .home .home_banner_wrap .carousel_wrap .swiper-wrapper,
.content_wrap .home .home_banner_wrap .carousel_wrap .swiper-slide {
  width: 281px;
  height: 710px;
}
.content_wrap .home .home_banner_wrap .carousel_wrap .swiperImg {
  border-radius: 0.96rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 281px;
  height: 608px;
}
.content_wrap .home .home_banner_wrap .carousel_wrap .step_box {
  position: absolute;
  left: 57%;
  bottom: -35px;
  transform: translate(-50%);
  display: flex;
  align-items: center;
}
.content_wrap .home .home_banner_wrap .carousel_wrap .step_box li {
  cursor: pointer;
  margin: 0 3px;
  list-style: none;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: 0.2s;
}
.content_wrap .home .home_banner_wrap .carousel_wrap .step_box li.active {
  width: 22px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 4px;
}
.footer_warp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}
.footer_warp a {
  text-decoration: none;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 0 22px;
  cursor: pointer;
}
.mobile .content_wrap .home {
  display: block;
  padding-top: 30px;
}
.mobile .content_wrap .home .home_title_wrap {
  width: 100%;
}
.mobile .content_wrap .home .home_title_wrap .home_title {
  width: 350px;
  height: 108px;
}
.mobile .content_wrap .home .home_title_wrap .home_title::after {
  z-index: -1;
  right: 0;
  width: 204px;
  height: 136px;
}
.mobile .content_wrap .home .home_title_wrap .home_tips {
  margin: 22px 0;
  font-size: 22px;
}
.mobile .content_wrap .home .home_title_wrap .download_wrap {
  justify-content: space-between;
}
.mobile .content_wrap .home .home_title_wrap .download_wrap .download_btn {
  margin: 0;
  width: calc(50% - 10px);
}
.mobile .content_wrap .home .home_banner_wrap {
  margin-top: 40px;
  width: 100%;
  height: 100%;
}
.mobile .content_wrap .home .home_banner_wrap .animate_wrap {
  width: 100%;
  height: calc(100% - 80px);
}
.mobile .content_wrap .home .home_banner_wrap .pop_wrap {
  right: 0;
  width: 100%;
  height: calc(100% / 2);
}
.mobile .content_wrap .home .home_banner_wrap .carousel_wrap {
  padding: 0;
  width: 100%;
  height: 100%;
}
.mobile .content_wrap .home .home_banner_wrap .carousel_wrap .swiper,
.mobile .content_wrap .home .home_banner_wrap .carousel_wrap .swiper-wrapper,
.mobile .content_wrap .home .home_banner_wrap .carousel_wrap .swiper-slide {
  width: 175px;
  height: 379px;
}
.mobile .content_wrap .home .home_banner_wrap .carousel_wrap .swiperImg {
  width: 175px;
  height: 379px;
}
.mobile .content_wrap .home .home_banner_wrap .carousel_wrap .step_box {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
