@keyframes ai-opacity-0{from{opacity:1}to{opacity:0}}@keyframes ai-opacity-1{from{opacity:0}to{opacity:1}}@media screen and (min-width: 769px){.ai-button{display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;background-color:rgba(112,112,112,.1);padding-left:22px;padding-right:22px;border-radius:12px;outline:none;border:none;height:48px;font:normal normal normal 20px/20px Titillium Web;color:#2a2a2a;gap:8px;transition:background-color .3s ease-out}.ai-button:hover{background-color:rgba(18,100,252,.1)}.ai-button.ai-button--icon{padding-left:13px;padding-right:13px}.ai-button__icon{width:22px;height:22px;display:inline-block}.ai-button__text{display:inline-block}.ai-button.ai-button--primary{background-color:#1264fc}.ai-button.ai-button--primary .ai-button__text{color:#fff}.ai-button.ai-button--primary:hover{background-color:#3078ff}.ai-select{position:relative}.ai-select__icon{width:22px;height:22px;object-fit:contain}.ai-select__label{transition:color .3s ease-out;font:normal normal normal 20px/20px Titillium Web;color:#2a2a2a}.ai-select__status{width:14px;height:14px;background:url(/tpl/tools/img/common/icon_arrow_down.svg) no-repeat center center;background-size:contain;margin-left:auto;visibility:hidden}.ai-select__trigger,.ai-select__option{display:flex;align-items:center;cursor:pointer;user-select:none;transition:background-color .3s ease-out;padding-left:20px;padding-right:20px;gap:8px}.ai-select__trigger{background-color:rgba(112,112,112,.1);height:48px;border-radius:12px}.ai-select__trigger:hover{background-color:rgba(18,100,252,.1)}.ai-select__trigger:hover .ai-select__label{color:#1264fc}.ai-select__trigger .ai-select__status{visibility:visible;transition:transform .2s ease-out;transform:rotate(0deg)}.ai-select .ai-select__trigger[aria-expanded=true] .ai-select__status{transform:rotate(180deg)}.ai-select__option{background-color:#fff;border-radius:8px;height:44px}.ai-select__option:hover{background-color:rgba(18,100,252,.1)}.ai-select__option .ai-select__label{font:normal normal normal 16px/16px Titillium Web}.ai-select__option .ai-select__status{visibility:hidden;width:20px;height:14px;background:url(/tpl/tools/img/common/icon_checked.svg) no-repeat center center}.ai-select__option.is-active{background-color:rgba(18,100,252,.1)}.ai-select__option.is-active .ai-select__status{visibility:visible}.ai-select__dropdown{display:none;background-color:#fff;padding:4px;border-radius:12px;border:1px solid rgba(112,112,112,.5019607843)}.ai-select__list{display:grid;row-gap:4px}.ai-toast{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;user-select:none;pointer-events:none;max-width:70vw;z-index:99999;opacity:0;padding-left:24px;padding-right:24px;padding-top:9px;padding-bottom:9px;gap:10px;border-radius:12px;min-height:36px;font:normal normal normal 16px/20px Titillium Web;color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2;overflow-wrap:break-word}.ai-toast__icon{display:inline-block;width:26px;height:26px;object-fit:contain;flex-shrink:0}.ai-toast.is-active{opacity:1}.ai-toast.is-info{color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2}.ai-toast.is-error{color:#e94949;background-color:#ffe8e8;border:1px solid #cb2020}.ai-toast.is-warning{color:#c9802e;background-color:#fff8ef;border:1px solid #c9802e}.ai-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:20000;display:none}.ai-modal *{margin:0;box-sizing:border-box}.ai-modal__mask{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7);z-index:20001;opacity:0}.ai-modal__content{position:relative;width:600px;min-height:328px;background-color:#fff;border-radius:16px;z-index:20002;padding-left:46px;padding-right:46px;padding-top:53px;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.ai-modal__footer{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:45px}.ai-modal__icon{display:inline-block;width:48px;height:48px;object-fit:contain;flex-shrink:0}.ai-modal__title{margin-top:16px;text-align:center;font:normal normal bold 20px/31px Titillium Web;color:#2a2a2a}.ai-modal__desc{font:normal normal normal 16px/22px Titillium Web;color:#707070;margin-top:9px;text-align:center}.ai-modal .ai-button{width:156px;height:56px}.ai-modal .ai-button.modal-cancel{background-color:rgba(42,42,42,.08)}.ai-modal .ai-button.modal-cancel:hover{background-color:rgba(42,42,42,.15)}.ai-modal.is-active{display:flex}.ai-modal.is-active .ai-modal__mask{animation:ai-opacity-1 .2s ease-out forwards}.ai-modal.is-leave{display:flex}.ai-modal.is-leave .ai-modal__content,.ai-modal.is-leave .ai-modal__mask{animation:ai-opacity-0 .2s ease-out forwards}.ai-modal-close{width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;top:15px;right:15px}.ai-modal-close svg{width:20px;height:20px;pointer-events:none}.ai-modal-close svg .css-flag{transition:all .3s ease-out;stroke:rgba(42,42,42,.4980392157)}.ai-modal-close:hover svg .css-flag{stroke:#2a2a2a}.ai-image-viewer{background-color:rgba(0,0,0,.7) !important}.ai-image-viewer .viewer-close{position:absolute;top:32px;right:32px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:rgba(42,42,42,.6);border-radius:8px;cursor:pointer;transition:background-color .3s ease-out}.ai-image-viewer .viewer-close:hover{background-color:#2a2a2a !important}.ai-image-viewer .viewer-close:focus{background-color:rgba(0,0,0,0) !important;box-shadow:none !important}.ai-image-viewer .viewer-close::before{width:18px;height:18px;position:static;background:url(/tpl/tools/img/common/icon_close_white.svg) no-repeat center center;background-size:contain}}@media screen and (max-width: 768px){.ai-button{display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;background-color:rgba(112,112,112,.1);padding-left:22px;padding-right:22px;border-radius:12px;outline:none;border:none;height:48px;font:normal normal normal 16px/16px Titillium Web;color:#2a2a2a;gap:8px;transition:background-color .3s ease-out}.ai-button.ai-button--icon{padding-left:0;padding-right:0;width:48px}.ai-button__icon{width:22px;height:22px;display:inline-block}.ai-button__text{display:inline-block}.ai-button.ai-button--primary{background-color:#1264fc}.ai-button.ai-button--primary .ai-button__text{color:#fff}.ai-select{position:relative}.ai-select__icon{width:22px;height:22px;object-fit:contain}.ai-select__label{transition:color .3s ease-out;font:normal normal normal 16px/16px Titillium Web;color:#2a2a2a}.ai-select__status{width:14px;height:14px;background:url(/tpl/tools/img/common/icon_arrow_down.svg) no-repeat center center;background-size:contain;margin-left:auto;visibility:hidden}.ai-select__trigger,.ai-select__option{display:flex;align-items:center;cursor:pointer;user-select:none;transition:background-color .3s ease-out;padding-left:12px;padding-right:12px;gap:8px}.ai-select__trigger{background-color:rgba(112,112,112,.1);height:48px;border-radius:12px}.ai-select__trigger .ai-select__status{visibility:visible;transition:transform .2s ease-out;transform:rotate(0deg)}.ai-select .ai-select__trigger[aria-expanded=true] .ai-select__status{transform:rotate(180deg)}.ai-select__option{background-color:#fff;border-radius:8px;height:44px}.ai-select__option:active{background-color:rgba(18,100,252,.1)}.ai-select__option .ai-select__label{font:normal normal normal 14px/14px Titillium Web}.ai-select__option .ai-select__status{visibility:hidden;width:20px;height:14px;background:url(/tpl/tools/img/common/icon_checked.svg) no-repeat center center;background-size:contain}.ai-select__option.is-active{background-color:rgba(18,100,252,.1)}.ai-select__option.is-active .ai-select__status{visibility:visible}.ai-select__dropdown{display:none;background-color:#fff;padding:4px;border-radius:12px;border:1px solid rgba(112,112,112,.5019607843)}.ai-select__list{display:grid;row-gap:4px}.ai-toast{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);display:flex;justify-content:flex-start;align-items:center;user-select:none;pointer-events:none;width:calc(100vw - 32px);z-index:99999;opacity:0;padding-left:16px;padding-right:16px;padding-top:9px;padding-bottom:9px;gap:10px;border-radius:12px;min-height:40px;font:normal normal normal 16px/20px Titillium Web;color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2;overflow-wrap:break-word;box-sizing:border-box}.ai-toast__icon{display:inline-block;width:26px;height:26px;object-fit:contain;flex-shrink:0}.ai-toast.is-active{opacity:1}.ai-toast.is-info{color:#1264fc;background-color:#e8f0ff;border:1px solid #1b55c2}.ai-toast.is-error{color:#e94949;background-color:#ffe8e8;border:1px solid #cb2020}.ai-toast.is-warning{color:#c9802e;background-color:#fff8ef;border:1px solid #c9802e}.ai-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:20000;display:none;padding-left:22px;padding-right:22px}.ai-modal *{margin:0;box-sizing:border-box}.ai-modal__mask{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7);z-index:20001;opacity:0}.ai-modal__content{position:relative;background-color:#fff;border-radius:16px;z-index:20002;padding-left:14px;padding-right:14px;padding-top:73px;padding-bottom:14px;display:flex;flex-direction:column;align-items:center;width:100%}.ai-modal__footer{display:flex;justify-content:center;align-items:center;gap:23px;margin-top:33px;width:100%}.ai-modal__icon{display:inline-block;width:48px;height:48px;object-fit:contain;flex-shrink:0}.ai-modal__title{margin-top:16px;text-align:center;font:normal normal bold 20px/20px Titillium Web;color:#2a2a2a}.ai-modal__desc{font:normal normal normal 16px/20px Titillium Web;color:#707070;margin-top:9px;text-align:center}.ai-modal .ai-modal-close{right:10px}.ai-modal .ai-button{flex-grow:1;height:56px}.ai-modal .ai-button.modal-cancel{background-color:rgba(42,42,42,.08)}.ai-modal.is-active{display:flex}.ai-modal.is-active .ai-modal__mask{animation:ai-opacity-1 .2s ease-out forwards}.ai-modal.is-leave{display:flex}.ai-modal.is-leave .ai-modal__content,.ai-modal.is-leave .ai-modal__mask{animation:ai-opacity-0 .2s ease-out forwards}.ai-modal-close{width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;top:15px;right:15px}.ai-modal-close svg{width:20px;height:20px;pointer-events:none}.ai-modal-close svg .css-flag{transition:all .3s ease-out;stroke:rgba(42,42,42,.4980392157)}.ai-image-viewer{background-color:rgba(0,0,0,.7) !important}.ai-image-viewer .viewer-close{position:absolute;top:76px;right:16px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:rgba(42,42,42,.6);border-radius:8px;cursor:pointer;transition:background-color .3s ease-out}.ai-image-viewer .viewer-close:focus{background-color:rgba(0,0,0,0) !important;box-shadow:none !important}.ai-image-viewer .viewer-close:hover{background-color:rgba(42,42,42,.6)}.ai-image-viewer .viewer-close::before{width:18px;height:18px;position:static;background:url(/tpl/tools/img/common/icon_close_white.svg) no-repeat center center;background-size:contain}}.scroll-show-wrapper>.scroll-show-up{opacity:0;transform:translate3d(0, 50%, 0);transition-property:all;transition-duration:.3s;transition-timing-function:ease-out}.scroll-show-wrapper.is-in>.scroll-show-up{opacity:1;transform:translate3d(0, 0, 0)}.scroll-show-self.scroll-show-up{opacity:0;transform:translate3d(0, 200px, 0);transition-property:all;transition-duration:.3s;transition-timing-function:ease-out}.scroll-show-self.scroll-show-up.is-in{opacity:1;transform:translate3d(0, 0, 0)}.scroll-show-delay1{transition-delay:.1s}.scroll-show-delay2{transition-delay:.2s}.scroll-show-delay3{transition-delay:.3s}.scroll-show-delay4{transition-delay:.4s}.scroll-show-delay5{transition-delay:.5s}.scroll-show-delay6{transition-delay:.6s}.scroll-show-delay7{transition-delay:.7s}.scroll-show-delay8{transition-delay:.8s}.scroll-show-delay9{transition-delay:.9s}.scroll-show-delay10{transition-delay:1s}.bottleneck-calculator-tool{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/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/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/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/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/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/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/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/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/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/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/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/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/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/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-tool{padding:60px 20px 0}.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)}}.bottleneck-calculator-seo{margin-top:58px}.bottleneck-calculator-seo .pc_show{display:block}.bottleneck-calculator-seo .mob_show{display:none}.bottleneck-calculator-seo .comon-btn{border:unset;outline:unset;min-width:230px;padding:0 14px;box-sizing:border-box;height:52px;background:#1264fc;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.bottleneck-calculator-seo .comon-btn>span{font:normal normal 500 16px/27px Roboto;color:#fff}.bottleneck-calculator-seo .comon-btn:hover{background:#5c95ff}.bottleneck-calculator-seo .section-one{width:100%;height:810px;padding:68px 0 106px 0;background:url("/tpl/tools/img/bottleneck-calculator/section1-bg.png") no-repeat center/cover;box-sizing:border-box}.bottleneck-calculator-seo .section-one h2{text-align:center;font:normal normal bold 40px/61px Titillium Web;color:#000}.bottleneck-calculator-seo .section-one .section-one-box{background:url("/tpl/tools/img/bottleneck-calculator/section1-box-bg.png") no-repeat center/cover;width:1200px;height:563px;margin:12px auto 0;display:flex;justify-content:center;padding:0 48px 0 58px;box-sizing:border-box}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-part{flex:1}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-part h3{font:normal normal 600 26px/39px Titillium Web;color:#000;text-align:center;display:flex;align-items:center;align-items:flex-end}.bottleneck-calculator-seo .section-one .section-one-box .section-one-part-text{font:normal normal normal 16px/26px Roboto;color:#1e1c2c}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start{padding-top:157px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start h3{line-height:30px;gap:12px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start h3::before{content:"";display:block;width:51px;height:44px;background:url("/tpl/tools/img/bottleneck-calculator/section1-icon1.svg") no-repeat center/cover}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start .section-one-part-text{padding-top:31px;padding-right:85px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start .section-one-btn{margin-top:36px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end{padding-left:67px;padding-top:148px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end h3{line-height:40px;gap:8px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end h3::before{content:"";display:block;width:43px;height:50px;background:url("/tpl/tools/img/bottleneck-calculator/section1-icon2.svg") no-repeat center/cover}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end .section-one-part-text{padding-top:24px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end .section-one-part-list li{font-size:0}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end .section-one-part-list li::before{content:"";display:inline-block;background:url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfNzE5NSIgZGF0YS1uYW1lPSJHcm91cCA3MTk1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTgiIGhlaWdodD0iMTUuNTMxIiB2aWV3Qm94PSIwIDAgMTggMTUuNTMxIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8zMjk1MCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMzI5NTAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNS41MzEiIGZpbGw9IiMxMjY0ZmMiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJHcm91cF83MTk0IiBkYXRhLW5hbWU9Ikdyb3VwIDcxOTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzIxMzQiIGRhdGEtbmFtZT0iUGF0aCAyMTM0IiBkPSJNMTcuNTQyLDBBNDguNTUxLDQ4LjU1MSwwLDAsMCw2LjMwOSw5LjcyTDEuOTM4LDYuMjkyLDAsNy44NDNsNy41NSw3LjY4OUE0Ni4zODEsNDYuMzgxLDAsMCwxLDE4LDEuMDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjMTI2NGZjIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat center/cover;width:18px;height:16px;margin-right:6px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end .section-one-part-list li>p{font:normal normal normal 16px/25.5px Roboto;color:#1e1c2c;display:inline}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end .section-one-part-list li>p>span{font-weight:bold;color:#000}.bottleneck-calculator-seo .section-two{width:100%;height:440px;padding-top:40px;box-sizing:border-box;display:flex;align-items:center;flex-direction:column;background:url("/tpl/tools/img/bottleneck-calculator/section2-bg.png") no-repeat center/cover}.bottleneck-calculator-seo .section-two::before{content:"";display:block;width:80px;height:79px;background:url("/tpl/tools/en/img/bottleneck-calculator/section2-icon.png") no-repeat center/cover}.bottleneck-calculator-seo .section-two h2{font:normal normal bold 32px/48px Titillium Web;color:#000;padding-top:9px;text-align:center}.bottleneck-calculator-seo .section-two .section-two-part-list{padding-top:12px}.bottleneck-calculator-seo .section-two .section-two-part-list li{display:flex;align-items:center;gap:6px}.bottleneck-calculator-seo .section-two .section-two-part-list li::before{content:"";display:block;width:10px;height:10px;border-radius:50%;background-color:#1264fc}.bottleneck-calculator-seo .section-two .section-two-part-list li>p{font:normal normal normal 16px/32px Roboto;color:#545454}.bottleneck-calculator-seo .section-two .section-two-btn{margin-top:21px;min-width:300px;text-decoration:unset !important}.bottleneck-calculator-seo .section-three{width:100%;height:452px;background:#fff;padding-top:100px;box-sizing:border-box}.bottleneck-calculator-seo .section-three h2{font:normal normal bold 40px/61px Titillium Web;color:#000;text-align:center}.bottleneck-calculator-seo .section-three .section-three-part-list{padding-top:54px;display:flex;align-items:start;justify-content:center;gap:26px;position:relative;z-index:1}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item{width:362px;height:386px;padding:54px 22px 0;box-sizing:border-box}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item:nth-child(1){background:url("/tpl/tools/img/bottleneck-calculator/section3-bg1.png") no-repeat center/cover}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item:nth-child(2){background:url("/tpl/tools/img/bottleneck-calculator/section3-bg2.png") no-repeat center/cover}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item:nth-child(3){background:url("/tpl/tools/img/bottleneck-calculator/section3-bg3.png") no-repeat center/cover}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item:nth-child(4){background:url("/tpl/tools/img/bottleneck-calculator/section3-bg4.png") no-repeat center/cover}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item h3{font:normal normal bold 22px/34px Titillium Web;color:#fff;text-align:center}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item>p{padding-top:36px;font:normal normal normal 16px/26px Roboto;color:#fff;text-align:center}.bottleneck-calculator-seo .section-three .section-three-btn{margin:56px auto;position:relative;display:block}.bottleneck-calculator-seo .section-four{width:100%;background:rgba(0,0,0,0) linear-gradient(180deg, #DFE8EB 0%, #F0F3F5 7%, #F4F9FF 100%);padding:355px 0 99px}.bottleneck-calculator-seo .section-four h2{font:normal normal bold 40px/61px Titillium Web;color:#000;text-align:center}.bottleneck-calculator-seo .section-four .section-four-desc{padding-top:10px;font:normal normal normal 16px/21px Roboto;color:#1e1c2c;text-align:center}.bottleneck-calculator-seo .section-four .section-four-list{padding-top:46px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item{display:flex;align-items:center;justify-content:center}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item .section-four-item-text-box h3{font:normal normal bold 26px/28px Titillium Web;color:#000}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item .section-four-item-text-box>p{padding-top:24px;font:normal normal normal 16px/25px Roboto;color:#545454;width:530px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item .section-four-item-text-box .section-four-btn{margin-top:30px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(1){gap:130px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(1) .section-four-item-text-box>p{width:530px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(2){gap:139px;margin-top:80px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(2) .section-four-item-text-box>p{width:531px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(3){gap:164px;margin-top:71px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(3) .section-four-item-text-box>p{width:480px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(4){gap:103px;margin-top:91px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(4) .section-four-item-text-box>p{width:501px}.bottleneck-calculator-seo .section-five{width:100%;height:320px;padding-top:64px;box-sizing:border-box;background:url("/tpl/tools/en/img/bottleneck-calculator/section5-bg.png") no-repeat center/cover;display:flex;justify-content:center}.bottleneck-calculator-seo .section-five .section-five-body{margin-right:625px}.bottleneck-calculator-seo .section-five .section-five-body h2{font:normal normal bold 32px/48px Titillium Web;color:#fff}.bottleneck-calculator-seo .section-five .section-five-body .section-five-desc{display:block;width:452px;padding-top:12px;font:normal normal normal 16px/23.5px Roboto;color:#fff}.bottleneck-calculator-seo .section-five .section-five-body .section-five-btn{margin-top:34px;background:#00c732;text-decoration:unset !important}.bottleneck-calculator-seo .section-five .section-five-body .section-five-btn:hover{background:#17e14a}.bottleneck-calculator-seo .section-six{background:#f4f9ff;padding:72px 0 114px;display:flex;flex-direction:column;align-items:center}.bottleneck-calculator-seo .section-six h2{font:normal normal bold 40px/61px Titillium Web;color:#000}.bottleneck-calculator-seo .section-six .section-six-desc{padding-top:10px;font:normal normal normal 16px/21px Roboto;color:#1e1c2c}.bottleneck-calculator-seo .section-six .section-six-btn{margin:30px auto 0}.bottleneck-calculator-seo .section-six .section-six-list{width:1100px;padding-top:32px;display:flex;flex-direction:column;gap:16px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item{width:100%;height:160px;box-sizing:border-box;padding-top:19px;padding-bottom:19px;padding-left:45px;padding-right:175px;display:flex;align-items:center;border-radius:16px;transition:transform .3s ease-out;border:2px solid rgba(0,0,0,0)}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item .section-six-item-text-box>h3{font:normal normal bold 22px/34px Titillium Web;color:#000}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item .section-six-item-text-box>p{padding-top:8px;font:normal normal normal 16px/24px Roboto;color:#545454}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item .section-six-item-text-box>p>a{font:inherit;color:inherit;text-decoration:underline}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(1){background:#ffeddd;gap:40px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(1):hover{border:2px solid #ff9a40;transform:translateY(-5px)}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(2){background:#e8e8ff;gap:50px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(2):hover{border:2px solid #7f7fff;transform:translateY(-5px)}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(3){background:#ffe7e7;gap:36px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(3):hover{border:2px solid #ff8989;transform:translateY(-5px)}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(4){background:#daf2f3;gap:32px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(4):hover{border:2px solid #54c8cd;transform:translateY(-5px)}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(5){background:#dae9ff;gap:52px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(5):hover{border:2px solid #73acff;transform:translateY(-5px)}.bottleneck-calculator-seo .section-seven{background:#070f33;padding:104px 0 110px}.bottleneck-calculator-seo .section-seven h2{font:normal normal bold 40px/61px Titillium Web;color:#fff;text-align:center}.bottleneck-calculator-seo .section-seven .section-seven-list{padding-top:90px;height:480px}.bottleneck-calculator-seo .section-seven .section-seven-list .swiper-wrapper{height:100%;display:flex;align-items:center;justify-content:center;gap:32px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item{width:316px;height:100%;border:2px solid rgba(0,0,0,0);cursor:pointer;text-align:center;border-radius:10px;transition:all .3s ease-out;overflow:hidden;flex-shrink:1;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:20px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item h3{padding-top:311px;font:normal normal bold 24px/36px Titillium Web;color:#fff;padding-bottom:20px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item>p{display:grid;font:normal normal normal 16px/24px Roboto;color:#ccc;max-width:685px;transition:grid-template-rows .3s .2s;grid-template-rows:0fr}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item>p>span{font:inherit;color:inherit;overflow:hidden}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item>p>span>a{font:inherit;color:inherit;color:#2592ff}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.item1{background:url("/tpl/tools/img/bottleneck-calculator/section7-img1.png") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.item2{background:url("/tpl/tools/img/bottleneck-calculator/section7-img2.png") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.item3{background:url("/tpl/tools/img/bottleneck-calculator/section7-img3.png") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.item4{background:url("/tpl/tools/img/bottleneck-calculator/section7-img4.png") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item:hover{border:2px solid #1264fc}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on{width:876px;border:2px solid #1264fc}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on>p{grid-template-rows:1fr}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on.item1{background:url("/tpl/tools/img/bottleneck-calculator/section7-img1-on.png") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on.item2{background:url("/tpl/tools/img/bottleneck-calculator/section7-img2-on.png") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on.item3{background:url("/tpl/tools/img/bottleneck-calculator/section7-img3-on.png") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on.item4{background:url("/tpl/tools/img/bottleneck-calculator/section7-img4-on.png") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .section-seven-btn{display:block;margin:64px auto 0}.bottleneck-calculator-seo .section-faq{width:100%;min-height:852px;padding:84px 0 108px;box-sizing:border-box;background:#e5f4ff url("/tpl/tools/img/bottleneck-calculator/faq-bg.png") no-repeat top/1920px auto}.bottleneck-calculator-seo .section-faq .section-faq-body{width:1200px;margin:0 auto}.bottleneck-calculator-seo .section-faq .section-faq-body h2{font:normal normal bold 40px/61px Titillium Web;color:#000}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list{padding-top:38px;width:940px;display:flex;flex-direction:column;gap:12px}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item{width:100%}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item .faq-title-box{background:#fff;border-radius:8px;width:100%;min-height:68px;position:relative;padding-left:30px;padding-right:42px;box-sizing:border-box;display:flex;align-items:center;cursor:pointer}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item .faq-title-box::after{content:"";position:absolute;bottom:0;width:22px;height:22px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfNTMxOCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgNTMxOCIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzI5IDEwMjcpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9Ik1hc2tfR3JvdXBfOSIgZGF0YS1uYW1lPSJNYXNrIEdyb3VwIDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzI5IC0xMDI3KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IlBhdGhfMTU4NjMyIiBkYXRhLW5hbWU9IlBhdGggMTU4NjMyIiBkPSJNNS40MTcsNy4yNzUsMTAuMTQ3LDEybDQuNzMtNC43MywxLjU3NywxLjU3Ny02LjMwNyw2LjMwN0wzLjg0LDguODUyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMzMC4wNDkgMTAyNi41MDgpIiBmaWxsPSIjMzkzMjVhIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat center/cover;transition:transform .3s ease-out;right:40px;top:50%;transform:translateY(-50%)}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item .faq-title-box h3{font:normal normal 600 22px/34px Titillium Web;color:#000}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item .faq-text{width:100%;padding:0 36px;font:normal normal normal 16px/26px Roboto;color:#1e1c2c;box-sizing:border-box;max-height:0;transition:max-height .3s ease-out;overflow:hidden}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item.on{padding-bottom:4px}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item.on .faq-text{max-height:200px}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item.on .faq-title-box{margin-bottom:16px}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item.on .faq-title-box::after{transform:translateY(-50%) rotate(180deg)}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item.on .faq-title-box h3{color:#1264fc}@media screen and (max-width: 768px){.bottleneck-calculator-seo{margin-top:37px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bottleneck-calculator-seo .pc_show{display:none}.bottleneck-calculator-seo .mob_show{display:block}.bottleneck-calculator-seo .comon-btn{min-width:unset;width:243px;height:44px;border-radius:5px}.bottleneck-calculator-seo .comon-btn>span{font:normal normal 500 15px/18.5px Roboto}.bottleneck-calculator-seo .comon-btn:hover{background:#1264fc}.bottleneck-calculator-seo .section-one{min-height:1110px;height:auto;padding:40px 5.3vw 30px;background:url("/tpl/tools/img/bottleneck-calculator/section1-bg-m.png") no-repeat center/cover}.bottleneck-calculator-seo .section-one h2{font:normal normal bold 25px/28px Titillium Web}.bottleneck-calculator-seo .section-one .section-one-box{background:url("/tpl/tools/img/bottleneck-calculator/section1-box-bg-m.png") no-repeat top/100% auto;width:100%;min-height:950px;height:auto;aspect-ratio:670/1899;margin:24px auto 0;padding:0;box-sizing:border-box;flex-direction:column}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-part{flex:1}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-part h3{font:normal normal 600 5.3vw/6.4vw Titillium Web;flex-direction:column;align-items:center}.bottleneck-calculator-seo .section-one .section-one-box .section-one-part-text{font:normal normal normal 3.7vw/5.3vw Roboto;text-align:center}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start{padding:4.8vw 8.3vw 0;flex:unset}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start h3{gap:5px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start h3::before{width:50px;height:43px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start .section-one-part-text{padding-top:3.8vw;padding-right:unset}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-start .section-one-btn{margin:19px auto 0;display:block}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end{padding-left:8.3vw;padding-right:3.5vw;padding-top:25vw}}@media screen and (max-width: 768px)and (max-width: 350px){.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end{padding-top:20vw}}@media screen and (max-width: 768px){.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end h3{line-height:24px;gap:5px;padding:0 10px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end h3::before{width:36px;height:42px}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end .section-one-part-text{padding-top:3.8vw;text-align:left}.bottleneck-calculator-seo .section-one .section-one-box .section-one-box-end .section-one-part-list li>p{font:normal normal normal 14px/20px Roboto}.bottleneck-calculator-seo .section-two{width:100%;height:525.5px;padding-top:18.25px;background:url("/tpl/tools/img/bottleneck-calculator/section2-bg-m.png") no-repeat center/cover}.bottleneck-calculator-seo .section-two::before{width:73.5px;height:72.5px}.bottleneck-calculator-seo .section-two h2{font:normal normal bold 25px/28px Titillium Web;padding-top:5px}.bottleneck-calculator-seo .section-two .section-two-part-list{padding-top:10px}.bottleneck-calculator-seo .section-two .section-two-part-list li{gap:4px}.bottleneck-calculator-seo .section-two .section-two-part-list li::before{width:8px;height:8px}.bottleneck-calculator-seo .section-two .section-two-part-list li>p{font:normal normal normal 13px/18px Roboto}.bottleneck-calculator-seo .section-two .section-two-btn{margin-top:20px;min-width:290px}.bottleneck-calculator-seo .section-three{width:100%;height:287.5px;padding-top:40px}.bottleneck-calculator-seo .section-three h2{font:normal normal bold 25px/28px Titillium Web;padding:0 77px}.bottleneck-calculator-seo .section-three .section-three-part-list{padding-top:24px;align-items:center;flex-direction:column;gap:23px}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item{width:295px;height:314.5px;padding:50px 26px 0}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item:nth-child(1){background:url("/tpl/tools/img/bottleneck-calculator/section3-bg1-m.png") no-repeat center/cover}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item:nth-child(2){background:url("/tpl/tools/img/bottleneck-calculator/section3-bg2.png") no-repeat center/cover}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item:nth-child(3){background:url("/tpl/tools/img/bottleneck-calculator/section3-bg3.png") no-repeat center/cover}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item:nth-child(4){background:url("/tpl/tools/img/bottleneck-calculator/section3-bg4.png") no-repeat center/cover}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item h3{font:normal normal bold 17px/23px Titillium Web}.bottleneck-calculator-seo .section-three .section-three-part-list .section-three-part-item>p{padding-top:30px;font:normal normal normal 14px/20px Roboto}.bottleneck-calculator-seo .section-three .section-three-btn{display:block;margin:34px auto 0;position:relative}.bottleneck-calculator-seo .section-four{padding:1302.5px 0 50px}.bottleneck-calculator-seo .section-four h2{font:normal normal bold 25px/28px Titillium Web}.bottleneck-calculator-seo .section-four .section-four-desc{padding:7px 36px 0;font:normal normal normal 14px/20px Roboto}.bottleneck-calculator-seo .section-four .section-four-list{padding-top:29px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item{flex-direction:column}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item img{max-width:100%;height:auto}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item .section-four-item-text-box h3{font:normal normal bold 25px/28px Titillium Web;text-align:center}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item .section-four-item-text-box>p{font:normal normal normal 14px/20px Roboto;width:100%;box-sizing:border-box;text-align:center}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item .section-four-item-text-box .section-four-btn{display:block;margin:14px auto 0}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(1){gap:15px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(1) .section-four-item-text-box>p{width:100%;padding:9px 30px 0}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(2){gap:15px;margin-top:45px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(2) .section-four-item-text-box>p{width:100%;padding:9px 25px 0}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(3){gap:15px;margin-top:32.5px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(3) .section-four-item-text-box>p{width:100%;padding:9px 34px 0}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(4){gap:15px;margin-top:30px}.bottleneck-calculator-seo .section-four .section-four-list .section-four-item:nth-child(4) .section-four-item-text-box>p{width:100%;padding:9px 34px 0}.bottleneck-calculator-seo .section-five{height:500px;padding-top:55px;background:url("/tpl/tools/img/bottleneck-calculator/section5-bg-m.png") no-repeat center/cover;text-align:center}.bottleneck-calculator-seo .section-five .section-five-body{margin-right:unset}.bottleneck-calculator-seo .section-five .section-five-body h2{font:normal normal bold 25px/28px Titillium Web;padding:0px 60px;box-sizing:border-box}.bottleneck-calculator-seo .section-five .section-five-body .section-five-desc{width:100%;padding:10px 43px 0;box-sizing:border-box;font:normal normal normal 13px/18px Roboto}.bottleneck-calculator-seo .section-five .section-five-body .section-five-btn{margin:20px auto 0}.bottleneck-calculator-seo .section-five .section-five-body .section-five-btn:hover{background:#00c732}.bottleneck-calculator-seo .section-six{padding:40px 0 53px}.bottleneck-calculator-seo .section-six h2{font:normal normal bold 25px/33px Titillium Web;padding:0 30px;text-align:center;box-sizing:border-box}.bottleneck-calculator-seo .section-six .section-six-desc{font:normal normal normal 14px/20px Roboto;padding:7px 40px 0;text-align:center;box-sizing:border-box}.bottleneck-calculator-seo .section-six .section-six-btn{margin:18px auto 0}.bottleneck-calculator-seo .section-six .section-six-list{width:100%;padding:24px 20px 0;gap:15px;box-sizing:border-box}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item{width:100%;height:auto;min-height:314px;padding-top:10px;padding-bottom:10px;padding-left:24px;padding-right:24px;border-radius:8px;transition:unset;border:unset;flex-direction:column;text-align:center;box-sizing:border-box}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item .section-six-item-text-box>h3{font:normal normal bold 17px/26px Titillium Web}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item .section-six-item-text-box>p{font:normal normal normal 14px/20px Roboto;padding-top:9px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item .section-six-item-text-box>img{max-width:100%;height:auto}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(1){gap:12px;padding-top:20px;padding-bottom:10px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(1):hover{border:unset;transform:unset}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(2){gap:12px;padding-top:30px;padding-bottom:10px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(2):hover{border:unset;transform:unset}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(3){gap:12px;padding-top:26px;padding-bottom:10px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(3):hover{border:unset;transform:unset}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(4){gap:12px;padding-top:38px;padding-bottom:10px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(4):hover{border:unset;transform:unset}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(5){gap:12px;padding-top:26px;padding-bottom:10px}.bottleneck-calculator-seo .section-six .section-six-list .section-six-item:nth-child(5):hover{border:unset;transform:unset}.bottleneck-calculator-seo .section-seven{padding:40px 0 55px}.bottleneck-calculator-seo .section-seven h2{font:normal normal bold 25px/28px Titillium Web;padding:0px 26px;box-sizing:border-box}.bottleneck-calculator-seo .section-seven .swiper-nav-box{padding-top:29px;display:flex;justify-content:center;align-items:center;gap:14px}.bottleneck-calculator-seo .section-seven .swiper-nav-box>div{width:42px;height:42px;border-radius:50%;cursor:pointer;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NCIgaGVpZ2h0PSI4NCIgdmlld0JveD0iMCAwIDg0IDg0Ij4KICA8ZyBpZD0iR3JvdXBfNDA3NzMiIGRhdGEtbmFtZT0iR3JvdXAgNDA3NzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTIgLTEyNTkxKSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzQiIGRhdGEtbmFtZT0iRWxsaXBzZSA0IiBjeD0iNDIiIGN5PSI0MiIgcj0iNDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1MiAxMjU5MSkiIGZpbGw9IiMyZTdhZmYiLz4KICAgIDxwYXRoIGlkPSJVbmlvbl80IiBkYXRhLW5hbWU9IlVuaW9uIDQiIGQ9Ik0uMjY4LDI3QTIsMiwwLDAsMSwxLDI0LjI2OUwxOC43ODUsMTQsMSwzLjczMkEyLDIsMCwwLDEsMywuMjY4TDIzLjc3LDEyLjI1OWExLjk5MSwxLjk5MSwwLDAsMSwuMzYxLjI2MWgwbC4wMTQuMDEzLjAwOS4wMDkuMDEuMDA5YTEuOTkyLDEuOTkyLDAsMCwxLC40MjEuNTc5bC4wMDUuMDExLDAsMGEyLDIsMCwwLDEtLjAyMiwxLjc1MnYwbC0uMDA4LjAxNS0uMDA4LjAxNnYwYTEuOTkzLDEuOTkzLDAsMCwxLS4yMDguMzE3bC0uMDA3LjAwOS0uMDA5LjAxMWExLjk4NywxLjk4NywwLDAsMS0uNTkyLjQ4OUwzLDI3LjczM0EyLDIsMCwwLDEsLjI2OCwyN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM4NiAxMjYxOS4wMDEpIiBmaWxsPSIjZmZmIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat center/cover;position:unset;opacity:1 !important}.bottleneck-calculator-seo .section-seven .swiper-nav-box>div::after{content:none}.bottleneck-calculator-seo .section-seven .swiper-nav-box>div.swiper-button-disabled{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NCIgaGVpZ2h0PSI4NCIgdmlld0JveD0iMCAwIDg0IDg0Ij4KICA8ZyBpZD0iR3JvdXBfNDA1MzciIGRhdGEtbmFtZT0iR3JvdXAgNDA1MzciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDYyLjQzOCAtNTE3NSkiPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8zIiBkYXRhLW5hbWU9IkVsbGlwc2UgMyIgY3g9IjQyIiBjeT0iNDIiIHI9IjQyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDYyLjQzOCA1MTc1KSIgZmlsbD0iI2NiZDZkZiIvPgogICAgPHBhdGggaWQ9IlVuaW9uXzUiIGRhdGEtbmFtZT0iVW5pb24gNSIgZD0iTS4yNywyNy4xNDFBMi4wMSwyLjAxLDAsMCwxLDEuMDA1LDI0LjRMMTguODgzLDE0LjA3NCwxLjAwNSwzLjc1MkEyLjAxLDIuMDEsMCwwLDEsMy4wMTYuMjdMMjMuOTA5LDEyLjMzMmEyLDIsMCwwLDEsLjE4Ny4xMjJsLjAxMi4wMDkuMDA5LjAwN2EyLjAxMywyLjAxMywwLDAsMSwuOCwxLjU4NHYwYzAsLjAwNiwwLC4wMTIsMCwuMDE4czAsLjAxMiwwLC4wMTh2MGEyLDIsMCwwLDEtLjEyNy42ODVoMHYwYTIsMiwwLDAsMS0uNjcxLjlsMCwwLS4wMTkuMDE0LS4wMDcsMC0uMDE2LjAxMi0uMDIzLjAxNi0uMDA2LDAtLjAxOS4wMTMsMCwwLS4wODUuMDUzaDBsLS4wMTguMDExLDAsMEwzLjAxNiwyNy44NzhBMi4wMDksMi4wMDksMCwwLDEsLjI3LDI3LjE0MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1MTMuMDUgNTIzMS4yOTMpIHJvdGF0ZSgxODApIiBmaWxsPSIjZmZmIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat center/cover}.bottleneck-calculator-seo .section-seven .swiper-nav-box>div.section-seven-prev{transform:rotate(180deg)}.bottleneck-calculator-seo .section-seven .swiper-nav-box>div.section-seven-prev.swiper-button-disabled{transform:rotate(0)}.bottleneck-calculator-seo .section-seven .swiper-nav-box>div.section-seven-next.swiper-button-disabled{transform:rotate(180deg)}.bottleneck-calculator-seo .section-seven .section-seven-list{width:100%;padding-top:40px;height:auto}.bottleneck-calculator-seo .section-seven .section-seven-list .swiper-wrapper{height:100%;box-sizing:border-box;align-items:flex-start;justify-content:unset;gap:unset}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item{max-width:100%;height:auto;border:2px solid rgba(0,0,0,0);cursor:pointer;text-align:center;border-radius:10px;transition:all .3s ease-out;flex-shrink:0;overflow:hidden;padding-bottom:0px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item h3{padding-top:207.5px;font:normal normal bold 21px/24px Titillium Web;transition:unset;transform:unset;text-align:center;padding-bottom:0px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item>p{display:block;font:normal normal normal 14px/20px Roboto;color:#fff;max-width:100%;margin:0 auto;opacity:1;transition:unset;text-align:center;padding:10px 25px 0}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.item1{background:url("/tpl/tools/img/bottleneck-calculator/section7-img1-m.png") no-repeat top center/335px 183.5px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.item2{background:url("/tpl/tools/img/bottleneck-calculator/section7-img2-m.png") no-repeat top center/335px 183.5px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.item3{background:url("/tpl/tools/img/bottleneck-calculator/section7-img3-m.png") no-repeat top center/335px 183.5px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.item4{background:url("/tpl/tools/img/bottleneck-calculator/section7-img4-m.png") no-repeat top center/335px 183.5px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on{width:unset;border:unset}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on h3{transform:unset}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on.item1{background:url("/tpl/tools/img/bottleneck-calculator/section7-img1-m.png") no-repeat top/335px 183.5px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on.item2{background:url("/tpl/tools/img/bottleneck-calculator/section7-img2-m.png") no-repeat top/335px 183.5px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on.item3{background:url("/tpl/tools/img/bottleneck-calculator/section7-img3-m.png") no-repeat top/335px 183.5px}.bottleneck-calculator-seo .section-seven .section-seven-list .section-seven-item.on.item4{background:url("/tpl/tools/img/bottleneck-calculator/section7-img4-m.png") no-repeat top/335px 183.5px}.bottleneck-calculator-seo .section-seven .section-seven-btn{margin:24px auto 0}.bottleneck-calculator-seo .section-faq{min-height:894px;padding:40px 0 178px;background:#e5f4ff url("/tpl/tools/img/bottleneck-calculator/faq-bg-m.png") no-repeat bottom/100% auto}.bottleneck-calculator-seo .section-faq .section-faq-body{width:100%;margin:unset}.bottleneck-calculator-seo .section-faq .section-faq-body h2{font:normal normal bold 25px/28px Titillium Web;text-align:center}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list{padding-top:16.5px;width:100%;box-sizing:border-box;padding-left:20px;padding-right:20px;gap:10px}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item{width:100%;user-select:none}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item .faq-title-box{border-radius:6px;min-height:70.5px;padding-left:20px;padding-right:49px}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item .faq-title-box::after{right:15px}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item .faq-title-box h3{font:normal normal 600 17px/26px Titillium Web}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item .faq-text{width:100%;padding-left:40px;padding-right:15px;font:normal normal normal 14px/20px Roboto}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item.on{padding-bottom:0}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item.on .faq-text{max-height:200px}.bottleneck-calculator-seo .section-faq .section-faq-body .section-faq-list .section-faq-item.on .faq-title-box{margin-bottom:10px}}