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}html .fps-calculator p,body .fps-calculator 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)}.ai-math-solver{color:#2a2a2a;line-height:1.5;font-family:"Titillium Web",Arial,"Microsoft Yahei",sans-serif;letter-spacing:0}.ai-math-solver,.ai-math-solver *{margin:0;padding:0;box-sizing:border-box}.ai-math-solver li:not(.markdown-body li){list-style:none}.ai-math-solver a:not(.markdown-body a){text-decoration:none;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ai-math-solver :where(a:not(.markdown-body a)){color:#fff}.ai-math-solver img:not(.markdown-body img){-webkit-user-drag:none}.ai-math-solver :where(input),.ai-math-solver :where(textarea),.ai-math-solver :where(button){-webkit-appearance:none;appearance:none;border-radius:0;outline:none;border:none;font-family:"Titillium Web",Arial,"Microsoft Yahei",sans-serif}@media screen and (max-width: 768px){.ai-math-solver{padding-top:60px}}@keyframes ai-spin{100%{transform:rotate(360deg)}}@keyframes ai-opacity-0{from{opacity:1}to{opacity:0}}@keyframes ai-opacity-1{from{opacity:0}to{opacity:1}}@keyframes ai-height-100{from{height:0}to{height:100%}}@keyframes ai-height-0{from{height:100%}to{height:0}}@keyframes ai-opacity-0{from{opacity:1}to{opacity:0}}@keyframes ai-opacity-1{from{opacity:0}to{opacity:1}}@media screen and (min-width: 769px){.ai-button{display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;background-color:rgba(112,112,112,.1);padding-left:22px;padding-right:22px;border-radius:12px;outline:none;border:none;height:48px;font:normal normal normal 20px/20px Titillium Web;color:#2a2a2a;gap:8px;transition:background-color .3s ease-out}.ai-button:hover{background-color:rgba(18,100,252,.1)}.ai-button.ai-button--icon{padding-left:13px;padding-right:13px}.ai-button__icon{width:22px;height:22px;display:inline-block}.ai-button__text{display:inline-block}.ai-button.ai-button--primary{background-color:#1264fc}.ai-button.ai-button--primary .ai-button__text{color:#fff}.ai-button.ai-button--primary:hover{background-color:#3078ff}.ai-select{position:relative}.ai-select__icon{width:22px;height:22px;object-fit:contain}.ai-select__label{transition:color .3s ease-out;font:normal normal normal 20px/20px Titillium Web;color:#2a2a2a}.ai-select__status{width:14px;height:14px;background:url(/tpl/tools/img/common/icon_arrow_down.svg) no-repeat center center;background-size:contain;margin-left:auto;visibility:hidden}.ai-select__trigger,.ai-select__option{display:flex;align-items:center;cursor:pointer;user-select:none;transition:background-color .3s ease-out;padding-left:20px;padding-right:20px;gap:8px}.ai-select__trigger{background-color:rgba(112,112,112,.1);height:48px;border-radius:12px}.ai-select__trigger:hover{background-color:rgba(18,100,252,.1)}.ai-select__trigger:hover .ai-select__label{color:#1264fc}.ai-select__trigger .ai-select__status{visibility:visible;transition:transform .2s ease-out;transform:rotate(0deg)}.ai-select .ai-select__trigger[aria-expanded=true] .ai-select__status{transform:rotate(180deg)}.ai-select__option{background-color:#fff;border-radius:8px;height:44px}.ai-select__option:hover{background-color:rgba(18,100,252,.1)}.ai-select__option .ai-select__label{font:normal normal normal 16px/16px Titillium Web}.ai-select__option .ai-select__status{visibility:hidden;width:20px;height:14px;background:url(/tpl/tools/img/common/icon_checked.svg) no-repeat center center}.ai-select__option.is-active{background-color:rgba(18,100,252,.1)}.ai-select__option.is-active .ai-select__status{visibility:visible}.ai-select__dropdown{display:none;background-color:#fff;padding:4px;border-radius:12px;border:1px solid rgba(112,112,112,.5019607843)}.ai-select__list{display:grid;row-gap:4px}.ai-toast{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;user-select:none;pointer-events:none;max-width:70vw;z-index:99999;opacity:0;padding-left:24px;padding-right:24px;padding-top:9px;padding-bottom:9px;gap:10px;border-radius:12px;min-height:36px;font:normal normal normal 16px/20px Titillium Web;color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2;overflow-wrap:break-word}.ai-toast__icon{display:inline-block;width:26px;height:26px;object-fit:contain;flex-shrink:0}.ai-toast.is-active{opacity:1}.ai-toast.is-info{color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2}.ai-toast.is-error{color:#e94949;background-color:#ffe8e8;border:1px solid #cb2020}.ai-toast.is-warning{color:#c9802e;background-color:#fff8ef;border:1px solid #c9802e}.ai-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:20000;display:none}.ai-modal *{margin:0;box-sizing:border-box}.ai-modal__mask{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7);z-index:20001;opacity:0}.ai-modal__content{position:relative;width:600px;min-height:328px;background-color:#fff;border-radius:16px;z-index:20002;padding-left:46px;padding-right:46px;padding-top:53px;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.ai-modal__footer{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:45px}.ai-modal__icon{display:inline-block;width:48px;height:48px;object-fit:contain;flex-shrink:0}.ai-modal__title{margin-top:16px;text-align:center;font:normal normal bold 20px/31px Titillium Web;color:#2a2a2a}.ai-modal__desc{font:normal normal normal 16px/22px Titillium Web;color:#707070;margin-top:9px;text-align:center}.ai-modal .ai-button{width:156px;height:56px}.ai-modal .ai-button.modal-cancel{background-color:rgba(42,42,42,.08)}.ai-modal .ai-button.modal-cancel:hover{background-color:rgba(42,42,42,.15)}.ai-modal.is-active{display:flex}.ai-modal.is-active .ai-modal__mask{animation:ai-opacity-1 .2s ease-out forwards}.ai-modal.is-leave{display:flex}.ai-modal.is-leave .ai-modal__content,.ai-modal.is-leave .ai-modal__mask{animation:ai-opacity-0 .2s ease-out forwards}.ai-modal-close{width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;top:15px;right:15px}.ai-modal-close svg{width:20px;height:20px;pointer-events:none}.ai-modal-close svg .css-flag{transition:all .3s ease-out;stroke:rgba(42,42,42,.4980392157)}.ai-modal-close:hover svg .css-flag{stroke:#2a2a2a}.ai-image-viewer{background-color:rgba(0,0,0,.7) !important}.ai-image-viewer .viewer-close{position:absolute;top:32px;right:32px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:rgba(42,42,42,.6);border-radius:8px;cursor:pointer;transition:background-color .3s ease-out}.ai-image-viewer .viewer-close:hover{background-color:#2a2a2a !important}.ai-image-viewer .viewer-close:focus{background-color:rgba(0,0,0,0) !important;box-shadow:none !important}.ai-image-viewer .viewer-close::before{width:18px;height:18px;position:static;background:url(/tpl/tools/img/common/icon_close_white.svg) no-repeat center center;background-size:contain}}@media screen and (max-width: 768px){.ai-button{display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;background-color:rgba(112,112,112,.1);padding-left:22px;padding-right:22px;border-radius:12px;outline:none;border:none;height:48px;font:normal normal normal 16px/16px Titillium Web;color:#2a2a2a;gap:8px;transition:background-color .3s ease-out}.ai-button.ai-button--icon{padding-left:0;padding-right:0;width:48px}.ai-button__icon{width:22px;height:22px;display:inline-block}.ai-button__text{display:inline-block}.ai-button.ai-button--primary{background-color:#1264fc}.ai-button.ai-button--primary .ai-button__text{color:#fff}.ai-select{position:relative}.ai-select__icon{width:22px;height:22px;object-fit:contain}.ai-select__label{transition:color .3s ease-out;font:normal normal normal 16px/16px Titillium Web;color:#2a2a2a}.ai-select__status{width:14px;height:14px;background:url(/tpl/tools/img/common/icon_arrow_down.svg) no-repeat center center;background-size:contain;margin-left:auto;visibility:hidden}.ai-select__trigger,.ai-select__option{display:flex;align-items:center;cursor:pointer;user-select:none;transition:background-color .3s ease-out;padding-left:12px;padding-right:12px;gap:8px}.ai-select__trigger{background-color:rgba(112,112,112,.1);height:48px;border-radius:12px}.ai-select__trigger .ai-select__status{visibility:visible;transition:transform .2s ease-out;transform:rotate(0deg)}.ai-select .ai-select__trigger[aria-expanded=true] .ai-select__status{transform:rotate(180deg)}.ai-select__option{background-color:#fff;border-radius:8px;height:44px}.ai-select__option:active{background-color:rgba(18,100,252,.1)}.ai-select__option .ai-select__label{font:normal normal normal 14px/14px Titillium Web}.ai-select__option .ai-select__status{visibility:hidden;width:20px;height:14px;background:url(/tpl/tools/img/common/icon_checked.svg) no-repeat center center;background-size:contain}.ai-select__option.is-active{background-color:rgba(18,100,252,.1)}.ai-select__option.is-active .ai-select__status{visibility:visible}.ai-select__dropdown{display:none;background-color:#fff;padding:4px;border-radius:12px;border:1px solid rgba(112,112,112,.5019607843)}.ai-select__list{display:grid;row-gap:4px}.ai-toast{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);display:flex;justify-content:flex-start;align-items:center;user-select:none;pointer-events:none;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}}.scroll-show-wrapper>.scroll-show-up{opacity:0;transform:translate3d(0, 50%, 0);transition-property:all;transition-duration:.3s;transition-timing-function:ease-out}.scroll-show-wrapper.is-in>.scroll-show-up{opacity:1;transform:translate3d(0, 0, 0)}.scroll-show-self.scroll-show-up{opacity:0;transform:translate3d(0, 200px, 0);transition-property:all;transition-duration:.3s;transition-timing-function:ease-out}.scroll-show-self.scroll-show-up.is-in{opacity:1;transform:translate3d(0, 0, 0)}.scroll-show-delay1{transition-delay:.1s}.scroll-show-delay2{transition-delay:.2s}.scroll-show-delay3{transition-delay:.3s}.scroll-show-delay4{transition-delay:.4s}.scroll-show-delay5{transition-delay:.5s}.scroll-show-delay6{transition-delay:.6s}.scroll-show-delay7{transition-delay:.7s}.scroll-show-delay8{transition-delay:.8s}.scroll-show-delay9{transition-delay:.9s}.scroll-show-delay10{transition-delay:1s}.pc-show{display:block}.mob-show{display:none}.fps-calculator{max-width:1920px;width:100%;margin:0 auto;display:flex;align-items:center;flex-direction:column;position:relative}.fps-calculator .fps-calculator-bg{width:100%;position:absolute;top:0;left:0;z-index:-1;object-fit:cover}.fps-calculator .fps-tool{max-width:1100px;width:100%;padding-top:38px;display:flex;flex-direction:column;align-items:center}.fps-calculator .fps-tool h1{max-width:1033px;text-align:center;font:normal normal bold 40px/48px Titillium Web;letter-spacing:0px;color:#2a2a2a}.fps-calculator .fps-tool .fps-tool-desc{max-width:1033px;text-align:center;margin-top:6px;font:normal normal normal 16px/24px Titillium Web;color:#707070}.fps-calculator .fps-tool .fps-tool-box{margin-top:18px;max-width:1064px;width:100%;min-height:454px;box-sizing:border-box;background:#fcfdff 0% 0% no-repeat padding-box;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);border:1px solid #1264fc;border-radius:20px;padding-top:25px;position:relative}.fps-calculator .fps-tool .fps-tool-box .fps-tool-box-mask{position:absolute;top:0;left:0;background:hsla(0,0%,100%,.3);width:100%;height:100%;z-index:99}.fps-calculator .fps-tool .fps-tool-box .tool-title{font:normal normal bold 16px/24px Titillium Web;letter-spacing:0px;color:#2a2a2a;padding:0 19px;box-sizing:border-box}.fps-calculator .fps-tool .fps-tool-box .box-container{margin-top:23px;width:100%;display:flex;justify-content:space-between;padding:0 19px;box-sizing:border-box;gap:26px}.fps-calculator .fps-tool .fps-tool-box .box-container.minddle{margin-top:18px}.fps-calculator .fps-tool .fps-tool-box .box-container.bottom{margin-top:12px}.fps-calculator .fps-tool .fps-tool-box .cpu-and-gpu-box{width:500px !important}.fps-calculator .fps-tool .fps-tool-box .half-box{flex:1;gap:18px;display:flex;justify-content:space-between}.fps-calculator .fps-tool .fps-tool-box .pc-box-content{flex:1;height:106px;border:1px solid #e2e2e2;border-radius:10px;box-sizing:border-box;padding:16px 12px 14px}.fps-calculator .fps-tool .fps-tool-box .pc-box-content .pc-box-content-title{font:normal normal bold 14px/21px Titillium Web;color:#2a2a2a}.fps-calculator .fps-tool .fps-tool-box .pc-box-content .pc-box-container{width:100%;height:44px;margin-top:11px}.fps-calculator .fps-tool .fps-tool-box .select-box{width:100%;height:100%;background:#f0f0f0 0% 0% no-repeat padding-box;border:1px solid #d9d9d9;border-radius:8px;position:relative;cursor:pointer}.fps-calculator .fps-tool .fps-tool-box .select-box.select{background:#edf2fc 0% 0% no-repeat padding-box;border:1px solid #1064fc}.fps-calculator .fps-tool .fps-tool-box .select-box .select-box-selected{width:100%;height:40px;padding-left:18px;box-sizing:border-box;font:normal normal normal 14px/40px Titillium Web;color:#2a2a2a}.fps-calculator .fps-tool .fps-tool-box .select-box .select-box-selected .select-box-selected-input{width:100%;height:100%;padding:0;border:none;outline:none;background:rgba(0,0,0,0);font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container{min-width:100%;width:max-content;margin-top:2px;position:absolute;top:100%;left:0;z-index:1;background-color:#fff;border-radius:10px}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container.right{left:auto;right:0}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list{min-width:100%;width:max-content;max-height:193px;max-width:175px;overflow-y:auto;overflow-x:hidden;background:#fff 0% 0% no-repeat padding-box;border:1px solid #d4e0f8;border-radius:10px;padding:6px;box-sizing:border-box}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list.h200{max-height:210px !important}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list .select-list-item{width:100%;min-height:40px;border-radius:8px;display:flex;align-items:center;cursor:pointer;padding:0 18px;box-sizing:border-box;margin-bottom:8px}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list .select-list-item.no-results{cursor:default;background:rgba(0,0,0,0) !important}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list .select-list-item:hover{background:#e7efff 0% 0% no-repeat padding-box}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list .select-list-item.selected{background:#e7efff 0% 0% no-repeat padding-box}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list .select-list-item.selected .select-list-item-right{opacity:1}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list .select-list-item .select-list-item-left{max-width:none;font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a}.fps-calculator .fps-tool .fps-tool-box .select-box .select-list-container .select-list .select-list-item .select-list-item-right{margin-left:6px;width:24px;height:24px;flex:0 0 14px;margin-left:auto;opacity:0}.fps-calculator .fps-tool .fps-tool-box .advanced-options-title{margin-top:21px;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 19px;box-sizing:border-box}.fps-calculator .fps-tool .fps-tool-box .advanced-options-title .advanced-options-title-left{font:normal normal bold 14px/21px Titillium Web;letter-spacing:0px;color:#2a2a2a;cursor:pointer}.fps-calculator .fps-tool .fps-tool-box .advanced-options-title .advanced-options-title-right{cursor:pointer}.fps-calculator .fps-tool .fps-tool-box .advanced-options-title .advanced-options-title-right.top{transform:rotate(180deg)}.fps-calculator .fps-tool .fps-tool-box .bottom-box{width:100%;margin-top:21px;height:88px;background:rgba(18,100,252,.1019607843) 0% 0% no-repeat padding-box;border-radius:0 0 20px 20px;padding:15px 25px 0;box-sizing:border-box}.fps-calculator .fps-tool .fps-tool-box .bottom-box .calculate-now-btn{width:236px;height:56px;margin-left:auto;outline:none;border:none;cursor:pointer;background:#125ae4 0% 0% no-repeat padding-box;border-radius:10px;display:flex;justify-content:center;align-items:center;font:normal normal bold 20px/31px Titillium Web;color:#fff}.fps-calculator .fps-tool .fps-tool-box .bottom-box .calculate-now-btn:disabled{cursor:not-allowed;background:#87b0fd !important}.fps-calculator .fps-tool .fps-tool-box .bottom-box .calculate-now-btn:hover{background:#3178ff 0% 0% no-repeat padding-box}.fps-calculator .fps-tool .fps-tool-box .bottom-box .calculate-now-btn.loading{pointer-events:none;background:#87b0fd !important}.fps-calculator .fps-tool .fps-tool-box .bottom-box .calculate-now-btn.loading span{display:none}.fps-calculator .fps-tool .fps-tool-box .bottom-box .calculate-now-btn.loading::after{display:block}.fps-calculator .fps-tool .fps-tool-box .bottom-box .calculate-now-btn::after{content:"";display:none;width:32px;height:32px;background:url("/tpl/tools/img/fps-calculator/icon_loading-white.svg") no-repeat center/cover;animation:rotate360 1s linear infinite}.fps-calculator .fps-tool .fps-tool-hint-box{max-width:1064px;width:100%;display:flex;justify-content:space-between;margin-top:22px;gap:26px}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box{flex:1;max-width:567px;min-height:150px;background:#fafbfd 0% 0% no-repeat padding-box;border-radius:20px;padding:15px 12px 15px 24px;box-sizing:border-box}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-box-title{font:normal normal normal 18px/27px Titillium Web;color:#2a2a2a;margin-bottom:16px}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-container{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-container .understanding-list .understanding-list-item{display:flex;align-items:center;gap:5px;height:16px}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-container .understanding-list .understanding-list-item .ULI-icon{width:6px;height:6px;border-radius:100px}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-container .understanding-list .understanding-list-item .ULI-text{font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-container .understanding-list .understanding-list-item .ULI-text span{font-weight:bold;margin-right:2px}.fps-calculator .fps-tool .fps-tool-hint-box .laptop-specs-box{flex:1;max-width:468px;min-height:150px;background:#fafbfd 0% 0% no-repeat padding-box;border-radius:20px;padding:15px 12px 15px 22px;box-sizing:border-box}.fps-calculator .fps-tool .fps-tool-hint-box .laptop-specs-box .laptop-specs-box-title{font:normal normal normal 18px/27px Titillium Web;color:#2a2a2a;margin-bottom:16px}.fps-calculator .fps-tool .fps-tool-hint-box .laptop-specs-box .laptop-specs-box-desc{width:100%;font:normal normal normal 14px/21px Titillium Web;letter-spacing:0px;color:#2a2a2a;margin-bottom:5px}.fps-calculator .fps-tool .fps-tool-hint-box .laptop-specs-box .laptop-specs-box-desc span{font-weight:bold}.fps-calculator .result-box{max-width:1100px;width:100%;display:flex;flex-direction:column;align-items:center;padding-top:24px}.fps-calculator .result-box h3{font:normal normal bold 30px/46px Titillium Web;color:#2a2a2a;text-align:center;max-width:100%;margin-bottom:15px}.fps-calculator .result-box .result-box-content{width:100%;max-width:1064px;display:flex;justify-content:space-between;gap:24px}.fps-calculator .result-box .result-box-content .result-content{width:calc(50% - 12px)}.fps-calculator .result-box .result-box-content .result-content .result-box-content-title{width:100%;text-align:center;font:normal normal normal 16px/24px Titillium Web;color:#707070;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fps-calculator .result-box .result-box-content .result-content .result-box-content-title.left{font:normal normal bold 16px/24px Titillium Web;color:#2a2a2a}.fps-calculator .result-box .result-box-content .result-content .fps-result-box{width:100%;min-height:366px;padding:51px 23px 25px;box-sizing:border-box;background:#f2f5ff 0% 0% no-repeat padding-box;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);border:1px solid #a8c7ff;border-radius:20px;display:flex;flex-direction:column;align-items:center}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-1 .fps-number{color:#a35df5}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-1 .smooth-gameing-box{border-color:#a35df5;color:#a35df5;background:#e7d3ff 0% 0% no-repeat padding-box}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-2 .fps-number{color:#60cc27}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-2 .smooth-gameing-box{border-color:#60cc27;color:#60cc27;background:#e1ffd1 0% 0% no-repeat padding-box}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-3 .fps-number{color:#00b578}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-3 .smooth-gameing-box{border-color:#00b578;color:#00b578;background:#bdece1 0% 0% no-repeat padding-box}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-4 .fps-number{color:#f2bc09}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-4 .smooth-gameing-box{border-color:#f2bc09;color:#f2bc09;background:#ffefbc 0% 0% no-repeat padding-box}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-5 .fps-number{color:#ff9493}.fps-calculator .result-box .result-box-content .result-content .fps-result-box.fps-result-5 .smooth-gameing-box{border-color:#ff9493;color:#ff9493;background:#ffd0d0 0% 0% no-repeat padding-box}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-number{font:normal normal bold 50px/76px Titillium Web}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-result-desc{margin-top:-14px;font:normal normal normal 16px/24px Titillium Web;letter-spacing:0px;color:#2a2a2a}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .smooth-gameing-box{margin-top:8px;width:182px;height:38px;border:1px solid;box-sizing:border-box;display:flex;justify-content:center;align-items:center;border-radius:20px;font:normal normal bold 16px/24px Titillium Web;text-align:center}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content{margin-top:33px;width:100%;display:flex;justify-content:space-between;gap:12px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item{flex:1;padding:9px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;background:#fff 0% 0% no-repeat padding-box;border-radius:12px;gap:1px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item.low-1 .low-content-item-title{color:#ff860b}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item.low-01 .low-content-item-title{color:#fa5251}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item.frame .low-content-item-title{color:#2a2a2a}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item .low-content-item-title{font:normal normal bold 18px/27px Titillium Web}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item .low-content-item-value{text-align:center;font:normal normal normal 13px/20px Titillium Web;color:#2a2a2a}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-hint{margin-top:17px;width:100%;max-width:435px;display:flex;justify-content:flex-start}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-hint .fps-hint-icon{width:14px;height:14px;margin-top:4px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-hint .fps-hint-text{flex:1;padding:0 6px;box-sizing:border-box;font:normal normal normal 13px/20px Titillium Web;color:#707070;text-align:center}.fps-calculator .result-box .result-box-content .result-content .down-box{width:100%;min-height:366px;padding:26px 16px 15px;box-sizing:border-box;border-radius:20px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-bg{width:100% !important;height:100% !important;position:absolute;top:0;left:0;object-fit:cover;z-index:-1}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-title{font:normal normal bold 22px/34px Titillium Web;color:#fff;margin-bottom:4px;text-align:center;width:100%}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-title span{color:#fe3939}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-desc{width:100%;text-align:center;font:normal normal normal 16px/20px Titillium Web;color:#fff}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-desc span{color:#f13b31}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-btn{text-align:center;min-width:261px;padding:0 15px;box-sizing:border-box;height:44px;margin-top:auto;background:rgba(0,0,0,0) linear-gradient(281deg, #00C88A 0%, #38FFC0 100%) 0% 0% no-repeat padding-box;box-shadow:0px 6px 6px #000;border-radius:10px;display:flex;justify-content:center;align-items:center;text-decoration:none;font:normal normal bold 16px/24px Titillium Web;letter-spacing:0px;color:#040001}.fps-calculator .result-box .result-table-box{width:100%;max-width:1064px;background:#f4f5f8 0% 0% no-repeat padding-box;border-radius:20px;padding:24px 18px 30px;box-sizing:border-box;margin-top:26px}.fps-calculator .result-box .result-table-box .result-tyle-list{width:100%;display:flex;align-items:center}.fps-calculator .result-box .result-table-box .result-tyle-list .result-tyle-list-item{flex:1 1 0;display:flex;justify-content:center;align-items:center}.fps-calculator .result-box .result-table-box .result-tyle-list .result-tyle-list-item.selected>div{color:#1264fc}.fps-calculator .result-box .result-table-box .result-tyle-list .result-tyle-list-item.selected>div::after{display:block}.fps-calculator .result-box .result-table-box .result-tyle-list .result-tyle-list-item>div{font:normal normal bold 16px/24px Titillium Web;color:#2a2a2a;display:inline-block;width:max-content;cursor:pointer;position:relative}.fps-calculator .result-box .result-table-box .result-tyle-list .result-tyle-list-item>div::after{content:"";display:none;width:100%;height:5px;background:#1264fc;border-radius:10px;position:absolute;bottom:-5px;left:0}.fps-calculator .result-box .result-table-box .result-1-box,.fps-calculator .result-box .result-table-box .result-2-box,.fps-calculator .result-box .result-table-box .result-3-box{width:100%}.fps-calculator .result-box .result-table-box .result-2-box{margin-top:17px;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:25px;grid-column-gap:17px;align-items:stretch}.fps-calculator .result-box .result-table-box .graphics-box{width:100%;margin-top:17px;background:#fff 0% 0% no-repeat padding-box;padding:21px 24px 26px;border-radius:20px;box-sizing:border-box}.fps-calculator .result-box .result-table-box .graphics-box .graphics-box-title{font:normal normal normal 16px/24px Titillium Web;letter-spacing:0px;color:#2a2a2a}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box{width:100%;margin-top:29px;display:flex;flex-direction:column;align-items:center}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list{max-width:756px;width:100%;display:flex;justify-content:space-between;gap:18px}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item{flex:1 1 0;height:97px;background:#f7f8ff 0% 0% no-repeat padding-box;border-radius:12px;padding-top:20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-title{text-align:center;font:normal normal bold 22px/36px Titillium Web;color:#00b578}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-title.violet{color:#a35df5}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-title.red{color:#fa5251}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-title.orange{color:#f2bc09}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-title.green{color:#60cc27}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-value{font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box{width:100%;display:flex;align-items:center;justify-content:center;gap:15px;margin-top:15px}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box.pc-show{display:flex}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box.mob-show{display:none}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box .graphics-content-box-text{font:normal normal bold 16px/24px Titillium Web;color:#2a2a2a}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box .graphics-content{flex:1;max-width:756px;height:12px;background:rgba(0,0,0,0) linear-gradient(90deg, #40C799 0%, #BA85F7 100%) 0% 0% no-repeat padding-box;border-radius:12px;position:relative;display:flex;align-items:center}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box .graphics-content .graphics-content-sliding{background:#67b3b6 0% 0% no-repeat padding-box;border:1px solid #fff;border-radius:5px;width:8px;height:24px;box-sizing:border-box;position:absolute;left:50%;transform:translateX(-50%)}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .utilisation-tip{margin-top:5px;display:flex;align-items:flex-start;justify-content:center;gap:5px;font:normal normal normal 13px/20px Titillium Web;color:#707070}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .utilisation-tip .utilisation-tip-icon{width:14px;height:14px;position:relative;top:3px}.fps-calculator .result-box .result-table-box .reset-1-chart-box{width:100%;display:flex;gap:26px;margin-top:20px}.fps-calculator .result-box .result-table-box .reset-1-chart-box .reset-1-chart-box-item{flex:1 1 0;height:297px;padding:16px 16px 9px;box-sizing:border-box;background:#fff 0% 0% no-repeat padding-box;border-radius:20px;display:flex;gap:3px;flex-direction:column}.fps-calculator .result-box .result-table-box .reset-1-chart-box .reset-1-chart-box-item .reset-1-chart-box-item-title{font:normal normal normal 16px/24px Titillium Web;color:#2a2a2a;margin-left:8px}.fps-calculator .result-box .result-table-box .reset-1-chart-box .reset-1-chart-box-item .reset-1-chart-box-item-content{width:100%;flex:1}.fps-calculator .result-box .result-table-box .reset-1-chart-box .reset-1-chart-box-item .reset-1-chart-box-item-content canvas{width:100%;height:100%}.fps-calculator .result-box .result-table-box .result-explain-list-box{width:100%;height:100%;display:flex}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item{min-height:213px;height:100%;flex:1;background:#fff 0% 0% no-repeat padding-box;border-radius:20px;padding:19px 24px 10px;box-sizing:border-box;display:flex;flex-direction:column}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-explain-item-title{display:flex;align-items:self-start;gap:5px}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-explain-item-title .result-explain-item-title-icon{width:15px;height:15px;min-width:15px;min-height:15px;border-radius:100px;position:relative;top:6px}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-explain-item-title .result-explain-item-title-text{font:normal normal bold 16px/24px Titillium Web;color:#2a2a2a}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-explain-item-content{font:normal normal normal 14px/21px Titillium Web;letter-spacing:0px;color:#2a2a2a;margin-top:14px;flex:1;display:flex;flex-direction:column;gap:10px}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-explain-item-content>div:first-child{margin-bottom:auto}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-explain-item-bottom{font:normal normal normal 14px/21px Titillium Web;letter-spacing:0px;color:#2a2a2a;margin-top:auto}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-explain-item-bottom span{font-weight:bold}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-recommend-title{margin-top:14px;font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a;margin-bottom:9px}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .to-driver-booster-text{font:normal normal normal 14px/21px Titillium Web;letter-spacing:0px;color:#2a2a2a}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .to-driver-booster-text a{color:#2a2a2a !important;cursor:pointer;text-decoration:underline;font:normal normal normal 14px/21px Titillium Web}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .to-driver-booster-text a:hover{color:#1264fc !important}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .driver-booster-btn{margin-left:auto;padding:0 23px;height:34px;border:1px solid #9ebdf8;border-radius:5px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;font:normal normal bold 14px/21px Titillium Web;background:#fff;color:#3076f8;cursor:pointer}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .driver-booster-btn:hover{border-color:#1264fc;color:#044fdb}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-recommend-item{width:100%;display:flex;justify-content:flex-start;gap:6px}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-recommend-item .result-recommend-item-title{background:#ffe8e7 0% 0% no-repeat padding-box;border-radius:4px;width:78px;height:24px;display:flex;justify-content:center;align-items:center;font:normal normal 600 14px/21px Titillium Web;color:#fa5251}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-recommend-item .result-recommend-item-desc{font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a;min-height:51px;flex:1}.fps-calculator .result-box .result-table-box .result-explain-list-box .result-explain-item .result-recommend-item .result-recommend-item-desc span{font-weight:bold}.fps-calculator .result-box .result-table-box .fps-comparison-box{width:100%;display:flex;justify-content:space-between;gap:26px;margin-top:24px}.fps-calculator .result-box .result-table-box .fps-comparison-box .fps-comparison-box-item{flex:1 1 0;min-height:297px;background:#fff 0% 0% no-repeat padding-box;border-radius:20px;padding:16px 16px 15px;box-sizing:border-box;display:flex;flex-direction:column}.fps-calculator .result-box .result-table-box .fps-comparison-box .fps-comparison-box-item .fps-comparison-box-item-title{font:normal normal normal 16px/24px Titillium Web;color:#2a2a2a;margin-left:8px}.fps-calculator .result-box .result-table-box .fps-comparison-box .fps-comparison-box-item .fps-comparison-box-item-content{width:100%;flex:1}.fps-calculator .result-box .result-table-box .fps-comparison-box .fps-comparison-box-item .fps-comparison-box-item-content canvas{width:100%;height:100%}.download_btn{display:flex;width:fit-content;padding:17px 33px;background:#1264fc 0% 0% no-repeat padding-box;box-shadow:0px 0px 20px #203c92;border-radius:4px;font:normal normal normal 22px/34px Titillium Web;color:#fff;cursor:pointer;transition:.1s}@media(hover: hover)and (pointer: fine){.download_btn:hover{background:#5892ff 0% 0% no-repeat padding-box;text-decoration:unset}}.back_top_btn{display:inline-flex;padding:17px 85px;background:#1264fc 0% 0% no-repeat padding-box;border-radius:6px;font:normal normal normal 22px/34px Titillium Web;color:#fff;cursor:pointer;transition:.1s}@media(hover: hover)and (pointer: fine){.back_top_btn:hover{background:#5892ff 0% 0% no-repeat padding-box}}.mob_download{display:none}.fps_improve{width:100%;background:url("/tpl/tools/es/img/fps-calculator/banner_top.png") no-repeat;text-align:center;padding:52px 0 55px}.fps_improve h2{font:normal normal normal 600 38px/58px Titillium Web;letter-spacing:1.14px;color:#fff}.fps_improve .des{font:normal normal normal 22px/31px Titillium Web;color:#fff;margin:6px 0 37px}.fps_improve .fps_improve_content{display:flex;justify-content:center;align-items:center;gap:152px}.fps_improve .fps_improve_content .left .tips{font:normal normal normal 18px/48px Roboto;color:#fff;display:flex;align-items:center;gap:9px}.fps_improve .fps_improve_content .left .tips::before{content:"";display:inline-block;width:14px;height:14px;background:url("/tpl/tools/es/img/fps-calculator/right.svg") no-repeat}.fps_improve .fps_improve_content .left .download_btn{margin-top:40px}.fps_improve>.download_btn{display:none}.what_how_wrapper{margin-top:30px;width:100%;background:rgba(0,0,0,0) linear-gradient(180deg, #FFFFFF 0%, #F6F5FF 100%) 0% 0% no-repeat padding-box;padding:65px 0 79px;text-align:center;display:flex;flex-direction:column;gap:167px}.what_how_wrapper h2{font:normal normal bold 44px/60px Titillium Web;color:#000}.what_how_wrapper .des{width:917px;font:normal normal normal 22px/38px Titillium Web;color:#1e1c2c;margin:20px auto 40px}.what_how_wrapper .what_wrapper{display:flex;justify-content:center;align-items:stretch;gap:43px;margin-bottom:52px}.what_how_wrapper .what_wrapper .what_item{width:373px;height:358px;background:url("/tpl/tools/es/img/fps-calculator/what_bg.png") no-repeat;background-size:cover;gap:12px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center}.what_how_wrapper .what_wrapper .what_item .img_wrapper{height:90px;display:flex;align-items:center}.what_how_wrapper .what_wrapper .what_item .name{font:normal normal bold 22px/34px Titillium Web;color:#000}.what_how_wrapper .what_wrapper .what_item .text{font:normal normal normal 16px/28px Titillium Web;color:#000;padding:0 30px}.what_how_wrapper .how_wrapper{display:flex;justify-content:center;gap:150px;margin:57px 0 60px;position:relative}.what_how_wrapper .how_wrapper .next_icon{position:absolute;top:123px}.what_how_wrapper .how_wrapper .next_icon.left{left:37.5%}.what_how_wrapper .how_wrapper .next_icon.right{right:37.5%}.what_how_wrapper .how_wrapper .how_item{width:300px;text-align:left}.what_how_wrapper .how_wrapper .how_item .name{padding-left:8px;font:normal normal normal 16px/28px Titillium Web;color:#000}.what_how_wrapper .how_wrapper .how_item .name span{font:normal normal bold 16px/28px Titillium Web;color:#000}.fps_hadeware{width:100%;background:rgba(0,0,0,0) linear-gradient(180deg, #FFFFFF 0%, #F6F5FF 100%) 0% 0% no-repeat padding-box;padding:100px 0 75px}.fps_hadeware h2{font:normal normal bold 44px/60px Titillium Web;color:#000;text-align:center}.fps_hadeware .des{font:normal normal normal 22px/38px Titillium Web;color:#1e1c2c;text-align:center;width:918px;margin:18px auto 24px}.fps_hadeware>.download_btn{margin:0 auto 160px}.fps_hadeware .hadeware_wrapper{display:flex;flex-direction:column;gap:145px}.fps_hadeware .hadeware_wrapper .hadeware_item{display:flex;gap:83px;align-items:center;justify-content:center}.fps_hadeware .hadeware_wrapper .hadeware_item.special .left{order:1}.fps_hadeware .hadeware_wrapper .hadeware_item.special .right{order:0;margin-left:-240px}.fps_hadeware .hadeware_wrapper .hadeware_item .left{width:465px}.fps_hadeware .hadeware_wrapper .hadeware_item .left .title{font:normal normal bold 32px/48px Titillium Web;color:#000}.fps_hadeware .hadeware_wrapper .hadeware_item .left .text{font:normal normal normal 22px/44px Titillium Web;color:#000;margin:20px 0 24px}.fps_hadeware .hadeware_wrapper .hadeware_item .right{width:724px;height:588px;display:flex;justify-content:center;align-items:center}.fps_vs{width:100%;padding:87px 0 99px;text-align:center}.fps_vs h2{font:normal normal bold 44px/60px Titillium Web;color:#000}.fps_vs .des{font:normal normal normal 22px/38px Titillium Web;color:#1e1c2c;width:933px;margin:18px auto 38px}.fps_vs .vs_table{display:flex;justify-content:center;align-items:center;margin-bottom:50px}.fps_vs .vs_table>div{background:#f9f9f9 0% 0% no-repeat padding-box;border-bottom:1px solid #c2bcd8}.fps_vs .vs_table>div p{height:68.5px;padding:21px 140px;border-top:1px solid #c2bcd8;box-sizing:border-box;font:normal normal 600 16px/16px Titillium Web;display:flex;align-items:center;justify-content:center;color:#1e1c2c}.fps_vs .vs_table>div p.large{height:90px}.fps_vs .vs_table>div p.first{font-size:20px}.fps_vs .vs_table>div.left p{padding:21px 61px;font-size:20px;border-left:1px solid #c2bcd8}.fps_vs .vs_table>div.right p{border-right:1px solid #c2bcd8}.fps_vs .vs_table>div.middle{background:url("/tpl/tools/es/img/fps-calculator/table.png");background-size:cover;border:none;border:1px solid #1264fc}.fps_check{width:100%;height:771px;background:url("/tpl/tools/es/img/fps-calculator/check_bg.png") no-repeat;padding:73px 0 127px;box-sizing:border-box;position:relative}.fps_check h2{font:normal normal bold 44px/60px Titillium Web;color:#fff;margin-bottom:55px;text-align:center}.fps_check .check_swiper_btn{z-index:9;position:absolute;left:338px;top:50%;display:inline-block;width:44px;height:44px;border-radius:22px;background:url("/tpl/tools/es/img/fps-calculator/next_l.svg") no-repeat #e32929;background-position:center;cursor:pointer;transition:.1s}@media(hover: hover)and (pointer: fine){.fps_check .check_swiper_btn:hover{background:url("/tpl/tools/es/img/fps-calculator/next_l.svg") no-repeat #ff4e4e;background-position:left 10px center}}.fps_check .check_swiper_btn.check_swiper_next{left:unset;right:338px;background:url("/tpl/tools/es/img/fps-calculator/next_r.svg") no-repeat #e32929;background-position:center}@media(hover: hover)and (pointer: fine){.fps_check .check_swiper_btn.check_swiper_next:hover{background:url("/tpl/tools/es/img/fps-calculator/next_r.svg") no-repeat #ff4e4e;background-position:right 10px center}}.fps_check .check_swiper{width:1120px;height:500px;margin:0 auto;background:#fff 0% 0% no-repeat padding-box;border:1px solid #2f77fc}.fps_check .check_swiper .swiper-wrapper .swiper-slide{width:100%;display:flex;align-items:center;justify-content:center;gap:37px}.fps_check .check_swiper .swiper-wrapper .swiper-slide .left{width:465px}.fps_check .check_swiper .swiper-wrapper .swiper-slide .title{font:normal normal bold 28px/43px Titillium Web;color:#000}.fps_check .check_swiper .swiper-wrapper .swiper-slide .text{font:normal normal normal 18px/32px Titillium Web;color:#000;margin:17px 0}.fps_check .check_swiper .swiper-wrapper .swiper-slide .text span{display:inline-block;width:8px;height:8px;border-radius:4px;background:#000;margin-right:12px}.fps_check .check_swiper .swiper-wrapper .swiper-slide .back_top_btn{padding:15px 49px}.fps_other{width:100%;padding:75px 0 120px;text-align:center}.fps_other h2{font:normal normal bold 44px/60px Titillium Web;color:#000}.fps_other .des{font:normal normal normal 22px/38px Titillium Web;color:#1e1c2c;margin:6px 0 53px}.fps_other .other_warpper{display:flex;justify-content:center;align-items:stretch}.fps_other .other_warpper .other_item{width:475px;height:565px;background:url("/tpl/tools/es/img/fps-calculator/other_bg.png") no-repeat;background-size:cover;display:flex;flex-direction:column;align-items:center;padding-top:50px;position:relative}.fps_other .other_warpper .other_item .img_warpper{width:177px;height:144px;display:flex;justify-content:center;align-items:center}.fps_other .other_warpper .other_item .title{font:normal normal bold 22px/34px Titillium Web;color:#000;margin:8px 0}.fps_other .other_warpper .other_item .text{width:320px;font:normal normal normal 16px/28px Titillium Web;color:#000}.fps_other .other_warpper .other_item a{display:inline-block;padding:14px 72px;background:#1264fc 0% 0% no-repeat padding-box;border-radius:6px;font:normal normal 600 18px/27px Titillium Web;color:#fff;position:absolute;bottom:88px;transition:.1s}@media(hover: hover)and (pointer: fine){.fps_other .other_warpper .other_item a:hover{background:#5892ff 0% 0% no-repeat padding-box;text-decoration:unset}}.fps_faq{width:100%;padding:0 0 80px;background:rgba(0,0,0,0) linear-gradient(178deg, #FFFFFF 0%, #F6F5FF 100%) 0% 0% no-repeat padding-box}.fps_faq h2{text-align:center;font:normal normal bold 44px/67px Titillium Web;color:#000;margin-bottom:84px}.fps_faq .faq_content{width:1200px;margin:0 auto;border-radius:20px}.fps_faq .faq_content .faq_item{padding-bottom:14px;border-bottom:1px solid #c7cbd8;margin-bottom:29px;cursor:pointer}.fps_faq .faq_content .faq_item .question{display:flex;justify-content:space-between;align-items:center}.fps_faq .faq_content .faq_item .question p{font:normal normal bold 24px/36px Titillium Web;color:#000;transition:color .3s;padding:0 !important}.fps_faq .faq_content .faq_item .question span{width:32px;height:32px;background:url("/tpl/tools/es/img/fps-calculator/open_icon.svg") no-repeat;transition:transform .3s ease}.fps_faq .faq_content .faq_item .answer{font:normal normal normal 16px/26px Roboto;color:#1e1c2c;margin-top:14px;max-height:0;opacity:0;overflow:hidden;transform:translateY(-10px);transition:all .35s ease}.fps_faq .faq_content .faq_item.active .question span{transform:rotate(180deg);background:url("/tpl/tools/es/img/fps-calculator/close_icon.svg") no-repeat}.fps_faq .faq_content .faq_item.active .answer{max-height:300px;opacity:1;transform:translateY(0)}.fps_try{width:100%;height:365px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:36px;background:url("/tpl/tools/es/img/fps-calculator/try_bg.png") no-repeat}.fps_try h2{font:italic normal 600 44px/34px Titillium Web;letter-spacing:1.32px;color:#fff;text-shadow:0px 0px 10px red}html[lang=fr] .fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-title{font-size:16px}html[lang=ja] .fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-title{font-size:20px}html[lang=it] .fps-calculator .result-box .result-box-content .result-content .fps-result-box .smooth-gameing-box{font-size:14px !important}html:not(:lang(en)) .fps-calculator{padding-bottom:70px}@media screen and (max-width: 768px){html[lang=pt] .fps-calculator .fps-tool .fps-tool-box .pc-box-content .pc-box-content-title,html[lang=es] .fps-calculator .fps-tool .fps-tool-box .pc-box-content .pc-box-content-title{font-size:13px}html[lang=fr] .fps-calculator .result-box .result-box-content .result-content .down-box .down-box-btn,html[lang=de] .fps-calculator .result-box .result-box-content .result-content .down-box .down-box-btn{font-size:17px !important}.pc-show{display:none}.mob-show{display:block}.fps-calculator{background-image:url("/tpl/tools/img/fps-calculator/fps-calculator-bg.png");background-size:100% 100%;background-repeat:no-repeat;padding-top:60px;box-sizing:border-box}.fps-calculator .select-box-selected{padding-left:6px !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:134px !important}.fps-calculator .select-box-selected.cup-and-gpu-selected{width:100% !important}.fps-calculator .select-list-item{padding:0 2px !important}.fps-calculator .select-list-item-left{font-size:12px;line-height:18px}.fps-calculator .fps-tool{width:100%;padding-top:10px;padding:10px;box-sizing:border-box}.fps-calculator .fps-tool h1{font:normal normal bold 35px/42px Titillium Web;text-align:center}.fps-calculator .fps-tool .fps-tool-desc{display:none}.fps-calculator .fps-tool .fps-tool-box{margin-top:10px;padding-top:20px;box-sizing:border-box;box-shadow:0px 5px 5px rgba(18,100,252,.262745098);border-radius:15px}.fps-calculator .fps-tool .fps-tool-box .tool-title{font:normal normal bold 15px/23px Titillium Web;padding:0;padding:0 9px}.fps-calculator .fps-tool .fps-tool-box .box-container{margin-top:7.5px;padding:0 9px;flex-direction:column;gap:13px}.fps-calculator .fps-tool .fps-tool-box .box-container.minddle{margin-top:14px}.fps-calculator .fps-tool .fps-tool-box .box-container .cpu-and-gpu-box{width:100% !important}.fps-calculator .fps-tool .fps-tool-box .box-container .cpu-and-gpu-box .pc-box-content-title{font:normal normal bold 13px/20px Titillium Web}.fps-calculator .fps-tool .fps-tool-box .box-container .half-box{gap:9px}.fps-calculator .fps-tool .fps-tool-box .pc-box-content{height:90px;padding:12px 9px}.fps-calculator .fps-tool .fps-tool-box .pc-box-content .pc-box-container{height:38px}.fps-calculator .fps-tool .fps-tool-box .advanced-options-title{margin-top:34px}.fps-calculator .fps-tool .fps-tool-box .bottom-box{margin-top:17px;width:100%;height:100px;border-radius:0 0 15px 15px;padding:0 34px;display:flex;justify-content:center;align-items:center}.fps-calculator .fps-tool .fps-tool-box .bottom-box .calculate-now-btn{width:100%;height:53px;font:normal normal bold 19px/29px Titillium Web}.fps-calculator .fps-tool .fps-tool-hint-box{margin-top:20px;gap:20px;flex-direction:column}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box{max-width:100%;padding:21px 15px 22px;min-height:205px;border-radius:15px}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-box-title{font-size:17px;line-height:26px}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-container .understanding-list{gap:10px;display:flex;margin-bottom:10px;flex-direction:column}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-container .understanding-list .understanding-list-item{gap:6px}.fps-calculator .fps-tool .fps-tool-hint-box .understanding-box .understanding-container .understanding-list .understanding-list-item .ULI-text{font-size:13px;line-height:25px}.fps-calculator .fps-tool .fps-tool-hint-box .laptop-specs-box{max-width:100%;min-height:150px;border-radius:15px;padding:21px 15px 0px}.fps-calculator .fps-tool .fps-tool-hint-box .laptop-specs-box .laptop-specs-box-title{font-size:17px;line-height:26px;margin-bottom:15px}.fps-calculator .fps-tool .fps-tool-hint-box .laptop-specs-box .laptop-specs-box-desc{font-size:13px;line-height:20px}.fps-calculator .result-box{width:100%;padding-top:20px}.fps-calculator .result-box h3{font-size:30px;line-height:38px;margin-bottom:20px}.fps-calculator .result-box .result-box-content{flex-direction:column;gap:22px}.fps-calculator .result-box .result-box-content .result-content{width:100% !important}.fps-calculator .result-box .result-box-content .result-content .result-box-content-title{width:100%;text-align:center;font-size:14px !important;line-height:21px !important;margin-bottom:6px}.fps-calculator .result-box .result-box-content .result-content .result-box-content-title.mob-show{margin-bottom:20px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box{padding:18px 15px 13px;min-height:264px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-number{font-size:37px !important;line-height:56px !important}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-result-desc{font-size:12px !important;line-height:18px !important;margin-top:0px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .smooth-gameing-box{width:135px;height:28px;font-size:12px !important;line-height:18px !important;margin-top:10px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content{margin-top:23px;gap:8px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item{padding:8px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item .low-content-item-title{font-size:13px !important;line-height:19px !important}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .low-content .low-content-item .low-content-item-value{font-size:11px !important;line-height:17px !important}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-hint{margin-top:15px;width:283px;gap:3px}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-hint .fps-hint-icon{width:9px !important;height:9px !important}.fps-calculator .result-box .result-box-content .result-content .fps-result-box .fps-hint .fps-hint-text{font-size:11px !important;line-height:17px !important;padding:0 !important;text-align:center}.fps-calculator .result-box .result-box-content .result-content .down-box{padding:20px 18px 21px;min-height:330px}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-title{font-size:17px !important;line-height:26px !important;margin-bottom:6px}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-desc{font-size:13px !important;line-height:18px !important}.fps-calculator .result-box .result-box-content .result-content .down-box .down-box-btn{width:100%;height:50px;border-radius:10px;box-shadow:0px 3px 3px #000;font-size:19px !important;line-height:29px !important}.fps-calculator .result-box .result-table-box{margin-top:22px;width:100%;padding:27px 12px 20px;box-sizing:border-box;border-radius:15px}.fps-calculator .result-box .result-table-box .result-tyle-list{overflow-x:auto;height:37px;gap:23px}.fps-calculator .result-box .result-table-box .result-tyle-list .result-tyle-list-item>div{font-size:14px !important;line-height:21px !important}.fps-calculator .result-box .result-table-box .result-tyle-list .result-tyle-list-item>div::after{height:3px}.fps-calculator .result-box .result-table-box .graphics-box{margin-top:15px;width:100%;padding:15px 5px 20px !important;min-height:125px;border-radius:10px}.fps-calculator .result-box .result-table-box .graphics-box .graphics-box-title{text-align:center;font-size:14px !important;line-height:21px !important;margin-bottom:20px}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list{gap:6px !important}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item{height:68px !important;padding-top:15px !important}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-title{font-size:12px !important;line-height:18px !important;text-align:center}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-table-list .graphics-table-list-item .graphics-table-list-item-value{font-size:10px !important;line-height:15px !important}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box{margin-top:8px !important;gap:0px;flex-direction:column}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box.pc-show{display:none}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box.mob-show{display:flex}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box .graphics-content-box-text-box{width:100%;display:flex;justify-content:space-between;align-items:center}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box .graphics-content-box-text-box .graphics-content-box-text{font:normal normal bold 12px/18px Titillium Web;color:#2a2a2a}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box .graphics-content{width:100%;flex:auto;height:8px !important}.fps-calculator .result-box .result-table-box .graphics-box .graphics-table-box .graphics-content-box .graphics-content .graphics-content-sliding{width:5px !important;height:16px !important}.fps-calculator .result-box .result-table-box .reset-1-chart-box{margin-top:15px;gap:15px;flex-direction:column}.fps-calculator .result-box .result-table-box .reset-1-chart-box .reset-1-chart-box-item{width:100%;flex:auto !important;height:243px;padding:15px 10px 8px;box-sizing:border-box;border-radius:10px}.fps-calculator .result-box .result-table-box .reset-1-chart-box .reset-1-chart-box-item .reset-1-chart-box-item-title{font-size:14px !important;line-height:21px !important;margin-bottom:7px;text-align:center}.fps-calculator .result-box .result-table-box .result-2-box{margin-top:15px !important;flex-direction:column;gap:15px;display:flex}.fps-calculator .result-box .result-table-box .result-2-box .result-explain-list-box .result-explain-item{padding:13px 15px 10px}.fps-calculator .result-box .result-table-box .result-2-box .result-explain-list-box .result-explain-item .result-explain-item-title .result-explain-item-title-icon{width:10px;height:10px;min-width:10px;min-height:10px}.fps-calculator .result-box .result-table-box .result-2-box .result-explain-list-box .result-explain-item .result-explain-item-title .result-explain-item-title-text{font-size:14px !important;line-height:21px !important}.fps-calculator .result-box .result-table-box .result-2-box .result-explain-list-box .result-explain-item .result-explain-item-content{font-size:13px !important;line-height:20px !important;margin-top:9px}.fps-calculator .result-box .result-table-box .result-2-box .result-explain-list-box .result-explain-item .result-explain-item-bottom{font-size:12px !important;line-height:18px !important;margin-top:38px}.fps-calculator .result-box .fps-comparison-box{margin-top:15px;gap:15px;flex-direction:column}.fps-calculator .result-box .fps-comparison-box .fps-comparison-box-item{width:100%;min-width:310px;height:155px;padding:15px 10px 8px;box-sizing:border-box;border-radius:10px}.fps-calculator .result-box .fps-comparison-box .fps-comparison-box-item .fps-comparison-box-item-title{text-align:center;font-size:14px !important;line-height:21px !important;margin-bottom:7px}.download_btn{display:flex;width:fit-content;padding:.28rem 1.2rem;box-shadow:unset;border-radius:.1rem;font:normal normal 500 .3rem/.37rem Titillium Web}.pc_download{display:none}.mob_download{display:flex}.back_top_btn{display:flex;width:fit-content;padding:.28rem 1.16rem;border-radius:.1rem;font:normal normal 500 .3rem/.37rem Titillium Web;margin:0 auto}.fps_improve{width:100%;background:url("/tpl/tools/es/img/fps-calculator/banner_top_mob.png") no-repeat;text-align:center;padding:.7rem .4rem 1rem;box-sizing:border-box}.fps_improve h2{font:italic normal 600 .52rem/.7rem Titillium Web;letter-spacing:1.56px}.fps_improve .des{font:normal normal normal .28rem/.36rem Titillium Web;margin:.23rem 0 .57rem}.fps_improve .fps_improve_content{gap:.3rem;flex-direction:column}.fps_improve .fps_improve_content .left .tips{font:normal normal normal .26rem/.6rem Roboto;gap:.06rem}.fps_improve .fps_improve_content .left .tips::before{content:"";display:inline-block;width:14px;height:14px;background:url("/tpl/tools/es/img/fps-calculator/right.svg") no-repeat}.fps_improve .fps_improve_content .left .download_btn{display:none}.fps_improve .fps_improve_content img{width:100%;height:auto}.fps_improve>.download_btn{display:flex;margin:.7rem auto 0}.what_how_wrapper{margin-top:.3rem;width:100%;padding:.94rem .4rem;gap:1.3rem;box-sizing:border-box}.what_how_wrapper h2{font:normal normal bold .48rem/.6rem Titillium Web}.what_how_wrapper .des{width:100%;font:normal normal normal .28rem/.42rem Titillium Web;margin:.38rem 0 .44rem}.what_how_wrapper .what_wrapper{flex-direction:column;padding:0 .3rem;gap:.5rem;margin-bottom:.74rem}.what_how_wrapper .what_wrapper .what_item{width:100%;height:unset;background:url("/tpl/tools/es/img/fps-calculator/what_bg.png") no-repeat;background-size:100% 100%;gap:.3rem;padding:.6rem 0}.what_how_wrapper .what_wrapper .what_item .img_wrapper{height:2.12rem}.what_how_wrapper .what_wrapper .what_item .name{font:normal normal bold .46rem/.7rem Titillium Web}.what_how_wrapper .what_wrapper .what_item .text{font:normal normal normal .28rem/.42rem Titillium Web;padding:0 .6rem}.what_how_wrapper .how_wrapper{flex-direction:column;gap:.5rem;padding:0 .76rem;margin:.97rem 0 .87rem;box-sizing:border-box;position:relative}.what_how_wrapper .how_wrapper .next_icon{display:none}.what_how_wrapper .how_wrapper .how_item{width:100%;text-align:left}.what_how_wrapper .how_wrapper .how_item img{width:100%;height:auto}.what_how_wrapper .how_wrapper .how_item .name{padding-left:8px;font:normal normal normal .28rem/.4rem Titillium Web}.what_how_wrapper .how_wrapper .how_item .name span{font:normal normal bold .28rem/.4rem Titillium Web}.fps_hadeware{padding:.7rem 0;box-sizing:border-box}.fps_hadeware h2{font:normal normal bold .48rem/.6rem Titillium Web;padding:0 .4rem;box-sizing:border-box}.fps_hadeware .des{font:normal normal normal .28rem/.42rem Titillium Web;width:100%;margin:.24rem auto;padding:0 .4rem;box-sizing:border-box}.fps_hadeware>.download_btn{margin:0 auto 1rem}.fps_hadeware .hadeware_wrapper{gap:1.5rem;padding:0 .4rem;box-sizing:border-box}.fps_hadeware .hadeware_wrapper .hadeware_item{gap:.2rem;flex-direction:column}.fps_hadeware .hadeware_wrapper .hadeware_item.special .left{order:1}.fps_hadeware .hadeware_wrapper .hadeware_item.special .right{order:-1;margin-left:unset}.fps_hadeware .hadeware_wrapper .hadeware_item .left{order:1;width:100%;text-align:center}.fps_hadeware .hadeware_wrapper .hadeware_item .left .title{font:normal normal bold .42rem/.6rem Titillium Web}.fps_hadeware .hadeware_wrapper .hadeware_item .left .text{font:normal normal normal .26rem/.42rem Titillium Web;margin:.2rem 0 .3rem}.fps_hadeware .hadeware_wrapper .hadeware_item .left .download_btn{margin:0 auto}.fps_hadeware .hadeware_wrapper .hadeware_item .right{order:-1;width:100%;height:auto}.fps_hadeware .hadeware_wrapper .hadeware_item .right img{width:100%;height:auto}.fps_hadeware .hadeware_wrapper .hadeware_item .right img.img2{width:85%}.fps_vs{width:100%;padding:.55rem 0 1rem}.fps_vs h2{font:normal normal bold .48rem/.6rem Titillium Web;padding:0 .4rem;box-sizing:border-box}.fps_vs .des{font:normal normal normal .28rem/.38rem Titillium Web;width:100%;margin:0 auto .4rem;padding:0 .4rem;box-sizing:border-box}.fps_vs .vs_table{margin-bottom:.74rem}.fps_vs .vs_table>div p{height:auto;min-height:1.2rem;padding:0 .3rem;font:normal normal 600 .22rem/.32rem Titillium Web}.fps_vs .vs_table>div p.large{height:90px}.fps_vs .vs_table>div p.first{font-size:.28rem}.fps_vs .vs_table>div.left p{padding:0 .3rem;font-size:.28rem}.fps_vs .vs_table>div.right p{border-right:1px solid #c2bcd8}.fps_vs .vs_table>div.middle{background:#f6f1fc 0% 0% no-repeat padding-box;background-size:unset;border:none;border:1px solid #1264fc}.fps_check{width:100%;height:unset;background:url("/tpl/tools/es/img/fps-calculator/check_bg.png") no-repeat;background-size:100% 100%;padding:.4rem 0 .6rem;position:relative}.fps_check h2{font:normal normal bold .48rem/.6rem Titillium Web;margin-bottom:.5rem;padding:0 .8rem}.fps_check .check_swiper_page{display:flex;justify-content:center;gap:.2rem}.fps_check .check_swiper_btn{z-index:9;position:unset;left:unset;top:unset;display:inline-block;width:.63rem;height:.63rem;border-radius:.32rem;background:url("/tpl/tools/es/img/fps-calculator/next_l.svg") no-repeat #e32929;background-position:center}.fps_check .check_swiper_btn.check_swiper_next{left:unset;right:unst;background:url("/tpl/tools/es/img/fps-calculator/next_r.svg") no-repeat #e32929;background-position:center}.fps_check .check_swiper{width:calc(100% - .8rem);height:auto;margin:0 auto .65rem}.fps_check .check_swiper .swiper-wrapper .swiper-slide{width:100% !important;padding:.36rem .52rem;box-sizing:border-box;flex-direction:column;justify-content:unset;gap:.28rem;position:relative;height:11rem}.fps_check .check_swiper .swiper-wrapper .swiper-slide .left{width:100%}.fps_check .check_swiper .swiper-wrapper .swiper-slide .title{font:normal normal bold .34rem/.52remx Titillium Web}.fps_check .check_swiper .swiper-wrapper .swiper-slide .text{font:normal normal normal .24rem/.36rem Titillium Web;color:#000;margin:.1rem 0}.fps_check .check_swiper .swiper-wrapper .swiper-slide .text span{display:inline-block;width:8px;height:8px;border-radius:4px;background:#000;margin-right:12px}.fps_check .check_swiper .swiper-wrapper .swiper-slide img{width:100%;height:auto;order:-1}.fps_check .check_swiper .swiper-wrapper .swiper-slide .back_top_btn{position:absolute;bottom:.6rem;left:20%}.fps_other{width:100%;padding:.9rem 0;background:#fff}.fps_other h2{font:normal normal bold .48rem/.6rem Titillium Web;padding:0 .7rem}.fps_other .des{font:normal normal normal .28rem/.42rem Titillium Web;padding:0 .7rem;margin:6px 0 .45rem}.fps_other .other_warpper{flex-direction:column;padding:0 .4rem}.fps_other .other_warpper .other_item{width:100%;height:auto;background:rgba(0,0,0,0) url("/tpl/tools/es/img/fps-calculator/bg_mob_try.png") 0% 0% no-repeat padding-box;background-size:100% 100%;padding-top:unset;padding:.68rem .65rem 1.3rem;box-sizing:border-box;position:unset}.fps_other .other_warpper .other_item .img_warpper{width:3.57rem;height:2.6rem}.fps_other .other_warpper .other_item .img_warpper img{max-width:100%;max-height:100%}.fps_other .other_warpper .other_item .title{font:normal normal bold .46rem/.7rem Titillium Web;margin:.4rem 0 .2rem}.fps_other .other_warpper .other_item .text{width:100%;font:normal normal normal .28rem/.42rem Titillium Web}.fps_other .other_warpper .other_item a{display:inline-block;padding:.19rem 1rem;border-radius:.06rem;font:normal normal 600 .34rem/.52rem Titillium Web;position:unset;bottom:unset;margin-top:.35rem}.fps_faq{padding:.8rem 0;background:rgba(0,0,0,0) linear-gradient(180deg, #FFFFFF 0%, #F6F5FF 100%) 0% 0% no-repeat padding-box;background-size:unset}.fps_faq h2{font:normal normal bold .48rem/.6rem Titillium Web;margin-bottom:.85rem}.fps_faq .faq_content{padding:0 .4rem;width:100%;box-sizing:border-box}.fps_faq .faq_content .faq_item{padding-bottom:.28rem;margin-bottom:.3rem}.fps_faq .faq_content .faq_item .question{gap:.5rem 0}.fps_faq .faq_content .faq_item .question p{font:normal normal 600 .3rem/.46rem Titillium Web;color:#000}.fps_faq .faq_content .faq_item .question span{flex-shrink:0;width:.64rem;height:.64rem}.fps_faq .faq_content .faq_item .answer{font:normal normal normal .28rem/.4rem Roboto;margin-top:.2rem}.fps_faq .faq_content .faq_item.active .answer{max-height:4rem}.fps_try{width:100%;height:auto;padding:1.15rem .85rem 1.08rem;gap:.55rem;box-sizing:border-box;background:url("/tpl/tools/es/img/fps-calculator/try_bg.png") no-repeat}.fps_try h2{font:italic normal 600 .5rem/.56rem Titillium Web;letter-spacing:0;text-align:center}}@keyframes rotate360{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}