﻿
img,video,canvas{max-width: 100%;object-fit: cover}
.indpp{overflow: visible;min-height: 100vh;}
.indpp-bg{position: sticky;width: 100%;top: 0;left: 0;user-select: none;pointer-events: none;height: 100vh;display: flex;justify-content: flex-end;opacity: 0;}
.indpp-bg img{max-height: 100%;}
.indpp-bg video{width: 100%;}
.indpp-bg #three-container{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}

@media all and (max-width:1100px) {
    /* 1024 横屏 */
    
    .indpp{min-height: auto;background: #000;padding-top: 80px;overflow: hidden;}
    .indpp-bg {position: absolute;opacity: 0.6 !important;transform: scale(0.8);top: -10%;}
   
}

@media all and (max-width:720px) {

        .indpp{padding-top: 48px;}
    .indpp-bg #three-container{display: none;}
    .indpp-bg{transform: scale(1);top: 46px;background: url("../image/indppBg.webp") no-repeat top center/90% auto;}
}