*{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{background-color:rgba(0,0,0,0);border:none;cursor:pointer}a{color:#000;text-decoration:none}body{background-color:#1a1a1a;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff}.inner{display:flex;width:100%;max-width:1200px;height:100%;margin:0 auto}.blur-box{background-color:rgba(94,94,94,.25);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 20px 8px rgba(148,132,132,.19)}.text-gradient{font-size:48px;font-weight:700;background:linear-gradient(270deg,#b0e3ff,#c8b4ff,#eaa5dc,#ffc9a8,#b0e3ff);background-size:800% 800%;background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0);animation:gradientMove 10s ease infinite}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.page{margin-top:64px}.shortcut-btn{padding:2px 6px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:4px;font-size:11px;font-weight:500;color:#b3b3b3;opacity:.6}@media(max-width:1350px){.inner{width:90%}}@media(max-width:1000px){.disc-text-wrap p.disc-text{font-size:36px}}@media(max-width:800px){.home>div.inner{margin-bottom:40px}div.logo-wrap img{width:100px;height:100px}div.title h1{font-size:44px}div.title h2{font-size:36px}div.window-ui{margin-bottom:100px}div.disc-text-wrap.mar-b--160{margin-bottom:80px}.disc-text-wrap p.disc-text{font-size:28px}img.fast-browser-logo{width:48px;height:48px}.window-ui .apple-window-body-item .shortcut-in-window div.shortcut-btn,.window-ui .apple-window-body-item span.or-text{font-size:18px}}@media(max-width:600px){div.window-ui{margin-bottom:80px}div.disc-text-wrap.mar-b--160{margin-bottom:60px}.disc-text-wrap p.disc-text{font-size:24px}}@media(max-width:480px){.home>.inner .btn-wrap button.button-ui{min-width:100px;max-width:100px;min-height:36px;max-height:36px;font-size:14px}.disc-text-wrap p.disc-text{font-size:20px}}@media(max-width:360px){div.title h1{font-size:36px}div.title h2{font-size:28px}.home>.inner .btn-wrap button.button-ui{min-width:100px;max-width:100px;min-height:36px;max-height:36px;font-size:14px}.disc-text-wrap p.disc-text{font-size:20px}div.window-ui{width:90%}div.window-ui img.capture-img{width:100%}}header{width:100%;height:64px;background-color:#2a2a2a;box-shadow:0 0 10px rgba(0,0,0,.4)}header .inner{align-items:center;justify-content:space-between}header .inner .logo{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:20%}header .inner .logo h1{font-size:24px;font-weight:600;color:#fff}header .inner nav ul{display:flex;align-items:center;justify-content:flex-end;gap:20px}header .inner nav ul li a{font-size:18px;color:#fff;font-weight:400}header .inner .btn-wrap{display:flex;align-items:center;justify-content:flex-end;width:20%}footer{width:100%;padding:120px 0 60px;background-color:#3a3a3a;border-top-left-radius:36px;border-top-right-radius:36px}footer .inner{display:flex;align-items:flex-start;justify-content:flex-start;gap:100px}footer .footer-content h4{font-size:28px;font-weight:600;color:#fff}footer .footer-content ul{margin-top:24px}footer .footer-content ul li{margin-bottom:16px;font-size:24px;font-weight:400;color:#b3b3b3}footer .footer-content ul li:last-child{margin-bottom:0}.review-slider{overflow:hidden;width:100%;padding:20px 0;margin-bottom:80px}.review-slider .row{display:flex;width:max-content;gap:20px;padding:10px 0}.review-slider .row-top{animation:slide-right 40s linear infinite}.review-slider .row-bottom{animation:slide-left 40s linear infinite}.review-slider .row .review-card{width:260px;height:140px;background:#2a2a2a;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,.4);padding:20px;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0}.review-slider .row .review-card .card-top{display:flex;justify-content:space-between;align-items:center}.review-slider .row .review-card .card-top .profile-wrapper{width:40px;height:40px;border-radius:50%;overflow:hidden}.review-slider .row .review-card .card-top .profile-wrapper .profile{object-fit:cover}.review-slider .row .review-card .card-top .stars{color:gold;font-size:14px}.review-slider .row .review-card .card-text{font-size:14px;font-weight:600;color:#fff;margin-top:8px;line-height:1.4}@keyframes slide-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes slide-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin-bottom:28px}.title h1,.title h2{font-size:48px;font-weight:600}.title h1{color:#fff;font-size:64px}.title h2{padding-bottom:12px}.sub-title{line-height:1.2}.sub-title h2,.sub-title h3{font-size:52px;font-weight:700}.sub-title h3{display:flex;align-items:center;gap:12px}.sub-title h3 svg{color:#ffcc02}.product{width:100%;height:auto;border-bottom:1px solid #333}.product .icon{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;height:auto;margin-bottom:16px}.product .icon img{filter:drop-shadow(0 0 10px rgba(255,255,255,.1))}.product .icon .discription .name{margin-bottom:8px;font-size:28px;font-weight:600;color:#fff}.product .icon .discription .text{margin-bottom:24px;font-size:20px;font-weight:300;color:#b3b3b3}.product .icon .discription .download{max-width:87px;padding:5px 12px;background-color:#007aff;color:#fff;transition:all .3s ease}.product .icon .discription .download:hover{background-color:#0056b3;box-shadow:0 0 10px hsla(0,0%,100%,.3)}.product .review-wrap{gap:20px;margin-bottom:32px}.product .review-wrap,.product .review-wrap>div{display:flex;align-items:center;justify-content:center}.product .review-wrap>div{gap:8px}.product .review-wrap .review-title{font-size:16px;font-weight:600;color:#8a8a8a}.product .review-wrap .review-num{font-size:18px;font-weight:600;color:#007aff}.product .review-wrap .star{color:#ffcc02;font-size:14px}.product .btn-wrap{gap:32px;width:100%;margin-bottom:40px}.product .btn-wrap,.product .btn-wrap .content-btn{display:flex;align-items:center;justify-content:center}.product .btn-wrap .content-btn{flex-direction:column;gap:10px;max-width:140px;min-width:140px;height:auto;height:0;min-height:100px;max-height:100px;padding:16px;background-color:rgba(0,0,0,0);border-radius:8px;border:2px solid #333;font-size:18px;font-weight:600;cursor:pointer}.product .btn-wrap .content-btn,.product .btn-wrap .content-btn svg{color:#b3b3b3;transition:all .3s ease}.product .btn-wrap .content-btn:hover{background-color:#0056b3;color:#fff}.product .btn-wrap .content-btn:hover svg{color:#fff}.product .btn-wrap .content-btn.selected{background-color:#007aff;border:2px solid #0056b3;color:#fff}.product .btn-wrap .content-btn.selected svg{color:#fff}.product .apple-window{padding-bottom:48px}.table{width:100%;height:auto;background-color:#252525}.table-header{display:flex;align-items:center;justify-content:space-between;background-color:#2a2a2a}.table-header-item{width:50%;height:auto;padding:8px 16px;border:1px solid #404040;font-size:14px;font-weight:600}.table-header-item:first-child{border-right:.5px solid #404040;color:#30d158}.table-header-item:last-child{color:#ffcc02}.table-body-item{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border:1px solid #404040;border-top:none}.table-body-item .action{width:50%;border-right:1px solid #404040;font-size:14px;font-weight:600;color:#fff}.table-body-item .shortcut{width:50%}.table-body-item .shortcut-btn{width:max-content;margin-left:12px;font-size:12px}.apple-window{position:relative;width:80%;height:auto;margin:0 auto;overflow:hidden;transition:all .3s ease}.apple-window-header{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;height:40px;padding-left:16px;background-color:#191919;border:1px solid #404040;border-bottom:none;border-top-left-radius:12px;border-top-right-radius:12px}.apple-window-header>div{position:relative;width:14px;height:14px;border-radius:50%;cursor:pointer}.apple-window-header>div:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;opacity:0;transition:all .3s ease}.apple-window-header>div.r{background-color:#ff5750}.apple-window-header>div.r:before{background-color:#9d3632}.apple-window-header>div.y{background-color:#ffb33a}.apple-window-header>div.y:before{background-color:#9b6d22}.apple-window-header>div.g{background-color:#00bf43}.apple-window-header>div.g:before{background-color:#007529}.apple-window-header>div:hover:before{opacity:1}.apple-window-body{width:100%;height:auto;background-color:#1a1a1a;border:1px solid #404040;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.apple-window-body-item{width:100%;height:auto;padding:8px 0}.apple-window-body-item:has(.fast-browser-logo){padding:20px 16px}.apple-window-body-item:has(.table){padding:0}.apple-window-body-item iframe{min-height:400px}.question{width:100%;height:auto}.question-item{width:100%;height:54px;margin-bottom:12px;background-color:#1a1a1a;border-radius:8px;border:1px solid #333;overflow:hidden;transition:all .3s ease}.question-item:last-child{margin-bottom:0}.question-item-title{padding:16px;font-size:20px;font-weight:600;cursor:pointer}.question-item-answer{height:0;padding:24px 16px;background-color:#3a3a3a;font-weight:500;font-size:18px;color:#b3b3b3;line-height:1.5;overflow:hidden;transition:all .3s ease}.question-item.active{height:auto}.question-item.active .question-item-answer{height:max-content}.logo-wrap{gap:24px;height:auto;margin:0 auto 40px}.logo-wrap,.preview{display:flex;align-items:center;justify-content:center;width:100%}.preview{flex-direction:column;gap:28px;height:100%;padding:24px 0}.preview .preview-text{margin-bottom:16px;font-size:18px;font-weight:600;color:#b3b3b3}.preview img{display:block;width:100%;min-width:260px;max-width:400px;height:300px;margin:0 auto 24px;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.4)}.notification{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;position:absolute;top:50%;left:50%;z-index:1000;transform:translate(-50%,-50%);padding:22px;background-color:#3a3a3a;border-radius:14px;box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.notification.loading .loading-icon{width:40px;height:40px;border:4px solid #636366;border-top-color:#007aff;border-radius:50%;animation:spin 1.5s linear infinite}.notification.loading .loading-text{font-size:16px;font-weight:500;color:#007aff}.notification.success .success-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#007aff;border-radius:50%;border:4px solid #007aff}.notification.success .success-text{font-size:16px;font-weight:500;color:#007aff}.notification.error{gap:6px;padding:26px 33px}.notification.error .error-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#ff3b30}.notification.error .error-text{color:#ff3b30}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button-ui{display:flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:20px;font-family:L;font-size:15px}.login{background-color:#007aff;color:#fff}button.support{transition:all .3s ease}button.support svg{margin-left:4px}.home>.inner{flex-direction:column;justify-content:center;margin-bottom:80px}.home>.inner .btn-wrap{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px}.home>.inner .btn-wrap .button-ui{min-width:120px;max-width:120px;min-height:40px;max-height:40px;padding:10px 24px;border-radius:24px;font-family:L;font-size:16px}.home>.inner .btn-wrap .button-ui:first-child{background-color:#007aff;color:#fff}.home>.inner .btn-wrap .button-ui:last-child{background-color:#fff;color:#d70015;border:1px solid #404040}.home>.inner section{padding:100px 0 0}.home>.inner section .sub-title{margin-bottom:80px}.home>.inner section .sub-title.right{text-align:right}.home>.inner section .sub-title.right h3{justify-content:flex-end}.home>.inner .review-tab{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;padding:0 24px 24px}.home>.inner .review-tab .write-review{display:flex;align-items:center;justify-content:flex-end;gap:16px;width:100%}.home>.inner .review-tab .write-review select{width:110px;padding:8px;background-color:#3a3a3a;border-radius:6px;border:1px solid #404040;color:#b3b3b3;outline:none}.home>.inner .review-tab .write-review select option{color:#ffcc02}.home>.inner .review-tab .write-review input{width:80%;height:40px;padding:8px;background-color:#3a3a3a;border:1px solid #404040;border-radius:6px;outline:none;color:#b3b3b3}.home>.inner .review-tab .write-review input::placeholder{color:#b3b3b3}.home>.inner .review-tab .write-review-btn{width:40px;min-height:40px;height:40px;background-color:#3a3a3a;border-radius:6px;transition:all .3s ease;cursor:pointer}.home>.inner .review-tab .write-review-btn:hover{background-color:#0056b3}.home>.inner .review-tab .row{align-items:center;justify-content:center;flex-wrap:wrap;width:100%}.home>.inner .review-tab .row .review-card{background-color:#333}.disc-text-wrap.mar-b--160{margin-bottom:120px}.disc-text-wrap.mar-b--40{margin-bottom:60px}.disc-text-wrap.right{text-align:right}.disc-text-wrap.center{text-align:center}.disc-text-wrap .disc-text{font-size:44px;font-weight:600;line-height:1.2}.disc-text-wrap .disc-text span{color:#007aff}.window-ui{width:auto;margin-bottom:120px}.window-ui:has(.table){width:80%}.window-ui .apple-window-body-item{display:flex;justify-content:center;align-items:center;gap:32px}.window-ui .apple-window-body-item .or-text{font-size:24px;font-weight:600;color:#b3b3b3}.window-ui .apple-window-body-item .shortcut-in-window .shortcut-btn{font-size:24px}.fast-browser-logo{filter:brightness(0) invert(1)}.review-wrap{gap:20px;margin-bottom:16px}.review-wrap,.review-wrap>div{display:flex;align-items:center;justify-content:center}.review-wrap>div{gap:8px}.review-wrap>div .review-num{font-size:18px;font-weight:600;color:#007aff}.review-wrap>div .review-title{font-size:16px;font-weight:600;color:#8a8a8a}