.swiper-container,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100vh;
}

.header{
    width: 100%;
    height: .88rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 1.1rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header .right{
    display: flex;
}
.header .right .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.header .right .home{
    margin-right: 0.65rem;
}
.header .right .privacy{
    margin-right: 0.65rem;
}
.header .right .item .title{
    color: #fff;
    font-size: 18px;
    font-family: PingFang SC;
    /* font-weight: 600; */
}
.header .right .item .title.col{
    color: #999999;
    /* font-weight: 600; */
}
.header .right .item .divider{
    width: .2rem;
    height: .04rem;
    background: transparent;
    border-radius: .05rem;
    margin-top: .08rem;
}
.header .right .item .selectdColor{
    color:#333333;
    font-weight: 600;
}
.header .right .item .selectBg{
    background:#333333;
}
.header .icons {
    display: flex;
    align-items: center;
}
.header .icons .icon{
    width: .60rem;
    height: .6rem;
    margin-right: .12rem;
}
.header .icons .textIcon{
    width: .6rem;
    height: .3rem;
}
.page1{
    overflow: hidden;
    background:linear-gradient(135deg,rgba(136,195,255,1) 0%,rgba(78,119,255,1) 100%);
    /* background: url(../img/img_1.png) no-repeat;
    background-size: cover; */
}
.page1 .inner{
    margin: auto;
    width: 14.4rem;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.page1 .inner .circle1{
    width: 5.78rem;
    height: 5.78rem;
    border-radius: 50%;
    background:linear-gradient(197deg,rgba(136,195,255,1) 0%,rgba(78,119,255,1) 100%);
    position: absolute;
    left: -4rem;
    top: 3rem;
    z-index: 0;
}
.page1 .inner .circle2{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background:linear-gradient(197deg,rgba(136,195,255,1) 0%,rgba(78,119,255,1) 100%);
    position: absolute;
    top: -0.2rem;
    right: -3.0rem;
    z-index: 0;
}
.page1 .inner .main {
    flex: 1;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}
.page1 .inner .main .page_text{
    width: 4.5rem;
    height: 1.4rem;
    /* transform:scale(0.8); */
    margin-bottom: 4.2rem;
    margin-right: 0.4rem;
    
}
.page1 .inner .main .page_img{
    width: 7.44rem;
    height: 7.57rem;
    margin-left: 1rem;
    /* transform:scale(0.8) */
}
.page1 .forBottom{
    width: 100%;
    height: 0.45rem;
    position: absolute;
    bottom: 0.43rem;
    background: url(../img/bottom.png) no-repeat center center;
    background-size: 0.82rem auto;
    z-index: 2;
    cursor: pointer;
}
.page2 .inner {
    margin: auto;
    width: 14.4rem;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page2 .inner .main .page_img{
    width: 5.4rem;
    height: 6.52rem;
    margin-right: .94rem;
}
.page2 .inner .main .page_text{
    width: 4.32rem;
    height: 1.17rem;
    margin-bottom: 3.08rem;
}
.page2 .forBottom {
    width: 100%;
    height: 0.45rem;
    position: absolute;
    bottom: 0.43rem;
    background: url(../img/bottom2.png) no-repeat center center;
    background-size: 0.82rem auto;
    z-index: 2;
    cursor: pointer;
}
.page3{
    background:linear-gradient(228deg,rgba(247,188,220,1) 0%,rgba(247,188,220,1) 0%,rgba(247,188,220,1) 0%,rgba(253,148,207,1) 0%,rgba(245,104,169,1) 100%);
}
.page3 .inner {
    margin: auto;
    width: 14.4rem;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.page3 .inner .circle1{
    width: 4.83rem;
    height: 4.83rem;
    border-radius: 50%;
    background:linear-gradient(228deg,rgba(247,188,220,1) 0%,rgba(247,188,220,1) 0%,rgba(247,188,220,1) 0%,rgba(253,148,207,1) 0%,rgba(245,104,169,1) 100%);
    position: absolute;
    left:-1rem;
    top: 2.5rem;
    z-index: 0;
}
.page3 .inner .main{
    flex: 1;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}
.page3 .inner .main .page_img{
    width: 7.1rem;
    height: 7.51rem;
    margin-left: 2.1rem;
}
.page3 .inner .main .page_text{
    width: 4.75rem;
    height: 2.5rem;
    margin-bottom: 3rem;
}
.page3 .forBottom {
    width: 100%;
    height: 0.45rem;
    position: absolute;
    bottom: 0.43rem;
    background: url(../img/bottom3.png) no-repeat center center;
    background-size: 0.82rem auto;
    z-index: 2;
    cursor: pointer;
}
.page4{
    background: url(../img/bg.png) center 0px / cover no-repeat;
}
.page4 .inner {
    width: 100%;
    height: 100vh;
    background-color: rgba(100, 100, 100, 0.4);
}
.page4 .inner .main{
    height: 100vh;
    position: relative;
}
.page4 .inner .main .footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: .3rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
}
.page4 .inner .main .footer div{
    margin-top: .05rem;
    display: flex;
    align-items: center;
}
.page4 .inner .main .footer div img{
    width: .2rem;
    height: .2rem;
}
.page4 .inner .main .footer div a{
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.page4 .inner .main .content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 1.1rem;
    padding-bottom: 3.2rem;
    box-sizing: border-box;
}
.page4 .inner .main .content .opt{
    font-size:  0.72rem;;
    font-family:FZZhengHeiS-EB-GB;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.page4 .inner .main .content .down{
    display: flex;
    flex-direction: row;
    height: 1.27rem;
    margin-top: .64rem;
}
.page4 .inner .main .content .down .erweima{
    width: 1.27rem;
    height: 1.27rem;
    background: #fff;
    border-radius: .10rem;
    margin-left: .18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page4 .inner .main .content .down .erweima img{
    width: 1.09rem;
    height: 1.09rem;
}
.page4 .inner .main .content .down .downBtn{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page4 .inner .main .content .down .downBtn .btn{
    width: 1.40rem;
    height: .54rem;
    display: flex;
    background: #fff;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .12rem;
    cursor: pointer;
}
.page4 .inner .main .content .down .downBtn .btn:hover{
    opacity: 0.4;
}
.page4 .inner .main .content .down .downBtn .btn img{
    width: .26rem;
    height: .26rem;
    margin-right: .12rem;
}
.page4 .inner .main .content .down .downBtn .btn .text{
    display: flex;
    flex-direction: column;
}
.page4 .inner .main .content .down .downBtn .btn .text .textT{
    font-size: .14rem;
}

.forBottomAnimation{
    animation: forBottom 1.5s infinite linear;
}
.initAnimation  .p1 .main .page1_text{
    animation: forTop .8s linear;
}
.initAnimation  .p1 .main .page1_img{
    animation: forTop 1.2s linear;
}
.initAnimation  .p2 .main .page2_text{
    animation: forTop2 .8s linear;
}
.initAnimation  .p2 .main .page2_img{
    animation: forTop2 1.2s linear;
}
.initAnimation  .p3 .main .page3_text{
    animation: forTop2 .8s linear;
}
.initAnimation  .p3 .main .page3_img{
    animation: forTop2 1.2s linear;
}

@keyframes forBottom {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    60% {
      opacity: 0.6;
    }
    100% {
      transform: translateY(0.3rem);
      opacity: 0;
    }
}
@keyframes forTop {
    0% {
      transform: translateY(60px);
      opacity: 0;
    }
    60% {
      transform: translateY(60px);
      opacity: 0;
    }
    80% {
      transform: translateY(30px);
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}
@keyframes forTop2 {
    0% {
      transform: translateY(60px);
      opacity: 0;
    }
    60% {
      transform: translateY(60px);
      opacity: 0;
    }
    80% {
      transform: translateY(40px);
      opacity: 1;
    }
    100% {
      transform: translateY(0);
    }
}