.container{
    width: 100%;
    height: 100%;
    position: relative
}
.header{
    width: 100%;
    height: 79px;
    position: absolute;
    background-color: transparent;
    border-bottom: 1px solid #efefef;
    z-index: 2;
    top: 0;
    left: 0
}
.header .nav{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    line-height: 79px
}
.header .nav img{
    width: 156px;
}
.swiper-container{
    width: 100%;
    height: 100%;
}

.contain { 
    width: 100%;
    height: 1080px; 
}
.contain>div{
    width: 100%;
    height: 100%;
}
.home-page{
    background: url(../img/home-bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.content{
    width: 1200px;
    height: 875px;
    position: relative;
    margin: 0 auto
}
.home-page .text-box{
    width: 547px;
    padding-top: 252px;
    margin-left: 100px;
    text-align: center;
}
.title{
    font-size: 62px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #33a5f9;
    text-align: center
}
.home-page .text-box .tips{
    width: 380px;
	height: 53px;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	color: #636565;
}
.download{
    width: 400px;
    height: 76px;
    display: block;
	background-image: linear-gradient(90deg, 
		#61ffec 0%, 
		#5fb7fe 100%);
    border-radius: 47px;
    font-size: 28px;
    line-height: 76px;
    color: #fff;
    margin: 80px auto 51px auto;
    cursor: pointer;
    text-align: center
}
.text-info{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #737373;
    display: flex;
    justify-content: space-around;
}
.logo-gif{
    width: 574px;
    position: absolute;
    top: 159px;
    right: -120px
}

.talk-page{
    background: url(../img/talk-bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.talk-page .content{
    display: flex;
    justify-content: space-around;
    padding-top: 285px;
}
.talk-page .content .left{
    width: 590px;
    height: 440px;
}
.talk-page .content .right{
    width: 414px;
}

.talk-page .content .right .text{
    font-size: 18px;
	line-height: 38px;
    color: #575757;
    text-align:justify;
}
/* .talk-page .swiper-footer{
    margin: -120px auto 0 auto
} */

.speak-page{
    background: url(../img/speak.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.speak-page .content{
    padding-top: 130px;
    display: flex;
}
.speak-page .content .left{
    height: 229px;
    width: 400px;
    margin-left: 120px;
    padding-top: 160px
}

.speak-page .content .left .text{
    width: 378px;
	height: 76px;
	font-size: 18px;
	margin: 17px auto 0 auto;
	letter-spacing: 0px;
	color: #575757;
}
.speak-page .content .left .download{
    margin: 36px auto 0 auto;
}
.speak-page .content .right{
    height: 623px;
    width: 326px;
    margin-left: 164px;
}

.privacy-page{
    background: url(../img/privacy.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.privacy-page .content{
    padding-top: 209px;
    display: flex;
}
.privacy-page .content .left{
    width: 546px;
    height: 562px;
}
.privacy-page .content .right .text{
    width: 414px;
    height: 114px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #575757;
}
.privacy-page .content .right .download{
    margin: 74px auto 0 auto
}

.time-page{
    background: url(../img/time.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.time-page .content{
    padding-top: 181px;
    display: flex;
    justify-content: space-evenly;
}
.time-page .content .left .text{
    width: 450px;
	height: 114px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #575757;
    margin-top: 54px;
}
.time-page .content .left .download{
    margin: 69px auto 0 auto
}
.time-page .content .right{
    width: 230px;
    height: 459px;
}

.freeware-page{
    background: url(../img/freeware.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.freeware-page .content{
    padding-top: 191px;
    display: flex
}
.freeware-page .content .left{
    width: 604px;
    height: 579px;
}
.freeware-page .content .right .text{
	width: 476px;
	height: 152px;
	font-size: 18px;
	letter-spacing: 0px;
    color: #575757;
    margin-top: 42px
}
.freeware-page .content .right .download{
    margin: 63px auto 0 auto
}

.swiper-footer{
    width: 772px;
	height: 87px;
	background-color: #ffffff;
	box-shadow: 0px 0px 57px 0px 
		#c3e6f4;
    border-radius: 66px;
    line-height: 87px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}
.swiper-footer .active{
    font-size: 20px;
    color: #0093ff;
}
.swiper-footer a{
    margin-left: 30px;
    font-size: 16px;
    color: #8cc8f1;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center
}
.swiper-footer span{
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 5px;
    margin-top: -1px;
    border: 5px solid #0093ff
}

.swiper-pagination{
    left: 48%;
    bottom: 5%
}
.swiper-pagination>span{
    width: 6px;
	height: 6px;
    background-color: #d8d8d8;
    margin: 0 3px;
}
.swiper-pagination .swiper-pagination-bullet-active{
    width: 36px;
	height: 6px;
	background-color: #0093ff;
	border-radius: 7px;
}

.footer{
    width: 100%;
    height: 196px;
    background-color: #333333;
}
.footer p{
    font-size: 14px;
    color: #d2d2d2;
    text-align: center;
    padding-top:16px;
}
.footer p:nth-child(1){
    padding-top: 39px
}
.footer p:last-child{
    color: #79d8ff;
}
.pop-up{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}
.pop-up-box{
    width: 606px;
    height: 348px;
    background-color: #ffffff;
    box-shadow: 0px 2px 18px 0px 
        rgba(0, 0, 0, 0.18);
    border-radius: 14px;
    margin: 15% auto 0 auto;
    position: relative;
}
.pop-up-box p{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #000000;
    text-align: center;
    padding-top: 40px
}
.qrcode{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 76px;
}
.qrcode-img{
    width: 146px;
	height: 146px;
    background-color: #d8d8d8;
}
.qrcode-box{
    width: 314px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-left: solid 2px #e0e0e0;
    padding-left: 48px;
}
.qrcode-box a{
    width: 220px;
	height: 57px;
	border-radius: 32px;
    border: solid 2px #565656;
    font-size: 22px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center
}
.qrcode-box a .icon{
    display: inline-block;
}
.qrcode-box a .iphone{
    width: 26px;
    height: 32px;
    margin-right: 16px;
    background: url('../img/iphone.png') no-repeat center 100%/cover
}
.qrcode-box a .android{
    width: 29px;
    height: 35px;
    margin-right: 5px;
    background: url('../img/android.png') no-repeat center 100%/cover
}
.close {
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 15px;
    box-sizing: content-box;
    padding: 5px;
    cursor: pointer;
}