*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100vw}.landing2{width:100%;height:100vh;height:100dvh;background-position:center top;background-size:auto;background-repeat:repeat-y;background-attachment:fixed;animation:bgScroll 55s linear infinite;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;font-family:Microsoft YaHei,PingFang SC,sans-serif}.landing2-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;pointer-events:none;z-index:1}.landing2-inner{position:fixed;top:0;right:0;bottom:0;left:0;padding:1rem;z-index:2;display:flex;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box}@keyframes bgScroll{0%{background-position-y:0}to{background-position-y:100%}}.landing2-card{position:relative;max-width:650px;width:100%;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background-color:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 20px 60px #0000004d;z-index:3;box-sizing:border-box}.landing2-card::-webkit-scrollbar{width:4px}.landing2-card::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.step-nav{position:absolute;top:50%;left:-7rem;transform:translateY(-50%);display:flex;flex-direction:column;gap:.8rem;opacity:0;transition:opacity .4s ease,left .4s ease;pointer-events:none}.step-nav.show{opacity:1;left:-7rem;pointer-events:auto}.step-nav li{width:5.5rem;height:5.5rem;background:#fff;border-radius:0 50px 50px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem;position:relative;transition:all .3s ease;box-shadow:2px 2px 10px #0000001a}.step-nav li:after{content:"";position:absolute;top:50%;right:-.3rem;transform:translateY(-50%);width:5rem;height:5rem;background-color:#ccc;border-radius:50%;z-index:-1;transition:background-color .3s ease}.step-nav li.active:after{background-color:#f57381;right:-.5rem}.step-nav li.done:after{background-color:#55a960}.step-nav li h4{font-size:.75rem;margin-top:2px;color:#333}.step-nav li .nav-icon{width:2.5rem;height:2.5rem;object-fit:cover;border-radius:50%;transition:all .3s ease}.step-nav li .nav-icon.selected{width:3.2rem;height:3.2rem;border:2px solid #55a960}.intro-view{padding:1rem 0}.intro-view h1{font-size:clamp(1.5rem,5vw,2.5rem);color:#1a1a1a;margin-bottom:1.2rem;line-height:1.3}.intro-view h2{font-size:clamp(1rem,3.5vw,1.5rem);color:#333;margin-bottom:1rem;line-height:1.4;font-weight:500}.intro-view p{font-size:clamp(.85rem,3vw,1.1rem);color:#666;margin-bottom:1.5rem;line-height:1.6}.intro-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.5rem}.action-btn{padding:.8rem 2rem;border:none;border-radius:50px;font-size:clamp(.85rem,3vw,1.05rem);font-weight:600;letter-spacing:1px;cursor:pointer;transition:all .25s ease;font-family:inherit;min-width:140px;min-height:48px;background-color:#1a1a1a;color:#fff}.action-btn:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.action-btn:active{transform:translateY(0)}.action-btn.secondary{background-color:#e0e0e0;color:#333}.action-btn.secondary:hover{background-color:#d0d0d0}.step-view{padding:.5rem 0}.step-view h2{font-size:clamp(1.2rem,4vw,2rem);color:#1a1a1a;margin-bottom:1.5rem}.option-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.option-card{cursor:pointer;width:calc(50% - .5rem);max-width:220px;border:none;background:none;padding:0;transition:transform .3s ease;font-family:inherit}.option-card:hover{transform:scale(1.03)}.option-card:active{transform:scale(.97)}.option-img{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;margin-bottom:.5rem}.option-img:after{content:"";position:absolute;top:5%;right:5%;bottom:5%;left:5%;background-color:#de061d;border-radius:14px;z-index:0;transition:transform .3s ease}.option-card:hover .option-img:after{transform:scale(1.05)}.option-img img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;border-radius:16px}.option-name{display:block;font-size:clamp(.9rem,3vw,1.3rem);font-weight:600;color:#1a1a1a;text-transform:uppercase}.loading-view{padding:1.5rem 0}.loading-view h2{font-size:clamp(1.3rem,4vw,2rem);margin-bottom:1rem;color:#1a1a1a}.loading-view h3{font-size:clamp(.9rem,3vw,1.2rem);color:#666;margin-bottom:2rem;font-weight:400}.progress-bar-wrap{width:min(80%,300px);height:12px;background:#e0e0e0;border-radius:10px;overflow:hidden;margin:0 auto}.progress-bar{height:100%;background:linear-gradient(90deg,#de061d,#ff4d6a);border-radius:10px;transition:width .15s ease}.progress-text{font-size:1.5rem;font-weight:700;color:#de061d;margin-top:.8rem}.loading-list{margin-top:1.5rem;text-align:left;display:inline-block}.loading-list li{font-size:clamp(.85rem,3vw,1.15rem);margin-bottom:.6rem;color:#333;opacity:0;transform:translate(-10px);transition:all .5s ease}.loading-list li.visible{opacity:1;transform:translate(0)}.result-view{padding:.5rem 0;text-align:left}.result-view h2{font-size:clamp(1.2rem,4.5vw,2.2rem);margin-bottom:.6rem;text-align:center;color:#1a1a1a}.result-view h3{font-size:clamp(.9rem,3vw,1.4rem);margin-bottom:.5rem;color:#333}.result-desc{font-size:clamp(.85rem,2.5vw,1.2rem);margin-bottom:.8rem;line-height:1.4;color:#555}.result-desc strong{color:#de061d;font-weight:700}.result-tips{margin-bottom:1rem}.result-tips h3{font-size:clamp(.85rem,2.8vw,1.2rem);line-height:1.4}.result-tips ul{padding-left:1.2rem;margin-top:.5rem}.result-tips ul li{list-style:decimal;font-size:clamp(.75rem,2.2vw,1rem);margin-bottom:.5rem;line-height:1.4;color:#444}.download-area{display:flex;justify-content:center;margin-top:1rem;padding-bottom:.5rem}.download-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:.8rem 2rem;border:none;border-radius:60px;background:linear-gradient(135deg,#de061d,#ff4d6a);color:#fff;font-size:clamp(.95rem,3.5vw,1.3rem);font-weight:700;letter-spacing:2px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 25px #de061d66;font-family:inherit;min-height:48px;max-width:100%;box-sizing:border-box}.download-btn img{width:32px;height:32px;border-radius:8px;flex-shrink:0}.download-btn:hover{transform:translateY(-3px);box-shadow:0 10px 35px #de061d80}.download-btn:active{transform:translateY(0)}.pulse{animation:pulseAnim 2s ease-in-out infinite}@keyframes pulseAnim{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.rejected-view{padding:2rem 0}.rejected-view h2{font-size:2rem;margin-bottom:1rem}.rejected-view p{font-size:1.1rem;color:#666;margin-bottom:2rem}.fade-enter-active,.fade-leave-active{transition:all .35s ease}.fade-enter-from{opacity:0;transform:translateY(15px)}.fade-leave-to{opacity:0;transform:translateY(-15px)}@media screen and (max-width:768px){.landing2-inner{align-items:flex-start;padding:.8rem}.landing2-card{max-height:95vh;padding:1.8rem 1.2rem;border-radius:12px}.step-nav{position:relative;top:auto;left:auto;transform:none;flex-direction:row;justify-content:center;gap:.5rem;margin-bottom:1rem}.step-nav.show{left:auto;opacity:1}.step-nav li{width:4rem;height:4rem;border-radius:50%;box-shadow:none}.step-nav li:after{top:50%;left:50%;right:auto;transform:translate(-50%,-50%);width:90%;height:90%}.step-nav li.active:after{right:auto;width:105%;height:105%}.step-nav li h4{font-size:.6rem}.step-nav li .nav-icon{width:2rem;height:2rem}.step-nav li .nav-icon.selected{width:2.5rem;height:2.5rem}.option-card{width:calc(50% - .5rem)}.option-img{aspect-ratio:3 / 4}.intro-buttons{flex-direction:column;align-items:center}.action-btn{width:100%;max-width:280px}.download-btn{width:100%;max-width:320px;padding:.7rem 1.5rem}.result-view{padding:.3rem 0}.result-view h2{font-size:clamp(1.1rem,4vw,1.6rem);margin-bottom:.4rem}.result-view h3{font-size:clamp(.85rem,2.8vw,1.1rem);margin-bottom:.3rem}.result-desc{font-size:clamp(.8rem,2.5vw,1rem);margin-bottom:.5rem}.result-tips{margin-bottom:.6rem}.result-tips h3{font-size:clamp(.8rem,2.5vw,1rem)}.result-tips ul{padding-left:1rem;margin-top:.3rem}.result-tips ul li{font-size:clamp(.7rem,2vw,.85rem);margin-bottom:.3rem;line-height:1.35}.download-area{margin-top:.6rem}.loading-view{padding:1rem 0}.loading-view h2{font-size:clamp(1rem,3.5vw,1.5rem);margin-bottom:.6rem}.loading-view h3{font-size:clamp(.8rem,2.5vw,1rem);margin-bottom:1rem}}@media screen and (max-width:400px){.landing2-card{padding:1.2rem .8rem}.step-nav li{width:3.5rem;height:3.5rem}.step-nav li .nav-icon{width:1.6rem;height:1.6rem}.step-nav li h4{font-size:.55rem}.option-grid{gap:.6rem}.option-img{aspect-ratio:1}.result-view h2{font-size:1rem;margin-bottom:.3rem}.result-view h3{font-size:.8rem}.result-desc{font-size:.78rem;margin-bottom:.4rem}.result-tips ul li{font-size:.7rem;margin-bottom:.2rem;line-height:1.3}.download-btn{font-size:.9rem;padding:.6rem 1.2rem;gap:8px;min-height:42px}.download-btn img{width:28px;height:28px}}@media screen and (orientation:landscape)and (max-height:500px){.landing2-inner{align-items:center}.landing2-card{max-height:90vh;padding:1rem 1.5rem}.step-view h2{margin-bottom:.8rem}.option-img{aspect-ratio:4 / 3}.option-card{width:calc(25% - .75rem)}}
