:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.adm-dot-loading{display:inline-block}.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-infinite-scroll{color:var(--adm-color-weak);padding:18px;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;width:100%;height:300px;overflow:hidden;position:relative;display:flex;flex-direction:column;---item-font-size:var(--item-font-size);---item-height:var(--item-height)}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{flex-shrink:0;border-bottom:1px solid var(--adm-color-border);display:flex;justify-content:space-between;align-items:center;padding:4px}.adm-picker-header-button{font-size:var(--header-button-font-size);display:inline-block;padding:8px}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{padding:4px;font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1 1}.adm-picker-body{flex:1 1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);height:var(--height);width:100%;display:flex;position:relative;overflow:hidden;background:var(--adm-color-background)}.adm-picker-view-column{height:100%;flex:1 1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none;position:relative;z-index:0}.adm-picker-view-column-wheel{width:100%;cursor:grab;position:absolute;top:calc(50% - var(--item-height) / 2);left:0}.adm-picker-view-column-wheel:before{content:" ";display:block;position:absolute;width:100%;height:100vh;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";display:block;position:absolute;width:100%;height:100vh;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);padding:0 6px;height:var(--item-height);display:flex;justify-content:center;align-items:center}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{width:100%;height:100%;pointer-events:none;opacity:0;display:flex;flex-direction:column;position:relative;top:calc(var(--item-height) * -1);z-index:0;padding-bottom:1px}.adm-picker-view-column-accessible>*{flex:1 1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{position:absolute;width:100%;height:100%}.adm-picker-view-column-accessible-button,.adm-picker-view-mask{width:100%;height:100%}.adm-picker-view-mask{position:absolute;z-index:10000;left:0;top:0;display:flex;flex-direction:column;pointer-events:none}.adm-picker-view-mask-bottom,.adm-picker-view-mask-top{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;flex:none;border-top:1px solid var(--adm-color-border);border-bottom:1px solid var(--adm-color-border)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000);mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000);mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.adm-picker-view-loading-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-picker-view-item-height-measure{position:relative;left:0;top:0;height:var(--item-height);width:0;pointer-events:none}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-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-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-pull-to-refresh-head{overflow:hidden;position:relative}.adm-pull-to-refresh-head-content{position:absolute;bottom:0;left:0;width:100%;color:var(--adm-color-weak);display:flex;justify-content:center;align-items:center}.adm-skeleton{--width:100%;--height:0;--border-radius:0;background-color:hsla(0,0%,75%,.2);border-radius:var(--border-radius);width:var(--width);height:var(--height);display:block}.adm-skeleton.adm-skeleton-animated{background:linear-gradient(90deg,hsla(0,0%,75%,.2) 25%,hsla(0,0%,51%,.24) 37%,hsla(0,0%,75%,.2) 63%);background-size:400% 100%;animation:adm-skeleton-loading 1.4s ease infinite}.adm-skeleton.adm-skeleton-title{--width:45%;--height:32px;--border-radius:2px;margin-bottom:16px;margin-top:16px}.adm-skeleton.adm-skeleton-paragraph-line{--height:18px;--border-radius:2px;margin-top:12px;margin-bottom:12px}.adm-skeleton.adm-skeleton-paragraph-line:last-child{--width:65%}@keyframes adm-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.adm-slider{--fill-color:var(--adm-color-primary);padding:5px 14px;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-slider-track-container{padding:8px 0}.adm-slider-track{position:relative;width:100%;height:3px;background-color:var(--adm-color-fill-content);border-radius:3px}.adm-slider-fill{position:absolute;z-index:1;height:3px;border-radius:3px;background-color:var(--fill-color)}.adm-slider-ticks{position:absolute;width:100%;height:3px;background:transparent}.adm-slider-tick{position:absolute;top:-2px;width:7px;height:7px;margin-left:-3px;background-color:var(--adm-color-fill-content);border-radius:50%}.adm-slider-tick-active{background-color:var(--fill-color)}.adm-slider-thumb{width:28px;height:28px;margin:2px;border-radius:50%;text-align:center;line-height:28px;background:var(--adm-color-text-light-solid);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);color:var(--fill-color)}.adm-slider-thumb:focus{outline:none}.adm-slider-thumb-icon{width:12px;height:12px;margin:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-slider-thumb-container{cursor:grab;touch-action:none;position:absolute;z-index:2;width:32px;height:32px;border-radius:50%;top:50%;transform:translate(-50%,-50%)}.adm-slider-mark{position:relative;width:100%;overflow:visible;font-size:var(--adm-font-size-3);height:11px;margin-top:10px}.adm-slider-mark-text{position:absolute;display:inline-block;line-height:1;color:var(--adm-color-text);text-align:center;word-break:keep-all;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transform:translateX(-50%)}.adm-slider-disabled .adm-slider-mark,.adm-slider-disabled .adm-slider-thumb-icon{opacity:.4}.adm-slider-disabled .adm-slider-fill:after,.adm-slider-disabled .adm-slider-tick-active:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;background-color:hsla(0,0%,100%,.6)}.adm-slider-disabled .adm-slider-thumb{cursor:not-allowed;box-shadow:0 2px 5px 0 rgba(0,0,0,.06)}.adm-slider-disabled .adm-slider-mark-text,.adm-slider-disabled .adm-slider-tick{cursor:not-allowed;box-shadow:none}.adm-popover{--z-index:var(--adm-popover-z-index,1030);--background:#fff;--arrow-size:8px;--content-padding:8px 12px;color:var(--adm-color-text);position:absolute;top:0;left:0;z-index:var(--z-index);white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;animation:none}.adm-popover.adm-popover-dark{--background:rgba(0,0,0,.75);--adm-color-text:#fff;color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{position:absolute;background:hsla(0,0%,100%,.01);content:""}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);background-clip:padding-box;border-radius:8px;box-shadow:0 0 30px 0 rgba(51,51,51,.2);font-size:var(--adm-font-size-7);width:-moz-max-content;width:max-content;min-width:32px;max-width:calc(100vw - 24px);overflow-y:hidden}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{width:var(--arrow-size);overflow:visible;background:transparent}.adm-popover-arrow,.adm-popover-arrow-icon{position:absolute;display:block;height:var(--arrow-size)}.adm-popover-arrow-icon{width:calc(var(--arrow-size) / 8 * 15);top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate))}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color:var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding:0}.adm-popover-menu-list{overflow:hidden;min-width:120px}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{padding-right:2px;overflow-y:scroll;-webkit-overflow-scrolling:auto}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ddd}.adm-popover-menu-item{display:flex;padding-left:20px;justify-content:flex-start;align-items:center;position:relative}.adm-popover-menu-item-icon{flex:none;padding-right:8px;font-size:20px}.adm-popover-menu-item-text{flex:auto;padding:14px 20px 14px 0;border-top:1px solid var(--border-color)}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:1px solid var(--border-color)}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color:var(--adm-color-text);--background:rgba(0,0,0,.9)}.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:12px;--active-line-height:2px;--active-line-border-radius:var(--active-line-height);--active-line-color:var(--adm-color-primary);--active-title-color:var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:1px solid var(--adm-color-border)}.adm-tabs-tab-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:8px 0 10px;width:-moz-min-content;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:30px;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:linear-gradient(to right,var(--adm-color-background),hsla(0,0%,100%,0))}.adm-tabs-header-mask-right{right:0;background:linear-gradient(to left,var(--adm-color-background),hsla(0,0%,100%,0))}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:left;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.swiperswiper_swiperWrap__70tMK{width:1200px;margin-bottom:60px}.swiperswiper_swiperWrap__70tMK .swiperswiper_cleanBox__t1BCI{content:"";display:block;clear:both}.swiperswiper_swiperWrap__70tMK .swiperswiper_swiperswiper__6kRvH{width:895px;height:448px;box-sizing:border-box;border-radius:2px 0 0 2px;float:left}.swiperswiper_swiperWrap__70tMK .swiperswiper_swiperswiper__6kRvH .swiperswiper_swiperSlide__9EOWN a{height:100%;display:block;background:#f5f9fa}.swiperswiper_swiperWrap__70tMK .swiperswiper_swiperswiper__6kRvH .swiperswiper_swiperSlide__9EOWN a img{max-width:100%;max-height:100%;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.swiperswiper_swiperWrap__70tMK .swiperswiper_swiperswiper__6kRvH .swiperswiper_swiperSlide__9EOWN a .swiperswiper_top__rorWd{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;backdrop-filter:blur(10px)}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg{width:305px;height:448px;overflow:auto;float:right;border-radius:0 2px 2px 0;border:1px solid #f5f9fa;border-left:none}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a{display:block;height:100px;border-bottom:1px solid #f5f9fa;padding:10px 20px 0}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a p{margin-bottom:8px;color:#333;font-size:18px;line-height:26px;font-weight:300;text-align:justify;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a p span{display:inline-block;font-size:12px;color:#fff;line-height:20px;padding:0 8px;background:#0f63f8;vertical-align:3px;margin-right:4px}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a p .swiperswiper_suddenTag__iSPqe{background:#ff392d}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a p .swiperswiper_adTag__SgSWR{background:#acacac;border:1px solid #fff;line-height:18px;padding:0 7px}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a .swiperswiper_read_num__VMNQ0,.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a .swiperswiper_timeline__9ba3c{color:#acacac;font-size:12px}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a .swiperswiper_timeline__9ba3c{margin-right:8px}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg a:nth-of-type(5){border:none}.swiperswiper_swiperWrap__70tMK .swiperswiper_focusList__F_6Vg .swiperswiper_current__esBEN{background:#f6f8ff}.account_sa_wrapper__RUzQX{display:flex;align-items:center;min-width:0;margin-right:5px}.account_sa_wrapper__RUzQX .account_head__fQgWz{position:relative;width:24px;min-width:24px;height:24px}.account_sa_wrapper__RUzQX .account_head__fQgWz img{width:100%;height:100%;vertical-align:middle;border-radius:50%;overflow:hidden}.account_sa_wrapper__RUzQX .account_head__fQgWz .account_user_cert__dvpWl{position:absolute;right:0;bottom:0;width:9px;height:9px}.account_sa_wrapper__RUzQX .account_user_name__7bZ2f{margin-left:4px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:12px;color:#acacac}.articleList_article__K5D8_{float:left;width:285px;height:330px;cursor:default}.Recommend_textSwiper__5xVYk{background:#f5f5f5;border-radius:6px;margin-top:20px}.Recommend_textSwiper__5xVYk .Recommend_swiperSlide__eAUxG{line-height:54px;padding:0 18px 0 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Recommend_textSwiper__5xVYk .Recommend_swiperSlide__eAUxG a{color:#333;font-size:18px;font-weight:300}.Recommend_textSwiper__5xVYk .Recommend_swiperSlide__eAUxG .Recommend_circle__HeSHh{position:relative;padding-left:20px}.Recommend_textSwiper__5xVYk .Recommend_swiperSlide__eAUxG .Recommend_circle__HeSHh:before{position:absolute;top:50%;left:0;margin-top:-6px;box-sizing:border-box;content:"";display:block;width:12px;height:12px;border:3px solid #0f63f8;border-radius:50%}.Recommend_liveSreamsSwiper__dc06M{position:relative;height:100%}.Recommend_liveSreamsSwiper__dc06M .Recommend_next__4q6K_,.Recommend_liveSreamsSwiper__dc06M .Recommend_prev__RTGav{position:absolute;left:50%;margin-left:-25px;width:49px;height:49px;border:1px solid #ebebeb;border-radius:50%;z-index:99;backdrop-filter:blur(5px);cursor:pointer}.Recommend_liveSreamsSwiper__dc06M .Recommend_next__4q6K_ svg,.Recommend_liveSreamsSwiper__dc06M .Recommend_prev__RTGav svg{color:#ebebeb;width:32px;height:32px;position:absolute;top:50%;left:50%;margin-top:-16px}.Recommend_liveSreamsSwiper__dc06M .Recommend_next__4q6K_:hover,.Recommend_liveSreamsSwiper__dc06M .Recommend_prev__RTGav:hover{background:#fff}.Recommend_liveSreamsSwiper__dc06M .Recommend_next__4q6K_:hover svg,.Recommend_liveSreamsSwiper__dc06M .Recommend_prev__RTGav:hover svg{color:#0f63f8}.Recommend_liveSreamsSwiper__dc06M .Recommend_prev__RTGav{top:20px}.Recommend_liveSreamsSwiper__dc06M .Recommend_prev__RTGav svg{margin-left:-18px}.Recommend_liveSreamsSwiper__dc06M .Recommend_next__4q6K_{bottom:20px}.Recommend_liveSreamsSwiper__dc06M .Recommend_next__4q6K_ svg{margin-left:-16px}.Recommend_articleSwiper___4bJO{margin-top:20px;position:relative}.Recommend_articleSwiper___4bJO .Recommend_next__4q6K_,.Recommend_articleSwiper___4bJO .Recommend_prev__RTGav{position:absolute;top:50%;margin-top:-25px;width:49px;height:49px;border:1px solid #ebebeb;border-radius:50%;z-index:99;backdrop-filter:blur(5px);cursor:pointer}.Recommend_articleSwiper___4bJO .Recommend_next__4q6K_ svg,.Recommend_articleSwiper___4bJO .Recommend_prev__RTGav svg{color:#ebebeb;width:32px;height:32px;position:absolute;top:50%;left:50%;margin-top:-16px}.Recommend_articleSwiper___4bJO .Recommend_next__4q6K_:hover,.Recommend_articleSwiper___4bJO .Recommend_prev__RTGav:hover{background:#fff}.Recommend_articleSwiper___4bJO .Recommend_next__4q6K_:hover svg,.Recommend_articleSwiper___4bJO .Recommend_prev__RTGav:hover svg{color:#0f63f8}.Recommend_articleSwiper___4bJO .Recommend_prev__RTGav{left:20px}.Recommend_articleSwiper___4bJO .Recommend_prev__RTGav svg{margin-left:-18px}.Recommend_articleSwiper___4bJO .Recommend_next__4q6K_{right:20px}.Recommend_articleSwiper___4bJO .Recommend_next__4q6K_ svg{margin-left:-16px}.Recommend_recommendVideo__1hCb_{height:380px;display:block;border-radius:2px;overflow:hidden;position:relative}.Recommend_recommendVideo__1hCb_ img{max-width:100%;min-width:100%;max-height:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.Recommend_recommendVideo__1hCb_ .Recommend_play_btn__HnCaA{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:46px;height:52px}.Recommend_recommendVideo__1hCb_ article{width:100%;height:189px;background:linear-gradient(180deg,rgba(51,51,51,0),rgba(0,0,0,.7));position:absolute;bottom:0;left:0}.Recommend_recommendVideo__1hCb_ article div{position:absolute;bottom:0;left:0;padding:20px}.Recommend_recommendVideo__1hCb_ article div time{display:block;font-size:12px;line-height:15px;color:#acacac;margin-top:14px}.Recommend_recommendVideo__1hCb_ article div h5{font-size:18px;line-height:26px;color:#fff;text-align:justify;font-weight:300;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Recommend_newRecommendComment__3Df94{margin-bottom:20px;background:#fff;box-shadow:0 2px 15px 0 rgba(0,0,0,.07);border-radius:2px}.Recommend_newRecommendComment__3Df94 .Recommend_title__A0FvM{height:50px;font-size:16px;font-family:PingFangSC,PingFang SC;font-weight:500;color:#333;line-height:50px;padding-left:24px;position:relative;border-bottom:1px solid #efefef}.Recommend_newRecommendComment__3Df94 .Recommend_title__A0FvM:after{content:"";display:block;width:4px;height:10px;background:linear-gradient(1turn,#0f63f8,#2cbdff);position:absolute;left:15px;top:20px}.Recommend_newRecommendComment__3Df94 ul{padding:5px}.Recommend_newRecommendComment__3Df94 ul li{padding:10px 10px 10px 35px;margin-top:5px;background:#f6f8ff}.Recommend_newRecommendComment__3Df94 ul li:first-of-type{margin-top:0}.Recommend_newRecommendComment__3Df94 ul li .Recommend_userInfo__1VrsA{display:flex;align-items:center}.Recommend_newRecommendComment__3Df94 ul li .Recommend_userInfo__1VrsA .Recommend_imgBox__Iayz8{position:relative;width:20px;height:20px;margin-left:-25px;float:left}.Recommend_newRecommendComment__3Df94 ul li .Recommend_userInfo__1VrsA .Recommend_imgBox__Iayz8 img{width:100%;height:100%;vertical-align:middle;-o-object-fit:cover;object-fit:cover;border-radius:50%;overflow:hidden}.Recommend_newRecommendComment__3Df94 ul li .Recommend_userInfo__1VrsA .Recommend_imgBox__Iayz8 .Recommend_user_cert__5zQpe{position:absolute;right:0;bottom:0;width:9px;height:9px}.Recommend_newRecommendComment__3Df94 ul li .Recommend_userInfo__1VrsA .Recommend_nick_name__V7M4a{font-size:14px;line-height:20px;color:#acacac;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:5px}.Recommend_newRecommendComment__3Df94 ul li .Recommend_userInfo__1VrsA .Recommend_official_certification__RNvvJ{width:41px;height:18px;margin-left:5px;vertical-align:text-top;flex:none}.Recommend_newRecommendComment__3Df94 ul .Recommend_originalText__Z3NRI p{color:#333;font-size:14px;line-height:24px;font-weight:300;margin-top:10px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Recommend_newRecommendComment__3Df94 ul .Recommend_originalText__Z3NRI span{display:block;color:#0f63f8;font-size:12px;line-height:17px;margin-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Recommend_newRecommendComment__3Df94 .Recommend_summary__zvpJ_ a{display:block;padding:0 14px;margin:12px 0}.Recommend_newRecommendComment__3Df94 .Recommend_summary__zvpJ_ a p{font-size:14px;line-height:16px;color:#333;text-align:justify;font-weight:300;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Recommend_newRecommendComment__3Df94 .Recommend_summary__zvpJ_ a>div{transition:height 1s;height:0;border-radius:6px;margin-top:12px;overflow:hidden}.Recommend_newRecommendComment__3Df94 .Recommend_summary__zvpJ_ a>div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Recommend_newRecommendComment__3Df94 .Recommend_summary__zvpJ_ a:hover{background:#f5f5f5;padding:15px 14px;margin:0}.Recommend_newRecommendComment__3Df94 .Recommend_summary__zvpJ_ a:hover>div{height:140px}.Recommend_recommendComment__ch25_{border:1px solid #efefef;border-radius:2px;margin-bottom:20px}.Recommend_recommendComment__ch25_ h4{font-size:16px;line-height:50px;color:#333;border-bottom:1px solid #efefef;font-weight:500;padding:0 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Recommend_recommendComment__ch25_ ul{padding:5px}.Recommend_recommendComment__ch25_ ul li{padding:10px 10px 10px 30px;margin-top:5px;background:#f6f8ff}.Recommend_recommendComment__ch25_ ul li:first-of-type{margin-top:0}.Recommend_recommendComment__ch25_ ul li .Recommend_userInfo__1VrsA .Recommend_imgBox__Iayz8{width:20px;height:20px;border-radius:50%;overflow:hidden;margin-left:-25px;float:left}.Recommend_recommendComment__ch25_ ul li .Recommend_userInfo__1VrsA .Recommend_imgBox__Iayz8 img{max-width:100%;min-width:100%;max-height:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.Recommend_recommendComment__ch25_ ul li .Recommend_userInfo__1VrsA span{font-size:14px;line-height:20px;color:#acacac}.Recommend_recommendComment__ch25_ ul .Recommend_originalText__Z3NRI p{color:#333;font-size:14px;line-height:24px;font-weight:300;margin-top:10px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Recommend_recommendComment__ch25_ ul .Recommend_originalText__Z3NRI span{display:block;color:#0f63f8;font-size:12px;line-height:17px;margin-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Recommend_recommendComment__ch25_ .Recommend_summary__zvpJ_ a{display:block;padding:0 14px;margin:12px 0}.Recommend_recommendComment__ch25_ .Recommend_summary__zvpJ_ a p{font-size:14px;line-height:16px;color:#333;text-align:justify;font-weight:300;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Recommend_recommendComment__ch25_ .Recommend_summary__zvpJ_ a>div{transition:height 1s;height:0;border-radius:6px;margin-top:12px;overflow:hidden}.Recommend_recommendComment__ch25_ .Recommend_summary__zvpJ_ a>div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Recommend_recommendComment__ch25_ .Recommend_summary__zvpJ_ a:hover{background:#f5f5f5;padding:15px 14px;margin:0}.Recommend_recommendComment__ch25_ .Recommend_summary__zvpJ_ a:hover>div{height:140px}.Recommend_vLiveRecommend__UEQRB .Recommend_summary__zvpJ_ a:hover>div,.Recommend_vLiveRecommend__UEQRB .Recommend_summary__zvpJ_ a>div img{height:340px}.Recommend_livePlay__O5RXU{width:1200px}.Recommend_livePlay__O5RXU .Recommend_live_info__2caLp{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:36px;margin-bottom:16px}.Recommend_livePlay__O5RXU .Recommend_live_info__2caLp div:first-child{height:36px;width:89px;background:url(https://static1.tidenews.com.cn/_next/static/media/new_live.b6519c15.png) no-repeat 33px/46px 16px,#ff392d url(/imgs/article_live_play_news.gif) no-repeat 8px/15px 15px}.Recommend_livePlay__O5RXU .Recommend_live_info__2caLp div:nth-child(2){flex:none;border:1px solid #fff;font-size:16px;font-family:PingFangSC,PingFang SC;font-weight:400;color:#fff;line-height:34px;height:36px;width:128px;text-align:center;vertical-align:middle;cursor:pointer}.Recommend_livePlay__O5RXU .Recommend_live_info__2caLp div:nth-child(2) .Recommend_icon__Fuq9k{width:16px;height:16px;vertical-align:-2px;margin-left:5px}.Recommend_livePlay__O5RXU h1{font-size:28px;font-weight:500;line-height:40px;color:#fff;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm{width:100%;overflow:hidden}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X{position:relative;height:503px;background:#eee;flex:1 1;margin-bottom:20px}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X .Recommend_cover__CDV0s{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X #Recommend_live_con__NbJxg{width:100%;height:100%;overflow:hidden;position:relative;background-color:transparent!important}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X #Recommend_live_con__NbJxg video{background-color:#000!important}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X #Recommend_live_con__NbJxg:not(.prism-fullscreen) video{height:100%;left:0!important;top:0!important;transform:none!important;z-index:0}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X #Recommend_live_con__NbJxg.prism-fullscreen,.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X #Recommend_live_con__NbJxg.prism-fullscreen video{width:100%!important;height:100%!important}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X .Recommend_live_tip__CGesd{width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.3);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:11;-o-object-fit:cover;object-fit:cover;overflow:hidden}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X .Recommend_live_tip__CGesd p{color:#fff}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X iframe{width:100%;height:100%}.Recommend_livePlay__O5RXU .Recommend_videoContainer__XekHm .Recommend_videoWrap__X7X6X video{width:100%;height:100%;vertical-align:middle}.Recommend_livePlay__O5RXU .Recommend_flexContainer__DppnQ{height:503px;overflow:hidden;background-color:#293346;box-shadow:0 9px 15px 0 rgba(0,0,0,.1);border-radius:2px;border:1px solid #151e2f;position:relative}.Recommend_livePlay__O5RXU .Recommend_flexContainer__DppnQ .Recommend_liveStreamWrap__4Rbid{height:100%;top:0;left:0;width:100%;position:absolute;padding:20px;overflow:auto}.Recommend_livePlay__O5RXU .Recommend_flexContainer__DppnQ .Recommend_liveStreamWrap__4Rbid::-webkit-scrollbar{width:4px}.Recommend_livePlay__O5RXU .Recommend_flexContainer__DppnQ .Recommend_liveStreamWrap__4Rbid::-webkit-scrollbar-thumb{-webkit-appearance:none;background-color:#212731;border-radius:2px}.Recommend_livePlay__O5RXU .Recommend_flexContainer__DppnQ .Recommend_liveStreamWrap__4Rbid .Recommend_liveStream__GhtOO{height:100px;margin-bottom:100px}.Recommend_livePlay__O5RXU .Recommend_flexContainer__DppnQ .Recommend_liveStreamWrap__4Rbid>div:last-child{margin-bottom:0}.Recommend_streamItem__sLTTh{cursor:pointer;margin-bottom:20px}.Recommend_streamItem__sLTTh .Recommend_logo_wrapper__3L5zA{aspect-ratio:16/9;overflow:hidden;border-radius:2px}.Recommend_streamItem__sLTTh .Recommend_logo_wrapper__3L5zA .Recommend_logo__CPY1S{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;vertical-align:middle}.Recommend_streamItem__sLTTh .Recommend_streamTitle__3qDGG{color:#fff;font-size:14px;font-weight:400;color:#999;line-height:20px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.Recommend_article_item__16UZB{cursor:pointer;margin-bottom:20px}.Recommend_article_item__16UZB .Recommend_logo_wrapper__3L5zA{aspect-ratio:16/9;overflow:hidden;border-radius:2px;margin-bottom:8px}.Recommend_article_item__16UZB .Recommend_logo_wrapper__3L5zA .Recommend_logo__CPY1S{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;vertical-align:middle}.Recommend_article_item__16UZB .Recommend_streamTitle__3qDGG{color:#333;font-size:15px;font-weight:400;color:#fff;line-height:22px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}.Recommend_article_item__16UZB .Recommend_streamTitle__3qDGG.Recommend_active__aeWR4{color:#5190ff;font-weight:600}.Recommend_topRecommend__JW47f{background-color:#f3f7fd;border-radius:2px;overflow:hidden;position:relative}.Recommend_topRecommend__JW47f:before{left:0;background:linear-gradient(90deg,#f3f7fd,transparent)}.Recommend_topRecommend__JW47f:after{right:0;background:linear-gradient(-90deg,#f3f7fd,transparent)}.Recommend_topRecommend__JW47f:after,.Recommend_topRecommend__JW47f:before{content:"";display:block;height:100%;width:40px;position:absolute;top:0;z-index:1}.Recommend_topRecommend__JW47f section{padding:0 36px;white-space:nowrap;transition:opacity .4s}.Recommend_topRecommend__JW47f section a{line-height:54px;padding-left:44px;margin-right:60px;font-size:18px;color:#333;font-weight:300;cursor:pointer;position:relative}.Recommend_topRecommend__JW47f section a:hover{font-weight:400}.Recommend_topRecommend__JW47f section a:before{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:#f3f7fd;border:3px solid #0f63f8;border-radius:50%}.channel_wxList__3Ry1j{width:1240px;overflow:hidden;margin:0 auto}.channel_wxList__3Ry1j li{width:285px;height:180px;float:left;margin:45px 10px;cursor:pointer}.channel_wxList__3Ry1j li img{width:285px;height:180px}.channel_creatorEntry__8I9hn{position:fixed;z-index:999;left:calc(50% + 620px);bottom:100px;transform:translateY(-50%);width:40px;height:40px;background:url(https://static1.tidenews.com.cn/_next/static/media/creator_entry_icon.4f631662.png) no-repeat 50%;box-shadow:0 0 4px 0 rgba(138,154,187,.2);font-size:12px;font-family:PingFang-SC;font-weight:700;color:#fff;line-height:14px;letter-spacing:2px;cursor:pointer;overflow:hidden;text-align:center;padding:6px 0}.channel_iframeBox__bxIVM{width:1200px;height:600px;margin:0 auto;overflow-y:auto}.channel_iframeBox__bxIVM iframe{width:100%}.channel_articleList__h6zIr:after{content:"";display:block;clear:both}.channel_articleList__h6zIr>div{margin:20px 0 0 20px}.channel_articleList__h6zIr>div:nth-of-type(3n+1){margin-left:0}.channel_articleList__h6zIr h3{font-size:36px;line-height:50px;color:#333;margin-top:60px}.channel_iframeArticleList__xudmP:after{content:"";display:block;clear:both}.channel_iframeArticleList__xudmP li{width:285px;height:507px;overflow:hidden;float:left;position:relative;margin:20px 0 0 20px}.channel_iframeArticleList__xudmP li:nth-of-type(3n+1){margin-left:0}.channel_iframeArticleList__xudmP li iframe{width:285px!important;height:100%!important;position:absolute;z-index:1;top:0;left:0;border:none}.channel_crumbs__ZkU9Y{color:#333;font-size:14px;margin-bottom:30px}.channel_crumbs__ZkU9Y span{font-size:36px}.channel_crumbs__ZkU9Y button{border:none;background:#0f63f8;padding:0 8px;font-size:12px;line-height:20px;color:#fff;outline:none}.channel_crumbs__ZkU9Y button img{vertical-align:-2.5px;margin-right:5px}.channel_subAreas__Lh0lr{margin-bottom:20px}.channel_subAreas__Lh0lr ul{display:flex;flex-wrap:wrap}.channel_subAreas__Lh0lr ul li{height:40px;margin-right:20px;margin-bottom:20px;padding:0 22px;font-size:18px;line-height:40px;background-color:#f6f6f6;cursor:pointer}.channel_subAreas_active__aakTx{color:#0f63f8}.channel_cityChoiceWrap__5Wwqi{display:none;width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:1}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis{width:770px;background:#fff;transform:translate(-50%,-50%);padding:31.5px;border-radius:6px;position:absolute;top:50%;left:50%}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_popupHeader___W76g{font-size:16px;line-height:20px;color:#333;font-weight:500;line-height:30px;margin-bottom:30px;padding:0 18.5px}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_popupHeader___W76g button{float:right;border:none;background:none;outline:none}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_popupHeader___W76g button img{width:30px}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis em{display:block;padding:0 18.5px;font-size:16px;line-height:20px;color:#333;font-style:normal;margin:40px 0 16px}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_scrollWrap__EgtfZ{max-height:calc(100vh - 400px);overflow:auto}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_currentLocation__a34YI{padding:0 18.5px}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_currentLocation__a34YI:after{content:"";display:block;clear:both}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_currentLocation__a34YI p{font-size:16px;line-height:20px;color:#333;margin-bottom:4px}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_currentLocation__a34YI div{background:#f1f2f4;border-radius:6px;line-height:40px;font-size:16px;color:#333;float:left;padding:0 12px 0 6px;margin-top:16px;cursor:default}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis .channel_currentLocation__a34YI div img{width:30px;vertical-align:-10px}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis dl{margin-top:4px}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis dl:after{content:"";display:block;clear:both}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis dl dt{font-size:16px;line-height:20px;color:#acacac;margin-bottom:8px;padding-left:18.5px}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis dl dd{background:#f1f2f4;border-radius:6px;line-height:40px;font-size:16px;float:left;padding:0 24px;margin:12px 18.5px;color:#333;cursor:pointer}.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis dl .channel_current__v4JUf,.channel_cityChoiceWrap__5Wwqi .channel_cityChoice__mxLis dl dd:hover{color:#fff;background:#0f63f8}.channel_link_cq__VwA_7{width:1200px;margin:0 auto}.channel_live_forecast__tslfM{height:122px;background:#fff;box-shadow:0 0 4px 0 hsla(0,0%,57%,.2);border-radius:2px;display:flex;flex-direction:row;align-items:center;padding-right:15px;margin-bottom:20px}.channel_live_forecast__tslfM .channel_left__OO_bY{width:104px;display:flex;flex-direction:column;border-right:1px solid #e0e0e0;align-items:center;padding:12px 0}.channel_live_forecast__tslfM .channel_left__OO_bY .channel_logo__hostM{width:74px;height:17px;background:url(https://static1.tidenews.com.cn/_next/static/media/foreshow_logo.70feecbd.png) no-repeat 50%/100%;margin-bottom:16px}.channel_live_forecast__tslfM .channel_left__OO_bY .channel_tips__Ca4jj{font-size:12px;font-family:PingFangSC,PingFang SC;font-weight:400;color:#484848;line-height:17px;text-align:center}.channel_live_forecast__tslfM .channel_right__yvAbm{margin-left:15px;flex:1 1;height:82px;overflow:hidden}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_marquee__2oWdP{width:100%;height:100%}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r{cursor:pointer;display:flex;flex-direction:row;overflow:hidden;align-items:center}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r .channel_item_left__V4UVE{flex:none;height:82px;width:145px;overflow:hidden}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r .channel_item_left__V4UVE img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r .channel_item_right__e_gPA{flex:1 1;margin-left:20px;display:flex;flex-direction:column;overflow:hidden}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r .channel_item_right__e_gPA .channel_title__fyHJY{margin-bottom:10px;font-size:18px;font-family:PingFangSC,PingFang SC;font-weight:400;color:#333;line-height:26px}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r .channel_item_right__e_gPA .channel_tag_wrapper__zGWx6{font-size:14px;font-family:PingFangSC,PingFang SC;font-weight:400;color:#999;line-height:20px}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r .channel_item_right__e_gPA .channel_tag_wrapper__zGWx6 span{margin-right:25px}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r i{position:absolute;left:0;top:7px;width:12px;height:12px;border-radius:6px;border:3px solid #0f63f8}.channel_live_forecast__tslfM .channel_right__yvAbm .channel_item__PGW9r .channel_title__fyHJY{font-size:18px;font-family:PingFangSC,PingFang SC;font-weight:300;color:#333;line-height:26px}.channel_backOld__ZlfyS{position:fixed;z-index:999;right:calc(5% + 5px);top:50%;transform:translateY(-50%);margin-top:-50px;width:40px;height:40px;background:#fff;box-shadow:0 0 4px 0 rgba(138,154,187,.2);border:1px solid #f0f0f0;font-size:12px;font-family:PingFang-SC;font-weight:700;color:#333;line-height:14px;letter-spacing:2px;cursor:pointer;overflow:hidden;text-align:center;padding:6px 0}.channel_has_more__ylSLf{padding:20px 0;text-align:center;font-size:16px}.area_selected_area__kwh_D{display:flex;justify-content:space-between;align-items:center;padding:.22rem .3rem 0}.area_selected_area__kwh_D span:nth-child(2){display:flex;justify-content:center;align-items:center}.area_selected_area__kwh_D span:nth-child(2) i{width:.2rem;height:.16rem;margin-right:.075rem;background:url(https://static1.tidenews.com.cn/_next/static/media/icon_changecity.e12d9a53.png) no-repeat 50%/contain}.area_switch_city__Mgy_0{width:1.64rem;height:.42rem;border-radius:.21rem;border:.5px solid #bfbfbf;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.24rem;color:#0f63f8;text-align:left;font-style:normal}.area_wrap_areas__KSDqk{position:sticky;left:0;top:2rem;padding:.22rem .3rem 0;background-color:#f8f8f8;overflow-x:auto;z-index:900}.area_wrap_areas__KSDqk::-webkit-scrollbar{display:none}.area_wrap_areas__KSDqk ul{display:flex;width:-moz-fit-content;width:fit-content;flex-wrap:wrap}.area_wrap_areas__KSDqk ul li{display:block;height:.44rem;margin-right:.2rem;margin-bottom:.2rem;padding:0 .2rem;line-height:.4rem;text-align:center;font-size:.24rem;color:#151515;background-color:rgba(15,99,248,.122);border-radius:.04rem;white-space:nowrap;border:1px solid rgba(15,99,248,.15)}.area_wrap_areas__KSDqk ul li.area_areas_current__lk7j2{color:#fff;background-color:#0f63f8;border-color:#0f63f8}.area_areas__7NOc4{position:sticky;left:0;top:2rem;height:.88rem;padding:.22rem .3rem;background-color:#f8f8f8;overflow-x:auto;z-index:900}.area_areas__7NOc4::-webkit-scrollbar{display:none}.area_areas__7NOc4 ul{display:flex;width:-moz-fit-content;width:fit-content}.area_areas__7NOc4 ul li{display:block;height:.44rem;margin-right:.2rem;padding:0 .2rem;line-height:.4rem;text-align:center;font-size:.24rem;color:#151515;background-color:rgba(15,99,248,.122);border-radius:.04rem;white-space:nowrap;border:1px solid rgba(15,99,248,.15)}.area_areas__7NOc4 ul li.area_areas_current__lk7j2{color:#fff;background-color:#0f63f8;border-color:#0f63f8}.area_selected_panel__UK_8e{display:none;flex-direction:column;position:fixed;left:0;top:0;z-index:999;width:100%;height:100vh;overflow-y:auto;background-color:#eee}.area_selected_panel_area__vinuj{position:relative;height:1.88rem;padding:.36rem .3rem;background-color:#fff}.area_selected_panel_area__vinuj span:first-child{font-size:.28rem}.area_selected_panel_area__vinuj span:nth-child(2){display:flex;align-items:center;width:-moz-fit-content;width:fit-content;height:.6rem;margin-top:.24rem;padding-right:.27rem;padding-left:.15rem;font-size:.24rem;background-color:#f0f0f0}.area_selected_panel_area__vinuj span:nth-child(2) i{width:.36rem;height:.44rem;margin-right:.075rem;background:url(https://static1.tidenews.com.cn/_next/static/media/icon_loc.a6950b85.png) no-repeat 50%/contain}.area_selected_panel_area__vinuj>i{position:absolute;right:.15rem;top:.15rem;width:.88rem;height:.88rem;text-align:center;line-height:.88rem;font-style:normal;font-size:.4rem}.area_selected_panel_areas__UohDz{flex:1 1;margin-top:.2rem;background-color:#fff;padding-bottom:120px}.area_selected_panel_areas__UohDz h6{display:flex;justify-content:space-between;align-items:center;font-size:.28rem;font-weight:400}.area_selected_panel_areas__UohDz h6 i{width:.36rem;height:.36rem;background:url(https://static1.tidenews.com.cn/_next/static/media/switch_city_down.5febbf04.png) no-repeat 50%/contain}.area_selected_panel_group__TmliB{min-height:1rem;margin:0 .3rem;line-height:1rem;border-bottom:1px solid #eee}.area_selected_panel_group__TmliB ul{margin:0 -.3rem;list-style:none}.area_selected_panel_group__TmliB ul li{padding:0 .6rem;line-height:.8rem}.area_selected_panel_group_current__JbJcF{background-color:#e8edf2}