:host,:root{--van-action-sheet-max-height:80%;--van-action-sheet-header-height:48px;--van-action-sheet-header-font-size:var(--van-font-size-lg);--van-action-sheet-description-color:var(--van-text-color-2);--van-action-sheet-description-font-size:var(--van-font-size-md);--van-action-sheet-description-line-height:var(--van-line-height-md);--van-action-sheet-item-background:var(--van-background-2);--van-action-sheet-item-font-size:var(--van-font-size-lg);--van-action-sheet-item-line-height:var(--van-line-height-lg);--van-action-sheet-item-text-color:var(--van-text-color);--van-action-sheet-item-disabled-text-color:var(--van-text-color-3);--van-action-sheet-item-icon-size:18px;--van-action-sheet-item-icon-margin-right:var(--van-padding-xs);--van-action-sheet-subname-color:var(--van-text-color-2);--van-action-sheet-subname-font-size:var(--van-font-size-sm);--van-action-sheet-subname-line-height:var(--van-line-height-sm);--van-action-sheet-close-icon-size:22px;--van-action-sheet-close-icon-color:var(--van-gray-5);--van-action-sheet-close-icon-padding:0 var(--van-padding-md);--van-action-sheet-cancel-text-color:var(--van-gray-7);--van-action-sheet-cancel-padding-top:var(--van-padding-xs);--van-action-sheet-cancel-padding-color:var(--van-background);--van-action-sheet-loading-icon-size:22px}.van-action-sheet{display:flex;flex-direction:column;max-height:var(--van-action-sheet-max-height);overflow:hidden;color:var(--van-action-sheet-item-text-color)}.van-action-sheet__content{flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;padding:14px var(--van-padding-md);font-size:var(--van-action-sheet-item-font-size);background:var(--van-action-sheet-item-background);border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:var(--van-active-color)}.van-action-sheet__item{line-height:var(--van-action-sheet-item-line-height)}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:var(--van-action-sheet-item-disabled-text-color)}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:var(--van-action-sheet-item-background)}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__item-icon{font-size:var(--van-action-sheet-item-icon-size);margin-right:var(--van-action-sheet-item-icon-margin-right)}.van-action-sheet__cancel{flex-shrink:0;box-sizing:border-box;color:var(--van-action-sheet-cancel-text-color)}.van-action-sheet__subname{width:100%;margin-top:var(--van-padding-xs);color:var(--van-action-sheet-subname-color);font-size:var(--van-action-sheet-subname-font-size);line-height:var(--van-action-sheet-subname-line-height);overflow-wrap:break-word}.van-action-sheet__gap{display:block;height:var(--van-action-sheet-cancel-padding-top);background:var(--van-action-sheet-cancel-padding-color)}.van-action-sheet__header{flex-shrink:0;font-weight:var(--van-font-bold);font-size:var(--van-action-sheet-header-font-size);line-height:var(--van-action-sheet-header-height);text-align:center}.van-action-sheet__description{position:relative;flex-shrink:0;padding:20px var(--van-padding-md);color:var(--van-action-sheet-description-color);font-size:var(--van-action-sheet-description-font-size);line-height:var(--van-action-sheet-description-line-height);text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-border-color);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:var(--van-action-sheet-loading-icon-size);height:var(--van-action-sheet-loading-icon-size)}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:var(--van-action-sheet-close-icon-padding);color:var(--van-action-sheet-close-icon-color);font-size:var(--van-action-sheet-close-icon-size);line-height:inherit}:host,:root{--van-empty-padding:var(--van-padding-xl) 0;--van-empty-image-size:160px;--van-empty-description-margin-top:var(--van-padding-md);--van-empty-description-padding:0 60px;--van-empty-description-color:var(--van-text-color-2);--van-empty-description-font-size:var(--van-font-size-md);--van-empty-description-line-height:var(--van-line-height-md);--van-empty-bottom-margin-top:24px}.van-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:var(--van-empty-padding)}.van-empty__image{width:var(--van-empty-image-size);height:var(--van-empty-image-size)}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:var(--van-empty-description-margin-top);padding:var(--van-empty-description-padding);color:var(--van-empty-description-color);font-size:var(--van-empty-description-font-size);line-height:var(--van-empty-description-line-height)}.van-empty__bottom{margin-top:var(--van-empty-bottom-margin-top)}.van-theme-dark .van-empty{opacity:.5}:host,:root{--van-nav-bar-height:46px;--van-nav-bar-background:var(--van-background-2);--van-nav-bar-arrow-size:16px;--van-nav-bar-icon-color:var(--van-primary-color);--van-nav-bar-text-color:var(--van-primary-color);--van-nav-bar-title-font-size:var(--van-font-size-lg);--van-nav-bar-title-text-color:var(--van-text-color);--van-nav-bar-z-index:1;--van-nav-bar-disabled-opacity:var(--van-disabled-opacity)}.van-nav-bar{position:relative;z-index:var(--van-nav-bar-z-index);line-height:var(--van-line-height-lg);text-align:center;background:var(--van-nav-bar-background);-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-nav-bar .van-icon{color:var(--van-nav-bar-icon-color)}.van-nav-bar__content{position:relative;display:flex;align-items:center;height:var(--van-nav-bar-height)}.van-nav-bar__arrow{margin-right:var(--van-padding-base);font-size:var(--van-nav-bar-arrow-size)}.van-nav-bar__title{max-width:60%;margin:0 auto;color:var(--van-nav-bar-title-text-color);font-weight:var(--van-font-bold);font-size:var(--van-nav-bar-title-font-size)}.van-nav-bar__left,.van-nav-bar__right{position:absolute;top:0;bottom:0;display:flex;align-items:center;padding:0 var(--van-padding-md);font-size:var(--van-font-size-md)}.van-nav-bar__left--disabled,.van-nav-bar__right--disabled{cursor:not-allowed;opacity:var(--van-nav-bar-disabled-opacity)}.van-nav-bar__left{left:0}.van-nav-bar__right{right:0}.van-nav-bar__text{color:var(--van-nav-bar-text-color)}:host,:root{--van-pull-refresh-head-height:50px;--van-pull-refresh-head-font-size:var(--van-font-size-md);--van-pull-refresh-head-text-color:var(--van-text-color-2);--van-pull-refresh-loading-icon-size:16px}.van-pull-refresh{overflow:hidden}.van-pull-refresh__track{position:relative;height:100%;transition-property:transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--van-pull-refresh-head-height);overflow:hidden;color:var(--van-pull-refresh-head-text-color);font-size:var(--van-pull-refresh-head-font-size);line-height:var(--van-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.van-pull-refresh__loading .van-loading__spinner{width:var(--van-pull-refresh-loading-icon-size);height:var(--van-pull-refresh-loading-icon-size)}:host,:root{--van-list-text-color:var(--van-text-color-2);--van-list-text-font-size:var(--van-font-size-md);--van-list-text-line-height:50px;--van-list-loading-icon-size:16px}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}.red_disabled{opacity:1;color:var(--striking-color);background-color:#f6ebd7;border-color:#f6ebd7}.homepage-page{width:100%;height:auto}.homepage-page .van-nav-bar{color:#fff;transition:all .3s;background:transparent}.homepage-page .van-nav-bar .van-icon,.homepage-page .van-nav-bar .van-nav-bar__title{color:unset}.homepage-page .nav-promotion{border-radius:13px;border-color:transparent;background-color:rgba(0,0,0,.39);transition:all .3s}.homepage-page .nav-promotion .btn-content{display:flex;flex-direction:row;align-items:center}.homepage-page .nav-promotion .btn-content img{width:12px;height:12px;margin-right:4px}.homepage-page .more-btn{width:28px;height:28px;cursor:pointer;margin-left:12px}.homepage-page .more-btn img{width:100%;height:100%}.homepage-page .business-card{width:100%;height:auto;position:relative;background-position:50%;background-size:cover;background-repeat:no-repeat}.homepage-page .business-card .brand-info{position:absolute;top:0;left:0;z-index:2;width:100%;height:auto;display:flex;flex-direction:column;padding-top:60px;padding-bottom:12px;position:relative;margin-bottom:-12px}.homepage-page .business-card .brand-info .account-info{width:100%;padding:0 12px;display:flex;flex-direction:row;align-items:stretch}.homepage-page .business-card .brand-info .account-info .avatar-wrapper{width:56px;height:56px;border-radius:50%;position:relative;margin-right:14px;cursor:pointer;border:2px solid #fff}.homepage-page .business-card .brand-info .account-info .avatar-wrapper .pendant{position:absolute;top:-3px;left:-3px;z-index:99;width:58px;height:58px}.homepage-page .business-card .brand-info .account-info .info{width:calc(100% - 70px);display:flex;flex-direction:column}.homepage-page .business-card .brand-info .account-info .info .name{width:100%;font-size:17px;font-weight:600;line-height:24px;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}.homepage-page .business-card .brand-info .account-info .info .row{margin-top:8px;font-size:var(--small-size);color:#fff;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.homepage-page .business-card .brand-info .account-info .info .row.data{display:flex;flex-direction:row;align-items:center}.homepage-page .business-card .brand-info .account-info .info .row.data .item{display:flex;flex-direction:row;align-items:center;margin-right:12px}.homepage-page .business-card .brand-info .account-info .info .row.data .item .icon{margin-right:4px}.homepage-page .business-card .brand-info .account-info .info .row.data .golden{color:var(--success-color)}.homepage-page .business-card .brand-info .tag-list{width:100%;padding:0 12px;display:flex;align-items:center;justify-content:space-between;margin-top:12px}.homepage-page .business-card .brand-info .tag-list .tag{width:auto;padding:0 12px;height:20px;line-height:20px;border-radius:12px;margin-right:12px;color:#fff;display:flex;flex-direction:row;align-items:center;font-size:var(--small-size);background:hsla(0,0%,100%,.39)}.homepage-page .business-card .brand-info .tag-list .tag .icon{margin-right:4px}.homepage-page .business-card .brand-info .tag-list .tag.golden{color:#714135;background:linear-gradient(90deg,#ffdea2,#e3bf7c)}.homepage-page .business-card .brand-info .tag-list .row{flex:1;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.homepage-page .business-card .brand-info .tag-list .row .tag{margin:0 8px 0 0}.homepage-page .business-card .brand-info .brand-data{width:100%;padding:0 10px;margin:16px 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.homepage-page .business-card .brand-info .brand-data .data-item{display:flex;flex-direction:column}.homepage-page .business-card .brand-info .brand-data .data-item p{font-size:16px;width:100%;color:#fff;text-align:center;margin-top:4px}.homepage-page .business-card .brand-info .brand-data .data-item p:last-child{font-size:var(--small-size)}.homepage-page .business-card .brand-info .business-info{padding:0 12px}.homepage-page .business-card .brand-info .business-info .title{font-size:14px;color:#fff}.homepage-page .business-card .brand-info .business-info .desc{font-size:var(--small-size);color:#fff;margin-top:12px}.homepage-page .business-card .brand-info .business-info .tag-list{padding:0}.homepage-page .business-card .brand-info .opt-row{padding:0 12px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;width:100%;margin:16px 0}.homepage-page .business-card .brand-info .opt-row .opt-btn{padding:6px 16px;height:auto;color:var(--primary-color);border-color:#f5f5f7;background-color:#f5f5f7;overflow:hidden;font-size:14px;line-height:20px}.homepage-page .business-card .brand-info .opt-row .opt-btn .icon,.homepage-page .business-card .brand-info .opt-row .opt-btn .van-icon{margin-right:4px}.homepage-page .business-card .brand-info .opt-row .opt-btn .van-button__text{display:flex;flex-direction:row;align-items:center;justify-content:center}.homepage-page .business-card .brand-info .opt-row .opt-btn.success{color:#fff;border-color:var(--success-color);background-color:var(--success-color)}.homepage-page .business-card .brand-info .opt-row .btn-list{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.homepage-page .business-card .brand-info .opt-row .btn-list .opt-btn{margin-left:8px}.homepage-page .business-card:after{content:"";position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.homepage-page .tab-wrapper{width:100%;height:auto}.homepage-page .tab-wrapper .van-tabs__wrap{position:sticky;top:0;left:0;z-index:99}.homepage-page .tab-wrapper .van-tabs__nav{border-radius:15px 15px 0 0;overflow:hidden}.homepage-page .tab-wrapper .van-tab{font-size:var(--primary-size)}.homepage-page .tab-content{width:100%;height:auto;min-height:calc(100vh - 90px);padding:12px 10px;box-sizing:border-box;background-color:var(--background-color)}.homepage-page .tab-content .van-pull-refresh,.homepage-page .tab-content .van-pull-refresh__track{min-height:calc(100vh - 360px - constant(safe-area-inset-bottom));min-height:calc(100vh - 360px - env(safe-area-inset-bottom))}.homepage-page .tab-content .article-wrapper,.homepage-page .tab-content .auction-wrapper,.homepage-page .tab-content .identify-wrapper,.homepage-page .tab-content .video-wrapper,.homepage-page .tab-content .wantbuy-wrapper{height:auto;border-radius:6px;overflow:hide;background-color:#fff;margin-bottom:12px;padding:20px;position:relative}.homepage-page .tab-content .article-wrapper .title,.homepage-page .tab-content .identify-wrapper .title{width:100%;font-size:var(--primary-size);margin-bottom:12px;font-weight:700;display:flex;flex-direction:row;align-items:center;cursor:pointer}.homepage-page .tab-content .article-wrapper .title .text,.homepage-page .tab-content .identify-wrapper .title .text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homepage-page .tab-content .article-wrapper .title .topping,.homepage-page .tab-content .identify-wrapper .title .topping{margin-left:12px}.homepage-page .tab-content .article-wrapper .title .cost,.homepage-page .tab-content .identify-wrapper .title .cost{margin-left:12px;color:var(--success-color)}.homepage-page .tab-content .article-wrapper .desc,.homepage-page .tab-content .identify-wrapper .desc{width:100%;font-size:var(--small-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:12px;cursor:pointer}.homepage-page .tab-content .article-wrapper .article-img-list,.homepage-page .tab-content .identify-wrapper .article-img-list{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;margin-bottom:-8px;cursor:pointer}.homepage-page .tab-content .article-wrapper .article-img-list .article-img,.homepage-page .tab-content .article-wrapper .article-img-list .article-video,.homepage-page .tab-content .identify-wrapper .article-img-list .article-img,.homepage-page .tab-content .identify-wrapper .article-img-list .article-video{width:calc(33.33333vw - 25.33333px);height:calc(33.33333vw - 25.33333px);max-width:141px;max-height:141px;border-radius:6px;overflow:hidden;margin:0 8px 8px 0}@media (max-width:500px){.homepage-page .tab-content .article-wrapper .article-img-list .article-img:nth-child(3n),.homepage-page .tab-content .identify-wrapper .article-img-list .article-img:nth-child(3n){margin-right:0}}.homepage-page .tab-content .article-wrapper .article-img-list .article-video,.homepage-page .tab-content .identify-wrapper .article-img-list .article-video{position:relative}.homepage-page .tab-content .article-wrapper .article-img-list .article-video video,.homepage-page .tab-content .identify-wrapper .article-img-list .article-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-size:100% 100%;cursor:pointer}.homepage-page .tab-content .article-wrapper .article-img-list .article-video .play-icon,.homepage-page .tab-content .article-wrapper .article-img-list .article-video .play-icon img,.homepage-page .tab-content .identify-wrapper .article-img-list .article-video .play-icon,.homepage-page .tab-content .identify-wrapper .article-img-list .article-video .play-icon img{width:36px;height:36px}.homepage-page .tab-content .article-wrapper .article-img-list .article-video .play-icon,.homepage-page .tab-content .identify-wrapper .article-img-list .article-video .play-icon{position:absolute;top:calc(50% - 18px);left:calc(50% - 18px);z-index:9}.homepage-page .tab-content .video-wrapper .title{width:100%;font-size:var(--primary-size);margin-bottom:12px;font-weight:700;display:flex;flex-direction:row;align-items:center;cursor:pointer}.homepage-page .tab-content .video-wrapper .title .text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homepage-page .tab-content .video-wrapper .title .topping{margin-left:12px}.homepage-page .tab-content .video-wrapper .title .cost{margin-left:12px;color:var(--success-color)}.homepage-page .tab-content .video-wrapper .video{width:100%;height:177px;position:relative;cursor:pointer}.homepage-page .tab-content .video-wrapper .video .video-cover-img{width:100%;height:100%}.homepage-page .tab-content .video-wrapper .video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-size:100% 100%}.homepage-page .tab-content .video-wrapper .video .video-cover{position:absolute;top:0;left:0;z-index:97;width:100%;height:177px;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden}.homepage-page .tab-content .video-wrapper .video .video-cover .play-icon{width:36px;height:36px}.homepage-page .tab-content .auction-wrapper .auction-row,.homepage-page .tab-content .auction-wrapper .wantbuy-row,.homepage-page .tab-content .wantbuy-wrapper .auction-row,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row{width:100%;display:flex;flex-direction:row;align-items:center;cursor:pointer}.homepage-page .tab-content .auction-wrapper .auction-row .cover,.homepage-page .tab-content .auction-wrapper .wantbuy-row .cover,.homepage-page .tab-content .wantbuy-wrapper .auction-row .cover,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .cover{width:90px;height:90px;border-radius:6px;overflow:hidden;margin-right:12px}.homepage-page .tab-content .auction-wrapper .auction-row .info,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info{width:calc(100% - 102px);height:90px}.homepage-page .tab-content .auction-wrapper .auction-row .info .title,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info .title,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info .title,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info .title{width:100%;height:40px;line-height:20px;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.homepage-page .tab-content .auction-wrapper .auction-row .info .num,.homepage-page .tab-content .auction-wrapper .auction-row .info .tags,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info .num,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info .tags,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info .num,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info .tags,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info .num,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info .tags{color:var(--notobvious-color);font-size:var(--small-size);margin:4px 0 10px 0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homepage-page .tab-content .auction-wrapper .auction-row .info .num span,.homepage-page .tab-content .auction-wrapper .auction-row .info .tags span,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info .num span,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info .tags span,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info .num span,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info .tags span,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info .num span,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info .tags span{margin-right:12px}.homepage-page .tab-content .auction-wrapper .auction-row .info .price,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info .price,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info .price,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info .price{color:var(--striking-color);font-size:var(--primary-size)}.homepage-page .tab-content .auction-wrapper .auction-row .info .price .status-tip,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info .price .status-tip,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info .price .status-tip,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info .price .status-tip{font-size:var(--small-size)}.homepage-page .tab-content .auction-wrapper .auction-row .info .price.s1,.homepage-page .tab-content .auction-wrapper .wantbuy-row .info .price.s1,.homepage-page .tab-content .wantbuy-wrapper .auction-row .info .price.s1,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .info .price.s1{color:var(--success-color)!important}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info{width:calc(100% - 102px);height:90px;display:flex;flex-direction:column;align-content:space-between;justify-content:space-between}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-name,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-name,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-name,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-name{width:100%;height:40px;font-size:13px;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-date,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-date,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-date,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-date{width:100%;font-size:var(--small-size);display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:var(--notobvious-color)}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-price-row,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-price-row,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-price-row,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-price-row{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-price-row .auction-price,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-price-row .auction-price,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price{font-size:var(--small-size);line-height:20px}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-price-row .auction-price .num,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price .num,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-price-row .auction-price .num,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price .num{font-size:var(--primary-size)}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-price-row .auction-price.s1,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price.s1,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-price-row .auction-price.s1,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price.s1{color:var(--success-color)}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-price-row .auction-price.s2,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price.s2,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-price-row .auction-price.s2,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price.s2{color:var(--striking-color)}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-price-row .auction-price.s3,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price.s3,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-price-row .auction-price.s3,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-price-row .auction-price.s3{color:var(--primary-color)}.homepage-page .tab-content .auction-wrapper .auction-row .auction-info .auction-price-row .view-num,.homepage-page .tab-content .auction-wrapper .wantbuy-row .auction-info .auction-price-row .view-num,.homepage-page .tab-content .wantbuy-wrapper .auction-row .auction-info .auction-price-row .view-num,.homepage-page .tab-content .wantbuy-wrapper .wantbuy-row .auction-info .auction-price-row .view-num{font-size:var(--small-size);color:var(--notobvious-color)}.homepage-page .tab-content .data-row{width:100%;margin-top:14px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.homepage-page .tab-content .data-row .item{font-size:var(--small-size);display:flex;flex-direction:row;align-items:center;color:var(--notobvious-color)}.homepage-page .tab-content .data-row .item .mg{margin-left:4px}.homepage-page .tab-content .data-row.two-child{padding:0 90px}.homepage-page .tab-content .operate-row{width:100%;padding-top:12px;border-top:1px solid var(--border-color);display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:14px}.homepage-page .tab-content .operate-row .date{font-size:var(--small-size);line-height:33px;color:var(--notobvious-color)}.homepage-page .tab-content .operate-row .btn-list{display:flex;flex-direction:row;align-items:center}.homepage-page .tab-content .operate-row .btn-list button{width:88px;height:33px;display:flex;align-items:center;justify-content:center;margin-left:8px;padding:0}.homepage-page .tab-content .operate-row .btn-list button.disabled{border-color:var(--notobvious-color);background:var(--notobvious-color)}.homepage-page .tab-content .operate-row .auction{font-size:var(--small-size);line-height:33px;color:var(--success-color)}.homepage-page .tab-content .small-empty{padding-top:100px}.homepage-page .tab-content .dot:after{content:"";position:absolute;top:8px;right:8px;width:8px;height:8px;z-index:9;border-radius:50%;background-color:var(--striking-color)}.homepage-page .tab-content.manage-content{min-height:calc(100vh - 336px);padding:12px 10px 0 10px;padding-bottom:calc(constant(safe-area-inset-bottom) + 28px);padding-bottom:calc(env(safe-area-inset-bottom) + 28px)}.homepage-page .tab-content.manage-content .van-pull-refresh,.homepage-page .tab-content.manage-content .van-pull-refresh__track{min-height:calc(100vh - 376px - constant(safe-area-inset-bottom));min-height:calc(100vh - 376px - env(safe-area-inset-bottom))}.homepage-page .tab-content.full{padding:0;background-color:#fff}.homepage-page .van-list__placeholder{height:calc(constant(safe-area-inset-bottom) + var(--opt-h));height:calc(env(safe-area-inset-bottom) + var(--opt-h))}.homepage-page .user-list{width:100%;height:252px;overflow:hidden auto;display:flex;flex-direction:column;border-top:1px solid var(--border-color)}.homepage-page .user-list .user-row{width:100%;padding:20px 10px;justify-content:space-between}.homepage-page .user-list .user-row,.homepage-page .user-list .user-row .info{display:flex;flex-direction:row;align-items:center}.homepage-page .user-list .user-row .info .avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;margin-right:12px}.homepage-page .user-list .user-row .info .name{font-size:var(--primary-size);font-weight:600}.homepage-page .user-list .user-row .promotion{width:60px;height:26px}.homepage-page .brand-ops{position:fixed;top:calc(100% - 28px - constant(safe-area-inset-bottom));top:calc(100% - 28px - env(safe-area-inset-bottom));left:0;z-index:99;width:100%;height:calc(28px + constant(safe-area-inset-bottom));height:calc(28px + env(safe-area-inset-bottom));display:flex;flex-direction:row;align-items:flex-start;justify-content:space-evenly;background-color:#fff}.homepage-page .brand-ops .ops-item{width:auto;font-size:var(--primary-size);height:28px;display:flex;flex-direction:row;align-items:center}.homepage-page .brand-ops .ops-item .icon{font-size:16px;margin-right:4px}.homepage-page .brand-ops .followed{color:var(--success-color)}.homepage-page.nav_bg .van-nav-bar{color:var(--primary-color);--van-nav-bar-title-text-color:var(--primary-color);--van-nav-bar-icon-color:var(--primary-color);background-color:#fff}.homepage-page.nav_bg .nav-promotion{border-color:rgba(0,0,0,.39);background-color:#fff;margin-left:16px}.homepage-page.nav_bg .nav-promotion .btn-content{color:var(--primary-color)}.homepage-page.angle .van-tabs__wrap{background-color:#fff}