/*页面公共区域*/
body {
    background: #bb2677;
}

#pro {
    position: relative;
    width: 10rem;
    height: 100%;
    overflow: hidden;
    background: #bb2677;
    margin: 0 auto;

}

.page {
    width: 10rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.page0 {
    width: 10rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(../../img/new3/bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.page1 {
    width: 10rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(../../img/new3/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page2 {
    width: 10rem;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    background: url(../../img/new3/bg3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.mPhone {
    /* width: 30vh;
    height: 60vh; */
    width: 6.28rem;
    height: 12.467rem;
    position: absolute;
    top: 2.68rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: url(../../img/new3/phone.png) no-repeat;
    background-size: contain;
}



.phoneBorder {
    width: 100%;
    height: 100%;
    /* background: url(../../img/new3/phone.png) no-repeat;
    background-size: contain; */
    position: absolute;
    top: 0;
    left: 0;
}

.videoCon {
    /* border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem; */
    border-radius: 0.68rem;
    -moz-border-radius: 0.68rem;
    -webkit-border-radius: 0.68rem;
    overflow: hidden;
    width: 5.76rem;
    height: 12.1rem;

    box-sizing: border-box;
    position: absolute;
    bottom: 0.18rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../img/new3/phoneVideo.png) no-repeat;
    background-size: contain;
    /* top: 0.36rem;
    left: 0.36rem;
    bottom: 0.36rem;
    right: 0.36rem; */
    z-index: 1;
}

/* #video {
    width: 5.4rem;
    height: 9.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


.mTitle {
    width: 8rem;
    text-align: center;
    position: absolute;
    top: 1.32rem;
    left: 50%;
    transform: translateX(-50%);
}

.mTitle>span {
    font-size: 0.6rem;
    padding: 0 0.2rem;
    color: #fff;
}

.mIcon {
    display: inline-block;
    vertical-align: middle;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../../img/new3/mIcon.png) no-repeat;
    background-size: 100% 100%;
}

.bubble1 {
    width: 2.293rem;
    height: 2.24rem;
    background: url(../../img/new3/bubble1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    left: -0.4rem;
    animation: mBreath 8s linear infinite;
}

.bubble2 {
    width: 1.64rem;
    height: 1.667rem;
    background: url(../../img/new3/bubble2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.2rem;
    left: 8rem;
    animation: mBreath 6s linear infinite;
}

.bubble3 {
    width: 2.293rem;
    height: 2.24rem;
    background: url(../../img/new3/bubble3.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 8rem;
    right: -0.8rem;
    animation: mBreath 10s linear infinite;
}

.bubble4 {
    width: 2.96rem;
    height: 3.053rem;
    background: url(../../img/new3/bubble4.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13.2rem;
    left: -0.3rem;
    animation: mBreath 7s linear infinite;
}

.btnPage2 {
    background: url(https://www.footseen.com/img/new/button.png) no-repeat;
    background-size: 100% 100%;
    width: 7.173rem;
    height: 1.333rem;
    line-height: 1.333rem;
    font-size: 0.64rem;
    color: #D82F66;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0.4rem;
    margin-left: -3.586rem;
    z-index: 99;
}

@keyframes mBreath {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.voiceBg {
    width: 1.4rem;
    height: 0.619rem;
    border-radius: 0.4rem;
    position: absolute;
    bottom: 1.2rem;
    right: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    z-index: 50;
}

.voiceBtn {
    width: 0.72rem;
    height: 0.619rem;
    background: url(../../img/new3/voice.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    transform: scale(0.7);
}

.muted {
    background: url(../../img/new3/muted.png) no-repeat;
    background-size: contain;
}

.recommendBox {
    width: 100%;
    position: absolute;
    top: 2.68rem;
    left: 0rem;
    overflow-y: scroll;
}

.rVideos {
    width: 100%;
}

.rRow {
    width: 100%;
    margin-bottom: 0.1rem;
}

.youtubeVideos {
    width: 8rem;
    height: 4rem;
    margin: 0 auto;
    position: relative;
    border-radius: 0.267rem;
    -webkit-border-radius: 0.267rem;
    -moz-border-radius: 0.267rem;
    overflow: hidden;

    background: url(../../img/new3/videoBg.png) no-repeat;
    background-size: 100% 100%;
}

.elementor-video-iframe {
    max-width: 100%;
    width: 100%;
    border: none;
    height: 100%;
    position: absolute;
    border-radius: 0.267rem;
    -webkit-border-radius: 0.267rem;
    -moz-border-radius: 0.267rem;
    overflow: hidden;
}

.rInfo {
    line-height: 1rem;
    color: #fff;
    font-size: 0.347rem;
}

.rTime {
    margin-left: 1rem;
}

.rName {
    margin-left: 0.8rem;
}

.downloadBtn2 {
    width: 1.627rem;
    height: 1.72rem;
    background: url(../../img/new3/download.png) no-repeat;
    background-size: contain;
    position: fixed;
    bottom: 4rem;
    right: 0.2rem;
    animation: upWard2 1s linear 0s infinite alternate;
    -webkit-animation: upWard 1s linear 0s infinite alternate;
    display: none;
    z-index: 99;
}

.wipeUp {
    width: 1.227rem;
    height: 1.173rem;
    background: url("../../img/new3/imageSprites.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom: 4rem;
    left: 92%;
    animation: upWard 1s linear 0s infinite alternate;
    -webkit-transform: translateX(-50%);
    -webkit-animation: upWard 1s linear 0s infinite alternate;
}

@-webkit-keyframes upWard {
    from {
        bottom: 4rem;
    }

    to {
        bottom: 3.6rem;
    }
}


@-webkit-keyframes upWard2 {
    from {
        top: 10rem;
    }

    to {
        top: 10.4rem;
    }
}

.langList {
    height: 4.84rem;
}

#insShare {
    position: absolute;
    top: -100rem;
    left: -100rem;
}