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}.ai-podcast-generator p{padding: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 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}}@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}}.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/pt/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}p{padding:0}.ai-podcast-tool{padding:80px 0 370px;position:relative}.ai-podcast-tool .loading_mask{width:100%;height:100vh;display:none;position:fixed;top:0;left:0;background-color:hsla(0,0%,100%,.05);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:99}.ai-podcast-tool .ai-podcast-tool-banner{position:absolute}.ai-podcast-tool .ai-podcast-tool-bannerL{bottom:0;left:0}.ai-podcast-tool .ai-podcast-tool-bannerR{bottom:0;right:0}.ai-podcast-tool .ai-podcast-step{display:none;justify-content:center;align-items:start;gap:0 93px;margin-top:30px}.ai-podcast-tool .ai-podcast-step.active{display:flex !important}.ai-podcast-tool .ai-podcast-step .ai-podcast-top-games{width:280px;background:rgba(31,31,41,.0509803922) 0% 0% no-repeat padding-box;border:1px solid rgba(31,31,41,.1019607843);border-radius:8px;overflow:hidden;padding-bottom:8px}.ai-podcast-tool .ai-podcast-step .ai-podcast-top-games .title{text-align:center;font:normal normal 600 16px/22px Titillium Web;color:#1f1f29;background:rgba(31,31,41,.1) 0% 0% no-repeat padding-box;padding:7px 0;margin-bottom:8px}.ai-podcast-tool .ai-podcast-step .ai-podcast-top-games .top-games{max-height:400px;overflow-y:scroll}.ai-podcast-tool .ai-podcast-step .ai-podcast-top-games .top-games-item{padding:8px 19px;font:normal normal normal 16px/22px Titillium Web;color:#2a2a2a;cursor:pointer}@media(hover: hover)and (pointer: fine){.ai-podcast-tool .ai-podcast-step .ai-podcast-top-games .top-games-item:hover{color:#1264fc}}.ai-podcast-tool .ai-podcast-step .input_icon{display:inline-block;width:22px;height:22px;background:url("/tpl/tools/img/ai-podcast-generator/search_icon.svg");position:absolute;top:16px;left:16px}.ai-podcast-tool .ai-podcast-step .input_icon.serching{background:url("/tpl/tools/img/ai-podcast-generator/loading_small.svg");animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.ai-podcast-tool .ai-podcast-step input{width:440px;box-sizing:border-box;background-size:24px 24px;border:1px solid #2a2a2a;border-radius:8px;padding:18.5px 16px 18.5px 50px}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch{display:flex;gap:0 24px;align-items:stretch;position:relative}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch.ai-podcast-serch_top{width:282px;margin-bottom:8px}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch.ai-podcast-serch_top .serch-result-list{min-width:282px;max-width:564px}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list::-webkit-scrollbar-track{background:unset !important}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list{display:none;position:absolute;min-width:440px;max-width:880px;max-height:272px;left:0;top:60px;overflow-y:auto;background:#fff 0% 0% no-repeat padding-box;border:1px solid rgba(112,112,112,.5019607843);border-radius:12px;padding:4px;clip-path:inset(0 round 12px);box-sizing:border-box}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list.empty .serch-result-list-warpper{display:none !important}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list.empty .empty_text{display:block !important}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list.serching .serch-result-list-warpper,.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list.serching .empty_text{display:none !important}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list .serch-result-list-warpper{width:100%;height:100%}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list .empty_text{padding:10px 46px;font:normal normal normal 16px/20px Titillium Web;color:#2a2a2a;display:none}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list .serch-result-item{transition:.2s;border-radius:8px;padding:10px 46px;font:normal normal normal 16px/20px Titillium Web;color:#2a2a2a;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(hover: hover)and (pointer: fine){.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .serch-result-list .serch-result-item:hover{background:rgba(18,100,252,.1) 0% 0% no-repeat padding-box}}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .run-btn{flex:1;transition:.2s;display:flex;justify-content:center;align-items:center;background:#1264fc 0% 0% no-repeat padding-box;border-radius:8px;font:normal normal 600 20px/22px Titillium Web;color:#fff;cursor:pointer;gap:12px}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .run-btn>span{display:inline-block;width:20px;height:20px;background:url("/tpl/tools/img/ai-podcast-generator/run_icon.svg");transition:.1s}.ai-podcast-tool .ai-podcast-step .ai-podcast-serch .run-btn:hover>span{width:0}.ai-podcast-tool .ai-podcast-begin .ai-podcast-title{width:691px}.ai-podcast-tool .ai-podcast-begin .ai-podcast-title h1{font:normal normal bold 40px/52px Titillium Web;color:#2a2a2a;margin:17px 0 4px}.ai-podcast-tool .ai-podcast-begin .ai-podcast-title .tips{display:inline-block;background:rgba(18,100,252,.1019607843) 0% 0% no-repeat padding-box;border:1px solid #1264fc;border-radius:8px;padding:12px 16px 12px 13px;font:normal normal normal 16px/22px Titillium Web;color:#1264fc}.ai-podcast-tool .ai-podcast-begin .ai-podcast-title .des{font:normal normal normal 16px/22px Titillium Web;margin:16px 0 30px;color:#707070}.ai-podcast-tool .ai-podcast-begin .ai-podcast-title .hr{width:100%;height:1px;background:#2a2a2a 0% 0% no-repeat padding-box;opacity:.2;margin:38px 0}.ai-podcast-tool .ai-podcast-game-info{display:none}.ai-podcast-tool .ai-podcast-game-info.finished .game-info-active,.ai-podcast-tool .ai-podcast-game-info.finished .ai-podcast-serch_top{display:none}.ai-podcast-tool .ai-podcast-game-info.finished .game-info-finished{display:block}.ai-podcast-tool .ai-podcast-game-info .game-info-active{display:block}.ai-podcast-tool .ai-podcast-game-info .game-info-finished{display:none}.ai-podcast-tool .ai-podcast-game-info .game-info-finished p{font:normal normal normal 18px/22px Titillium Web;color:#1f1f29;margin-bottom:12px}.ai-podcast-tool .ai-podcast-game-info .game-info-finished p.final_text{font:normal normal normal 16px/22px Titillium Web}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result{display:flex;gap:25px;margin:8px 0 64px}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result .desert_result{width:176px;height:116px;background:rgba(31,31,41,.05) 0% 0% no-repeat padding-box;border-radius:12px;position:relative;display:flex;justify-content:center;align-items:center}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result .desert_result>div{display:inline-block;padding:2px 8px;background:rgba(42,42,42,.1019607843) 0% 0% no-repeat padding-box;border:1px solid #2a2a2a;border-radius:12px 4px;font:italic normal 600 16px/22px Titillium Web;color:#2a2a2a;position:absolute;left:0;top:0}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result .desert_result>span{display:inline-block;width:40px;height:40px;background:url("/tpl/tools/img/ai-podcast-generator/can_icon.svg");margin-top:12px}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result .desert_result>span.error{background:url("/tpl/tools/img/ai-podcast-generator/cannot_icon.svg")}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result .desert_result>span.null{background:unset;position:relative}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result .desert_result>span.null::before{content:"";position:absolute;top:50%;left:50%;width:30px;height:3px;background:#999;border-radius:2px;transform:translate(-50%, -50%)}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result .desert_result.desert_result_Recommended{background:rgba(18,100,252,.05) 0% 0% no-repeat padding-box}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game-info-finished-result .desert_result.desert_result_Recommended>div{background:rgba(18,100,252,.1019607843) 0% 0% no-repeat padding-box;border:1px solid #1264fc;color:#1264fc}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search{position:relative}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info{display:none;position:absolute;width:440px;max-height:272px;left:0;top:60px;overflow-y:scroll;background:#fff 0% 0% no-repeat padding-box;border:1px solid rgba(112,112,112,.5019607843);border-radius:12px;padding:4px;box-sizing:border-box}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info.empty .game_list_info-warpper{display:none !important}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info.empty .empty_text{display:block !important}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info.serching .game_list_info-warpper,.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info.serching .empty_text{display:none !important}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info .game_list_info-warpper{width:100%;height:100%}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info .empty_text{padding:10px 10px 10px 46px;font:normal normal normal 16px/20px Titillium Web;color:#2a2a2a;display:none}.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info .game_list_info_item{transition:.2s;border-radius:8px;padding:10px 10px 10px 46px;font:normal normal normal 16px/20px Titillium Web;color:#2a2a2a;cursor:pointer}@media(hover: hover)and (pointer: fine){.ai-podcast-tool .ai-podcast-game-info .game-info-finished .game_list_info_search .game_list_info .game_list_info_item:hover{background:rgba(18,100,252,.1) 0% 0% no-repeat padding-box}}.ai-podcast-tool .ai-podcast-game-info .game-info-left{width:691px}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title{display:flex;gap:18px;align-items:stretch;margin-bottom:24px}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-img{width:209px;height:118px;display:flex;justify-content:center;align-items:center}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-img.borderd{border:1px solid #d4d4d4;border-radius:12px}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-img{overflow:hidden}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-img>img{max-width:100%;max-height:100%;object-fit:contain}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-name{padding-top:12px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-name p{font:normal normal bold 29px/32px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-name p span{font:inherit;color:inherit}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-name .check_pricing{padding:8px 16px;background:#2ebc9b 0% 0% no-repeat padding-box;border-radius:8px;font:normal normal 600 16px/24px Titillium Web;color:#fff;cursor:pointer}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title .game-info-name .check_pricing:hover{background:#12af8a 0% 0% no-repeat padding-box}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title-text{font:normal normal 600 16px/22px Titillium Web;color:#2a2a2a;margin-bottom:4px}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title-text span{font:inherit;color:inherit}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-title{font:normal normal normal 16px/22px Titillium Web;color:#707070}.ai-podcast-tool .ai-podcast-game-info .game-info-left .hr{width:100%;height:1px;background:#2a2a2a 0% 0% no-repeat padding-box;opacity:.2;margin:25px 0}.ai-podcast-tool .ai-podcast-game-info .game-info-left .can_i_run_it{padding:13px 32px;margin:24px 0;display:flex;justify-content:center;width:230px;width:270px;margin-left:auto;background:#1264fc 0% 0% no-repeat padding-box;border-radius:8px;box-sizing:border-box;font:normal normal 600 20px/22px Titillium Web;color:#fff;cursor:pointer;gap:12px}.ai-podcast-tool .ai-podcast-game-info .game-info-left .can_i_run_it>span{display:inline-block;width:20px;height:20px;background:url("/tpl/tools/img/ai-podcast-generator/run_icon.svg");transition:.1s}.ai-podcast-tool .ai-podcast-game-info .game-info-left .can_i_run_it:hover>span{width:0}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type{width:100%;padding:18px 16px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;background:rgba(42,42,42,.0509803922) 0% 0% no-repeat padding-box;border:1px solid rgba(42,42,42,.2);border-radius:8px;margin-bottom:24px}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type.game-info-recommended{background:rgba(18,100,252,.0509803922) 0% 0% no-repeat padding-box;border:1px solid rgba(18,100,252,.2)}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type.game-info-recommended .game-info-type-title{color:#1264fc}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type.game-info-recommended .game-info-type-title .type{background:rgba(18,100,252,.1019607843) 0% 0% no-repeat padding-box;border:1px solid #1264fc;color:#1264fc}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type .game-info-type-title{font:normal normal 600 16px/22px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type .game-info-type-title .type{display:inline-block;padding:2px 8px;background:rgba(42,42,42,.1019607843) 0% 0% no-repeat padding-box;border:1px solid #2a2a2a;border-radius:12px 4px;font:italic normal 600 16px/22px Titillium Web;color:#2a2a2a;margin-left:12px}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type .game-info-type-title .gameInfo_name{font:inherit;color:inherit}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type .game-info-type-tips{font:normal normal bold 16px/24px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type .game-info-type-tips::before{content:"";display:inline-block;width:10px;height:12px;background:url("/tpl/tools/img/ai-podcast-generator/tips_icon.svg");margin-right:11px}.ai-podcast-tool .ai-podcast-game-info .game-info-left .game-info-type .game-info-type-tips span{font:normal normal normal 16px/24px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-step-progress{display:none;width:675px;margin:0 auto;flex-direction:column;align-items:center}.ai-podcast-tool .ai-podcast-step-progress .progress-step{display:flex;width:100%;justify-content:space-between;align-items:center;position:relative}.ai-podcast-tool .ai-podcast-step-progress .progress-step::before{content:"";display:inline-block;width:220px;border:1px dashed #f0f0f0;position:absolute;top:15px;left:110px}.ai-podcast-tool .ai-podcast-step-progress .progress-step::after{content:"";display:inline-block;width:200px;border:1px dashed #f0f0f0;position:absolute;top:15px;right:60px;width:185px;right:80px}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;margin-bottom:80px}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item>div{width:32px;height:32px;background:rgba(42,42,42,.2) 0% 0% no-repeat padding-box;border-radius:8px;display:flex;justify-content:center;align-items:center}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item>div>span{font:normal normal bold 20px/32px Titillium Web;color:#fff}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item>p{font:normal normal normal 20px/52px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item.active{display:flex !important}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item.active>div{background:#1264fc 0% 0% no-repeat padding-box}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item.active>p{font:normal normal 600 20px/52px Titillium Web;color:#1264fc}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item.finished>div{background:rgba(18,100,252,.23) 0% 0% no-repeat padding-box;background-image:url("/tpl/tools/img/ai-podcast-generator/yes_icon.svg");background-position:center}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item.finished>div>span{display:none}.ai-podcast-tool .ai-podcast-step-progress .progress-step .progress-step-item.finished>p{font:normal normal 600 20px/52px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_content{display:none !important}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_content.active{display:flex !important}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content{display:flex;flex-direction:column;align-items:center;gap:4px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content .title{font:normal normal bold 32px/52px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content .tips{font:normal normal normal 18px/52px Titillium Web;color:#2a2a2a;margin-bottom:24px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content.finished .step_1_content_progress{display:none}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content.finished .step_1_conten_finished{display:flex}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content_progress{--percent: 0;width:78px;height:78px;border-radius:50%;display:flex;align-items:center;justify-content:center;font:normal normal 600 16px/1 Titillium Web;color:#1264fc;background:conic-gradient(rgb(18, 100, 252) calc(var(--percent) * 1%), rgba(18, 100, 252, 0.15) 0);transition:background .3s ease;position:relative}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content_progress>span{font:italic normal bold 20px/52px Titillium Web;color:#1264fc;z-index:9}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content_progress::before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:#fff;border-radius:50%}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_content_progress::after{content:attr(data-text);position:relative;z-index:1}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_conten_finished{width:78px;height:78px;border-radius:50%;display:flex;align-items:center;justify-content:center;font:normal normal 600 16px/1 Titillium Web;color:#1264fc;background:#2ebc9b;position:relative;display:none}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_conten_finished::before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:#fff;border-radius:50%}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_1_conten_finished::after{content:"";display:inline-block;width:36px;height:36px;background:url("/tpl/tools/img/ai-podcast-generator/right_icon.svg");z-index:9}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content{text-align:center;display:flex;flex-direction:column;align-items:center}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .title{font:normal normal bold 20px/52px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .getexefirst{margin:20px 0 30px;display:inline-flex;padding:16px 32px;background:#fff 0% 0% no-repeat padding-box;border:1px solid #2a2a2a;border-radius:8px;font:normal normal normal 16px/16px Titillium Web;color:#2a2a2a;transition:.2s;cursor:pointer;background:#1264fc 0% 0% no-repeat padding-box;border:1px solid #1264fc;color:#fff}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .getexefirst:hover{background:#2562d2 0% 0% no-repeat padding-box}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .application{display:flex;gap:12px;align-items:flex-start;width:554px;margin:0 auto 24px;padding:20px;background:#fff7e2 0% 0% no-repeat padding-box;border:1px solid #b57514;border-radius:9px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .application>div>.name{font:normal normal 600 18px/18px Titillium Web;color:#b57514}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .application p{text-align:left;font:normal normal normal 14px/28px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .detection{font:normal normal 600 18px/24px Titillium Web;color:#2a2a2a;margin-bottom:14px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .tips{font:normal normal normal 18px/24px Titillium Web;color:#2a2a2a;margin-bottom:8px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .tips::before{content:"";display:inline-block;width:8px;height:8px;border-radius:4px;background:#2a2a2a 0% 0% no-repeat padding-box;margin-right:16px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .error_title{font:normal normal bold 32px/52px Titillium Web;color:#2a2a2a;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .error_title::before{content:"";display:inline-block;width:32px;height:32px;background:url("/tpl/tools/img/ai-podcast-generator/error_btn.svg")}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .error_text{font:normal normal normal 18px/28px Titillium Web;color:#2a2a2a;margin-bottom:43px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .error_handle{display:flex;justify-content:center;gap:24px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .error_handle>span{display:inline-block;padding:16px 32px;background:#fff 0% 0% no-repeat padding-box;border:1px solid #2a2a2a;border-radius:8px;font:normal normal normal 16px/16px Titillium Web;color:#2a2a2a;transition:.2s;cursor:pointer}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .error_handle>span:hover{background:#1f1f29 0% 0% no-repeat padding-box;border:1px solid #2a2a2a;color:#fff}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .error_handle>span.download_and_run{background:#1264fc 0% 0% no-repeat padding-box;border:1px solid #1264fc;color:#fff}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content .error_handle>span.download_and_run:hover{background:#2562d2 0% 0% no-repeat padding-box}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content.step_2_content_collecting{display:flex;flex-direction:column;justify-content:center;align-items:center}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_2_content.step_2_content_collecting p{font:normal normal bold 32px/52px Titillium Web;color:#2a2a2a;margin-bottom:22px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_3_content{text-align:center;display:flex;flex-direction:column;align-items:center}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_3_content .title{font:normal normal bold 32px/52px Titillium Web;color:#2a2a2a;margin-bottom:4px}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_3_content .des{font:normal normal normal 18px/24px Titillium Web;color:#2a2a2a}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_3_content .step_3_return{margin-top:38px;text-decoration:underline;font:normal normal normal 18px/24px Titillium Web;color:#2a2a2a;cursor:pointer}.ai-podcast-tool .ai-podcast-step-progress .progress-content .step_3_content .step_3_return:hover{color:#1264fc}.ai-podcast-tool .tool_deep{display:flex;width:1460px;height:180px;margin:68px auto 0;justify-content:center;gap:175px;align-items:center;background:url("/tpl/tools/pt/img/ai-podcast-generator/tool_banner.svg") no-repeat center}.ai-podcast-tool .tool_deep .tool_deep_item{display:flex;flex-direction:column;justify-content:center;align-items:center}.ai-podcast-tool .tool_deep .tool_deep_item p{font:normal normal bold 22px/34px Titillium Web;color:#455f84;margin-top:8px}.ai-podcast-tool .tool_deep .tool_deep_item span{font:normal normal normal 14px/26px Roboto;color:#576d8b}@media screen and (max-width: 768px){.ai-podcast-tool{display:none}}@media screen and (min-width: 769px)and (max-width: 1080px){.ai-podcast-tool{display:none}}.seo_run_btn{padding:13px 32px;margin:24px 0;display:flex;justify-content:center;width:230px;width:270px;background:#1264fc 0% 0% no-repeat padding-box;border-radius:8px;box-sizing:border-box;font:normal normal 600 20px/24px Titillium Web;color:#fff;cursor:pointer;gap:12px}.seo_run_btn>span{display:inline-block;width:20px;height:20px;background:url("/tpl/tools/img/ai-podcast-generator/run_icon.svg");transition:.1s}.seo_run_btn:hover>span{width:0}.pc_show{display:block}.mob_show{display:none}.seo_box{background:rgba(0,0,0,0) linear-gradient(180deg, #F0F3F4 0%, rgba(242, 244, 245, 0) 100%) 0% 0% no-repeat padding-box}.seo_box .run_head,.seo_box .tool_deep_mob{display:none}.seo_box .run_Game{width:100%;height:460px;padding:72px 0 78px;box-sizing:border-box;background:url("/tpl/tools/pt/img/ai-podcast-generator/section1_banner.png") no-repeat center;background-size:cover}.seo_box .run_Game .run_Game_wrapper{width:488px;margin-left:auto;margin-right:360px}.seo_box .run_Game .run_Game_wrapper h2{font:normal normal bold 32px/26px Titillium Web;color:#fff}.seo_box .run_Game .run_Game_wrapper .des{font:normal normal normal 16px/26px Roboto;color:#fff;margin:12px 0 24px;padding:0 !important}.seo_box .run_Game .run_Game_wrapper .tips{display:flex;flex-direction:column;gap:4px;padding:0 !important}.seo_box .run_Game .run_Game_wrapper .tips .tip{font:normal normal normal 16px/28px Roboto;color:#ccc;display:flex;align-items:center;gap:7px}.seo_box .run_Game .run_Game_wrapper .tips .tip::before{content:"";display:inline-block;width:8px;height:8px;border-radius:4px;background:#1264fc 0% 0% no-repeat padding-box}.seo_box .run_Game .run_Game_wrapper .download_btn{display:inline-flex;margin-top:30px;padding:17px 24px;background:#1264fc 0% 0% no-repeat padding-box;border-radius:8px;font:normal normal 500 16px/18px Roboto;color:#fff;cursor:pointer}@media(hover: hover)and (pointer: fine){.seo_box .run_Game .run_Game_wrapper .download_btn:hover{background:#5892ff 0% 0% no-repeat padding-box}}.seo_box .run_Game .run_Game_wrapper .download_btn.mob_dowmload{display:none}.seo_box .run_what{margin:60px auto;width:1684px;background:rgba(0,0,0,0) linear-gradient(180deg, #FDFDFD 0%, #F0F3F4 100%) 0% 0% no-repeat padding-box;border:2px solid #fff;border-radius:24px;position:relative}.seo_box .run_what::before{content:"";display:inline-block;width:182px;height:329px;background:url("/tpl/tools/pt/img/ai-podcast-generator/banner_icon.svg") no-repeat center;background-size:cover;position:absolute;left:0;bottom:0}.seo_box .run_what .run_what_wrapper{padding-left:242px;padding-top:45px;display:flex;justify-content:center;gap:50px;align-items:center}.seo_box .run_what .run_what_wrapper .left h2{font:normal normal bold 32px/48px Titillium Web;color:#000}.seo_box .run_what .run_what_wrapper .left p{font:normal normal normal 16px/26px Roboto;color:#545454;margin:26px 0 40px}.seo_box .run_what .run_what_wrapper .left p .srong_text{font:normal normal bold 16px/26px Roboto;color:#1264fc}.seo_box .run_popular{margin-top:130px}.seo_box .run_popular .run_popular_bg{background:rgba(0,0,0,0) linear-gradient(180deg, #F0F3F4 0%, #ffffff 100%) 0% 0% no-repeat padding-box}.seo_box .run_popular h2{text-align:center;font:normal normal bold 40px/61px Titillium Web;color:#000}.seo_box .run_popular .des{text-align:center;font:normal normal normal 16px/26px Roboto;color:#1e1c2c;margin:8px auto 55px}.seo_box .run_popular .popular_row{width:100%;overflow:hidden;position:relative}.seo_box .run_popular .popular_track{display:flex;width:max-content}.seo_box .run_popular .game_item_wrapper{flex:0 0 auto;margin-right:8px}@keyframes scrollLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}.seo_box .run_popular .popular_row_top .popular_track{animation:scrollLeft 30s linear infinite}.seo_box .run_popular .popular_row_bottom .popular_track{margin-top:-20px;animation:scrollRight 30s linear infinite}.seo_box .run_popular .popular_row:hover .popular_track{animation-play-state:paused}.seo_box .run_popular .game_item{width:411px;height:481px;display:flex;justify-content:center;align-items:center;position:relative}.seo_box .run_popular .game_item .title{font:normal normal bold 26px/26px Roboto;color:#fff;position:absolute;bottom:142px}.seo_box .run_popular .game_item .game_item_btn{display:inline-flex;padding:13px 39px;background:#1264fc;border-radius:28px;font:normal normal 500 16px/18px Roboto;color:#fff;transition:.2s;bottom:86px;position:absolute;cursor:pointer}@media(hover: hover)and (pointer: fine){.seo_box .run_popular .game_item .game_item_btn:hover{background:#5892ff}}.seo_box .run_how{background-color:#fff;padding-top:92px;padding-bottom:52px}.seo_box .run_how h2{text-align:center;font:normal normal bold 40px/61px Titillium Web;color:#000}.seo_box .run_how .des{text-align:center;font:normal normal normal 16px/18px Roboto;color:#1e1c2c;margin:8px 0 30px}.seo_box .run_how .run_how_warpper{width:100%;padding-bottom:141px;background:url("/tpl/tools/pt/img/ai-podcast-generator/how_banner.png") no-repeat center;background-size:cover}.seo_box .run_how .run_how_warpper .seo_run_btn{margin:0 auto 93px}.seo_box .run_how .run_how_warpper .run_how_step{display:flex;padding-left:360px;padding-top:50px}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item{cursor:pointer;padding:0 20px;border-left:1px solid #1e1c2c;display:flex;flex-shrink:0;gap:0 43px;align-items:stretch}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item .left{display:flex;flex-direction:column}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item .left .title{font:normal normal bold 36px/40px Roboto;color:#000}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item .left .name{font:normal normal bold 22px/26px Roboto;color:#000;margin-top:6px}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item .left .des{margin-top:auto;text-align:left;width:0;font:normal normal normal 16px/26px Roboto;color:#000;display:none}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item img{width:0;height:428px;object-fit:contain;transition:.2s}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active{display:flex !important}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active .left .title{color:#1264fc}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active .left .name{color:#1264fc}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active .left .des{display:block;width:284px}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active img{width:auto}.seo_box .run_unlock{background:#f4f9ff 0% 0% no-repeat padding-box;padding:90px 118px 100px}.seo_box .run_unlock h2{text-align:center;font:normal normal bold 40px/61px Titillium Web;color:#000}.seo_box .run_unlock .des{text-align:center;width:730px;font:normal normal normal 16px/26px Roboto;color:#1e1c2c;margin:8px auto 64px}.seo_box .run_unlock .run_unlock_wrapper{display:flex;flex-direction:column;gap:24px}.seo_box .run_unlock .run_unlock_wrapper .panpel{width:100%;background:#fff 0% 0% no-repeat padding-box;border-radius:20px;display:flex;justify-content:center;align-items:center;gap:80px;padding:60px 0}.seo_box .run_unlock .run_unlock_wrapper .panpel .panpel_content{width:619px}.seo_box .run_unlock .run_unlock_wrapper .panpel .panpel_content .title{font:normal normal bold 28px/43px Titillium Web;color:#000}.seo_box .run_unlock .run_unlock_wrapper .panpel .panpel_content .tips{font:normal normal normal 16px/26px Roboto;color:#000;margin:28px 0 36px}.seo_box .run_unlock .run_unlock_wrapper .panpel.panpel_left .panpel_content{order:1}.seo_box .run_unlock .run_unlock_wrapper .panpel.panpel_left img{order:2}.seo_box .run_why{padding:90px 0px 178px 100px;background:url("/tpl/tools/pt/img/ai-podcast-generator/checker_banner.png") no-repeat center #fff}.seo_box .run_why h2{text-align:center;font:normal normal bold 40px/61px Titillium Web;color:#000}.seo_box .run_why .des{text-align:center;font:normal normal normal 16px/26px Roboto;color:#1e1c2c;margin:8px auto 80px}.seo_box .run_why .why_swiper{width:100%;overflow:hidden}.seo_box .run_why .why_swiper .swiper-wrapper{margin-bottom:20px}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide{width:640px;height:460px}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item{width:100%;height:100%;display:flex;justify-content:center;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 3px 20px rgba(84,138,215,.3019607843);border-radius:16px;gap:30px;padding-right:35px;box-sizing:border-box;position:relative}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item .right{padding-top:38px}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item .title{font:normal normal bold 22px/28px Titillium Web;color:#000}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item .text{font:normal normal normal 16px/26px Roboto;color:#1e1c2c;margin:18px 0 58px}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item .seo_run_btn{position:absolute;bottom:20px}.seo_box .run_system{height:600px;display:flex}.seo_box .run_system .system_main{width:675px;padding:130px 62px 0 120px;box-sizing:border-box;flex-shrink:0;background:url("/tpl/tools/pt/img/ai-podcast-generator/system_banner.png");background-size:cover;box-shadow:0px 15px 26px #dbe6f2}.seo_box .run_system .system_main h2{font:normal normal bold 40px/48px Titillium Web;color:#000}.seo_box .run_system .system_main>p{font:normal normal normal 16px/26px Roboto;color:#1e1c2c;margin:8px 0 68px}.seo_box .run_system .system_item{width:697px;height:600px;position:relative;transition:.2s;display:flex !important;flex-direction:column;padding:44px 90px 57px 39px;box-sizing:border-box}.seo_box .run_system .system_item.cpu{background:#5bb8ff 0% 0% no-repeat padding-box}.seo_box .run_system .system_item.gpu{background:#afc6ff 0% 0% no-repeat padding-box}.seo_box .run_system .system_item.ram{background:#3c64ff 0% 0% no-repeat padding-box}.seo_box .run_system .system_item.os{background:#0f2998 0% 0% no-repeat padding-box}.seo_box .run_system .system_item .title{font:normal normal 600 28px/48px Titillium Web;color:#fff}.seo_box .run_system .system_item .text{margin-top:auto;font:normal normal normal 18px/26px Roboto;color:#fff;display:none}.seo_box .run_system .system_item .tips{display:none;margin-top:28px;gap:8px}.seo_box .run_system .system_item .tips>p{font:normal normal normal 14px/22px Roboto;color:#ccc}.seo_box .run_system .system_item .tips .light{display:inline-block;width:24px;height:23px;background:url("/tpl/tools/pt/img/ai-podcast-generator/light.svg");flex-shrink:0}.seo_box .run_system .system_item img{position:absolute;left:0;top:0;z-index:-1;width:0;height:100%;transition:.2s}.seo_box .run_system .system_item.active{flex-shrink:0}.seo_box .run_system .system_item.active.cpu{background:url("/tpl/tools/pt/img/ai-podcast-generator/cpu.png")}.seo_box .run_system .system_item.active.gpu{background:url("/tpl/tools/pt/img/ai-podcast-generator/gpu.png")}.seo_box .run_system .system_item.active.ram{background:url("/tpl/tools/pt/img/ai-podcast-generator/ram.png")}.seo_box .run_system .system_item.active.os{background:url("/tpl/tools/pt/img/ai-podcast-generator/os.png")}.seo_box .run_system .system_item.active img{width:697px}.seo_box .run_system .system_item.active .text{display:block}.seo_box .run_system .system_item.active .tips{display:flex}.seo_box .run_pro{padding:110px 200px 92px;background:url("/tpl/tools/pt/img/ai-podcast-generator/pro_banner.png")}.seo_box .run_pro h2{text-align:center;font:normal normal bold 40px/61px Titillium Web;color:#000}.seo_box .run_pro .des{text-align:center;font:normal normal normal 16px/18px Roboto;color:#1e1c2c;margin:8px 0 30px}.seo_box .run_pro .seo_run_btn{margin:0 auto 48px}.seo_box .run_pro .pro_content{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap}.seo_box .run_pro .pro_content>:nth-child(1){border-radius:20px 0px 0px 0px;border-right:none !important;border-bottom:none !important}.seo_box .run_pro .pro_content>:nth-child(2){border-radius:0px 20px 0px 0px;border-bottom:none !important}.seo_box .run_pro .pro_content>:nth-child(3){border-radius:0px 0px 0px 20px;border-right:none !important}.seo_box .run_pro .pro_content>:nth-child(4){border-radius:0px 0px 20px 0px}.seo_box .run_pro .pro_content .pro_item{width:540px;background:rgba(0,0,0,0) linear-gradient(180deg, #F3F7FF 0%, #F1F4FF 24%, #E6EBFF 55%, #FFFFFF 100%) 0% 0% no-repeat padding-box;border:1px solid #afc6ff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:60px 40px 77px}@media(hover: hover)and (pointer: fine){.seo_box .run_pro .pro_content .pro_item:hover{box-shadow:0px 3px 25px rgba(84,138,215,.3019607843);border:1px solid #1264fc !important}}.seo_box .run_pro .pro_content .pro_item .pro_item_icon{width:110px;height:110px;background:#e5e9ff 0% 0% no-repeat padding-box;border-radius:55px;display:flex;justify-content:center;align-items:center}.seo_box .run_pro .pro_content .pro_item .title{font:normal normal bold 22px/28px Titillium Web;color:#000;margin:30px 0 16px}.seo_box .run_pro .pro_content .pro_item .text{font:normal normal normal 16px/26px Roboto;color:#1e1c2c}.seo_box .run_driver{width:100%;height:386px;background:url("/tpl/tools/pt/img/ai-podcast-generator/DB_banner.png") no-repeat center;background-size:cover;padding-left:350px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.seo_box .run_driver h2{font:normal normal bold 32px/26px Titillium Web;color:#fff;display:flex;gap:12px;align-items:center}.seo_box .run_driver .des{width:559px;font:normal normal normal 18px/28px Roboto;color:#fff;margin:3px 0 10px;padding:0 !important}.seo_box .run_driver .tips{font:normal normal normal 16px/28px Roboto;color:#ccc;display:flex;align-items:center;gap:7px;padding:0 !important}.seo_box .run_driver .tips::before{content:"";display:inline-block;width:8px;height:8px;border-radius:4px;background:#911a1c 0% 0% no-repeat padding-box}.seo_box .run_driver .download_btn{align-self:flex-start;display:inline-flex;margin-top:20px;padding:17px 24px;background:#1264fc 0% 0% no-repeat padding-box;border-radius:8px;font:normal normal 500 16px/18px Roboto;color:#fff;cursor:pointer}@media(hover: hover)and (pointer: fine){.seo_box .run_driver .download_btn:hover{background:#5892ff 0% 0% no-repeat padding-box}.seo_box .run_driver .download_btn.mob_dowmload{display:none}}.seo_box .run_faq{padding:87px 0 77px;background:url("/tpl/tools/pt/img/ai-podcast-generator/faq_banner.png")}.seo_box .run_faq h2{text-align:center;font:normal normal bold 40px/61px Titillium Web;color:#000;margin-bottom:56px}.seo_box .run_faq .faq_content{width:1200px;margin:0 auto;background:#fff 0% 0% no-repeat padding-box;border-radius:20px;padding:48px 60px 60px}.seo_box .run_faq .faq_content .faq_item{padding-bottom:14px;border-bottom:1px solid #c7cbd8;margin-bottom:29px;cursor:pointer}.seo_box .run_faq .faq_content .faq_item .question{display:flex;justify-content:space-between;align-items:center}.seo_box .run_faq .faq_content .faq_item .question p{font:normal normal 600 22px/34px Titillium Web;color:#000;transition:color .3s;padding:0 !important}.seo_box .run_faq .faq_content .faq_item .question span{width:32px;height:32px;background:url("/tpl/tools/pt/img/ai-podcast-generator/open_icon.svg") no-repeat;transition:transform .3s ease}.seo_box .run_faq .faq_content .faq_item .answer{font:normal normal normal 16px/26px Roboto;color:#545454;margin-top:14px;max-height:0;opacity:0;overflow:hidden;transform:translateY(-10px);transition:all .35s ease}.seo_box .run_faq .faq_content .faq_item.active .question p{color:#1264fc}.seo_box .run_faq .faq_content .faq_item.active .question span{transform:rotate(180deg);background:url("/tpl/tools/pt/img/ai-podcast-generator/close_icon.svg") no-repeat}.seo_box .run_faq .faq_content .faq_item.active .answer{max-height:300px;opacity:1;transform:translateY(0)}.seo_box .run_footer{height:440px;background:url("/tpl/tools/pt/img/ai-podcast-generator/deep_banner.png");display:flex;flex-direction:column;justify-content:center;align-items:center}.seo_box .run_footer h2{text-align:center;font:normal normal bold 36px/48px Titillium Web;width:730px;color:#000;margin-bottom:40px}@media screen and (max-width: 768px){.seo_run_btn{padding:.26rem 0;margin:0 auto;display:flex;justify-content:center;align-items:center;width:90%;font:normal normal 600 .3rem/.37rem Titillium Web;color:#fff;gap:.16rem}.seo_run_btn>span{display:inline-block;width:.4rem;height:.4rem;background:url("/tpl/tools/img/ai-podcast-generator/run_icon.svg") no-repeat}.pc_show{display:none}.mob_show{display:block}.seo_box .run_head{display:flex;flex-direction:column;width:100%;padding:.68rem .57rem;padding-top:calc(60px + .68rem);background:url("/tpl/tools/pt/img/ai-podcast-generator/top_banner.png");background-size:cover;box-sizing:border-box}.seo_box .run_head h2{text-align:center;font:normal normal bold .58rem/.68rem Titillium Web;color:#000}.seo_box .run_head .des{text-align:center;font:normal normal normal .3rem/.4rem Roboto;margin:.14rem 0 .8rem;color:#1e1c2c}.seo_box .run_head .test{width:4.86rem;margin:0 auto;padding:.25rem 0;text-align:center;box-sizing:border-box;background:#fff 0% 0% no-repeat padding-box;border:2px dashed #a5bfff;border-radius:10px;color:#1264fc;font:normal normal 500 .3rem/.37rem Roboto}.seo_box .run_head .gohome{width:4.86rem;margin:.2rem auto;padding:.27rem 0;text-align:center;box-sizing:border-box;background:#1264fc 0% 0% no-repeat padding-box;border-radius:10px;color:#fff;font:normal normal 500 .3rem/.37rem Roboto}.seo_box .tool_deep_mob{display:block;background:#fff 0% 0% no-repeat padding-box;padding:.54rem .4rem}.seo_box .tool_deep_mob .warpper{display:flex;justify-content:center;align-items:stretch;gap:.6rem;width:100%;padding:.47rem 0;background:url("/tpl/tools/pt/img/ai-podcast-generator/tools.svg") no-repeat center;border:2px solid #ebf3f5;border-radius:.2rem}.seo_box .tool_deep_mob .warpper .tool_deep_item{width:.9rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.seo_box .tool_deep_mob .warpper .tool_deep_item img{width:.9rem;height:.9rem}.seo_box .tool_deep_mob .warpper .tool_deep_item>p{font:normal normal bold .32rem/.48rem Titillium Web;color:#455f84}.seo_box .tool_deep_mob .warpper .tool_deep_item>span{text-align:center;font:normal normal normal .24rem/.26rem Roboto;color:#576d8b}.seo_box .run_Game{width:100%;height:12rem;padding:1rem .9rem;box-sizing:border-box;background:url("/tpl/tools/pt/img/ai-podcast-generator/section1_banner_mob.png");background-size:cover}.seo_box .run_Game .run_Game_wrapper{width:100%;margin-left:unset;margin-right:unset}.seo_box .run_Game .run_Game_wrapper h2{font:normal normal bold .5rem/.56rem Titillium Web;text-align:center}.seo_box .run_Game .run_Game_wrapper .des{font:normal normal normal .26rem/.36rem Roboto;text-align:center;margin:.2rem 0 .2rem}.seo_box .run_Game .run_Game_wrapper .tips{gap:.08rem;margin-left:1rem}.seo_box .run_Game .run_Game_wrapper .tips .tip{font:normal normal normal .26rem/.36rem Roboto;gap:.12rem}.seo_box .run_Game .run_Game_wrapper .tips .tip::before{content:"";display:inline-block;width:.16rem;height:.16rem;border-radius:.08rem}.seo_box .run_Game .run_Game_wrapper .download_btn{width:100%;display:block;text-align:center;margin-top:.6rem;padding:.26rem;border-radius:8px;font:normal normal 500 .3rem/.37rem Roboto}.seo_box .run_Game .run_Game_wrapper .download_btn.pc_dowmload{display:none}.seo_box .run_Game .run_Game_wrapper .download_btn.mob_dowmload{display:block;width:60%;text-align:center;margin:.4rem auto}.seo_box .run_what{margin:.8rem auto 0;width:calc(100% - .8rem);background:url("/tpl/tools/pt/img/ai-podcast-generator/how_banner_mob.png");background-size:cover;padding-bottom:.55rem;border-radius:.4rem;border:unset}.seo_box .run_what::before{content:"";display:none}.seo_box .run_what .run_what_wrapper{padding-left:unset;padding-top:unset;padding:.7rem .5rem;flex-direction:column;gap:.5rem;align-items:center}.seo_box .run_what .run_what_wrapper .left h2{text-align:center;font:normal normal bold .5rem/.56rem Titillium Web}.seo_box .run_what .run_what_wrapper .left p{text-align:center;font:normal normal normal .28rem/.4rem Roboto;margin:.5rem 0 0}.seo_box .run_what .run_what_wrapper .left p .srong_text{font:normal normal bold .28rem/.4rem Roboto;color:#1264fc}.seo_box .run_what .run_what_wrapper img{width:100%;height:auto}.seo_box .run_what .run_what_wrapper .seo_run_btn{margin-top:.5rem}.seo_box .run_popular{margin-top:.8rem}.seo_box .run_popular .popular_row_wrapper{background:rgba(0,0,0,0) linear-gradient(180deg, rgba(242, 244, 245, 0) 0%, #ffffff 100%) 0% 0% no-repeat padding-box}.seo_box .run_popular h2{padding:0 .48rem;font:normal normal bold .5rem/.56rem Titillium Web}.seo_box .run_popular .des{text-align:center;padding:0 .48rem;font:normal normal normal .28rem/.4rem Roboto;margin:.14rem 0 .48rem}.seo_box .run_popular .popular_row{width:100%;overflow:hidden;position:relative}.seo_box .run_popular .popular_track{display:flex;width:max-content}.seo_box .run_popular .popular_row_bottom .popular_track{margin-top:unset}.seo_box .run_popular .game_item_wrapper{flex:0 0 4.2rem;margin-right:.16rem}.seo_box .run_popular .game_item{width:100%;height:auto;position:relative}.seo_box .run_popular .game_item img{width:100%;height:auto;border-radius:.16rem}.seo_box .run_popular .game_item .title{font:normal normal bold .26rem/.26rem Roboto;color:#fff;position:absolute;bottom:1.2rem}.seo_box .run_popular .game_item .game_item_btn{padding:.12rem .24rem;border-radius:.28rem;font:normal normal 500 .24rem/.26rem Roboto;bottom:.6rem;position:absolute}.seo_box .run_how{margin-top:unset;padding-top:.8rem;background:#fff;padding-bottom:unset}.seo_box .run_how h2{font:normal normal bold .5rem/.56rem Titillium Web}.seo_box .run_how .des{padding:0 .9rem;font:normal normal normal .28rem/.4rem Roboto;margin:.14rem 0 .36rem}.seo_box .run_how .seo_run_btn{width:60%;margin:0 auto 1rem !important}.seo_box .run_how .run_how_warpper{width:100%;padding-bottom:unset;background:unset}.seo_box .run_how .run_how_warpper .seo_run_btn{margin:0 auto 93px}.seo_box .run_how .run_how_warpper .run_how_step{padding-top:.5rem;background:#f7f7f7;width:100%;flex-direction:column;padding-left:unset}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.last_item{background:url("/tpl/tools/pt/img/ai-podcast-generator/step_banner_mob.svg");background-size:cover;padding:.45rem 0}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item{padding:unset;border-left:unset;display:flex;flex-direction:column;gap:unset;align-items:center;margin-bottom:.8rem}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item .left .title{text-align:center;font:normal normal bold .48rem/.56rem Roboto;color:#1264fc}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item .left .name{text-align:center;font:normal normal bold .32rem/.36rem Roboto;color:#1264fc;margin-top:.08rem}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item .left .des{text-align:center;margin-top:.35rem;padding:0 .56rem;font:normal normal normal 16px/26px Roboto;color:#000;display:unset;width:unset}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item img{width:unset;height:auto}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active{display:flex !important}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active .left .title{color:#1264fc}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active .left .name{color:#1264fc}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active .left .des{display:block;width:unset}.seo_box .run_how .run_how_warpper .run_how_step .how_step_item.active img{width:unset}.seo_box .run_unlock{padding:.8rem .4rem}.seo_box .run_unlock h2{font:normal normal bold .5rem/.56rem Titillium Web}.seo_box .run_unlock .des{width:100%;font:normal normal normal .28rem/.4rem Roboto;margin:.14rem 0 .36rem}.seo_box .run_unlock .run_unlock_wrapper{display:flex;flex-direction:column;gap:.28rem}.seo_box .run_unlock .run_unlock_wrapper .panpel{border-radius:.2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;padding:.36rem .36rem .8rem;box-sizing:border-box}.seo_box .run_unlock .run_unlock_wrapper .panpel .panpel_content{width:100%}.seo_box .run_unlock .run_unlock_wrapper .panpel .panpel_content .title{text-align:center;font:normal normal bold .42rem/.48rem Titillium Web}.seo_box .run_unlock .run_unlock_wrapper .panpel .panpel_content .tips{text-align:center;font:normal normal normal .28rem/.4rem Roboto;margin:.18rem 0 .28rem}.seo_box .run_unlock .run_unlock_wrapper .panpel.panpel_left .panpel_content{order:unset}.seo_box .run_unlock .run_unlock_wrapper .panpel.panpel_left img{order:unset}.seo_box .run_why{padding:.8rem 0}.seo_box .run_why h2{padding:0 .5rem;font:normal normal bold .5rem/.56rem Titillium Web}.seo_box .run_why .des{padding:0 .5rem;font:normal normal normal .28rem/.4rem Roboto;margin:.14rem 0 .5rem}.seo_box .run_why .why_swiper{width:100%;overflow:hidden}.seo_box .run_why .why_swiper .swiper-wrapper{align-items:stretch !important;margin-bottom:.38rem}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide{width:6.3rem;height:unset}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item{width:100%;height:8rem;display:flex;padding-bottom:.38rem;justify-content:unset;flex-direction:column;box-shadow:0px 3px 20px rgba(84,138,215,.3019607843);gap:unset;padding-right:unset;position:relative}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item .right{padding-top:unset}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item .right .title{text-align:center;padding:0 .4rem;padding-top:.3rem;font:normal normal bold .34rem/.42rem Titillium Web}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item .right .text{text-align:center;padding:0 .4rem;font:normal normal normal .26rem/.38rem Roboto;margin:.14rem 0 .6rem}.seo_box .run_why .why_swiper .swiper-wrapper .swiper-slide .checker_item .right .seo_run_btn{position:absolute;bottom:.38rem;left:5%}.seo_box .run_why .swiper_page{display:flex;justify-content:center;align-items:center;gap:.28rem}.seo_box .run_why .swiper_page>div{display:inline-flex;width:.84rem;height:.84rem;background:url("/tpl/tools/pt/img/ai-podcast-generator/next.svg") no-repeat center;background-size:.84rem .84rem;margin-top:.48rem}.seo_box .run_why .swiper_page>div.prev_el{transform:rotate(180deg)}.seo_box .run_why .swiper_page .swiper-button-disabled{background:url("/tpl/tools/pt/img/ai-podcast-generator/prev.svg") no-repeat center;background-size:.84rem .84rem}.seo_box .run_why .swiper_page .swiper-button-disabled.next_el{transform:rotate(180deg)}.seo_box .run_why .swiper_page .swiper-button-disabled.prev_el{transform:rotate(0)}.seo_box .run_system{overflow:hidden;height:16rem;width:100%;flex-direction:column}.seo_box .run_system .system_main{width:100%;padding:1rem .67rem}.seo_box .run_system .system_main h2{text-align:center;font:normal normal bold .5rem/.56rem Titillium Web}.seo_box .run_system .system_main>p{text-align:center;font:normal normal normal .28rem/.4rem Roboto;margin:.14rem 0 .68rem}.seo_box .run_system .system_item{width:100%;height:6.5rem;padding:.4rem .8rem .4rem .4rem}.seo_box .run_system .system_item .title{font:normal normal 600 .38rem/.48rem Titillium Web;color:#fff}.seo_box .run_system .system_item .text{font:normal normal normal .24rem/.32rem Roboto}.seo_box .run_system .system_item .tips{margin-top:.3rem;gap:.12rem}.seo_box .run_system .system_item .tips>p{font:normal normal normal .22rem/.3rem Roboto}.seo_box .run_system .system_item.active{flex-shrink:0;background-size:100% 100%}.seo_box .run_system .system_item.active.cpu{background:url("/tpl/tools/pt/img/ai-podcast-generator/cpu.png");background-size:100% 100%}.seo_box .run_system .system_item.active.gpu{background:url("/tpl/tools/pt/img/ai-podcast-generator/gpu.png");background-size:100% 100%}.seo_box .run_system .system_item.active.ram{background:url("/tpl/tools/pt/img/ai-podcast-generator/ram.png");background-size:100% 100%}.seo_box .run_system .system_item.active.os{background:url("/tpl/tools/pt/img/ai-podcast-generator/os.png");background-size:100% 100%}.seo_box .run_system .system_item.active img{width:auto}.seo_box .run_system .system_item.active .text{display:block}.seo_box .run_system .system_item.active .tips{display:flex}.seo_box .run_pro{padding:.8rem .4rem}.seo_box .run_pro h2{font:normal normal bold .5rem/.56rem Titillium Web}.seo_box .run_pro .des{font:normal normal normal .28rem/.4rem Roboto;margin:.12rem 0 .38rem}.seo_box .run_pro .seo_run_btn{margin:0 auto .56rem}.seo_box .run_pro .pro_content{flex-direction:column;gap:.2rem;flex-wrap:unset}.seo_box .run_pro .pro_content .pro_item{width:100%;padding:.4rem .5rem .6rem;box-sizing:border-box;border:1px solid #afc6ff !important;border-radius:.2rem !important}.seo_box .run_pro .pro_content .pro_item .pro_item_icon{width:2.03rem;height:2.03rem;border-radius:1.03rem}.seo_box .run_pro .pro_content .pro_item .pro_item_icon img{width:.88rem;height:auto;max-height:1rem}.seo_box .run_pro .pro_content .pro_item .title{font:normal normal bold .34rem/.4rem Titillium Web;margin:.34rem 0 .16rem}.seo_box .run_pro .pro_content .pro_item .text{font:normal normal normal .28rem/.4rem Roboto}.seo_box .run_driver{width:100%;height:10rem;background:url("/tpl/tools/pt/img/ai-podcast-generator/DB_bannaer_mob.png") no-repeat center;background-size:100% 100%;padding-left:unset;padding:.48rem .8rem;box-sizing:border-box;align-items:center;justify-content:unset}.seo_box .run_driver h2{font:normal normal bold .5rem/.56rem Titillium Web;gap:.16rem}.seo_box .run_driver h2 img{width:.68rem;height:.68rem}.seo_box .run_driver .des{text-align:center;width:100%;font:normal normal normal .26rem/.36rem Roboto;margin:.16rem 0 .28rem}.seo_box .run_driver .tips{width:100%;font:normal normal normal .24rem/.36rem Roboto;color:#f0f0f0;display:flex;align-items:unset;gap:7px}.seo_box .run_driver .tips::before{content:"";margin-top:.15rem;display:inline-block;width:.16rem;height:.16rem;border-radius:.06rem}.seo_box .run_driver .download_btn{margin-top:.28rem;align-self:center;font:normal normal 500 .3rem/.37rem Roboto}.seo_box .run_driver .download_btn.pc_dowmload{display:none}.seo_box .run_driver .download_btn.mob_dowmload{display:block;width:60%;text-align:center}.seo_box .run_faq{padding:.8rem .4rem;background:url("/tpl/tools/pt/img/ai-podcast-generator/faq_banner_mob.png") no-repeat center;background-size:cover}.seo_box .run_faq h2{font:normal normal bold .5rem/.56rem Titillium Web;margin-bottom:.5rem}.seo_box .run_faq .faq_content{width:100%;border-radius:.2rem;padding:.5rem;box-sizing:border-box}.seo_box .run_faq .faq_content .faq_item{padding-bottom:.28rem;margin-bottom:.3rem}.seo_box .run_faq .faq_content .faq_item .question{gap:.5rem 0}.seo_box .run_faq .faq_content .faq_item .question p{font:normal normal 600 .32rem/.48rem Titillium Web;color:#000}.seo_box .run_faq .faq_content .faq_item .question span{flex-shrink:0;width:.64rem;height:.64rem}.seo_box .run_faq .faq_content .faq_item .answer{font:normal normal normal .28rem/.4rem Roboto;margin-top:.2rem}.seo_box .run_faq .faq_content .faq_item.active .answer{max-height:4rem}.seo_box .run_footer{height:8.84rem;background:url("/tpl/tools/pt/img/ai-podcast-generator/deep_banner_mob.png");background-size:cover;justify-content:unset;padding-top:1.04rem}.seo_box .run_footer h2{padding:0 .85rem;font:normal normal bold .5rem/.56rem Titillium Web;width:unset;margin-bottom:.4rem}.seo_box .run_footer .seo_run_btn{width:60%}}