.swiper {
  width: 100%;


}

.swiper-slide {
  /* text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.swiper-slide img {
  display: block;
  width: 100%;

}
.swiper-page-box{
    width: 1.32rem;
    height: .12rem;
    background: rgba(255,255,255,0.41);
    border-radius: .12rem;
    margin: .48rem auto 1.2rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}
.swiper-page-bg{
    width: .88rem;
    height: .12rem;
    background: #ffffff;
    border-radius: .12rem;
    transition: ease-in-out all .4s;
}
.swiper-page-bg.swiper-margin{
    margin-left: .44rem;
}
.swiper-page-two-l.swiper-margin{
  margin-left: .44rem;
}
.mySwiper-two{
  background: #EDF6FE;
  padding-left: .32rem;
  padding-right: .32rem;
}
.mySwiper-two .swiper-slide{
  width: 60% !important;
}
.swiper-slide{
  position: relative;
}
.swiper-slide a.fl{
  display: block;
  height: .42rem;
  position: absolute;
  bottom: 1.04rem;
  left: .5rem;
  right: 3.3rem;
 
}
.swiper-slide a.didi{
  display: block;
  height: .42rem;
  position: absolute;
  bottom: 1.8rem;
  left: .5rem;
  right: 3.8rem;
}
.swiper-page-two{
  width: 100%;
  height: 1.8rem;
  overflow: hidden;
  background: #EDF6FE;
}
.swiper-page-two-bg{
  width: 1.32rem;
  height: 0.12rem;
  background: #D9D9D9;
  border-radius: 0.2rem;
  margin: .48rem auto 0;
  display: flex;
  justify-content: flex-start;
  transition: ease-in-out all .4s;
}
.swiper-page-two-l{
  width: 0.88rem;
  height: 0.12rem;
  background: #2D2D38;
  border-radius: 0.2rem;
}
.page-head{
  width: 100%;
  height: 3.34rem;
  padding: 0 .32rem;
  display: flex;
  align-items: center;

  font-family: 'Abhaya Libre ExtraBold-Regular';
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFFFFF;
}
.imgW100{
  width: 100%;
  display: block;
}
.faq-box{
  padding: 0 .32rem;
}
.faq-box li{
  width: 100%;

  background: #FFFFFF;
  border-radius: 0.24rem;
  padding: .32rem;
  margin-bottom: .2rem;
}
.faq-box li .issue{
  font-family: 'Inter-Regular';
  font-weight: 400;
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.48rem;
}
.faq-box li .response{
  font-family: 'Inter-Regular';
  font-weight: 400;
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.42rem;
  margin-top: .2rem;
  border-top: .02rem solid #999999;
  padding-top: .2rem;
  display: none;
}
.joinUs{
  width: calc(100% - .64rem);
  padding: 1.2rem 0;
  margin: 0 auto;
  border-bottom: .02rem solid #999999;
}
.joinUs .title{
  font-family: 'Abhaya Libre ExtraBold-Regular';
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFFFFF;
}
.joinUs .text{
  font-family: 'Inter-Regular';
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.48rem;
  margin-top: .28rem;
}
.joinUs-btn{
  display: block;
  width: 3.22rem;
  height: 0.94rem;
  background: #D84761;
  border-radius: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'Inter-Regular';
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
  margin-top: .48rem;
}
.content-cont {
  width: 100%;

  background: #ffffff;
  padding:1.2rem .32rem;
  margin-top: .2rem;
}
.pro-cont p,.pro-cont span{
  font-family: 'Inter-Medium';
  font-weight: 500;
  font-size: 0.32rem;
  color: #2D2D38;
  line-height: 0.48rem;
  margin-bottom: .2rem;
}
.content-cont p{
  font-family: 'Inter-Medium';
  font-weight: 500;
  font-size: 0.32rem;
  color: #2D2D38;
  line-height: 0.48rem;
  margin-bottom: .2rem;
}
.content-cont p.sub-title{
  font-weight: bold;
  font-size: .34rem;
}
.page-privacy{
  height: 5.6rem;
  background: #2D2D38;
  overflow: hidden;
  padding: 0 .32rem;
}
.page-privacy .title{
  font-family: 'Abhaya Libre ExtraBold-Regular';
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFFFFF;
  margin-top: 1rem;
}
.page-privacy ul li{
  font-family: 'Inter-Regular';
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
  margin-top: .4rem;
}
.page-privacy .active{
  color: #D84761;
}