html,body{min-height:100%;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}@supports(-moz-appearance: none){*{scrollbar-width:thin;scrollbar-color:unset}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:rgba(31,31,41,.2);border-radius:5px}::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb:hover{background-color:rgba(31,31,41,.5)}.tippy-box[data-theme~=custom-tip]{background-color:#fff;font:normal normal normal 14px/20px Titillium Web;color:#2a2a2a;border:1px solid #707070;padding:9px 33px;height:fit-content;border-radius:10px}.tippy-box[data-theme~=custom-tip]>.tippy-content{padding:0}.tippy-box[data-theme~=custom-tip]>.tippy-arrow{color:#fff}.tippy-box[data-theme~=custom-tip]>.tippy-arrow::after{content:"";position:absolute;z-index:-1;border-color:rgba(0,0,0,0);border-style:solid}.tippy-box[data-theme~=custom-tip] .tippy-svg-arrow .custom-tippy-arrow{background:url(/tpl/tools/en/img/ai-math-solver/icon_tippy_arrow.svg) no-repeat center center;width:16px;height:11px;display:block;transform:translateY(9px)}.tippy-box[data-theme~=custom-tip][data-placement^=top]>.tippy-arrow::after{border-width:7px 7px 0;top:17px;left:1px;border-top-color:#000}.tippy-box[data-theme~=custom-tip][data-placement^=bottom]>.tippy-arrow::after{border-width:0 7px 7px;bottom:17px;left:1px;border-bottom-color:#000}.tippy-box[data-theme~=custom-tip][data-placement^=left]>.tippy-arrow::after{border-width:7px 0 7px 7px;left:17px;top:1px;border-left-color:#000}.tippy-box[data-theme~=custom-tip][data-placement^=right]>.tippy-arrow::after{border-width:7px 7px 7px 0;right:17px;top:1px;border-right-color:#000}.tippy-box[data-theme~=none]{color:inherit;background-color:rgba(0,0,0,0);padding:0}.tippy-box[data-theme~=none] .tippy-content{padding:0}@media screen and (max-width: 768px){.ai-math-solver{padding-top:60px}}@keyframes ai-spin{100%{transform:rotate(360deg)}}@keyframes ai-opacity-0{from{opacity:1}to{opacity:0}}@keyframes ai-opacity-1{from{opacity:0}to{opacity:1}}@keyframes ai-height-100{from{height:0}to{height:100%}}@keyframes ai-height-0{from{height:100%}to{height:0}}@keyframes ai-opacity-0{from{opacity:1}to{opacity:0}}@keyframes ai-opacity-1{from{opacity:0}to{opacity:1}}@media screen and (min-width: 769px){.ai-button{display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;background-color:rgba(112,112,112,.1);padding-left:22px;padding-right:22px;border-radius:12px;outline:none;border:none;height:48px;font:normal normal normal 20px/20px Titillium Web;color:#2a2a2a;gap:8px;transition:background-color .3s ease-out}.ai-button:hover{background-color:rgba(18,100,252,.1)}.ai-button.ai-button--icon{padding-left:13px;padding-right:13px}.ai-button__icon{width:22px;height:22px;display:inline-block}.ai-button__text{display:inline-block}.ai-button.ai-button--primary{background-color:#1264fc}.ai-button.ai-button--primary .ai-button__text{color:#fff}.ai-button.ai-button--primary:hover{background-color:#3078ff}.ai-select{position:relative}.ai-select__icon{width:22px;height:22px;object-fit:contain}.ai-select__label{transition:color .3s ease-out;font:normal normal normal 20px/20px Titillium Web;color:#2a2a2a}.ai-select__status{width:14px;height:14px;background:url(/tpl/tools/img/common/icon_arrow_down.svg) no-repeat center center;background-size:contain;margin-left:auto;visibility:hidden}.ai-select__trigger,.ai-select__option{display:flex;align-items:center;cursor:pointer;user-select:none;transition:background-color .3s ease-out;padding-left:20px;padding-right:20px;gap:8px}.ai-select__trigger{background-color:rgba(112,112,112,.1);height:48px;border-radius:12px}.ai-select__trigger:hover{background-color:rgba(18,100,252,.1)}.ai-select__trigger:hover .ai-select__label{color:#1264fc}.ai-select__trigger .ai-select__status{visibility:visible;transition:transform .2s ease-out;transform:rotate(0deg)}.ai-select .ai-select__trigger[aria-expanded=true] .ai-select__status{transform:rotate(180deg)}.ai-select__option{background-color:#fff;border-radius:8px;height:44px}.ai-select__option:hover{background-color:rgba(18,100,252,.1)}.ai-select__option .ai-select__label{font:normal normal normal 16px/16px Titillium Web}.ai-select__option .ai-select__status{visibility:hidden;width:20px;height:14px;background:url(/tpl/tools/img/common/icon_checked.svg) no-repeat center center}.ai-select__option.is-active{background-color:rgba(18,100,252,.1)}.ai-select__option.is-active .ai-select__status{visibility:visible}.ai-select__dropdown{display:none;background-color:#fff;padding:4px;border-radius:12px;border:1px solid rgba(112,112,112,.5019607843)}.ai-select__list{display:grid;row-gap:4px}.ai-toast{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;user-select:none;pointer-events:none;max-width:70vw;z-index:99999;opacity:0;padding-left:24px;padding-right:24px;padding-top:9px;padding-bottom:9px;gap:10px;border-radius:12px;min-height:36px;font:normal normal normal 16px/20px Titillium Web;color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2;overflow-wrap:break-word}.ai-toast__icon{display:inline-block;width:26px;height:26px;object-fit:contain;flex-shrink:0}.ai-toast.is-active{opacity:1}.ai-toast.is-info{color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2}.ai-toast.is-error{color:#e94949;background-color:#ffe8e8;border:1px solid #cb2020}.ai-toast.is-warning{color:#c9802e;background-color:#fff8ef;border:1px solid #c9802e}.ai-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:20000;display:none}.ai-modal *{margin:0;box-sizing:border-box}.ai-modal__mask{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7);z-index:20001;opacity:0}.ai-modal__content{position:relative;width:600px;min-height:328px;background-color:#fff;border-radius:16px;z-index:20002;padding-left:46px;padding-right:46px;padding-top:53px;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.ai-modal__footer{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:45px}.ai-modal__icon{display:inline-block;width:48px;height:48px;object-fit:contain;flex-shrink:0}.ai-modal__title{margin-top:16px;text-align:center;font:normal normal bold 20px/31px Titillium Web;color:#2a2a2a}.ai-modal__desc{font:normal normal normal 16px/22px Titillium Web;color:#707070;margin-top:9px;text-align:center}.ai-modal .ai-button{width:156px;height:56px}.ai-modal .ai-button.modal-cancel{background-color:rgba(42,42,42,.08)}.ai-modal .ai-button.modal-cancel:hover{background-color:rgba(42,42,42,.15)}.ai-modal.is-active{display:flex}.ai-modal.is-active .ai-modal__mask{animation:ai-opacity-1 .2s ease-out forwards}.ai-modal.is-leave{display:flex}.ai-modal.is-leave .ai-modal__content,.ai-modal.is-leave .ai-modal__mask{animation:ai-opacity-0 .2s ease-out forwards}.ai-modal-close{width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;top:15px;right:15px}.ai-modal-close svg{width:20px;height:20px;pointer-events:none}.ai-modal-close svg .css-flag{transition:all .3s ease-out;stroke:rgba(42,42,42,.4980392157)}.ai-modal-close:hover svg .css-flag{stroke:#2a2a2a}.ai-image-viewer{background-color:rgba(0,0,0,.7) !important}.ai-image-viewer .viewer-close{position:absolute;top:32px;right:32px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:rgba(42,42,42,.6);border-radius:8px;cursor:pointer;transition:background-color .3s ease-out}.ai-image-viewer .viewer-close:hover{background-color:#2a2a2a !important}.ai-image-viewer .viewer-close:focus{background-color:rgba(0,0,0,0) !important;box-shadow:none !important}.ai-image-viewer .viewer-close::before{width:18px;height:18px;position:static;background:url(/tpl/tools/img/common/icon_close_white.svg) no-repeat center center;background-size:contain}}@media screen and (max-width: 768px){.ai-button{display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;background-color:rgba(112,112,112,.1);padding-left:22px;padding-right:22px;border-radius:12px;outline:none;border:none;height:48px;font:normal normal normal 16px/16px Titillium Web;color:#2a2a2a;gap:8px;transition:background-color .3s ease-out}.ai-button.ai-button--icon{padding-left:0;padding-right:0;width:48px}.ai-button__icon{width:22px;height:22px;display:inline-block}.ai-button__text{display:inline-block}.ai-button.ai-button--primary{background-color:#1264fc}.ai-button.ai-button--primary .ai-button__text{color:#fff}.ai-select{position:relative}.ai-select__icon{width:22px;height:22px;object-fit:contain}.ai-select__label{transition:color .3s ease-out;font:normal normal normal 16px/16px Titillium Web;color:#2a2a2a}.ai-select__status{width:14px;height:14px;background:url(/tpl/tools/img/common/icon_arrow_down.svg) no-repeat center center;background-size:contain;margin-left:auto;visibility:hidden}.ai-select__trigger,.ai-select__option{display:flex;align-items:center;cursor:pointer;user-select:none;transition:background-color .3s ease-out;padding-left:12px;padding-right:12px;gap:8px}.ai-select__trigger{background-color:rgba(112,112,112,.1);height:48px;border-radius:12px}.ai-select__trigger .ai-select__status{visibility:visible;transition:transform .2s ease-out;transform:rotate(0deg)}.ai-select .ai-select__trigger[aria-expanded=true] .ai-select__status{transform:rotate(180deg)}.ai-select__option{background-color:#fff;border-radius:8px;height:44px}.ai-select__option:active{background-color:rgba(18,100,252,.1)}.ai-select__option .ai-select__label{font:normal normal normal 14px/14px Titillium Web}.ai-select__option .ai-select__status{visibility:hidden;width:20px;height:14px;background:url(/tpl/tools/img/common/icon_checked.svg) no-repeat center center;background-size:contain}.ai-select__option.is-active{background-color:rgba(18,100,252,.1)}.ai-select__option.is-active .ai-select__status{visibility:visible}.ai-select__dropdown{display:none;background-color:#fff;padding:4px;border-radius:12px;border:1px solid rgba(112,112,112,.5019607843)}.ai-select__list{display:grid;row-gap:4px}.ai-toast{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);display:flex;justify-content:flex-start;align-items:center;user-select:none;pointer-events:none;max-width:calc(100vw - 32px);width:max-content;z-index:99999;opacity:0;padding-left:16px;padding-right:16px;padding-top:9px;padding-bottom:9px;gap:10px;border-radius:12px;min-height:40px;font:normal normal normal 16px/20px Titillium Web;color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2;overflow-wrap:break-word;box-sizing:border-box}.ai-toast__icon{display:inline-block;width:26px;height:26px;object-fit:contain;flex-shrink:0}.ai-toast.is-active{opacity:1}.ai-toast.is-info{color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2}.ai-toast.is-error{color:#e94949;background-color:#ffe8e8;border:1px solid #cb2020}.ai-toast.is-warning{color:#c9802e;background-color:#fff8ef;border:1px solid #c9802e}.ai-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:20000;display:none;padding-left:22px;padding-right:22px}.ai-modal *{margin:0;box-sizing:border-box}.ai-modal__mask{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7);z-index:20001;opacity:0}.ai-modal__content{position:relative;background-color:#fff;border-radius:16px;z-index:20002;padding-left:14px;padding-right:14px;padding-top:73px;padding-bottom:14px;display:flex;flex-direction:column;align-items:center;width:100%}.ai-modal__footer{display:flex;justify-content:center;align-items:center;gap:23px;margin-top:33px;width:100%}.ai-modal__icon{display:inline-block;width:48px;height:48px;object-fit:contain;flex-shrink:0}.ai-modal__title{margin-top:16px;text-align:center;font:normal normal bold 20px/20px Titillium Web;color:#2a2a2a}.ai-modal__desc{font:normal normal normal 16px/20px Titillium Web;color:#707070;margin-top:9px;text-align:center}.ai-modal .ai-modal-close{right:10px}.ai-modal .ai-button{flex-grow:1;height:56px}.ai-modal .ai-button.modal-cancel{background-color:rgba(42,42,42,.08)}.ai-modal.is-active{display:flex}.ai-modal.is-active .ai-modal__mask{animation:ai-opacity-1 .2s ease-out forwards}.ai-modal.is-leave{display:flex}.ai-modal.is-leave .ai-modal__content,.ai-modal.is-leave .ai-modal__mask{animation:ai-opacity-0 .2s ease-out forwards}.ai-modal-close{width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;top:15px;right:15px}.ai-modal-close svg{width:20px;height:20px;pointer-events:none}.ai-modal-close svg .css-flag{transition:all .3s ease-out;stroke:rgba(42,42,42,.4980392157)}.ai-image-viewer{background-color:rgba(0,0,0,.7) !important}.ai-image-viewer .viewer-close{position:absolute;top:76px;right:16px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:rgba(42,42,42,.6);border-radius:8px;cursor:pointer;transition:background-color .3s ease-out}.ai-image-viewer .viewer-close:focus{background-color:rgba(0,0,0,0) !important;box-shadow:none !important}.ai-image-viewer .viewer-close:hover{background-color:rgba(42,42,42,.6)}.ai-image-viewer .viewer-close::before{width:18px;height:18px;position:static;background:url(/tpl/tools/img/common/icon_close_white.svg) no-repeat center center;background-size:contain}}@media screen and (min-width: 769px){.downloading-box{position:fixed;top:0;left:0;width:100%;height:100%;box-sizing:border-box;background:rgba(0,0,0,.4) 0% 0% no-repeat padding-box;z-index:1000;display:flex;align-items:center;justify-content:center}.downloading-box .box-content{min-width:300px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:19px 32px 21px;position:relative}.downloading-box .box-content .title{text-align:center;font:normal normal 600 15px/23px Titillium Web;letter-spacing:0px;color:#2a2a2a}.downloading-box .box-content .close-icon{position:absolute;top:6px;right:6px;width:24px;height:24px;cursor:pointer}.downloading-box .box-content .progress{width:300px;height:9px;background:#e8e8e8 0% 0% no-repeat padding-box;border-radius:10px}.downloading-box .box-content .progress .progress-bar{width:10%;height:100%;background:#1064fc 0% 0% no-repeat padding-box;border-radius:10px;transition:width .3s}}@media screen and (max-width: 768px){.downloading-box{position:fixed;top:0;left:0;width:100%;height:100%;box-sizing:border-box;background:rgba(0,0,0,.4) 0% 0% no-repeat padding-box;z-index:1000;display:flex;align-items:center;justify-content:center}.downloading-box .box-content{min-width:299px;max-width:98%;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:25px 29px 30px;position:relative}.downloading-box .box-content .title{text-align:center;font:normal normal 600 15px/23px Titillium Web;letter-spacing:0px;color:#2a2a2a}.downloading-box .box-content .close-icon{position:absolute;top:6px;right:6px;width:20px;height:20px;cursor:pointer}.downloading-box .box-content .progress{width:294px;height:9px;background:#e8e8e8 0% 0% no-repeat padding-box;border-radius:5px}.downloading-box .box-content .progress .progress-bar{width:0%;height:100%;background:#1064fc 0% 0% no-repeat padding-box;border-radius:5px;transition:width .1s}}.scroll-show-wrapper>.scroll-show-up{opacity:0;transform:translate3d(0, 50%, 0);transition-property:all;transition-duration:.3s;transition-timing-function:ease-out}.scroll-show-wrapper.is-in>.scroll-show-up{opacity:1;transform:translate3d(0, 0, 0)}.scroll-show-self.scroll-show-up{opacity:0;transform:translate3d(0, 200px, 0);transition-property:all;transition-duration:.3s;transition-timing-function:ease-out}.scroll-show-self.scroll-show-up.is-in{opacity:1;transform:translate3d(0, 0, 0)}.scroll-show-delay1{transition-delay:.1s}.scroll-show-delay2{transition-delay:.2s}.scroll-show-delay3{transition-delay:.3s}.scroll-show-delay4{transition-delay:.4s}.scroll-show-delay5{transition-delay:.5s}.scroll-show-delay6{transition-delay:.6s}.scroll-show-delay7{transition-delay:.7s}.scroll-show-delay8{transition-delay:.8s}.scroll-show-delay9{transition-delay:.9s}.scroll-show-delay10{transition-delay:1s}@keyframes p-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.p-main{font-family:"Titillium Web",sans-serif}.p-icon{display:flex;flex-shrink:0;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.p-icon--add{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-add.svg)}.p-icon--help{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-help.svg)}.p-icon--close{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-close.svg)}.p-icon--loading{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-loading.svg)}.p-icon--zoom{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-zoom.svg)}.p-icon--download{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-download.svg)}.p-icon--enhancer{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-enhancer.svg)}.p-icon--arrow-down-circle{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-arrow-down.svg)}.p-icon--arrow-left{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-arrow-left.svg)}.p-icon--arrow-right{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-arrow-right.svg)}.p-icon-color{display:flex;flex-shrink:0;width:1em;height:1em;background-image:var(--svg);background-repeat:no-repeat;background-size:100% 100%}.p-icon-color--www{--svg: url(/tpl/tools/en/img/have-i-been-pwned/icon-www.svg)}.p-icon-color--loading{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-loading-color.svg);animation:p-spin 2s linear infinite}.p-icon-color--loading-white{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-loading-color-white.svg);animation:p-spin 2s linear infinite}.p-icon-color--loading-blue{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-loading-color-blue.svg);animation:p-spin 2s linear infinite}.p-icon-color--play{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-play.svg)}.p-icon-color--down{--svg: url(/tpl/tools/img/ai-video-enhancer/icon-down.svg)}.p-icon-color--seo-why-01{--svg: url(/tpl/tools/img/ai-video-enhancer/p-seo-why-01.svg)}.p-icon-color--seo-why-02{--svg: url(/tpl/tools/img/ai-video-enhancer/p-seo-why-02.svg)}.p-icon-color--seo-why-03{--svg: url(/tpl/tools/img/ai-video-enhancer/p-seo-why-03.svg)}.p-icon-color--seo-why-04{--svg: url(/tpl/tools/img/ai-video-enhancer/p-seo-why-04.svg)}.p-icon-color--seo-why-05{--svg: url(/tpl/tools/img/ai-video-enhancer/p-seo-why-05.svg)}.p-icon-color--seo-why-06{--svg: url(/tpl/tools/img/ai-video-enhancer/p-seo-why-06.svg)}.p-icon-color--quote{width:1.2941em;height:1em;--svg: url(/tpl/tools/img/ai-video-enhancer/icon-quote.svg?v=3)}@media screen and (max-width: 769px){.p-hidden-h5{display:none !important}}@media screen and (min-width: 769px){.p-hidden-pc{display:none !important}}.p-hidden{display:none !important}.p-wrapper{box-sizing:border-box;max-width:calc(100% - 32px);margin-left:auto;margin-right:auto}@media screen and (min-width: 769px){.p-wrapper{width:1200px;max-width:calc(100% - 32px);padding-left:0px;padding-right:0px}}.p-wrapper--small{box-sizing:border-box;max-width:calc(100% - 40px);margin-left:auto;margin-right:auto}@media screen and (min-width: 769px){.p-wrapper--small{width:1026px;max-width:calc(100% - 32px)}}.p-btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:53px;background-color:#1264fc;border-radius:10px;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:8px;border:none;outline:none;appearance:none;font-weight:bold;font-size:19px;line-height:1.2;color:#fff;font-weight:normal;transition:all .3s ease-out}@media screen and (min-width: 769px){.p-btn{font-size:20px}.p-btn:hover{background-color:#3178ff}}.p-btn:disabled,.p-btn[disabled]{background-color:#679cfd}.tippy-box[data-theme~=none]{color:inherit;background-color:rgba(0,0,0,0);padding:0}.tippy-box[data-theme~=none] .tippy-content{padding:0}.tippy-box[data-theme~=p-policy]{color:inherit;background-color:rgba(0,0,0,0);padding:0}.tippy-box[data-theme~=p-policy] .tippy-content{padding:0}.tippy-box[data-theme~=p-policy]>.tippy-arrow{color:#fff;z-index:2}.p-tool{min-height:80vh;padding-top:60px;padding-bottom:24px}@media screen and (min-width: 769px){.p-tool{padding-top:0 82px}}@media screen and (min-width: 769px){.p-header{padding-top:38px}}.p-header__title{box-sizing:border-box;margin:0;padding:0;font-weight:bold;color:#2a2a2a;font-size:36px;line-height:42px;text-align:left}@media screen and (min-width: 769px){.p-header__title{font-size:40px;line-height:60px;text-align:center}}.p-header__desc{box-sizing:border-box;margin:0;padding:0;font-weight:normal;color:#707070;line-height:1.5;text-align:center}@media screen and (min-width: 769px){.p-header__desc{margin-top:6px;font-size:16px}}.p-enhancer{box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;margin-top:18px}@media screen and (min-width: 769px){.p-enhancer{flex-direction:row;width:1145px;margin-top:38px;gap:42px}}.p-enhancer__start{flex-shrink:0;order:1}@media screen and (min-width: 769px){.p-enhancer__start{order:0;width:557px;padding-top:8px}}.p-enhancer__center{flex:1;min-width:0}.p-enhancer-video-sample{width:100%;display:flex;flex-direction:column;align-items:center}.p-enhancer-video-sample-swiper{width:100%;overflow:hidden}@media screen and (min-width: 769px){.p-enhancer-video-sample-swiper{border-radius:10px}}.p-enhancer-video-sample__video{display:flex;width:100%;height:318px;aspect-ratio:1040/592;object-fit:cover;opacity:0;transition:opacity .3s ease-out}.swiper-slide-active .p-enhancer-video-sample__video{opacity:1}.p-enhancer-video-sample-indicator{display:inline-flex;gap:11px;margin-top:19px}.p-enhancer-video-sample-indicator__item{position:relative;z-index:0;border-radius:10px;overflow:hidden;cursor:pointer}.p-enhancer-video-sample-indicator__item::before{display:flex;content:" ";position:absolute;top:0;right:0;bottom:0;left:0;background-color:hsla(0,0%,100%,.3);transition:all .3s ease-out}.p-enhancer-video-sample-indicator__item.is-active::before{background-color:rgba(0,0,0,0)}.p-enhancer-video-sample-indicator__item-img{display:flex;width:60px;aspect-ratio:1/1;object-fit:cover}.p-enhancer-generate-loading{position:relative;z-index:0;margin-top:30px;width:100%;border-radius:10px;overflow:hidden}@media screen and (min-width: 769px){.p-enhancer-generate-loading{margin-top:0;border-radius:10px;overflow:hidden}}.p-enhancer-generate-loading.no-img{background-color:#1c1c1c}.p-enhancer-generate-loading__img{display:flex;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background-color:#1c1c1c}.p-enhancer-generate-loading.no-img .p-enhancer-generate-loading__img{aspect-ratio:16/9;visibility:hidden}.p-enhancer-generate-loading__mask{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.5);backdrop-filter:blur(13px)}.p-enhancer-generate-loading.no-img .p-enhancer-generate-loading__mask{backdrop-filter:none}.p-enhancer-generate-loading__icon-loading{font-size:40px}@media screen and (min-width: 769px){.p-enhancer-generate-loading__icon-loading{font-size:50px}}.p-enhancer-generate-loading__text{margin-top:6px;color:#fff;font-weight:normal;font-size:19px;line-height:29px}@media screen and (min-width: 769px){.p-enhancer-generate-loading__text{margin-top:8px;font-size:20px;line-height:31px}}.p-enhancer-generate-loading__tip{margin-top:1px;color:#fff;font-weight:normal;font-size:12px;line-height:18px}@media screen and (min-width: 769px){.p-enhancer-generate-loading__tip{margin-top:4px;font-size:14px;line-height:21px}}.p-enhancer-generate-result{margin-top:30px;width:100%;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 769px){.p-enhancer-generate-result{margin-top:0}}.p-enhancer-generate-result__video{width:100%;height:auto;max-height:100vh;object-fit:contain;border-radius:10px;overflow:hidden;background-color:#1c1c1c}@media screen and (min-width: 769px){.p-enhancer-generate-result__video{max-height:600px;border-radius:10px;overflow:hidden}}.p-enhancer-generate-result__footer{display:flex;align-items:center;margin-top:10px}@media screen and (min-width: 769px){.p-enhancer-generate-result__footer{gap:20px;margin-top:21px}}.p-enhancer-generate-result__footer-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;padding-top:6px;padding-bottom:6px;padding-left:20px;padding-right:20px;outline:none;appearance:none;background-color:#f0f0f0;color:#2a2a2a;font-weight:normal;font-size:12px;line-height:1.2;transition:all .3s ease-out;border:none;border-radius:8px}@media screen and (min-width: 769px){.p-enhancer-generate-result__footer-btn{gap:8px;height:40px;padding-top:6px;padding-bottom:6px;padding-left:19px;padding-right:19px;font-size:16px;border-radius:8px}.p-enhancer-generate-result__footer-btn:hover{background-color:#e7efff}}.p-video-enhancer{position:relative;z-index:0;box-sizing:border-box;border:1px solid #1264fc;border-radius:15px;overflow:hidden}@media screen and (min-width: 769px){.p-video-enhancer{min-width:300px;border:1px solid #1264fc;border-radius:20px}}.p-video-enhancer.is-loading::after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;display:block;background-color:hsla(0,0%,100%,.5)}.p-video-enhancer__content{box-sizing:border-box;padding-top:14px;padding-bottom:28px;padding-left:18px;padding-right:18px}@media screen and (min-width: 769px){.p-video-enhancer__content{padding-top:13px;padding-bottom:11px;padding-left:28px;padding-right:28px}}.p-video-enhancer__title{box-sizing:border-box;margin:0;padding:0;font-weight:normal;color:#2a2a2a;font-size:13px;line-height:20px;text-align:left}@media screen and (min-width: 769px){.p-video-enhancer__title{font-size:15px;line-height:23px}}.p-video-enhancer__upload{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:16/9;margin-top:12px;padding:16px;border:1px dashed #d9d9d9;border-radius:10px;background-color:#f8f8f8;transition:all .3s ease-out}@media screen and (min-width: 769px){.p-video-enhancer__upload{margin-top:8px;border-radius:10px;cursor:pointer}.p-video-enhancer__upload:hover{background-color:#f1f6ff;border-color:#1264fc}}.p-video-enhancer__upload-icon{font-size:23px;color:#1264fc}@media screen and (min-width: 769px){.p-video-enhancer__upload-icon{font-size:24px}}.p-video-enhancer__upload-text{box-sizing:border-box;margin-top:5px;font-size:12px;line-height:18px;text-align:center;color:#2a2a2a}@media screen and (min-width: 769px){.p-video-enhancer__upload-text{font-size:14px;line-height:21px}}.p-video-enhancer__video-wrapper{position:relative;z-index:0;width:100%;margin-top:12px;border-radius:10px;overflow:hidden}@media screen and (min-width: 769px){.p-video-enhancer__video-wrapper{margin-top:8px;border-radius:10px}}.p-video-enhancer__selected-video{display:flex;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background-color:#fff;overflow:hidden;background-color:#1c1c1c}.p-video-enhancer__selected-remove{box-sizing:border-box;position:absolute;top:8px;right:6px;display:flex;align-items:center;justify-content:center;width:23px;height:23px;outline:none;border:2px solid #fff;appearance:none;color:#fff;font-size:14px;background-color:#ee1a3d;border-radius:100%;transition:all .3s ease-out}@media screen and (min-width: 769px){.p-video-enhancer__selected-remove{top:6px;right:5px;width:22px;height:22px}.p-video-enhancer__selected-remove:hover{background-color:#f05b74}}.p-video-enhancer__loading{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;margin-top:12px;border-radius:10px;overflow:hidden;background-color:#f1f6ff;box-shadow:inset 0px 0px 4px rgba(18,100,252,.6)}@media screen and (min-width: 769px){.p-video-enhancer__loading{margin-top:8px;border-radius:10px}}.p-video-enhancer__loading .p-icon-color{font-size:25px;color:#1264fc}@media screen and (min-width: 769px){.p-video-enhancer__loading .p-icon-color{font-size:50px}}.p-video-enhancer__tip{box-sizing:border-box;margin:0;padding:0;margin-top:12px;font-size:11px;line-height:17px;text-align:left;color:#969696}@media screen and (min-width: 769px){.p-video-enhancer__tip{font-size:14px;line-height:21px}}.p-video-sample{display:flex;flex-wrap:wrap;align-items:center;column-gap:12px;row-gap:4px;margin-top:12px;padding-top:15px;border-top:1px solid #f0f0f0}@media screen and (min-width: 769px){.p-video-sample{column-gap:24px;row-gap:8px}}.p-video-sample__start{flex-shrink:0;font-size:13px;font-weight:normal;line-height:19px;color:#2a2a2a}@media screen and (min-width: 769px){.p-video-sample__start{font-size:15px;line-height:23px}}.p-video-sample__center{flex:1;min-width:60%}.p-video-sample-list{box-sizing:border-box;margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit, minmax(30px, 1fr));gap:8px}@media screen and (min-width: 769px){.p-video-sample-list{gap:12px;max-width:50vw}}.p-video-sample-item{position:relative;z-index:0;cursor:pointer}.p-video-sample__img{display:flex;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:2px;border:1px solid hsla(0,0%,100%,.2)}@media screen and (min-width: 769px){.p-video-sample__img{border-radius:4px}}.p-video-sample__icon-play{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1;visibility:hidden;opacity:0;transition:all .3s ease-out}@media screen and (min-width: 769px){.p-video-sample__icon-play{font-size:36px}.p-video-sample-item:hover .p-video-sample__icon-play{visibility:visible;opacity:1}}.p-video-enhancer__footer{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-left:17px;padding-right:17px;padding-top:24px;padding-bottom:15px;background-color:#e7efff}@media screen and (min-width: 769px){.p-video-enhancer__footer{padding-left:22px;padding-right:22px;padding-top:22px;padding-bottom:8px}}.p-video-enhancer__btn-go{width:100%}@media screen and (min-width: 769px){.p-video-enhancer__btn-go{display:flex;min-width:236px;width:auto}}.p-video-enhancer__btn-go-loading{display:none;font-size:1.5em}.p-video-enhancer__btn-go.is-loading .p-video-enhancer__btn-go-loading{display:flex}.p-video-enhancer__btn-go-text{display:flex}.p-video-enhancer__btn-go.is-loading .p-video-enhancer__btn-go-text{display:none}.p-video-enhancer__footer-tip{display:flex;align-items:center;gap:6px;margin-top:9px;color:#707070;font-size:12px;line-height:18px}@media screen and (min-width: 769px){.p-video-enhancer__footer-tip{font-size:14px;line-height:21px}}.p-video-enhancer__footer-tip-icon{font-size:13px;transition:all .3s ease-out}@media screen and (min-width: 769px){.p-video-enhancer__footer-tip-icon{font-size:14px}.p-video-enhancer__footer-tip .p-video-enhancer__footer-tip-icon{color:#1264fc}}.p-video-enhancer-policy{display:inline-flex;flex-direction:column;box-sizing:border-box;width:80vw;padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:6px;background-color:#fff;border-radius:10px;color:#2a2a2a;box-shadow:0px 3px 8px rgba(0,0,0,.16);text-align:left}@media screen and (min-width: 769px){.p-video-enhancer-policy{width:336px;padding-left:21px;padding-right:21px;padding-top:8px;padding-bottom:8px;font-size:12px;line-height:16px;font-weight:normal}}.p-video-enhancer-policy__title{box-sizing:border-box;margin:0;padding:0;font-weight:600}@media screen and (min-width: 769px){.p-video-enhancer-policy__title{font-size:14px;line-height:21px}}.p-video-enhancer-policy-list{box-sizing:border-box;list-style:none}.p-video-enhancer-policy-item{position:relative;z-index:0;padding-left:6px}@media screen and (min-width: 769px){.p-video-enhancer-policy-item{padding-left:11px}}.p-video-enhancer-policy-item::before{display:flex;flex-shrink:0;content:" ";position:absolute;left:0;top:.5em;width:4px;height:4px;border-radius:100%;background-color:currentColor}.p-seo-btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:15px;width:78vw;max-width:100%;margin-left:auto;margin-right:auto;height:42px;outline:none;border:none;appearance:none;color:#fff;font-size:16px;line-height:24px;font-weight:600;background-color:#1264fc;border-radius:4px}.p-seo-btn:hover{text-decoration:none}@media screen and (min-width: 769px){.p-seo-btn{display:inline-flex;width:auto;min-width:295px;height:54px;font-size:18px;line-height:27px;border-radius:8px}.p-seo-btn:hover{background-color:#4083ff}}.p-seo-divider{display:flex;align-items:center;justify-content:center}.p-seo-why .p-seo-divider{position:absolute;left:0;right:0;top:0;transform:translateY(-31px)}@media screen and (min-width: 769px){.p-seo-why .p-seo-divider{transform:translateY(-31px)}}.p-seo-divider__icon{font-size:80px}@media screen and (min-width: 769px){.p-seo-divider__icon{font-size:80px}}.p-seo-banner{padding-top:54px;padding-bottom:32px;background-image:url(/tpl/tools/img/ai-video-enhancer/bg-banner-h5.png);background-size:100% 100%;background-position:center top;background-repeat:no-repeat}@media screen and (min-width: 769px){.p-seo-banner{padding-top:58px;padding-bottom:45px;background-image:url(/tpl/tools/img/ai-video-enhancer/bg-banner-2x.png)}}.p-seo-banner__title{box-sizing:border-box;margin:0;padding:0;font-size:22px;font-weight:bold;line-height:34px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-banner__title{font-size:32px;font-weight:bold;line-height:48px}}.p-seo-banner__desc{box-sizing:border-box;margin:0;padding:0;margin-top:25px;font-size:16px;font-weight:normal;line-height:26px;text-align:center}@media screen and (min-width: 769px){.p-seo-banner__desc{margin-top:7px;font-size:18px;font-weight:normal;line-height:26px}}.p-seo-banner-swiper-outer{box-sizing:border-box;position:relative;z-index:0;display:flex;flex-direction:column;align-items:center;margin-top:30px}@media screen and (min-width: 769px){.p-seo-banner-swiper-outer{width:886px}}.p-seo-banner-swiper{border:3px solid #fff;border-radius:8px;overflow:hidden;width:100%}@media screen and (min-width: 769px){.p-seo-banner-swiper{border-radius:10px}}.p-seo-banner__video{display:flex;width:100%;aspect-ratio:650/363;object-fit:cover}.p-seo-banner__footer{display:flex;align-items:center;margin-top:35px}@media screen and (min-width: 769px){.p-seo-banner__footer{margin-top:34px}}.p-seo-banner-swiper-img-pagination{position:absolute;left:50%;transform:translateX(-50%);bottom:30px;display:inline-flex;gap:4px;align-items:center;padding:4px;background-color:hsla(0,0%,100%,.5);border-radius:99999px;backdrop-filter:blur(50px);z-index:10}@media screen and (min-width: 769px){.p-seo-banner-swiper-img-pagination{padding:6px}}.p-seo-banner-swiper-img-pagination__item{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:100%;overflow:hidden;transition:all .3s ease-out;border:1px solid rgba(0,0,0,0);cursor:pointer}@media screen and (min-width: 769px){.p-seo-banner-swiper-img-pagination__item{width:46px;height:46px}}.p-seo-banner-swiper-img-pagination__item.is-active{border-color:#fff}.p-seo-banner-swiper-img-pagination__img{display:flex;width:100%;height:100%;object-fit:cover}.p-seo-banner-swiper-dot-pagination{display:inline-flex;gap:9px;margin-top:12px}@media screen and (min-width: 769px){.p-seo-banner-swiper-dot-pagination{margin-top:16px}}.p-seo-banner-swiper-dot-pagination__item{box-sizing:border-box;display:inline-flex;width:8px;height:4px;transition:all .3s ease-out;background:linear-gradient(270deg, #bac1cb 0%, #bac1cb 100%);cursor:pointer}@media screen and (min-width: 769px){.p-seo-banner-swiper-dot-pagination__item{width:6px;height:4px}}.p-seo-banner-swiper-dot-pagination__item.is-active{width:24px;background:linear-gradient(270deg, #00c8fc 0%, #1264fc 100%)}@media screen and (min-width: 769px){.p-seo-banner-swiper-dot-pagination__item.is-active{width:16px}}.p-seo-features{padding-top:62px;padding-bottom:32px}@media screen and (min-width: 769px){.p-seo-features{padding-top:74px;padding-bottom:32px}}.p-seo-features__title{box-sizing:border-box;margin:0;padding:0;font-size:22px;font-weight:bold;line-height:34px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-features__title{font-size:32px;font-weight:bold;line-height:48px}}.p-seo-features__desc{box-sizing:border-box;margin:0;padding:0;margin-top:25px;font-size:16px;font-weight:normal;line-height:26px;text-align:center}@media screen and (min-width: 769px){.p-seo-features__desc{margin-top:7px;font-size:18px;font-weight:normal;line-height:26px}}.p-seo-features__content{margin-top:26px}.p-seo-features-card{display:flex;flex-direction:column;align-items:center;padding-top:19px;padding-bottom:19px;padding-left:14px;padding-right:14px;background:linear-gradient(180deg, rgb(238, 246, 255) 0%, rgba(255, 255, 255, 0) 100%);border-radius:14px 14px 0 0}@media screen and (min-width: 769px){.p-seo-features-card{flex-direction:row;justify-content:space-between;background:none;gap:60px;padding-top:80px;padding-bottom:80px;padding-left:0px;padding-right:0px}.p-seo-features-card.is-reverse{flex-direction:row-reverse}}.p-seo-features-card__start{position:relative;z-index:0}@media screen and (min-width: 769px){.is-upscale .p-seo-features-card__start::after{content:" ";position:absolute;right:-200px;top:-180px;width:860px;height:618px;z-index:-1;background-image:url(/tpl/tools/img/ai-video-enhancer/bg-features-upscale.png);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none}.is-ai-powered .p-seo-features-card__start::after{content:" ";position:absolute;left:-150px;top:-120px;width:830px;height:588px;z-index:-1;background-image:url(/tpl/tools/img/ai-video-enhancer/bg-features-ai-powered.png);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none}.is-color-restoration .p-seo-features-card__start::after{content:" ";position:absolute;right:-200px;top:-180px;width:830px;height:588px;z-index:-1;background-image:url(/tpl/tools/img/ai-video-enhancer/bg-features-color-restoration.png);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none}}@media screen and (min-width: 769px){.p-seo-features-card__center{width:537px}}.p-seo-features-card__img{display:flex;width:100%;height:auto}@media screen and (min-width: 769px){.is-one-click .p-seo-features-card__img{width:590px}.is-subtle .p-seo-features-card__img{width:616px}}.p-seo-features-card__center{margin-top:21px}.p-seo-features-card__title{box-sizing:border-box;margin:0;padding:0;font-size:18px;font-weight:bold;line-height:27px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-features-card__title{font-size:20px;line-height:31px;text-align:left}}.p-seo-features-card__desc{box-sizing:border-box;margin:0;padding:0;margin-top:16px;font-size:16px;font-weight:normal;line-height:26px;color:#404040;text-align:center}@media screen and (min-width: 769px){.p-seo-features-card__desc{margin-top:17px;font-size:18px;line-height:26px;text-align:left}}.p-seo-features-card__btn-go{margin-top:25px}@media screen and (min-width: 769px){.p-seo-features-card__btn-go{margin-top:20px}}.p-seo-upscale-video{display:flex;width:100%;aspect-ratio:1280/676;border-radius:8px;overflow:hidden;object-fit:cover}@media screen and (min-width: 769px){.p-seo-upscale-video{width:550px}}.p-seo-color-video{display:flex;width:100%;aspect-ratio:1280/720;border-radius:8px;overflow:hidden;object-fit:cover}@media screen and (min-width: 769px){.p-seo-color-video{width:550px}}.p-seo-ai-video-wrapper{position:relative;z-index:0;display:inline-flex;align-items:flex-end;justify-content:center;gap:15px}@media screen and (min-width: 769px){.p-seo-ai-video-wrapper{gap:26px}}.p-seo-ai-video-wrapper::after{content:" ";position:absolute;left:70px;top:10px;width:90px;aspect-ratio:141/132;background-image:url(/tpl/tools/img/ai-video-enhancer/icon-ai-arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:center}@media screen and (min-width: 769px){.p-seo-ai-video-wrapper::after{left:136px;top:30px;width:120px}}.p-seo-ai-item-wrapper{position:relative;z-index:0}.p-seo-ai-item-tip{position:absolute;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:14px;padding-top:1px;padding-bottom:1px;padding-left:3px;padding-right:3px;border-radius:2px;font-size:11px;font-weight:normal;line-height:14px;color:#fff;background:#000}@media screen and (min-width: 769px){.p-seo-ai-item-tip{height:20px;padding-left:6px;padding-right:6px;font-size:16px;font-weight:normal;line-height:18px;border-radius:4px}}.p-seo-ai-item-tip.is-before{top:5px;left:0;transform:translateX(-50%)}.p-seo-ai-item-tip.is-after{top:14px;right:0;transform:translateX(50%)}.p-seo-ai-video-before{box-sizing:border-box;display:flex;width:110px;aspect-ratio:222/286;object-fit:cover;border-radius:8px}@media screen and (min-width: 769px){.p-seo-ai-video-before{width:180px}}.p-seo-ai-video-after{box-sizing:border-box;display:flex;width:135px;aspect-ratio:270/346;object-fit:cover;border-radius:8px;box-shadow:0 0 0 2px #fff,0 0 0 4px #2b7bf3}@media screen and (min-width: 769px){.p-seo-ai-video-after{width:220px}}.p-seo-why{position:relative;z-index:0;padding-top:56px;padding-bottom:59px;background:linear-gradient(180deg, #fbfbfb 0%, #f7f7f7 100%)}@media screen and (min-width: 769px){.p-seo-why{padding-top:77px;padding-bottom:56px}}.p-seo-why__title{box-sizing:border-box;margin:0;padding:0;font-size:22px;font-weight:bold;line-height:34px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-why__title{font-size:32px;font-weight:bold;line-height:48px}}.p-seo-why__desc{box-sizing:border-box;margin:0;padding:0;margin-top:25px;font-size:16px;font-weight:normal;line-height:26px;text-align:center}@media screen and (min-width: 769px){.p-seo-why__desc{margin-top:7px;font-size:18px;font-weight:normal;line-height:26px}}.p-seo-why__content{margin-top:26px}@media screen and (min-width: 769px){.p-seo-why__content{margin-top:72px}}.p-seo-why-list{box-sizing:border-box;display:grid;grid-template-columns:repeat(1, 1fr);list-style:none;border:1px solid #eee;border-top:none}@media screen and (min-width: 769px){.p-seo-why-list{grid-template-columns:repeat(3, 1fr);border:none}}.p-seo-why-item{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;min-height:315px;background:linear-gradient(180deg, #ffffff 0%, #fafafa 100%)}.p-seo-why-item:not(:first-child){border-top:1px solid #eee}@media screen and (min-width: 769px){.p-seo-why-item{justify-content:start;border:none;border-left:1px solid #eee;background:#fff}.p-seo-why-item:nth-child(2n){background:linear-gradient(0deg, #ffffff 0%, #fafafa 100%)}.p-seo-why-item:nth-child(n+4){border-top:1px solid #eee}.p-seo-why-item:nth-child(3n+1){border-left:none}}.p-seo-why-item__icon{font-size:144px}.p-seo-why-item__title{box-sizing:border-box;margin:0;padding:0;font-size:18px;font-weight:bold;line-height:23px;color:#000;text-align:center}.p-seo-why-item__desc{box-sizing:border-box;margin:0;padding:0;margin-top:16px;font-size:16px;font-weight:normal;line-height:26px;color:#000;text-align:center}.p-seo-why__footer{margin-top:29px}@media screen and (min-width: 769px){.p-seo-why__footer{display:flex;justify-content:center;margin-top:47px}}.p-seo-why-list-swiper-pagination{position:relative;bottom:initial !important;left:initial !important}.p-seo-why-list-swiper-pagination .swiper-pagination-bullet{box-sizing:border-box;display:inline-flex;width:8px;height:4px;transition:all .3s ease-out;background:#bac1cb;border-radius:0;opacity:1}@media screen and (min-width: 769px){.p-seo-why-list-swiper-pagination .swiper-pagination-bullet{width:6px;height:4px}}.p-seo-why-list-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;background:linear-gradient(270deg, #00c8fc 0%, #1264fc 100%)}@media screen and (min-width: 769px){.p-seo-why-list-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:16px}}.p-seo-how{padding-top:40px;padding-bottom:40px}@media screen and (min-width: 769px){.p-seo-how{padding-top:77px;padding-bottom:56px}}.p-seo-how__title{box-sizing:border-box;margin:0;padding:0;font-size:22px;font-weight:bold;line-height:34px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-how__title{font-size:32px;font-weight:bold;line-height:48px}}.p-seo-how__desc{box-sizing:border-box;margin:0;padding:0;margin-top:25px;font-size:16px;font-weight:normal;line-height:26px;text-align:center}@media screen and (min-width: 769px){.p-seo-how__desc{margin-top:7px;font-size:18px;font-weight:normal;line-height:26px}}.p-seo-how__content{margin-top:18px}@media screen and (min-width: 720px){.p-seo-how__content{margin-top:51px}}.p-seo-how-step-h5-card:not(:first-child){margin-top:45px}.p-seo-how-step-h5-card__header{position:relative;z-index:0;padding-left:18px}.p-seo-how-step-h5-card__header::before{content:" ";position:absolute;top:0;left:0;bottom:0;width:2px;background:linear-gradient(to bottom, #86cafe 0%, #0077fe 100%)}.p-seo-how-step-h5-card__title{box-sizing:border-box;margin:0;padding:0;color:#465af3;font-size:16px;line-height:24px;font-weight:bold}.p-seo-how-step-h5-card__desc{box-sizing:border-box;margin:0;padding:0;margin-top:11px;color:#404040;font-size:14px;line-height:23px;font-weight:normal}.p-seo-how-step-h5-card__content{margin-top:10px}.p-seo-how-step-h5-card__img{display:flex;width:100%;height:auto}.p-seo-how-step-pc{display:flex;justify-content:space-between;gap:60px}.p-seo-how-step-pc__start{min-width:0;flex:1;flex-shrink:0}.p-seo-how-step-pc-swiper{width:539px}.p-seo-how-step-pc__img{display:flex;width:100%;height:auto}.p-seo-how-step-pc__center{display:flex;flex-direction:column;flex:1;gap:43px}.p-seo-how-step-pc-swiper-pagination-item{position:relative;z-index:0;padding-left:45px;cursor:pointer}.p-seo-how-step-pc-swiper-pagination-item::before{content:" ";position:absolute;top:0;left:0px;bottom:0;width:2px;background:linear-gradient(to bottom, #cbcbcb 0%, #919191 100%)}.p-seo-how-step-pc-swiper-pagination-item.is-active::before{background:linear-gradient(to bottom, #86cafe 0%, #0077fe 100%)}.p-seo-how-step-pc-card__title{box-sizing:border-box;margin:0;padding:0;color:#000;font-size:20px;line-height:31px;font-weight:bold;transition:all .3s ease-out}.is-active .p-seo-how-step-pc-card__title{color:#1264fc}.p-seo-how-step-pc-card__desc{display:none;box-sizing:border-box;margin:0;padding:0;margin-top:17px;color:#404040;font-size:18px;line-height:28px;font-weight:normal}.is-active .p-seo-how-step-pc-card__desc{display:block}.p-seo-how__footer{margin-top:29px}@media screen and (min-width: 769px){.p-seo-how__footer{display:flex;justify-content:center;margin-top:47px}}.p-seo-uses{padding-top:40px;padding-bottom:54px}@media screen and (min-width: 769px){.p-seo-uses{padding-top:77px;padding-bottom:80px}}.p-seo-uses__title{box-sizing:border-box;margin:0;padding:0;font-size:22px;font-weight:bold;line-height:34px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-uses__title{font-size:32px;font-weight:bold;line-height:48px}}.p-seo-uses__desc{box-sizing:border-box;margin:0;padding:0;margin-top:25px;font-size:16px;font-weight:normal;line-height:26px;text-align:center}@media screen and (min-width: 769px){.p-seo-uses__desc{margin-top:7px;font-size:18px;font-weight:normal;line-height:26px}}.p-seo-uses__content{margin-top:51px;padding-top:17px;padding-bottom:24px;background:#f5f9ff;border-top:1px solid rgba(161,200,255,.09);border-bottom:1px solid rgba(161,200,255,.09)}@media screen and (min-width: 769px){.p-seo-uses__content{padding-top:28px;padding-bottom:0px;background:rgba(0,0,0,0);border:none}}.p-seo-uses-swiper-indicator{display:grid;grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));gap:10px 6px}@media screen and (min-width: 769px){.p-seo-uses-swiper-indicator{grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:25px 12px}}.p-seo-uses-swiper-indicator-item{display:flex;justify-content:center;align-items:center;height:27px;font-size:11px;line-height:17px;font-weight:600;white-space:nowrap;color:#51739a;background:linear-gradient(180deg, rgb(229, 242, 255) 0%, rgb(206, 231, 255) 100%);border:1px solid rgba(162,191,225,.3);transition:all .3s ease-out}.p-seo-uses-swiper-indicator-item.is-active{color:#fff;background:linear-gradient(180deg, rgb(24, 118, 252) 0%, rgb(36, 145, 254) 100%);border:1px solid #37c2ff}@media screen and (min-width: 769px){.p-seo-uses-swiper-indicator-item{background:#f5f9ff;height:54px;color:#000;font-size:18px;background:#f5f9ff;border-radius:9999px;cursor:pointer}.p-seo-uses-swiper-indicator-item.is-active{background:linear-gradient(270deg, #5480ff 0%, #5ec3ff 100%)}}.p-seo-uses-swiper{margin-top:24px;overflow-x:clip;overflow-y:visible}.p-seo-uses-card{box-sizing:border-box;display:flex;flex-direction:column;width:100%}@media screen and (min-width: 769px){.p-seo-uses-card{flex-direction:row;gap:60px;align-items:flex-start;justify-content:space-between;padding-left:22px;padding-right:42px;padding-top:22px;padding-bottom:22px;background-image:url(/tpl/tools/img/ai-video-enhancer/bg-uses-card.png);background-size:100% 100%;background-position:center top;background-repeat:no-repeat}}.p-seo-uses-card__start{padding:3px;border-radius:8px;background:linear-gradient(117deg, #71d4f7 0%, #5e75ff 42%, #a685ff 100%);overflow:hidden}@media screen and (min-width: 769px){.p-seo-uses-card__start{order:1;min-width:0;flex-shrink:0;padding:6px}}.p-seo-uses-card__video{display:flex;width:100%;aspect-ratio:1440/780;object-fit:cover;border-radius:8px;overflow:hidden}@media screen and (min-width: 769px){.p-seo-uses-card__video{width:595px}}.p-seo-uses-card__center{margin-top:14px;text-align:center}@media screen and (min-width: 769px){.p-seo-uses-card__center{flex:1;padding-top:42px}}.p-seo-uses-card__title{box-sizing:border-box;margin:0;padding:0;color:#000;font-size:16px;line-height:24px;font-weight:bold;text-align:center}@media screen and (min-width: 769px){.p-seo-uses-card__title{font-size:20px;line-height:31px;text-align:left}}.p-seo-uses-card__desc{box-sizing:border-box;margin:0;padding:0;margin-top:15px;color:#404040;font-size:14px;line-height:28px;font-weight:normal;text-align:center}@media screen and (min-width: 769px){.p-seo-uses-card__desc{margin-top:17px;font-size:18px;line-height:26px;text-align:left}}.p-seo-uses-swiper-pagination{bottom:-60px !important}.p-seo-uses-swiper-pagination .swiper-pagination-bullet{box-sizing:border-box;display:inline-flex;width:8px;height:4px;transition:all .3s ease-out;background:#bac1cb;border-radius:0;opacity:1}@media screen and (min-width: 769px){.p-seo-uses-swiper-pagination .swiper-pagination-bullet{width:6px;height:4px}}.p-seo-uses-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;background:linear-gradient(270deg, #00c8fc 0%, #1264fc 100%)}@media screen and (min-width: 769px){.p-seo-uses-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:16px}}.p-seo-uses__footer{margin-top:44px}@media screen and (min-width: 769px){.p-seo-uses__footer{display:flex;justify-content:center;margin-top:35px}}.p-seo-users{padding-top:38px;padding-bottom:49px;background-image:url(/tpl/tools/img/ai-video-enhancer/bg-seo-users-h5.png);background-size:100% 100%;background-position:center top;background-repeat:no-repeat}@media screen and (min-width: 769px){.p-seo-users{padding-top:43px;padding-bottom:91px;background-image:url(/tpl/tools/img/ai-video-enhancer/bg-seo-users-pc.png)}}.p-seo-users__title{box-sizing:border-box;margin:0;padding:0;font-size:22px;font-weight:bold;line-height:34px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-users__title{font-size:32px;font-weight:bold;line-height:48px}}.p-seo-users__desc{box-sizing:border-box;margin:0;padding:0;margin-top:25px;font-size:16px;font-weight:normal;line-height:26px;text-align:center}@media screen and (min-width: 769px){.p-seo-users__desc{margin-top:7px;font-size:18px;font-weight:normal;line-height:26px}}.p-seo-users-swiper-outer{box-sizing:border-box;position:relative;z-index:1;width:100%;max-width:896px;margin:0 auto}.p-seo-users-swiper-outer::after,.p-seo-users-swiper-outer::before{content:" ";position:absolute;display:block;z-index:-1;top:0;right:0;bottom:0;left:0;background-color:#fff;box-shadow:0px 0px 11px #cadbf9;border-radius:6px}.p-seo-users-swiper-outer::before{left:28px;right:28px;top:-20px;bottom:20px}.p-seo-users-swiper-outer::after{left:14px;right:14px;top:-10px;bottom:10px}.p-seo-users-swiper{box-sizing:border-box;position:relative;z-index:1;margin-top:57px;background-color:#fff;box-shadow:0px 0px 11px #cadbf9;border-radius:6px;overflow-x:clip;overflow-y:visible}.p-seo-users-swiper-navigation{position:absolute;top:50%;transform:translateY(-50%);z-index:5;appearance:none;display:flex;align-items:center;justify-content:center;width:19px;height:19px;padding:2px;border-radius:2px;border:none;outline:none;color:#fff;font-size:12px;background-color:#000;outline:1px solid rgba(0,0,0,0);cursor:pointer;transition:all .3s ease-out}.p-seo-users-swiper-navigation>i{transition:all .3s ease-out}.p-seo-users-swiper-navigation:hover{outline:1px solid #000}.p-seo-users-swiper-navigation.is-prev{left:-32px}.p-seo-users-swiper-navigation.is-prev:hover>i{transform:translateX(-3px)}.p-seo-users-swiper-navigation.is-next{right:-32px}.p-seo-users-swiper-navigation.is-next:hover{justify-content:flex-end}.p-seo-users-swiper-navigation.is-next:hover>i{transform:translateX(3px)}.p-seo-users-card{box-sizing:border-box;display:flex;flex-direction:column;min-height:282px;padding-top:8px;padding-bottom:12px;padding-left:18px;padding-right:18px}@media screen and (min-width: 769px){.p-seo-users-card{flex-direction:row;padding-top:17px;padding-bottom:24px;padding-left:16px;padding-right:16px;min-height:194px}}.p-seo-users-card__icon-quote{font-size:31px}@media screen and (min-width: 769px){.p-seo-users-card__icon-quote{font-size:41px}}.p-seo-users-card__center{display:flex;flex-direction:column;min-height:0;flex:1;align-items:center;text-align:left}@media screen and (min-width: 769px){.p-seo-users-card__center{align-items:flex-start;text-align:left;height:100%}}.p-seo-users-card__comment{box-sizing:border-box;margin:0;padding:0;margin-top:4px;font-size:14px;font-weight:normal;line-height:23px;text-align:center;margin-bottom:20px}@media screen and (min-width: 769px){.p-seo-users-card__comment{margin-top:7px;font-size:16px;font-weight:normal;line-height:24px;text-align:left}}.p-seo-users__user{box-sizing:border-box;margin:0;padding:0;margin-top:auto;font-size:11px;font-weight:normal;line-height:13px;text-align:center}@media screen and (min-width: 769px){.p-seo-users__user{margin-top:7px;font-size:14px;font-weight:normal;line-height:26px}}.p-seo-users__star{display:flex;width:91px;height:auto;margin-top:8px}@media screen and (min-width: 769px){.p-seo-users__star{width:72px;margin-top:12px}}.p-seo-users-swiper-pagination{bottom:-100px !important}@media screen and (min-width: 769px){.p-seo-users-swiper-pagination{bottom:-120px !important}}.p-seo-users-swiper-pagination .swiper-pagination-bullet{box-sizing:border-box;display:inline-flex;width:8px;height:4px;transition:all .3s ease-out;background:#bac1cb;border-radius:0;opacity:1}@media screen and (min-width: 769px){.p-seo-users-swiper-pagination .swiper-pagination-bullet{width:6px;height:4px}}.p-seo-users-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;background:linear-gradient(270deg, #00c8fc 0%, #1264fc 100%)}@media screen and (min-width: 769px){.p-seo-users-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:16px}}.p-seo-users-avatars{display:flex;align-items:center;justify-content:center;gap:19px;margin-top:22px}@media screen and (min-width: 769px){.p-seo-users-avatars{gap:35px;margin-top:27px}}.p-seo-users-avatar{transition:all .3s ease-out;cursor:pointer}.p-seo-users-avatar.is-active{transform:scale(1.238)}@media screen and (min-width: 769px){.p-seo-users-avatar{width:50px;height:50px}.p-seo-users-avatar.is-active{transform:scale(1.26)}}.p-seo-users-avatar__img{display:flex;width:38px;height:38px;border-radius:50%;object-fit:cover}@media screen and (min-width: 769px){.p-seo-users-avatar__img{width:50px;height:50px}}.p-seo-users__footer{margin-top:44px}@media screen and (min-width: 769px){.p-seo-users__footer{display:flex;justify-content:center;margin-top:60px}}.p-seo-faq{padding-top:26px;padding-bottom:49px}@media screen and (min-width: 769px){.p-seo-faq{padding-top:74px;padding-bottom:90px}}.p-seo-faq__title{box-sizing:border-box;margin:0;padding:0;font-weight:bold;font-size:22px;line-height:34px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-faq__title{font-size:32px;line-height:48px}}.p-seo-faq-list{box-sizing:border-box;list-style:none;display:flex;flex-direction:column;margin:0;padding:0;margin-top:34px}.p-seo-faq-item{border-bottom:1px solid #e8e8e8}.p-seo-faq-item:first-child{border-top:1px solid #e8e8e8}.p-seo-faq-item__header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:55px;padding-top:8px;padding-bottom:8px;cursor:pointer}@media screen and (min-width: 769px){.p-seo-faq-item__header{min-height:80px}}.p-seo-faq-item__title{box-sizing:border-box;margin:0;padding:0;font-weight:bold;font-size:16px;line-height:24px;color:#000}@media screen and (min-width: 769px){.p-seo-faq-item__title{font-size:20px;line-height:31px}}.p-seo-faq-item__icon-arrow{flex-shrink:0;color:#1e1c2c;font-size:16px}.p-seo-faq-item.is-active .p-seo-faq-item__icon-arrow{transform:none;transform:scaleY(-1)}@media screen and (min-width: 769px){.p-seo-faq-item__icon-arrow{font-size:26px}}.p-seo-faq-item__desc{display:none;box-sizing:border-box;margin:0;padding:0;padding-bottom:26px;font-size:14px;line-height:23px;color:#404040}@media screen and (min-width: 769px){.p-seo-faq-item__desc{padding-bottom:30px;font-size:18px;line-height:26px}}.p-seo-bottom-banner{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:38px;padding-bottom:70px;background-image:url(/tpl/tools/img/ai-video-enhancer/seo-bg-bottom-banner-h5.png);background-size:100% auto;background-position:bottom center;background-repeat:no-repeat}@media screen and (min-width: 769px){.p-seo-bottom-banner{padding-top:56px;padding-bottom:121px;background-image:url(/tpl/tools/img/ai-video-enhancer/seo-bg-bottom-banner-2x.png);background-size:auto 100%}}.p-seo-bottom-banner__title{box-sizing:border-box;margin:0;padding:0;font-weight:bold;font-size:22px;line-height:32px;color:#000;text-align:center}@media screen and (min-width: 769px){.p-seo-bottom-banner__title{font-size:32px;line-height:48px}}.p-seo-bottom-banner_btn-go{margin-top:22px}@media screen and (min-width: 769px){.p-seo-bottom-banner_btn-go{margin-top:37px}}