@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}}.metadata-remover-content{max-width:1920px;min-height:827px;display:flex;flex-direction:column;align-items:center;width:100%;background:url("/tpl/tools/img/metadata-remover/bg.webp") no-repeat center center;background-size:cover;padding-top:33px;padding-bottom:67px;box-sizing:border-box}.metadata-remover-content .h1_title{font:normal normal bold 40px/52px Titillium Web;color:#000;text-align:center}.metadata-remover-content .h1_desc{margin-top:6px;font:normal normal normal 16px/28px Titillium Web;color:#707070;text-align:center}.metadata-remover-content .download_content{width:100%;max-width:1206px;margin-top:40px;height:149px;background:url("/tpl/tools/img/metadata-remover/banner_bg.webp") no-repeat center center;background-size:cover;display:flex;align-items:center}.metadata-remover-content .download_content .download_content_left{padding-left:243px;max-width:481px;display:flex;flex-direction:column;justify-content:center;gap:7px}.metadata-remover-content .download_content .download_content_left .download_title{font:normal normal bold 24px/20px Titillium Web;color:#fff}.metadata-remover-content .download_content .download_content_left .download_desc{font:normal normal normal 16px/20px Titillium Web;color:#dedede}.metadata-remover-content .download_content .download_content_right{margin-left:auto;padding-right:40px;display:flex;flex-direction:column;justify-content:center}.metadata-remover-content .download_content .download_content_right .download_button{min-width:186px;height:43px;padding:0 10px;box-sizing:border-box;background:rgba(0,0,0,0) linear-gradient(270deg, #24B2ED 0%, #1ADEAB 100%) 0% 0% no-repeat padding-box;border-radius:8px;display:flex;align-items:center;justify-content:center;font:normal normal bold 16px/24px Titillium Web;color:#fff;cursor:pointer;border:none;outline:none}.metadata-remover-content .download_content .download_content_right .download_button:hover{background:rgba(0,0,0,0) linear-gradient(270deg, #40C2F8 0%, #3BF8C7 100%) 0% 0% no-repeat padding-box}.metadata-remover-content .modal-container{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:1000;display:flex;align-items:center;justify-content:center}.metadata-remover-content .modal-container .modal-content{width:414px;min-height:232px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 1px 8px rgba(0,0,0,.262745098);border-radius:10px;display:flex;flex-direction:column;align-items:center;padding:24px;padding-top:38px;box-sizing:border-box}.metadata-remover-content .modal-container .modal-content img{width:38px;height:38px;object-fit:contain}.metadata-remover-content .modal-container .modal-content .modal-content-title{font:normal normal 600 17px/26px Titillium Web;letter-spacing:0px;color:#2a2a2a;text-align:center;margin-top:7px;margin-bottom:1px}.metadata-remover-content .modal-container .modal-content .modal-content-desc{font:normal normal normal 14px/18px Titillium Web;color:#707070;text-align:center}.metadata-remover-content .modal-container .modal-content .modal-content-button{width:175px;height:40px;padding:0 10px;box-sizing:border-box;background:#e7efff 0% 0% no-repeat padding-box;border-radius:8px;margin-top:17px;display:flex;align-items:center;justify-content:center;font:normal normal normal 16px/24px Titillium Web;color:#1264fc;cursor:pointer;border:none;outline:none}.metadata-remover-content .modal-container .modal-content .modal-content-button:hover{background:#d8e5ff 0% 0% no-repeat padding-box}.metadata-remover-content .tool-content{width:100%;max-width:1064px;min-height:431px;padding-bottom:14px;box-sizing:border-box;margin-top:16px;display:flex;flex-direction:column;align-items:center;background:#fcfdff 0% 0% no-repeat padding-box;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);border:1px solid #a5c5ff;border-radius:20px;position:relative;overflow:hidden}.metadata-remover-content .tool-content.dragging-area{border:2px dashed #a5c5ff}.metadata-remover-content .tool-content.dragging-area .drag-area{display:flex}.metadata-remover-content .tool-content .drag-area{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;display:none;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.metadata-remover-content .tool-content .drag-area .drag-area-text{font:normal normal 600 17px/22px Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-content .start-over{margin-top:8px;display:flex;align-items:center;gap:6px;font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a;cursor:pointer;text-decoration:underline}.metadata-remover-content .tool-content .start-over .start-over-icon{width:16px;height:16px}.metadata-remover-content .tool-content .start-over .start-over-icon svg{width:100%;height:100%;object-fit:contain}.metadata-remover-content .tool-content .start-over:hover{color:#1264fc}.metadata-remover-content .tool-content .start-over:hover .start-over-icon svg path{stroke:#1264fc}.metadata-remover-content .tool-content .file-box{width:550px;padding:18px 20px 14px 20px;box-sizing:border-box;background:#ecf1fa 0% 0% no-repeat padding-box;border-radius:8px;margin-top:16px;display:flex;flex-direction:column;align-items:center}.metadata-remover-content .tool-content .file-box.uploadend{padding-bottom:22px}.metadata-remover-content .tool-content .file-box.clear-file{padding-bottom:8px}.metadata-remover-content .tool-content .file-box.clear-file .file-box-bottom-clear{padding:0 9px;width:fit-content;height:24px;display:flex;align-items:center;background:#1fdb9b 0% 0% no-repeat padding-box;border-radius:12px;font:normal normal 600 13px/20px Titillium Web;color:#fff;margin-top:7px}.metadata-remover-content .tool-content .file-box.clear-file .file-box-bottom-clear img{width:20px;height:20px;object-fit:contain}.metadata-remover-content .tool-content .file-box .file-box-top{display:flex;align-items:center;gap:10px;width:100%}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-top-icon{width:20px;height:20px}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-top-icon img{width:100%;height:100%;object-fit:contain}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-top-name{flex:1;min-width:0;font:normal normal normal 14px/21px Titillium Web;letter-spacing:0px;color:#2a2a2a;display:flex;align-items:center}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-top-name .file-box-top-name-text{flex:0 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-top-name>div:last-child{flex-shrink:0}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-size{font:normal normal 600 14px/21px Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-content .file-box .file-box-bottom{width:100%}.metadata-remover-content .tool-content .file-box .file-box-bottom .file-box-bottom-progress{margin-top:6px;width:100%;display:flex;align-items:center;gap:12px}.metadata-remover-content .tool-content .file-box .file-box-bottom .file-box-bottom-progress .file-box-bottom-progress-bar{flex:1;height:4px;background:rgba(18,90,228,.1607843137) 0% 0% no-repeat padding-box;border-radius:8px}.metadata-remover-content .tool-content .file-box .file-box-bottom .file-box-bottom-progress .file-box-bottom-progress-bar .file-box-bottom-progress-bar-fill{height:100%;width:0;background:#125ae4 0% 0% no-repeat padding-box;border-radius:8px}.metadata-remover-content .tool-content .file-box .file-box-bottom .file-box-bottom-progress .file-box-bottom-progress-bar-text{font:normal normal bold 12px/19px Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-content .img-box{margin-top:52px;width:64px;height:64px;position:relative;display:flex;justify-content:center}.metadata-remover-content .tool-content .img-box .icon-bg{position:absolute;top:0;left:0;width:100%;height:100%}.metadata-remover-content .tool-content .img-box .icon-img-tick{width:18px;height:18px;margin-top:31px;z-index:1}.metadata-remover-content .tool-content .img-box .icon-img-search{width:22px;height:22px;margin-top:28px;z-index:1}.metadata-remover-content .tool-content .img-box .icon-img-safe{width:26px;height:26px;margin-top:28px;z-index:1}.metadata-remover-content .tool-content .img-box .icon-img-clear{width:26px;height:26px;margin-top:26px;z-index:1}.metadata-remover-content .tool-content .img-box .icon-img-loading{width:18px;height:18px;margin-top:30px;z-index:1;animation:loading 1s linear infinite}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.metadata-remover-content .tool-content .tool-title{margin-top:16px;font:normal normal 600 16px/24px Titillium Web;color:#2a2a2a;text-align:center}.metadata-remover-content .tool-content .tool-desc{margin-top:4px;font:normal normal normal 13px/20px Titillium Web;color:#707070;text-align:center}.metadata-remover-content .tool-content .or-line{display:flex;align-items:center;gap:10px;width:210px;margin-top:32px}.metadata-remover-content .tool-content .or-line .or-line-line{flex:1;height:1px;background:#d6dce8}.metadata-remover-content .tool-content .or-line .or-line-text{font:normal normal normal 14px/21px Titillium Web;color:#a2a7b1;text-transform:uppercase}.metadata-remover-content .tool-content .file-btn{min-width:284px;height:56px;padding:0 10px;box-sizing:border-box;background:#1264fc 0% 0% no-repeat padding-box;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:12px;font:normal normal 600 20px/22px Titillium Web;color:#fff;cursor:pointer;border:none;outline:none;margin-top:36px}.metadata-remover-content .tool-content .file-btn.start-analysis{margin-top:12px}.metadata-remover-content .tool-content .file-btn.start-analysis img{width:20px;height:20px}.metadata-remover-content .tool-content .file-btn img{width:22px;height:22px;object-fit:contain}.metadata-remover-content .tool-content .file-btn:hover{background:rgba(18,100,252,.8) 0% 0% no-repeat padding-box}.metadata-remover-content .tool-content .not-removed-box{width:1000px;min-height:185px;background:#fff9e5 0% 0% no-repeat padding-box;border:1px solid #f2bc09;border-radius:8px;box-sizing:border-box;margin-top:36px;margin-bottom:26px;padding:16px 0}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-title{display:flex;align-items:center;gap:11px;padding-left:19px}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-title img{width:16px;height:16px;object-fit:contain}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-title span{font:normal normal bold 14px/21px Titillium Web;color:#472f05}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-desc{margin-top:6px;padding-left:46px;font:normal normal normal 14px/21px Titillium Web;color:#d1820a}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-device{margin-top:12px;margin-left:46px;width:908px;height:0px;border:1px dashed #f2bc09;margin-bottom:12px}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-device-list-title{font:normal normal bold 14px/21px Titillium Web;color:#472f05;padding-left:46px;margin-bottom:4px}.metadata-remover-content .tool-content .not-removed-box ul{padding:0;margin:0;padding-left:46px;list-style:none}.metadata-remover-content .tool-content .not-removed-box ul li{display:flex;align-items:center;gap:8px;font:normal normal normal 14px/21px Titillium Web;color:#d1820a}.metadata-remover-content .tool-content .not-removed-box ul li::before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background-color:#d1820a}.metadata-remover-content .tool-content .file-list{margin-top:auto;font:normal normal normal 14px/21px Titillium Web;color:#a2a7b1;display:flex;align-items:center;gap:8px}.metadata-remover-content .tool-content .file-list span{background:#ecf1fa 0% 0% no-repeat padding-box;border-radius:4px;padding:6px 12px;font:normal normal normal 13px/20px Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-result{width:100%;max-width:1064px;min-height:688px;background:#fcfdff 0% 0% no-repeat padding-box;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);border:1px solid #a5c5ff;border-radius:20px;padding:53px 20px 40px;box-sizing:border-box;margin-top:16px;position:relative}.metadata-remover-content .tool-result .tool-close{display:flex;align-items:center;gap:10px;font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a;cursor:pointer;position:absolute;top:12px;left:12px}.metadata-remover-content .tool-result .tool-close img{width:34px;height:34px;object-fit:contain}.metadata-remover-content .tool-result .tool-close .no-hover{display:block}.metadata-remover-content .tool-result .tool-close .hover{display:none}.metadata-remover-content .tool-result .tool-close:hover .no-hover{display:none}.metadata-remover-content .tool-result .tool-close:hover .hover{display:block}.metadata-remover-content .tool-result .tool-result-text{width:100%;display:flex;align-items:center;justify-content:space-between}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-left .tool-result-text-left-title{font:normal normal bold 24px/36px Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-left .tool-result-text-left-desc{font:normal normal normal 14px/21px Titillium Web;color:#707070}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-right .tool-result-text-right-button{min-width:186px;height:48px;padding:0 10px;box-sizing:border-box;background:#1264fc 0% 0% no-repeat padding-box;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:12px;font:normal normal 600 16px/22px Titillium Web;color:#fff;cursor:pointer;border:none;outline:none}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-right .tool-result-text-right-button img{width:16px;height:16px;object-fit:contain}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-right .tool-result-text-right-button:hover{background:rgba(18,100,252,.8) 0% 0% no-repeat padding-box}.metadata-remover-content .tool-result .tool-result-type{width:100%;margin-top:30px;height:37px;display:flex;gap:12px;position:relative}.metadata-remover-content .tool-result .tool-result-type .tool-result-line{position:absolute;left:0;bottom:0;width:100%;height:2px;background:#f0f2f8 0% 0% no-repeat padding-box}.metadata-remover-content .tool-result .tool-result-type .tool-result-item{height:100%;padding:0 24px;display:flex;align-items:self-start;font:normal normal 600 18px/27px Titillium Web;color:#2a2a2a;cursor:pointer;box-sizing:border-box;position:relative;z-index:1}.metadata-remover-content .tool-result .tool-result-type .tool-result-item .tool-result-item-line{position:absolute;left:0;bottom:0;width:100%;height:2px;border-radius:2px;background:rgba(0,0,0,0)}.metadata-remover-content .tool-result .tool-result-type .tool-result-item:hover{color:#707070}.metadata-remover-content .tool-result .tool-result-type .tool-result-item.active{color:#125ae4 !important}.metadata-remover-content .tool-result .tool-result-type .tool-result-item.active .tool-result-item-line{background:#125ae4 0% 0% no-repeat padding-box}.metadata-remover-content .tool-result .tool-result-box{width:100%;margin-top:23px;display:flex;gap:24px;align-items:flex-start}.metadata-remover-content .tool-result .tool-result-box .type-list{width:228px;display:flex;flex-direction:column;gap:8px}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item{width:100%;height:56px;background:#fff 0% 0% no-repeat padding-box;border:1px solid #e7e8ed;border-radius:12px;padding:0 12px 0 16px;box-sizing:border-box;display:flex;align-items:center;cursor:pointer}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item .type-item-icon{width:20px;height:20px}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item .type-item-icon svg{width:100%;height:100%}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item .type-item-name{font:normal normal 600 16px/24px Titillium Web;color:#2a2a2a;margin-left:12px}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item .type-item-number{margin-left:auto;width:36px;height:20px;display:flex;align-items:center;justify-content:center;background:#fff 0% 0% no-repeat padding-box;border:1px solid #e7e8ed;border-radius:10px;font:normal normal 600 14px/21px Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item:hover{background:#eef4fe 0% 0% no-repeat padding-box;border:1px solid #d7e4fc}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item:hover .type-item-number{border-color:#d7e4fc}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item.item-active{background:#eef4fe 0% 0% no-repeat padding-box;border:1px solid #d7e4fc}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item.item-active .type-item-icon svg path{stroke:#125ae4}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item.item-active .type-item-name{color:#125ae4}.metadata-remover-content .tool-result .tool-result-box .type-list .type-item.item-active .type-item-number{border:1px solid #d7e4fc;color:#125ae4}.metadata-remover-content .tool-result .tool-result-box .result-list{flex:1;min-width:0;overflow:hidden}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-header{width:100%;background:#eef4fe 0% 0% no-repeat padding-box;border:1px solid #d7e4fc;border-radius:12px 12px 0px 0px;height:45px;padding:0 24px;box-sizing:border-box;display:flex;align-items:center}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-header .result-list-header-key{font:normal normal bold 14px/21px Titillium Web;color:#2a2a2a;width:234px}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-header .result-list-header-value{font:normal normal bold 14px/21px Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-body{width:100%;min-height:394px;overflow-y:auto;background:#fff 0% 0% no-repeat padding-box;border:1px solid #e7e8ed;border-radius:0px 0px 12px 12px;border-top:none;padding:3px 16px;box-sizing:border-box}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-body .result-list-body-item:last-child{border-bottom:none}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-body .result-list-body-item{width:100%;min-width:0;min-height:40px;padding:10px 0;box-sizing:border-box;border-bottom:1px solid #f0f2f8;display:flex;align-items:center;overflow:hidden}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-body .result-list-body-item .result-list-body-item-key{font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a;width:234px;flex-shrink:0}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-body .result-list-body-item .result-list-body-item-value{font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a;flex:1;min-width:0;word-break:break-all}.tool-result-box-mob{display:none}@media(max-width: 1100px)and (min-width: 768px){.metadata-remover-content .download_content .download_content_left{padding-left:40px}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-header .result-list-header-key{width:160px}.metadata-remover-content .tool-result .tool-result-box .result-list .result-list-body .result-list-body-item .result-list-body-item-key{width:160px}}@media(max-width: 767px){.metadata-remover-content{width:100%;min-height:16rem;background:url("/tpl/tools/img/metadata-remover/bg_mob.webp") no-repeat center center;background-size:cover;padding-top:1.4rem;padding-bottom:.54rem}.metadata-remover-content .h1_title{max-width:6.7rem;font-size:.64rem;line-height:.84rem}.metadata-remover-content .h1_desc{display:none}.metadata-remover-content .tool-content{margin-top:.24rem;width:6.7rem;border-width:.01rem;border-radius:.3rem}.metadata-remover-content .tool-content .drag-area .drag-area-text{font-size:.34rem;line-height:.52rem}.metadata-remover-content .tool-content .img-box{width:1.28rem;height:1.28rem;margin-top:1.2rem}.metadata-remover-content .tool-content .img-box .icon-img-loading{width:.36rem;height:.36rem;margin-top:.68rem}.metadata-remover-content .tool-content .img-box .icon-img-tick{width:.36rem;height:.36rem;margin-top:.68rem}.metadata-remover-content .tool-content .img-box .icon-img-search{width:.36rem;height:.36rem;margin-top:.68rem}.metadata-remover-content .tool-content .img-box .icon-img-safe{width:.46rem;height:.46rem;margin-top:.58rem}.metadata-remover-content .tool-content .img-box .icon-img-clear{width:.46rem;height:.46rem;margin-top:.58rem}.metadata-remover-content .tool-content .tool-title{display:none !important}.metadata-remover-content .tool-content .tool-desc{margin-top:.32rem;font-size:.28rem;line-height:.43rem}.metadata-remover-content .tool-content .or-line{display:none !important}.metadata-remover-content .tool-content .file-btn{margin-top:.72rem;min-width:auto;width:5.18rem;height:1.06rem;font-size:.38rem;line-height:.58rem;border-radius:.2rem;gap:.24rem}.metadata-remover-content .tool-content .file-btn.start-analysis{margin-top:.24rem}.metadata-remover-content .tool-content .file-btn.start-analysis img{width:.4rem;height:.4rem}.metadata-remover-content .tool-content .file-btn img{width:.4rem;height:.4rem}.metadata-remover-content .tool-content .not-removed-box{width:6.06rem;min-height:3.83rem;border-radius:.26rem;border-width:.01rem;padding:.19rem 0}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-title{padding-left:.28rem;gap:.24rem}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-title img{width:.32rem;height:.32rem}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-title span{font-size:.28rem;line-height:.43rem}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-desc{margin-top:.08rem;padding-left:.74rem;width:5.14rem;font-size:.28rem;line-height:.43rem}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-device{margin-top:.24rem;margin-bottom:.24rem;margin-left:.74rem;width:5.14rem;height:0;border:.01rem dashed #f2bc09}.metadata-remover-content .tool-content .not-removed-box .not-removed-box-device-list-title{font-size:.28rem;line-height:.43rem;padding-left:.74rem}.metadata-remover-content .tool-content .not-removed-box ul{padding-left:.74rem}.metadata-remover-content .tool-content .not-removed-box ul li{gap:.16rem;font-size:.28rem;line-height:.43rem}.metadata-remover-content .tool-content .not-removed-box ul li::before{width:.1rem;height:.1rem}.metadata-remover-content .tool-content .file-list{width:5.85rem;flex-wrap:wrap;gap:.16rem;font-size:.28rem;line-height:.43rem}.metadata-remover-content .tool-content .file-list span{padding:.12rem .24rem;border-radius:.08rem;font-size:.25rem;line-height:.38rem}.metadata-remover-content .tool-content .file-box{margin-top:.32rem;width:6.06rem;padding:.36rem .32rem .32rem .4rem}.metadata-remover-content .tool-content .file-box.uploadend{padding-bottom:.36rem}.metadata-remover-content .tool-content .file-box.clear-file{padding-bottom:.18rem}.metadata-remover-content .tool-content .file-box.clear-file .file-box-bottom-clear{margin-top:.22rem;font-size:.22rem;line-height:.34rem;height:.42rem;padding-left:.16rem;padding-right:.19rem;border-radius:.21rem}.metadata-remover-content .tool-content .file-box.clear-file .file-box-bottom-clear img{width:.35rem;height:.35rem}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-top-icon{width:.4rem;height:.4rem}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-top-name{font-size:.28rem;line-height:.43rem}.metadata-remover-content .tool-content .file-box .file-box-top .file-box-size{font-size:.28rem;line-height:.43rem}.metadata-remover-content .tool-content .file-box .file-box-bottom{gap:.32rem}.metadata-remover-content .tool-content .file-box .file-box-bottom .file-box-bottom-progress .file-box-bottom-progress-bar{height:.08rem;border-radius:.08rem}.metadata-remover-content .tool-content .file-box .file-box-bottom .file-box-bottom-progress .file-box-bottom-progress-bar .file-box-bottom-progress-bar-fill{border-radius:.08rem}.metadata-remover-content .tool-content .file-box .file-box-bottom .file-box-bottom-progress .file-box-bottom-progress-bar-text{font-size:.24rem;line-height:.36rem}.metadata-remover-content .download_content{margin-top:.4rem;width:6.68rem;height:5.8rem;background:url("/tpl/tools/img/metadata-remover/banner_bg_mob.webp") no-repeat center center;background-size:cover;flex-direction:column;justify-content:space-between;padding-top:.4rem;padding-bottom:.3rem;align-items:center;border-radius:.3rem}.metadata-remover-content .download_content .download_content_left{padding-left:0;width:5.8rem;gap:.08rem}.metadata-remover-content .download_content .download_content_left .download_title{font-size:.34rem;line-height:.52rem;text-align:center}.metadata-remover-content .download_content .download_content_left .download_desc{font-size:.28rem;line-height:.32rem;text-align:center}.metadata-remover-content .download_content .download_content_right{padding-right:0;width:5.98rem;margin-left:0}.metadata-remover-content .download_content .download_content_right .download_button{min-width:auto;width:100%;height:1rem;font-size:.38rem;line-height:.58rem}.metadata-remover-content .tool-result{margin-top:.24rem;width:6.7rem;min-height:auto;border-width:.01rem;border-radius:.3rem;padding:.2rem .2rem .4rem .2rem}.metadata-remover-content .tool-result .tool-close{top:.32rem;left:.2rem}.metadata-remover-content .tool-result .tool-close span{display:none}.metadata-remover-content .tool-result .tool-close img{width:.72rem;height:.72rem}.metadata-remover-content .tool-result .tool-result-text{flex-direction:column-reverse;gap:.32rem}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-right{margin-left:auto}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-right .tool-result-text-right-button{min-width:auto;width:3.39rem;height:.96rem;font-size:.32rem;line-height:.48rem;border-radius:.2rem;gap:.24rem}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-right .tool-result-text-right-button img{width:.32rem;height:.32rem}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-left{width:100%;padding-left:.2rem;box-sizing:border-box}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-left .tool-result-text-left-title{font-size:.48rem;line-height:.73rem}.metadata-remover-content .tool-result .tool-result-text .tool-result-text-left .tool-result-text-left-desc{font-size:.28rem;line-height:.43rem}.metadata-remover-content .tool-result .tool-result-type{margin-top:.71rem;height:.72rem}.metadata-remover-content .tool-result .tool-result-type .tool-result-line{height:.04rem !important;border-radius:.02rem !important}.metadata-remover-content .tool-result .tool-result-type .tool-result-item{padding:0 .2rem;font-size:.34rem;line-height:.52rem}.metadata-remover-content .tool-result .tool-result-type .tool-result-item .tool-result-item-line{height:.04rem !important;border-radius:.02rem !important}.metadata-remover-content .tool-result .tool-result-type .tool-result-item{cursor:default}.metadata-remover-content .tool-result .tool-result-type .tool-result-item::last-child{flex:1;text-align:center}.metadata-remover-content .tool-result .tool-result-box{display:none}.metadata-remover-content .tool-result .tool-result-box-mob{display:flex;flex-direction:column;width:100%;margin-top:.48rem;gap:.24rem}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item{width:100%;height:auto}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item.item-active .tool-result-box-mob-header{border-color:#d7e4fc;background:#eef4fe 0% 0% no-repeat padding-box;border-radius:.24rem .24rem 0 0;border-bottom:none}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item.item-active .tool-result-box-mob-header .tool-result-box-mob-header-icon svg path{stroke:#125ae4}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item.item-active .tool-result-box-mob-header .tool-result-box-mob-header-name{color:#125ae4}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item.item-active .tool-result-box-mob-header .tool-result-box-mob-header-number{color:#125ae4;border-color:#d7e4fc}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item.item-active .tool-result-box-mob-body{display:block}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-header{width:100%;height:1.12rem;padding-left:.32rem;padding-right:.3rem;box-sizing:border-box;display:flex;align-items:center;background:#fff 0% 0% no-repeat padding-box;border:.02rem solid #e7e8ed;border-radius:.24rem}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-header .tool-result-box-mob-header-icon{width:.4rem;height:.4rem;object-fit:contain}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-header .tool-result-box-mob-header-icon svg{width:100%;height:100%;object-fit:contain}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-header .tool-result-box-mob-header-name{font:normal normal 600 .34rem/.52rem Titillium Web;color:#2a2a2a;margin-left:.24rem}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-header .tool-result-box-mob-header-number{margin-left:auto;width:1rem;height:.56rem;display:flex;align-items:center;justify-content:center;background:#fff 0% 0% no-repeat padding-box;border:.02rem solid #e7e8ed;border-radius:.28rem;font:normal normal 600 .28rem/.43rem Titillium Web;color:#2a2a2a;border-radius:.28rem}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body{width:100%;display:none}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-header{width:100%;height:.93rem;display:flex;padding:0 .34rem;box-sizing:border-box;display:flex;align-items:center;background:#eef4fe 0% 0% no-repeat padding-box;border:.02rem solid #d7e4fc}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-header .tool-result-box-mob-body-header-key{width:2.08rem;font:normal normal bold .28rem/.43rem Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-header .tool-result-box-mob-body-header-value{flex:1;font:normal normal bold .28rem/.43rem Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-list{width:100%;background:#fff 0% 0% no-repeat padding-box;border:.02rem solid #e7e8ed;border-radius:0px 0px .24rem .24rem;padding:.24rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.24rem}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-list .tool-result-box-mob-body-item{width:100%;min-height:.65rem;display:flex;align-items:flex-start;padding:.1rem;box-sizing:border-box;border-bottom:.02rem solid #f0f2f8}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-list .tool-result-box-mob-body-item:last-child{border-bottom:none}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-list .tool-result-box-mob-body-item .tool-result-box-mob-body-item-key{width:2.08rem;min-width:2.08rem;font:normal normal normal .26rem/.39rem Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-list .tool-result-box-mob-body-item .tool-result-box-mob-body-item-value{flex:1;min-width:0;font:normal normal normal .26rem/.39rem Titillium Web;color:#2a2a2a;display:flex;align-items:center;word-break:break-all}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-list .tool-result-box-mob-body-item .tool-result-box-mob-body-item-value .tool-result-box-mob-body-item-value-name{flex:0 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:normal normal normal .26rem/.39rem Titillium Web;color:#2a2a2a}.metadata-remover-content .tool-result .tool-result-box-mob .tool-result-box-mob-item .tool-result-box-mob-body .tool-result-box-mob-body-list .tool-result-box-mob-body-item .tool-result-box-mob-body-item-value .tool-result-box-mob-body-item-value-type{flex-shrink:0;font:normal normal normal .26rem/.39rem Titillium Web;color:#2a2a2a}.metadata-remover-content .modal-container .modal-content{width:6.7rem;min-height:4.78rem;border-radius:.2rem;box-shadow:0px .01rem .08rem rgba(0,0,0,.262745098);padding:.61rem .42rem .42rem .52rem}.metadata-remover-content .modal-container .modal-content .img{width:.9rem;height:.9rem}.metadata-remover-content .modal-container .modal-content .modal-content-title{font-size:.36rem;line-height:.55rem}.metadata-remover-content .modal-container .modal-content .modal-content-desc{font-size:.28rem;line-height:.38rem}.metadata-remover-content .modal-container .modal-content .modal-content-button{width:2.83rem;height:.83rem;border-radius:.08rem;font-size:.25rem;line-height:.38rem}}