.app-container{min-height:100vh;background-color:#f7f7f7;display:flex;flex-direction:column;align-items:center}.app-header{width:100%;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:3%;margin-top:5%}.header-logo{width:150px;height:40px;object-fit:contain}.loading-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.loading-logo{width:190px;height:50px;margin-bottom:20px}.loading-text{font-size:16px;color:#333;margin-bottom:20px}.loader{border:4px solid rgba(255,77,79,.1);border-radius:50%;border-top:4px solid #FE4A4A;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}.background-image{width:100%;height:246px;margin-bottom:6%}.background-image :is(img){width:100%;height:100%;object-fit:cover}.scene-bubbles{position:relative;width:100%;height:100%}.bubble{position:absolute;width:60px;height:60px;border-radius:50%;background-color:#ffb6c1cc;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#333;box-shadow:0 4px 12px #ffb6c166}.bubble:nth-child(1){top:20%;left:20%}.bubble:nth-child(2){top:30%;right:15%}.bubble:nth-child(3){bottom:25%;left:25%}.bubble:nth-child(4){bottom:35%;right:20%}.project-info{text-align:center;margin-bottom:3.2%;width:100%}.project-name{font-size:16px;color:#333;line-height:32px;margin-bottom:12px}.project-desc{font-size:13px;color:#999;line-height:26px}.button-section{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:400px}.primary-button{width:200px;height:44px;background:linear-gradient(270deg,#FE4A4A 0%,#FF6E6E 100%);color:#fff;border:none;border-radius:44px;font-size:16px;font-weight:700;cursor:pointer;position:relative;overflow:visible;box-shadow:0 4px 12px #ff4d4f66;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff4d4f80}.recommend-badge{position:absolute;top:-12px;right:40px;width:37px;height:20px;object-fit:contain}.secondary-button{width:200px;height:44px;background:white;color:#fe4a4a;border:1px solid #FE4A4A;border-radius:44px!important;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;overflow:hidden;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;padding:0;margin:0;border-style:solid}.secondary-button:hover{background:#FFF5F5;border-radius:44px!important}.secondary-button:active,.secondary-button:focus:active{background:#FFF5F5!important;border-color:#fe4a4a!important;border-radius:44px!important;outline:none!important;box-shadow:none!important;-webkit-box-shadow:none!important}.secondary-button:focus{outline:none!important;box-shadow:none!important}.footer{margin-top:100px;text-align:center}.company-name{font-size:14px;color:#999}.beian-info{position:fixed;bottom:20px;left:0;width:100%;text-align:center;margin-top:20px}.beian-info a{font-size:12px;color:#999;text-decoration:none}.guide-container{min-height:100vh;background-color:#f7f7f7f7;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.url-bar{background-color:#fef0f0;padding:10px 12px;display:flex;align-items:center;flex-wrap:wrap}.unregistered-icon{width:40px;height:18px;object-fit:contain;margin-right:8px}.url-text{font-size:12px;color:#333;word-break:break-all;flex:1}.guide-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;background-color:#f7f7f7}.device-icon-container{margin-bottom:24px;padding:30px;display:flex;align-items:center;justify-content:center}.device-icon{width:140px;height:140px;object-fit:contain}.device-title{font-size:16px;font-weight:600;color:#333;margin-bottom:32px;text-align:center}.guide-list{width:100%;max-width:400px}.guide-item{height:60px;line-height:60px;background-color:#fff;margin-bottom:8px;border-radius:4px;padding:0 12px;display:flex;box-sizing:border-box;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}.guide-item-text{font-size:16px;color:#333}.guide-item-arrow{height:10px;width:6px;font-size:14px;color:#999;font-weight:700}.guide-empty{background-color:#fafafa;padding:60px 20px;border-radius:8px;text-align:center;color:#999;border:1px dashed #d9d9d9}.guide-footer{padding:20px 20px 40px;display:flex;justify-content:center}.download-button{width:200px;height:44px;background-color:#1890ff;color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1890ff4d}.download-button:hover{background-color:#40a9ff;box-shadow:0 6px 16px #1890ff66}html,body{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}.pdf-viewer-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff;z-index:1000;touch-action:auto}.pdf-canvas-container{width:100%;height:100%;touch-action:pinch-zoom;-webkit-overflow-scrolling:touch;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.app-container{touch-action:none}.guide-container{touch-action:auto}.pdf-viewer-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 16px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:10}.pdf-header{display:flex;align-items:center;justify-content:center;height:40px}.close-button{width:28px;height:28px;background:none;border:none;font-size:20px;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-right:12px}.pdf-title{font-size:14px;font-weight:600;color:#333;margin:0}.pdf-viewer-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.pdf-iframe{width:100%;height:100%;border:none}.pdf-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}.pdf-loading p{margin-top:20px;font-size:16px;color:#333}.pdf-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:40px;text-align:center}.pdf-error p{font-size:16px;color:#ff4d4f;margin-bottom:20px}.retry-button{padding:8px 16px;background-color:#1890ff;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .3s ease}.retry-button:hover{background-color:#40a9ff}.pdf-canvas-container{width:100%;flex:1;overflow:auto;padding:20px;box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:auto;-ms-overflow-style:auto;touch-action:pan-x pan-y;-webkit-tap-highlight-color:transparent}.pdf-canvas-container canvas{display:block;margin:0 auto 20px;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0000001a;max-width:none}.pdf-controls{display:flex;justify-content:center;align-items:center;padding-top:8px;background-color:#f8f9fa;border-top:1px solid #e9ecef;box-sizing:border-box;width:100%}.pdf-control-button{background-color:#1890ff;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;height:36px;padding:0 8px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0 4px}.pdf-control-button:hover{background-color:#40a9ff}.pdf-control-button:disabled{background-color:#d9d9d9;cursor:not-allowed}@media (max-width: 480px){.pdf-control-button{font-size:15px}.pdf-zoom-button{font-size:20px;padding:15px;font-weight:700}}@media (max-width: 480px){.pdf-canvas-container{padding:10px}.pdf-canvas-container canvas{margin-bottom:10px}}@media (max-width: 480px){.guide-content{padding:30px 16px}.device-icon-container{margin-bottom:20px;padding:20px}.device-icon{width:120px;height:120px}.device-title{font-size:15px;margin-bottom:24px}.guide-item{padding:14px 16px;margin-bottom:10px}.guide-item-text{font-size:14px}.guide-footer{padding:16px 16px 30px}.download-button{width:200px;height:44px;font-size:16px}.url-bar{padding:10px 12px}.unregistered-icon{width:40px;height:18px}.url-text{font-size:11px}.pdf-viewer-header{padding:10px 12px}.close-button{width:24px;height:24px;font-size:18px}.pdf-title{font-size:13px}.pdf-iframe{height:90vh}.primary-button{height:44px;font-size:16px}.secondary-button{width:200px;height:44px}.scene-icons{gap:20px}.scene-circle{width:50px;height:50px}}.secondary-button{width:200px;height:44px}.scene-icons{gap:20px}.scene-circle{width:50px;height:50px}.beian-info{position:fixed;bottom:10px;left:50%;transform:translate(-50%);text-align:center;font-size:12px;color:#999;z-index:1000}.beian-info :is(a){color:#999;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
