:root{--base-popup-border-radius:0.42667rem}.base-popup{background-color:#fff;position:fixed;-webkit-overflow-scrolling:touch;transition:transform .3s ease-in-out;max-height:100%;overflow-y:auto}.base-popup--bottom{width:100%;left:0;bottom:0}.base-popup--bottom.base-popup--round{border-top-left-radius:var(--base-popup-border-radius);border-top-right-radius:var(--base-popup-border-radius)}.base-popup--bottom-slide-enter-from,.base-popup--bottom-slide-leave-active{transform:translate3d(0,100%,0)}.base-popup--top{width:100%;left:0;top:0}.base-popup--top.base-popup--round{border-bottom-left-radius:var(--base-popup-border-radius);border-bottom-right-radius:var(--base-popup-border-radius)}.base-popup--top-slide-enter-from,.base-popup--top-slide-leave-active{transform:translate3d(0,-100%,0)}.base-popup--left{height:100vh;left:0;top:0}.base-popup--left.base-popup--round{border-top-right-radius:var(--base-popup-border-radius);border-bottom-right-radius:var(--base-popup-border-radius)}.base-popup--left-slide-enter-from,.base-popup--left-slide-leave-active{transform:translate3d(-100%,0,0)}.base-popup--right{height:100vh;right:0;top:0}.base-popup--right.base-popup--round{border-top-left-radius:var(--base-popup-border-radius);border-bottom-left-radius:var(--base-popup-border-radius)}.base-popup--right-slide-enter-from,.base-popup--right-slide-leave-active{transform:translate3d(100%,0,0)}.base-popup--center{left:50%;top:50%;transform:translate3d(-50%,-50%,0);background-color:transparent}.base-popup--center.base-popup--round{border-radius:var(--base-popup-border-radius)}.base-overlay{background-color:var(--mask-bg);width:100vw;height:100vh;overflow:hidden;position:fixed;left:0;top:0}:root{--base-dialog-max-height:70vh}.base-dialog{--base-popup-border-radius:0.32rem;width:8.16rem;background-color:var(--bg-2)!important;transition-property:transform,opacity!important;backface-visibility:hidden;padding-top:.42667rem}.base-dialog__title{width:100%;box-sizing:border-box}.base-dialog__message,.base-dialog__title{color:var(--text-1);padding:.16rem .64rem;text-align:center}.base-dialog__message{white-space:pre-wrap;word-wrap:break-word;max-height:var(--base-dialog-max-height);overflow-y:auto}.base-dialog__button-group{width:100%;box-sizing:border-box;margin-top:.42667rem;display:flex;align-items:center}.base-dialog__button-group .button{color:var(--text-2);position:relative;width:50%;flex:1;height:1.49333rem;display:flex;align-items:center;justify-content:center;user-select:none}.base-dialog__button-group .button.hairline--left:after{top:calc(-50% + .64rem);bottom:calc(-50% + .64rem)}.base-dialog__button-group .button:first-child.hairline--left:after{display:none}.base-dialog__button-group .button:active:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:var(--fill-5);opacity:.1}.base-dialog.base-dialog-slide-enter-from{transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.base-dialog.base-dialog-slide-leave-active{transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.base-slider{position:relative;height:.13333rem;background-color:#ebedf0;border-radius:.06667rem;cursor:pointer;width:100%}.base-slider--disabled{cursor:not-allowed;opacity:.5}.base-slider:before{content:"";width:100%;position:absolute;top:0;right:0;bottom:0;left:0}.base-slider__content{border-radius:inherit;background-color:#ea2c2a;left:0;position:absolute;height:100%}.base-slider__content .float{right:0;transform:translate3d(50%,-50%,0);position:absolute;top:50%;cursor:grab}.base-slider__content .float__button{width:.64rem;height:.64rem;box-shadow:0 0 .16rem 0 rgba(233,35,36,.6);border-radius:50%;background-color:#fff;transform:scale(.5)}.base-text-ellipsis{width:100%;overflow-wrap:break-word;white-space:pre-wrap;word-break:break-all}.base-text-ellipsis .after{display:inline-flex;align-items:center;white-space:nowrap}.base-icon{display:flex;flex-shrink:0}.base-icon svg{height:100%;width:100%;overflow:visible}:root{--toast-inset-top:0.42667rem;--toast-inset-bottom:1.70667rem}.base-toast{--base-popup-border-radius:0.16rem;min-width:2.29333rem;width:max-content;max-width:calc(var(--max-width, 100%) - 1.06667rem);background-color:var(--toast-bg)!important;display:flex;align-items:center;justify-content:center;padding:.21333rem .32rem;box-sizing:border-box}.base-toast__message{color:var(--text-6);white-space:pre-wrap;word-wrap:break-word;text-align:center}.base-toast>:nth-child(2){margin-left:.16rem}.base-toast.base-toast--vertical{flex-direction:column;padding:.32rem .74667rem;max-width:4.16rem;min-width:2.34667rem}.base-toast.base-toast--vertical>:nth-child(2){margin-left:0;margin-top:.10667rem}.base-toast.base-toast--top{top:var(--toast-inset-top);transform:translate3d(-50%,0,0)}.base-toast.base-toast--bottom{top:auto;bottom:var(--toast-inset-bottom);transform:translate3d(-50%,0,0)}.base-toast.base-toast--loading .base-icon svg{animation:loading-rotate 1s steps(24) infinite}.base-toast-overlay{background-color:transparent!important}.base-video-player.base-video-player--vertical,.base-video-player.base-video-player--vertical>.base-video-player__container{width:100%;height:13.33333rem}.base-video-player.base-video-player--horizontal,.base-video-player.base-video-player--horizontal>.base-video-player__container{width:100%;height:5.62667rem}.base-video-player__container{position:relative;background-color:#000;transition:all .3s;z-index:4000;overflow:hidden}.base-video-player__container .play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9999}.base-video-player__container.base-video-player__container--horizontal{position:fixed;z-index:99999;transform:rotate(90deg);left:calc(50% - 50vh);top:calc(50% - 50vw);width:100vh!important;height:100vw!important}.base-video-player__container.base-video-player__container--horizontal .controls{padding-bottom:.64rem;padding-top:.96rem}.base-video-player__container.base-video-player__container--horizontal .controls__slider{width:calc(100vh - .96rem);position:fixed;left:.48rem;top:.21333rem}.base-video-player__container.base-video-player__container--vertical{position:fixed;z-index:99999;left:0;top:0;width:100vw!important;height:100vh!important}.base-video-player__container.base-video-player__container--vertical .controls{padding-bottom:.64rem}.base-video-player__container video{width:100%;height:100%}.base-video-player__container .loading{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9999}.base-video-player__container .loading__icon{position:relative;margin-bottom:.16rem}.base-video-player__container .loading__icon .icon-ref{width:.82667rem;height:.82667rem;background:url(../../static/img/icon_ref.fe75215a.png) no-repeat 50%;background-size:100% 100%;animation:rotate 1s linear infinite}.base-video-player__container .loading__icon .icon-niu{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:.48rem;height:.48rem;background:url(../../static/img/icon_niu.cbad7170.png) no-repeat 50%;background-size:100% 100%}.base-video-player__container .loading__text{font-size:.4rem;font-weight:500;color:#fff;line-height:1.5;text-shadow:0 0 .08rem rgba(0,0,0,.652)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.base-video-player__container .controls{width:100%;padding:.42667rem;position:absolute;left:0;bottom:0;z-index:99;display:flex;align-items:center;overflow:hidden;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.15),rgba(0,0,0,.3),rgba(0,0,0,.45));transform:translateZ(0);transition:transform .4s ease-in-out;box-sizing:border-box}.base-video-player__container .controls .base-icon{flex-shrink:0;margin-left:.42667rem}.base-video-player__container .controls .base-icon:first-child{margin-left:0}.base-video-player__container .controls__time{font-size:.32rem;color:#fff;flex-shrink:0;width:1.6rem;text-align:center}.base-video-player__container .controls__slider-fixed{width:100%}.base-video-player__container .controls .van-popover__wrapper{font-size:.32rem;color:#fff;flex-shrink:0;width:auto;cursor:pointer}.base-video-player__container .controls-slide-enter-from,.base-video-player__container .controls-slide-leave-active{transform:translate3d(0,100%,0)}.controls-rate-popover{z-index:100000!important;--van-popover-action-width:1.6rem;--van-popover-action-height:0.85333rem;--van-popover-action-font-size:0.32rem;--van-popover-action-line-height:1.5;--van-popover-dark-background-color:rgba(31,31,31,0.88);--van-popover-dark-action-disabled-text-color:#fff}.controls-rate-popover.horizontal{transform:rotate(90deg) translate(35%,-15%)}.controls-rate-popover .van-popover__action{padding:0 .21333rem}.controls-rate-popover .van-popover__action--disabled{background-color:hsla(0,0%,100%,.125)}.controls-rate-popover .van-popover__action .van-hairline--bottom:after{top:auto;bottom:0;transform:scaleY(.1) scaleX(.5);border-color:hsla(0,0%,100%,.696)}.base-audio-player{display:flex;height:1.28rem;align-items:center;border-radius:.16rem;padding:0 .32rem;border:.01333rem solid #e5e5e5;touch-action:none}.base-audio-player .base-slider{margin-left:.42667rem}.base-audio-player__icon{width:.72rem;height:.72rem;display:block;flex-shrink:0;object-fit:contain}.base-audio-player__time{color:#999;font-size:.29333rem;width:2.13333rem;white-space:nowrap;flex-shrink:0;text-align:right}.base-badge{position:relative;display:inline-flex}.base-badge__content{position:absolute;display:inline-flex}.base-badge__content--top-right{top:0;right:0}.base-badge__content--top-left{top:0;left:0}.base-badge__content--bottom-right{bottom:0;right:0}.base-badge__content--bottom-left{bottom:0;left:0}.base-badge__content .badge-dot{background-color:var(--primary-1);width:.26667rem;height:.26667rem;display:flex;border-radius:50%}.base-badge__content .badge-text{box-sizing:border-box;min-width:.45333rem;line-height:1.5;padding:0 .10667rem;background-color:var(--primary-1);border-radius:13.32rem;color:#fff;white-space:nowrap;text-align:center}:root{--loading-screen-bg:var(--bg-2)}.base-loading{display:flex;align-items:center}.base-loading .animate{width:.50667rem;height:.50667rem}.base-loading .animate svg{animation:loading-rotate 1s steps(12) infinite}.base-loading span{color:var(--text-3)}.base-loading--screen{width:100%;height:100vh;justify-content:center;background-color:var(--loading-screen-bg)}.base-loading--vertical{flex-direction:column}.base-loading--vertical span{margin-top:.16rem}.base-loading--horizontal span{padding-left:.16rem}@keyframes loading-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--state-empty-image:url(../../static/img/default.faaa33bf.png);--state-auth-image:url(../../static/img/auth.2deb4701.png)}:root[data-theme=dark]{--state-empty-image:url(../../static/img/default-dark.3aa807dc.png);--state-auth-image:url(../../static/img/auth-dark.f58c3d70.png)}.base-state{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:.74667rem 0;background-color:var(--bg-2);border-radius:.21333rem;margin:.32rem;width:calc(100% - .64rem)}.base-state--large .base-state__image{width:4.58667rem;height:2.82667rem}.base-state--empty .base-state__image{background-image:var(--state-empty-image)}.base-state--auth .base-state__image{background-image:var(--state-auth-image)}.base-state__image{width:3.46667rem;height:2.13333rem;background:var(--state-empty-image) no-repeat 50%;background-size:100% 100%}.base-state__description{margin-top:.64rem;padding:0 .42667rem;color:var(--text-3);flex-direction:column;white-space:pre-wrap}.base-state__button,.base-state__description{display:flex;justify-content:center;align-items:center}.base-state__button{margin-top:.32rem;padding:.16rem .32rem;border-radius:.10667rem;background:var(--fill-alpha-2);color:var(--text-1)}.checkbox{display:flex}.checkbox_icon img{width:.42667rem;height:.42667rem;display:block;margin-top:.05333rem}.checkbox_slot{width:100%;padding:0 .88rem 0 .16rem}.base-tag{display:inline-flex;box-sizing:border-box;align-items:center;flex-shrink:0;max-width:100%}.base-tag--border{position:relative}.base-tag--border:after{position:absolute;box-sizing:border-box;content:"";pointer-events:none;border:1px solid;top:0;right:0;bottom:0;left:0;border-radius:.05333rem}.base-tag--micro{padding:.05333rem}.base-tag--micro span{line-height:1;font-size:.24rem}.base-tag--mini{padding:0 .08rem}.base-tag--small{padding:0 .10667rem}.base-tag--middle{padding:.05333rem .21333rem;border-radius:.05333rem}.base-tag--large{padding:.10667rem .21333rem}.base-tag--large:after{border-radius:.10667rem}.base-tag--square{border-radius:.05333rem}.base-tag--square.base-tag--large,.base-tag--square.base-tag--large:after{border-radius:.10667rem}.base-tag--mark{border-radius:.02667rem .02667rem .13333rem .02667rem}.base-tag--mark.base-tag--mini{padding:0 .05333rem}.base-tag--mark.base-tag--large:after{border-radius:.02667rem .02667rem .13333rem .02667rem}.base-action-sheet{padding-top:.42667rem}.base-action-sheet__title{color:var(--text-1);height:.93333rem;display:flex;justify-content:center;align-items:center}.base-action-sheet-grid__button,.base-action-sheet-picker__button{display:flex;height:1.49333rem;justify-content:center;align-items:center;border-top:.16rem solid var(--bg-1)}.base-action-sheet__close{position:absolute;top:.32rem;right:.32rem}.base-action-sheet-grid__content{width:100%;display:flex;flex-wrap:wrap}.base-action-sheet-grid__content .base-action-sheet-grid-button{width:25%;display:flex;justify-content:center;align-items:center;flex-direction:column;height:2.48rem}.base-action-sheet-grid__content .base-action-sheet-grid-button span{color:var(--text-1);margin-top:.21333rem}.base-list{width:100%;box-sizing:border-box}.base-list__error,.base-list__finished,.base-list__loading{display:flex;align-items:center;width:100%;justify-content:center;color:var(--text-2);box-sizing:border-box;padding:.32rem}.base-list__error:empty,.base-list__finished:empty,.base-list__loading:empty{padding:0}.base-list__content:empty{display:none}.base-list__placeholder{height:0;pointer-events:none}.content-operation{padding:.64rem .42667rem 0;display:flex;flex-direction:column;width:100%;box-sizing:border-box;border-top:.22667rem solid var(--bg-1);margin-bottom:.21333rem}.content-operation__title{font-size:.37333rem;color:#999;line-height:.48rem;margin-bottom:.37333rem}.content-operation__component{width:100%;display:flex;flex-direction:column}.content-operation__component .banner{width:100%;height:2.13333rem;background:#d8d8d8;border-radius:.21333rem}.content-operation__component .line{padding-top:.37333rem}.content-operation__component .link{font-size:.42667rem;color:#5e86d5;line-height:.64rem;word-break:break-all}.content-operation__component .operate-point{display:flex;flex-direction:column;width:100%}.content-operation__component .operate-point .operate-point__header{display:flex;align-items:center;width:100%}.content-operation__component .operate-point .operate-point__header .avatar{width:.96rem;height:.96rem;border-radius:50%;margin-right:.26667rem;flex-shrink:0}.content-operation__component .operate-point .operate-point__header .title{font-size:.37333rem;font-weight:500;color:#333;line-height:1;margin-right:.21333rem}.content-operation__component .operate-point .operate-point__header .label{font-size:.32rem;color:#999;line-height:.32rem;flex:1}.content-operation__component .operate-point .operate-point__header .follow{width:1.70667rem;height:.64rem;border:.01333rem solid #ccc;border-radius:.32rem;display:flex;align-items:center;justify-content:center;font-size:.32rem;font-weight:500;color:#222;line-height:1;padding:0;background:transparent;box-sizing:border-box}.content-operation__component .operate-point .operate-point__header .follow.active{background:#f8f8f8;color:#b9b9b9;border-color:#f8f8f8}.content-operation__component .operate-point .dynamic-item{padding:.21333rem 0 .37333rem}.content-operation__component .operate-point .dynamic-item .extra__info,.content-operation__component .operate-point .dynamic-item:after{display:none}.content-operation__component .operation-position{height:.96rem;background:#f8f8f8;border-radius:.16rem;padding:.21333rem .26667rem;display:flex;align-items:center;box-sizing:border-box}.content-operation__component .operation-position .label{background:#e85151;border-radius:.05333rem;color:#fff;font-weight:500;font-size:.32rem;line-height:1;padding:.05333rem .08rem;flex-shrink:0}.content-operation__component .operation-position .content{font-size:.37333rem;color:#666;line-height:1.4;margin-left:.16rem;margin-right:.26667rem;flex:1}.content-operation__component .operation-position .icon{flex-shrink:0}.content-operation__component .operation-position .icon img{width:.4rem;height:.4rem}.share-button{display:flex;align-items:center}.share-button img{width:.48rem;height:.48rem;margin-right:.10667rem}.share-button span{font-size:.37333rem;color:#666}.share-button span.active{color:#e92424}.thumb-button{display:flex;align-items:center}.thumb-button img{width:.48rem;height:.48rem;margin-right:.10667rem}.thumb-button span{font-size:.37333rem;color:#666}.thumb-button span.active{color:#e92424}.comment-field{padding:.53333rem .4rem .32rem;display:flex;flex-direction:column;align-items:flex-end;background-color:var(--bg-2)}.comment-field__input{width:100%;border-radius:.13333rem;margin-bottom:.64rem;display:flex;background:var(--fill-1);flex-direction:column}.comment-field__input textarea{width:100%;font-size:.42667rem;color:var(--text-1);line-height:.53333rem;background:var(--fill-1);min-height:2.24rem;max-height:2.24rem;border:0;padding:.32rem .32rem 0;box-sizing:border-box;word-break:break-all;resize:none}.comment-field__input span{text-align:right;color:var(--text-2);margin:.21333rem .32rem}.comment-field__agreement{width:100%;margin-top:-.32rem;margin-bottom:.32rem;display:inline-flex;align-items:center;font-size:.37333rem;color:var(--text-1);white-space:nowrap}.comment-field__agreement img{width:.48rem;height:.48rem;margin-right:.10667rem;flex-shrink:0}.comment-field__agreement span{color:var(--link-1)}.comment-field__confirm{width:1.70667rem;height:.64rem;background:var(--primary-1);border-radius:.32rem;font-size:.32rem;font-weight:500;text-align:center;color:var(--text-6);line-height:.64rem;padding:0;border:0}.comment-field__confirm:disabled{background:var(--primary-3)}.comment-button{display:flex;align-items:center}.comment-button img{width:.48rem;height:.48rem;margin-right:.10667rem}.comment-button span{font-size:.37333rem;color:var(--text-2)}.comment-button span.active{color:var(--primary-1)}.content-comment{border-top:.22667rem solid var(--bg-1)}.content-comment__main{padding-top:.32rem}.content-comment__main .content-comment-title{color:var(--text-1);padding:0 .32rem;margin-bottom:.21333rem}.content-comment__main .content-comment-title span{font-size:.37333rem;font-weight:400;line-height:.53333rem}.content-comment__main .comment-item{padding:.37333rem 0;margin:0 auto;width:calc(100% - .85333rem)}.content-comment__main .comment-item:last-child:after{display:none}.content-comment__main .comment-item__header{display:flex;align-items:center;padding-bottom:.16rem}.content-comment__main .comment-item__header img{width:.96rem;height:.96rem;border-radius:50%}.content-comment__main .comment-item__header span{text-align:left;color:var(--text-1);margin-left:.32rem;flex:1}.content-comment__main .comment-item__content{color:var(--text-1);word-wrap:break-word;margin-top:.21333rem}.content-comment__main .comment-item__reply{background:var(--fill-alpha-1);border-radius:.16rem;padding:.26667rem .32rem;margin-top:.32rem}.content-comment__main .comment-item__reply .reply-comment{margin-top:.26667rem}.content-comment__main .comment-item__reply .reply-comment:first{margin-top:0}.content-comment__main .comment-item__reply .reply-comment__header{display:flex;align-items:center;padding-bottom:.10667rem}.content-comment__main .comment-item__reply .reply-comment__header img{width:.64rem;height:.64rem;border-radius:50%}.content-comment__main .comment-item__reply .reply-comment__header span{color:var(--text-2);margin-left:.21333rem;flex:1}.content-comment__main .comment-item__reply .reply-comment__content{color:var(--text-1);word-wrap:break-word}.content-comment__main .comment-item__reply .reply-comment__content span{color:var(--text-2)}.content-comment__main .comment-item__reply .reply-comment__sub{display:flex;align-items:center;justify-content:space-between;margin-top:.21333rem}.content-comment__main .comment-item__reply .reply-comment__sub .reply-comment-text{color:var(--text-3)}.content-comment__main .comment-item__reply .reply-comment__sub .reply-comment-icon{display:flex;align-items:center}.content-comment__main .comment-item__reply .reply-comment__sub .reply-comment-icon__action{margin-left:.53333rem;display:flex;align-items:center}.content-comment__main .comment-item__reply .reply-comment__sub .reply-comment-icon__action:first-child{margin-left:0}.content-comment__main .comment-item__reply .reply-comment__sub .reply-comment-icon__action .delete-btn{font-size:.32rem;color:#999;line-height:.48rem;font-weight:400;flex-shrink:0}.content-comment__main .comment-item__reply .reply-comment__sub .reply-comment-icon__action__button{display:flex;align-items:center;color:var(--text-2)}.content-comment__main .comment-item__reply .reply-comment__sub .reply-comment-icon__action__button span{margin-left:.10667rem;white-space:nowrap}.content-comment__main .comment-item__sub{display:flex;align-items:center;justify-content:space-between;margin-top:.37333rem}.content-comment__main .comment-item__sub .sub-text{color:var(--text-3)}.content-comment__main .comment-item__sub .sub-icon{display:flex;align-items:center}.content-comment__main .comment-item__sub .sub-icon__action{margin-left:.53333rem;display:flex;align-items:center}.content-comment__main .comment-item__sub .sub-icon__action:first-child{margin-left:0}.content-comment__main .comment-item__sub .sub-icon__action .delete-btn{font-size:.32rem;color:#999;line-height:.48rem;font-weight:400;flex-shrink:0}.content-comment__main .comment-item__sub .sub-icon__action__button{display:flex;align-items:center;color:var(--text-2)}.content-comment__main .comment-item__sub .sub-icon__action__button span{margin-left:.10667rem;white-space:nowrap}.content-comment__disclaimers{margin:0 auto;padding:.32rem 0;width:calc(100% - .85333rem)}.content-comment__disclaimers .content{font-size:.32rem;color:#b9b9b9;line-height:.48rem;text-align:justify}.content-comment__disclaimers .content span{color:#c69546}.action-bar-container[data-v-5de5585f]{height:calc(1.81333rem + env(safe-area-inset-bottom));box-sizing:content-box}.action-bar[data-v-5de5585f]{background-color:#fff;height:1.81333rem;position:fixed;left:50%;transform:translateX(-50%);bottom:0;width:calc(100% - 1.22667rem);box-sizing:content-box;z-index:4001;max-width:calc(var(--max-width) - 1.22667rem);padding:0 .8rem 0 .42667rem}.action-bar[data-v-5de5585f],.action-bar__btn[data-v-5de5585f]{display:flex;align-items:center}.action-bar__btn[data-v-5de5585f]{background-color:var(--bg-1);border-radius:.42667rem;width:5.25333rem;height:.85333rem;color:#666;flex:1;padding-left:.37333rem}.action-bar__btn span[data-v-5de5585f]{font-size:.37333rem;color:#b9b9b9;line-height:.48rem}.action-bar__btn img[data-v-5de5585f]{width:.42667rem;height:.42667rem;margin-right:.10667rem}.action-bar__icon[data-v-5de5585f]{display:flex;align-items:center;flex-direction:column;flex-shrink:0;min-width:.90667rem}.action-bar__icon.mr[data-v-5de5585f]{margin-right:.42667rem}.action-bar__icon img[data-v-5de5585f]{width:.53333rem;height:.53333rem;margin-bottom:.10667rem}.action-bar__icon span[data-v-5de5585f]{font-size:.37333rem;color:#222}.action-bar__icon span.active[data-v-5de5585f]{color:#e92424}.mr-20[data-v-5de5585f]{margin-right:.42667rem}.mr-28[data-v-5de5585f]{margin-right:.37333rem}.report-selector{padding-top:.42667rem}.report-selector__title{color:var(--text-1);height:.93333rem;display:flex;justify-content:center;align-items:center}.report-selector__close{position:absolute;top:.32rem;right:.32rem}.report-selector__button{display:flex;height:1.49333rem;justify-content:center;align-items:center;border-top:.16rem solid var(--bg-1)}.report-selector__tips{padding:.21333rem .32rem;align-items:center;border-radius:.16rem;background:var(--fill-alpha-1);color:var(--text-2);margin:0 .32rem;box-sizing:border-box;width:calc(100% - .64rem)}.report-selector__content{height:60vh;overflow-y:auto}.report-selector__content .report-selector-item{padding:0 .32rem}.report-selector__content .report-selector-item__checked{display:flex;align-items:center;justify-content:space-between;padding:.37333rem 0}.report-selector__content .report-selector-item__checked span{color:var(--text-1)}.report-selector__content .report-selector-item__checked span.active{color:var(--primary-1)}.report-selector__content .report-selector-item__felid{padding:.32rem;border-radius:.21333rem;background:var(--fill-alpha-1);margin-bottom:.32rem}.report-selector__content .report-selector-item__felid textarea{background:transparent;color:var(--text-2);border:0;width:100%;resize:none}.report-selector__content .report-selector-item__felid textarea:placeholder{color:var(--text-4)}.report-selector__content .report-selector-item__felid div{color:var(--text-2);text-align:right}.poster-comment{width:8.53333rem;height:10.93333rem;padding:.64rem .53333rem .42667rem;background:#f3f4f8;box-sizing:border-box;position:relative}.poster-comment__bg{width:2.61333rem;height:2.4rem;position:absolute;right:.53333rem;top:1.06667rem}.poster-comment__header{display:flex;align-items:center}.poster-comment__header img{width:1.12rem;height:1.12rem;border-radius:50%}.poster-comment__header__text{display:flex;flex-direction:column;margin-left:.26667rem}.poster-comment__header__text span:first-child{color:#666;white-space:nowrap}.poster-comment__header__text span:last-child{margin-top:.05333rem;color:#999}.poster-comment__content{background-color:#fff;border-radius:.21333rem;border:.01333rem solid #e5e5e5;margin-top:.82667rem;padding:.53333rem .42667rem;position:relative}.poster-comment__content__arrow{width:1.44rem;height:.45333rem;position:absolute;left:0;top:0;transform:translateY(-98%)}.poster-comment__content__text{padding-bottom:.53333rem;color:#222}.poster-comment__content__text.hairline--bottom:after{border-bottom-width:.04rem!important}.poster-comment__content__title{padding-top:.53333rem;color:#666}.poster-comment__content__title .base-tag{margin-right:.21333rem;transform:translateY(-.02667rem)}.poster-comment__footer{position:absolute;bottom:.42667rem;left:.64rem;width:calc(100% - 1.28rem);display:flex;justify-content:space-between;align-items:center}.poster-comment__footer img:first-child{width:3.54667rem;height:1.06667rem}.poster-comment__footer .base-code:nth-child(2){height:1.06667rem;width:1.06667rem}.content-collapse__main.collapse{position:relative;overflow:hidden}.content-collapse__main.collapse:after{content:"";position:absolute;left:0;bottom:-.01333rem;width:100%;height:1.33333rem;z-index:1;height:3.94667rem;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.content-collapse__main.outside{height:150vh}.content-collapse__tip{height:1.65333rem;display:flex;align-items:center;justify-content:center}.content-collapse__tip button{border:0;font-size:.42667rem;color:#c69546;background:transparent;line-height:.64rem}.content-collapse__plus{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#bfa581;font-family:PingFang SC;font-size:.37333rem;line-height:.56rem}.content-collapse__plus img{width:8.58667rem;height:.72rem}.content-collapse__plus span{margin-top:.21333rem;margin-bottom:.32rem}.content-collapse__plus button{width:calc(100% - .85333rem);border:0;display:flex;padding:.21333rem 0;justify-content:center;align-items:center;border-radius:.10667rem;background:var(---auxiliary_alpha_1,rgba(191,165,129,.14901960784313725))}.fund-item{padding:.16rem .42667rem;min-height:1.49333rem;box-sizing:border-box;justify-content:center;flex-direction:column}.fund-item,.fund-item .main{width:100%;display:flex;align-items:center}.fund-item .main{justify-content:space-between}.fund-item .main .left{width:3.41333rem;flex:2;display:flex;flex-direction:column}.fund-item .main .left__title{color:var(--text-1);margin-bottom:.10667rem}.fund-item .main .left__label{display:flex;align-items:center}.fund-item .main .left__label .tag{background-color:var(--fund-1);border-radius:.02667rem;color:var(--text-6);padding:.04rem .05333rem .01333rem;margin-right:.10667rem}.fund-item .main .left__label .text{color:var(--text-3)}.fund-item .main .center{display:flex;flex-direction:column;align-items:flex-end;flex:1;margin-left:.32rem}.fund-item .main .center__title{font-family:CMSNUMBER;margin-bottom:.10667rem}.fund-item .main .center__label{color:var(--text-3)}.fund-item .main .extra{width:1.6rem;height:.64rem;border-radius:.32rem;font-size:.32rem;color:var(--primary-1);border:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:var(--bg-2);margin-left:.32rem;padding:0;position:relative}.fund-item .main .extra:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;border:.01333rem solid var(--primary-1);border-radius:13.32rem;top:-50%;right:-50%;bottom:-50%;left:-50%;transform:scale(.5)}.fund-item .bottom{width:100%;margin-top:.26667rem;background:var(--fill-alpha-1);border-radius:.16rem;color:var(--text-2);padding:.21333rem .32rem;box-sizing:border-box}.rich-text{padding:.21333rem .42667rem;line-height:.85333rem!important;text-align:justify;word-break:break-all;font-size:.48rem!important;color:#333;user-select:text}.rich-text mp-common-cpsad,.rich-text mp-common-mpaudio,.rich-text mp-common-videosnap,.rich-text mp-style-type{display:none}.rich-text[data-from-id="1000064"] *{padding-left:0!important;padding-right:0!important}.rich-text[data-from-id="1000064"] *,.rich-text[data-from-id="1000143"] *,.rich-text[data-from-id="1000144"] *,.rich-text[data-from-id="1000145"] *{font-size:14pt!important;line-height:1.6!important}.rich-text[data-from-id="1000064"] table,.rich-text[data-from-id="1000143"] table,.rich-text[data-from-id="1000144"] table,.rich-text[data-from-id="1000145"] table{margin-top:.48rem;margin-bottom:.53333rem;font-size:.32rem;color:#666;border-width:.01333rem;border-color:#666;border-collapse:collapse;background:#f2f2f2;display:block;overflow-x:auto}.rich-text[data-from-id="1000064"] table tr td,.rich-text[data-from-id="1000064"] table tr th,.rich-text[data-from-id="1000143"] table tr td,.rich-text[data-from-id="1000143"] table tr th,.rich-text[data-from-id="1000144"] table tr td,.rich-text[data-from-id="1000144"] table tr th,.rich-text[data-from-id="1000145"] table tr td,.rich-text[data-from-id="1000145"] table tr th{padding:.21333rem;border:.01333rem solid #e5e5e5;background-color:#fff;min-width:2.66667rem;max-width:10.13333rem;line-height:1.5;vertical-align:top!important;font-weight:400;box-sizing:content-box}.rich-text[data-from-id="1000064"] table th,.rich-text[data-from-id="1000064"] table tr:first-child td,.rich-text[data-from-id="1000143"] table th,.rich-text[data-from-id="1000143"] table tr:first-child td,.rich-text[data-from-id="1000144"] table th,.rich-text[data-from-id="1000144"] table tr:first-child td,.rich-text[data-from-id="1000145"] table th,.rich-text[data-from-id="1000145"] table tr:first-child td{padding:.21333rem;border:.01333rem solid #e5e5e5;background-color:#f8f8f8}.rich-text[data-from-id="1000064"] table tr:nth-child(2n+3) td,.rich-text[data-from-id="1000143"] table tr:nth-child(2n+3) td,.rich-text[data-from-id="1000144"] table tr:nth-child(2n+3) td,.rich-text[data-from-id="1000145"] table tr:nth-child(2n+3) td{background-color:#f8f8f8}.rich-text[data-from-id="1000064"] table tr th,.rich-text[data-from-id="1000143"] table tr th,.rich-text[data-from-id="1000144"] table tr th,.rich-text[data-from-id="1000145"] table tr th{vertical-align:middle!important;text-align:center}.rich-text[data-from-id="1000064"] table::-webkit-scrollbar,.rich-text[data-from-id="1000143"] table::-webkit-scrollbar,.rich-text[data-from-id="1000144"] table::-webkit-scrollbar,.rich-text[data-from-id="1000145"] table::-webkit-scrollbar{width:.26667rem;height:.13333rem}.rich-text[data-from-id="1000064"] table::-webkit-scrollbar-track,.rich-text[data-from-id="1000143"] table::-webkit-scrollbar-track,.rich-text[data-from-id="1000144"] table::-webkit-scrollbar-track,.rich-text[data-from-id="1000145"] table::-webkit-scrollbar-track{background-color:#f2f2f2;-webkit-border-radius:.16rem;-moz-border-radius:.16rem;border-radius:.16rem}.rich-text[data-from-id="1000064"] table::-webkit-scrollbar-thumb,.rich-text[data-from-id="1000143"] table::-webkit-scrollbar-thumb,.rich-text[data-from-id="1000144"] table::-webkit-scrollbar-thumb,.rich-text[data-from-id="1000145"] table::-webkit-scrollbar-thumb{background-color:#c1c1c1;-webkit-border-radius:.16rem;-moz-border-radius:.16rem;border-radius:.16rem}.rich-text .knew-text{font-size:.42667rem!important;color:#666;line-height:.82667rem}.rich-text a{color:#5e86d5!important}.rich-text *{max-width:100%!important;box-sizing:border-box}.rich-text video{background-color:#000;margin:.48rem 0}.rich-text--sm{font-size:.42667rem!important;line-height:.72rem!important}.rich-text--sm.four-paper p,.rich-text--sm.four-paper section{margin-top:.42667rem!important}.rich-text--lg{font-size:.58667rem!important;line-height:1rem!important}.rich-text--lg.four-paper p,.rich-text--lg.four-paper section{margin-top:.58667rem!important}.rich-text--md{font-size:.53333rem!important;line-height:.90667rem!important}.rich-text--md.four-paper p,.rich-text--md.four-paper section{margin-top:.53333rem!important}.rich-text.four-paper{padding-top:0;white-space:pre-wrap}.rich-text.four-paper p,.rich-text.four-paper section{line-height:170%;margin-top:.48rem;text-indent:2em;text-align:justify;word-break:break-all;word-wrap:break-word;overflow-wrap:break-word}.rich-text.four-paper p.title,.rich-text.four-paper section.title{text-indent:0;font-weight:600}.rich-text.four-paper img{height:auto!important;display:block!important;margin:auto;border-radius:.10667rem}.rich-text.four-paper .img-source{color:#bdbdbd;text-align:center;text-indent:0;margin-top:.21333rem}.rich-text.four-paper table{margin-top:.48rem;margin-bottom:.53333rem;font-size:.32rem;color:#666;border-width:.01333rem;border-color:#666;border-collapse:collapse;background:#f2f2f2;display:block;overflow-x:auto}.rich-text.four-paper table tr td,.rich-text.four-paper table tr th{padding:.21333rem;border:.01333rem solid #e5e5e5;background-color:#fff;min-width:2.66667rem;max-width:10.13333rem;line-height:1.5;vertical-align:top!important;font-weight:400;box-sizing:content-box}.rich-text.four-paper table th,.rich-text.four-paper table tr:first-child td{padding:.21333rem;border:.01333rem solid #e5e5e5;background-color:#f8f8f8}.rich-text.four-paper table tr:nth-child(2n+3) td{background-color:#f8f8f8}.rich-text.four-paper table tr th{vertical-align:middle!important;text-align:center}.rich-text.four-paper table::-webkit-scrollbar{width:.26667rem;height:.13333rem}.rich-text.four-paper table::-webkit-scrollbar-track{background-color:#f2f2f2;-webkit-border-radius:.16rem;-moz-border-radius:.16rem;border-radius:.16rem}.rich-text.four-paper table::-webkit-scrollbar-thumb{background-color:#c1c1c1;-webkit-border-radius:.16rem;-moz-border-radius:.16rem;border-radius:.16rem}.rich-text img[src="https://mmbiz.qpic.cn/mmbiz_gif/HlLt5rdYSZgXX5FLNZLbIHCmXeNCMtCPeKkJGqiaODpCiciaibP8sgud1mGVAZuLLMAibics2Z0ThXLRf5Jtj80jb8Eg/640"]{visibility:hidden;width:0}.rich-text td,.rich-text th{border:1px solid #222}.stock-item{width:100%;height:1.49333rem;padding:0 .42667rem;box-sizing:border-box;display:flex;align-items:center}.stock-item .left{width:3.41333rem;flex:2;display:flex;flex-direction:column}.stock-item .left__title{color:var(--text-1);margin-bottom:.10667rem}.stock-item .left__label{display:flex;align-items:center}.stock-item .left__label .tag{background-color:var(--primary-1);border-radius:.02667rem;color:var(--text-6);padding:.04rem .05333rem .01333rem;margin-right:.10667rem}.stock-item .left__label .tag_1{background-color:var(--auxiliary-1)}.stock-item .left__label .text{color:var(--text-3)}.stock-item .center{width:1.76rem;display:flex;flex-direction:column;align-items:flex-end;flex:1;margin-left:.32rem}.stock-item .center__title{font-family:CMSNUMBER;margin-bottom:.10667rem}.stock-item .extra{width:1.6rem;height:.64rem;border-radius:.32rem;border:none;font-size:.32rem;color:var(--primary-1);display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:var(--bg-2);margin-left:.32rem;padding:0;position:relative}.stock-item .extra:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;border:.01333rem solid var(--primary-1);border-radius:13.32rem;top:-50%;right:-50%;bottom:-50%;left:-50%;transform:scale(.5)}.stock-item .extra.active{background:var(--fill-alpha-1);color:var(--text-3)}.stock-item .extra.active:after{border:.01333rem solid var(--fill-alpha-1)}.account-label{background:linear-gradient(98deg,var(--index-bg-gradient-1),var(--index-bg-gradient-2));margin:.21333rem .42667rem;border-radius:.10667rem;display:flex;padding:.16rem .21333rem;flex-direction:column;align-items:flex-start;position:relative}.account-label__btn{position:absolute;top:.16rem;right:.21333rem;color:var(--text-3)}.account-label__item{margin-bottom:.21333rem;display:flex;align-items:center}.account-label__item:last-child{margin-bottom:0}.account-label__item span{font-size:.32rem;line-height:.48rem;margin-right:.21333rem}.account-label__item span:first-child{font-weight:500;color:var(--text-1)}.account-label__item span:nth-child(2){font-family:CMSNUMBER}.account-label__item span:nth-child(3){padding:.05333rem .08rem;border-radius:.05333rem;border:.01333rem solid var(--border-3);color:var(--text-3);line-height:.26667rem}.vote-view{margin:.21333rem .42667rem;padding:.26667rem .32rem;border:.01333rem solid #e5e5e5;border-radius:.21333rem;color:#222;font-size:.37333rem;line-height:1.5;background-color:#f8f8f8}.vote-view .vote_content .vote_title{font-size:.42667rem;font-weight:500}.vote-view .vote_content .vote_number{font-size:.32rem;padding:.10667rem 0 .22667rem;color:#999}.vote-view .vote_content .vote_item{margin-bottom:.26667rem;font-size:.37333rem;background-color:#fff;border:.02667rem solid #f5f5f5;border-radius:.21333rem;overflow:hidden}.vote-view .vote_content .vote_item .vote_item_title{width:100%;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.vote-view .vote_content .vote_item_checkbox,.vote-view .vote_content .vote_item_radio{padding:.21333rem 0 .21333rem .16rem}.vote-view .vote_content .vote_item_checkbox .vote_item_img,.vote-view .vote_content .vote_item_radio .vote_item_img{display:inline-block;margin-top:.21333rem}.vote-view .vote_content .vote_item_checkbox .vote_item_img img,.vote-view .vote_content .vote_item_radio .vote_item_img img{display:block;border-radius:.10667rem;width:2.22667rem;height:1.68rem}.vote-view .vote_content .vote_item_result{position:relative;display:flex}.vote-view .vote_content .vote_item_result.vote_item_checked{color:#e93a40}.vote-view .vote_content .vote_item_result.vote_item_checked .vote_item_rate{width:0;background-color:#feeeee}.vote-view .vote_content .vote_item_result.vote_item_checked .vote_item_text .vote_item_count{color:#e93a40!important}.vote-view .vote_content .vote_item_result .vote_item_rate{width:0;transition:all 2s;position:absolute;height:100%;background-color:#eee;z-index:1;top:0;left:0}.vote-view .vote_content .vote_item_result .vote_item_content{order:1;z-index:88;width:100%;height:100%;padding:.21333rem 0 .21333rem .32rem}.vote-view .vote_content .vote_item_result .vote_item_content .vote_item_text{display:flex}.vote-view .vote_content .vote_item_result .vote_item_content .vote_item_text .vote_item_title{width:80%}.vote-view .vote_content .vote_item_result .vote_item_content .vote_item_text .vote_item_count{width:20%;color:#999;text-align:center}.vote-view .vote_content .vote_item_result .vote_item_content .vote_item_img{display:inline-block;margin-top:.21333rem}.vote-view .vote_content .vote_item_result .vote_item_content .vote_item_img img{display:block;border-radius:.10667rem;width:2.22667rem;height:1.68rem}.vote-view .vote_content .vote_btn{font-size:.42667rem;font-weight:300;color:#c69546;padding:.10667rem 0;text-align:center}.vote-view .vote_content .vote_btn_over{color:#999}.feed-label{border:0;background:transparent;display:flex;padding:0;max-width:100%}.feed-label .mr-16{margin-right:.21333rem}.feed-label .mr-8{margin-right:.10667rem}html[data-size=s] .feed-label .base-icon{zoom:20/24}html[data-size=m] .feed-label .base-icon{zoom:24/24}html[data-size=l] .feed-label .base-icon{zoom:28/24}html[data-size=xl] .feed-label .base-icon{zoom:32/24}.previewImg{padding:0 .42667rem}.previewImg .new-stock-view{position:relative;display:flex;flex-direction:column;min-height:5.33333rem}.previewImg .new-stock-view .txt-center{text-align:center}.previewImg .new-stock-view .border-blue{border:.01333rem solid #97cdfa}.previewImg .new-stock-view .border-red{border:.01333rem solid #ffb2b2}.previewImg .new-stock-view .border-orange{border:.01333rem solid #ffbeb2}.previewImg .new-stock-view .table-title{color:#fff;min-height:1.57333rem}.previewImg .new-stock-view .table-title .cell{padding:.14667rem .13333rem}.previewImg .new-stock-view .table-tr{border-top:0;align-items:center;color:#2e2e2e;flex:1}.previewImg .new-stock-view .table-tr .cell{padding:.32rem .10667rem}.previewImg .new-stock-view .table-tr .cell:last-child img{width:.44rem;height:.44rem;display:block;margin:0 auto}.previewImg .new-stock-view .table-title,.previewImg .new-stock-view .table-tr{display:flex;align-items:center}.previewImg .new-stock-view .table-title .cell,.previewImg .new-stock-view .table-tr .cell{box-sizing:border-box;word-break:break-all;line-height:1.3}.previewImg .new-stock-view .table-title .cell:first-child,.previewImg .new-stock-view .table-tr .cell:first-child{width:1.65333rem}.previewImg .new-stock-view .table-title .cell:nth-child(2),.previewImg .new-stock-view .table-title .cell:nth-child(3),.previewImg .new-stock-view .table-title .cell:nth-child(4),.previewImg .new-stock-view .table-tr .cell:nth-child(2),.previewImg .new-stock-view .table-tr .cell:nth-child(3),.previewImg .new-stock-view .table-tr .cell:nth-child(4){width:1.13333rem}.previewImg .new-stock-view .table-title .cell:nth-child(5),.previewImg .new-stock-view .table-tr .cell:nth-child(5){width:2.98667rem}.previewImg .new-stock-view .table-title .cell:nth-child(6),.previewImg .new-stock-view .table-tr .cell:nth-child(6){width:.96rem}.previewImg .new-stock-view .red{background:linear-gradient(180deg,#f55850,#e92626)}.previewImg .new-stock-view .orange,.previewImg .new-stock-view .red{box-shadow:inset 0 .01333rem .04rem 0 hsla(0,0%,100%,.12);border-radius:.05333rem .05333rem 0 0}.previewImg .new-stock-view .orange{background:linear-gradient(180deg,#ff805f,#f13511)}.previewImg .new-stock-view .blue{background:linear-gradient(180deg,#3e8be4,#2174e5);box-shadow:inset 0 .01333rem .04rem 0 hsla(0,0%,100%,.12);border-radius:.05333rem .05333rem 0 0}.previewImg .new-stock-view .font-red{color:#e62020}.previewImg .new-stock-view .font-blue{color:#3a79e9}.previewImg .new-stock-view .mask{position:absolute;right:0;top:0;background:rgba(0,0,0,.46);border-radius:0 0 .05333rem 0;backdrop-filter:blur(.08rem);width:.96rem;min-height:3.14667rem;display:flex;justify-content:center;align-items:center;z-index:2}.previewImg .new-stock-view .mask div{font-size:.34667rem;font-weight:500;color:#fff;line-height:.52rem;width:.56rem;text-align:center}.feed-vote{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.32rem;background-color:var(--bg-1);box-sizing:border-box;border-radius:.10667rem}.feed-vote__title{color:var(--text-1)}.feed-vote__content{width:100%;height:1.06667rem;background-color:var(--bg-2);border-radius:.10667rem;display:flex;align-items:center;padding:0 .32rem;box-sizing:border-box;margin-top:.21333rem;justify-content:space-between;color:var(--text-1);overflow:hidden;position:relative;border:.02667rem solid var(--border-1)}.feed-vote__content.feed-vote__content--checked:after{content:"";background-color:var(--fill-2);height:.42667rem;width:.42667rem;display:block;flex-shrink:0;border-radius:50%}.feed-vote__content .rate{height:1.06667rem;position:absolute;left:0;top:0;background-color:var(--fill-alpha-1)}.feed-vote__content.feed-vote__content--button{display:flex;align-items:center;justify-content:center;color:var(--auxiliary-1)}.feed-vote__bottom{display:flex;align-items:center;justify-content:space-between;color:var(--text-3);margin-top:.21333rem;width:100%}.detail-title{font-weight:700;margin:.32rem .42667rem 0;font-size:.58667rem;color:#333;line-height:1.5;word-break:break-all}.detail-title--sm{font-size:.53333rem}.detail-title--lg{font-size:.69333rem}.detail-title--md{font-size:.64rem}.detail-title .icon-vip{width:1.12rem;height:.53333rem;transform:translateY(.05333rem);margin-right:.21333rem}.feed{display:flex;flex-direction:column;padding:.32rem;background:var(--bg-2);border-radius:.21333rem}.feed+.feed{margin-top:.21333rem}.feed__header{display:flex;align-items:center}.feed__header .store-pic{width:.85333rem;height:.85333rem;margin-right:.21333rem;position:relative}.feed__header .store-pic .avatar{width:100%;height:100%;flex-shrink:0;border-radius:50%}.feed__header .store-pic .crown{position:absolute;width:.32rem;height:.32rem;bottom:0;right:0;z-index:1}.feed__header .info{flex:1;display:flex;flex-direction:column;position:relative}.feed__header .info__title{color:var(--text-1)}.feed__header .info .badge-dot:after{content:"";display:block;width:.21333rem;height:.21333rem;background-color:var(--primary-1);border-radius:50%;position:absolute;top:.10667rem;right:0}.feed__header .info__desc{display:flex;align-items:center}.feed__header .info__desc span{color:var(--text-3)}.feed__header .info__desc span:first-child{margin-right:.21333rem}.feed__header span{color:var(--text-3)}.feed__comp-main .feed-label,.feed__comp-main .feed-vote{margin-top:.42667rem}.feed__comp-main .feed-label{display:inline-flex;width:fit-content;margin-right:.21333rem}.feed__vote-main{margin-top:.21333rem}.feed__footer{display:flex;align-items:center;margin-top:.32rem}.feed__footer .item{flex-shrink:0}.feed__footer .item+.item{margin-left:.42667rem}.feed__footer .item__button{display:flex;align-items:center;color:var(--text-2)}.feed__footer .item__button span{margin-left:.10667rem;width:.77333rem;white-space:nowrap;font-size:.32rem;line-height:1.5}.feed__video{margin-top:.21333rem;height:4.90667rem;width:100%;position:relative;background-color:#000;border-radius:.10667rem;overflow:hidden;font-size:0}.feed__video .base-tag{position:absolute;left:.10667rem;top:.10667rem}.feed__video .base-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.feed__video .cover{width:100%;height:100%;object-fit:contain}.feed__video .feed-video-title{color:var(--text-6);position:absolute;padding:.36rem .32rem;width:100%;left:0;bottom:0;box-sizing:border-box;background:linear-gradient(180deg,var(--mask-pic-1),var(--mask-pic-2))}.feed__trends{display:flex;flex-direction:column;align-items:start}.feed__trends .text{margin-top:.21333rem;color:var(--text-1)}.feed__trends .image{margin-top:.21333rem;max-width:5.12rem;max-height:2.88rem;font-size:0;border-radius:.10667rem;object-fit:contain}.feed__trends .title-abstract{background:var(--bg-1);border-radius:.21333rem;padding:.32rem;margin-top:.21333rem;box-sizing:border-box;width:100%;color:var(--text-1)}.feed__trends .title-abstract.title-abstract--cover{height:2.50667rem;position:relative;padding-right:2.88rem;display:flex;align-items:start;justify-content:space-between;flex-direction:column}.feed__trends .title-abstract.title-abstract--cover .title-abstract__bottom{margin-top:.10667rem}.feed__trends .title-abstract__cover{width:2.13333rem;height:1.6rem;display:flex;position:absolute;right:.32rem;top:50%;border-radius:.10667rem;transform:translateY(-50%)}.feed__trends .title-abstract__bottom{display:flex;align-items:center;margin-top:.21333rem;color:var(--text-3)}.feed__trends .title-abstract__bottom .label{margin-left:.21333rem}.feed__trends .title-abstract__bottom .time{margin-left:.42667rem;flex:1;text-align:right}.feed__point{margin-top:.21333rem;color:var(--text-1)}.feed__point .pure-text{display:flex;flex-direction:column;align-items:start}.feed__point .pure-text__title{vertical-align:middle;position:relative;width:100%}.feed__point .pure-text__title>*{vertical-align:middle}.feed__point .pure-text__title .top-tag{position:absolute;left:0;text-indent:0;top:.12rem}.feed__point .pure-text__title img.vip{width:.73333rem;height:.37333rem;margin-right:.21333rem;transform:translateY(.01333rem)}.feed__point .pure-text__pic{display:flex;align-items:center;margin-top:.21333rem}.feed__point .pure-text__pic img{width:2.77333rem;height:2.77333rem;flex-shrink:0;border-radius:.21333rem;margin-right:.21333rem;object-fit:fill}.feed__point .pure-text__pic img:last-child{margin-right:0}.feed__point .pure-text__abstract{width:100%}.feed__point .pure-text__abstract[data-index="1"]{margin-top:.21333rem}.feed__point .image-text{display:flex;align-items:start}.feed__point .image-text__cover{width:2.13333rem;height:1.6rem;border-radius:.10667rem;flex-shrink:0;margin-left:.42667rem}.feed__point .image-text__title{flex:1;vertical-align:middle;position:relative;padding:.08rem 0}.feed__point .image-text__title>*{vertical-align:middle}.feed__point .image-text__title .top-tag{position:absolute;left:0;text-indent:0;top:.2rem}.feed__point .image-text__title img.vip{width:.73333rem;height:.37333rem;margin-right:.21333rem;transform:translateY(.01333rem)}.feed__point .indent-empty{text-indent:0}.feed__comment{padding-left:.25333rem;margin-top:.32rem;position:relative;color:var(--text-3)}.feed__comment,.feed__comment>*{vertical-align:middle}.feed__comment-tag{position:absolute;left:.25333rem;top:.08rem}.feed__comment .text{padding-left:calc(2em + .16rem)}.feed__comment .label{color:var(--text-2)}.feed__comment:after{content:"";width:.04rem;height:calc(100% - .21333rem);background-color:var(--fill-alpha-2);position:absolute;left:0;top:50%;transform:translateY(-50%)}body[data-name=home],body[data-name=homePreview]{background-color:var(--bg-1)}.home-tab{border-top:.21333rem solid var(--bg-1)}.home-tab .van-tabs--line .van-tabs__wrap{height:1.06667rem!important;padding:0}.home-tab .van-tabs--line .van-tabs__wrap .van-tab{padding:0 .42667rem;flex:none;min-width:1.70667rem;box-sizing:border-box}.home-tab .van-tabs--line .van-tabs__wrap .van-tab .van-tab__text{font-size:.42667rem!important;line-height:1!important;white-space:nowrap}.home-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav .search-icon{height:1.06667rem;width:1.33333rem;flex-shrink:0;position:sticky;right:-.21333rem;justify-content:center;display:flex;align-items:center;background:#fff;z-index:99}.home-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav .search-icon img{width:.48rem;height:.48rem}.home-tab .second__tabs .van-tabs__wrap{height:.77333rem!important;border-bottom:none!important;padding-top:.42667rem;padding-bottom:.26667rem;padding-left:.10667rem}.home-tab .second__tabs .van-tabs__wrap .van-tabs__nav--line.van-tabs__nav--complete{padding:0}.home-tab .second__tabs .van-tabs__wrap .van-tab{border-radius:.10667rem;background:rgba(0,0,0,.03137254901960784);padding:.10667rem .32rem;margin-left:.21333rem}.home-tab .second__tabs .van-tabs__wrap .van-tab .van-tab__text{color:#666;font-size:.37333rem!important}.home-tab .second__tabs .van-tabs__wrap .van-tab--active{background:rgba(233,58,64,.14901960784313725)}.home-tab .second__tabs .van-tabs__wrap .van-tab--active .van-tab__text{color:#e93a40;font-weight:500}.home-tab .second__tabs .van-tabs__wrap .van-tabs__line{display:none}.stock-tag{min-width:3.06667rem;background:#f5f5f5;border-radius:.10667rem;display:flex;align-items:center;padding:.13333rem .16rem;border:0}.stock-tag .mr-8{margin-right:.10667rem}.stock-tag span{font-size:.32rem;color:#222;line-height:1}.stock-tag span.name{text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:1}.stock-tag span+span{margin-left:.42667rem;font-family:CMSNUMBER}.fund-tag{min-width:3.06667rem;background:#f5f5f5;border-radius:.10667rem;display:flex;align-items:center;padding:.13333rem .16rem;justify-content:space-between;border:0;max-width:100%}.fund-tag span{font-size:.32rem;color:#222;line-height:1}.fund-tag span:first-child{text-align:left;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.fund-tag span+span{margin-left:.42667rem;font-family:CMSNUMBER;flex-shrink:0}.label-tag{min-width:3.06667rem;background:#f5f5f5;border-radius:.10667rem;display:flex;align-items:center;padding:.13333rem .16rem;justify-content:space-between;border:0;width:auto}.label-tag span{font-size:.32rem;color:#222;line-height:1}.label-tag span:first-child{text-align:left;white-space:nowrap}.label-tag span+span{margin-left:.42667rem;font-family:CMSNUMBER}.follow-button[data-v-54cf08fb]{width:1.86667rem;height:.69333rem;background:#e92424;border-radius:.37333rem;display:flex;align-items:center;justify-content:center}.follow-button img[data-v-54cf08fb]{width:.42667rem;height:.42667rem}.follow-button span[data-v-54cf08fb]{font-size:.32rem;font-weight:500;color:#fff;line-height:.48rem}.follow-button.active[data-v-54cf08fb]{background:#f8bdbd}.vote_outer_view{margin:.21333rem 0;padding:.26667rem .32rem;border:.01333rem solid #e5e5e5;border-radius:.21333rem;color:#222;font-size:.37333rem;line-height:1.5;background-color:#f8f8f8}.vote_outer_view .vote_content .vote_title{font-size:.42667rem;font-weight:500;margin-bottom:.26667rem}.vote_outer_view .vote_content .vote_result{display:flex;justify-content:space-between}.vote_outer_view .vote_content .vote_result .vote_result_endTime,.vote_outer_view .vote_content .vote_result .vote_result_number{font-size:.32rem;color:#999}.vote_outer_view .vote_content .vote_item{margin-bottom:.26667rem;font-size:.37333rem;background-color:#fff;border:.02667rem solid #f5f5f5;border-radius:.21333rem;overflow:hidden}.vote_outer_view .vote_content .vote_item .vote_item_title{width:100%;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.vote_outer_view .vote_content .vote_item_checkbox,.vote_outer_view .vote_content .vote_item_radio{padding:.21333rem 0 .21333rem .16rem}.vote_outer_view .vote_content .vote_item_checkbox .vote_item_img,.vote_outer_view .vote_content .vote_item_radio .vote_item_img{display:inline-block;margin-top:.21333rem}.vote_outer_view .vote_content .vote_item_checkbox .vote_item_img img,.vote_outer_view .vote_content .vote_item_radio .vote_item_img img{display:block;border-radius:.10667rem;width:2.22667rem;height:1.68rem}.vote_outer_view .vote_content .vote_item_result{position:relative;display:flex}.vote_outer_view .vote_content .vote_item_result.vote_item_checked{color:#e93a40}.vote_outer_view .vote_content .vote_item_result.vote_item_checked .vote_item_rate{width:0;background-color:#feeeee}.vote_outer_view .vote_content .vote_item_result.vote_item_checked .vote_item_text .vote_item_count{color:#e93a40!important}.vote_outer_view .vote_content .vote_item_result .vote_item_rate{width:0;transition:all 2s;position:absolute;height:100%;background-color:#eee;z-index:1;top:0;left:0}.vote_outer_view .vote_content .vote_item_result .vote_item_content{order:1;z-index:88;width:100%;height:100%;padding:.21333rem 0 .21333rem .32rem}.vote_outer_view .vote_content .vote_item_result .vote_item_content .vote_item_text{display:flex}.vote_outer_view .vote_content .vote_item_result .vote_item_content .vote_item_text .vote_item_title{width:80%}.vote_outer_view .vote_content .vote_item_result .vote_item_content .vote_item_text .vote_item_count{width:20%;color:#999;text-align:center}.vote_outer_view .vote_content .vote_item_result .vote_item_content .vote_item_img{display:inline-block;margin-top:.21333rem}.vote_outer_view .vote_content .vote_item_result .vote_item_content .vote_item_img img{display:block;border-radius:.10667rem;width:2.22667rem;height:1.68rem}.vote_outer_view .vote_content .vote_more_item{color:#c69546;padding:.21333rem 0 .21333rem .16rem;text-align:center}.dynamic-item[data-v-8a3cda16]{padding:.37333rem 0}.dynamic-item .head[data-v-8a3cda16]{margin-bottom:.32rem}.dynamic-item .head .topping[data-v-8a3cda16]{background:#feeeee;border-radius:.05333rem;font-size:.32rem;color:#e93a40;letter-spacing:0;text-align:center;line-height:.32rem;font-weight:400;padding:.06667rem .10667rem}.dynamic-item .head .store-pic[data-v-8a3cda16]{position:relative;margin-right:.26667rem}.dynamic-item .head .store-pic .head__img[data-v-8a3cda16]{width:.96rem;height:.96rem;border-radius:50%}.dynamic-item .head .store-pic .crown[data-v-8a3cda16]{position:absolute;width:.37333rem;height:.37333rem;bottom:0;right:0;z-index:1}.dynamic-item .head__info[data-v-8a3cda16]{align-items:flex-start;flex:1}.dynamic-item .head__info .title[data-v-8a3cda16]{font-size:.37333rem;font-weight:500;color:#333;line-height:1;margin-bottom:.18667rem}.dynamic-item .head__info .sub[data-v-8a3cda16]{font-size:.32rem;color:#999;line-height:1}.dynamic-item .head__info .sub span[data-v-8a3cda16]:last-child{margin-left:.32rem}.dynamic-item .head__label[data-v-8a3cda16]{font-size:.32rem;color:#999;line-height:.32rem;align-self:flex-start}.dynamic-item .head__follow[data-v-8a3cda16]{width:1.92rem;height:.69333rem;border:.01333rem solid #999;border-radius:1.33333rem;justify-self:flex-end;display:flex;align-items:center;justify-content:center;font-size:.34667rem;font-weight:500;color:#222;line-height:1;padding:0;box-sizing:border-box;background:transparent}.dynamic-item .head__follow.active[data-v-8a3cda16]{background:#f8f8f8;color:#b9b9b9;border-color:#f8f8f8}.dynamic-item .point .center[data-v-8a3cda16]{width:100%;align-items:center}.dynamic-item .point .center__title[data-v-8a3cda16]{font-size:.48rem;text-align:left;color:#333;line-height:.66667rem;height:1.38667rem;font-weight:500}.dynamic-item .point .center__title img.vip[data-v-8a3cda16]{width:.73333rem;height:.37333rem;margin-right:.21333rem;transform:translateY(.01333rem)}.dynamic-item .point .center__cover[data-v-8a3cda16]{width:2.22667rem;height:1.68rem;margin-left:.32rem;border-radius:.10667rem;flex-shrink:0}.dynamic-item .point .pure[data-v-8a3cda16]{width:100%}.dynamic-item .point .pure__title[data-v-8a3cda16]{margin-bottom:.16rem;font-size:.48rem;color:#222;font-weight:500;line-height:.72rem}.dynamic-item .point .pure__title .pdf-title[data-v-8a3cda16]{display:flex;align-items:center;color:#5e86d5;font-size:.4rem;line-height:.72rem;font-weight:400}.dynamic-item .point .pure__title .pdf-icon[data-v-8a3cda16]{width:.4rem;height:.4rem;margin-left:.21333rem;margin-right:.08rem}.dynamic-item .point .pure__title .tag[data-v-8a3cda16]{padding:.05333rem .10667rem;background:#e85151;border-radius:.05333rem;font-size:.32rem;font-weight:500;color:#fff;line-height:.32rem;display:inline-flex;margin-right:.21333rem;margin-bottom:.06667rem;vertical-align:middle}.dynamic-item .point .pure__title img.vip[data-v-8a3cda16]{width:.73333rem;height:.37333rem;margin-right:.21333rem;transform:translateY(.01333rem)}.dynamic-item .point .pure__abstract[data-v-8a3cda16]{font-size:.42667rem;color:#666;line-height:.64rem;word-break:break-all;width:100%}.dynamic-item .point .extra[data-v-8a3cda16]{margin-top:.32rem}.dynamic-item .point .extra__item[data-v-8a3cda16]{margin-right:.73333rem}.dynamic-item .point .extra__info[data-v-8a3cda16]{justify-content:flex-end;width:100%}.dynamic-item .point .extra__info span[data-v-8a3cda16]{font-size:.32rem;color:#999;line-height:1;margin-left:.32rem;white-space:nowrap}.dynamic-item .point .comment[data-v-8a3cda16]{background:#f8f8f8;border-radius:.10667rem;padding:.21333rem .26667rem;margin-top:.42667rem}.dynamic-item .point .comment__item[data-v-8a3cda16]{display:flex;width:100%;align-items:center}.dynamic-item .point .comment__item+.comment__item[data-v-8a3cda16]{margin-top:.16rem}.dynamic-item .point .comment__item__icon[data-v-8a3cda16]{padding:.05333rem .08rem;border-radius:.05333rem;border:.01333rem solid #b9b9b9;font-size:.26667rem;color:#999;line-height:.26667rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;margin-right:.10667rem}.dynamic-item .point .comment__item__text[data-v-8a3cda16]{font-size:.37333rem;color:#999;line-height:.53333rem;flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dynamic-item .point .comment__item__text span[data-v-8a3cda16]{color:#666}.mt-32[data-v-8a3cda16]{margin-bottom:.42667rem!important}.mt-16[data-v-8a3cda16]{margin-bottom:.21333rem!important}.feed-tag[data-v-8a3cda16]{display:flex;align-items:center}.feed-tag[data-v-8a3cda16] button{margin-right:.21333rem}.dynamic-item[data-v-55404b9d]{padding:.37333rem 0}.dynamic-item .head[data-v-55404b9d]{margin-bottom:.32rem}.dynamic-item .head .topping[data-v-55404b9d]{background:#feeeee;border-radius:.05333rem;font-size:.32rem;color:#e93a40;letter-spacing:0;text-align:center;line-height:.32rem;font-weight:400;padding:.06667rem .10667rem}.dynamic-item .head__img[data-v-55404b9d]{width:.96rem;height:.96rem;border-radius:50%;margin-right:.26667rem}.dynamic-item .head__info[data-v-55404b9d]{flex:1;align-items:flex-start}.dynamic-item .head__info .title[data-v-55404b9d]{font-size:.37333rem;font-weight:500;color:#333;line-height:1;margin-bottom:.18667rem}.dynamic-item .head__info .sub[data-v-55404b9d]{font-size:.32rem;color:#999;line-height:1}.dynamic-item .head__info .sub span[data-v-55404b9d]:last-child{margin-left:.32rem}.dynamic-item .head__label[data-v-55404b9d]{font-size:.32rem;color:#999;line-height:.32rem;align-self:flex-start}.dynamic-item .head__follow[data-v-55404b9d]{width:1.92rem;height:.69333rem;border:.01333rem solid #999;border-radius:1.33333rem;justify-self:flex-end;display:flex;align-items:center;justify-content:center;font-size:.34667rem;font-weight:500;color:#222;line-height:1;box-sizing:border-box;padding:0;background:transparent}.dynamic-item .head__follow.active[data-v-55404b9d]{background:#f8f8f8;color:#b9b9b9;border-color:#f8f8f8}.dynamic-item .video[data-v-55404b9d]{position:relative;height:5.14667rem;background:#000;overflow:hidden;border-radius:.21333rem}.dynamic-item .video__cover[data-v-55404b9d]{width:100%;height:100%;object-fit:contain}.dynamic-item .video__icon[data-v-55404b9d]{position:absolute;top:50%;left:50%;margin-left:-.64rem;margin-top:-.64rem;widows:1.28rem;height:1.28rem}.dynamic-item .video__title[data-v-55404b9d]{font-size:.42667rem;color:#fff;line-height:.85333rem;padding:0 .32rem;position:absolute;font-weight:500;bottom:0;left:0;width:100%;box-sizing:border-box;background:rgba(0,0,0,.3)}.dynamic-item .tag[data-v-55404b9d]{display:flex;align-items:center;padding-top:.21333rem}.dynamic-item .tag[data-v-55404b9d] button{margin-right:.21333rem}.dynamic-item .extra[data-v-55404b9d]{margin-top:.32rem}.dynamic-item .extra .item[data-v-55404b9d]{width:33.33%;flex:1}.dynamic-item .comment[data-v-55404b9d]{background:#f8f8f8;border-radius:.10667rem;padding:.21333rem .26667rem;margin-top:.42667rem}.dynamic-item .comment__item[data-v-55404b9d]{display:flex;width:100%;align-items:center}.dynamic-item .comment__item+.comment__item[data-v-55404b9d]{margin-top:.16rem}.dynamic-item .comment__item__icon[data-v-55404b9d]{padding:.05333rem .08rem;border-radius:.05333rem;border:.01333rem solid #b9b9b9;font-size:.26667rem;color:#999;line-height:.26667rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;margin-right:.10667rem}.dynamic-item .comment__item__text[data-v-55404b9d]{font-size:.37333rem;color:#999;line-height:.53333rem;flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dynamic-item .comment__item__text span[data-v-55404b9d]{color:#666}.special-list[data-v-adc5b174]{background-color:#fff}.special-list .item[data-v-adc5b174]{width:100%;display:flex;flex-direction:column}.special-list .item__header[data-v-adc5b174]{display:flex;align-items:center;padding:.37333rem .42667rem 0;margin-bottom:.16rem}.special-list .item__header__icon[data-v-adc5b174]{background:#e85151;border-radius:.05333rem;font-size:.32rem;font-weight:500;color:#fff;line-height:.42667rem;padding:0 .10667rem;margin-right:.16rem}.special-list .item__header__title[data-v-adc5b174]{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.48rem;font-weight:500;color:#222;line-height:.69333rem;margin-right:.08rem}.special-list .item__header__arrow[data-v-adc5b174]{width:.37333rem;transition:all .2s;height:.37333rem}.special-list .item__header__arrow.active[data-v-adc5b174]{transform:rotate(180deg)}.special-list .item__label[data-v-adc5b174]{padding:0 .42667rem;font-size:.42667rem;color:#666;line-height:.64rem;margin-bottom:.37333rem}.special-list .item__content[data-v-adc5b174]{background:#f8f8f8;padding:0 .42667rem}.special-list .item__content__link[data-v-adc5b174]{display:flex;align-items:center;justify-content:center;width:100%;height:1.22667rem;font-size:.37333rem;color:#5e86d5;line-height:.37333rem}.special-list .item__content__link img[data-v-adc5b174]{width:.26667rem;height:.26667rem;margin-left:.05333rem}.special-list .item__content[data-v-adc5b174] .dynamic-item{background:#f8f8f8}.special-list .item__content[data-v-adc5b174] .hairline--bottom:after{border-color:#e5e5e5!important}.special-list .item__line[data-v-adc5b174]{margin:0 .42667rem}.dynamic-item[data-v-07ed839f]{padding:.37333rem 0}.dynamic-item .head[data-v-07ed839f]{margin-bottom:.32rem}.dynamic-item .head .store-pic[data-v-07ed839f]{position:relative;margin-right:.26667rem}.dynamic-item .head .store-pic .head__img[data-v-07ed839f]{width:.96rem;height:.96rem;border-radius:50%}.dynamic-item .head__info[data-v-07ed839f]{align-items:flex-start;flex:1}.dynamic-item .head__info .title[data-v-07ed839f]{font-size:.37333rem;font-weight:500;color:#333;line-height:1;margin-bottom:.18667rem}.dynamic-item .head__info .sub[data-v-07ed839f]{font-size:.32rem;color:#999;line-height:1}.dynamic-item .head__info .sub span[data-v-07ed839f]:last-child{margin-left:.32rem}.dynamic-item .head__label[data-v-07ed839f]{font-size:.32rem;color:#999;line-height:.32rem;align-self:flex-start}.dynamic-item .head__follow[data-v-07ed839f]{width:1.92rem;height:.69333rem;border:.01333rem solid #999;border-radius:1.33333rem;justify-self:flex-end;display:flex;align-items:center;justify-content:center;font-size:.34667rem;font-weight:500;color:#222;line-height:1;padding:0;box-sizing:border-box;background:transparent}.dynamic-item .head__follow.active[data-v-07ed839f]{background:#f8f8f8;color:#b9b9b9;border-color:#f8f8f8}.dynamic-item .text[data-v-07ed839f]{font-size:.42667rem;color:#222;line-height:.64rem;word-break:break-all}.dynamic-item .picture[data-v-07ed839f]{max-width:6.4rem;max-height:3.2rem;margin-top:.32rem;object-fit:contain;display:flex}.dynamic-item .content[data-v-07ed839f]{background:#f8f8f8;border-radius:.21333rem;padding:.32rem;margin-top:.32rem}.dynamic-item .content__title[data-v-07ed839f]{font-size:.42667rem;font-weight:500;color:#222;line-height:.64rem;margin-bottom:.10667rem}.dynamic-item .content__title.fix-height[data-v-07ed839f]{margin-bottom:.21333rem}.dynamic-item .content__label[data-v-07ed839f]{font-size:.37333rem;color:#222;line-height:.53333rem;margin-bottom:.26667rem}.dynamic-item .content__bottom[data-v-07ed839f]{display:flex;align-items:center}.dynamic-item .content__bottom__tag[data-v-07ed839f]{padding:.05333rem .08rem;border-radius:.05333rem;border:.02667rem solid #c69546;display:flex;align-items:center;justify-content:center;font-size:.26667rem;color:#c69546;margin-right:.10667rem}.dynamic-item .content__bottom__tag.red[data-v-07ed839f]{color:#e93a40;border:.02667rem solid #e93a40}.dynamic-item .content__bottom__title[data-v-07ed839f]{font-size:.32rem;color:#999;line-height:.48rem;margin-right:.32rem}.dynamic-item .content__bottom[data-v-07ed839f] .stock-tag{background:#fff;margin-left:auto}.dynamic-item .image-text[data-v-07ed839f]{background:#f8f8f8;border-radius:.21333rem;padding:.32rem;margin-top:.32rem;display:flex;align-items:flex-start}.dynamic-item .image-text__left[data-v-07ed839f]{display:flex;flex-direction:column;justify-content:space-between;height:1.68rem;flex:1;margin-right:.26667rem}.dynamic-item .image-text__left__title[data-v-07ed839f]{font-size:.42667rem;font-weight:500;color:#222;line-height:.64rem}.dynamic-item .image-text__left__bottom[data-v-07ed839f]{display:flex;align-items:center}.dynamic-item .image-text__left__bottom__tag[data-v-07ed839f]{padding:.05333rem .08rem;border-radius:.05333rem;border:.02667rem solid #c69546;display:flex;align-items:center;justify-content:center;font-size:.26667rem;color:#c69546;margin-right:.10667rem}.dynamic-item .image-text__left__bottom__tag.red[data-v-07ed839f]{color:#e93a40;border:.02667rem solid #e93a40}.dynamic-item .image-text__left__bottom__title[data-v-07ed839f]{font-size:.32rem;color:#999;line-height:.48rem;margin-right:.32rem}.dynamic-item .image-text__right[data-v-07ed839f]{flex-shrink:0;display:flex}.dynamic-item .image-text__right__cover[data-v-07ed839f]{width:2.22667rem;height:1.68rem;border-radius:.10667rem}.dynamic-item .tag[data-v-07ed839f]{display:flex;align-items:center;padding-top:.21333rem}.dynamic-item .tag[data-v-07ed839f] button{margin-right:.21333rem}.dynamic-item .extra[data-v-07ed839f]{margin-top:.32rem}.dynamic-item .extra__item[data-v-07ed839f]{margin-right:.73333rem}.dynamic-item .extra__info[data-v-07ed839f]{justify-content:flex-end;width:100%}.dynamic-item .extra__info span[data-v-07ed839f]{font-size:.32rem;color:#999;line-height:1;margin-left:.32rem;white-space:nowrap}.dynamic-item .comment[data-v-07ed839f]{background:#f8f8f8;border-radius:.10667rem;padding:.21333rem .26667rem;margin-top:.42667rem}.dynamic-item .comment__item[data-v-07ed839f]{display:flex;width:100%;align-items:center}.dynamic-item .comment__item+.comment__item[data-v-07ed839f]{margin-top:.16rem}.dynamic-item .comment__item__icon[data-v-07ed839f]{padding:.05333rem .08rem;border-radius:.05333rem;border:.01333rem solid #b9b9b9;font-size:.26667rem;color:#999;line-height:.26667rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;margin-right:.10667rem}.dynamic-item .comment__item__text[data-v-07ed839f]{font-size:.37333rem;color:#999;line-height:.53333rem;flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dynamic-item .comment__item__text span[data-v-07ed839f]{color:#666}.custom-list[data-v-ca9a776e]{background-color:#fff}.custom-list .contents[data-v-ca9a776e]{padding:0 .42667rem}.custom-list .special__item[data-v-ca9a776e]{width:100%;display:flex;flex-direction:column}.custom-list .special__item .item-header[data-v-ca9a776e]{display:flex;align-items:center;padding:.37333rem .42667rem 0;margin-bottom:.16rem}.custom-list .special__item .item-header__icon[data-v-ca9a776e]{background:#e85151;border-radius:.05333rem;font-size:.32rem;font-weight:500;color:#fff;line-height:.42667rem;padding:0 .10667rem;margin-right:.16rem}.custom-list .special__item .item-header__title[data-v-ca9a776e]{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.48rem;font-weight:500;color:#222;line-height:.69333rem;margin-right:.08rem}.custom-list .special__item .item-header__arrow[data-v-ca9a776e]{width:.37333rem;transition:all .2s;height:.37333rem}.custom-list .special__item .item-header__arrow.active[data-v-ca9a776e]{transform:rotate(180deg)}.custom-list .special__item .item-label[data-v-ca9a776e]{padding:0 .42667rem;font-size:.42667rem;color:#666;line-height:.64rem;margin-bottom:.37333rem}.custom-list .special__item .item-content[data-v-ca9a776e]{background:#f8f8f8;padding:0 .42667rem}.custom-list .special__item .item-content__link[data-v-ca9a776e]{display:flex;align-items:center;justify-content:center;width:100%;height:1.22667rem;font-size:.37333rem;color:#5e86d5;line-height:.37333rem}.custom-list .special__item .item-content__link img[data-v-ca9a776e]{width:.26667rem;height:.26667rem;margin-left:.05333rem}.custom-list .special__item .item-content[data-v-ca9a776e] .dynamic-item{background:#f8f8f8}.custom-list .special__item .item-content[data-v-ca9a776e] .hairline--bottom:after{border-color:#e5e5e5!important}.custom-list .special__item .item-line[data-v-ca9a776e]{margin:0 .42667rem}.home-account{display:flex;flex-direction:column;width:100%;padding-bottom:.26667rem;background-color:#fff}.home-account__header{display:flex;padding:.21333rem .32rem}.home-account__header .store-pic{position:relative;margin-right:.42667rem}.home-account__header .store-pic .avatar{width:1.6rem;height:1.6rem;flex-shrink:0;border-radius:50%}.home-account__header .store-pic .crown{position:absolute;width:.53333rem;height:.53333rem;bottom:0;right:0;z-index:1}.home-account__header .info{display:flex;flex-direction:column;justify-content:center;flex:1}.home-account__header .info__top{display:flex;align-items:center}.home-account__header .info__top .title{color:#000;margin-right:.42667rem;flex:1}.home-account__header .info__top .follow{width:1.81333rem;height:.69333rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;box-sizing:border-box;border-radius:.10667rem;background:var(--primary-1);color:var(--text-6)}.home-account__header .info__top .follow.active{background:var(--primary-3)}.home-account__header .info__top .follow span{margin-left:.05333rem}.home-account__header .info__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.16rem}.home-account__header .info__bottom:empty{display:none}.home-account__desc{color:var(--text-2);white-space:pre-wrap;margin-top:.21333rem;padding:0 .32rem}.home-account__code{color:var(--text-3);margin-top:.16rem;padding:0 .32rem}.home-account__label{margin-top:.16rem;padding:0 .32rem;display:flex;align-items:center;flex-wrap:wrap}.home-account__label .base-tag,.home-account__label .plus{margin-top:.16rem;margin-right:.16rem}.home-account__label .plus{width:3.09333rem;height:.48rem}.home-account__count{margin-top:.37333rem;display:flex;align-items:center}.home-account__count .count-item{width:33.3%;flex:1;height:.64rem;display:flex;align-items:center;justify-content:center}.home-account__count .count-item span:first-child{color:var(--text-1);margin-right:.10667rem;margin-top:-.05333rem}.home-account__count .count-item span:last-child{color:var(--text-2)}.home-operate{padding:.16rem .42667rem .42667rem;background-color:#fff}.home-operate__banner img{width:100%;height:3.6rem;border-radius:.10667rem;-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-drag:none}.home-operate__point{padding:.37333rem .32rem .48rem;background:hsla(0,0%,91.8%,.5);border-radius:.10667rem}.home-operate__point .point-main{display:flex;align-items:center}.home-operate__point .point-main__left{display:flex;flex:1;flex-direction:column;margin-right:.42667rem;width:.13333rem}.home-operate__point .point-main__left .title{font-size:.42667rem;font-weight:500;color:#222;line-height:.64rem;margin-bottom:.21333rem;position:relative;padding-left:.18667rem}.home-operate__point .point-main__left .title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:.08rem;height:.37333rem;background:#e93a40;border-radius:.06667rem}.home-operate__point .point-main__left .label{font-size:.37333rem;color:#222;line-height:.53333rem}.home-operate__point .point-main__right{display:flex;width:2.24rem;height:1.68rem;border-radius:.10667rem;flex-shrink:0}.home-operate__video{margin:.16rem .42667rem .42667rem}.home-operate__video .video-main__title{font-size:.42667rem;font-weight:500;color:#222;line-height:.64rem;margin-bottom:.21333rem;position:relative;padding-left:.18667rem}.home-operate__video .video-main__title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:.08rem;height:.37333rem;background:#e93a40;border-radius:.06667rem}.home-operate__video .video-main__center{position:relative;height:5.14667rem;background:#000;border-radius:.10667rem;margin-top:.37333rem;overflow:hidden}.home-operate__video .video-main__center img{width:100%;height:100%;object-fit:contain}.home-operate__video .video-main__center span{font-size:.42667rem;color:#fff;line-height:.85333rem;padding:0 .32rem;position:absolute;bottom:0;font-weight:500;left:0;width:100%;box-sizing:border-box;background:rgba(0,0,0,.3)}.home-operate__product{margin:0 -.42667rem;display:flex;flex-direction:column}.home-operate__product .product-title{margin:0 .42667rem .42667rem;font-size:.48rem;font-weight:600;line-height:.64rem;color:#000}.home-operate__product .product-list{display:flex;align-items:center;overflow-x:auto}.home-operate__product .product-list:after{content:"";padding-right:.42667rem;display:flex;flex-shrink:0}.home-operate__product .product-list:before{content:"";display:flex;flex-shrink:0;padding-left:.42667rem}.home-operate__product .product-list__item{width:6.4rem;padding:.53333rem .64rem;flex-shrink:0;box-sizing:border-box;background:linear-gradient(90deg,#fbf6ec,#f0dfc3);border-radius:.05333rem;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-left:.42667rem}.home-operate__product .product-list__item:first-child{margin-left:0}.home-operate__product .product-list__item:only-child{flex:1}.home-operate__product .product-list__item .item-top{font-size:.42667rem;font-weight:600;color:#796038;line-height:1.2;text-align:center;margin-bottom:.24rem;width:100%}.home-operate__product .product-list__item .item-mid{margin-bottom:.48rem;display:flex;align-items:center;justify-content:center}.home-operate__product .product-list__item .item-mid span{height:.32rem;margin-right:.10667rem;padding:.02667rem .05333rem;font-size:.26667rem;color:#796038;line-height:1;background:rgba(121,96,56,.09);border-radius:.02667rem}.home-operate__product .product-list__item .item-bottom{display:flex;justify-content:space-between;width:100%}.home-operate__product .product-list__item .item-bottom__text{flex:1;display:flex;flex-direction:column;align-items:center;overflow:hidden}.home-operate__product .product-list__item .item-bottom__text span{text-align:center;color:#999;white-space:nowrap}.home-operate__product .product-list__item .item-bottom__text span:first-child{font-size:.53333rem;margin-bottom:.16rem}.home-operate__product .product-list__item .item-bottom__text span:last-child{font-size:.29333rem}.account-view{border-radius:.10667rem;padding:.32rem .42667rem;box-sizing:border-box}.account-view.normal{background:#fafafa}.account-view.linear{background:linear-gradient(268deg,#fffbf4 2%,#fff9ee 98%)}.account-view.shadow{background:#fff;box-shadow:0 0 .32rem 0 #f4e0ca}.account-view .main{display:flex;align-items:center}.account-view .main .store-pic{position:relative}.account-view .main .store-pic .main__avatar{width:1.49333rem;height:1.49333rem;border-radius:50%;overflow:hidden;flex-shrink:0}.account-view .main .store-pic .main__avatar img{width:100%}.account-view .main .store-pic .crown{position:absolute;width:.53333rem;height:.53333rem;bottom:0;right:0;z-index:1}.account-view .main__info{padding-left:.32rem;padding-right:.16rem;display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.account-view .main__info__title{font-size:.42667rem;font-weight:500;color:#333;line-height:.64rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-bottom:.05333rem}.account-view .main__info__bottom{font-size:.32rem;color:#666;line-height:.48rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-view .main__info__tag{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:.05333rem}.account-view .main__info__tag span{height:.48rem;background:rgba(188,146,92,.1);border-radius:.05333rem;font-size:.32rem;line-height:.48rem;margin-right:.10667rem;margin-bottom:.10667rem;padding:0 .13333rem;flex-shrink:0;color:#c69546}.account-view .main__btn{width:1.70667rem;background:#e92424;border-radius:.32rem;flex-shrink:0;font-size:.32rem;font-weight:500;text-align:center;color:#fff;align-self:center;line-height:.64rem}.account-view .main__btn.active{background:#f8bdbd}.account-view.small{padding:.21333rem .26667rem}.account-view.small .main__avatar{width:.96rem;height:.96rem}.account-view.small .main__info{padding-right:.26667rem}.account-view.small .main__info__title{font-size:.37333rem;margin-bottom:0;line-height:.56rem}.account-view.small .main__info__bottom{font-size:.26667rem}.account-view.small .main__btn{width:1.44rem}.share-floating img{height:100%;width:100%}.share-floating .tips{height:.98667rem;width:5.64rem;position:fixed;bottom:1.49333rem;right:.56rem;z-index:4007}.share-floating .tips--activity{width:6.57333rem;height:1.74667rem;bottom:1.12rem}.share-floating .mark{width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(21,21,21,.3764705882352941);z-index:10000;padding-top:calc(45vh - 6.31334rem)}.share-floating .mark,.share-floating .mark .card{display:flex;align-items:center;flex-direction:column;box-sizing:border-box}.share-floating .mark .card{width:10rem;height:12.62667rem;justify-content:space-between;padding-top:3.30667rem;padding-bottom:.70667rem;background:url(../../static/img/red_envelope.26867f24.png) no-repeat 50%;background-size:100% 100%}.share-floating .mark .card__oval{width:1.41333rem;height:1.41333rem}.share-floating .mark .card__button{height:4.64rem;width:4.64rem;background:url(../../static/img/dismantle.1f9c8b6c.png) no-repeat 50%;background-size:100% 100%}.share-floating .mark .coupon{width:10rem;height:12.62667rem;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding-top:5.44rem;padding-bottom:1.2rem;box-sizing:border-box}.share-floating .mark .coupon__style{width:6.17333rem;height:2.49333rem}.share-floating .mark .coupon__button{height:1.52rem;width:5.28rem;background:url(../../static/img/button.9f9ca230.png) no-repeat 50%;background-size:100% 100%}.share-floating .mark .close{width:.88rem;height:.88rem;background:url(../../static/img/cross.0b384ff3.png) 100% no-repeat;background-size:100% 100%;margin-top:.13333rem}.financial-chunk{padding:.42667rem 0;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.financial-chunk .header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.32rem;padding:0 .42667rem;font-size:.48rem;font-weight:500;color:#222}.financial-chunk .guide{width:100%;height:1.33333rem;background:url(../../static/img/chunk_cover.985699f4.png) 50% no-repeat;display:flex;align-items:center;justify-content:center}.financial-chunk .guide span{color:#c69546;font-size:.37333rem;line-height:1.5}.financial-chunk .guide img{width:.26667rem;height:.26667rem;margin-left:.09333rem}.app-guide{background-color:#fff}.detail-recommend{border-top:.22667rem solid var(--bg-1);background-color:var(--bg-1);padding:.32rem 0;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.detail-recommend .header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.10667rem;padding:0 .32rem}.detail-recommend .header__title{font-size:.48rem;font-weight:500;color:#222}.detail-recommend .finished-text{width:100%;padding:.32rem 0 0;font-size:.37333rem;color:#c69546;line-height:.53333rem;text-align:center}.picked-point{padding:.64rem .42667rem .18667rem;display:flex;flex-direction:column;width:100%;box-sizing:border-box;border-top:.22667rem solid var(--bg-1)}.picked-point__title{font-size:.37333rem;color:#999;line-height:.48rem;margin-bottom:.37333rem}.picked-point__main .chunk{padding-bottom:.53333rem;margin-bottom:.64rem}.picked-point__main .chunk:last-child:after{display:none}.picked-point__main .chunk-column{display:flex;flex-direction:column;justify-content:space-between;flex:1}.picked-point__main .chunk-row{display:flex;flex:1}.picked-point__main .chunk:last-child{margin-bottom:0}.picked-point__main .chunk-title{font-size:.42667rem;font-weight:500;text-align:left;color:#333;line-height:.56rem}.picked-point__main .chunk-info{margin-top:.32rem}.picked-point__main .chunk-info span{font-size:.26667rem;font-weight:400;text-align:left;color:#b9b9b9;line-height:.42667rem}.picked-point__main .chunk-info span+span{margin-left:.26667rem}.picked-point__main .chunk-cover{width:2.48rem;height:1.86667rem;border-radius:.05333rem;flex-shrink:0;margin-left:.64rem}.speech{display:flex;align-items:center;background:#f8f8f8;border:.01333rem solid #f0f0f0;border-radius:.16rem;width:100%;padding:.16rem .21333rem;box-sizing:border-box}.speech .title{font-size:.37333rem;color:#666;line-height:.53333rem;width:1.49333rem;white-space:nowrap;margin-left:.08rem}.speech .speech-right{width:calc(100% - 2.30667rem);display:flex;justify-content:center}.speech .speech-right .animate,.speech .speech-right .animate__chunk{display:flex;align-items:center}.speech .speech-right .animate__chunk .line{width:.02667rem;height:.2rem;background:#000;float:left;margin-left:.04rem;animation:slide 1.5s infinite}@keyframes slide{50%{transform:scaleY(0)}}.course-detail .van-tabs__wrap{height:1.06667rem!important;padding:0 .05333rem}.course-detail .van-tabs__wrap .van-tab{flex:1;padding:0;width:20%}.course-detail .van-tabs__wrap .van-tab .van-tab__text{font-size:.42667rem!important;line-height:1!important}.course-detail .van-tabs__wrap .van-tab .van-badge{transform:translate(100%,-40%);color:#666;font-family:CMSNUMBER;font-size:.32rem;font-weight:400;line-height:100%;background-color:transparent}.course-detail .van-tabs__wrap .van-tabs__line{border-radius:.04rem;width:.64rem!important;height:.08rem!important}.course-detail .red-point__content{background-color:transparent;color:#666;line-height:1}.course-subject{background:url(../../static/img/cover.8324d3e1.png) bottom no-repeat;position:relative;width:100%;background-size:100% auto}.course-subject__main .course-points{border-radius:.10667rem;background:rgba(198,149,70,.15);padding:0 .32rem;height:.90667rem;margin:0 .26667rem;font-size:.32rem;line-height:1;width:calc(100% - .53333rem);color:#c69546;display:flex;align-items:center;box-sizing:border-box;white-space:nowrap}.course-subject__main .course-points .base-icon{margin-left:.05333rem}.course-subject__main .carousel{position:relative;z-index:2;padding:.32rem;display:flex;width:100%;box-sizing:border-box}.course-subject__main .carousel .cover{width:2.37333rem;height:2.88rem;margin-right:.26667rem;flex-shrink:0}.course-subject__main .carousel .content{flex:1;width:50%;display:flex;flex-direction:column;height:2.88rem;padding-bottom:.12rem}.course-subject__main .carousel .content__title{font-size:.48rem;font-weight:500;color:#222;line-height:.69333rem;margin-bottom:.10667rem}.course-subject__main .carousel .content__rate{margin-bottom:.28rem;flex:1}.course-subject__main .carousel .content__rate .rate-ct{display:flex;align-items:center}.course-subject__main .carousel .content__rate .rate-ct span{font-size:.32rem;color:#666;line-height:.48rem;margin-left:.16rem}.course-subject__main .carousel .content__rate .rate-ct .star{display:flex;align-items:center}.course-subject__main .carousel .content__rate .rate-ct .star img{height:auto;width:.32rem;margin-right:.10667rem}.course-subject__main .carousel .content__rate .rate-ct .star img:last-child{margin-right:0}.course-subject__main .carousel .content__bottom{display:flex;align-items:center}.course-subject__main .carousel .content__bottom>*{margin-left:.2rem}.course-subject__main .carousel .content__bottom>:first-child{margin-left:0}.course-subject__main .carousel .content__bottom .tag{border-radius:.10667rem;padding:0 .13333rem;font-size:.32rem;line-height:.48rem;flex-shrink:0}.course-subject__main .carousel .content__bottom .tag.hairline--bottom:after{border:.01333rem solid;border-radius:.10667rem}.course-subject__main .carousel .content__bottom .label{flex:1;text-align:right;font-size:.37333rem;color:#666;line-height:.53333rem}.course-subject__nav{height:1.17333rem;box-sizing:content-box;padding:0 .42667rem;align-items:center;justify-content:center;display:flex;z-index:10000;position:relative}.course-subject__nav .left-button,.course-subject__nav .right-button{border:0;width:.64rem;height:.64rem;padding:0;background-color:transparent;position:absolute}.course-subject__nav .left-button img,.course-subject__nav .right-button img{width:100%;height:100%}.course-subject__nav .left-button{left:.42667rem}.course-subject__nav .right-button{right:.42667rem}.course-subject__nav .title{font-size:.48rem;font-family:PingFangSC,PingFang SC;font-weight:500;color:#222;line-height:.69333rem;text-align:center;width:4rem}.course-rich-text{padding:.42667rem;line-height:.53333rem;word-break:break-all;font-size:.37333rem;color:#666;user-select:text}.course-rich-text a{color:#5e86d5!important}.course-rich-text *{max-width:100%!important;box-sizing:border-box}.course-directory{padding-left:1.2rem}.course-directory .dir{padding:.32rem .32rem .32rem 0;position:relative}.course-directory .dir:before{content:attr(data-index);display:block;left:-1.2rem;position:absolute;top:.32rem;font-size:.42667rem;font-family:DIN-BoldItalic,sans-serif;color:#999;line-height:.64rem;width:1.2rem;padding-left:.42667rem;box-sizing:border-box}.course-directory .dir__title{font-size:.42667rem;color:#222;word-break:break-all;line-height:.64rem;margin-bottom:.21333rem;vertical-align:middle}.course-directory .dir__title--gray{color:#999}.course-directory .dir__title span{background:#e93a40;border-radius:.05333rem;color:#fff;font-family:PingFang SC;font-size:.26667rem;font-weight:500;line-height:100%;width:.42667rem;height:.37333rem;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;transform:translateY(-.04rem);margin-right:.18667rem}.course-directory .dir__bottom{display:flex;align-items:center}.course-directory .dir__bottom span{font-size:.32rem;color:#999;line-height:.48rem;display:flex;align-items:center}.course-directory .dir__bottom span .study{min-width:1.28rem}.course-directory .dir__bottom span .num{min-width:1.6rem}.course-directory .dir__bottom span .base-icon{margin-right:.10667rem}.course-directory .dir__bottom .red{color:#e93a40}.course-operate{padding:.32rem}.course-operate img{width:100%}.course-comment{padding-bottom:.42667rem}.course-comment .sticky{padding-top:.42667rem;position:sticky;top:1.06667rem;background-color:#fff;z-index:88}.course-comment .header{display:flex;justify-content:space-between;padding:0 .42667rem;align-items:center}.course-comment .header__title{font-size:.48rem;color:#222;line-height:.69333rem;font-weight:500}.course-comment .header__extra{display:flex;align-items:center}.course-comment .header__extra span{font-size:.37333rem;color:#c69546;line-height:.53333rem;margin-right:.10667rem}.course-comment .header__extra img{width:.37333rem;height:.37333rem;object-fit:contain}.course-comment .tabs{display:flex;padding:.32rem .42667rem .16rem;align-items:center;position:relative}.course-comment .tabs__loading{position:absolute;right:.42667rem}.course-comment .tabs__title{font-size:.42667rem;color:#666;letter-spacing:0;text-align:center;line-height:1.06667rem;margin-right:.74667rem;position:relative}.course-comment .tabs__title.active{font-weight:500;color:#222;pointer-events:none;display:flex;align-items:center}.course-comment .tabs__title.active:after{content:"";background:#e93a40;border-radius:.04rem;width:.64rem;height:.08rem;display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.course-comment .item{padding:.37333rem 0;margin:0 auto;width:calc(100% - .85333rem);position:relative}.course-comment .item__header{display:flex;align-items:center;padding-bottom:.16rem}.course-comment .item__header img{width:.96rem;height:.96rem;border-radius:50%}.course-comment .item__header span{text-align:left;color:var(--text-1);margin-left:.32rem;flex:1}.course-comment .item__reply{background:var(--fill-alpha-1);border-radius:.16rem;padding:.26667rem .32rem;margin-top:.32rem}.course-comment .item__reply .reply-comment{margin-top:.26667rem}.course-comment .item__reply .reply-comment:first{margin-top:0}.course-comment .item__reply .reply-comment__header{display:flex;align-items:center;padding-bottom:.10667rem}.course-comment .item__reply .reply-comment__header img{width:.64rem;height:.64rem;border-radius:50%}.course-comment .item__reply .reply-comment__header span{color:var(--text-2);margin-left:.21333rem;flex:1}.course-comment .item__reply .reply-comment__content{color:var(--text-1);word-wrap:break-word}.course-comment .item__reply .reply-comment__content span{color:var(--text-2)}.course-comment .item__reply .reply-comment__sub{display:flex;align-items:center;justify-content:space-between;margin-top:.21333rem}.course-comment .item__reply .reply-comment__sub .reply-comment-text{color:var(--text-3)}.course-comment .item__reply .reply-comment__sub .reply-comment-icon{display:flex;align-items:center}.course-comment .item__reply .reply-comment__sub .reply-comment-icon__action{margin-left:.53333rem;display:flex;align-items:center}.course-comment .item__reply .reply-comment__sub .reply-comment-icon__action:first-child{margin-left:0}.course-comment .item__reply .reply-comment__sub .reply-comment-icon__action .delete-btn{font-size:.32rem;color:#999;line-height:.48rem;font-weight:400;flex-shrink:0}.course-comment .item__reply .reply-comment__sub .reply-comment-icon__action__button{display:flex;align-items:center;color:var(--text-2)}.course-comment .item__reply .reply-comment__sub .reply-comment-icon__action__button span{margin-left:.10667rem;white-space:nowrap}.course-comment .item__content{color:var(--text-1);margin-top:.21333rem;word-break:break-all}.course-comment .item__label{color:var(--text-3);word-break:break-all;margin-top:.37333rem}.course-comment .item__sub{display:flex;align-items:center;justify-content:space-between;margin-top:.32rem}.course-comment .item__sub .sub-text{color:var(--text-3)}.course-comment .item__sub .sub-icon{display:flex;align-items:center}.course-comment .item__sub .sub-icon__action{margin-left:.53333rem;display:flex;align-items:center}.course-comment .item__sub .sub-icon__action:first-child{margin-left:0}.course-comment .item__sub .sub-icon__action .delete-btn{font-size:.32rem;color:#999;line-height:.48rem;font-weight:400;flex-shrink:0}.course-comment .item__sub .sub-icon__action__button{display:flex;align-items:center;color:var(--text-2)}.course-comment .item__sub .sub-icon__action__button span{margin-left:.10667rem;white-space:nowrap}.course-comment .operation{padding:.37333rem 0}.course-comment .operation img{height:2.13333rem;border-radius:.21333rem;object-fit:contain;width:100%}.course-comment .operation span{font-size:.42667rem;color:#5e86d5;line-height:.64rem;word-break:break-all}.course-comment .footer-text{font-size:.32rem;color:#b9b9b9;line-height:.53333rem;padding:0 .10667rem .32rem;display:flex}.guide-follow{display:flex;align-items:center}.guide-follow__image{margin-right:.4rem;width:7.04rem}.guide-follow .button{height:.64rem;width:1.70667rem;background-color:var(--primary-1);color:var(--text-6);display:flex;align-items:center;justify-content:center;border-radius:13.32rem}.guide-follow .button--active{background-color:#f0f0f0;color:var(--text-3)}.role-ast{height:50vh;padding:.42667rem;color:var(--text-2);box-sizing:border-box;display:flex;align-items:center;justify-content:center}.role-ast span>span{color:var(--auxiliary-1)}.agreement-modal{padding:.53333rem .42667rem 0;display:flex;flex-direction:column;box-sizing:border-box;align-items:center;position:relative}.agreement-modal__title{font-size:.48rem;font-weight:500;color:#222;line-height:.72rem;margin-bottom:.26667rem}.agreement-modal__icon{width:1.6rem;height:1.6rem;margin:1.12rem 0 .85333rem}.agreement-modal__label{font-size:.48rem;font-weight:500;color:#222;line-height:.72rem;margin-bottom:.21333rem}.agreement-modal__label-small{font-size:.42667rem;color:#999;line-height:.64rem}.agreement-modal__checkbox{display:flex;align-items:center;padding:.16rem 0;width:100%}.agreement-modal__checkbox img{width:.53333rem;height:.53333rem;margin-right:.05333rem}.agreement-modal__checkbox span{font-size:.42667rem;color:#5e86d5;white-space:nowrap}.agreement-modal__tip{font-size:.37333rem;color:#999;line-height:.53333rem;padding:.42667rem 0}.agreement-modal__button{margin:.42667rem 0;width:5.97333rem;height:1.06667rem;background:#f8bdbd;border-radius:.53333rem;font-size:.42667rem;font-weight:500;color:#fff;border:0;display:flex;align-items:center;justify-content:center}.agreement-modal__button.active{background:#e93a40}.agreement-modal__close{position:absolute;right:.32rem;top:.32rem;width:.64rem;height:.64rem}.top-guide-img{padding:0 .42667rem;font-size:.37333rem}.top-guide-img img{display:flex;max-width:100%}