.pc {
    position:relative;
}

.txt-background{
    color: transparent;
    text-align: center;
    background: url(../../img/product/txt-backg.jpg);
    background-clip: text;
    background-origin:border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10rem;
    transform: translate3d(0px, 50vh, 0px) scale(3, 3);
    /* font-family: Rany-Regular; */
}
.product-page{
    padding: 1px;
    position: relative;
    /* top: 59px; */
    
}

.pro-banner{
position: relative;
}
.pro-banner-img{
    position: fixed;
    /* margin-top: 5rem; */
    /* margin-top: 4.55rem; */
    width:100%;
    /* z-index:8 */
}
.pro-b-img-1{
    width:100%;
}
.img-page-1{
    width: 46%;
    position: absolute;
    height: 90%;
    margin-left: 52%;
    margin-top: -31%;
}
.pro-txt{
    /* font-family: Rany-Regular; */
    height: 5.1rem;
    line-height: 5.1rem;
    font-size: 4rem;
    color: #000000;
    position: absolute;
    left: 54%;
    top: 22%;
}
.pro-img-1{
    width: 22.1rem;
    position: absolute;
    left: 27%;
    top: 22%;
}
.ban-shadow{
    position:absolute;
    /* width: 192rem; */
    width:100%;
    height: 108rem;
    z-index: 10;
    background-color: #000000;
    margin-top: 6rem;
    opacity: 0;
}
 .roll-page{
    position:absolute;
    margin-top: 114rem;
    width:100%;

 }
.the-mind{
   
    width: 100%;
    height: 108rem;
    padding: 1px;
    z-index:30;
   
    background-color: white;
}
.tm-title{
    margin-top: -6rem;
    font-size: 10rem;
    min-height: 8rem;
    text-align: center;
}
.show-video,.scene-1,.scene-2, .scene-3{
    /* width: 192rem; */
    width:100%;
    height:103rem;
    background-color: #FFFFFF;
    /* display:flex; */
    position:relative;
    overflow: hidden;
}

.video-des{
    position: absolute;
    width: 52%;
    top: 37%;
    left: 24%;
    z-index: 11;
    text-align: center;
}
.video-des p {
    font-size: 4rem;
    color: #ffffff;
    /* font-family: OPPOSans-R; */
}
.watch{
    position: absolute;
    z-index: 11;
    font-size: 3.6rem;
    color: #ffffff;
    /* font-family: OPPOSans-R; */
    right: 14rem;
    bottom: 10rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
}
.video-play-btn {
    width: 6.5rem;
    height: 6.5rem;
    margin-left: 2rem;
}
.show-video video,.scene-1 img{
    width:100%;
    height:103rem;
    position: absolute;
    top: 0;
    z-index: 9;
}
.video-top,.scene-1-top,.scene-2-top,.scene-3-top{
    width: 100%;
    height: 20%;
    position: absolute;
    /* border: 1px solid #000000; */
    background-color: #FFFFFF;
    z-index: 10;
}
.video-left,.scene-1-left,.scene-2-left,.scene-3-left{
    width:25%;
    height:103rem;
    /* border: 1px solid #000000; */
    background-color: #FFFFFF;
    position: absolute;
    top:0;
    z-index: 10;
}
.video-right,.scene-1-right,.scene-2-right,.scene-3-right{
    width:25%;
    height:103rem;
    /* border: 1px solid #000000; */
    background-color: #FFFFFF;
    position:absolute;
    top: 0;
    right:0;
    z-index: 10;
}
.video-txt,.voice-txt,.voice-ass-txt,.green-text,.install-txt{
    background-color: #FFFFFF;
    width: 100%;
    height:103rem;
    padding: 1px;
}

/*全屏完整视频*/
.full-screen-video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999!important;
    background: rgba(0,0,0,.8);
    display: none;
}
.full-screen-close:link,.full-screen-close:visited  {
    width: 4.8rem;
    height: 4.8rem;
    background: #f4f3f3;
    color: #211d1e;
    line-height: 4.8rem;
    border-radius: 2.4rem;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    right: 2.4rem;
    top: 2.4rem;
    text-decoration: none;
    transform: scale(.9,.9);
    transition: transform .2s ease;
    z-index: 100;
}
.full-screen-video video {
    max-width: 90%;
    max-height: 90vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.install{
    background-image: url(../../img/product/install.jpg);
    width:192rem;
    height:108rem;
    background-size: 100% 100%;
    position:sticky;
}
.install-shadow{
    width: 100%;
    height:108rem;
    background-color: #000000;
    padding:1px;
    opacity: 0;
}
.install-panel{
    position:relative;
    }
.install p{
    color:#FFFFFF;
    text-align: center;
    /* font-family: OPPOSans-L; */
    font-size: 3.6rem;
    width: 48%;
    margin-left: 26%;
    margin-top: -71rem;
    line-height: 6rem;
    opacity: 0;
}
.video-txt p,.install-txt p{
    margin-top:-3rem;
    font-size: 10rem;
    width: 70%;
    margin-left: 15%;
}
.scene-1 p,.scene-2 p,.scene-3 p{
    position: absolute;
    font-size: 4.8rem;
    /* font-family: Rany-Regular; */
    left: 120rem;
    width: 30%;
    top: 41%;
    z-index: 11;
}

.scene-1 img,.scene-2 img,.scene-3 img{
    width:100%;
}
.scene-2-top,.scene-3-top{
    height:25.7rem;
}
.voice-txt p{
    margin-top: -7rem;
    font-size: 10rem;
    width: 78%;
    margin-left: 11%;
}
.voice-info{
    width: 100%;
    height:103rem;
    background-image: url(../../img/product/language.jpg);
    position:sticky;
}
.voice-info p{
    position: absolute;
    font-size: 3.6rem;
    /* font-family: OPPOSans-L; */
    color: #000000;
    left: 15rem;
    width: 35%;
    top: 41%;
}
.voice-fill{
    width: 100%;
    height: 103rem;
    z-index: 1;
    opacity: 1;
    background-color: #FFFFFF;
}
.house-style{
    width: 77.9rem;
    opacity: 0.45;
    position: absolute;
    left: 87rem;
    top: 17rem;
}
.circle-1{
    width: 15.9rem;
    left: 102rem;
    top: 27rem;
    position: absolute;
}
.circle-2{
    width: 10.9rem;
    left: 129rem;
    top: 32rem;
    position: absolute;
}
.circle-3{
    width: 13.9rem;
    left: 146rem;
    top: 33rem;
    position: absolute;
}
.circle-4{
    width: 11.9rem;
    left: 148rem;
    top: 68rem;
    position: absolute;
}
.circle-5{
    width: 13.9rem;
    left: 99rem;
    top: 63rem;
    position: absolute;
}
.p51-1{
    position: absolute;
    left: 106.5rem;
    top: 31.5rem;
    width: 7.3rem;
}
.p51-2{
    position: absolute;
    left: 132rem;
    top: 35rem;
    width: 5.3rem;
}
.p51-3{
    position: absolute;
    left: 150rem;
    top: 37rem;
    width: 6.3rem;
}
.p51-4{
    position: absolute;
    left: 151.5rem;
    top: 71.5rem;
    width: 5.3rem;
}
.p51-5{
    position: absolute;
    left: 103rem;
    top: 67rem;
    width: 6.3rem;
}
.head-1{
    position: absolute;
    left: 95rem;
    top: 26rem;
    width: 6.3rem;
}
.head-2{
    position: absolute;
    left: 135rem;
    top: 31rem;
    width: 6.3rem;
}
.head-3{
    position: absolute;
    left: 158rem;
    top: 37rem;
    width: 6.3rem;
}
.head-4{
    position: absolute;
    left: 158rem;
    top: 71rem;
    width: 6.3rem;
}
.dialog-1{
    opacity: 0;
}
.dialog-1-txt{
    width: 29rem;
    height: 5rem;
    /* text-align: center; */
    line-height: 5rem;
    font-size: 3rem;
    /* font-family: OPPOSans-B; */
    position: absolute;
    left: 98rem;
    top: 41rem;
    padding: 0 1rem;
 
}
.dialog-1-img{
    position: absolute;
    left: 96rem;
    top: 36rem;
    width: 29rem;
}
.dialog-2{
    width: 29rem;
    position: absolute;
    left: 142rem;
    top: 41rem;
    opacity: 0;
}
.dialog-2 img{
    width:100%;
}
.dialog-2-txt{
    width: 29rem;
    font-size: 3rem;
    /* font-family: OPPOSans-B; */
    position: absolute;
    left: 2rem;
    top: 6rem;
    padding: 0 1rem;
}
.dialog-3{
    width: 32rem;
    position: absolute;
    left: 142rem;
    top: 74rem;
    opacity: 0;
}
.dialog-3 img{
    width:100%;
}
.dialog-3-txt{
    width: 30rem;
    font-size: 3rem;
    /* font-family: OPPOSans-B; */
    position: absolute;
    left: 2rem;
    top: 7rem;
    padding: 0 1rem;
}
.voice-ass-txt p{
    width: 40%;
    margin-left: 30%;
    margin-top: -12rem;
    font-size: 10rem;
}
.voice-ass{
    background-color: #000000;
    width: 192rem;
    height:103rem;
    padding: 1px;
    position:sticky;
}
.vs-img-1{
 width:70.2rem;
 margin-top: 8rem;
 margin-left: 31rem;
 position: absolute;
 opacity: 0;
}
.vs-txt-1{
    color: #FFFFFF;
    font-size: 3.6rem;
    /* font-family: OPPOSans-L; */
    width: 51rem;
    position: absolute;
    top: 14rem;
    left: 109rem;
    opacity: 0;
}
.vs-img-2{
    width: 100%;
    position: absolute;
    top: 58rem;
}
.vs-txt-2{
    left: 24rem;
    position: absolute;
    top: 61rem;
    opacity: 0;
}
.vs-txt-3{
    left: 39rem;
    position: absolute;
    top: 71rem;
    color: white;
    opacity: 0.25;
    /* font-family: POOPSans-B; */
    font-size: 1.8rem;
    width: 30rem;
    text-align: center;
}
.vs-txt-4{
    left: 30rem;
    position: absolute;
    top: 81rem;
    opacity: 0;
}
.vs-txt-5{
    left: 105rem;
    position: absolute;
    top: 64rem;
    opacity: 0;
}
.vs-txt-6{
    left: 104rem;
    position: absolute;
    top: 74rem;
    color: #FFFFFF;
    opacity: 0.25;
    /* font-family: POOPSans-B; */
    font-size: 1.8rem;
}
.vs-txt-7{
    left: 112rem;
    position: absolute;
    top: 81rem;
    opacity: 0;
}
.gradient-font{
    background: -webkit-linear-gradient(0deg, #00ffff, #0e6dd9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size:3.6rem;
    font-family: OPPOSans-B;
    width: 40rem;
}
.full-screen{
    width: 100%;
    height: 108rem;
    position: relative;
    z-index: 11;
}

.common-session{
    /*padding: 1px;*/
    z-index:30;
    background-color: white;
}

.a-flex-row{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;

}
.a-flex-coloumn-2{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.a-width{
    width:28%;
}
.a-flex-row-start{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: start;
}

.a-flex-coloum{
    display: flex;
    flex-direction: column;
    /* align-content: center;
    justify-content: center; */
    
}

/*功能拼接模块*/
.features-body{
    width: 192rem;
    background-color: #000000;
    overflow: hidden;
}
.features-title,.album-title{
    background-color: #FFFFFF;
    width: 192rem;
    height:103rem;
    padding: 1px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center; */
}
/* .features-title P{
    margin-top:-57rem;
} */
.features-des{
    height: 30rem;
    padding: 0 3rem;
    margin-top: 9rem;
    /* display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: end; */
}
.features-session{
    height: 216rem;
    /* background: url(/assets/img/product/party.mp4) no-repeat; */
    /* margin-top:39rem; */
    background-size: 100%;
    position:relative;
}
.session-video{
    width: 100%;
    position: absolute;
    top: 108rem;
    
}
.features-session-img{
    width: 100%;
    height: 108rem;
    position: absolute;
    top: 108rem;
    z-index:9;
}
.features-session-video{
    position: absolute;
    width: 101%;
    top: 108rem;
    left: 31.5%;
}
.features-des p{
    color: #ffffff;
    text-align: center;
    font-size: 3.6rem;
}
.features-list .img-container{
    padding: 0 1.2rem;
}
.features-container1{
    margin-top: 5.2rem;
}
.features-img7, .features-img8{
    border: 0.1rem rgba(255,255,255,0.2) solid;
}
.img-container img{
    width: 31.2rem;
    height: 31.2rem;
    z-index: 10;
}
.features-start{
    width: 42rem;
    height: 42rem;
    position: relative;
    left: 13%;
    top: 25%;
    opacity: 0;
}
.features-start img{
    width: 35.4rem;
    height: 35.4rem;
    border: 0.1rem rgba(255,255,255,0.2) solid;
    z-index: 10;
}


/*album*/
.album{
    padding: 1px;
    z-index:30;
    background-color: white;
}
.album-text{
    width: 100%;
    height: 108rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.album-describe{
    font-size: 3.6rem;
    color: #000000;
    padding: 0 3rem;
    /* font-family: OPPOSans-L; */
}

.album-describe p{
    width: 102%;
    margin-left: 1%;
}
.album-img{
    width: 61.2rem;
    height: 62.6rem;
}
.album-img1{
    width: 54.2rem;
    height: 70.2rem;

}
.album-img2{
    width: 70.2rem;
    height: 54.2rem;
}
.album-list img{
    border-radius: 3rem;
}
.album-group2{
    margin-top:16.7rem;
}
.album-group1 .album-img2, .album-group2 .album-img1{
    padding-left:6.2rem;
}

/*绿色环保*/
.go-green{
    padding: 1px;
    z-index:30;
    background-color: white;
}
.green-text{
    width: 100%;
    height: 108rem;
    background-color: white;
}
.green-img{
    width: 100%;
    height: 103rem;
    background: url(/assets/img/product/go-green.jpg) no-repeat;
    background-size: 100%;
    /* opacity: 0; */
    position: relative;
}
.green-child{
    /* margin-top: -37rem; */
}
.green-describe{
    position: absolute;
    top: 40%;
    left: 50%;
    color: #ffffff;
    font-size: 3.6rem;
    /* font-family: OPPOSans-H; */
    font-weight: bolder;
    width: 30%;
    text-align: center;
}
.green-describe p{
    text-shadow: 0px 0px 65px #000000;
}
.green-describe-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}