body{width:100vw;height:100vh;overflow:hidden}img{max-width:none}.wrap{width:100vw;height:100vh;position:relative;overflow:hidden}.sc1{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:space-between}.sc1.goOut{transition:all 1s;transform:translateX(-100%)}.sc1 .top,.sc1 .buttom{width:100%;overflow:hidden;position:relative}.sc1 .top{height:55%;display:flex;flex-direction:column;justify-content:center;align-items:center}.sc1 .buttom{height:42%}.sc1 .title{width:90vw}.sc1 .subtitle{width:85vw}.sc1 .start{width:41vw;position:absolute;bottom:0;left:calc(50% - 20.5vw)}.sc1 .roll_img{width:210vw;position:absolute;top:0;left:-52%}.sc1 .roll1{animation:circle 50s linear infinite}.sc1 .roll3{animation:recircle 24s linear infinite;z-index:6}.sc1 .roll4{animation:circle 16s linear infinite;z-index:9}.sc1 .roll5{animation:recircle 10s linear infinite;z-index:12}.sc1 .mark{width:30vw;position:absolute;left:35vw;bottom:2vh;transform-origin:46% 91%;z-index:15;animation:shake 6s ease-in-out infinite}.sc2{width:100vw;height:100vh;position:absolute;left:100vw;top:0;display:flex;align-items:center}.sc2.goIn{transition:all 1s;left:0}.roll{width:100vw;height:100vh;display:flex;gap:2px;flex-direction:column;justify-content:center}.roll ul{display:flex;position:relative}.roll li{position:relative}.roll .blue{width:800vw}.canClick{position:absolute}.canClick img{width:100%}.canClick::after{content:"";width:9vw;aspect-ratio:1;position:absolute;right:-3%;top:20%;background:url(../img/click.webp) no-repeat center center/contain;animation:heart_jump 3s ease-in-out infinite;transform-origin:0% 0%}.pass1 .q1{width:11.2%;left:31.8%;top:16%}.pass1 .q2{width:7.5%;left:81%;top:26%}.pass1 .list{width:3.5%;left:95%;bottom:0}.pass1 .list::after{content:none}.pass2 .q1{width:11%;left:41%;bottom:0}.pass3 .q1{width:10.6%;left:1%;top:10%}.pass4 .q1{width:7.5%;left:20.5%;bottom:0}.pass4 .q2{width:10.5%;left:63%;top:46%}.pass5 .q1{width:9.4%;left:1.3%;top:12%}.pass5 .q2{width:9.5%;left:31.8%;bottom:0}.temp{width:1px;height:1px}.temp img{width:1px}.ifr_wrap{width:100vw;height:100vh;position:fixed;left:0;top:0;display:flex;justify-content:center;align-items:center;opacity:0;z-index:-1;background:rgba(0,0,0,.6)}.ifr_wrap.show{opacity:1;z-index:100}.ifr_dom{width:90vw;height:90vh;background:#fff;transition:all .3s;border-radius:10px;overflow:hidden;position:relative;display:flex;flex-direction:column;padding-bottom:10vh;box-sizing:border-box}.ifr_dom .close{height:8%;box-sizing:border-box;display:flex;flex-shrink:0;justify-content:flex-end;padding:10px 10px 5px 0}.ifr_dom .close img{height:100%;cursor:pointer}.item{display:none;height:100%}.item.updown{box-sizing:border-box;padding-bottom:10vh}.item .up,.item .down{width:7vh;aspect-ratio:1;position:absolute;bottom:2vh}.item .up{left:20%;transform:rotateZ(-90deg);display:none}.item .down{right:20%;transform:rotateZ(90deg)}.item .content{display:none}.item .content:nth-child(1){display:block}.content{height:100%;overflow-y:scroll}.content h1{font-size:30px;line-height:120%;margin-bottom:15px;text-align:center}.content .inform{width:100%;font-size:14px;color:#999;display:flex;justify-content:center;line-height:16px;padding-bottom:15px;border-bottom:1px solid #eee}.content .inform p{padding:0 20px;position:relative}.content .inform p::after{content:"";position:absolute;bottom:0;right:0;width:1px;height:14px;background:#999}.content .inform p:first-child{padding-left:0}.content .inform p:last-child::after{content:none}.content .end img{width:95%}.article{padding:10px;overflow:hidden}.article p{text-indent:2em;margin-bottom:20px;text-align:justify;line-height:165%}.article p img{width:100%}.article .editor{text-align:right;margin-bottom:30px;font-size:14px;color:#999}.bgFixed{width:100vw;height:100vh;position:fixed;left:0;top:0;z-index:-1}.bgFixed.active img{animation:hideImg 16s infinite linear}.bgFixed img{width:100%;height:auto;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.bgFixed img:nth-child(1){z-index:15}.bgFixed img:nth-child(2){z-index:12;animation-delay:3s}.bgFixed img:nth-child(3){z-index:9;animation-delay:6s}.bgFixed img:nth-child(4){z-index:6;animation-delay:9s}.bgFixed img:nth-child(5){z-index:3;animation-delay:12s}.bgFixed img:nth-child(6){z-index:1;animation:none}.music{width:10vw;height:10vw;position:fixed;top:5%;right:5%;z-index:90;background:url(../img/sc7.webp) no-repeat 50% 50%/cover}.music.muted{background:url(../img/sc8.webp) no-repeat 50% 50%/cover}@keyframes circle{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes recircle{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}@keyframes shake{0%,20%,40%,60%,80%,100%{transform:rotate(10deg)}10%,30%,50%,70%,90%{transform:rotate(-10deg)}}@keyframes heart_jump{0%,35%,55%,75%,100%{transform:scale(1.2)}25%,45%,65%{transform:scale(1)}}@keyframes hideImg{0%,20%{opacity:1}25%,100%{opacity:0}}/*# sourceMappingURL=style.min.css.map */