@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}}html,body{min-height:100%;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}@supports(-moz-appearance: none){*{scrollbar-width:thin;scrollbar-color:unset}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:rgba(31,31,41,.2);border-radius:5px}::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb:hover{background-color:rgba(31,31,41,.5)}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wrapper{display:flex;flex-direction:column;align-items:center}.wrapper,.wrapper *{margin:0;padding:0;box-sizing:border-box}@media screen and (max-width: 768px){.wrapper{padding-top:60px}}@keyframes dropDownOpen{0%{transform:scaleY(0);opacity:0}100%{transform:scaleY(1);opacity:1}}.power-supply-calculator{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:100%}@media screen and (min-width: 769px){.is-mobile{display:none !important}.power-supply-calculator{width:100%;height:100%;background-image:url("/tpl/tools/img/power-supply-calculator/calculator_bg.png");background-repeat:no-repeat;background-size:cover;background-position:center}.calculator-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;padding:38px 10px 198px}.calculator-wrapper .title{color:#2a2a2a;font:normal normal 700 40px/61px Titillium Web;text-align:center}.calculator-wrapper .description{color:#707070;font:normal normal 400 16px/24px Titillium Web;padding:6px 0 16px;text-align:center}.calculator-wrapper .configuration-wrapper{max-width:1064px;width:100%;padding:13px 13px 0 20px;border-radius:20px;border:1px solid #a5c5ff;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);background-color:#fcfdff}.calculator-wrapper .configuration-wrapper .header-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0}.calculator-wrapper .configuration-wrapper .header-wrapper .header-title{color:#707070;font:normal normal 400 16px/24px Titillium Web}.calculator-wrapper .configuration-wrapper .header-wrapper .reset-btn{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:14px;height:44px;padding:0 18px 0 15px;border-radius:8px;border:1px solid #d9d9d9;background-color:#fff}.calculator-wrapper .configuration-wrapper .header-wrapper .reset-btn:hover{background-color:#f3f7ff;cursor:pointer}.calculator-wrapper .configuration-wrapper .header-wrapper .reset-btn .reset-icon{width:16px;height:16px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_reset.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .header-wrapper .reset-btn .reset-txt{color:#2a2a2a;font:normal normal 400 14px/21px Titillium Web}.calculator-wrapper .configuration-wrapper .content-wrapper{padding:9px 12px 12px 12px}.calculator-wrapper .configuration-wrapper .content-wrapper.first{margin-top:-3px}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px;padding-bottom:8px}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-cpu{width:20px;height:20px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_cpu.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-gpu{width:24px;height:22px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_gpu.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-motheboard{width:20px;height:20px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_motheboard.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-memory{width:21px;height:15px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_memory.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-optional{width:24px;height:24px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_optional.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .name{color:#2a2a2a;font:normal normal 700 18px/27px Titillium Web}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .tip{color:#707070;font:normal normal 400 14px/21px Titillium Web;padding-left:4px}.calculator-wrapper .configuration-wrapper .content-wrapper .specific-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px}.calculator-wrapper .configuration-wrapper .footer-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:0;margin:30px -13px 0 -20px;padding:15px 25px 17px;height:88px;border-radius:0 0 20px 20px;background-color:#e7efff}.calculator-wrapper .configuration-wrapper .footer-wrapper .calculate-btn{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;height:56px;padding:0 56px;border-radius:10px;background-color:#125ae4}.calculator-wrapper .configuration-wrapper .footer-wrapper .calculate-btn:hover{background-color:#3178ff;cursor:pointer}.calculator-wrapper .configuration-wrapper .footer-wrapper .calculate-btn .btn-txt{color:#fff;font:normal normal 700 20px/31px Titillium Web}.calculated-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:15px;max-width:1064px;width:100%;padding:24px 10px 80px}.calculated-wrapper .back-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;height:44px;padding:0 22px;margin-bottom:15px;border-radius:8px;border:2px solid #e9ecf6;cursor:pointer}.calculated-wrapper .back-wrapper .icon-back{width:7px;height:14px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_back.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculated-wrapper .back-wrapper .back-txt{color:#000;font:normal normal 400 16px/24px Titillium Web}.calculated-wrapper .recommend-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:5px;width:100%;padding:52px 10px;border-radius:20px;border:1px solid #a5c5ff;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);background-color:#fff}.calculated-wrapper .recommend-wrapper .recommend-txt{color:#2a2a2a;font:normal normal 400 16px/24px Titillium Web}.calculated-wrapper .recommend-wrapper .watts{color:#3178ff;font:normal normal 700 44px/67px Titillium Web}.calculated-wrapper .banner{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:46px;width:100%;height:148px;background-image:url("/tpl/tools/img/power-supply-calculator/banner_bg.png");background-repeat:no-repeat;background-size:cover;background-position:left center;padding:0 26px;border-radius:20px}.calculated-wrapper .banner .banner-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3px;max-width:488px}.calculated-wrapper .banner .banner-content .banner-title{color:#fff;font:normal normal 700 24px/36px Titillium Web;width:100%}.calculated-wrapper .banner .banner-content .banner-desc{color:#dedede;font:normal normal 400 16px/20px Titillium Web}.calculated-wrapper .banner .banner-btn{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;flex-shrink:0;height:42px;padding:0 41px;border-radius:10px;background:linear-gradient(270deg, #24b2ed 0%, #1adeab 100%)}.calculated-wrapper .banner .banner-btn:hover{background:linear-gradient(270deg, #40c2f8 0%, #3bf8c7 100%);cursor:pointer}.calculated-wrapper .banner .banner-btn .banner-btn-txt{color:#fff;font:normal normal 700 16px/24px Titillium Web}.calculated-wrapper .configuration-wrapper__calculated{width:100%;padding:33px 30px 40px 44px;border-radius:20px;border:1px solid #a5c5ff;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);background-color:#fff}.calculated-wrapper .configuration-wrapper__calculated .configuration-title{color:#2c374f;font:normal normal 700 28px/43px Titillium Web;text-align:center}.calculated-wrapper .configuration-wrapper__calculated .configuration-list .configuration-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;height:48px;padding-right:15px;border-bottom:1px solid #e8e8e8}.calculated-wrapper .configuration-wrapper__calculated .configuration-list .configuration-item .configuration-item-name{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;color:#2a2a2a;font:normal normal 400 15px/23px Titillium Web}.calculated-wrapper .configuration-wrapper__calculated .configuration-list .configuration-item .configuration-item-name::before{content:"";display:block;width:12px;height:12px;border-radius:50%;background-color:#1264fc}.calculated-wrapper .configuration-wrapper__calculated .configuration-list .configuration-item .configuration-item-value{color:#2a2a2a;font:normal normal 700 15px/23px Titillium Web}.select-wrapper{flex:1 1 0;min-width:0;max-width:none}.select-wrapper.max{flex:1 1 100%}.select-wrapper.min{flex:0 0 78px;max-width:78px;margin-left:-9px}.select-wrapper .select-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:3px;position:relative}.select-wrapper .select-content .select-title{color:#2a2a2a;font:normal normal 700 14px/21px Titillium Web;height:21px}.select-wrapper .select-content .select-input-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;position:relative;width:100%;height:44px;padding:0 11px 0 17px;border-radius:8px;border:1px solid #d9d9d9;background-color:#f0f0f0;cursor:pointer;transition:border .3s ease, background-color .3s ease}.select-wrapper .select-content .select-input-wrapper:hover{border:1px solid #1064fc;background-color:#edf2fc}.select-wrapper .select-content .select-input-wrapper.is-disabled{cursor:not-allowed}.select-wrapper .select-content .select-input-wrapper.is-active{border:1px solid #1064fc;background-color:#edf2fc}.select-wrapper .select-content .select-input-wrapper.is-active .icon-down{transform:rotate(180deg)}.select-wrapper .select-content .select-input-wrapper .select-input{color:#2a2a2a;font:normal normal 400 14px/21px Titillium Web;flex:1;width:0;height:100%;padding:0;background-color:rgba(0,0,0,0);border:none;outline:none;cursor:pointer}.select-wrapper .select-content .select-input-wrapper .select-input.is-hidden{position:absolute;z-index:-1;opacity:0}.select-wrapper .select-content .select-input-wrapper .selected-value{color:#2a2a2a;font:normal normal 400 14px/21px Titillium Web;flex:1;width:0;user-select:none}.select-wrapper .select-content .select-input-wrapper .icon-down{width:20px;height:20px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_down.svg");background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .3s ease}.select-wrapper .select-content .select-popup{position:absolute;top:calc(100% + 2px);left:0;min-width:100%;padding:6px;border:1px solid #d4e0f8;border-radius:10px;background-color:#fff;z-index:99;transform-origin:center top;opacity:0;transform:scaleY(0)}.select-wrapper .select-content .select-popup.is-up{transform-origin:center bottom;top:auto;bottom:calc(100% - 21px)}.select-wrapper .select-content .select-popup.is-right{left:auto;right:0}.select-wrapper .select-content .select-popup.open{animation:dropDownOpen .3s forwards}.select-wrapper .select-content .select-popup .select-list{max-height:240px;padding-right:6px;overflow-y:auto}.select-wrapper .select-content .select-popup .select-list .option{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%;height:40px;padding:0 18px;border-radius:8px}.select-wrapper .select-content .select-popup .select-list .option:hover{background-color:#e7efff;cursor:pointer}.select-wrapper .select-content .select-popup .select-list .option .option-name{color:#2a2a2a;font:normal normal 400 14px/21px Titillium Web;white-space:nowrap}.select-wrapper .select-content .select-popup .select-list .option .selected-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;width:24px;height:24px;flex-shrink:0}.select-wrapper .select-content .select-popup .select-list .option .selected-wrapper .selected-icon{width:24px;height:24px;background-image:url("/tpl/tools/img/power-supply-calculator/icon_selected.svg");background-repeat:no-repeat;background-size:contain;background-position:center}}@media screen and (max-width: 768px){.is-pc{display:none !important}.power-supply-calculator{width:100%;height:100%;background-image:url("/tpl/tools/img/power-supply-calculator/calculator_bg_mobile.png");background-repeat:no-repeat;background-size:cover;background-position:center}.calculator-wrapper{padding:2.667vw 5.333vw 25.333vw}.calculator-wrapper .title{color:#2a2a2a;font:normal normal 700 9.333vw/11.2vw Titillium Web;padding:0 0 2.667vw 1.067vw}.calculator-wrapper .configuration-wrapper{width:100%;padding:2.133vw 2.4vw 0 2.4vw;border-radius:4vw;border:1px solid #a5c5ff;box-shadow:0px 1.333vw 1.333vw rgba(18,100,252,.1019607843);background-color:#fcfdff}.calculator-wrapper .configuration-wrapper .header-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4.267vw;padding-bottom:2.533vw}.calculator-wrapper .configuration-wrapper .header-wrapper .header-title{color:#707070;font:normal normal 400 4.533vw/6.933vw Titillium Web}.calculator-wrapper .configuration-wrapper .header-wrapper .reset-btn{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;height:9.333vw;padding:2.667vw;border-radius:2.133vw;border:1px solid #d9d9d9;background-color:#fff}.calculator-wrapper .configuration-wrapper .header-wrapper .reset-btn .reset-icon{width:4vw;height:4vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_reset.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper{margin-bottom:6.933vw}.calculator-wrapper .configuration-wrapper .content-wrapper:last-child{margin-bottom:0}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1.467vw;padding-bottom:2.133vw}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-cpu{width:5.333vw;height:5.333vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_cpu.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-gpu{width:6.133vw;height:5.733vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_gpu.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-motheboard{width:5.2vw;height:5.2vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_motheboard.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-memory{width:6.267vw;height:3.333vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_memory.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .icon-optional{width:5.6vw;height:5.6vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_optional.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .name{color:#2a2a2a;font:normal normal 700 5.067vw/7.733vw Titillium Web}.calculator-wrapper .configuration-wrapper .content-wrapper .content-header .tip{color:#707070;font:normal normal 400 3.733vw/5.733vw Titillium Web;padding-left:.533vw}.calculator-wrapper .configuration-wrapper .content-wrapper .specific-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4.4vw 2.133vw;flex-wrap:wrap}.calculator-wrapper .configuration-wrapper .footer-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;margin:8.933vw -2.4vw 0;padding:6.4vw 4.533vw;border-radius:0 0 4vw 4vw;background-color:#e7efff}.calculator-wrapper .configuration-wrapper .footer-wrapper .calculate-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;width:100%;height:14.133vw;border-radius:2.667vw;background-color:#125ae4}.calculator-wrapper .configuration-wrapper .footer-wrapper .calculate-btn .btn-txt{color:#fff;font:normal normal 700 5.067vw/7.733vw Titillium Web}.calculated-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4.8vw;width:100%;padding:3.867vw 5.333vw 12.933vw}.calculated-wrapper .back-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.067vw;height:10vw;padding:0 5.067vw;border-radius:1.867vw;border:2px solid #e9ecf6;cursor:pointer}.calculated-wrapper .back-wrapper .icon-back{width:1.467vw;height:2.933vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_back.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.calculated-wrapper .back-wrapper .back-txt{color:#000;font:normal normal 400 3.733vw/5.733vw Titillium Web}.calculated-wrapper .recommend-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.067vw;width:100%;padding:10.667vw 3.467vw 10.133vw;border-radius:4vw;border:1px solid #a5c5ff;box-shadow:0 1.333vw 1.333vw rgba(18,100,252,.1019607843);background-color:#fff}.calculated-wrapper .recommend-wrapper .recommend-txt{color:#2a2a2a;font:normal normal 400 4.267vw/6.4vw Titillium Web}.calculated-wrapper .recommend-wrapper .watts{color:#3178ff;font:normal normal 700 8.8vw/13.467vw Titillium Web}.calculated-wrapper .banner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:0;width:100%;height:69.333vw;background-image:url("/tpl/tools/img/power-supply-calculator/banner_bg_mobile.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding:5.467vw 4.8vw 3.2vw;border-radius:4vw}.calculated-wrapper .banner .banner-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.067vw}.calculated-wrapper .banner .banner-content .banner-title{color:#fff;font:normal normal 700 4.533vw/6.933vw Titillium Web;text-align:center}.calculated-wrapper .banner .banner-content .banner-desc{color:#dedede;font:normal normal 400 3.733vw/4.267vw Titillium Web;text-align:center}.calculated-wrapper .banner .banner-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;width:100%;height:13.333vw;border-radius:2.667vw;background:linear-gradient(270deg, #24b2ed 0%, #1adeab 100%)}.calculated-wrapper .banner .banner-btn .banner-btn-txt{color:#fff;font:normal normal 700 5.067vw/7.733vw Titillium Web}.calculated-wrapper .configuration-wrapper__calculated{width:100%;padding:7.2vw 3.2vw 8.267vw;border-radius:4vw;border:1px solid #a5c5ff;box-shadow:0 1.333vw 1.333vw rgba(18,100,252,.1019607843);background-color:#fff}.calculated-wrapper .configuration-wrapper__calculated .configuration-title{color:#2c374f;font:normal normal 700 5.067vw/7.733vw Titillium Web;padding-bottom:4.667vw;text-align:center}.calculated-wrapper .configuration-wrapper__calculated .configuration-list .configuration-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;height:9.333vw;padding-right:.4vw;border-bottom:1px solid #e8e8e8}.calculated-wrapper .configuration-wrapper__calculated .configuration-list .configuration-item .configuration-item-name{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.867vw;color:#2a2a2a;font:normal normal 400 3.2vw/4.8vw Titillium Web}.calculated-wrapper .configuration-wrapper__calculated .configuration-list .configuration-item .configuration-item-name::before{content:"";display:block;width:2.267vw;height:2.267vw;border-radius:50%;background-color:#1264fc}.calculated-wrapper .configuration-wrapper__calculated .configuration-list .configuration-item .configuration-item-value{color:#2a2a2a;font:normal normal 700 3.2vw/4.8vw Titillium Web}.select-wrapper{flex:1 1 calc((100% - 2.133vw)/2);min-width:0}.select-wrapper.max{flex:0 0 100%}.select-wrapper.min{flex:0 0 21.333vw;max-width:21.333vw}.select-wrapper .select-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.8vw;position:relative}.select-wrapper .select-content .select-title{color:#2a2a2a;font:normal normal 700 3.467vw/5.2vw Titillium Web;height:5.2vw}.select-wrapper .select-content .select-input-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;position:relative;width:100%;height:10.133vw;padding:0 1.6vw 0 3.867vw;border-radius:1.867vw;border:1px solid #d9d9d9;background-color:#f0f0f0;cursor:pointer;transition:border .3s ease, background-color .3s ease}.select-wrapper .select-content .select-input-wrapper.is-disabled{cursor:not-allowed}.select-wrapper .select-content .select-input-wrapper.is-active{border:1px solid #1064fc;background-color:#edf2fc}.select-wrapper .select-content .select-input-wrapper.is-active .icon-down{transform:rotate(180deg)}.select-wrapper .select-content .select-input-wrapper .select-input{color:#2a2a2a;font:normal normal 400 3.467vw/5.2vw Titillium Web;flex:1;width:0;height:100%;padding:0;background-color:rgba(0,0,0,0);border:none;outline:none;cursor:pointer}.select-wrapper .select-content .select-input-wrapper .select-input.is-hidden{position:absolute;z-index:-1;opacity:0}.select-wrapper .select-content .select-input-wrapper .selected-value{color:#2a2a2a;font:normal normal 400 3.467vw/5.2vw Titillium Web;flex:1;width:0;user-select:none}.select-wrapper .select-content .select-input-wrapper .icon-down{width:5.333vw;height:5.333vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_down.svg");background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .3s ease}.select-wrapper .select-content .select-popup{position:absolute;top:calc(100% + .533vw);left:0;min-width:100%;padding:1.6vw;border:1px solid #d4e0f8;border-radius:1.867vw;background-color:#fff;z-index:99;transform-origin:center top;opacity:0;transform:scaleY(0)}.select-wrapper .select-content .select-popup.is-up{transform-origin:center bottom;top:auto;bottom:calc(100% - 5.2vw)}.select-wrapper .select-content .select-popup.is-right{left:auto;right:0}.select-wrapper .select-content .select-popup.open{animation:dropDownOpen .3s forwards}.select-wrapper .select-content .select-popup .select-list{max-height:64vw;padding-right:1.6vw;overflow-y:auto}.select-wrapper .select-content .select-popup .select-list .option{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2.133vw;width:100%;height:10.133vw;padding:0 5.067vw 0 4.533vw;border-radius:1.867vw}.select-wrapper .select-content .select-popup .select-list .option:hover{background-color:#e7efff;cursor:pointer}.select-wrapper .select-content .select-popup .select-list .option .option-name{color:#2a2a2a;font:normal normal 400 3.467vw/5.2vw Titillium Web;white-space:nowrap}.select-wrapper .select-content .select-popup .select-list .option .selected-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;width:6.133vw;height:6.133vw;flex-shrink:0}.select-wrapper .select-content .select-popup .select-list .option .selected-wrapper .selected-icon{width:6.133vw;height:6.133vw;background-image:url("/tpl/tools/img/power-supply-calculator/icon_selected.svg");background-repeat:no-repeat;background-size:contain;background-position:center}}.color-0055ff{color:#05f;font-weight:700}.column-center{display:flex;flex-direction:column;align-items:center}.font-medium{font-weight:500}@keyframes imgStepScroll{0%,17.5%{transform:translateY(0)}20%,37.5%{transform:translateY(-386px)}40%,57.5%{transform:translateY(-772px)}60%,77.5%{transform:translateY(-1158px)}80%,97.5%{transform:translateY(-1544px)}100%{transform:translateY(-1930px)}}@keyframes textScroll{0%{transform:translateY(0)}100%{transform:translateY(-2250px)}}@media screen and (min-width: 1200px){.is-mobile_seo{display:none !important}.header-container{padding-left:31.51%}.section-title{color:#000;font:normal normal 700 44px/60px Titillium Web}.section-desc{color:#1e1e2c;font:normal normal 400 22px/38px Roboto}.primary-btn{outline:none;border:none;border-radius:9px;background-color:#125ae4}.primary-btn:hover{background-color:#3178ff;cursor:pointer}.calculate{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;color:#fff;font:normal normal 500 18px/22px Roboto;height:56px;padding:0 60px}.psu{width:100%;height:100%;background-image:url("/tpl/tools/img/power-supply-calculator/psu_bg.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding:110px 10px 146px}.psu .psu-title{position:relative;max-width:935px;margin-bottom:40px}.psu .psu-title::before{content:"";width:153px;height:125px;background-image:url("/tpl/tools/img/power-supply-calculator/psu_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:-155px;top:-16px}.psu .psu-desc{max-width:917px;margin-bottom:36px}.psu .psu-btn{margin-bottom:87px}.psu .psu-module{max-width:1406px;padding:50px 103px 47px 135px;border-radius:19px}.psu .psu-module.psu-module-0{width:100%;height:486px;background-image:url("/tpl/tools/img/power-supply-calculator/psu_module_bg1.png");background-repeat:no-repeat;background-size:cover;background-position:center}.psu .psu-module.psu-module-1{width:100%;height:486px;background-image:url("/tpl/tools/img/power-supply-calculator/psu_module_bg2.png");background-repeat:no-repeat;background-size:cover;background-position:center;margin-top:94px}.psu .psu-module .module-container{display:none;justify-content:space-between}.psu .psu-module .module-container.is-active{display:flex}.psu .psu-module .module-container .module-left-container{padding-top:23px}.psu .psu-module .module-container .module-left-container .subtitle{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;color:#000;font:normal normal 700 26px/39px Titillium Web}.psu .psu-module .module-container .module-left-container .subtitle::before{content:"";width:10px;height:10px;border-radius:50%;background-color:#ff7e29}.psu .psu-module .module-container .module-left-container .module-title{color:#000;font:normal normal 500 28px/42px Roboto;max-width:452px;min-height:127px;padding:36px 0 64px;box-sizing:content-box}.psu .psu-module .module-container .module-left-container .module-desc{color:#434343;font:normal normal 500 18px/26px Roboto;max-width:370px}.psu .psu-module .module-container .module-right-container{position:relative;flex-shrink:0;width:636px;height:387px;padding:0 10px 10px 25px;border-radius:0 44px 0 44px}.psu .psu-module .module-container .module-right-container .module-cover{position:absolute;top:0;left:0;width:100%}.psu .psu-module .module-container .module-right-container .tips-container{position:relative;padding-top:130px}.psu .psu-module .module-container .module-right-container .tips-container .tip{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;color:#fff;font:normal normal 500 18px/37px Roboto}.psu .psu-module .module-container .module-right-container .tips-container .tip::before{content:"";width:3px;height:3px;border-radius:50%;background-color:#fff}.improve{position:relative;width:100%;height:503px;padding:62px 10px 73px 18.75%}.improve .improve-title{color:#125ae4;font:normal normal 700 36px/55px Titillium Web}.improve .improve-desc{color:#000;font:normal normal 400 18px/22px Roboto;margin:2px 0 31px}.improve .improve-banner{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.improve .improve-tip-container .improve-tip{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;color:#434343;font:normal normal 700 16px/31px Roboto}.improve .improve-tip-container .improve-tip::before{content:"";width:26px;height:26px;background-image:url("/tpl/tools/img/power-supply-calculator/checked.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.improve .improve-tip-container .improve-tip .solution{font-weight:400}.improve .improve-btn{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;color:#fff;font:normal normal 500 22px/27px Roboto;width:fit-content;height:60px;padding:0 39px;margin-top:50px}.risk{width:100%;padding:180px 10px 161px;background:linear-gradient(180deg, #ffffff 0%, #f6f5ff 100%)}.risk .risk-title{position:relative;max-width:874px;margin-bottom:18px}.risk .risk-title::before{content:"";width:146px;height:138px;background-image:url("/tpl/tools/img/power-supply-calculator/risk_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:-176px;top:-20px}.risk .risk-desc{max-width:874px;margin-bottom:40px}.risk .risk-btn{margin-bottom:71px}.risk .risk-data-container{display:flex;flex-wrap:wrap;gap:38px 17px;width:1176px}.risk .risk-data-container .risk-option{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px;padding:37px 22px 22px;height:586px;border-radius:16px;background:linear-gradient(208deg, #509ed9 0%, #1e252d 13%, #071527 100%)}.risk .risk-data-container .risk-option:first-child{background:linear-gradient(160deg, #509ed9 0%, #1e252d 13%, #071527 100%)}.risk .risk-data-container .risk-option.w-475{width:475px}.risk .risk-data-container .risk-option.w-684{width:684px}.risk .risk-data-container .risk-option .risk-option-title{color:#fff;font:normal normal 700 22px/34px Titillium Web}.risk .risk-data-container .risk-option .risk-option-desc{color:#cfd7e5;font:normal normal 400 16px/26px Roboto}.risk .risk-data-container .risk-option .risk-option-cover{width:100%;margin-top:auto}.calculate-power-supply{width:100%;padding:118px 0 0}.calculate-power-supply .calculate-power-supply-title{position:relative;max-width:874px;margin-bottom:20px}.calculate-power-supply .calculate-power-supply-title::before{content:"";width:110px;height:121px;background-image:url("/tpl/tools/img/power-supply-calculator/calculate_power_supply_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:-144px;top:9px}.calculate-power-supply .calculate-power-supply-desc{max-width:817px}.calculate-power-supply .component-list{width:100%}.calculate-power-supply .component-list .component-option{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:0}.calculate-power-supply .component-list .component-option.gpu{width:100%;height:687px;background-image:url("/tpl/tools/img/power-supply-calculator/calculate_power_supply_gpu_bg.svg");background-repeat:no-repeat;background-size:cover;background-position:center;gap:120px;padding-top:168px;margin-bottom:83px}.calculate-power-supply .component-list .component-option.gpu .component-introduce{max-width:620px;padding-top:48px}.calculate-power-supply .component-list .component-option.gpu .component-introduce .component-option-title{margin-bottom:16px}.calculate-power-supply .component-list .component-option.gpu .component-introduce .component-option-desc{margin-bottom:57px;color:#000}.calculate-power-supply .component-list .component-option.gpu .component-logo{width:448px}.calculate-power-supply .component-list .component-option.cpu{gap:131px;flex-direction:row-reverse;margin-bottom:30px}.calculate-power-supply .component-list .component-option.cpu .component-introduce{max-width:572px;padding-top:50px}.calculate-power-supply .component-list .component-option.cpu .component-introduce .component-option-title{margin-bottom:30px}.calculate-power-supply .component-list .component-option.cpu .component-introduce .component-option-desc{margin-bottom:55px}.calculate-power-supply .component-list .component-option.cpu .component-logo{width:465px}.calculate-power-supply .component-list .component-option.motherboard{width:100%;height:687px;background-image:url("/tpl/tools/img/power-supply-calculator/calculate_power_supply_motherboard_bg.svg");background-repeat:no-repeat;background-size:cover;background-position:center;gap:61px;padding-top:143px;margin-bottom:90px}.calculate-power-supply .component-list .component-option.motherboard .component-introduce{max-width:614px;padding-top:55px}.calculate-power-supply .component-list .component-option.motherboard .component-introduce .component-option-title{margin-bottom:30px}.calculate-power-supply .component-list .component-option.motherboard .component-introduce .component-option-desc{margin-bottom:36px}.calculate-power-supply .component-list .component-option.motherboard .component-logo{width:508px}.calculate-power-supply .component-list .component-option.storage{gap:132px;flex-direction:row-reverse;margin-left:-67px}.calculate-power-supply .component-list .component-option.storage .component-introduce{max-width:587px;padding-top:72px}.calculate-power-supply .component-list .component-option.storage .component-introduce .component-option-title{margin-bottom:35px}.calculate-power-supply .component-list .component-option.storage .component-introduce .component-option-desc{margin-bottom:36px}.calculate-power-supply .component-list .component-option.storage .component-logo{width:531px}.calculate-power-supply .component-list .component-option .component-introduce{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:0}.calculate-power-supply .component-list .component-option .component-introduce .component-option-title{color:#000;font:normal normal 400 14px/17px Roboto}.calculate-power-supply .component-list .component-option .component-introduce .component-option-title .option-underline{position:relative}.calculate-power-supply .component-list .component-option .component-introduce .component-option-title .option-underline::after{content:"";position:absolute;bottom:-5px;left:0;width:calc(100% - 2px);height:0;border:1px solid #3c18d4}.calculate-power-supply .component-list .component-option .component-introduce .component-option-name{color:#000;font:normal normal 700 28px/43px Titillium Web;margin-bottom:30px}.calculate-power-supply .component-list .component-option .component-introduce .component-option-desc{color:#545454;font:normal normal 400 16px/26px Roboto}.what-size{width:100%;height:1559px;background-image:url("/tpl/tools/img/power-supply-calculator/what_size_bg.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding:406px 10px 86px}.what-size .what-size-title{position:relative;max-width:874px;margin-bottom:7px}.what-size .what-size-title::before{content:"";width:109px;height:109px;background-image:url("/tpl/tools/img/power-supply-calculator/what_size_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:-133px;top:6px}.what-size .what-size-desc{margin-bottom:49px}.what-size .what-size-btn{margin-bottom:94px}.what-size .what-size-subtitle{color:#000;font:normal normal 700 34px/52px Titillium Web;margin-bottom:7px}.what-size .what-size-step-title{color:#1e1c2c;font:normal normal 400 26px/32px Roboto}.what-size .cover-container{position:relative;margin-top:43px}.what-size .cover-container .cover-img{width:695px;vertical-align:middle}.what-size .cover-container .step-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:grid;grid-template-columns:repeat(2, 1fr);gap:70px 365px}.what-size .cover-container .step-container .step-option{width:460px;padding:40px 4px 36px 54px;border-radius:14px;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border:1px solid hsla(0,0%,100%,.6588235294);background-color:hsla(0,0%,100%,.2)}.what-size .cover-container .step-container .step-option:nth-child(even){background-color:hsla(0,0%,100%,.5)}.what-size .cover-container .step-container .step-option:hover .step-title{color:#0855c9}.what-size .cover-container .step-container .step-option .step-title{color:#000;font:normal normal 700 30px/46px Titillium Web}.what-size .cover-container .step-container .step-option .step-desc{color:#000;font:normal normal 400 22px/27px Roboto;padding-top:16px}.recommend{width:100%;padding:220px 10px 70px}.recommend .recommend-title{position:relative;max-width:874px;margin-bottom:13px}.recommend .recommend-title::before{content:"";width:135px;height:111px;background-image:url("/tpl/tools/img/power-supply-calculator/recommend_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:-154px;top:0}.recommend .recommend-desc{max-width:794px;margin-bottom:34px}.recommend .recommend-btn{margin-bottom:52px}.recommend .recommend-table{border-radius:13px;padding:33px 23px 40px;border-spacing:14px 0;border-collapse:separate;background-color:#f9f9f9}.recommend .recommend-table .table-header{color:#000;font:normal normal 700 16px/19px Roboto;height:46px;vertical-align:middle;background-color:#f2f2f2}.recommend .recommend-table .table-header.w-tier{width:161px}.recommend .recommend-table .table-header.w-quality{width:200px}.recommend .recommend-table .table-header.w-gpu{width:290px}.recommend .recommend-table .table-header.w-wattage{width:200px}.recommend .recommend-table .table-header.w-recommendation{width:293px}.recommend .recommend-table .table-data{color:#1e1c2c;font:normal normal 500 17px/37px Roboto;padding:33px 0 13px;text-align:center;vertical-align:middle;border-bottom:1px solid #dfdbe8}.recommend .recommend-table .table-data.recommendation{text-align:left;padding-left:17px}.buy-guide{width:100%;padding:70px 0 56px}.buy-guide .buy-guide-title{position:relative;max-width:818px;margin-bottom:9px}.buy-guide .buy-guide-title::before{content:"";width:161px;height:146px;background-image:url("/tpl/tools/img/power-supply-calculator/buy_guide_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:-164px;top:-12px}.buy-guide .buy-guide-desc{margin-bottom:47px}.buy-guide .guide-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:40px;width:100%;height:692px;background-image:url("/tpl/tools/img/power-supply-calculator/buy_guide_bg.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding:141px 0 0 0}.buy-guide .guide-container:has(.guide-cover-container:hover) .cover-scroll-container,.buy-guide .guide-container:has(.guide-cover-container:hover) .scroll-container,.buy-guide .guide-container:has(.guide-detail-container:hover) .cover-scroll-container,.buy-guide .guide-container:has(.guide-detail-container:hover) .scroll-container{animation-play-state:paused !important}.buy-guide .guide-container .guide-cover-container{width:700px;height:386px;margin-top:45px;margin-left:-3.4375%;box-sizing:content-box;overflow:hidden}.buy-guide .guide-container .guide-cover-container .cover-scroll-container{animation:imgStepScroll 24s ease-in-out infinite}.buy-guide .guide-container .guide-cover-container .cover-scroll-container .guide-cover-img{width:700px;vertical-align:middle}.buy-guide .guide-container .guide-detail-container{width:517px;height:430px;overflow:hidden}.buy-guide .guide-container .guide-detail-container .scroll-container{animation:textScroll 24s linear infinite}.buy-guide .guide-container .guide-detail-container .scroll-container .detail-option{width:517px;height:430px;padding:29px 10px 10px 37px;border-radius:6px;background:linear-gradient(210deg, #5498ff 0%, #185bdb 27%, #003cb4 100%);margin-bottom:20px}.buy-guide .guide-container .guide-detail-container .scroll-container .detail-option:last-child{margin-bottom:0}.buy-guide .guide-container .guide-detail-container .scroll-container .detail-option .detail-title{color:#ef0;font:normal normal 600 28px/43px Titillium Web}.buy-guide .guide-container .guide-detail-container .scroll-container .detail-option .detail-desc{color:#b7cfff;font:normal normal 400 18px/38px Roboto;padding-top:18px}.frequently-question{width:100%;padding:153px 10px 132px}.frequently-question .frequently-title{position:relative}.frequently-question .frequently-title::before{content:"";width:131px;height:131px;background-image:url("/tpl/tools/img/power-supply-calculator/frequently_question_logo.png");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:-150px;top:-40px}.frequently-question .question-list{width:1103px;margin-top:110px}.frequently-question .question-list .question-option{padding:29px 11px 29px 22px;transition:padding .3s ease-out;border-bottom:1px solid #c7cbd8}.frequently-question .question-list .question-option.open{padding-bottom:13px}.frequently-question .question-list .question-option.open .option-content{grid-template-rows:1fr}.frequently-question .question-list .question-option.open .option-content .question-desc{padding:16px 0 0}.frequently-question .question-list .question-option.open .option-header .question-title{color:#05f}.frequently-question .question-list .question-option.open .option-header .control-icon{width:32px;height:32px;background-image:url("/tpl/tools/img/power-supply-calculator/expand_icon.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.frequently-question .question-list .question-option .option-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0}.frequently-question .question-list .question-option .option-header .question-title{color:#000;font:normal normal 600 22px/34px Titillium Web}.frequently-question .question-list .question-option .option-header .control-icon{width:32px;height:32px;background-image:url("/tpl/tools/img/power-supply-calculator/closure_icon.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.frequently-question .question-list .question-option .option-header .control-icon:hover{cursor:pointer}.frequently-question .question-list .question-option .option-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.frequently-question .question-list .question-option .option-content .question-desc{color:#1e1c2c;font:normal normal 400 16px/26px Roboto;overflow:hidden;padding:0;transition:padding .3s ease-out}.foot-banner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:100%;height:440px;background-image:url("/tpl/tools/img/power-supply-calculator/foot_banner_bg.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding:102px 10px 10px}.foot-banner .banner-title{color:#fff;font:normal normal 700 41px/62px Titillium Web;margin-bottom:21px}.foot-banner .banner-desc{color:#fff;font:normal normal 400 20px/37px Titillium Web;max-width:633px;margin-bottom:65px;text-align:center}}@media screen and (max-width: 1200px){.is-pc_seo{display:none !important}.column-center-mobile{display:flex;flex-direction:column;align-items:center}.section-title{color:#000;font:normal normal 700 6.4vw/8vw Titillium Web}.section-desc{color:#1e1c2c;font:normal normal 400 3.733vw/5.067vw Roboto}.primary-btn{outline:none;border:none;border-radius:1.333vw;background-color:#125ae4}.calculate{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;color:#fff;font:normal normal 500 4vw/4.933vw Roboto;height:11.733vw;padding:0 19.467vw}.psu{padding:14.667vw 5.333vw 11.867vw}.psu .psu-title{display:flex;gap:.267vw;max-width:85.467vw;margin-bottom:4.267vw}.psu .psu-title::before{content:"";width:20.4vw;height:16vw;background-image:url("/tpl/tools/img/power-supply-calculator/psu_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:1.2vw;flex-shrink:0}.psu .psu-desc{margin-bottom:6.8vw}.psu .psu-btn{margin-bottom:12.4vw}.psu .psu-module{height:110.667vw;padding:4.667vw 6.933vw 11.2vw;border-radius:2.4vw;background:linear-gradient(134deg, rgba(170, 237, 255, 0.4509803922) 0%, rgba(255, 255, 255, 0.4509803922) 48%, rgba(99, 124, 255, 0.4509803922) 100%)}.psu .psu-module.psu-module-0{margin-bottom:12.4vw}.psu .psu-module .module-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:0;height:100%;display:none}.psu .psu-module .module-container.is-active{display:flex}.psu .psu-module .module-container .module-left-container .subtitle{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1.6vw;color:#000;font:normal normal 700 6.667vw/10.133vw Titillium Web}.psu .psu-module .module-container .module-left-container .subtitle::before{content:"";width:1.333vw;height:1.333vw;border-radius:50%;background-color:#ff7e29}.psu .psu-module .module-container .module-left-container .module-title{color:#000;font:normal normal 500 4.533vw/5.6vw Roboto;padding:2.267vw 0 0}.psu .psu-module .module-container .module-right-container{position:relative;flex-shrink:0;width:75.467vw;height:60.8vw;padding:0 2.667vw 2.667vw 5.333vw}.psu .psu-module .module-container .module-right-container .module-cover{position:absolute;top:0;left:0;width:75.467vw;height:60.8vw}.psu .psu-module .module-container .module-right-container .tips-container{padding-top:19.25%}.psu .psu-module .module-container .module-right-container .tips-container .tip{color:#fff;font:normal normal 500 3.2vw/4.933vw Roboto;position:relative;margin-left:2.4vw}.psu .psu-module .module-container .module-right-container .tips-container .tip::before{content:"";position:absolute;top:2.4vw;left:-2.4vw;width:.8vw;height:.8vw;border-radius:50%;background-color:#fff}.improve{position:relative;display:flex;flex-direction:column;align-items:center;padding:79.733vw 0 7.733vw;border-radius:1.6vw}.improve .improve-title{color:#125ae4;font:normal normal 700 5.867vw/7.6vw Titillium Web;max-width:82.4vw;text-align:center}.improve .improve-desc{color:#000;font:normal normal 400 3.2vw/4.933vw Roboto;max-width:89.333vw;margin:3.2vw 0 8.533vw;text-align:center}.improve .improve-banner{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.improve .improve-tip-container{padding:0 2.4vw}.improve .improve-tip-container .improve-tip{color:#434343;font:normal normal 700 3.2vw/5.467vw Roboto;position:relative;padding-left:5.2vw}.improve .improve-tip-container .improve-tip::before{content:"";width:3.467vw;height:3.467vw;background-image:url("/tpl/tools/img/power-supply-calculator/checked.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:0;top:1.333vw}.improve .improve-tip-container .improve-tip .solution{font-weight:400}.improve .improve-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;color:#fff;font:normal normal 500 4vw/4.933vw Roboto;width:89.333vw;height:11.733vw;margin-top:5.733vw}.risk{width:100%;padding:15.333vw 0 6.533vw}.risk .risk-title{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8.533vw;max-width:89.867vw;margin-bottom:4.667vw}.risk .risk-title::before{content:"";width:19.467vw;height:18.4vw;background-image:url("/tpl/tools/img/power-supply-calculator/risk_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:1.333vw;flex-shrink:0}.risk .risk-desc{max-width:89.333vw;margin-bottom:7.6vw}.risk .risk-btn{margin-bottom:9.733vw}.risk .risk-data-container-mobile{width:100%;padding:0 5.333vw;overflow:hidden}.risk .risk-data-container-mobile .swiper-wrapper{display:flex}.risk .risk-data-container-mobile .risk-option{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.867vw;height:138.4vw;padding:6vw 4.133vw 7.333vw;border-radius:2.133vw;background:linear-gradient(164deg, #509ed9 0%, #1e252d 13%, #071527 100%);flex-shrink:0}.risk .risk-data-container-mobile .risk-option .risk-option-title{color:#fff;font:normal normal 700 4.8vw/7.333vw Titillium Web;padding:0 1.333vw}.risk .risk-data-container-mobile .risk-option .risk-option-desc{color:#cfd7e5;font:normal normal 400 3.733vw/5.867vw Roboto;padding:0 1.333vw}.risk .risk-data-container-mobile .risk-option .risk-option-cover{width:100%;margin-top:auto}.risk .risk-data-container-mobile .risk-swiper-pagination{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2.8vw;margin:3.6vw 0}.risk .risk-data-container-mobile .risk-swiper-pagination .swiper-pagination-bullet{position:relative;width:2.933vw;height:2.933vw;opacity:1;border-radius:50%;background-color:#beb8cb}.risk .risk-data-container-mobile .risk-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#276fff}.calculate-power-supply{padding:6.533vw 5.333vw 10.933vw}.calculate-power-supply .calculate-power-supply-mobile-header{padding-left:5.333vw}.calculate-power-supply .calculate-power-supply-mobile-header .calculate-power-supply-title{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:4.8vw;margin-bottom:3.6vw}.calculate-power-supply .calculate-power-supply-mobile-header .calculate-power-supply-title::before{content:"";width:14vw;height:14vw;background-image:url("/tpl/tools/img/power-supply-calculator/calculate_power_supply_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:7.067vw;flex-shrink:0}.calculate-power-supply .calculate-power-supply-mobile-header .calculate-power-supply-desc{margin-bottom:6vw}.calculate-power-supply .component-list .component-option{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:space-between;gap:0;padding:0 6.933vw 11.067vw 6.933vw;border-radius:2.667vw;background:linear-gradient(180deg, #eeeff1 0%, #ffffff 51%, #f5eefe 100%)}.calculate-power-supply .component-list .component-option.gpu{margin-top:29.333vw}.calculate-power-supply .component-list .component-option.gpu .component-logo{width:54.4vw;margin:-12.4vw 0 3.733vw 9.333vw}.calculate-power-supply .component-list .component-option.cpu{margin-top:30.933vw}.calculate-power-supply .component-list .component-option.cpu .component-logo{width:59.333vw;margin:-13.733vw 0 6vw 6.933vw}.calculate-power-supply .component-list .component-option.motherboard{margin-top:32.133vw}.calculate-power-supply .component-list .component-option.motherboard .component-logo{width:67.733vw;margin:-14.8vw 0 8.933vw 3.733vw}.calculate-power-supply .component-list .component-option.storage{margin-top:36.533vw}.calculate-power-supply .component-list .component-option.storage .component-logo{width:70.8vw;margin:-19.2vw 0 11.467vw .533vw}.calculate-power-supply .component-list .component-option .component-introduce .component-option-title{color:#000;font:normal normal 400 4.533vw/5.467vw Roboto;margin-bottom:5.067vw}.calculate-power-supply .component-list .component-option .component-introduce .component-option-title .option-underline{position:relative}.calculate-power-supply .component-list .component-option .component-introduce .component-option-title .option-underline::after{content:"";position:absolute;bottom:-0.933vw;left:0;width:34.133vw;height:0;border-top:1px solid #3c18d4}.calculate-power-supply .component-list .component-option .component-introduce .component-option-name{color:#000;font:normal normal 700 7.467vw/11.333vw Titillium Web;margin-bottom:2vw}.calculate-power-supply .component-list .component-option .component-introduce .component-option-desc{color:#545454;font:normal normal 400 3.733vw/5.333vw Roboto}.calculate-power-supply .component-list .component-option .component-introduce .component-option-btn{width:fit-content;margin:7.6vw auto 0}.what-size{padding:10.933vw 0 0}.what-size .what-size-header{padding:0 3.2vw 0 7.333vw}.what-size .what-size-header .what-size-title{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:5.6vw;padding-left:4.8vw;margin-bottom:4.667vw}.what-size .what-size-header .what-size-title::before{content:"";width:14.533vw;height:14.533vw;background-image:url("/tpl/tools/img/power-supply-calculator/what_size_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:3.333vw;flex-shrink:0}.what-size .what-size-header .what-size-desc{margin-bottom:8.8vw}.what-size .what-size-btn{margin-bottom:12.8vw}.what-size .cover-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:0;width:100%;height:100%;background-image:url("/tpl/tools/img/power-supply-calculator/what_size_bg_mobile.png");background-repeat:no-repeat;background-size:cover;background-position:top center;padding:17.733vw 0 19.467vw}.what-size .cover-container .cover-img{width:92.667vw}.what-size .cover-container .step-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:11.867vw;padding-top:13.2vw}.what-size .cover-container .step-container .step-option{width:75.467vw;height:32vw;padding:4.933vw 2.667vw .533vw 7.333vw;border-radius:1.867vw;background-color:#fff}.what-size .cover-container .step-container .step-option .step-title{color:#0855c9;font:normal normal 700 6.667vw/10.133vw Titillium Web}.what-size .cover-container .step-container .step-option .step-desc{color:#000;font:normal normal 400 4.533vw/5.467vw Roboto;padding-top:2vw}.recommend{padding:13.867vw 0 10.667vw}.recommend .recommend-header{padding:0vw 4.133vw 0 5.333vw}.recommend .recommend-header .recommend-title{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.2vw;margin-bottom:4.267vw}.recommend .recommend-header .recommend-title::before{content:"";width:20.133vw;height:15.867vw;background-image:url("/tpl/tools/img/power-supply-calculator/recommend_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:1.733vw;flex-shrink:0}.recommend .recommend-header .recommend-desc{margin-bottom:8vw}.recommend .recommend-btn{margin-bottom:6.267vw}.recommend .recommend-table-container{width:100vw;padding:12.933vw 3.6vw 1.867vw;overflow-x:auto;-webkit-overflow-scrolling:touch}.recommend .recommend-table{width:max-content;border-spacing:2.133vw 0;border-collapse:separate}.recommend .recommend-table .table-header{color:#000;font:normal normal 700 3.467vw/4.267vw Roboto;height:7.2vw;vertical-align:middle;background-color:#f2f2f2}.recommend .recommend-table .table-header.w-tier{width:25.067vw}.recommend .recommend-table .table-header.w-quality{width:31.2vw}.recommend .recommend-table .table-header.w-gpu{width:45.333vw}.recommend .recommend-table .table-header.w-wattage{width:31.2vw}.recommend .recommend-table .table-header.w-recommendation{width:45.333vw}.recommend .recommend-table .table-data{color:#1e1c2c;font:normal normal 500 2.667vw/3.2vw Roboto;padding:9.333vw 0 2.4vw;text-align:center;vertical-align:middle;border-bottom:1px solid #dfdbe8}.recommend .recommend-table .table-data.recommendation{text-align:left;padding-left:4.533vw}.buy-guide{width:100%;overflow:hidden}.buy-guide .buy-guide-header{padding:18.533vw 4.133vw 0 5.333vw}.buy-guide .buy-guide-header .buy-guide-title{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.2vw;margin-bottom:4.267vw}.buy-guide .buy-guide-header .buy-guide-title::before{content:"";width:20.133vw;height:15.867vw;background-image:url("/tpl/tools/img/power-supply-calculator/buy_guide_logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:1.733vw;flex-shrink:0}.buy-guide .buy-guide-header .buy-guide-desc{padding-left:1.067vw;margin-bottom:8vw}.buy-guide .buy-guide-btn{margin-bottom:8.533vw}.buy-guide .guide-mobile-container{width:100%;height:170.533vw;background-image:url("/tpl/tools/img/power-supply-calculator/buy_guide_bg_mobile.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:18.667vw}.buy-guide .guide-mobile-container .swiper-wrapper{display:flex}.buy-guide .guide-mobile-container .guide-option-container{width:100%;padding:0 5.333vw}.buy-guide .guide-mobile-container .guide-option-container .guide-mobile-option{display:flex;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8.533vw}.buy-guide .guide-mobile-container .guide-option-container .guide-mobile-option .guide-mobile-cover{width:93.333vw}.buy-guide .guide-mobile-container .guide-option-container .guide-mobile-option .guide-mobile-detail{width:89.467vw;height:74.4vw;padding:4.4vw 1.333vw 1.333vw 6.4vw;border-radius:6px;background:linear-gradient(210deg, #5498ff 0%, #185bdb 27%, #003cb4 100%)}.buy-guide .guide-mobile-container .guide-option-container .guide-mobile-option .guide-mobile-detail .mobile-detail-title{color:#ef0;font:normal normal 600 5.333vw/8.133vw Titillium Web}.buy-guide .guide-mobile-container .guide-option-container .guide-mobile-option .guide-mobile-detail .mobile-detail-desc{color:#b7cfff;font:normal normal 400 3.733vw/6.8vw Roboto;padding-top:3.067vw}.frequently-question{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:0;width:100%;padding:18.8vw 0 21.333vw}.frequently-question .frequently-title{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2.4vw;padding:0 6.267vw;text-align:center}.frequently-question .frequently-title::before{content:"";width:15.6vw;height:15.467vw;background-image:url("/tpl/tools/img/power-supply-calculator/frequently_question_logo.png");background-repeat:no-repeat;background-size:contain;background-position:center}.frequently-question .question-list{padding:20vw 12.267vw 0}.frequently-question .question-list .question-option{padding:3.733vw 0;transition:padding .3s ease-out;border-bottom:1px solid #c7cbd8}.frequently-question .question-list .question-option.open{padding-bottom:4.667vw}.frequently-question .question-list .question-option.open .option-content{grid-template-rows:1fr}.frequently-question .question-list .question-option.open .option-content .question-desc{padding:3.6vw 0 0}.frequently-question .question-list .question-option.open .option-header .question-title{color:#05f}.frequently-question .question-list .question-option.open .option-header .control-icon{width:8.533vw;height:8.533vw;background-image:url("/tpl/tools/img/power-supply-calculator/expand_icon.svg");background-repeat:no-repeat;background-size:contain;background-position:center}.frequently-question .question-list .question-option .option-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:9.333vw}.frequently-question .question-list .question-option .option-header .question-title{color:#000;font:normal normal 600 4.267vw/6.4vw Titillium Web}.frequently-question .question-list .question-option .option-header .control-icon{width:8.533vw;height:8.533vw;background-image:url("/tpl/tools/img/power-supply-calculator/closure_icon.svg");background-repeat:no-repeat;background-size:contain;background-position:center;margin-right:-3.467vw;flex-shrink:0}.frequently-question .question-list .question-option .option-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.frequently-question .question-list .question-option .option-content .question-desc{color:#545454;font:normal normal 400 3.733vw/5.333vw Roboto;overflow:hidden;padding:0;transition:padding .3s ease-out}.foot-banner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:100%;height:132.133vw;background-image:url("/tpl/tools/img/power-supply-calculator/foot_banner_bg_mobile.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding:17.733vw 11.2vw 1.333vw}.foot-banner .banner-title{color:#fff;font:normal normal 700 6.667vw/7.467vw Titillium Web;margin-bottom:4.8vw}.foot-banner .banner-desc{color:#fff;font:normal normal 400 2.933vw/6vw Titillium Web;margin-bottom:10.533vw;text-align:center}}