.container{
    width: 100%;
    height: 100%;
}
.swiper-container{
    height: 100%;
}
.home-page{
    background: url(../img/wap/home.png) no-repeat 100%/cover;
    width: 100%;
    height: 100%;
}
.home-page .logo{
    width: 3.84rem;
    height: 1.52rem;
    box-sizing: content-box;
    padding: 1rem 0 0 .6rem;
}
.title{
    font-size: 1.52rem;
    color: #33a5f9;
    padding-top: 1rem;
    text-align: center
}
.home-page .title{
    padding: 0;
}
.text{
    width: 13.2rem;
    height: 3.68rem;
    margin: .56rem auto 0 auto;
    text-align: center;
    font-family: 'PingFangSC-Regular';
    line-height: 1.12rem;
    font-size: .56rem;
    color: #575757
}
.home-page .text{
    font-size: .88rem;
    height: 2rem;
    color: #636565;
    margin: 0 auto;
}
.home-page .home-img{
    width: 8.08rem;
    margin: .8rem auto .8rem auto;
}
.download{
    width: 10.6rem;
    display:block;
    height: 2rem;
    margin: 0 auto;
    background-image: linear-gradient(to left,
		#61ffec 0%, 
		#5fb7fe 100%);
    color: #fff;
    font-size: .8rem;
    text-align: center;
    border-radius: 1.9rem;
    line-height: 2rem;
    position: absolute;
    bottom: 8%;
    left: 15%;
    z-index: 2;
}
.home-page .text-info{
    text-align: center;
    font-size: .4rem;
    color: #737373;
    
}
.home-page .text-info span:nth-child(1){
    margin-right: 1.32rem;
}

.talk-page{
    background: url(../img/wap/talk.png) no-repeat 100%/cover;
    width: 100%;
    height: 100%;
}
.talk-page .text{
    line-height: 1.12rem;
    font-size: .56rem;
    color: #575757
}
.talk-page .talk-img{
    width: 13.52rem;
    margin: .56rem auto 2.1rem auto;
    position: relative;
}
.talk-page .talk-img .yin{
    width: 12.5rem;;
    height: 3.46rem;
    margin: -2.56rem auto 0 auto;
    background: url('../img/wap/yinying.png') no-repeat center 100%/cover
}

.speak-page{
    background: url(../img/wap/speak.png) no-repeat 100%/cover;
    width: 100%;
    height: 100%;
}
.speak-img{
    width: 5.52rem;
    height: 13.08rem;
    margin: 0 auto;
}

.privacy-page{
    background: url(../img/wap/privacy.png) no-repeat 100%/cover;
    width: 100%;
    height: 100%;
}
.privacy-img{
    width: 10.04rem;
    margin: 0 auto 1.2rem auto; 
}

.time-page{
    background: url(../img/wap/time.png) no-repeat 100%/cover;
    width: 100%;
    height: 100%;
}
.time-page .text{
    height: 4.48rem;
}
.time-page .time-img{
    width: 4.84rem;
    margin: 0 auto 1.6rem auto; 
}

.free-page{
    background: url(../img/wap/free-bg.png) no-repeat 100%/cover;
    width: 100%;
    height: 100%;
}
.free-page .free-img{
    width: 10.5rem;
    margin: 1rem auto;
}
.swiper-pagination{
    left: 38%;
    bottom: 2%
}
.swiper-pagination>span{
    width: .24rem;;
	height: .24rem;;
    background-color: #d8d8d8;
    margin: 0 .12rem;
}
.swiper-pagination .swiper-pagination-bullet-active{
    width: 1.44rem;;
	height: .24rem;;
	background-color: #0093ff;
	border-radius: .28rem;
}

.footer{
    width: 100%;
    height: 3.88rem;
    background: #333333;
}
.footer p{
    font-size: .48rem;
    color: #ffffff;
    text-align: center
}
.footer p:nth-child(1){
    padding-top: .88rem;
    padding-bottom: .38rem;
}