@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}}.bottleneck-calculator{padding:0 16px 53px}.bottleneck-calculator *{margin:0;padding:0}.bottleneck-calculator ul li{list-style:none}.bottleneck-calculator .main-title{text-align:center;font:normal normal bold 40px/61px Titillium Web;color:#2a2a2a;padding-top:38px}.bottleneck-calculator .main-description{text-align:center;font:normal normal normal 16px/24px Titillium Web;color:#707070;padding-top:6px}.bottleneck-calculator .oper-area{margin:18px auto 0;max-width:1064px;height:420px;background:#fcfdff;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);border:1px solid #1264fc;box-sizing:border-box;border-radius:20px;padding:23px 19px 0;position:relative}.bottleneck-calculator .oper-area::before{content:"";display:block;width:100%;height:88px;background:#e7efff;position:absolute;bottom:0;left:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.bottleneck-calculator .oper-area .oper-area-title{font:normal normal bold 18px/27px Titillium Web;color:#2a2a2a}.bottleneck-calculator .oper-area .oper-area-container{padding-top:20px;display:flex;flex-wrap:wrap;gap:17px 26px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box{flex:1;flex-basis:45%;display:flex;gap:18px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part{width:100%;height:100%;background:#fff;border:1px solid #e2e2e2;border-radius:10px;padding:17.5px 12px 14px;box-sizing:border-box}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p{display:flex;align-items:center;height:20px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p>i{display:block;flex-shrink:0;background-size:contain !important}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p>span{font:normal normal bold 14px/14px Titillium Web;color:#2a2a2a}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-cpu>i{background:url("/tpl/tools/en/img/bottleneck-calculator/icon_pc.svg") no-repeat center/cover;width:25px;height:20px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-cpu>span{padding-left:5px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-gpu>i{background:url("/tpl/tools/en/img/bottleneck-calculator/icon_game.svg") no-repeat center/cover;width:27px;height:18px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-gpu>span{padding-left:4px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-resolution>i{background:url("/tpl/tools/en/img/bottleneck-calculator/icon_resolution.svg") no-repeat center/cover;width:20px;height:20px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-resolution>span{padding-left:4px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-ram>i{background:url("/tpl/tools/en/img/bottleneck-calculator/icon_ram.svg") no-repeat center/cover;width:18px;height:18px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-ram>span{padding-left:4.5px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-storage-type>i{background:url("/tpl/tools/en/img/bottleneck-calculator/icon_storage.svg") no-repeat center/cover;width:20px;height:20px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-storage-type>span{padding-left:3px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-primary-use>i{background:url("/tpl/tools/en/img/bottleneck-calculator/icon_use.svg") no-repeat center/cover;width:20px;height:18px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-primary-use>span{padding-left:1px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box{margin-top:10px;width:100%;height:44px;position:relative;cursor:pointer;user-select:none}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-checked-text{width:100%;height:100%;display:flex;align-items:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a;padding:0 18px;box-sizing:border-box;outline:none;background:#f0f0f0;border:1px solid #d9d9d9;border-radius:8px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options{position:absolute;top:calc(100% + 3px);left:0;width:100%;max-height:285px;padding:6px 6.5px;background:#fff;border:1px solid #d4e0f8;border-radius:10px;box-sizing:border-box;overflow-y:auto;flex-direction:column;gap:6px;display:none;z-index:2}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li{flex-shrink:0;width:100%;height:40px;border-radius:8px;position:relative;padding-left:18px;padding-right:42px;box-sizing:border-box;cursor:pointer;display:flex;align-items:center}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li>span{font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li:hover{background:#e7efff}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li.on{background:#e7efff}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li.on::after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);right:18px;width:24px;height:24px;background:url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbl95ZXNfYmlnIiBkYXRhLW5hbWU9Imljb25feWVz4oCU4oCUYmlnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBpZD0i6IGU5ZCIXzUiIGRhdGEtbmFtZT0i6IGU5ZCIIDUiIGQ9Ik01LjI4LDExLjE5MmExLDEsMCwwLDEtLjc0NS0uMjkyTC4yOTMsNi42NTdBMSwxLDAsMSwxLDEuNzA2LDUuMjQzTDUuMjgsOC44MTYsMTMuOC4yOTNhMSwxLDAsMCwxLDEuNDE0LDEuNDE0TDYuMDI1LDEwLjlhMSwxLDAsMCwxLS43MDcuMjkzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4yMDMgNikiIGZpbGw9IiMyYTJhMmEiLz4KICA8cmVjdCBpZD0i55+p5b2iXzgwIiBkYXRhLW5hbWU9IuefqeW9oiA4MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIi8+Cjwvc3ZnPgo=") no-repeat center/cover}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li.search-not-found{pointer-events:none;cursor:default}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li.search-not-found:hover{background:#fff}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box.show .select-box-checked-text{border-color:#1064fc}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box.show .select-box-options{display:flex}.bottleneck-calculator .oper-area .oper-bottom{height:88px;width:100%;position:absolute;bottom:0;left:0;padding:17px 25px 0;display:flex;justify-content:flex-end;box-sizing:border-box}.bottleneck-calculator .oper-area .oper-bottom .oper-btn{min-width:236px;height:56px;background:#125ae4;border-radius:10px;border:unset;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0 10px}.bottleneck-calculator .oper-area .oper-bottom .oper-btn>span{font:normal normal bold 20px/31px Titillium Web;color:#fff}.bottleneck-calculator .oper-area .oper-bottom .oper-btn:hover{background:#3178ff}.bottleneck-calculator .oper-area .oper-bottom .oper-btn:disabled{cursor:not-allowed;background:#87b0fd}.bottleneck-calculator .oper-area.loading{pointer-events:none;cursor:default}.bottleneck-calculator .oper-area.loading>*:not(button){opacity:.5}.bottleneck-calculator .oper-area.loading button>span{display:none}.bottleneck-calculator .oper-area.loading button::after{content:"";display:block;width:32px;height:32px;background:url("/tpl/tools/en/img/bottleneck-calculator/icon_loading-white.svg") no-repeat center/cover;animation:rotate360 1s linear infinite}.bottleneck-calculator .tips-banner{margin:22px auto 0;display:flex;gap:24px;max-width:1064px}.bottleneck-calculator .tips-banner .tips-part{height:180px;flex:1;box-sizing:border-box;padding:15px 24.5px 0;background:#fafbfd;border-radius:20px}.bottleneck-calculator .tips-banner .tips-part-title{font:normal normal normal 18px/27px Titillium Web;color:#2a2a2a}.bottleneck-calculator .tips-banner .tips-part>ul{padding-top:13.5px;display:flex;flex-direction:column;gap:7.5px;width:100%}.bottleneck-calculator .tips-banner .tips-part>ul li{width:100%;font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a}.bottleneck-calculator .tips-banner .tips-part>ul li.mt13{margin-top:13px}.bottleneck-calculator .tips-banner .tips-part>ul li>span{font-weight:bold}.bottleneck-calculator .res-section{margin:27px auto 0;max-width:1064px;height:auto;display:none}.bottleneck-calculator .res-section .res-section-title{font:normal normal bold 30px/46px Titillium Web;color:#2a2a2a;text-align:center}.bottleneck-calculator .res-section .res-section-top-content{padding-top:14px;display:flex;gap:24px}.bottleneck-calculator .res-section .res-section-top-content_part{flex:1;height:366px;border-radius:20px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck{border:1px solid #a8c7ff;background:#f2f5ff;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);padding:37px 25px 0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;--color: #FA5251}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-title{font:normal normal bold 44px/67px Titillium Web;color:var(--color)}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-type{font:normal normal bold 20px/31px Titillium Web;color:#2a2a2a;margin-top:-1px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-text{margin-top:-1px;font:normal normal normal 17px/26px Titillium Web;color:var(--color)}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-list{display:flex;gap:20px;height:66px;width:100%;padding-top:21px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-list>li{flex:1;background:#fff;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-list>li>span{font:normal normal bold 18px/27px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-list>li>p{font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-tips{display:flex;align-items:center;justify-content:center;width:100%;gap:6px;padding-top:28px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-tips::before{content:"";display:block;width:14px;height:14px;background:url("/tpl/tools/en/img/bottleneck-calculator/icon_info.svg") no-repeat center/cover}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-tips>span{font:normal normal normal 14px/21px Titillium Web;color:#707070}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck.rating-orange{--color: #FF860B }.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck.rating-yellow{--color: #F2BC09 }.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck.rating-green{--color: #00B578 }.bottleneck-calculator .res-section .res-section-top-content_part.res-download{background:url("/tpl/tools/en/img/bottleneck-calculator/res-downloadbg.png") no-repeat center/cover;text-align:center;padding:39px 20px 0 16px;box-sizing:border-box;position:relative}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-title{font:normal normal bold 22px/34px Titillium Web;color:#fff}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-title>span{color:#05ffe2}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-desc{padding-top:4px}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-desc>span{font:normal normal normal 16px/20px Titillium Web;color:#fff;text-align:center;display:block;width:100%}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-btn{display:block;margin:0 auto;padding:0 15px;box-sizing:border-box;min-width:186px;height:42px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0) linear-gradient(263deg, #08FFE1 0%, #216DFF 100%) 0% 0% no-repeat padding-box;font:normal normal bold 16px/24px Titillium Web;color:#fff;position:absolute;bottom:30px;left:50%;transform:translateX(-50%);white-space:nowrap;border-radius:10px}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-btn:hover{text-decoration:unset}.bottleneck-calculator .res-section .recommendations-section{width:100%;background:#f4f5f8;border-radius:20px;padding:24px 10px 21px 24.5px;box-sizing:border-box;margin-top:26px}.bottleneck-calculator .res-section .recommendations-section .recommendations-section-title{font:normal normal bold 18px/27px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .recommendations-section .recommendations-list{padding-top:11px}.bottleneck-calculator .res-section .recommendations-section .recommendations-list>li{display:flex;align-items:center;gap:4.5px;font:normal normal normal 14px/24px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .recommendations-section .recommendations-list>li::before{content:"";display:block;width:17px;height:17px;background:url("/tpl/tools/en/img/bottleneck-calculator/icon_yes.svg") no-repeat center/cover}.bottleneck-calculator .res-section .resolution-game-banner{width:100%;display:flex;align-items:stretch;gap:23px;margin-top:22px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part{min-height:278px;padding:25.5px 20px 19px 24px;box-sizing:border-box;background:#f4f5f8;border-radius:20px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-part-title{font:normal normal bold 18px/27px Titillium Web;color:#2a2a2a;display:flex;align-items:center;width:100%}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-part-desc{padding-top:20px;font:normal normal normal 16px/24px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list{padding-top:9px;--color: #FA5251}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list>li{color:#2a2a2a;font:normal normal bold 14px/21px Titillium Web}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list>li>span{font-weight:normal}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list>li>span#gaming-tier,.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list>li>span#gaming-score{font-weight:bold;color:var(--color)}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list>li.mt20{margin-top:18px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list.excellent{--color: #00B578}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list.good{--color: #F2BC09}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.resolution-part{flex-basis:458px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.resolution-part .resolution-game-part-title{gap:4px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.resolution-part .resolution-game-part-title::before{content:"";display:block;width:26px;height:20px;background:url("/tpl/tools/en/img/bottleneck-calculator/icon_GPUPerformance.svg") no-repeat center/cover;flex-shrink:0}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part{flex-basis:583px;padding-right:195px;position:relative}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-part-title{gap:7.5px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-part-title::before{content:"";display:block;width:26px;height:18px;background:url("/tpl/tools/en/img/bottleneck-calculator/icon_game.svg") no-repeat center/cover;flex-shrink:0}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-fps-box{position:absolute;top:50%;transform:translateY(-50%);right:20px;width:173px;height:226px;background:#fff;box-shadow:0px 10px 10px rgba(18,100,252,.1019607843);border-radius:18px;padding:40px 12.5px 0;box-sizing:border-box}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-fps-box .resolution-game-fps-box-title{font:normal normal bold 15px/23px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-fps-box .resolution-game-fps-box-score{font:normal normal bold 20px/31px Titillium Web;color:#3178ff;padding-top:26px;text-align:center}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-fps-box .resolution-game-fps-box-tips{font:normal normal normal 13px/20px Titillium Web;color:#2a2a2a;padding-top:18px;text-align:center}.bottleneck-calculator .res-section .system-analysis-section{width:100%;display:flex;align-items:stretch;margin-top:24px;gap:23px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part{background:#f4f5f8;border-radius:20px;box-sizing:border-box;padding:25px 18.5px 0 25.5px;min-height:432px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part .system-analysis-part-title{font:normal normal bold 18px/27px Titillium Web;color:#2a2a2a;display:flex;align-items:center;gap:4.5px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part .system-analysis-part-title::before{content:"";display:block;width:19px;height:19px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part .system-analysis-part-desc{padding-top:22px;font:normal normal normal 16px/24px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part{flex-basis:458px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-analysis-part-title::before{background:url("/tpl/tools/en/img/bottleneck-calculator/icon_system.svg") no-repeat center/cover}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-analysis-part-desc{padding-top:20px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-list{padding-top:8px;width:100%;display:flex;flex-direction:column}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-list>li{height:33px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eeeeef;font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a;box-sizing:border-box}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-list>li>span{font-weight:bold}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part{padding:25px 27px 0 24px;flex-basis:583px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-part-title::before{background:url("/tpl/tools/en/img/bottleneck-calculator/icon_Detailed.svg") no-repeat center/cover}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-score-box{display:flex;align-items:center;gap:14px;margin-top:14px;width:100%}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-score-box-part{flex:1;background:#fff;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:1px;padding-top:11px;box-sizing:border-box;height:74px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-score-box-part>span{font:normal normal bold 16px/24px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-score-box-part>p{font:normal normal normal 14px/21px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .analysis-list{margin-top:16px;display:flex;flex-direction:column}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .analysis-list>li{font:normal normal bold 14px/21px Titillium Web;color:#2a2a2a}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .analysis-list>li>span{font-weight:normal}@media screen and (max-width: 768px){.bottleneck-calculator{padding:60px 20px 80.5px}.bottleneck-calculator .main-title{text-align:left;font:normal normal bold 35px/42px Titillium Web;padding-top:10px}.bottleneck-calculator .main-description{display:none}.bottleneck-calculator .oper-area{margin:10px auto 0;width:100%;height:auto;border-radius:15px;padding:19.5px 9px 117.5px;box-shadow:0px 5px 5px rgba(18,100,252,.1019607843)}.bottleneck-calculator .oper-area::before{height:100.5px}.bottleneck-calculator .oper-area .oper-area-title{text-align:left;font:normal normal bold 17px/26px Titillium Web}.bottleneck-calculator .oper-area .oper-area-container{padding-top:9px;display:flex;flex-wrap:wrap;gap:13px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box{flex-basis:100%;gap:9.5px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part{height:90.5px;border-radius:7px;padding:11px 9.5px 9.5px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p{padding-left:4px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p>span{font:normal normal bold 13px/19.5px Titillium Web}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-cpu>i{width:18px;height:14px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-cpu>span{padding-left:4px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-gpu>i{width:14px;height:12px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-gpu>span{padding-left:4px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-resolution>i{width:15px;height:15px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-resolution>span{padding-left:2px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-ram>i{width:15px;height:15px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-ram>span{padding-left:2px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-storage-type>i{width:16px;height:16px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-storage-type>span{padding-left:3px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-primary-use>i{width:20px;height:15.5px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part>p.oper-primary-use>span{padding-left:0}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box{margin-top:9.5px;height:38px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-checked-text{font:normal normal normal 14px/21.5px Titillium Web;padding:0 15px;border-radius:7px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options{padding:3px;border-radius:7px;gap:6px;display:none;z-index:2;min-width:170px;left:50%;transform:translateX(-50%)}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li{padding-left:18px;padding-right:18px;padding-right:30px}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li.on{background:#e7efff}.bottleneck-calculator .oper-area .oper-area-container .oper-area-box .oper-part .select-box .select-box-options>li.on::after{right:5px}.bottleneck-calculator .oper-area .oper-bottom{height:100.5px;padding:23.5px 17px 0}.bottleneck-calculator .oper-area .oper-bottom .oper-btn{min-width:unset;width:100%;height:53px}.bottleneck-calculator .oper-area .oper-bottom .oper-btn>span{font:normal normal bold 19px/29px Titillium Web}.bottleneck-calculator .tips-banner{margin:20.5px auto 0;gap:17.5px;flex-direction:column;width:100%}.bottleneck-calculator .tips-banner .tips-part{min-height:139px;padding:21px 13.5px 22px 15px;border-radius:15px}.bottleneck-calculator .tips-banner .tips-part-title{font:normal normal normal 17px/26px Titillium Web}.bottleneck-calculator .tips-banner .tips-part>ul{padding-top:15.5px;gap:9px}.bottleneck-calculator .tips-banner .tips-part>ul li{font:normal normal normal 13px/19.5px Titillium Web}.bottleneck-calculator .res-section{margin:25.5px auto 0;width:100%;height:auto}.bottleneck-calculator .res-section .res-section-title{font:normal normal bold 30px/38px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content{padding-top:15.5px;gap:21.5px;flex-direction:column}.bottleneck-calculator .res-section .res-section-top-content_part{flex:unset;height:auto;border-radius:20px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck{height:264px;box-shadow:0px 5px 5px rgba(18,100,252,.1019607843);padding:39px 18px 0}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-title{font:normal normal bold 37px/56.5px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-type{font:normal normal bold 16.5px/25px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-text{font:normal normal normal 13px/19.5px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-list{gap:13px;height:50px;padding-top:16.5px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-list>li{flex:1;border-radius:6px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-list>li>span{font:normal normal normal 13px/19.5px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-list>li>p{font:normal normal normal 14px/13.5px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-tips{gap:4px;padding-top:14px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-tips::before{width:10px;height:10px}.bottleneck-calculator .res-section .res-section-top-content_part.res-bottleneck .res-bottleneck-tips>span{font:normal normal normal 14px/13.5px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content_part.res-download{width:100%;height:333.5px;padding:33.5px 11.5px 24.5px}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-title{font:normal normal bold 18px/27.5px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-desc{padding-top:4px}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-desc>span{padding-top:1px;font:normal normal normal 13px/19.5px Titillium Web}.bottleneck-calculator .res-section .res-section-top-content_part.res-download .res-download-btn{min-width:unset;width:calc(100% - 36px);height:50px;margin:0 auto;position:absolute;bottom:24.5px}.bottleneck-calculator .res-section .recommendations-section{border-radius:15px;padding:22.5px 15px 15px;margin-top:22px}.bottleneck-calculator .res-section .recommendations-section .recommendations-section-title{font:normal normal bold 16px/24px Titillium Web}.bottleneck-calculator .res-section .recommendations-section .recommendations-list{padding-top:21px}.bottleneck-calculator .res-section .recommendations-section .recommendations-list>li{align-items:flex-start;gap:4px;font:normal normal normal 14px/27px Titillium Web}.bottleneck-calculator .res-section .recommendations-section .recommendations-list>li::before{width:13px;height:13px;flex-shrink:0;margin-top:10px}.bottleneck-calculator .res-section .resolution-game-banner{gap:22px;margin-top:22px;flex-direction:column}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part{flex:unset;height:auto;padding:22.5px 12.5px 15.5px;border-radius:15px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-part-title{font:normal normal bold 16px/24px Titillium Web}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-part-desc{padding-top:18.5px;font:normal normal normal 15px/27px Titillium Web}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list{padding-top:11px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list>li{font:normal normal bold 13px/22px Titillium Web}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part .resolution-game-list>li.mt20{margin-top:17px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.resolution-part{flex-basis:unset;min-height:293px;width:100%}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.resolution-part .resolution-game-part-title{gap:4.5px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.resolution-part .resolution-game-part-title::before{content:"";display:block;width:17px;height:13px;flex-shrink:0}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part{flex-basis:unset;width:100%;min-height:399px;padding-right:12.5px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-part-title{gap:3.5px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-part-title::before{width:20px;height:13px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-fps-box{top:unset;bottom:17.5px;transform:translateX(-50%);left:50%;right:unset;width:calc(100% - 12.5px);height:100px;box-shadow:0px 5px 5px rgba(18,100,252,.1019607843);border-radius:9px;padding:13.5px 10px 0}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-fps-box .resolution-game-fps-box-title{font:normal normal bold 14px/21.5px Titillium Web;text-align:center}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-fps-box .resolution-game-fps-box-score{font:normal normal bold 16px/24px Titillium Web;padding-top:5px}.bottleneck-calculator .res-section .resolution-game-banner .resolution-game-part.game-part .resolution-game-fps-box .resolution-game-fps-box-tips{font:normal normal normal 12px/18px Titillium Web;padding-top:5px}.bottleneck-calculator .res-section .system-analysis-section{flex-direction:column;margin-top:22px;gap:20px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part{flex:unset;border-radius:15px;padding:22.5px 13px 0}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part .system-analysis-part-title{font:normal normal bold 16px/24px Titillium Web}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part .system-analysis-part-desc{font:normal normal normal 15px/27px Titillium Web;padding-top:22.5px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part{width:100%;flex-basis:unset;min-height:361.5px;padding:22.5px 7.5px 0 14px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-analysis-part-title{gap:4px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-analysis-part-title::before{width:17.5px;height:17.5px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-list{padding-top:11.5px;width:100%}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.system-part .system-list>li{height:27px;font:normal normal normal 11px/11px Titillium Web}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part{min-height:428.5px;flex-basis:unset}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-part-title{gap:2px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-part-title::before{width:20px;height:20px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-score-box{gap:8.5px;margin-top:23.5px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-score-box-part{border-radius:6px;padding-top:6px;height:50px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-score-box-part>span{font:normal normal bold 13px/19.5px Titillium Web}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .system-analysis-score-box-part>p{font:normal normal normal 9px/13.5px Titillium Web}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .analysis-list{margin-top:19px}.bottleneck-calculator .res-section .system-analysis-section .system-analysis-part.analysis-part .analysis-list>li{font:normal normal bold 13px/19.5px Titillium Web}}@keyframes rotate360{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}