body {
  margin: 0;
  padding: 0;
}

.content {
  width: 100%;
  height: 100%;
  background: url('../img/beijing1.png');
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.title-box {
  width: 100%;
  height: 1.54rem;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.26rem;
  padding-right: 0.37rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.title-left-img {
  width: 2.56rem;
  height: 1.1rem;
}
.title-right-img {
  width: 3.14rem;
  height: 1.12rem;
}
.banner{
  width: 100%;
  height: 9.5rem;
  background-size: 100% 100%;
}
.ard-msg {
  width: 100%;
  height: 3.46rem;
  background-size: 100% 100%;
  /*margin: 0.4rem auto 0.25rem;*/
/*  animation: scaleDraw 3s ease-in-out infinite;
  -webkit-animation: scaleDraw 3s ease-in-out infinite;*/
}
.ios-msg {
  width: 9.03rem;
  height: 4.43rem;
  background-size: 100% 100%;
  margin: 0.4rem auto 0.25rem;
}
@keyframes scaleDraw {
  /*瀹氫箟鍏抽敭甯с€乻caleDrew鏄渶瑕佺粦瀹氬埌閫夋嫨鍣ㄧ殑鍏抽敭甯у悕绉�*/
  0% {
    transform: scale(1); /* 寮€濮� 涓哄師濮嬪ぇ灏�*/
  }
  25% {
    transform: scale(1.05); /*鏀惧ぇ1.1鍊�*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.swiper2-box {
  width: 9.54rem;
  height: 4.66rem;
  margin: 0 auto 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper2-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 9.54rem;
  height: 4.66rem;
  z-index: 2;
}
.my-swiper2 {
  width: 9.15rem;
  height: 4.35rem;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-swiper2 .swiper-slide {
  width: 100%;
  height: 4.35rem;
}
.my-swiper2 .swiper-slide1 {
  background: url('../img/swiper1.png');
  background-size: 100% 100%;
}

.my-swiper2 .swiper-slide2 {
  /* background: url('../img/swiper2.png'); */
  background-size: 100% 100%;
}

.my-swiper2 .swiper-slide3 {
  /* background: url('../img/swiper3.png'); */
  background-size: 100% 100%;
}
.safe-box {
  width: 9.44rem;
  height: 2.58rem;
  background: url('../img/safe.png');
  background-size: 100% 100%;
  margin-top: 80px;

  /*margin: 0 auto;*/
}
.down-btn3 {
  width: 5.14rem;
  height: 1.66rem;
  background-size: 100% 100%;
  margin: 0.7rem auto 0;
  animation: scaleDraw 3s ease-in-out infinite;
  -webkit-animation: scaleDraw 3s ease-in-out infinite;
}
.privacy {
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.bottom-text {
  font-size: 0.28rem;
  text-align: center;
  color: #fff;
  margin-top: 0.13rem;
}
.bottom-text2 {
  font-size: 0.24rem;
  color: rgb(148, 163, 172);
}
.pd10 {
  padding-bottom: 10px;
}