:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.adm-action-sheet-popup>.adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.adm-action-sheet-extra{display:flex;justify-content:center;color:var(--adm-color-weak);font-size:var(--adm-font-size-7);padding:18px 12px}.adm-action-sheet-button-item-wrapper,.adm-action-sheet-button-list,.adm-action-sheet-extra{border-bottom:1px solid var(--adm-color-border)}.adm-action-sheet-button-item-wrapper:last-child{border-bottom:none}.adm-action-sheet-button-item{text-align:center;display:block;background-color:var(--adm-color-background);padding:16px}.adm-action-sheet-button-item:active{background-color:var(--adm-color-border)}.adm-action-sheet-button-item-disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.adm-action-sheet-button-item-name{color:var(--adm-color-text);font-size:var(--adm-font-size-10)}.adm-action-sheet-button-item-description{font-size:var(--adm-font-size-6);color:var(--adm-color-weak);padding-top:4px}.adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name{color:var(--adm-color-danger)}.adm-action-sheet-button-item-bold .adm-action-sheet-button-item-name{font-weight:700}.adm-action-sheet-cancel{background-color:var(--adm-color-fill-content);padding-top:8px}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-dot-loading{display:inline-block}.adm-infinite-scroll{color:var(--adm-color-weak);padding:18px;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.rflow-header{position:fixed;top:0;left:0;width:100vw;height:var(--header-padding);z-index:10;display:flex;justify-content:center}.rflow-header.pcHide{display:none}.rflow-header .rflow-header-container{border-radius:20px;background:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);height:100%;width:100%;padding:0 44px 0 50px;display:flex;align-items:center;gap:42px}.rflow-header .rflow-header-logo-drawer{display:flex;align-items:center;gap:15px;flex-shrink:0}.rflow-header .rflow-header-logo-drawer a{display:flex;align-items:center}.rflow-header .rflow-header-drawer-icon{width:20px;height:20px;color:rgba(15,22,30,.56);display:none;flex-shrink:0}.rflow-header .rflow-header-logo{width:100px;height:auto;flex-shrink:0}.rflow-header .rflow-header-left-items{display:flex;align-items:center;gap:28px}.rflow-header .rflow-header-left-item{color:rgba(15,22,30,.92);font-size:16px;font-weight:500;line-height:24px}.rflow-header .rflow-header-left-item:hover{color:rgba(15,22,30,.6)}.rflow-header .rflow-header-left-item:active{color:rgba(15,22,30,.9)}.rflow-header .rflow-header-right{margin-left:auto;display:flex;align-items:center;gap:24px}.rflow-header .rflow-header-user-info{cursor:pointer;display:flex;align-items:center;gap:6px}.rflow-header .rflow-header-user-avatar{width:30px;height:30px;flex-shrink:0;border-radius:50px;object-fit:cover}.rflow-header .rflow-header-user-avatar.isGuest{display:none}.rflow-header .rflow-header-user-name{font-size:14px;font-weight:600;line-height:22px;color:rgba(15,22,30,.92)}.rflow-header .rflow-header-user-name:hover{color:rgba(15,22,30,.6)}.rflow-header .rflow-header-user-name:active{color:rgba(15,22,30,.9)}.rflow-header .rflow-header-user-name.login{color:#0f161e;font-weight:500}.rflow-header .rflow-header-right-items{display:flex;align-items:center;gap:10px}.rflow-header .rflow-header-free,.rflow-header .rflow-header-right-item{padding:9px 18px;border-radius:8px;font-size:14px;font-weight:600;line-height:22px;display:flex;align-items:center;justify-content:center;gap:5px;min-height:42px}.rflow-header .rflow-header-free{color:rgba(15,22,30,.92);border:1px solid rgba(15,22,30,.12);background:#fff}.rflow-header .rflow-header-free:hover{opacity:.85}.rflow-header .rflow-header-discord{background:#0f161e;padding:9px 18px;border-radius:8px;font-size:14px;font-weight:600;line-height:22px;display:flex;align-items:center;justify-content:center;gap:5px;min-height:42px;position:relative;color:hsla(0,0%,100%,.92);overflow:hidden}.rflow-header .rflow-header-discord-effect{position:absolute;bottom:0;top:0;left:0;right:0;align-items:center;justify-content:center;z-index:1;display:none}@keyframes effect{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rflow-header .rflow-header-discord-effect:before{content:"";background:linear-gradient(90deg,#7645ff,#7d40ff 49%,#5eb2ff);border-radius:40rem;width:10rem;height:10rem;transition:.4s;filter:blur(20px);animation:effect 3s linear infinite;opacity:1}.rflow-header .rflow-header-discord-content{position:relative;display:flex;gap:5px;z-index:1}.rflow-header-drawer{display:none}.rflow-header-drawer .ant-drawer-body{padding:20px!important}.rflow-header-drawer .rflow-header-drawer-logo{width:120px;height:auto}.rflow-header-drawer .rflow-header-drawer-user{padding:12px 0;margin-top:14px;display:flex;align-items:center;gap:12px}.rflow-header-drawer .rflow-header-drawer-avatar{width:30px;height:30px;border-radius:100px;overflow:hidden;flex-shrink:0}.rflow-header-drawer .rflow-header-drawer-email{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:rgba(15,22,30,.68);font-size:14px;font-weight:500}.rflow-header-drawer .rflow-header-drawer-block{margin-top:8px;border-top:1px solid rgba(15,22,30,.1);padding:7px}.rflow-header-drawer .rflow-header-drawer-action{display:flex;gap:12px;align-items:center;padding:12px calc(20px + 7px);margin:0 calc(-20px - 7px)}.rflow-header-drawer .rflow-header-drawer-action:active{background:#f2f3f5}.rflow-header-drawer .rflow-header-drawer-action:active .rflow-header-drawer-action-text{color:#74777c}.rflow-header-drawer .rflow-header-drawer-action-icon{color:#7a7d81}.rflow-header-drawer .rflow-header-drawer-action-text{color:rgba(15,22,30,.68);font-size:14px;font-weight:400}.rflow-header-action-sheet-cancel{color:#815de7;font-size:18px;font-weight:600;line-height:24px}@media screen and (max-width:900px){.rflow-header .rflow-header-left-items{display:none}}@media screen and (max-width:800px){.rflow-header .rflow-header-container{width:100%;height:100%;border-radius:0;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0 20px;gap:0;background:#fff}.rflow-header .rflow-header-drawer-icon{display:initial}.rflow-header .rflow-header-logo{width:100px;height:auto}.rflow-header .rflow-header-right-items{gap:10px;flex-direction:row-reverse}.rflow-header .rflow-header-right-item{padding:4px 10px;font-size:12px;font-weight:700;line-height:20px;border-radius:6px;min-height:30px}.rflow-header .rflow-header-right{flex-direction:row-reverse;gap:10px}.rflow-header .rflow-header-discord,.rflow-header .rflow-header-free{padding:4px 10px;font-size:12px;font-weight:700;line-height:20px;border-radius:6px;min-height:30px}.rflow-header .rflow-header-user-name{display:none}.rflow-header .rflow-header-user-avatar{display:inherit!important}.rflow-header.pcHide{display:flex}}@media screen and (max-width:450px){.rflow-header .rflow-header-discord{display:none}}.rflow-footer{position:relative}.rflow-footer.pcHide{display:none}.rflow-footer-container{padding:55px 0 130px;position:relative;margin:0 auto;max-width:var(--max-width);width:var(--min-width);display:flex;justify-content:space-between;align-items:flex-start}.rflow-footer-left{display:flex;flex-direction:column}.rflow-footer-logo{width:108px;height:auto}.rflow-footer-logo-txt{margin-top:20px;color:rgba(15,22,30,.86);font-size:13px;font-weight:500;line-height:20px}.rflow-footer-right{display:flex;gap:60px}.rflow-footer-right-list-title{color:#0f161e;font-size:15px;font-weight:600;line-height:20px}.rflow-footer-right-list-content{margin-top:18px;display:flex;flex-direction:column;gap:12px}.rflow-footer-right-list-item{color:#0f161e;font-size:14px;font-weight:400;line-height:20px}.rflow-footer .rflow-footer-lang{margin-top:50px;cursor:pointer;display:flex;width:160px;height:36px;padding:0 8px;align-items:center;gap:6px;flex-shrink:0;border-radius:8px;background:rgba(15,22,30,.04);color:rgba(15,22,30,.92);font-size:12px;font-weight:500}.rflow-footer .rflow-footer-arrow{margin-left:auto}.rflow-footer .rflow-footer-inc{position:absolute;width:100%;height:68px;left:0;bottom:0;color:rgba(15,22,30,.6);font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center}.rflow-footer-line{left:36px;width:calc(100% - 72px);height:1px;background:rgba(15,22,30,.08);position:absolute;bottom:68px}.rflow-footer-lang-select{display:flex;width:160px;padding:6px;flex-direction:column;align-items:flex-start;gap:4px;border-radius:12px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.12)}.rflow-footer-lang-select .rflow-footer-lang-select-item{display:flex;height:32px;padding:7px 10px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:8px;color:rgba(15,22,30,.92);font-size:12px;font-weight:400;line-height:18px}.rflow-footer-lang-select .rflow-footer-lang-select-item:hover{background:rgba(15,22,30,.04)}.rflow-footer-lang-select .rflow-footer-lang-select-item.active{background:rgba(128,92,229,.12);color:#805ce5}@media screen and (max-width:800px){.rflow-footer{padding:55px 28px 0}.rflow-footer .rflow-footer-container{padding:0 0 92px;width:100%;flex-direction:column}.rflow-footer .rflow-footer-left{width:100%}.rflow-footer .rflow-footer-lang{margin-top:24px}.rflow-footer .rflow-footer-right{margin-top:32px}.rflow-footer.pcHide{display:block}}@media screen and (max-width:400px){.rflow-footer .rflow-footer-right{gap:28px;flex-direction:column}.rflow-footer .rflow-footer-lang{width:100%}.rflow-footer .rflow-footer-inc{height:60px}.rflow-footer .rflow-footer-line{left:28px;width:calc(100% - 56px);bottom:60px}}.flow-input.flow-input-custom{padding:0;background:#fff;border-color:transparent;border-radius:0}.flow-input.flow-input-custom:focus-visible{outline:none}.rflow-question-result-item{width:100%}.rflow-question-result-item:last-child .rflow-question-result-item-container{border-bottom:none}.rflow-question-result-item .rflow-question-result-item-container{cursor:pointer;border-bottom:1px solid #e7e8e8;display:flex;align-items:center;gap:15px;position:relative}.rflow-question-result-item .rflow-question-result-item-text{color:#1d4abd;font-weight:500;cursor:pointer;flex:1 1;transition:all .3s}.rflow-question-result-item .rflow-question-result-item-text:hover{text-decoration:underline}.rflow-question-result-item .rflow-question-result-item-copied{position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer;display:none;width:44px;height:44px;padding:10px;align-items:center;justify-content:center;gap:10px;flex-shrink:0;border-radius:8px;border:1px solid rgba(15,22,30,.08);background:#fff;box-shadow:0 6px 24px 0 rgba(15,22,30,.06);-webkit-backdrop-filter:blur(37px);backdrop-filter:blur(37px);color:rgba(15,22,30,.86);font-size:24px}.rflow-question-result-item .rflow-question-result-item-copied.copied{color:#805ce5}.rflow-question-result-item:hover{background:#f8f8fb}.rflow-question-result-item:hover .rflow-question-result-item-copied{display:flex}.rflow-question-result-item.list{padding:0 40px}.rflow-question-result-item.list .rflow-question-result-item-container{padding:24px 0}.rflow-question-result-item.list .rflow-question-result-item-text{font-size:16px;line-height:32px}.rflow-question-result-item.detail{padding:0 28px}.rflow-question-result-item.detail .rflow-question-result-item-container{padding:20px 60px 20px 0}.rflow-question-result-item.detail .rflow-question-result-item-text{font-size:15px;line-height:24px}.rflow-question-result-item.detail .rflow-question-result-item-copied{width:36px;height:36px}@media screen and (max-width:700px){.rflow-question-result-item.list{padding:0 20px}.rflow-question-result-item.list .rflow-question-result-item-container{padding:20px 0}.rflow-question-result-item.list .rflow-question-result-item-text{font-size:15px;line-height:24px}.rflow-question-result-item.detail{padding:0 20px}.rflow-question-result-item.detail .rflow-question-result-item-container{padding:28px 0}.rflow-question-result-item:hover{background:#f8f8fb}.rflow-question-result-item:hover .rflow-question-result-item-copied{display:none}}.rflow-researches{padding-bottom:116px;display:flex;justify-content:center}.rflow-researches-container{margin-top:28px;max-width:var(--max-width);width:var(--min-width)}.rflow-researches-breadcrumb .ant-breadcrumb-link{color:#4e5969;font-size:14px;font-weight:400;line-height:22px}.rflow-researches-title{margin-top:14px;color:rgba(15,22,30,.92);font-size:36px;font-weight:700;line-height:54px}.rflow-researches-tags{margin-top:60px;width:100%;position:relative}.rflow-researches-tags .rflow-researches-tags-content{padding-right:80px;width:100%;display:flex;align-items:center;gap:15px;overflow:auto}.rflow-researches-tags .rflow-researches-tags-content::-webkit-scrollbar{height:.1px}.rflow-researches-tags .rflow-researches-tag{cursor:pointer;border-radius:12px;border:1px solid #e7e8e8;background:#fff;display:inline-flex;align-items:center;padding:12px 20px;flex-shrink:0;color:rgba(0,0,0,.8);font-size:16px;font-weight:600;box-shadow:0 4px 16px 0 #fff;transition:all .3s}.rflow-researches-tags .rflow-researches-tag:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.08)}.rflow-researches-tags .rflow-researches-tag.active{border-color:rgba(29,34,66,.12);background:#805ce5;color:#fff}.rflow-researches-tags .rflow-researches-tags-indicator{cursor:pointer;position:absolute;top:0;width:80px;height:100%;opacity:1;transition:all .2s}.rflow-researches-tags .rflow-researches-arrow{cursor:pointer;position:absolute;top:2px;display:flex;width:44px;height:44px;padding:10px 10px 10px 14px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:58px;border:1px solid rgba(15,22,30,.08);background:#fff;box-shadow:0 6px 24px 0 rgba(15,22,30,.06);-webkit-backdrop-filter:blur(37px);backdrop-filter:blur(37px);color:rgba(15,22,30,.86)}.rflow-researches-tags .rflow-researches-tags-indicator.left{left:0;background:linear-gradient(-90deg,rgba(248,248,251,0),#fff 68.04%)}.rflow-researches-tags .rflow-researches-tags-indicator.left .rflow-researches-arrow{left:0}.rflow-researches-tags .rflow-researches-tags-indicator.right{background:linear-gradient(90deg,rgba(248,248,251,0),#fff 68.04%);right:0}.rflow-researches-tags .rflow-researches-tags-indicator.right .rflow-researches-arrow{right:0}.rflow-researches-tags .rflow-researches-tags-indicator.hidden{opacity:0;pointer-events:none}.rflow-researches-content{margin-top:46px;width:100%;border-radius:20px;border:1px solid #e7e8e8;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.06);padding:32px 0}.rflow-researches-content-title{padding:0 40px;color:#4e5969;font-size:16px;font-weight:400;line-height:22px}.rflow-researches-content-header{margin-top:24px;width:100%;padding:0 40px;display:flex;justify-content:space-between;gap:20px;align-items:center}.rflow-researches-input-container{display:flex;align-items:center;padding:11px 0 11px 16px;width:440px;border-radius:12px;border:1px solid rgba(15,22,30,.12);background:#fff}.rflow-researches-input-container:hover{border-color:#9b81e5}.rflow-researches-input-container.active{border-color:#9b81e5;outline:1px solid #9b81e5}.rflow-researches-input-container .rflow-researches-input.flow-input{flex:1 1;font-size:16px;font-weight:500;line-height:24px;color:rgba(0,0,0,.8);caret-color:#805ce5}.rflow-researches-input-container .rflow-researches-input.flow-input::placeholder{font-weight:400;color:rgba(15,22,30,.3)!important}.rflow-researches-input-container .rflow-researches-input-search{justify-content:center;width:48px}.rflow-researches-input-container .rflow-researches-input-search,.rflow-researches-select{cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;color:rgba(15,22,30,.92)}.rflow-researches-select{height:48px;padding:0 16px;gap:4px;border-radius:12px;border:1px solid rgba(15,22,30,.12);background:#fff;font-size:14px;font-weight:500;line-height:18px}.rflow-researches-select.open{border-color:#805ce5}.rflow-researches-content-list{margin-top:32px;width:100%}.rflow-researches-footer{margin-top:24px;width:100%;display:flex;justify-content:center}.rflow-researches-footer .rflow-researches-more-btn{cursor:pointer;padding:12px 20px;border-radius:12px;background:rgba(15,22,30,.04);color:rgba(15,22,30,.92);font-size:18px;font-weight:500;line-height:27px}.rflow-researches-sort-items{border-radius:8px;background:#fff;box-shadow:0 4px 16px 0 rgba(3,9,17,.08);display:flex;flex-direction:column;gap:2px;width:160px;padding:4px}.rflow-researches-sort-items .rflow-researches-sort-item{cursor:pointer;width:100%;height:32px;padding:5px 8px;display:flex;align-items:center;gap:6px;border-radius:4px;color:rgba(15,22,30,.7);font-size:13px;font-weight:400;line-height:22px}.rflow-researches-sort-items .rflow-researches-sort-item-icon{margin-left:auto;font-size:14px;color:#805ce5;display:none}.rflow-researches-sort-items .rflow-researches-sort-item.active{background:rgba(128,92,229,.12);font-weight:600;color:#805ce5}.rflow-researches-sort-items .rflow-researches-sort-item.active .rflow-researches-sort-item-icon{display:block}@media screen and (max-width:700px){.rflow-researches-container{margin-top:30px;width:100vw;max-width:100vw}.rflow-researches-breadcrumb{margin-left:24px!important}.rflow-researches-title{display:none}.rflow-researches-tags{margin-top:22px}.rflow-researches-tags .rflow-researches-tags-content{padding:0 20px}.rflow-researches-tags .rflow-researches-tag{padding:7px 12px;font-size:14px;line-height:21px}.rflow-researches-tags .rflow-researches-tags-indicator{display:none}.rflow-researches-content{margin-top:0;border-radius:0;border-color:#fff;background:#fff;box-shadow:none;padding:0}.rflow-researches-content-title{padding:0;font-size:14px}.rflow-researches-content-mobile-header{width:100%;padding:0 20px}.rflow-researches-content-header{padding:0}.rflow-researches-select{padding:0 8px;height:36px}.rflow-researches-input-container{margin-top:20px;width:100%}.rflow-researches-content-list{margin-top:24px}.rflow-researches-footer{margin-top:32px;width:100%;padding:0 20px}.rflow-researches-footer .rflow-researches-more-btn{width:100%;padding:10px 0;text-align:center;font-size:15px;line-height:23px}}