#container{
  width: 100%;
  height: 100%;
  background-color: #0BCC8B;
  position: relative;
  overflow-y: hidden;
}
.title-pic{
  width: 360rem;
  height: 96rem;
  margin: 0 auto;
}
.title-text{
  margin: 33rem auto 0;
  width: 559rem;
  height: 104rem;
  font-family: Poppins;
  font-size: 44rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 52rem;
  text-align: center;
  font-style: normal;
}
.title-desc {
  margin: 20rem auto 0;
  width: 631rem;
  height: 80rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 28rem;
  color: #FFFFFF;
  line-height: 40rem;
  text-align: center;
  font-style: normal;
}
.title-desc span{
  font-weight: bold;
}
.title-desc2{
  margin-top: 20rem;
  width: 736rem;
  height: 38rem;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 23rem;
  color: #1D4544;
  line-height: 38rem;
  text-align: center;
  font-style: normal;
}
.content{
  margin-top: 20rem;
  padding: 0 22rem;
  width: 750rem;
  height: 100%;
  display: flex; 
}
.content .evaluate{
  width: 336rem;
  padding-top: 46rem;
}
.evaluate .item{
  margin-bottom: 60rem;
  width: 336rem;
}
.evaluate .item img{
  width: 133rem;
}
.evaluate .item .evaluation-content {
  font-family: 'PingFangSC, PingFang SC';
  font-weight: 400;
  font-size: 21rem;
  color: #FFFFFF;
  line-height: 29rem;
  text-align: left;
  font-style: normal;
}
.evaluate .item .name {
  font-family: 'PingFangSC, PingFang SC';
  font-weight: 400;
  font-size: 21rem;
  color: #FFFFFF;
  line-height: 29rem;
  text-align: right;
  font-style: normal;
  opacity: .7;
}
.swiper-box{
  margin: 30rem auto 0;
  width: 353rem;
  height: 723rem;
  background-image: url('../img/swiper_pic_bg@2x.png');
  background-size: 100%;
  padding-top: 12rem;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.mySwiper{
  /* margin-left: 16rem; */
  width: 322rem;
  height: 697rem;
  overflow: hidden;
}
.mySwiper .swiper-slide {
  width: 322rem !important;
  height: 697rem !important;
}
.mySwiper .swiper-slide img{
  width: 322rem;
  height: 697rem;
}
.footer{
  width: 750rem;
  height: 330rem;
  background: #FFFFFF;
  box-shadow: 0rem -24rem 32rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 32rem 32rem 0rem 0rem;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.footer .title{
  margin-top: 32rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 28rem;
  color: #000000;
  line-height: 40rem;
  text-align: center;
  font-style: normal;
}
.footer .channel-box{
  margin-top: 28rem;
  display: flex;
  justify-content: center;
}
.footer .channel-box img{
  width: 335rem;
}
.footer .channel-box img:first-child{
  margin-right: 16rem;
}
.footer .tips{
  display: block;
  margin-top: 32rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 33rem;
  text-align: center;
  font-style: normal;
}
.footer .copyright {
  margin-top: 20rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 33rem;
  text-align: center;
  font-style: normal
}
.footer .privacy {
  margin-top: 10rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 33rem;
  text-align: center;
  font-style: normal;
}

.bg{
  width: 750rem;
  height: 644rem;
  background-image: url('../img/downloadpage_pic_bg@2x.png');
  background-size: 100%;
  position: absolute;
  top: 540rem;
  left: 0;
  z-index: 1;
}


.download-hint-text {
  width: 100%;
  text-align: center;
  font-size: 28rem;
  font-weight: 600;
  color: #000000;
  margin: 32rem 0 16rem;
  line-height: 40rem;
  animation: floatGlow 3s ease-in-out infinite;
  font-family: 'Poppins', sans-serif;
}

@keyframes fadeAndFloat {
  0% {
    opacity: 0.6;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(-8rem);
  }
  100% {
    opacity: 0.6;
    transform: translateY(0px);
  }
}

@keyframes floatGlow {
  0% {
    opacity: 0.7;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10rem);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0px);
  }
}