.van-goods-action-button{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-goods-action-button--first{margin-left:5px;border-top-left-radius:999px;border-bottom-left-radius:999px}.van-goods-action-button--last{margin-right:5px;border-top-right-radius:999px;border-bottom-right-radius:999px}.van-goods-action-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(90deg,#ffd01e,#ff8917)}.van-goods-action-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(90deg,#ff6034,#ee0a24)}@media (max-width:321px){.van-goods-action-button{font-size:13px}}.van-goods-action{position:fixed;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:content-box;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-goods-action--unfit{padding-bottom:0}.van-dialog{position:fixed;top:45%;left:50%;width:320px;overflow:hidden;font-size:16px;background-color:#fff;border-radius:16px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}@media (max-width:321px){.van-dialog{width:90%}}.van-dialog__header{padding-top:26px;font-weight:500;line-height:24px;text-align:center}.van-dialog__header--isolated{padding:24px 0}.van-dialog__content--isolated{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:104px}.van-dialog__message{-webkit-box-flex:1;-webkit-flex:1;flex:1;max-height:60vh;padding:26px 24px;overflow-y:auto;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:8px;color:#646566}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__cancel,.van-dialog__confirm{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:48px;margin:0;border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:#ee0a24}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:8px 24px 16px}.van-dialog--round-button .van-dialog__message{padding-bottom:16px;color:#323233}.van-dialog--round-button .van-dialog__cancel,.van-dialog--round-button .van-dialog__confirm{height:36px}.van-dialog--round-button .van-dialog__confirm{color:#fff}.van-dialog-bounce-enter{-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.van-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.van-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color:#969799;font-size:14px;line-height:50px;text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.van-dropdown-item{position:fixed;right:0;left:0;z-index:10;overflow:hidden}.van-dropdown-item__icon{display:block;line-height:inherit}.van-dropdown-item__option{text-align:left}.van-dropdown-item__option--active,.van-dropdown-item__option--active .van-dropdown-item__icon{color:#ee0a24}.van-dropdown-item--up{top:0}.van-dropdown-item--down{bottom:0}.van-dropdown-item__content{position:absolute;max-height:80%}.van-dropdown-menu{-webkit-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;height:48px;background-color:#fff;box-shadow:0 2px 12px rgba(100,101,102,.12)}.van-dropdown-menu__bar--opened{z-index:11}.van-dropdown-menu__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:0;cursor:pointer}.van-dropdown-menu__item:active{opacity:.7}.van-dropdown-menu__item--disabled:active{opacity:1}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:#969799}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:0 8px;color:#323233;font-size:15px;line-height:22px}.van-dropdown-menu__title:after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent #dcdee0 #dcdee0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:.8;content:""}.van-dropdown-menu__title--active{color:#ee0a24}.van-dropdown-menu__title--active:after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down:after{margin-top:-1px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.van-collapse-item{position:relative}.van-collapse-item--border:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:0;right:16px;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon:before{-webkit-transform:rotate(90deg) translateZ(0);transform:rotate(90deg) translateZ(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.van-collapse-item__title:after{right:16px;display:none}.van-collapse-item__title--expanded .van-cell__right-icon:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded:after{display:block}.van-collapse-item__title--borderless:after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out;will-change:height}.van-collapse-item__content{padding:12px 16px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}.van-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#323233}.van-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px 16px;font-size:16px;background-color:#fff;border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:#f2f3f5}.van-action-sheet__item{line-height:22px}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:#c8c9cc}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:#fff}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;color:#646566}.van-action-sheet__subname{margin-top:8px;color:#969799;font-size:12px;line-height:18px}.van-action-sheet__gap{display:block;height:8px;background-color:#f7f8fa}.van-action-sheet__header{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:16px;line-height:48px;text-align:center}.van-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;padding:20px 16px;color:#969799;font-size:14px;line-height:20px;text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:22px;height:22px}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:0 16px;color:#c8c9cc;font-size:22px;line-height:inherit}.van-action-sheet__close:active{color:#969799}[data-v-72f45ce3] .van-tabs--line .van-tabs__wrap{height:.98rem;border-bottom:.01rem solid #e7e7e7}.doge[data-v-72f45ce3]{width:140px;height:72px;margin-top:8px;border-radius:4px}.loading-text[data-v-72f45ce3]{display:flex;align-items:center;justify-content:center;color:var(---brand_0,#165dff);text-align:center;font-family:PingFang SC;font-size:.28rem;font-style:normal;font-weight:400;line-height:.44rem;margin-top:.3rem}.loading-text .loading-icon[data-v-72f45ce3]{width:.48rem;height:.48rem;margin-right:.24rem}.delBtn[data-v-72f45ce3]{position:fixed;bottom:0;z-index:100000;width:7.5rem;display:flex;align-items:center;flex-direction:column;justify-content:center;height:2.56rem;background:#eef1f5}.delBtn .van-button[data-v-72f45ce3]{width:5.6rem;height:.8rem;margin-bottom:.24rem}.delBtn .btnbg000026[data-v-72f45ce3]{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.26);left:0;top:0;z-index:100}.item_send[data-v-72f45ce3]{display:flex;align-items:center}.item_send .serial_number[data-v-72f45ce3]{width:64px!important;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.item_send .serial_number p[data-v-72f45ce3]{width:20px;height:20px;background:#3089f7;border-radius:50%;color:#fff;font-size:14px;line-height:20px;text-align:center;margin-bottom:7px}.item_send .item_send_msg[data-v-72f45ce3]{flex:1;width:calc(100% - 67px)}.height95[data-v-72f45ce3]{max-height:95px!important;overflow:hidden!important}.pagecontent[data-v-72f45ce3]{background:var(---_5,#f7f8fa);overflow:hidden}.pagecontent .left[data-v-72f45ce3]{background:#fff}.content1[data-v-72f45ce3]{padding-top:.21rem;padding-left:.23rem;margin-top:0!important;position:relative}.content1 p[data-v-72f45ce3]{width:4.78rem;word-wrap:break-word}.list2[data-v-72f45ce3]{height:calc(100vh - 47px - 2.8rem)!important}.list[data-v-72f45ce3]{padding-bottom:1.4rem;overflow:hidden;overflow-y:auto}.list .li[data-v-72f45ce3]{margin-top:.2rem;width:100%;padding:.24rem .28rem;background:#fff;display:flex;align-items:center}.list .li[data-v-72f45ce3]:last-child{margin-bottom:.32rem}.list .margin0[data-v-72f45ce3]{margin-left:.15rem}.list .item[data-v-72f45ce3]{font-size:.28rem}.list .item .icon[data-v-72f45ce3]{width:.32rem;margin-right:.15rem;height:.32rem}.list .item .item-title[data-v-72f45ce3]{margin-bottom:.24rem;width:6.88rem;color:var(---__1,#1d2129);font-size:.28rem;font-style:normal;font-weight:400;line-height:.48rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.list .item .item-flex[data-v-72f45ce3]{display:flex;align-items:center;margin-bottom:.24rem}.list .item .item-flex .item-time[data-v-72f45ce3]{margin-bottom:.32rem;color:red!important;font-size:.24rem;font-style:normal;font-weight:400;line-height:.24rem}.list .item .item-flex .span[data-v-72f45ce3]{padding:.02rem .16rem;color:var(--text-2,#4e5969);font-family:Roboto;font-size:.24rem;font-style:normal;font-weight:400;line-height:.4rem}.list .item .item-flex .p[data-v-72f45ce3],.list .item .item-flex p[data-v-72f45ce3]{color:var(---text_0,#1d2129);font-family:PingFang SC;font-size:.24rem;font-style:normal;font-weight:400;line-height:.32rem;padding:.08rem;background:var(---fill_4,#f7f8fa);margin-left:.24rem}.list .item .item-flex .p[data-v-72f45ce3]{display:flex;align-items:center}.list .item .item-flex .p .avatar-content[data-v-72f45ce3]{width:.32rem;height:.32rem;margin-right:.2rem}.list .item .item-flex .p .avatar-content .avatar[data-v-72f45ce3]{width:.32rem;height:.32rem}.list .item .item-flex .p .name[data-v-72f45ce3]{display:inline-block;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ff7d00}.list .item .item-flex .p .name span[data-v-72f45ce3]{color:#1d2129}.list .item .item-time[data-v-72f45ce3]{color:var(---text_2,#86909c);font-family:PingFang SC;font-size:.24rem;font-style:normal;font-weight:400;line-height:.24rem}.list .item .removeBtn[data-v-72f45ce3]{height:.44rem;margin-top:.24rem;font-size:.28rem;color:#1d2129;display:flex;justify-content:space-around;align-items:center}.list .item .removeBtn p[data-v-72f45ce3]{display:flex;align-items:center;justify-content:center;flex-basis:auto}.list .item .removeBtn p img[data-v-72f45ce3]{width:.28rem;height:.28rem;margin-right:.2rem}.list .item .removeBtn .xian[data-v-72f45ce3]{width:1px;height:10px;flex-shrink:0;background:var(---line_2,#e5e6eb);margin:0 .32rem}.list .item .content[data-v-72f45ce3]{margin-top:.15rem;line-height:.3rem}.list .item .btn[data-v-72f45ce3]{margin-right:.26rem}.list .item .btn p[data-v-72f45ce3]{float:right;padding-left:.34rem}[data-v-72f45ce3] .van-overlay{background:rgba(0,0,0,.2);z-index:100000}[data-v-72f45ce3] .van-popup{border-radius:10px}.delUserModal[data-v-72f45ce3]{background:#fff;width:6rem;height:3.8rem;box-shadow:0 0 .08rem 0 #ccc;border-radius:.16rem;border:1px solid #ddd;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.delUserModal .top[data-v-72f45ce3]{height:.9rem;border-bottom:1px solid #eee;display:flex;justify-content:center;align-items:center;position:relative}.delUserModal .top .title[data-v-72f45ce3]{font-size:.34rem;padding:0;font-weight:600;color:#333}.delUserModal .top .closeIcon[data-v-72f45ce3]{position:absolute;top:.3rem;right:.25rem;width:.36rem;height:.36rem;font-size:.36rem;cursor:pointer}.delUserModal .body[data-v-72f45ce3]{height:1.78rem;display:flex;justify-content:center;align-items:center;font-size:.34rem;font-weight:400;color:#333;padding:0 10px}.delUserModal .body input[data-v-72f45ce3]{width:328px;height:32px;padding:5px 10px}.delUserModal .footer[data-v-72f45ce3]{display:flex;justify-content:center;align-items:center;height:.8rem}.delUserModal .footer .quxiao[data-v-72f45ce3]{color:#333!important}.delUserModal .footer .van-button--info[data-v-72f45ce3]{background:#376fff;border:1px solid #376fff}.delUserModal .footer .van-button[data-v-72f45ce3]{font-size:.3rem;width:2rem;height:.8rem;border-radius:.08rem}.file[data-v-72f45ce3]{display:flex;align-items:center;margin-top:12px;height:90px;background:#fff;border-radius:4px}.file img[data-v-72f45ce3]{width:56px;height:56px;border-radius:2px;margin:0 12px 0 16px}.file p[data-v-72f45ce3]{display:flex;flex-direction:column}[data-v-72f45ce3] .van-tab{font-size:.28rem}[data-v-72f45ce3] .van-tabs__line{width:.32rem;height:.06rem!important;background-color:transparent;border-bottom:2px solid var(---,#1966ff);border-radius:.06rem .06rem 0 0}.tc[data-v-72f45ce3]{width:7.5rem;height:100vh;position:fixed;z-index:1000;background:rgba(0,0,0,.2)}.tc .tcMain[data-v-72f45ce3]{position:absolute;right:.12rem;top:.1rem;width:2.1rem;height:2.1rem;background:url(data:image/png;base64,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) no-repeat;background-size:100% 100%;padding-top:.1rem}.tc .tcMain div[data-v-72f45ce3]{display:flex;align-items:center;height:1rem;justify-content:center;color:#376fff;font-size:.32rem}.tc .tcMain div img[data-v-72f45ce3]{width:.36rem;height:.36rem;margin-right:.3rem}.block[data-v-72f45ce3]{width:100%;height:auto;background:#fff;box-shadow:0 0 12px 0 #ccc;border-radius:10px;border:1px solid #ccc}.block .title[data-v-72f45ce3]{display:flex;width:370px;height:40px;align-items:center;justify-content:space-between;font-size:16px;padding:0 .26rem 0 .19rem}.block .title span[data-v-72f45ce3]{padding-left:146px;font-weight:500}.block .tcbtns[data-v-72f45ce3]{margin-top:28px;display:flex;align-items:center;justify-content:center;font-size:14px}.block .tcbtns .btn1[data-v-72f45ce3]{border:1px solid #f3f3f5;background:#f3f3f5;border-radius:4px;margin-right:15px}.block .tcbtns .btn1[data-v-72f45ce3],.block .tcbtns .btn2[data-v-72f45ce3]{width:158px;height:30px;display:flex;align-items:center;justify-content:center}.block .tcbtns .btn2[data-v-72f45ce3]{border:1px solid #1677ff;background:#3089f7;border-radius:4px;color:#fff}.block .tcbtns .btn2[data-v-72f45ce3]:hover{background:#3c8dff}.block .tcbtns .btn1[data-v-72f45ce3]:hover{border:1px solid #1677ff;color:#1677ff}.bg00026[data-v-72f45ce3]{background-color:rgba(0,0,0,.26);z-index:2000}.bg0000[data-v-72f45ce3]{background-color:transparent;z-index:2000}[data-v-72f45ce3] .ant-modal-mask{display:flex!important}