@charset "UTF-8";: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: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--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: #808080;--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 ease-in-out .2s}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;user-select:none;pointer-events:none}.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;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;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-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-image{--width: var(--adm-image-width, auto);--height: var(--adm-image-height, auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.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 infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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-dialog{--z-index: var(--adm-dialog-z-index, 1000);---z-index: var(--z-index)}.adm-dialog .adm-center-popup{--z-index: var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-dialog-content{padding:0 12px 20px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-dialog-content-empty{padding:0;height:12px}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:10px;font-size:var(--adm-font-size-10);line-height:25px;border-radius:0;border-right:solid .5px var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-image-viewer-content{width:100vw;height:100vh;touch-action:none;-webkit-user-select:none;user-select:none}.adm-image-viewer-footer{position:absolute;width:100%;bottom:0;z-index:1}.adm-image-viewer-slides{height:100%;position:relative;z-index:1;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{position:relative;width:100%;height:100%;display:inline-block}.adm-image-viewer-control{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-image-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-image-viewer-image-wrapper img{display:block;max-width:100%;max-height:100%}.adm-image-viewer-indicator{position:absolute;z-index:2;left:50%;top:12px;transform:translate(-50%);color:var(--adm-color-border);font-size:var(--adm-font-size-6)}.adm-page-indicator{display:flex;width:auto;--dot-color: var(--adm-color-light);--active-dot-color: var(--adm-color-primary);--dot-size: 3px;--active-dot-size: 13px;--dot-border-radius: 1px;--active-dot-border-radius: var(--dot-border-radius);--dot-spacing: 3px}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color: rgba(255, 255, 255, .5);--active-dot-color: var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-swiper{--height: auto;--width: 100%;--border-radius: 0;--track-padding: 0;--slide-size: 100%;--track-offset: 0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:-webkit-grab;cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:flex;flex-wrap:nowrap}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;display:block;position:relative;white-space:unset;flex:none}.adm-swiper-item{display:block;width:100%;height:100%;white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translate(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}.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:#000000b3;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}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{width:100%;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#333}html[data-device=mobile]{background:#f5f5f5}html[data-device=mobile] #root{background:#fff}html[data-device=desktop]{background:#e8eaed}html[data-device=desktop] #root{background:transparent;max-width:none;margin:0;box-shadow:none}a{color:inherit;text-decoration:none}img{max-width:100%}button{font-family:inherit}.inner98{width:98%;max-width:100%;margin:0 auto}.page-card{background:#fff;border-radius:8px;padding:12px;margin-bottom:10px;box-shadow:0 1px 3px #0000000f}.page-list-row{background:#fff;padding:12px;margin-bottom:8px;border-radius:6px;font-size:14px;cursor:pointer}.page-list-row:active{opacity:.85}.form-field{margin-bottom:14px}.form-field label{display:block;font-size:14px;color:#666;margin-bottom:6px}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid #e5e5e5;border-radius:8px;padding:10px 12px;font-size:14px;outline:none;box-sizing:border-box}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:#07c160}.form-field textarea{min-height:120px;resize:vertical}.btn-primary{width:100%;background:#07c160;color:#fff;border:none;border-radius:8px;padding:12px;font-size:16px;cursor:pointer}.btn-primary:disabled{opacity:.6;cursor:not-allowed}html[data-device=mobile] .app-shell--mobile{min-height:100vh;background:#fff}html[data-device=mobile] .app-main.with-tab{min-height:100vh;padding-bottom:calc(var(--tab-bar-height) + env(safe-area-inset-bottom))}html[data-device=mobile] .tab-bar--bottom{position:fixed;bottom:0;left:var(--shell-left);width:var(--shell-width);height:calc(var(--tab-bar-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:flex;background:#fff;border-top:1px solid #eee;z-index:200;box-sizing:border-box}html[data-device=mobile] .home-page .flexdBtn{bottom:calc(var(--tab-bar-height) + env(safe-area-inset-bottom) + 6px)}html[data-device=mobile] .home-page .flexdBtn .btn{gap:4px;padding:8px 6px;font-size:12px}html[data-device=mobile] .home-page .flexdBtn .btn .flag{width:18px;height:12px}html[data-device=mobile] .inner98{width:98%;max-width:100%;margin-left:auto;margin-right:auto}@media(max-width:360px){html[data-device=mobile] .caidan .item .name{font-size:11px}html[data-device=mobile] .tab1 .item .bg{font-size:12px;line-height:34px}}@media(min-width:414px)and (max-width:767px){html[data-device=mobile] .banner .indexswiper,html[data-device=mobile] .banner .banner-img{height:clamp(150px,38vw,200px)}}:root{--shell-max: 750px;--shell-width: 100%;--shell-left: 0;--tab-bar-height: 56px}html[data-device=desktop]{--shell-width: min(750px, 100vw);--shell-left: calc((100vw - var(--shell-width)) / 2)}.shell-inner{width:var(--shell-width);max-width:var(--shell-max);margin-left:auto;margin-right:auto;box-sizing:border-box}html[data-device=desktop] .sub-page-header,html[data-device=desktop] .pick-code-tool .pick-sticky,html[data-device=desktop] .search-box-page .fabu{left:var(--shell-left);width:var(--shell-width);max-width:var(--shell-max);right:auto;transform:none}html[data-device=desktop] .sub-page-header{margin-left:auto;margin-right:auto}html[data-device=desktop] .search-box-page .fabu{right:calc(var(--shell-left) + 8px);left:auto;width:auto}html[data-device=desktop] .home-page{padding-bottom:24px}html[data-device=desktop] .home-page .flexdBtn{position:sticky;bottom:12px;left:auto;transform:none;width:100%;max-width:100%;margin-top:8px}html[data-device=desktop] .home-page .waterfull{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}html[data-device=desktop] .home-page .waterfull .col{display:contents}html[data-device=desktop] .home-page .waterfull .wf-item{margin-bottom:0}html[data-device=desktop] .home-page .caidan .item{width:12.5%}html[data-device=desktop] .home-page .tab1 .item{width:18%}html[data-device=desktop] .home-page .tukutab .item{width:23%}html[data-device=desktop] .find-page .menubox{position:sticky;top:100px;z-index:40}html[data-device=desktop] .mine-page .menubox .item{width:12.5%}html[data-device=desktop] .bbs-page .bbs-list,html[data-device=desktop] .corpus-page .article-list{max-width:100%}html[data-device=desktop] .picture-page .bottombar{left:var(--shell-left);width:var(--shell-width);max-width:var(--shell-max);right:auto}html[data-device=desktop] .auth-page{width:var(--shell-width);max-width:var(--shell-max);margin:24px auto;border-radius:8px;box-shadow:0 2px 16px #00000014}@media(min-width:1200px){:root{--shell-max: 820px}html[data-device=desktop] .home-page .waterfull{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px)and (max-width:1024px){html[data-device=desktop] .home-page .waterfull{grid-template-columns:repeat(2,1fr)}}.app-shell--desktop{min-height:100vh;background:#e8eaed;display:flex;flex-direction:column}.desktop-topbar{position:sticky;top:0;z-index:300;background:#fff;border-bottom:1px solid #eee;box-shadow:0 1px 4px #0000000f}.desktop-topbar__inner{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 12px}.desktop-brand{cursor:pointer}.desktop-brand__title{font-size:20px;font-weight:700;color:#07c160}.desktop-search{display:flex;align-items:center;gap:8px;border:1px solid #e5e5e5;background:#f5f5f5;border-radius:20px;padding:8px 16px;cursor:pointer;font-size:14px;color:#999}.desktop-search img{width:18px;height:18px;object-fit:contain}.desktop-search:hover{border-color:#07c160;color:#666}.app-shell--desktop .tab-bar--top{position:sticky;top:52px;z-index:250;background:#fff;border-bottom:1px solid #eee}.app-shell--desktop .tab-bar--top .tab-bar__inner{display:flex;height:48px}.app-shell--desktop .tab-bar--top .tab-item{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;border:none;background:none;cursor:pointer;color:#999;font-size:14px;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.app-shell--desktop .tab-bar--top .tab-item.active{color:#07c160;border-bottom-color:#07c160;font-weight:600}.app-shell--desktop .tab-bar--top .tab-item .tab-icon{width:22px;height:22px;object-fit:contain}.app-main--desktop{flex:1;padding:12px 0 24px}.app-main--desktop .shell-inner{background:#fff;border-radius:8px;box-shadow:0 2px 16px #00000014;min-height:calc(100vh - 136px);overflow:hidden}.app-shell,.app-main{min-height:100vh}.tab-bar .tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;padding:4px 0;color:#999;position:relative}.tab-bar .tab-item.active{color:#07c160}.tab-bar .tab-item .tab-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.tab-bar .tab-item .tab-icon{width:24px;height:24px;object-fit:contain}.tab-bar .tab-item .tab-text{font-size:11px;margin-top:2px}.tab-bar .tab-item .tab-badge-dot{position:absolute;top:-2px;right:-8px;min-width:16px;height:16px;padding:0 4px;background:#fa5151;color:#fff;font-size:10px;font-weight:600;line-height:16px;text-align:center;border-radius:8px;border:1.5px solid #fff;box-sizing:border-box;z-index:2;pointer-events:none}.sub-page{min-height:100vh;background:#f5f5f5;padding-bottom:20px}.sub-page--chat{background:#ededed;padding-bottom:0}.sub-page--chat .sub-page-body{padding-top:0;min-height:calc(100vh - 44px);min-height:calc(100dvh - 44px);display:flex;flex-direction:column}.sub-page--desktop{width:var(--shell-width);max-width:var(--shell-max);margin:12px auto 24px;background:#fff;box-shadow:0 2px 16px #00000014;border-radius:8px;min-height:calc(100vh - 24px)}.sub-page-header{position:sticky;top:0;z-index:50;width:100%;display:flex;align-items:center;justify-content:center;height:44px;background:#fff;border-bottom:1px solid #eee}.sub-page-header h1{margin:0;font-size:17px;font-weight:600}.sub-page-header .back{position:absolute;left:8px;border:none;background:none;font-size:28px;line-height:1;color:#333;cursor:pointer;padding:0 8px}.sub-page-body{padding-top:8px}.sub-page--history{background:#eef2f6}.sub-page--history .sub-page-body{padding-top:0}.chat-ui{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:#191919;-webkit-font-smoothing:antialiased}.chat-avatar{flex-shrink:0;border-radius:6px;object-fit:cover}.chat-avatar--img{display:block}.chat-avatar--fallback{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;background:#c8c8c8}.chat-avatar--round{border-radius:50%}.chat-avatar--group{border-radius:6px}.chat-page{min-height:100%;display:flex;flex-direction:column;background:#fff}@media(min-width:768px){.chat-page{max-width:960px;margin:0 auto;min-height:calc(100vh - 120px);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}}.chat-nav{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 6px 0 16px;background:#fff;border-bottom:.5px solid #e7e7e7}.chat-nav h1{margin:0;font-size:17px;font-weight:600;color:#191919}.chat-nav__tools{display:flex;align-items:center;gap:2px}.chat-nav__btn{width:44px;height:44px;border:none;background:none;color:#191919;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s}.chat-nav__btn:active{background:#0000000f}@media(min-width:768px){.chat-nav__btn:hover{background:#0000000d}}.chat-nav__btn svg{display:block}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 32px 80px;text-align:center}.chat-empty p{margin:0 0 28px;font-size:14px;color:#888;line-height:1.6}.chat-empty button{min-width:132px;height:40px;padding:0 24px;background:#07c160;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer}.chat-empty button:active{background:#06ad56}.conv-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.conv-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;cursor:pointer;position:relative}.conv-item:after{content:"";position:absolute;left:76px;right:0;bottom:0;height:1px;background:#e7e7e7;transform:scaleY(.5);transform-origin:bottom}.conv-item:last-child:after{display:none}.conv-item:active{background:#ececec}@media(min-width:768px){.conv-item{transition:background .15s}.conv-item:hover{background:#f7f7f7}}.conv-item--unread .conv-title{font-weight:600}.conv-item--unread .conv-preview{color:#191919}.conv-item--official{background:#f7f7f7}.conv-item--official .conv-tag{display:inline-flex;align-items:center;gap:2px;margin-left:6px;padding:1px 6px 1px 4px;font-size:10px;font-weight:500;color:#07c160;border:.5px solid #07c160;border-radius:3px;vertical-align:1px}.conv-item--official .conv-tag svg{display:block}.conv-item .conv-body{flex:1;min-width:0}.conv-item .conv-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:4px}.conv-item .conv-title{font-size:16px;font-weight:400;color:#191919;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-item .conv-time{font-size:12px;color:#b2b2b2;flex-shrink:0}.conv-item .conv-preview{font-size:13px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.35}.conv-item .conv-preview--media{color:#b2b2b2}.conv-item .conv-preview--icon{display:inline-flex;align-items:center;gap:4px;color:#07c160}.conv-item .conv-preview--icon svg{flex-shrink:0;opacity:.85}.conv-item .conv-badge{min-width:18px;height:18px;padding:0 5px;background:#fa5151;color:#fff;font-size:11px;font-weight:600;line-height:18px;text-align:center;border-radius:18px;flex-shrink:0;box-shadow:0 1px 3px #fa515159}.chat-list-loading{flex:1;padding:48px 24px 56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.chat-list-loading__tip{margin:0;font-size:15px;color:#888;letter-spacing:.02em;text-align:center;line-height:1.5}.chat-list-loading__hint{margin:0;font-size:13px;color:#b2b2b2;text-align:center;line-height:1.5;max-width:280px}.chat-retry-link{margin-top:8px;padding:8px 16px;border:none;background:none;color:#07c160;font-size:14px;cursor:pointer}.chat-retry-link:active{opacity:.7}.chat-im-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px 72px;text-align:center;max-width:320px;margin:0 auto}.chat-im-error__icon{margin-bottom:20px;opacity:.95}.chat-im-error__icon svg{display:block}.chat-im-error__title{margin:0 0 8px;font-size:17px;font-weight:600;color:#191919;text-align:center}.chat-im-error__msg{margin:0 0 12px;font-size:14px;color:#888;line-height:1.6;text-align:center}.chat-im-error__btn{display:block;width:min(100%,240px);margin-top:8px;height:44px;border:none;border-radius:8px;background:#07c160;color:#fff;font-size:16px;font-weight:500;cursor:pointer}.chat-im-error__btn:active{background:#06ad56}.chat-room-page{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;background:#ededed}@media(min-width:768px){.chat-room-page{background:#d1d5db;padding:12px;box-sizing:border-box}}.chat-room-frame{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;overflow:hidden}@media(min-width:768px){.chat-room-frame{flex:1;max-width:960px;margin:0 auto;height:100%;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f,0 0 0 1px #0000000a}}.room-nav{flex-shrink:0;display:flex;align-items:center;min-height:44px;padding-top:env(safe-area-inset-top);padding-right:4px;background:#fff;border-bottom:.5px solid #e7e7e7}@media(min-width:768px){.room-nav{padding-top:0;min-height:52px;padding-left:8px;padding-right:8px;border-bottom-color:#e7e7e7}}.room-nav__back,.room-nav__action{width:44px;height:44px;flex-shrink:0;border:none;background:none;color:#191919;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px}.room-nav__back:active,.room-nav__action:active{background:#0000000f}.room-nav__back{margin-left:4px}.room-nav__action{color:#888}.room-nav__action:active{color:#fa5151;background:#fa515114}.room-nav__center{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:6px 4px 6px 0}.room-nav__avatar{flex-shrink:0}.room-nav__meta{min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center;gap:1px}.room-nav__title{margin:0;font-size:16px;font-weight:600;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.room-nav__sub{font-size:11px;color:#b2b2b2;line-height:1.2}.chat-room{flex:1;display:flex;flex-direction:column;min-height:0;width:100%;background:#ededed}@media(min-width:768px){.chat-room{background:#ebebeb}}.chat-room .room-messages{flex:1;min-height:0;position:relative;background-color:#ededed;background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.028) 1px,transparent 0);background-size:18px 18px}@media(min-width:768px){.chat-room .room-messages{background-color:#ebebeb;background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.035) 1px,transparent 0);padding:4px 0}}.chat-room .room-scroll-bottom{position:absolute;right:14px;bottom:14px;z-index:4;width:40px;height:40px;border:none;border-radius:50%;background:#fff;color:#888;box-shadow:0 2px 12px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s}.chat-room .room-scroll-bottom:active{transform:scale(.94)}@media(min-width:768px){.chat-room .room-scroll-bottom{right:20px;bottom:16px}.chat-room .room-scroll-bottom:hover{color:#07c160;box-shadow:0 4px 16px #00000024}}.chat-room .room-virtuoso{height:100%!important}.chat-room .room-virtuoso>div>div>div{width:100%!important;max-width:100%!important}.chat-room .load-more-btn{display:block;width:auto;margin:8px auto 4px;padding:6px 14px;font-size:12px;color:#888;background:#ffffffd9;border:none;border-radius:14px;cursor:pointer;box-shadow:0 1px 3px #0000000f}.chat-room .load-more-btn:disabled{opacity:.5}.chat-room .load-more-btn:active:not(:disabled){background:#fff}.chat-room .msg-date-divider{display:flex;justify-content:center;padding:16px 0 8px}.chat-room .msg-date-divider span{font-size:12px;color:#888;padding:5px 12px;background:#ffffffb8;border-radius:6px;box-shadow:0 1px 2px #0000000a}.chat-room .msg-row{display:flex;align-items:flex-end;gap:8px;padding:6px 12px;box-sizing:border-box;width:100%}@media(min-width:768px){.chat-room .msg-row{padding:8px 12px;max-width:100%}}.chat-room .msg-row.peer{justify-content:flex-start}.chat-room .msg-row.self{justify-content:flex-end}.chat-room .msg-row.self .msg-col{align-items:flex-end}.chat-room .msg-row.self .msg-bubble{background:#95ec69;color:#191919}.chat-room .msg-row.self .msg-bubble--media,.chat-room .msg-row.self .msg-bubble--emoji{background:transparent;box-shadow:none;padding:0}.chat-room .msg-row.peer .msg-bubble{background:#fff;color:#191919}.chat-room .msg-row.peer .msg-bubble:not(.msg-bubble--media):not(.msg-bubble--emoji){border-radius:4px 10px 10px}.chat-room .msg-row.peer .msg-bubble--media,.chat-room .msg-row.peer .msg-bubble--emoji{background:transparent;box-shadow:none;padding:0}.chat-room .msg-row.self .msg-bubble:not(.msg-bubble--media):not(.msg-bubble--emoji){border-radius:10px 4px 10px 10px}.chat-room .msg-avatar{flex-shrink:0}.chat-room .msg-col{display:flex;flex-direction:column;align-items:flex-start;flex:0 1 auto;max-width:min(420px,100% - 88px);min-width:auto}@media(min-width:768px){.chat-room .msg-col{max-width:min(520px,100% - 96px)}}.chat-room .msg-name{font-size:12px;color:#888;margin-bottom:4px;padding-left:2px}.chat-room .msg-bubble{display:inline-block;position:relative;width:fit-content;max-width:min(280px,100vw - 96px);padding:10px 12px;font-size:16px;line-height:1.5;white-space:pre-wrap;overflow-wrap:break-word;word-break:normal;border-radius:8px;box-shadow:0 1px 2px #0000000a}@media(min-width:768px){.chat-room .msg-bubble{max-width:420px;font-size:15px;border-radius:10px}}.chat-room .msg-bubble--media{padding:0;max-width:min(240px,100vw - 96px)}@media(min-width:768px){.chat-room .msg-bubble--media{max-width:320px}}.chat-room .msg-bubble--emoji{padding:2px 0;max-width:none}.chat-room .msg-bubble img{display:block;max-width:min(200px,100vw - 96px);border-radius:6px;vertical-align:bottom;background:#0000000a}@media(min-width:768px){.chat-room .msg-bubble img{max-width:280px}}.chat-room .msg-media-tap{display:block;margin:0;padding:0;border:none;background:none;cursor:zoom-in;line-height:0;border-radius:6px;overflow:hidden;position:relative}.chat-room .msg-media-tap img{pointer-events:none}.chat-room .msg-media-tap--video{cursor:pointer;min-width:min(200px,100vw - 96px);min-height:120px}@media(min-width:768px){.chat-room .msg-media-tap--video{min-width:200px;min-height:140px}}.chat-room .msg-media-tap__poster,.chat-room .msg-media-tap__placeholder{display:block;width:100%;max-width:min(220px,100vw - 96px);min-height:120px;object-fit:cover;border-radius:6px}@media(min-width:768px){.chat-room .msg-media-tap__poster,.chat-room .msg-media-tap__placeholder{max-width:300px;min-height:140px}}.chat-room .msg-media-tap__placeholder{background:#1a1a1a}.chat-room .msg-media-tap__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#0000008c;box-shadow:0 2px 8px #00000040}.chat-room .msg-media-tap__play:after{content:"";position:absolute;left:17px;top:13px;border-style:solid;border-width:9px 0 9px 14px;border-color:transparent transparent transparent #fff}.chat-room .msg-emoji{display:block;font-size:44px;line-height:1.1;padding:0}.chat-room .msg-sys-wrap{display:flex;justify-content:center;padding:8px 24px}.chat-room .msg-sys{font-size:12px;color:#b2b2b2;text-align:center;line-height:1.5;max-width:90%}.chat-room .room-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:24px;pointer-events:none;text-align:center}.chat-room .room-empty__icon{width:72px;height:72px;border-radius:50%;background:#ffffffd9;display:flex;align-items:center;justify-content:center;color:#b2b2b2;margin-bottom:8px;box-shadow:0 2px 8px #0000000f}.chat-room .room-empty p{margin:0;font-size:15px;color:#888;font-weight:500}.chat-room .room-empty span{font-size:13px;color:#b2b2b2}.chat-room .room-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.chat-room .composer{flex-shrink:0;background:#f5f5f5;border-top:.5px solid #dcdcdc;padding-bottom:env(safe-area-inset-bottom);position:relative;z-index:2}@media(min-width:768px){.chat-room .composer{background:#fafafa;border-top-color:#e7e7e7;padding-bottom:10px}}.chat-room .composer-bar{display:flex;flex-direction:row;align-items:flex-end;gap:6px;padding:8px 10px 10px}@media(min-width:768px){.chat-room .composer-bar{gap:8px;padding:10px 14px 12px;align-items:center}}.chat-room .composer-tools{display:flex;flex-direction:row;align-items:center;gap:0;flex-shrink:0;padding-bottom:2px}@media(min-width:768px){.chat-room .composer-tools{padding-bottom:0}}.chat-room .composer-tool{width:36px;height:36px;border:none;background:none;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;flex-shrink:0;transition:color .15s,background .15s}.chat-room .composer-tool svg{display:block}.chat-room .composer-tool:active{background:#0000000f}.chat-room .composer-tool.active{color:#07c160;background:#07c1601f}@media(min-width:768px){.chat-room .composer-tool{width:34px;height:34px}.chat-room .composer-tool:hover{color:#333;background:#0000000d}.chat-room .composer-tool.active:hover{color:#07c160;background:#07c1601f}}.chat-room label.composer-tool{cursor:pointer;margin:0}.chat-room .composer-tool--desktop{display:none}@media(min-width:768px){.chat-room .composer-tool--desktop{display:flex}}.chat-room .composer-attach{position:relative;display:flex}@media(min-width:768px){.chat-room .composer-attach{display:none}}.chat-room .composer-attach__toggle.active svg{transform:rotate(45deg);transition:transform .2s}.chat-room .composer-attach__toggle svg{transition:transform .2s}.chat-room .composer-attach__menu{position:absolute;left:0;bottom:calc(100% + 8px);display:flex;gap:8px;padding:10px 12px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001f;z-index:10}.chat-room .composer-attach__menu:after{content:"";position:absolute;left:14px;bottom:-6px;width:12px;height:12px;background:#fff;transform:rotate(45deg);box-shadow:2px 2px 4px #0000000f}.chat-room .composer-attach__item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:56px;padding:4px 6px;border:none;background:none;color:#191919;font-size:12px;cursor:pointer;border-radius:8px}.chat-room .composer-attach__item:active{background:#0000000d}.chat-room .composer-attach__icon{width:48px;height:48px;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#555}.chat-room .composer-field{flex:1;min-width:0;background:#fff;border:none;border-radius:20px;padding:0 14px;box-shadow:inset 0 0 0 1px #0000000f}@media(min-width:768px){.chat-room .composer-field{border-radius:22px;padding:0 16px;min-height:42px;display:flex;align-items:center;box-shadow:inset 0 0 0 1px #e8e8e8}}.chat-room .composer-input{display:block;width:100%;min-height:38px;max-height:120px;resize:none;border:none;background:transparent;padding:9px 0;font-size:16px;line-height:1.4;font-family:inherit;outline:none;color:#191919}.chat-room .composer-input::placeholder{color:#b8b8b8}@media(min-width:768px){.chat-room .composer-input{min-height:42px;max-height:140px;padding:10px 0;font-size:15px}}.chat-room .composer-send{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:none;border-radius:50%;background:#d8d8d8;color:#fff;cursor:not-allowed;align-self:flex-end;margin-bottom:1px;transition:background .15s,transform .1s}.chat-room .composer-send svg{display:block;margin-left:2px}.chat-room .composer-send.is-ready{background:#07c160;cursor:pointer}.chat-room .composer-send.is-ready:active{background:#06ad56;transform:scale(.96)}@media(min-width:768px){.chat-room .composer-send{width:42px;height:42px;align-self:center;margin-bottom:0}.chat-room .composer-send.is-ready:hover{background:#06ad56}}.chat-media-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:48px 16px 24px;box-sizing:border-box}.chat-media-overlay__close{position:absolute;top:max(12px,env(safe-area-inset-top));right:12px;z-index:2;width:40px;height:40px;border:none;border-radius:50%;background:#ffffff26;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-media-overlay__close:active{background:#ffffff40}.chat-media-overlay__body{width:100%;max-width:960px;max-height:100%;display:flex;align-items:center;justify-content:center}.chat-media-overlay__video{width:100%;max-height:calc(100vh - 96px);border-radius:8px;background:#000;outline:none}.emoji-picker-wrap{width:100%;display:flex;justify-content:center;background:#f0f0f0;border-bottom:.5px solid #d9d9d9}.emoji-picker-wrap .emoji-picker-host{width:100%;max-width:100%;overflow:hidden}.emoji-picker-wrap .chat-emoji-picker-el{width:100%;--emoji-size: 1.35rem;--num-columns: 8;--border-radius: 0;--background: #f0f0f0;--category-font-size: .8rem}@media(min-width:768px){.emoji-picker-wrap{position:absolute;left:16px;bottom:calc(100% + 6px);width:auto;background:transparent;border:none;z-index:20}.emoji-picker-wrap .emoji-picker-host{width:360px;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000024}.emoji-picker-wrap .chat-emoji-picker-el{--num-columns: 9;--border-radius: 12px;--background: #fff}}.chat-sub-page{min-height:100%;background:#ededed;padding:12px 16px 24px}.chat-add-page{flex:1;padding:12px 16px 24px;box-sizing:border-box}.chat-add-page .seg-tabs{display:flex;margin-bottom:12px;background:#fff;border-radius:6px;overflow:hidden;border:.5px solid #e7e7e7}.chat-add-page .seg-tabs button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px;border:none;font-size:14px;cursor:pointer;background:#fff;color:#888}.chat-add-page .seg-tabs button svg{flex-shrink:0;opacity:.85}.chat-add-page .seg-tabs button.active{background:#07c160;color:#fff;font-weight:500}.chat-add-page .seg-tabs button.active svg{opacity:1}.chat-add-page .search-box{display:flex;gap:8px;margin-bottom:12px}.chat-add-page .search-box input{flex:1;border:.5px solid #e7e7e7;background:#fff;border-radius:8px;padding:10px 12px;font-size:15px;outline:none}.chat-add-page .search-box input:focus{border-color:#07c160}.chat-add-page .search-box__btn{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#07c160;color:#fff;border:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 6px #07c16040}.chat-add-page .search-box__btn:active{background:#06ad56}.chat-add-page .result-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:8px;margin-bottom:8px;box-shadow:0 1px 2px #0000000a}.chat-add-page .result-card .result-info{flex:1;min-width:0}.chat-add-page .result-card .result-info strong{font-size:16px;font-weight:500}.chat-add-page .result-card .result-info .result-meta{font-size:12px;color:#888;margin-top:2px}.chat-add-page .result-card__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;background:#07c160;color:#fff;border:none;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.chat-add-page .result-card__btn:active{background:#06ad56}.chat-add-page .result-card__btn--join{background:#576b95}.chat-add-page .result-card__btn--join:active{background:#4a5d82}.friend-page{flex:1;display:flex;flex-direction:column;min-height:calc(100vh - 44px);min-height:calc(100dvh - 44px);background:#ededed}.friend-page--empty{background:#fff}.friend-loading{flex:1;display:flex;align-items:center;justify-content:center;color:#b2b2b2;font-size:14px}.friend-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 28px 48px;text-align:center;box-sizing:border-box}.friend-empty__icon{margin-bottom:20px;line-height:0}.friend-empty__title{margin:0 0 10px;font-size:18px;font-weight:600;color:#191919}.friend-empty__desc{margin:0 0 36px;font-size:14px;color:#888;line-height:1.6;max-width:280px}.friend-empty__btn{min-width:160px;height:44px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#07c160;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;box-shadow:0 4px 12px #07c16040}.friend-empty__btn:active{background:#06ad56;transform:scale(.98)}.friend-section{padding:12px 0 8px}.friend-section__title{margin:0 0 8px;padding:0 16px;font-size:13px;font-weight:500;color:#888}.friend-apply-list{padding:0 12px 4px}.apply-card{display:flex;align-items:center;gap:12px;padding:14px 12px;background:#fff;border-radius:8px;margin-bottom:8px}.apply-card__info{flex:1;min-width:0;text-align:left}.apply-card__info strong{display:block;font-size:16px;font-weight:500;color:#191919}.apply-card__msg{margin:4px 0 0;font-size:13px;color:#888;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.apply-card__actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.apply-card__actions button{border:none;min-width:56px;padding:6px 10px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:4px}.apply-card__actions button.accept{background:#07c160;color:#fff}.apply-card__actions button.reject{background:#f5f5f5;color:#888}.friend-list{background:#fff;margin:0 12px 16px;border-radius:8px;overflow:hidden}.friend-list .conv-item{margin-bottom:0;border-radius:0}.friend-list .conv-item:after{left:76px}.user-sub-page{padding:12px 0 24px}.user-sub-page .score-hero{background:linear-gradient(135deg,#07c160,#06a854);border-radius:10px;padding:20px 16px;text-align:center;color:#fff;margin-bottom:12px}.user-sub-page .score-hero .label{font-size:13px;opacity:.9}.user-sub-page .score-hero .value{font-size:36px;font-weight:700;margin-top:8px;line-height:1.1}.user-sub-page .exchange-card{background:#fff;border-radius:10px;padding:14px;margin-bottom:12px;box-shadow:0 1px 3px #0000000f}.user-sub-page .section-title{font-size:15px;font-weight:600;color:#333;margin:16px 0 8px;padding-left:4px}.user-sub-page .log-row{background:#fff;border-radius:8px;padding:12px;margin-bottom:8px;box-shadow:0 1px 2px #0000000a}.user-sub-page .log-row .row-top{display:flex;justify-content:space-between;align-items:center;font-size:14px}.user-sub-page .log-row .score-plus{color:#07c160;font-weight:700}.user-sub-page .log-row .score-minus{color:#e71607;font-weight:700}.user-sub-page .log-row .time{font-size:12px;color:#999;margin-top:6px}.user-sub-page .profile-card{background:#fff;border-radius:10px;padding:16px;margin-bottom:12px;display:flex;gap:12px;align-items:center;box-shadow:0 1px 3px #0000000f}.user-sub-page .profile-card .avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#eee;flex-shrink:0}.user-sub-page .profile-card .info{flex:1;min-width:0}.user-sub-page .profile-card .info .name{font-size:18px;font-weight:600;color:#333}.user-sub-page .profile-card .info .bio{font-size:13px;color:#666;margin-top:6px;line-height:1.4}.user-sub-page .profile-card .focus-btn{flex-shrink:0;border:1px solid #07c160;background:#fff;color:#07c160;border-radius:16px;padding:6px 14px;font-size:13px;cursor:pointer}.user-sub-page .profile-card .focus-btn.done{background:#f5f5f5;border-color:#ddd;color:#999}.user-sub-page .stats-bar{background:#fff;border-radius:10px;padding:14px 8px;display:flex;justify-content:space-around;text-align:center;margin-bottom:12px;box-shadow:0 1px 3px #0000000f}.user-sub-page .stats-bar .stat-num{font-size:18px;font-weight:700;color:#333}.user-sub-page .stats-bar .stat-txt{font-size:12px;color:#888;margin-top:4px}.user-sub-page .rank-my{background:#fff;border-radius:10px;padding:14px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;font-size:14px;border-left:4px solid #07c160}.user-sub-page .rank-my strong{color:#07c160;font-size:18px}.user-sub-page .rank-row{background:#fff;border-radius:8px;padding:12px;margin-bottom:8px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 1px 2px #0000000a}.user-sub-page .rank-row .mc{width:28px;text-align:center;font-weight:700;font-size:16px;flex-shrink:0}.user-sub-page .rank-row .mc.top1,.user-sub-page .rank-row .mc.top2,.user-sub-page .rank-row .mc.top3{color:#e71607}.user-sub-page .rank-row .avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.user-sub-page .rank-row .name{flex:1;font-size:14px;font-weight:500}.user-sub-page .rank-row .fans{font-size:12px;color:#999}.user-sub-page .list-row{background:#fff;border-radius:8px;padding:12px;margin-bottom:8px;cursor:pointer;box-shadow:0 1px 2px #0000000a}.user-sub-page .list-row .user-line{display:flex;align-items:center;gap:10px}.user-sub-page .list-row .user-line .avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-sub-page .list-row .thumb{width:100%;max-height:120px;object-fit:cover;border-radius:6px;margin-bottom:8px;display:block}.user-sub-page .list-row .title{font-size:14px;color:#333;line-height:1.4}.user-sub-page .load-more{text-align:center;padding:12px;color:#07c160;font-size:14px;cursor:pointer}.bbs-detail-page{padding:12px 0 24px}.bbs-detail-page .author{display:flex;align-items:center;gap:10px;margin-bottom:12px;cursor:pointer}.bbs-detail-page .author img{width:40px;height:40px;border-radius:50%;object-fit:cover}.bbs-detail-page .qi{font-size:13px;color:#07c160;margin-bottom:8px}.bbs-detail-page .pics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.bbs-detail-page .pics img{max-width:100%;border-radius:6px}.bbs-detail-page .content{background:#fff;padding:14px;border-radius:8px;line-height:1.6;font-size:15px;margin-bottom:12px}.bbs-detail-page .actions{display:flex;gap:12px;margin-bottom:16px}.bbs-detail-page .actions button{flex:1;border:1px solid #07c160;background:#fff;color:#07c160;border-radius:8px;padding:10px;font-size:14px;cursor:pointer}.bbs-detail-page .actions button.cur{background:#07c160;color:#fff}.bbs-detail-page .comment-section{background:#f5f5f5;border-radius:10px;padding:12px}.bbs-detail-page .comment-section .comment-title{font-size:15px;font-weight:600;margin-bottom:10px;color:#333}.bbs-detail-page .comment-section .comment-input{display:flex;gap:8px;margin-bottom:12px}.bbs-detail-page .comment-section .comment-input input{flex:1;border:1px solid #e5e5e5;border-radius:20px;padding:8px 14px;font-size:14px;outline:none;background:#fff}.bbs-detail-page .comment-section .comment-input input:focus{border-color:#07c160}.bbs-detail-page .comment-section .comment-input button{border:none;background:#07c160;color:#fff;border-radius:20px;padding:0 16px;font-size:14px;cursor:pointer;white-space:nowrap}.bbs-detail-page .comment-section .comment-input button:disabled{opacity:.6}.bbs-detail-page .comment-section .comment-item{display:flex;gap:10px;background:#fff;border-radius:8px;padding:10px;margin-bottom:8px}.bbs-detail-page .comment-section .comment-item .c-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#eee}.bbs-detail-page .comment-section .comment-item .c-body{flex:1;min-width:0}.bbs-detail-page .comment-section .comment-item .c-name{font-size:13px;color:#07c160;font-weight:600}.bbs-detail-page .comment-section .comment-item .c-text{font-size:14px;color:#333;margin-top:4px;line-height:1.4;word-break:break-word}.bbs-detail-page .comment-section .comment-item .c-time{font-size:11px;color:#999;margin-top:4px}.bbs-detail-page .comment-section .load-more-comments{width:100%;margin-top:12px;border:1px dashed #07c160;background:#fff;color:#07c160;border-radius:8px;padding:10px;cursor:pointer;font-size:14px}.bbs-detail-page .comment-section .load-more-comments:disabled{opacity:.6;cursor:not-allowed}.bbs-detail-page .comment-section .comment-empty{text-align:center;color:#999;font-size:13px;padding:16px 0}.load-hint{text-align:center;color:#999;padding:16px;font-size:13px}.search-box-page .searchbox{background:#f7f7f7;width:100%;padding:10px 0;display:flex;justify-content:space-between;gap:8px;box-sizing:border-box}.search-box-page .searchbox .inputbox{display:flex;background:#fff;border-radius:12px;flex:1;height:34px;align-items:center;padding:0 10px}.search-box-page .searchbox .inputbox .input{border:none;outline:none;width:100%;font-size:14px}.search-box-page .searchbox .search{background:#07c160;color:#fff;border:none;border-radius:12px;padding:0 16px;font-size:14px;cursor:pointer;height:34px}.search-box-page .type-grid{display:flex;flex-wrap:wrap;gap:10px;padding:12px 0}.search-box-page .type-grid .type-item{width:calc(33.33% - 7px);background:#fff;text-align:center;padding:14px 6px;border-radius:8px;font-size:14px;cursor:pointer;box-shadow:0 1px 3px #0000000f}.search-box-page .article-list .article-row,.search-box-page .indexed-list .pic-row{background:#fff;padding:12px;margin-bottom:8px;border-radius:6px;font-size:14px;cursor:pointer}.search-box-page .letter-group{margin-bottom:12px}.search-box-page .letter-group .letter{color:#07c160;font-weight:700;padding:8px 0 4px}.search-box-page .bbs-list .bbs-row{display:flex;gap:10px;background:#fff;padding:10px;margin-bottom:8px;border-radius:6px;cursor:pointer}.search-box-page .bbs-list .bbs-row img{width:72px;height:72px;object-fit:cover;border-radius:4px}.search-box-page .bbs-list .bbs-row .title{font-size:14px;font-weight:500}.search-box-page .bbs-list .bbs-row .user{font-size:12px;color:#999;margin-top:6px}.search-box-page .fabu{position:fixed;right:0;bottom:120px;z-index:9;width:64px;height:80px;cursor:pointer}.search-box-page .article-detail{background:#fff;padding:16px;border-radius:8px;line-height:1.6;font-size:15px}.search-box-page.corpus-page .corpus-type-list{padding-bottom:20px}.search-box-page.corpus-page .corpus-type-list .corpus-type-row{background:#fff;padding:14px 12px;margin-bottom:8px;border-radius:8px;font-size:15px;color:#333;cursor:pointer;box-shadow:0 1px 3px #0000000f}.search-box-page.corpus-page .corpus-type-list .corpus-type-row:active{background:#f5fbf7}.search-box-page.search-pic-page .pic-color-tabs{display:flex;gap:10px;padding:10px 0 4px}.search-box-page.search-pic-page .pic-color-tabs button{flex:1;border:1px solid #07c160;background:#fff;color:#07c160;border-radius:8px;padding:8px 0;font-size:14px;cursor:pointer}.search-box-page.search-pic-page .pic-color-tabs button.cur{background:#07c160;color:#fff}.search-box-page.search-pic-page .list-with-index{display:flex;align-items:flex-start;gap:6px;box-sizing:border-box}.search-box-page.search-pic-page .indexed-list{flex:1;min-width:0;padding-bottom:24px}.search-box-page.search-pic-page .empty-hint{text-align:center;color:#999;padding:40px 0}.search-box-page.search-pic-page .letter-group .letter{font-size:13px;padding:10px 0 6px}.search-box-page.search-pic-page .indexed-list .pic-row{margin-bottom:0;border-radius:0;border-bottom:1px solid #f0f0f0;padding:14px 4px}.search-box-page.search-pic-page .letter-index{flex-shrink:0;width:22px;display:flex;flex-direction:column;align-items:center;gap:1px;padding:8px 0;position:sticky;top:50%;transform:translateY(-50%);align-self:flex-start;max-height:min(70vh,480px);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5;-webkit-user-select:none;user-select:none}.search-box-page.search-pic-page .letter-index button{border:none;background:transparent;color:#07c160;font-size:11px;font-weight:600;width:22px;height:16px;padding:0;cursor:pointer;line-height:16px;flex-shrink:0}.caicai-page{padding:12px 0 24px}.caicai-page .card{background:#fff;border-radius:10px;padding:12px;margin-bottom:10px;box-shadow:0 1px 3px #0000000f}.caicai-page .card .qi{font-size:13px;color:#07c160;font-weight:600;margin-bottom:8px}.caicai-page .card img{width:100%;border-radius:6px;display:block}.caicai-page .card .title{margin-top:8px;font-size:14px;color:#444;line-height:1.5}.cxzs-page{padding-bottom:20px}.cxzs-page .filters{background:#fff;padding:10px;border-radius:8px;margin-bottom:10px;max-height:200px;overflow-y:auto}.cxzs-page .filters .filter-group{margin-bottom:8px}.cxzs-page .filters .filter-group .filter-name{font-size:12px;color:#999;margin-bottom:4px}.cxzs-page .filters .filter-group .filter-tags{display:flex;flex-wrap:wrap;gap:6px}.cxzs-page .filters .filter-group .filter-tags button{border:1px solid #e5e5e5;background:#fff;border-radius:14px;padding:4px 10px;font-size:12px;cursor:pointer}.cxzs-page .filters .filter-group .filter-tags button.active{border-color:#07c160;color:#07c160;background:#07c16014}.cxzs-page .qi-block{background:#fff;border-radius:8px;padding:10px;margin-bottom:8px}.cxzs-page .qi-block .qi-title{font-size:14px;font-weight:600;margin-bottom:8px;color:#07c160}.cxzs-page .qi-block .balls{display:flex;flex-wrap:wrap;gap:6px}.cxzs-page .qi-block .balls .ball{width:40px;text-align:center;font-size:12px}.cxzs-page .qi-block .balls .ball .num{width:32px;height:32px;line-height:32px;border-radius:50%;color:#fff;margin:0 auto 2px;font-weight:600}.cxzs-page .qi-block .balls .ball .num.红波,.cxzs-page .qi-block .balls .ball .num.red{background:#e71607}.cxzs-page .qi-block .balls .ball .num.蓝波,.cxzs-page .qi-block .balls .ball .num.blue{background:#1e90ff}.cxzs-page .qi-block .balls .ball .num.绿波,.cxzs-page .qi-block .balls .ball .num.green{background:#07c160}.cxzs-page .qi-block .balls .ball .meta{font-size:10px;color:#999}.edit-info-page{padding:12px 0 24px}.edit-info-page .avatar-wrap{text-align:center;margin-bottom:20px}.edit-info-page .avatar-wrap .avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;background:#eee}.edit-info-page .avatar-wrap .change-btn{margin-top:10px;font-size:13px;color:#07c160;cursor:pointer;border:none;background:none}.edit-info-page .form-card{background:#fff;border-radius:10px;padding:14px;box-shadow:0 1px 3px #0000000f}.ballbox{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-end;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ballbox::-webkit-scrollbar{display:none}.ballbox--panel{margin-top:12px}.ballbox--compact{margin-top:8px}.ballbox--history{margin-top:0;padding:8px 4px 6px;border:1px solid #07c160;border-radius:10px}.ballbox-item{flex:0 0 auto;width:40px;min-height:55px;text-align:center;border-radius:3px;font-weight:700;box-sizing:border-box}.ballbox-item.red{background:#e71607}.ballbox-item.green{background:#1fb61d}.ballbox-item.blue{background:#2389e9}.ballbox-item.gray{background:#999}.ballbox-item--panel{width:clamp(36px,10.2vw,50px);min-height:clamp(50px,14vw,60px)}.ballbox-item--history{width:clamp(32px,8.8vw,42px);min-height:clamp(46px,12.5vw,52px)}.ballbox-item .ballbox-num{color:#fff;font-weight:700;font-size:clamp(22px,6.2vw,26px);line-height:1.1;padding:3px 0 2px}.ballbox-item .ballbox-other{display:inline-block;background:#fff;color:#5a5a5a;font-size:clamp(9px,2.5vw,12px);font-weight:400;margin-top:4px;padding:2px 3px;border-radius:2px;line-height:1.15;max-width:calc(100% - 4px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.ballbox-item--history .ballbox-other{margin-top:3px;padding:1px 2px;font-size:clamp(8px,2.2vw,10px)}.ballbox-item--plus{width:18px!important;min-height:0!important;background:transparent!important;align-self:center;margin-bottom:14px;padding:0}.ballbox-item--plus .ballbox-jia{display:block;color:#999;font-size:clamp(18px,5vw,22px);font-weight:700;line-height:1}.ballbox-item--plus.ballbox-item--history{width:14px!important;margin-bottom:12px}.ballbox-item--plus.ballbox-item--history .ballbox-jia{font-size:16px}@media(min-width:420px)and (max-width:720px){.ballbox-item--panel{width:50px;min-height:60px}.ballbox-item--panel .ballbox-num{font-size:26px;margin-top:3px}.ballbox-item--panel .ballbox-other{margin-top:4px;padding:2px}.ballbox-item--plus.ballbox-item--panel{width:20px!important;margin-bottom:16px}}@media(min-width:721px){.ballbox-item--panel{width:50px;min-height:60px}}.lottery-panel{max-width:100%;box-sizing:border-box}.lottery-panel .line1{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;color:#666;font-size:clamp(12px,3.6vw,14px);margin-top:10px;line-height:1.5}.lottery-panel .line1 .line1-text{flex:1;min-width:0;word-break:break-all}.lottery-panel .line1 .qi{color:#07c160;font-weight:700}.lottery-panel .line1 .djs{color:#07c160;font-weight:600;letter-spacing:.02em}.lottery-panel .line1 .ls{flex-shrink:0;border:none;background:none;padding:0;font:inherit;color:#07c160;cursor:pointer;text-decoration:underline;white-space:nowrap;align-self:flex-start}.lottery-panel .ballbox{width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:visible}.lottery-panel .line2{font-size:clamp(11px,3.2vw,13px);color:#666;margin-top:10px;text-align:center;line-height:1.45;padding:0 4px;word-break:break-word}.find-page{min-height:100vh;background:#f5f5f5;padding-bottom:calc(60px + env(safe-area-inset-bottom))}.find-page .kjdiv{background:#f5f5f5;padding:10px 0 12px}.find-page .kjdiv .tab{display:flex;align-items:flex-end;background:linear-gradient(180deg,#07c160,#06b154);border-radius:8px 8px 0 0;overflow:hidden;width:100%;min-width:0}.find-page .kjdiv .tab .item{flex:1 1 0;min-width:0;text-align:center;color:#fff;padding:8px 2px 10px;cursor:pointer;border-radius:8px 8px 0 0}.find-page .kjdiv .tab .item .name{font-size:clamp(12px,3.8vw,14px);font-weight:600;line-height:1.25;word-break:break-all}.find-page .kjdiv .tab .item .riqi{font-size:clamp(9px,3vw,11px);margin-top:2px;opacity:.95;line-height:1.2}.find-page .kjdiv .tab .item.cur{background:#fff;color:#07c160}.find-page .kjdiv .greenbox{background:#fff;border-radius:0 0 8px 8px;padding:4px 8px 12px;border:1px solid #07c160;border-top:none}.find-page .menubox{background-color:#f5f5f5;padding:10px 0;white-space:nowrap;width:100%;overflow-x:auto;position:sticky;top:0;z-index:33;-webkit-overflow-scrolling:touch}.find-page .menubox .item{display:inline-block;font-size:.8rem;padding:5px 10px;background-color:#fff;border:1px solid #07c160;border-radius:6px;margin:5px;cursor:pointer;color:#333}.find-page .nmzlbox{padding:0 2px 16px}.find-page .nmzlbox .section{margin-bottom:15px;scroll-margin-top:72px}.find-page .nmzlbox .section .title{background-image:linear-gradient(#07c160,#eac77b23);font-size:1.2rem;text-align:center;font-weight:700;color:#000;padding:6px 0;border-top-left-radius:8px;border-top-right-radius:8px}.find-page .nmzl-content table,.find-page .nmzl-content .zltable,.find-page .nmzl-content .yxymtable{width:100%;border-collapse:collapse}.find-page .nmzl-content td{padding:7px 0;border:1px solid #e1f0ff;font-size:1rem;text-align:center}.find-page .nmzl-content img{max-width:100%;height:auto}.find-page .nmzl-content a{color:#07c160}.find-page__hint{margin:16px auto;max-width:92%;padding:14px 16px;border-radius:8px;background:#fff;color:#666;font-size:14px;text-align:center;line-height:1.5}.find-page__hint--loading{color:#07c160}.history-page{padding-bottom:28px}.history-page .history-intro{font-size:12px;color:#999;text-align:center;padding:8px 0 4px}.history-page .year-tabs{display:flex;gap:clamp(8px,3vw,12px);padding:8px 0 16px;justify-content:center;flex-wrap:wrap;max-width:100%;box-sizing:border-box}.history-page .year-tabs button{border:none;background:#fffffff2;color:#07c160;padding:clamp(7px,2.4vw,9px) clamp(14px,6vw,22px);border-radius:24px;font-size:clamp(13px,3.8vw,14px);cursor:pointer;line-height:1.25;min-height:40px;box-shadow:0 2px 8px #07c1601f;flex:0 1 auto;touch-action:manipulation}.history-page .year-tabs button.cur{background:linear-gradient(180deg,#0ad672,#07c160 45%,#059c4f);color:#fff;box-shadow:0 4px 14px #07c16059,inset 0 1px #ffffff40}.history-page .kjlist .card{background:#fff;border-radius:10px;padding:12px 10px 14px;margin-bottom:12px;max-width:100%;box-sizing:border-box;min-width:0;box-shadow:0 1px 6px #0000000f}.history-page .kjlist .meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-bottom:8px;font-size:clamp(13px,3.8vw,14px)}.history-page .kjlist .meta .qi{flex:1 1 auto;min-width:0;color:#333;font-weight:600;word-break:break-word}.history-page .kjlist .meta .time{flex:0 1 auto;color:#999;font-size:clamp(11px,3.2vw,12px);text-align:right;max-width:100%;word-break:break-all}.history-page .kjlist .balls{width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden}.history-page .hint{text-align:center;color:#999;padding:16px;font-size:13px}.history-page .hint.end{padding-top:4px}.marquee-box{display:flex;align-items:center;background:#f2f4f7;border-radius:8px;height:40px;overflow:hidden;margin-top:10px;width:100%}.marquee-label{flex-shrink:0;padding:0 10px;color:#ff5c00;font-weight:700;font-size:14px;z-index:1}.marquee-track{flex:1;overflow:hidden;position:relative;height:40px}.marquee-inner{display:flex;white-space:nowrap;position:absolute;left:100%;animation:marquee-scroll var(--marquee-duration, 15s) linear infinite}.marquee-inner span{padding-right:80px;line-height:40px;font-size:14px;color:#333}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 40px))}}.home-notice-popup.adm-center-popup{--adm-center-popup-max-width: min(400px, calc(100vw - 32px) );z-index:9999}.home-notice-box{background:#fff;border-radius:16px;padding:20px 16px 16px;max-height:calc(100dvh - 48px);overflow-y:auto}.home-notice-box__body{font-size:14px;line-height:1.65;color:#333;word-break:break-word}.home-notice-box__body img{max-width:100%;height:auto}.home-notice-box__body a{color:#0e66ec}.home-notice-box__body p{margin:0 0 8px}.home-notice-box__body p:last-child{margin-bottom:0}.home-notice-box__btn{display:block;width:100%;margin-top:16px;padding:10px;border:none;border-radius:10px;background:#0e66ec;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.home-page{background:#fff;padding-bottom:100px;min-height:100vh}.inner98{width:98%;margin:0 auto}.max720{max-width:100%}.indextop{display:flex;align-items:center;justify-content:center;height:44px;position:relative;background:#fff}.indextop .searchicon{position:absolute;left:4px;width:28px;height:28px;cursor:pointer}.indextop .title{font-size:17px;font-weight:600;margin:0;color:#333}.banner{margin-top:6px}.banner .indexswiper,.banner .banner-img{width:100%;height:150px;object-fit:cover;border-radius:8px;display:block}.tishi{padding:8px 0 4px;font-size:13px;line-height:1.55}.tishi.home-tips-html p{margin:0 0 4px}.tishi.home-tips-html p:last-child{margin-bottom:0}.tishi.home-tips-html a{color:inherit;text-decoration:underline}.tishi.home-tips-html strong{font-weight:600}.tishi .red{color:red}.tishi .orange{color:#f89409}.tishi .blue{color:#00f}.tishi .green{color:#07c160}.tishi strong{cursor:pointer;text-decoration:underline}.kjdiv{background:linear-gradient(180deg,#07c160,#06b154);padding:10px 0 14px;margin-top:6px}.kjdiv .tab{display:flex;align-items:flex-end;width:100%;max-width:100%;min-width:0}.kjdiv .tab .item{flex:1 1 0;min-width:0;text-align:center;color:#fff;padding:8px 2px 10px;cursor:pointer;border-radius:8px 8px 0 0}.kjdiv .tab .item .name{font-size:clamp(12px,3.9vw,15px);font-weight:600;line-height:1.25;word-break:break-all}.kjdiv .tab .item .riqi{font-size:clamp(9px,3vw,11px);margin-top:2px;opacity:.95;line-height:1.2}.kjdiv .tab .item.cur{background:#fff;color:#07c160}.kjdiv .greenbox{background:#fff;border-radius:0 0 8px 8px;padding:4px 8px 10px}.hr10{height:10px;background:#f5f5f5}.tab1{display:flex;flex-wrap:wrap;justify-content:space-between;padding:4px 0}.tab1 .item{width:23.5%;margin-top:10px;cursor:pointer}.tab1 .item .bg{display:block;background:#f8f8f8;border-radius:5px;line-height:38px;text-align:center;color:#444;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 4px}.caidan{display:flex;flex-wrap:wrap;padding:6px 0 2px}.caidan .item{width:25%;text-align:center;padding:10px 0;cursor:pointer}.caidan .item.disabled{opacity:.85;cursor:default}.caidan .item .img{width:46px;height:46px;object-fit:contain;display:block;margin:0 auto}.caidan .item .name{display:block;font-size:12px;color:#444;margin-top:4px}.tukutab{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 0}.tukutab .item{width:48.5%;display:flex;align-items:center;gap:8px;padding:12px 10px;border-radius:8px;color:#fff;margin-bottom:8px;cursor:pointer;box-sizing:border-box}.tukutab .item .icoin{width:32px;height:32px;object-fit:contain;flex-shrink:0}.tukutab .item .name{font-size:14px}.tukutab .item.caise{background:linear-gradient(135deg,#ff7e5f,#feb47b)}.tukutab .item.heibai{background:linear-gradient(135deg,#536976,#292e49)}.waterfull{display:flex;gap:8px;padding:10px 0 20px}.waterfull .col{flex:1;min-width:0}.waterfull .wf-item{margin-bottom:10px;background:#fff;border-radius:6px;overflow:hidden;cursor:pointer;box-shadow:0 1px 4px #00000014;border-top:1px solid #ddd}.waterfull .wf-item img{width:100%;display:block}.waterfull .wf-item .name{padding:8px 6px;font-size:12px;color:#333;text-align:center}.flexdBtn{position:fixed;bottom:calc(var(--tab-bar-height) + env(safe-area-inset-bottom) + 6px);left:var(--shell-left);width:var(--shell-width);max-width:var(--shell-max);z-index:100;pointer-events:none;padding:0 6px;box-sizing:border-box}.flexdBtn .inner98{display:flex;gap:10px;pointer-events:auto;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.flexdBtn .btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;border:none;background:#fffffff5;color:#333;border-radius:999px;padding:9px 10px;font-size:13px;font-weight:500;cursor:pointer;box-shadow:0 2px 10px #0000001a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.flexdBtn .btn:active{transform:scale(.97)}.flexdBtn .btn.active{background:linear-gradient(180deg,#08c968,#06a854);color:#fff;box-shadow:0 4px 14px #07c16061}.flexdBtn .btn .flag{width:22px;height:15px;object-fit:cover;border-radius:2px;flex-shrink:0;box-shadow:0 0 0 1px #00000014}.flexdBtn .btn.active .flag{box-shadow:0 0 0 1px #ffffff59}.flexdBtn .btn .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alertbox{text-align:center}.alertbox .info{font-size:14px;line-height:1.5;color:#333}.alertbox .grhpt{margin-top:10px}.alertbox .grhpt .gr{display:inline-block;width:26px;line-height:26px;margin:0 2px;border-radius:50%;background:#0e66ec;color:#fff;font-weight:700}.alertbox .lqhb{margin-top:12px;background:#0e66ec;color:#ff0;border:none;border-radius:8px;padding:10px 24px;font-weight:700;cursor:pointer}.alertbox .footer{margin-top:8px;font-size:13px;color:#666}.stats-bottom-nav{position:sticky;bottom:0;z-index:60;background:#fff;border-top:1px solid #eee;padding:8px 0 calc(8px + env(safe-area-inset-bottom))}.stats-bottom-nav__scroll{display:flex;gap:8px;overflow-x:auto;padding:0 8px;-webkit-overflow-scrolling:touch}.stats-bottom-nav__scroll::-webkit-scrollbar{display:none}.stats-bottom-nav__item{flex-shrink:0;border:1px solid #07c160;background:#fff;color:#07c160;border-radius:16px;padding:6px 14px;font-size:13px;cursor:pointer;white-space:nowrap}.stats-bottom-nav__item.cur{background:#07c160;color:#fff}.stats-page-body{padding-bottom:56px}.lhtj-page{padding:8px 0 20px;background:#f5f5f5;min-height:40vh}.lhtj-page .load-hint{text-align:center;color:#999;padding:24px 12px;font-size:14px}.lhtj-page .lhtj-section{margin-top:10px;background:#fff;padding:10px;border-radius:0}.lhtj-page .group{margin-bottom:12px}.lhtj-page .group .title{font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.lhtj-page .hr{height:1px;background:#f0f0f0;margin:4px 0 12px}.lhtj-page .bolls{display:flex;flex-wrap:wrap;gap:8px}.lhtj-page .bolls .item{width:36px;height:36px;line-height:36px;border-radius:50%;text-align:center;color:#fff;font-size:13px;font-weight:600}.lhtj-page .bolls .item.red{background:#e71607}.lhtj-page .bolls .item.blue{background:#1e90ff}.lhtj-page .bolls .item.green{background:#07c160}.lhtj-page .xiaowei{display:flex;flex-wrap:wrap;gap:8px}.lhtj-page .xiaowei .item{padding:6px 14px;background:#f5f5f5;border-radius:16px;font-size:14px;color:#333}.tongji2-page .tongji2-table-wrap{overflow-x:auto;background:#fff;margin-top:4px}.tongji2-page .tongji2-table{width:100%;border-collapse:collapse;font-size:12px}.tongji2-page .tongji2-table th,.tongji2-page .tongji2-table td{padding:6px 4px;text-align:center;border:1px solid #eee;font-weight:400}.tongji2-page .tongji2-table thead th{background:#f5f5f5;color:#5a5a5a}.tongji2-page .tongji2-table .boll{display:inline-block;min-width:28px;height:28px;line-height:28px;border-radius:50%;font-size:12px}.tongji2-page .tongji2-table .boll.red{background:red;color:#fff}.tongji2-page .tongji2-table .boll.blue{background:#00f;color:#fff}.tongji2-page .tongji2-table .boll.green{background:green;color:#fff}.auth-page.login-original{min-height:100vh;background:#fff}.auth-page.login-original .logo{text-align:center;margin-top:65px}.auth-page.login-original .logo .img{width:70px;height:70px;border-radius:50%}.auth-page.login-original .form-wrap{width:80%;margin:30px auto 0}.auth-page.login-original .input{margin-bottom:15px}.auth-page.login-original .input input{background:#f5f5f5;width:100%;line-height:40px;height:40px;font-size:1rem;color:#333;box-sizing:border-box;padding-left:10px;border-radius:5px;border:none;outline:none}.auth-page.login-original .btn{background:#07c160;color:#fff;font-size:1rem;text-align:center;border-radius:10px;line-height:40px;cursor:pointer}.auth-page.login-original .zcbtn{background:#fff;border:1px solid #07c160;color:#07c160;font-size:1rem;text-align:center;border-radius:10px;line-height:40px;margin-top:30px;cursor:pointer}.auth-page.login-original .token-btn{margin-top:16px;font-size:.85rem;text-align:center;color:#888;cursor:pointer;text-decoration:underline}.mine-page{min-height:100vh;background:#f5f5f5;padding-bottom:calc(60px + env(safe-area-inset-bottom))}.mine-page .top{background:#07c160;width:100%;min-height:150px;padding-bottom:8px}.mine-page .profile-head{display:flex;align-items:flex-start;padding-top:40px;gap:10px}.mine-page .avatar{width:65px;height:65px;border-radius:50%;overflow:hidden;flex-shrink:0;cursor:pointer}.mine-page .avatar .img{width:100%;height:100%;object-fit:cover}.mine-page .xx{flex:1;min-width:0}.mine-page .nickname{font-size:1.2rem;color:#fff;font-weight:600;cursor:pointer}.mine-page .riqi,.mine-page .caijin{font-size:12px;color:#f5f5f5;margin-top:5px}.mine-page .caijin .num{font-size:14px;font-weight:700;color:#eb5252}.mine-page .dlbtn{border-radius:6px;border:1px solid #f5f5f5;color:#07c160;background:#fff;font-size:.9rem;padding:5px 20px;margin-top:12px;cursor:pointer}.mine-page .data{background:#fff;border:1px solid #f1f1f1;box-shadow:0 4px 4px #f5f5f5;border-radius:6px;display:flex;justify-content:space-between;box-sizing:border-box;padding:15px 10px;margin-top:20px}.mine-page .data .item{text-align:center;flex:1}.mine-page .data .item .num{font-size:1rem;font-weight:700;color:#333}.mine-page .data .item .txt{font-size:.8rem;color:#888;margin-top:4px}.mine-page .spacer{height:50px}.mine-page .menu-wrap{padding-bottom:24px}.mine-page .menutitle{font-size:1.1rem;font-weight:600;color:#333;margin-top:20px;padding-left:4px}.mine-page .menubox{display:flex;flex-wrap:wrap;background:#fff;border-radius:8px;margin-top:6px;padding-bottom:6px}.mine-page .menubox .item{width:25%;text-align:center;margin-top:10px;cursor:pointer;padding:4px 0}.mine-page .menubox .item .icon{width:35px;height:35px;object-fit:contain}.mine-page .menubox .item .name{font-size:.8rem;color:#555;margin-top:4px}.mine-page .menubox .item:active{opacity:.85}.mine-page .tuichu{margin-top:30px;text-align:center}.mine-page .tuichu .btn{display:inline-block;background-color:#f5f5f5;color:#666;font-size:13px;padding:8px 24px;border:none;border-radius:5px;cursor:pointer}.picture-page{background:#fff}.picture-page .year-bar{padding:10px;border-bottom:1px solid #f8f8f8}.picture-page .year-bar .item{display:inline-block;border:1px solid #a9a9a9;color:#333;font-size:.8rem;padding:2px 8px;border-radius:15px;margin-right:10px;cursor:pointer}.picture-page .year-bar .item.cur{background:#07c160;color:#fff;border-color:#07c160}.picture-page .qishuline .qi-scroll{overflow-x:auto;white-space:nowrap;padding:8px 0}.picture-page .qishuline .qi-scroll .qishu{display:inline-block;font-size:.8rem;padding:0 15px;line-height:2.5rem;cursor:pointer}.picture-page .qishuline .qi-scroll .qishu.cur{color:#07c160}.picture-page .picture{width:100%;display:block}.picture-page .likebar{display:flex;justify-content:space-around;padding:12px 0;font-size:14px;color:#666}.picture-page .likebar span{cursor:pointer}.picture-page .tpjg{text-align:center;font-size:.9rem;font-weight:500;margin:10px 0}.picture-page .voteresults{display:flex;flex-wrap:wrap;justify-content:space-between}.picture-page .voteresults .item{width:45%;margin-bottom:10px}.picture-page .voteresults .item .sx{font-size:.8rem;font-weight:700}.picture-page .voteresults .item .sx .piao{color:#07c160;font-weight:200;margin-left:5px}.picture-page .voteresults .item .bar{height:10px;background:#ebeae8;border-radius:8px;margin-top:4px;overflow:hidden}.picture-page .voteresults .item .bar .fill{height:100%;background:#5cb85c}.picture-page .vote-cta{text-align:center;margin:20px 0}.picture-page .bpbtn{background:#07c160;color:#fff;border:none;padding:8px 20px;border-radius:15px;font-size:.9rem;cursor:pointer}.picture-page .pic-comment-section{margin-top:16px;padding-bottom:52px}.picture-page .pic-comment-section .comment-title{font-size:15px;font-weight:600;margin-bottom:10px}.picture-page .pic-comment-section .comment-input{display:flex;gap:8px;margin-bottom:12px}.picture-page .pic-comment-section .comment-input input{flex:1;border:1px solid #e5e5e5;border-radius:8px;padding:8px 10px;font-size:14px}.picture-page .pic-comment-section .comment-input button{border:none;background:#07c160;color:#fff;border-radius:8px;padding:0 14px;cursor:pointer}.picture-page .pic-comment-section .comment-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f0}.picture-page .pic-comment-section .comment-item .c-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#eee}.picture-page .pic-comment-section .comment-item .c-name{font-size:13px;color:#666;margin-bottom:4px}.picture-page .pic-comment-section .comment-item .c-text{font-size:14px;color:#333}.picture-page .bottombar{display:flex;position:fixed;bottom:0;left:0;right:0;height:42px;border-top:1px solid #f1f1f1;background:#fff;z-index:99}.picture-page .bottombar button{flex:1;border:none;background:none;font-size:.8rem;cursor:pointer}.picture-page .pannel1{background:#fff;width:min(650px,92vw);margin:0 auto;border-radius:20px;padding-bottom:0}.picture-page .pannel1 .poptitle{text-align:center;padding:16px;font-size:1rem}.picture-page .pannel1 .votebox{display:flex;flex-wrap:wrap;justify-content:space-between;width:90%;margin:0 auto 10px}.picture-page .pannel1 .votebox .item{width:22%;text-align:center;border:1px solid #f1f1f1;border-radius:5px;padding:5px 0;margin-bottom:10px;cursor:pointer}.picture-page .pannel1 .votebox .item.cur{background:#07c160;border-color:#07c160;color:#fff}.picture-page .pannel1 .votebox .item.cur .info{color:#fff}.picture-page .pannel1 .votebox .item .info{font-size:.8rem;color:#7e7e7e}.picture-page .pannel1 .toupiao{color:#07c160;text-align:center;line-height:42px;border-top:1px solid #f1f1f1;cursor:pointer}.pic-grid-page{padding:12px 0 24px}.pic-grid-page .hint{font-size:12px;color:#999;margin-bottom:10px;line-height:1.4}.pic-grid-page .pic-grid{display:flex;flex-wrap:wrap;gap:8px}.pic-grid-page .pic-item{width:calc(50% - 4px);cursor:pointer}.pic-grid-page .pic-item img{width:100%;border-radius:6px;display:block;background:#eee;aspect-ratio:1;object-fit:cover}.pic-grid-page .pic-item .name{font-size:12px;padding:6px 0;text-align:center;color:#333;line-height:1.3}.pic-grid-page .empty{text-align:center;color:#999;padding:40px 0;width:100%}.threed-page{padding:12px 0 24px}.threed-page .topbox{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.threed-page .topbox .type-item{width:calc(33.33% - 7px);text-align:center;background:#f8f8f8;border-radius:8px;padding:12px 8px;cursor:pointer}.threed-page .topbox .type-item .icon{width:40px;height:40px;object-fit:contain}.threed-page .topbox .type-item .name{display:block;font-size:13px;margin-top:6px;color:#333}.threed-page .section-title{font-size:15px;font-weight:600;margin-bottom:10px;color:#333}.threed-page .fc-list{display:flex;flex-wrap:wrap;gap:8px}.threed-page .fc-list .fcitem{width:calc(33.33% - 6px);background:#fff;border:1px solid #eee;border-radius:8px;padding:10px;text-align:center;cursor:pointer}.threed-page .fc-list .fcitem.hidden{display:none}.threed-page .fc-list .fcitem .qi{font-size:12px;color:#999}.threed-page .fc-list .fcitem .num{font-size:18px;font-weight:700;color:#07c160;margin-top:4px}.threed-page .more-btn{width:100%;margin-top:10px;border:1px dashed #07c160;background:#fff;color:#07c160;border-radius:8px;padding:8px;cursor:pointer}.threed-page .pic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.threed-page .pic-grid .pic-item{background:#fff;border-radius:8px;overflow:hidden;cursor:pointer}.threed-page .pic-grid .pic-item img{width:100%;display:block}.threed-page .pic-grid .pic-item .name{padding:8px;font-size:12px;text-align:center}.threed-history-page{padding:10px 0 24px}.threed-history-page .type-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.threed-history-page .type-tabs button{border:1px solid #07c160;background:#fff;color:#07c160;border-radius:6px;padding:6px 12px;font-size:13px;cursor:pointer}.threed-history-page .type-tabs button.cur{background:#07c160;color:#fff}.threed-history-page .toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.threed-history-page .toolbar select{border:1px solid #e5e5e5;border-radius:8px;padding:8px 12px;font-size:14px}.threed-history-page .toolbar .sort-btn{border:1px solid #07c160;background:#fff;color:#07c160;border-radius:8px;padding:8px 14px;cursor:pointer}.threed-history-page .latest-card{margin-bottom:12px}.threed-history-page .latest-card .label{font-size:13px;color:#999;margin-bottom:6px}.threed-history-page .latest-card .nums{font-size:22px;font-weight:700;color:#07c160;letter-spacing:2px}.threed-history-page .history-row{display:flex;align-items:center;gap:12px;background:#fff;padding:12px;margin-bottom:8px;border-radius:8px;font-size:14px}.threed-history-page .history-row .qi{color:#666;min-width:72px}.threed-history-page .history-row .num{flex:1;font-weight:600;color:#333}.threed-history-page .history-row .time{font-size:12px;color:#999}.threed-history-page .load-hint{text-align:center;color:#999;padding:12px}.market-page{min-height:100vh;background:#f5f5f5;padding-bottom:24px}.market-topbar{height:44px;display:flex;align-items:center;justify-content:center;background:#07c160;color:#fff}.market-topbar h1{font-size:17px;font-weight:600;margin:0}.market-banner{padding:10px 0}.market-banner img{width:100%;border-radius:8px;margin-bottom:8px;cursor:pointer}.market-filters{background:#fff;padding:10px 0;margin-bottom:8px}.market-filters .filter-row{display:flex;gap:8px;margin-bottom:10px}.market-filters .filter-row button{flex:1;border:1px solid #07c160;background:#fff;color:#07c160;border-radius:6px;padding:6px;font-size:13px;cursor:pointer}.market-filters .filter-row button.cur{background:#07c160;color:#fff}.market-filters .searchbox{display:flex;gap:8px}.market-filters .searchbox input{flex:1;border:1px solid #e5e5e5;border-radius:8px;padding:8px 10px;font-size:14px}.market-filters .searchbox button{border:none;background:#07c160;color:#fff;border-radius:8px;padding:0 16px;cursor:pointer}.market-list .market-row{display:flex;gap:10px;background:#fff;padding:12px;margin-bottom:8px;border-radius:8px;cursor:pointer}.market-list .market-row img{width:80px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.market-list .market-row .title{font-size:15px;font-weight:600;color:#333}.market-list .market-row .user{font-size:12px;color:#999;margin-top:6px}.market-list .load-hint{text-align:center;color:#999;padding:16px;font-size:13px}.tongji1-page{padding:10px 0 0}.tongji1-page .year-row{display:flex;gap:10px;margin-bottom:12px}.tongji1-page .year-row button{border:1px solid #e5e5e5;background:#fff;border-radius:16px;padding:6px 16px;cursor:pointer}.tongji1-page .year-row button.cur{border-color:#07c160;color:#07c160;font-weight:600}.tongji1-page .sxb-table{width:100%;border-collapse:collapse;background:#fff;font-size:13px}.tongji1-page .sxb-table td{border:1px solid #eee;padding:8px 6px;text-align:center}.tongji1-page .sxb-block{margin-bottom:10px}.tongji1-page .sxb-block .sxb-title{font-weight:600;margin-bottom:8px;color:#07c160}.tongji1-page .sxb-block .sxb-pre{font-size:12px;white-space:pre-wrap;word-break:break-all;margin:0;color:#444}.tongji1-page .empty{text-align:center;color:#999;padding:24px}.website-page{min-height:100vh;background:#f5f5f5;padding-bottom:calc(60px + env(safe-area-inset-bottom))}.website-page .topbar{height:45px;border-bottom:1px solid #ebedf0;color:#333;font-weight:700;display:flex;justify-content:space-between;background:#fff}.website-page .topbar .a{text-align:center;line-height:45px;width:50%;cursor:pointer}.website-page .topbar .a.cur{color:#07c160}.website-page .pannel1{padding-bottom:12px}.website-page .tab1{display:flex;flex-wrap:wrap;justify-content:space-between}.website-page .tab1 .item{width:22%;text-align:center;margin-top:12px;cursor:pointer}.website-page .tab1 .item .img{width:100%;max-width:75px;height:38px;object-fit:cover;border-radius:4px;display:block;margin:0 auto}.website-page .tab1 .item .name{font-size:1rem;color:#444;display:block;margin-top:4px;line-height:1.3;word-break:break-all}.website-page .tab1 .item .bg{font-size:1rem;color:#444;display:block;background:#f8f8f8;border-radius:6px;line-height:35px;margin:0 auto}.website-page .pannel2{padding-bottom:12px}.website-page .tab2 .item{filter:drop-shadow(0 .08rem .08rem rgba(0,0,0,.05));margin-top:10px}.website-page .tab2 .item .img{width:100%;height:82px;object-fit:cover;display:block;border-radius:4px 4px 0 0}.website-page .tab2 .item .tool{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:10px;border-radius:0 0 4px 4px}.website-page .tab2 .item .tool .name{font-weight:700;font-size:.9rem;line-height:1.5rem;color:#444;flex:1;margin-right:8px}.website-page .tab2 .item .tool .btn{font-size:12px;line-height:1.5rem;color:#07c160;background:#fff;border:1px solid #07c160;box-sizing:border-box;border-radius:4px;padding:1px 12px;cursor:pointer;white-space:nowrap}.pick-code-tool{background:#f5f5f5;min-height:calc(100vh - 44px);padding-bottom:24px}.pick-code-tool .pick-sticky{position:sticky;top:44px;z-index:40;background:linear-gradient(180deg,#1a8cff,#0d6efd);padding:8px 10px 10px;color:#fff}.pick-code-tool .pick-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pick-code-tool .pick-toolbar .menu-btn{border:none;background:#ffffff40;border-radius:6px;padding:4px;cursor:pointer}.pick-code-tool .pick-toolbar .menu-btn img{width:24px;height:24px;display:block}.pick-code-tool .pick-toolbar .pick-title{font-size:16px;font-weight:600}.pick-code-tool .pick-menu{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.pick-code-tool .pick-menu button{border:none;background:#ffffffe6;color:#0d6efd;border-radius:14px;padding:6px 12px;font-size:12px;cursor:pointer}.pick-code-tool .pick-result{min-height:48px;background:#fffffff2;border-radius:8px;padding:8px;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.pick-code-tool .pick-result .ball{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 6px;border-radius:50%;font-size:13px;font-weight:600;color:#fff}.pick-code-tool .pick-result .ball.red{background:#e71607}.pick-code-tool .pick-result .ball.blue{background:#1e90ff}.pick-code-tool .pick-result .ball.green{background:#07c160}.pick-code-tool .pick-result .empty-hint{color:#999;font-size:13px;width:100%;text-align:center;padding:8px 0}.pick-code-tool .pick-actions{display:flex;gap:8px}.pick-code-tool .pick-actions button{flex:1;border:none;border-radius:6px;padding:8px;font-size:14px;cursor:pointer;background:#ffffff40;color:#fff}.pick-code-tool .pick-actions button.primary{background:#fff;color:#0d6efd;font-weight:600}.pick-code-tool .pick-groups{padding:8px 6px 0}.pick-code-tool .pick-group{margin-bottom:4px;background:#fff;border-radius:6px;overflow:hidden}.pick-code-tool .pick-group .pick-group-title{font-size:12px;color:#999;padding:6px 10px 0}.pick-code-tool .pick-group .pick-row{display:flex;flex-wrap:wrap;padding:4px 6px 8px}.pick-code-tool .pick-group .pick-row span{width:calc(16.666% - 6px);margin:3px;text-align:center;font-size:13px;padding:8px 2px;border-radius:4px;cursor:pointer;background:linear-gradient(180deg,#39f0,#3399ff1f),#fff;border:1px solid #eee;box-sizing:border-box}.pick-code-tool .pick-group .pick-row span.active{color:#e71607;border-color:#e71607;font-weight:600}.pick-code-tool .shama-panel{position:fixed;left:0;right:0;bottom:0;max-height:55vh;background:#fff;border-radius:12px 12px 0 0;z-index:300;padding:12px;overflow-y:auto;box-shadow:0 -4px 20px #00000026}.pick-code-tool .shama-panel h3{text-align:center;font-size:16px;margin-bottom:12px}.pick-code-tool .shama-panel .shama-grid{display:flex;flex-wrap:wrap;gap:8px}.pick-code-tool .shama-panel .shama-grid span{min-width:40px;text-align:center;padding:8px;border-radius:6px;border:1px solid #ddd;cursor:pointer;font-size:13px}.pick-code-tool .shama-panel .shama-grid span.active{background:#333;color:#fff;border-color:#333}.pick-code-tool .shama-panel .shama-close{margin-top:12px;width:100%}.pick-code-tool .shama-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:299}.pick-code-tool .notebook{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:310;display:flex;flex-direction:column}.pick-code-tool .notebook .notebook-header{display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 12px;background:linear-gradient(180deg,#1a8cff,#0d6efd);color:#fff}.pick-code-tool .notebook .notebook-header button{border:none;background:none;color:#fff;font-size:15px;cursor:pointer}.pick-code-tool .notebook textarea{flex:1;border:none;padding:16px;font-size:15px;resize:none;outline:none}.kefu-wrap{position:fixed;left:0;top:0;z-index:99990;touch-action:none;will-change:transform;pointer-events:none}.kefu-wrap .kefu-fab{pointer-events:auto}.kefu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483646;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:#0f172a85;box-sizing:border-box;pointer-events:auto}.kefu-panel--center{position:relative;right:auto;bottom:auto;left:auto;top:auto;width:min(420px,100%);height:min(600px,calc(100dvh - 24px));max-height:calc(100dvh - 24px);flex-shrink:0}.kefu-wrap--dragging .kefu-fab{transition:none;cursor:grabbing;transform:scale(1.02)}.kefu-fab{position:relative;right:auto;bottom:auto;width:58px;height:58px;border:none;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,#0d9488,#14b8a6,#2dd4bf);color:#fff;box-shadow:0 8px 28px #0d948873;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.kefu-fab:hover{transform:scale(1.06);box-shadow:0 12px 32px #0d94888c}.kefu-fab__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center}.kefu-panel{position:absolute;z-index:99991;right:0;bottom:70px;left:auto;width:min(400px,calc(100vw - 24px));height:min(560px,calc(100vh - 120px));border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:#f8fafc;box-shadow:0 20px 50px #0f172a38;border:1px solid rgba(148,163,184,.35);font-family:system-ui,-apple-system,Segoe UI,sans-serif}#kefu-admin-root .kefu-panel{width:min(720px,calc(100vw - 32px));height:min(640px,calc(100vh - 100px))}.kefu-panel__head{padding:14px 16px;background:linear-gradient(120deg,#0f766e,#0d9488);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px}.kefu-panel__head h3{margin:0;font-size:15px;font-weight:600}.kefu-panel__head p{margin:2px 0 0;font-size:11px;opacity:.88}.kefu-panel__close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:18px}.kefu-msgs{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:6px;background:linear-gradient(180deg,#f1f5f9,#f8fafc)}.kefu-msg-row{display:flex;width:100%}.kefu-msg-row--self{justify-content:flex-end}.kefu-msg-row--other{justify-content:flex-start}.kefu-bubble{max-width:78%;padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.45;word-break:break-word}.kefu-bubble--self{background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px #0d948840}.kefu-bubble--other{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 1px 4px #0f172a0f}.kefu-bubble__name{font-size:10px;font-weight:600;margin-bottom:4px}.kefu-bubble--self .kefu-bubble__name{opacity:.92;text-align:right}.kefu-bubble--other .kefu-bubble__name{color:#64748b}.kefu-bubble img,.kefu-bubble video{max-width:100%;border-radius:8px;display:block}.kefu-emoji-lg{width:72px;height:72px}.kefu-foot{border-top:1px solid #e2e8f0;background:#fff;padding:8px 10px 10px}.kefu-toolbar{display:flex;gap:6px;margin-bottom:6px}.kefu-toolbar button{border:none;background:#f1f5f9;color:#475569;width:36px;height:36px;border-radius:10px;cursor:pointer;font-size:16px}.kefu-toolbar button:hover{background:#e2e8f0}.kefu-input-row{display:flex;gap:8px;align-items:flex-end}.kefu-input-row textarea{flex:1;resize:none;border:1px solid #cbd5e1;border-radius:12px;padding:8px 12px;font-size:14px;min-height:40px;max-height:100px;font-family:inherit}.kefu-send{border:none;background:#0d9488;color:#fff;padding:10px 16px;border-radius:12px;font-weight:600;cursor:pointer}.kefu-send:disabled{opacity:.5;cursor:not-allowed}.kefu-emoji-panel{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;max-height:140px;overflow-y:auto;padding:6px 0}.kefu-emoji-panel button{border:none;background:transparent;padding:4px;cursor:pointer;border-radius:8px}.kefu-emoji-panel button:hover{background:#e2e8f0}.kefu-emoji-panel img{width:28px;height:28px}.kefu-admin-layout{display:flex;height:100%}.kefu-admin-list{width:38%;min-width:120px;border-right:1px solid #e2e8f0;overflow-y:auto;background:#fff}.kefu-admin-item{padding:10px 12px;border-bottom:1px solid #f1f5f9;cursor:pointer;text-align:left}.kefu-admin-item:hover,.kefu-admin-item--active{background:#ecfdf5}.kefu-admin-item__title{font-size:13px;font-weight:600;color:#0f172a}.kefu-admin-item__sub{font-size:11px;color:#64748b;margin-top:2px}.kefu-admin-item__badge{float:right;background:#ef4444;color:#fff;font-size:10px;padding:2px 6px;border-radius:8px}.kefu-empty-hint{text-align:center;color:#94a3b8;font-size:13px;margin:8px 0}
