.van-skeleton{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 16px}.van-skeleton__avatar{-webkit-flex-shrink:0;flex-shrink:0;width:32px;height:32px;margin-right:16px;background-color:#f2f3f5}.van-skeleton__avatar--round{border-radius:999px}.van-skeleton__content{width:100%}.van-skeleton__avatar+.van-skeleton__content{padding-top:8px}.van-skeleton__row,.van-skeleton__title{height:16px;background-color:#f2f3f5}.van-skeleton__title{width:40%;margin:0}.van-skeleton__row:not(:first-child){margin-top:12px}.van-skeleton__title+.van-skeleton__row{margin-top:20px}.van-skeleton--animate{-webkit-animation:van-skeleton-blink 1.2s ease-in-out infinite;animation:van-skeleton-blink 1.2s ease-in-out infinite}.van-skeleton--round .van-skeleton__row,.van-skeleton--round .van-skeleton__title{border-radius:999px}@-webkit-keyframes van-skeleton-blink{50%{opacity:.6}}@keyframes van-skeleton-blink{50%{opacity:.6}}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}.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}.van-cell-group{background-color:#fff}.van-cell-group--inset{margin:0 16px;overflow:hidden;border-radius:8px}.van-cell-group__title{padding:16px 16px 8px;color:#969799;font-size:14px;line-height:16px}.van-cell-group__title--inset{padding:16px 16px 8px 32px}.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell: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-cell--borderless:after,.van-cell:last-child:after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:"*"}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-field__label{-webkit-box-flex:0;-webkit-flex:none;flex:none;box-sizing:border-box;width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field--disabled .van-field__label{color:#c8c9cc}.van-field__value{overflow:visible}.van-field__body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:#323233;line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none}.van-field__control::-webkit-input-placeholder{color:#c8c9cc}.van-field__control::placeholder{color:#c8c9cc}.van-field__control:disabled{color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.van-field__control:read-only{cursor:default}.van-field__control--center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-field__control--right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right}.van-field__control--custom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:24px}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{-webkit-flex-shrink:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:-8px;padding:0 8px;line-height:inherit}.van-field__clear{color:#c8c9cc;font-size:16px;cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:4px}.van-field__right-icon{color:#969799}.van-field__button{padding-left:8px}.van-field__error-message{color:#ee0a24;font-size:12px;text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:4px;color:#646566;font-size:12px;line-height:16px;text-align:right}.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--min-height .van-field__control{min-height:60px}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/font_2359413_lkq6ekj4bwo.woff2?t=1642728067415) format("woff2"),url(//at.alicdn.com/t/font_2359413_lkq6ekj4bwo.woff?t=1642728067415) format("woff"),url(//at.alicdn.com/t/font_2359413_lkq6ekj4bwo.ttf?t=1642728067415) format("truetype")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-huishouzhan:before{content:"\E779"}.icon-tongqian:before{content:"\E641"}.icon-h5:before{content:"\E633"}.icon-h:before{content:"\E61A"}.icon-zuzhizhandui:before{content:"\E67D"}.icon-duizhang:before{content:"\E8B8"}.icon-pingfen:before{content:"\E637"}.icon-choujiang:before{content:"\E611"}.icon-fenyefu:before{content:"\E794"}.icon-emoji:before{content:"\E729"}.icon-jinzhi:before{content:"\E683"}.icon-jilian:before{content:"\E79F"}.icon-add:before{content:"\E627"}.icon-ranking:before{content:"\E61D"}.icon-woshou:before{content:"\E612"}.icon-billboard:before{content:"\E796"}.icon-yixiangkehu:before{content:"\E695"}.icon-template_delete:before{content:"\E626"}.icon--copy:before{content:"\E622"}.icon-jinggao:before{content:"\E79A"}.icon-iconsy:before{content:"\E769"}.icon-laba:before{content:"\E67C"}.icon-weixin1:before{content:"\E62A"}.icon-wenhao-default:before{content:"\E62C"}.icon-phonenew:before{content:"\E64D"}.icon-huabanbeifen:before{content:"\EA29"}.icon-huabanbeifen-copy:before{content:"\EA2A"}.icon-xuanzhong:before{content:"\E631"}.icon-up:before{content:"\E639"}.icon-down:before{content:"\E638"}.icon-success:before{content:"\E72E"}.icon-Key:before{content:"\E696"}.icon-shaomiao:before{content:"\E667"}.icon-shenglvehao:before{content:"\E60F"}.icon-icon-up:before{content:"\E701"}.icon-left:before{content:"\E681"}.icon-kulianf:before{content:"\E62B"}.icon-haibao:before{content:"\E712"}.icon-lingjuan-copy:before{content:"\E604"}.icon-ziyuan104:before{content:"\E6F0"}.icon-lianjie1:before{content:"\E6D7"}.icon-xiaochengxu:before{content:"\E645"}.icon-huabanzhuti:before{content:"\E65C"}.icon-bofangqi:before{content:"\EA65"}.icon-lianjie:before{content:"\E62E"}.icon-dui:before{content:"\E6B9"}.icon-paixu:before{content:"\E7A9"}.icon-search:before{content:"\E624"}.icon-replay:before{content:"\E6A8"}.icon-moneynew:before{content:"\E675"}.icon-zhifeiji:before{content:"\E621"}.icon-31_tuichu:before{content:"\E677"}.icon-erweima:before{content:"\EA08"}.icon-liebiao:before{content:"\E65B"}.icon-daiwanshan:before{content:"\E6BA"}.icon-daiwanshan-copy:before{content:"\E7B5"}.icon-baseline-close-px:before{content:"\E615"}.icon-Excel:before{content:"\E6DF"}.icon-copy:before{content:"\E61F"}.icon-wenjian:before{content:"\E623"}.icon-baifenhao:before{content:"\E679"}.icon-Icon-KeyboardArrow-Down-Rounded1-copy:before{content:"\E7B3"}.icon-zhongtubiao-copy:before{content:"\E7B4"}.icon-moneyfill:before{content:"\E985"}.icon-piechart1:before{content:"\E7B2"}.icon-dingdan:before{content:"\E644"}.icon-friends:before{content:"\E600"}.icon-flag:before{content:"\E66E"}.icon-piechart:before{content:"\E640"}.newWriteoff[data-v-0d539a04]{width:100%;height:100%;background:#f7f8fa;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.4rem .26rem}.newWriteoff .fs30[data-v-0d539a04]{font-size:.3rem}.newWriteoff .fs28[data-v-0d539a04]{font-size:.28rem}.newWriteoff .fs22[data-v-0d539a04]{font-size:.22rem}.newWriteoff .fs24[data-v-0d539a04]{font-size:.24rem}.newWriteoff .c79[data-v-0d539a04]{color:#797979}.newWriteoff .c6C[data-v-0d539a04]{color:#6c6c6c}.newWriteoff .color2[data-v-0d539a04]{color:#ee0a24}.newWriteoff .mt50[data-v-0d539a04]{margin-top:.5rem}.newWriteoff .mt36[data-v-0d539a04]{margin-top:.36rem}.newWriteoff .title[data-v-0d539a04]{font-size:.26rem;color:#7d7d7d}.newWriteoff .checkBtn[data-v-0d539a04]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;margin:.4rem 0;overflow:hidden;-webkit-box-shadow:10px 10px 10px #f1f1f1;box-shadow:10px 10px 10px #f1f1f1}.newWriteoff .checkBtn .c_item[data-v-0d539a04]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.3rem;padding:.3rem .28rem;background:#fff}.newWriteoff .checkBtn .c_item .text_box[data-v-0d539a04]{margin-top:.2rem;color:#737373}.newWriteoff .checkBtn .active[data-v-0d539a04]{background-color:#448aff;color:#fff}.newWriteoff .checkBtn .active div[data-v-0d539a04]{color:#f7f7f7!important}.newWriteoff .addlinkSty[data-v-0d539a04]{height:1.18rem;line-height:1.18rem;width:100%;text-align:center;background-color:#fff;border-radius:.1rem;margin-top:.3rem;border:1px dashed #1890ff}.newWriteoff .content[data-v-0d539a04]{margin-top:.2rem}.newWriteoff .content .item[data-v-0d539a04]{background-color:#fff;padding:.2rem .25rem;border-radius:.1rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:.2rem;-webkit-box-shadow:10px 10px 10px #f1f1f1;box-shadow:10px 10px 10px #f1f1f1}.newWriteoff .content .item .item_top[data-v-0d539a04]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.1rem;font-weight:500}.newWriteoff .popBox[data-v-0d539a04]{width:100%;padding:.36rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.newWriteoff .popBox .p_title[data-v-0d539a04]{padding:0 .46rem .46rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e1e1e1}.newWriteoff .popBox .p_content[data-v-0d539a04]{padding:.68rem .46rem}.newWriteoff .popBox .p_content .fieldSty[data-v-0d539a04]{padding-bottom:.16rem;border-bottom:1px solid #e1e1e1}.newWriteoff .alertBox[data-v-0d539a04]{padding:.4rem .6rem;-webkit-box-sizing:border-box;box-sizing:border-box}.newWriteoff .alertBox .alert_bottom[data-v-0d539a04]{text-align:center;color:#ee0a24;margin-top:.3rem}.newWriteoff .van-cell[data-v-0d539a04]{padding:0}.newWriteoff .selSty[data-v-0d539a04]{width:40px;height:30px;line-height:30px;text-align:center}.newWriteoff .bottom_text[data-v-0d539a04]{text-decoration:underline;width:100%;text-align:center;position:fixed;bottom:20px;left:0;font-size:.26rem}.newWriteoff .bottom_text a[data-v-0d539a04]{color:#212121}