@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;width:calc(100vw - 32px);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}}.zoom-box{position:fixed;top:0;left:0;z-index:1000;width:100%;height:100%;background:rgba(0,0,0,.4) 0% 0% no-repeat padding-box;display:none}.zoom-box .box-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;padding-top:38px;width:100%;height:100%}.zoom-box .box-content .close-zoom{width:48px;height:48px;position:absolute;top:118px;right:66px;background:url(/tpl/tools/img/common/close_dialog.svg) no-repeat center center;background-size:contain;cursor:pointer}.zoom-box .box-content .zoom-swiper-container{position:relative}.zoom-box .box-content .zoom-swiper-container .zoom-swiper{width:1024px;height:576px;overflow:hidden;background:#000 0% 0% no-repeat padding-box;border-radius:10px}.zoom-box .box-content .zoom-swiper-container .zoom-swiper .swiper-wrapper .swiper-slide{display:flex;justify-content:center;align-items:center}.zoom-box .box-content .zoom-swiper-container .zoom-swiper .swiper-wrapper .swiper-slide .img-item{width:100%;height:100%;object-fit:contain}.zoom-box .box-content .zoom-swiper-container .zoom-swiper-navigation .swiper-button-prev,.zoom-box .box-content .zoom-swiper-container .zoom-swiper-navigation .swiper-button-next{position:absolute;width:47px;height:47px;background:hsla(0,0%,100%,.8) 0% 0% no-repeat padding-box;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:50%}.zoom-box .box-content .zoom-swiper-container .zoom-swiper-navigation .swiper-button-prev::after,.zoom-box .box-content .zoom-swiper-container .zoom-swiper-navigation .swiper-button-next::after{font-size:19px;font-weight:bolder;color:#000}.zoom-box .box-content .zoom-swiper-container .zoom-swiper-navigation .swiper-button-prev:hover::after,.zoom-box .box-content .zoom-swiper-container .zoom-swiper-navigation .swiper-button-next:hover::after{color:#3f69fa}.zoom-box .box-content .zoom-swiper-container .zoom-swiper-navigation .swiper-button-prev{left:-82px}.zoom-box .box-content .zoom-swiper-container .zoom-swiper-navigation .swiper-button-next{right:-82px}.btn{width:fit-content;display:flex;align-items:center;gap:8px;font:normal normal normal 16px/24px Titillium Web;letter-spacing:0px;color:#2a2a2a;padding:0 19px;height:40px;background:#f0f0f0 0% 0% no-repeat padding-box;border-radius:8px;cursor:pointer;transition:all .3s}.btn:hover{background:#e7efff 0% 0% no-repeat padding-box}.btn img{width:20px;height:20px}@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}}html,body{min-height:100%;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);overscroll-behavior-y:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;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)}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes progressgenerate{0%{opacity:0}30%{opacity:1}70%{opacity:1}100%{opacity:0}}.loading_animation{display:flex;align-items:center;margin-top:6px}.loading_animation span{width:8px;height:8px;border-radius:8px;display:block;transform:scale(0.3);background:#000;margin:0 -1px;animation:progressgenerate 1.5s linear infinite}.loading_animation span:nth-child(2){animation-delay:.2s}.loading_animation span:nth-child(3){animation-delay:.3s}img{user-select:none;-webkit-user-drag:none}p{padding:0}@media screen and (min-width: 769px){.mob-show{display:none !important}.ai-photo-enhancer .tool-box{max-width:1196px;padding:38px 0 141px 0;margin:0 auto}.ai-photo-enhancer .tool-box h1{font:normal normal bold 40px/61px Titillium Web;letter-spacing:0px;color:#2a2a2a;width:fit-content;margin:0 auto;text-align:center}.ai-photo-enhancer .tool-box .desc{font:normal normal normal 16px/24px Titillium Web;letter-spacing:0px;color:#707070;width:fit-content;margin:6px auto 30px auto;text-align:center}.ai-photo-enhancer .tool-box .tool-content{display:flex;justify-content:center;gap:75px}.ai-photo-enhancer .tool-box .tool-content .result-area{width:43.143812709%;min-width:516px;display:flex;align-items:flex-start;justify-content:center}.ai-photo-enhancer .tool-box .tool-content .result-area .banner{width:100%}.ai-photo-enhancer .tool-box .tool-content .result-area .generating{width:100%;height:488px;background:#f3f7ff 0% 0% no-repeat padding-box;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;display:none}.ai-photo-enhancer .tool-box .tool-content .result-area .generating.show{display:flex !important}.ai-photo-enhancer .tool-box .tool-content .result-area .generating .loading{width:32px;height:32px;animation:rotate 1s linear infinite}.ai-photo-enhancer .tool-box .tool-content .result-area .generating .title{font:normal normal 600 20px/31px Titillium Web;letter-spacing:0px;color:#2a2a2a;margin-top:8px;margin-bottom:4px;display:flex;align-items:center;gap:2px}.ai-photo-enhancer .tool-box .tool-content .result-area .generating .tip{font:normal normal normal 14px/21px Titillium Web;letter-spacing:0px;color:#707070}.ai-photo-enhancer .tool-box .tool-content .result-area .output{display:flex;flex-direction:column;align-items:center;gap:20px;display:none;position:relative}.ai-photo-enhancer .tool-box .tool-content .result-area .output.show{display:flex !important}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-imgs-swiper{width:488px;height:488px;overflow:hidden;border-radius:10px}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-imgs-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;background:#e2e2e2 0% 0% no-repeat padding-box}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-imgs-swiper .img-item{width:100%;max-width:488px;max-height:488px;object-fit:contain}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation .swiper-button-prev,.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation .swiper-button-next{position:absolute;top:42%}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation .swiper-button-prev::after,.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation .swiper-button-next::after{font-size:19px;font-weight:bolder;color:#000}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation .swiper-button-prev:hover::after,.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation .swiper-button-next:hover::after{color:#3f69fa}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation .swiper-button-prev{left:-37px}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation .swiper-button-next{right:-37px}.ai-photo-enhancer .tool-box .tool-content .result-area .output .btns{display:flex;align-items:center;justify-content:center;gap:20px}.ai-photo-enhancer .tool-box .tool-content .operation-area.disabled{opacity:.5;pointer-events:none;user-select:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .input-area{width:546px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);border:1px solid #1264fc;border-radius:20px;padding-top:13px;box-sizing:border-box}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img{padding:0 28px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-title{display:block;font:normal normal normal 15px/23px Titillium Web;color:#2a2a2a;margin-bottom:8px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-title span{font:normal normal normal 13px/20px Titillium Web;color:#1264fc}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-tip{display:block;font:normal normal normal 14px/21px Titillium Web;color:#969696;margin-top:15px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list{display:flex;flex-wrap:wrap;gap:13px 24px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .img-item{display:flex;width:fit-content;position:relative}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .img-item img{width:128px;height:128px;object-fit:cover;border-radius:10px;border:1px solid rgba(0,0,0,0)}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .img-item .remove-img{position:absolute;top:4px;right:4px;width:22px;height:22px;background:url(/tpl/tools/img/ai-photo-enhancer/icon_close.svg) no-repeat center center;background-size:contain;cursor:pointer}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo{width:128px;height:128px;border:1px dashed #d9d9d9;border-radius:10px;background:#f8f8f8 0% 0% no-repeat padding-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:all .3s;position:relative}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo .add-icon{width:24px;height:24px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo span{font:normal normal normal 14px/21px Titillium Web;letter-spacing:0px;color:#2a2a2a;text-align:center}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo:hover{background:#f4f7ff 0% 0% no-repeat padding-box;border:1px dashed #1264fc}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.ondragover,.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.uploading{background:#f4f7ff 0% 0% no-repeat padding-box;border:1px solid rgba(0,0,0,0);pointer-events:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.ondragover::before,.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.uploading::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,0);box-shadow:inset 0px 0px 8px rgba(18,100,252,.6);border-radius:10px;opacity:1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.uploading::after{content:"";position:absolute;background:url(/tpl/tools/img/ai-photo-enhancer/icon_loading.svg) no-repeat center center;background-size:contain;width:50px;height:50px;animation:rotate 1s linear infinite}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img #upload-input{display:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .split-line{width:calc(100% - 56px);height:1px;background-color:#f0f0f0;margin-top:11px;margin-bottom:13px;margin-left:auto;margin-right:auto}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples{padding:0 28px;display:flex;align-items:center;gap:12px;margin-bottom:100px;flex-wrap:wrap}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples .sample-title{font:normal normal normal 15px/23px Titillium Web;color:#2a2a2a}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples .sample-list{display:flex;flex-wrap:wrap;gap:12px}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples img{width:44px;height:44px;border-radius:4px;cursor:pointer;outline:2px solid rgba(0,0,0,0);border:1px solid rgba(0,0,0,0)}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples img:hover{outline:2px solid #1264fc}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom{width:100%;height:105px;background-color:#e8efff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding-top:22px;padding-bottom:8px;box-sizing:border-box;display:flex;justify-content:center}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate{display:flex;flex-direction:column;align-items:center}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn{min-width:236px;height:54px;background:#1264fc 0% 0% no-repeat padding-box;border-radius:10px;padding:11px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;transition:all .3s}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn:hover{background:#3178ff 0% 0% no-repeat padding-box}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn span{font:normal normal bold 20px/31px Titillium Web;letter-spacing:0px;color:#fff}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn .loading-icon{width:32px;height:32px;display:none;animation:rotate 1s linear infinite}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn.disabled{background:#749afb 0% 0% no-repeat padding-box}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn.loading .enhance{display:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn.loading .loading-icon{display:block}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use{display:flex;align-items:center;gap:10px}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use span{font:normal normal normal 14px/21px Titillium Web;letter-spacing:0px;color:#707070}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip{width:14px;height:14px;background:url(/tpl/tools/img/ai-photo-enhancer/icon_use.svg) no-repeat center center;background-size:contain;cursor:pointer;position:relative}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content{position:absolute;bottom:24px;left:-160px;width:336px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 3px 8px rgba(0,0,0,.1607843137);border-radius:10px;padding:8px 21px 12px;z-index:1;box-sizing:border-box;display:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content::before{content:"";width:100%;height:10px;position:absolute;bottom:-10px;left:0}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content::after{content:"";position:absolute;width:14px;height:8px;background:#fff 0% 0% no-repeat padding-box;bottom:-8px;left:50%;transform:translateX(-50%);clip-path:polygon(0% 0%, 100% 0%, 50% 100%)}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content .tip-title{font:normal normal 600 14px/21px Titillium Web;letter-spacing:0px;color:#2a2a2a}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content ul li{list-style:none;font:normal normal normal 12px/16px Titillium Web;letter-spacing:0px;color:#2a2a2a;padding-left:11px;position:relative}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content ul li::before{content:"";position:absolute;top:6px;left:0;width:3px;height:3px;border-radius:100px;background:#2a2a2a 0% 0% no-repeat padding-box}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip:hover{background:url(/tpl/tools/img/ai-photo-enhancer/icon_use_h.svg) no-repeat center center}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip:hover .tip-content{display:block}.ai-photo-enhancer .tool-box .btn{width:fit-content;display:flex;align-items:center;gap:8px;font:normal normal normal 16px/24px Titillium Web;letter-spacing:0px;color:#2a2a2a;padding:0 19px;height:40px;background:#f0f0f0 0% 0% no-repeat padding-box;border-radius:8px;cursor:pointer;transition:all .3s}.ai-photo-enhancer .tool-box .btn:hover{background:#e7efff 0% 0% no-repeat padding-box}.ai-photo-enhancer .tool-box .btn img{width:20px;height:20px}}@media screen and (max-width: 768px){.pc-show{display:none !important}.ai-photo-enhancer{padding-top:60px}.ai-photo-enhancer .tool-box{max-width:100%;padding:10px 0 88px 0;margin:0 auto}.ai-photo-enhancer .tool-box h1{font:normal normal bold 36px/42px Titillium Web;color:#2a2a2a;width:87.2vw;margin:0 auto;text-align:left;margin-bottom:25px}.ai-photo-enhancer .tool-box .desc{display:none}.ai-photo-enhancer .tool-box .tool-content{display:flex;flex-direction:column-reverse;gap:25px}.ai-photo-enhancer .tool-box .tool-content .result-area{width:100vw;margin:0 auto;display:flex;align-items:center;justify-content:center}.ai-photo-enhancer .tool-box .tool-content .result-area .banner{display:none !important}.ai-photo-enhancer .tool-box .tool-content .result-area .generating{width:89.3333333333vw;height:335px;background:#f3f7ff 0% 0% no-repeat padding-box;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;display:none}.ai-photo-enhancer .tool-box .tool-content .result-area .generating.show{display:flex !important}.ai-photo-enhancer .tool-box .tool-content .result-area .generating .loading{width:40px;height:40px;animation:rotate 1s linear infinite}.ai-photo-enhancer .tool-box .tool-content .result-area .generating .title{font:normal normal 600 19px/29px Titillium Web;letter-spacing:0px;color:#2a2a2a;margin-top:6px;margin-bottom:1px;display:flex;align-items:center;gap:2px}.ai-photo-enhancer .tool-box .tool-content .result-area .generating .tip{font:normal normal normal 12px/18px Titillium Web;letter-spacing:0px;color:#707070}.ai-photo-enhancer .tool-box .tool-content .result-area .output{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;display:none}.ai-photo-enhancer .tool-box .tool-content .result-area .output.show{display:flex !important}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-imgs-swiper{width:100%;height:335px;overflow:hidden}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-imgs-swiper .swiper-wrapper{align-items:center}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-imgs-swiper .swiper-slide{width:315px;height:315px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#e2e2e2 0% 0% no-repeat padding-box;transition:width .3s, height .3s;margin:0 auto}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-imgs-swiper .swiper-slide .img-item{width:100%;max-width:100%;max-height:100%;object-fit:contain}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-imgs-swiper .swiper-slide.swiper-slide-active{width:335px;height:335px}.ai-photo-enhancer .tool-box .tool-content .result-area .output .output-swiper-navigation{display:none !important}.ai-photo-enhancer .tool-box .tool-content .result-area .output .btns{display:flex;align-items:center;justify-content:center;gap:20px}.ai-photo-enhancer .tool-box .tool-content .operation-area.disabled{opacity:.5;pointer-events:none;user-select:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .input-area{width:89.3333333333vw;margin:0 auto;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);border:1px solid #1264fc;border-radius:15px;padding-top:13px;box-sizing:border-box}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img{padding:0 17px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-title{display:block;font:normal normal normal 13px/20px Titillium Web;color:#2a2a2a;margin-bottom:12px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-title span{font:normal normal normal 11px/17px Titillium Web;color:#1264fc}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-tip{display:block;font:normal normal normal 11px/17px Titillium Web;color:#969696;margin-top:15px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list{display:flex;flex-wrap:wrap;gap:12px 11px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .img-item{display:flex;width:fit-content;position:relative}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .img-item img{width:90px;height:90px;object-fit:cover;border-radius:10px;border:1px solid rgba(0,0,0,0)}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .img-item .remove-img{position:absolute;top:5px;right:3px;width:23px;height:23px;background:url(/tpl/tools/img/ai-photo-enhancer/icon_close.svg) no-repeat center center;background-size:contain;cursor:pointer}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo{width:90px;height:90px;border:1px dashed #d9d9d9;border-radius:10px;background:#f8f8f8 0% 0% no-repeat padding-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:all .3s;position:relative}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo .add-icon{width:23px;height:23px}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo span{font:normal normal normal 12px/18px Titillium Web;letter-spacing:0px;color:#2a2a2a;text-align:center}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.ondragover,.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.uploading{background:#f4f7ff 0% 0% no-repeat padding-box;border:1px solid rgba(0,0,0,0);pointer-events:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.ondragover::before,.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.uploading::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,0);box-shadow:inset 0px 0px 8px rgba(18,100,252,.6);border-radius:10px;opacity:1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img .upload-list .add-photo.uploading::after{content:"";position:absolute;background:url(/tpl/tools/img/ai-photo-enhancer/icon_loading.svg) no-repeat center center;background-size:contain;width:25px;height:25px;animation:rotate 1s linear infinite}.ai-photo-enhancer .tool-box .tool-content .operation-area .upload-img #upload-input{display:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .split-line{width:calc(100% - 34px);height:1px;background-color:#f0f0f0;margin-top:12px;margin-bottom:15px;margin-left:auto;margin-right:auto}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples{padding:0 17px;display:flex;align-items:center;gap:8px;margin-bottom:35px;flex-wrap:wrap}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples .sample-title{font:normal normal normal 13px/20px Titillium Web;color:#2a2a2a}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples .sample-list{display:flex;flex-wrap:wrap;gap:8px}.ai-photo-enhancer .tool-box .tool-content .operation-area .samples img{width:37.5px;height:37.5px;border-radius:2px;cursor:pointer}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom{width:100%;height:118px;background-color:#e8efff;border-bottom-left-radius:15px;border-bottom-right-radius:15px;padding-top:24px;padding-bottom:15px;box-sizing:border-box;display:flex;justify-content:center}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate{display:flex;flex-direction:column;align-items:center;gap:9px}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn{width:80.2666666667vw;height:53px;background:#1264fc 0% 0% no-repeat padding-box;border-radius:10px;padding:12px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn span{font:normal normal bold 19px/29px Titillium Web;letter-spacing:0px;color:#fff}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn .loading-icon{width:32px;height:32px;display:none;animation:rotate 1s linear infinite}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn.disabled{background:#749afb 0% 0% no-repeat padding-box}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn.loading .enhance{display:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .gen-btn.loading .loading-icon{display:block}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use{display:flex;align-items:center;gap:10px}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use span{font:normal normal normal 12px/18px Titillium Web;letter-spacing:0px;color:#707070}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip{width:14px;height:14px;background:url(/tpl/tools/img/ai-photo-enhancer/icon_use.svg) no-repeat center center;background-size:contain;cursor:pointer;position:relative}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip::after{content:"";position:absolute;width:14px;height:9px;background:#fff 0% 0% no-repeat padding-box;top:-11px;z-index:1;clip-path:polygon(0% 0%, 100% 0%, 50% 100%);display:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content{position:absolute;bottom:24px;left:-150px;width:260px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 3px 8px rgba(0,0,0,.1607843137);border-radius:10px;padding:10px 16px;z-index:1;box-sizing:border-box;display:none}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content .tip-title{font:normal normal 600 13px/19px Titillium Web;letter-spacing:0px;color:#2a2a2a}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content ul li{list-style:none;font:normal normal normal 11px/14px Titillium Web;letter-spacing:0px;color:#2a2a2a;padding-left:10px;position:relative}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip .tip-content ul li::before{content:"";position:absolute;top:5px;left:0;width:3px;height:3px;border-radius:100px;background:#2a2a2a 0% 0% no-repeat padding-box}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip:hover{background:url(/tpl/tools/img/ai-photo-enhancer/icon_use_h.svg) no-repeat center center}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip:hover .tip-content{display:block}.ai-photo-enhancer .tool-box .tool-content .operation-area .bottom .generate .res-use .tip:hover::after{display:block}.ai-photo-enhancer .tool-box .btn{width:fit-content;display:flex;align-items:center;gap:8px;font:normal normal normal 12px/18px Titillium Web;letter-spacing:0px;color:#2a2a2a;padding:0 20px;height:34px;background:#f0f0f0 0% 0% no-repeat padding-box;border-radius:8px;cursor:pointer;transition:all .3s}.ai-photo-enhancer .tool-box .btn img{width:15px;height:15px}.ai-photo-enhancer .tool-box .btn.zoom-in{display:none}}