@charset "UTF-8";:root,:host{--van-calendar-background: var(--van-background-2);--van-calendar-popup-height: 80%;--van-calendar-header-shadow: 0 2px 10px rgba(125, 126, 128, .16);--van-calendar-header-title-height: 44px;--van-calendar-header-title-font-size: var(--van-font-size-lg);--van-calendar-header-subtitle-font-size: var(--van-font-size-md);--van-calendar-header-action-width: 28px;--van-calendar-header-action-color: var(--van-text-color);--van-calendar-header-action-disabled-color: var(--van-text-color-3);--van-calendar-weekdays-height: 30px;--van-calendar-weekdays-font-size: var(--van-font-size-sm);--van-calendar-month-title-font-size: var(--van-font-size-md);--van-calendar-month-mark-color: rgba(242, 243, 245, .8);--van-calendar-month-mark-font-size: 160px;--van-calendar-day-height: 64px;--van-calendar-day-font-size: var(--van-font-size-lg);--van-calendar-day-margin-bottom: 4px;--van-calendar-range-edge-color: var(--van-white);--van-calendar-range-edge-background: var(--van-primary-color);--van-calendar-range-middle-color: var(--van-primary-color);--van-calendar-range-middle-background-opacity: .1;--van-calendar-selected-day-size: 54px;--van-calendar-selected-day-color: var(--van-white);--van-calendar-info-font-size: var(--van-font-size-xs);--van-calendar-info-line-height: var(--van-line-height-xs);--van-calendar-selected-day-background: var(--van-primary-color);--van-calendar-day-disabled-color: var(--van-text-color-3);--van-calendar-confirm-button-height: 36px;--van-calendar-confirm-button-margin: 7px 0}.van-theme-dark{--van-calendar-month-mark-color: rgba(100, 101, 102, .2);--van-calendar-day-disabled-color: var(--van-gray-7)}.van-calendar{display:flex;flex-direction:column;height:100%;background:var(--van-calendar-background)}.van-calendar__popup.van-popup--top,.van-calendar__popup.van-popup--bottom{height:var(--van-calendar-popup-height)}.van-calendar__popup.van-popup--left,.van-calendar__popup.van-popup--right{height:100%}.van-calendar__popup .van-popup__close-icon{top:11px}.van-calendar__header{flex-shrink:0;box-shadow:var(--van-calendar-header-shadow)}.van-calendar__month-title,.van-calendar__header-title,.van-calendar__header-subtitle{color:var(--van-text-color);height:var(--van-calendar-header-title-height);font-weight:var(--van-font-bold);line-height:var(--van-calendar-header-title-height);text-align:center}.van-calendar__header-title{font-size:var(--van-calendar-header-title-font-size)}.van-calendar__header-subtitle{font-size:var(--van-calendar-header-subtitle-font-size)}.van-calendar__header-subtitle--with-swicth{display:flex;align-items:center;padding:0 var(--van-padding-base)}.van-calendar__header-subtitle-text{flex:1}.van-calendar__header-action{display:flex;align-items:center;justify-content:center;min-width:var(--van-calendar-header-action-width);height:100%;color:var(--van-calendar-header-action-color);cursor:pointer}.van-calendar__header-action--disabled{color:var(--van-calendar-header-action-disabled-color);cursor:not-allowed}.van-calendar__month-title{font-size:var(--van-calendar-month-title-font-size)}.van-calendar__weekdays{display:flex}.van-calendar__weekday{flex:1;font-size:var(--van-calendar-weekdays-font-size);line-height:var(--van-calendar-weekdays-height);text-align:center}.van-calendar__body{flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.van-calendar__days{position:relative;display:flex;flex-wrap:wrap;-webkit-user-select:none;user-select:none}.van-calendar__month-mark{position:absolute;top:50%;left:50%;z-index:0;color:var(--van-calendar-month-mark-color);font-size:var(--van-calendar-month-mark-font-size);transform:translate(-50%,-50%);pointer-events:none}.van-calendar__day,.van-calendar__selected-day{display:flex;align-items:center;justify-content:center;text-align:center}.van-calendar__day{position:relative;width:14.285%;height:var(--van-calendar-day-height);font-size:var(--van-calendar-day-font-size);margin-bottom:var(--van-calendar-day-margin-bottom);cursor:pointer}.van-calendar__day--end,.van-calendar__day--start,.van-calendar__day--start-end,.van-calendar__day--multiple-middle,.van-calendar__day--multiple-selected{color:var(--van-calendar-range-edge-color);background:var(--van-calendar-range-edge-background)}.van-calendar__day--start{border-radius:var(--van-radius-md) 0 0 var(--van-radius-md)}.van-calendar__day--end{border-radius:0 var(--van-radius-md) var(--van-radius-md) 0}.van-calendar__day--start-end,.van-calendar__day--multiple-selected{border-radius:var(--van-radius-md)}.van-calendar__day--middle{color:var(--van-calendar-range-middle-color)}.van-calendar__day--middle:after{position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:var(--van-calendar-range-middle-background-opacity);content:""}.van-calendar__day--disabled{color:var(--van-calendar-day-disabled-color);cursor:default}.van-calendar__top-info,.van-calendar__bottom-info{position:absolute;right:0;left:0;font-size:var(--van-calendar-info-font-size);line-height:var(--van-calendar-info-line-height)}@media (max-width: 350px){.van-calendar__top-info,.van-calendar__bottom-info{font-size:9px}}.van-calendar__top-info{top:6px}.van-calendar__bottom-info{bottom:6px}.van-calendar__selected-day{width:var(--van-calendar-selected-day-size);height:var(--van-calendar-selected-day-size);color:var(--van-calendar-selected-day-color);background:var(--van-calendar-selected-day-background);border-radius:var(--van-radius-md)}.van-calendar__footer{flex-shrink:0;padding-left:var(--van-padding-md);padding-right:var(--van-padding-md)}.van-calendar__confirm{height:var(--van-calendar-confirm-button-height);margin:var(--van-calendar-confirm-button-margin)}.__my-calendar-popup .van-calendar__header-title,.__my-calendar-popup .van-calendar__header-subtitle,.__my-calendar-popup .van-calendar__weekday,.__my-calendar-popup .van-calendar__day{font-family:SWISSC!important;font-weight:400!important;unicode-bidi:isolate;user-select:none;transform:scale(.7,1.1)}.__my-calendar-popup .van-calendar__day{transform:scale(1);font-size:14px}.__my-calendar-popup{--van-calendar-background: #fff;--van-popup-background: var(--van-calendar-background);--van-calendar-popup-height: 80%;--van-text-color: #000;--van-font-bold: 500;--van-calendar-header-shadow: 0px 4px 10px 0px #00000040;--van-popup-close-icon-color: var(--TAB-);--van-calendar-month-mark-color: #ededed;--van-calendar-confirm-button-height: 32px;--van-calendar-day-disabled-color: var(--van-text-color-2);--van-calendar-header-title-font-size: pxToRem750(32)}.__my-calendar-popup .van-calendar__weekdays{color:var(--van-text-color)}.__my-calendar-popup .van-calendar__selected-day{background:linear-gradient(0deg,#ee0a24 0%,#ee0a24 100%);width:3.375rem;height:3.375rem}.__my-calendar-popup .van-calendar__day--disabled{cursor:not-allowed}.__my-calendar-popup .van-calendar__day:not(.van-calendar__day--disabled){color:var(--van-text-color)}.__my-calendar-popup .van-calendar__footer .van-calendar__confirm{border-radius:.3125rem;width:80%;max-width:6.625rem;height:2.3125rem;margin-inline:auto;background:linear-gradient(180deg,#5519cd,#9449ff);border:none;margin-bottom:.0625rem;font-size:.75rem;line-height:2.3125rem}.__my-calendar-popup .van-calendar__footer .van-button:before{background:linear-gradient(0deg,#5297ff 0%,#007eff 100%)}.__my-calendar-popup .van-calendar__body::-webkit-scrollbar{width:0;height:0}@media screen{.__my-calendar-popup{--van-calendar-confirm-button-height: 3rem;--van-popup-round-radius: .9375rem}.__my-calendar-popup .van-calendar__footer{--van-button-normal-font-size: .875rem}}@media (max-width: 0px){.__my-calendar-popup{--van-calendar-confirm-button-height: 32px;--van-popup-round-radius: 8px}.__my-calendar-popup.van-popup--round{border-radius:var(--van-popup-round-radius)}.__my-calendar-popup .van-calendar__footer{--van-button-normal-font-size: 16px;padding-block:16px 22px}}@media (max-width: 0px){.__my-calendar-popup-overlay{background:transparent}}.records-calendar-btn[data-v-4a175c96]{width:fit-content;padding-left:.625rem;border-radius:.25rem;background:#fff;border:.0625rem solid #bababa;display:flex;align-items:center;height:var(--records-calendar-btn-h, 1.75rem);font-size:.8125rem;font-weight:400;line-height:1.1375rem;color:#191919}.records-calendar-btn .calendar-btn-text[data-v-4a175c96]{min-width:4.90625rem;padding-right:1em}.records-calendar-btn .calendar-icon[data-v-4a175c96]{width:1.25rem;height:1.25rem;fill:#aaa;margin-left:.5rem}.records-calendar-btn .calendar-icon[data-v-4a175c96]:active{opacity:.75}.records-calendar-btn .clear-btn[data-v-4a175c96]{width:.8125rem;height:.8125rem;margin-left:.5rem;fill:#aaa;padding-block:.5em;padding-right:.625rem}.records-calendar-btn .clear-btn[data-v-4a175c96]:active{opacity:.75}@media (max-width: 0px){.records-calendar-btn[data-v-4a175c96]{width:358px;padding-inline:20px;border-radius:8px;height:var(--records-calendar-btn-h, 2.25rem);box-sizing:border-box;font-size:14px;font-weight:500;line-height:19.6px}.records-calendar-btn .calendar-btn-text[data-v-4a175c96]{min-width:50%;flex:1}.records-calendar-btn .calendar-icon[data-v-4a175c96]{width:32px;height:32px;margin-left:20px}}.panel-card[data-v-ebabd784]{box-sizing:border-box;color:var(--TAB-);width:100%}.panel-card .panel-card-title[data-v-ebabd784]{font-family:SWISSC-BT;color:gray;font-weight:600;border-bottom:1px solid #dfdfdf;display:flex;justify-content:flex-start;align-items:center}.panel-card .panel-card-title.share-main[data-v-ebabd784]{border-bottom:none;font-size:.9375rem;padding-top:.375rem;height:1.5rem;line-height:1.5rem}@media screen{.panel-card[data-v-ebabd784]{padding-left:.75rem;padding-right:.75rem;border-radius:.25rem;background-color:#fff;margin-bottom:.5rem}.panel-card .panel-card-title[data-v-ebabd784]{height:1.4375rem;font-size:.75rem;letter-spacing:-.06em;line-height:1.5rem}}.panel-sm-card[data-v-ebabd784]{width:100%}.gradient-text[data-v-ebabd784]{background-image:linear-gradient(90deg,#00ffff .16%,#ff92ff 99.84%);-webkit-background-clip:text;color:transparent}[data-v-ebabd784] .highlight-info{color:red}.gray-text[data-v-ebabd784]{color:silver}.records-header[data-v-ebabd784]{width:100%}.records-line[data-v-ebabd784]{height:1.8125rem;display:flex;justify-content:space-between;align-items:center;text-align:center;color:gray;font-size:.75rem;font-weight:700;line-height:1.8125rem;border-bottom:.0625rem solid #dfdfdf}.records-line[data-v-ebabd784]:not(.records-header){border-bottom:1px solid #dfdfdf}.records-line[data-v-ebabd784]:last-of-type{border-bottom:none}.agent-all-records[data-v-ebabd784]{box-sizing:border-box;font-family:PingFang SC;overflow:hidden}.agent-all-records .panel-card-title[data-v-ebabd784]{height:fit-content;flex-direction:column;align-items:flex-start;justify-content:stretch;letter-spacing:0;padding-bottom:0}.agent-all-records .records-header[data-v-ebabd784]{margin-top:.625rem}.agent-all-records .records-line .cell[data-v-ebabd784]:first-child{width:6%}.agent-all-records .records-line .cell[data-v-ebabd784]:nth-child(2){width:20%}.agent-all-records .records-line .cell[data-v-ebabd784]:nth-child(3){width:22%}.agent-all-records .records-line .cell[data-v-ebabd784]:nth-child(4){width:32%}.agent-all-records .records-line .cell[data-v-ebabd784]:nth-child(5){width:20%}.agent-all-records .records-summary[data-v-ebabd784]{height:var(--summary-h, 64px);display:flex;justify-content:flex-end;margin-top:.75rem}.agent-all-records .records-summary .summary-item[data-v-ebabd784]{min-width:8.0625rem;font-size:.75rem;font-weight:400;line-height:1.1375rem;white-space:nowrap}.agent-all-records .records-summary .summary-money[data-v-ebabd784]{text-align:center;color:#000;font-family:SWISSC-BT;font-size:1.125rem;font-weight:900;line-height:1em}.agent-all-records .records-summary .summary-title[data-v-ebabd784]{text-align:center;font-size:.6875rem;font-family:SWISSC;color:#6e6e6e;font-weight:500}@media screen{.agent-all-records[data-v-ebabd784]{--records-header-h: 1.9375rem;--records-calendar-btn-h: 1.75rem;--space: .75rem;--panel-content: calc(var(--tab-content-h) - var(--space));--summary-h: 2.75rem;padding-top:var(--space);height:var(--panel-content);--list-h: calc( var(--panel-content) - var(--records-calendar-btn-h) - var(--records-header-h) - var(--summary-h) - var(--space) * 3 )}.agent-all-records .records-list.refresh-list-wrapper[data-v-ebabd784]{--list-wrapper-h: auto}}@media (max-width: 0px){.agent-all-records[data-v-ebabd784]{--records-calendar-btn-h: 48px}.agent-all-records .records-header[data-v-ebabd784]{margin-top:30px}.agent-all-records .records-line[data-v-ebabd784]{font-size:16px;height:62px}.agent-all-records .records-summary[data-v-ebabd784]{margin-top:1em;height:64px;justify-content:flex-end}.agent-all-records .records-summary .summary-item[data-v-ebabd784]{flex:none;font-size:20px;font-weight:400;line-height:28px}.agent-all-records .records-summary .summary-item[data-v-ebabd784]:last-child{margin-left:83px}.agent-all-records .records-summary .summary-money[data-v-ebabd784]{font-size:32px}}
