:host,:root{--van-action-sheet-max-height:80%;--van-action-sheet-header-height:1.28rem;--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:0.48rem;--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:0.58667rem;--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:0.58667rem}.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:.37333rem 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:.53333rem 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:.02667rem 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-cell-group-background:var(--van-background-2);--van-cell-group-title-color:var(--van-text-color-2);--van-cell-group-title-padding:var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size:var(--van-font-size-md);--van-cell-group-title-line-height:0.42667rem;--van-cell-group-inset-padding:0 var(--van-padding-md);--van-cell-group-inset-radius:var(--van-radius-lg);--van-cell-group-inset-title-padding:var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}:host,:root{--van-switch-size:0.69333rem;--van-switch-width:calc(1.8em + 0.10667rem);--van-switch-height:calc(1em + 0.10667rem);--van-switch-node-size:1em;--van-switch-node-background:var(--van-white);--van-switch-node-shadow:0 0.08rem 0.02667rem 0 rgba(0,0,0,0.05);--van-switch-background:rgba(120,120,128,0.16);--van-switch-on-background:var(--van-primary-color);--van-switch-duration:var(--van-duration-base);--van-switch-disabled-opacity:var(--van-disabled-opacity)}.van-theme-dark{--van-switch-background:rgba(120,120,128,0.32)}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:var(--van-switch-width);height:var(--van-switch-height);font-size:var(--van-switch-size);background:var(--van-switch-background);border-radius:var(--van-switch-node-size);cursor:pointer;transition:background-color var(--van-switch-duration)}.van-switch__node{position:absolute;top:.05333rem;left:.05333rem;width:var(--van-switch-node-size);height:var(--van-switch-node-size);font-size:inherit;background:var(--van-switch-node-background);border-radius:100%;box-shadow:var(--van-switch-node-shadow);transition:transform var(--van-switch-duration) cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background:var(--van-switch-on-background)}.van-switch--on .van-switch__node{transform:translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - .10667rem))}.van-switch--on .van-switch__loading{color:var(--van-switch-on-background)}.van-switch--disabled{cursor:not-allowed;opacity:var(--van-switch-disabled-opacity)}.van-switch--loading{cursor:default}:host,:root{--van-cell-font-size:var(--van-font-size-md);--van-cell-line-height:0.64rem;--van-cell-vertical-padding:0.26667rem;--van-cell-horizontal-padding:var(--van-padding-md);--van-cell-text-color:var(--van-text-color);--van-cell-background:var(--van-background-2);--van-cell-border-color:var(--van-border-color);--van-cell-active-color:var(--van-active-color);--van-cell-required-color:var(--van-danger-color);--van-cell-label-color:var(--van-text-color-2);--van-cell-label-font-size:var(--van-font-size-sm);--van-cell-label-line-height:var(--van-line-height-sm);--van-cell-label-margin-top:var(--van-padding-base);--van-cell-value-color:var(--van-text-color-2);--van-cell-value-font-size:inherit;--van-cell-icon-size:0.42667rem;--van-cell-right-icon-color:var(--van-gray-6);--van-cell-large-vertical-padding:var(--van-padding-sm);--van-cell-large-title-font-size:var(--van-font-size-lg);--van-cell-large-label-font-size:var(--van-font-size-md);--van-cell-large-value-font-size:inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell: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:.02667rem solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell--borderless:after,.van-cell:last-child:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}:host,:root{--van-field-label-width:6.2em;--van-field-label-color:var(--van-text-color);--van-field-label-margin-right:var(--van-padding-sm);--van-field-input-text-color:var(--van-text-color);--van-field-input-error-text-color:var(--van-danger-color);--van-field-input-disabled-text-color:var(--van-text-color-3);--van-field-placeholder-text-color:var(--van-text-color-3);--van-field-icon-size:0.48rem;--van-field-clear-icon-size:0.48rem;--van-field-clear-icon-color:var(--van-gray-5);--van-field-right-icon-color:var(--van-gray-6);--van-field-error-message-color:var(--van-danger-color);--van-field-error-message-font-size:0.32rem;--van-field-text-area-min-height:1.6rem;--van-field-word-limit-color:var(--van-gray-7);--van-field-word-limit-font-size:var(--van-font-size-sm);--van-field-word-limit-line-height:0.42667rem;--van-field-disabled-text-color:var(--van-text-color-3);--van-field-required-mark-color:var(--van-red)}.van-field{flex-wrap:wrap}.van-field__label{flex:none;box-sizing:border-box;width:var(--van-field-label-width);margin-right:var(--van-field-label-margin-right);color:var(--van-field-label-color);text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field__label--top{display:flex;width:100%;text-align:left;margin-bottom:var(--van-padding-base);overflow-wrap:break-word}.van-field__label--required:before{margin-right:.05333rem;color:var(--van-field-required-mark-color);content:"*"}.van-field--disabled .van-field__label{color:var(--van-field-disabled-text-color)}.van-field__value{overflow:visible}.van-field__body{display:flex;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:var(--van-field-input-text-color);line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none;-webkit-user-select:auto;user-select:auto}.van-field__control::-webkit-input-placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control::placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control:read-only{cursor:default}.van-field__control:disabled{color:var(--van-field-input-disabled-text-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--van-field-input-disabled-text-color)}.van-field__control--center{justify-content:center;text-align:center}.van-field__control--right{justify-content:flex-end;text-align:right}.van-field__control--custom{display:flex;align-items:center;min-height:var(--van-cell-line-height)}.van-field__control--error::-webkit-input-placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--error,.van-field__control--error::placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--min-height{min-height:var(--van-field-text-area-min-height)}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:var(--van-cell-line-height)}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:calc(var(--van-padding-xs)*-1);padding:0 var(--van-padding-xs);line-height:inherit}.van-field__clear{color:var(--van-field-clear-icon-color);font-size:var(--van-field-clear-icon-size);cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:var(--van-field-icon-size);line-height:inherit}.van-field__left-icon{margin-right:var(--van-padding-base)}.van-field__right-icon{color:var(--van-field-right-icon-color)}.van-field__button{padding-left:var(--van-padding-xs)}.van-field__error-message{color:var(--van-field-error-message-color);font-size:var(--van-field-error-message-font-size);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:var(--van-padding-base);color:var(--van-field-word-limit-color);font-size:var(--van-field-word-limit-font-size);line-height:var(--van-field-word-limit-line-height);text-align:right}[data-v-15507cdb] .van-cell-group .van-field__control,[data-v-15507cdb] .van-cell-group .van-field__error-message{padding-left:.21333rem}.ReservationAdd[data-v-15507cdb]{--van-cell-group-inset-padding:0;--van-cell-line-height:0.8rem;position:relative;min-height:100vh;background-color:#f8faff}.ReservationAdd .reservation-time-picker[data-v-15507cdb]{padding:.37333rem .32rem;background:#fff;border-radius:.32rem}.ReservationAdd .time-picker-heading[data-v-15507cdb]{display:flex;align-items:center;gap:.16rem;flex-wrap:wrap;color:#8490a5}.ReservationAdd .time-picker-heading strong[data-v-15507cdb]{color:#27364d;font-size:.42667rem}.ReservationAdd .time-picker-heading>span[data-v-15507cdb]:last-child{width:100%;margin-left:.74667rem;font-size:.32rem}.ReservationAdd .calendar-icon[data-v-15507cdb]{color:#1677ff;font-size:.58667rem}.ReservationAdd .date-list[data-v-15507cdb]{display:flex;gap:.21333rem;overflow-x:auto;margin:.37333rem -.05333rem;padding:.05333rem .05333rem .16rem;scrollbar-width:none}.ReservationAdd .date-list[data-v-15507cdb]::-webkit-scrollbar{display:none}.ReservationAdd .custom-duration button[data-v-15507cdb],.ReservationAdd .date-card[data-v-15507cdb],.ReservationAdd .duration-options button[data-v-15507cdb]{border:0;border-radius:.26667rem;background:#f5f6f8;color:#4b5568}.ReservationAdd .date-card[data-v-15507cdb]{flex:0 0 1.70667rem;padding:.24rem .10667rem;font-size:.37333rem}.ReservationAdd .date-card small[data-v-15507cdb],.ReservationAdd .date-card strong[data-v-15507cdb]{display:block}.ReservationAdd .date-card small[data-v-15507cdb]{margin-top:.10667rem;font-size:.29333rem}.ReservationAdd .date-card.active[data-v-15507cdb]{background:#2675ee;color:#fff}.ReservationAdd .duration-row[data-v-15507cdb],.ReservationAdd .time-row[data-v-15507cdb]{display:flex;align-items:center;gap:.21333rem;flex-wrap:wrap;margin:.37333rem 0}.ReservationAdd .duration-row label[data-v-15507cdb],.ReservationAdd .time-row label[data-v-15507cdb]{width:100%;font-size:.37333rem}.ReservationAdd .time-input[data-v-15507cdb]{flex:1;min-width:0;box-sizing:border-box;height:1.01333rem;padding:.21333rem .26667rem;border:.02667rem solid #d9e0eb;border-radius:.21333rem;background:#fff;color:#2675ee;text-align:center;font-size:.4rem}.ReservationAdd .start-time[data-v-15507cdb]{cursor:pointer}.ReservationAdd .end-time-display[data-v-15507cdb]{background:#f2f5fa;border-style:dashed;color:#8a97aa}.ReservationAdd .to-label[data-v-15507cdb]{font-size:.48rem;color:#8a97aa}.ReservationAdd .duration-options[data-v-15507cdb]{display:flex;flex-wrap:wrap;gap:.21333rem;width:100%}.ReservationAdd .duration-options button[data-v-15507cdb]{flex:0 0 calc(33.333% - 0.16rem);padding:.24rem .08rem;font-size:.32rem}.ReservationAdd .custom-duration button.active[data-v-15507cdb],.ReservationAdd .custom-trigger.active[data-v-15507cdb],.ReservationAdd .duration-options button.active[data-v-15507cdb]{border:.02667rem solid #2675ee;color:#2675ee;background:#eef5ff}.ReservationAdd .custom-trigger[data-v-15507cdb]{flex:0 0 calc(33.333% - 0.16rem)}.ReservationAdd .time-hint[data-v-15507cdb]{margin:.21333rem 0 0;color:#ff8a00;font-size:.34667rem;line-height:1.5}.ReservationAdd .time-error[data-v-15507cdb]{margin:.21333rem 0 0;color:#ee0a24;font-size:.34667rem;line-height:1.5}.ReservationAdd .timeline-wrap[data-v-15507cdb]{padding:.26667rem 0 .10667rem}.ReservationAdd .timeline-track[data-v-15507cdb]{position:relative;width:100%}.ReservationAdd .timeline-bar[data-v-15507cdb]{display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:.02667rem;height:.21333rem;background:transparent;border-radius:.05333rem;overflow:hidden}.ReservationAdd .timeline-segment[data-v-15507cdb]{position:relative;display:block;min-width:0;height:100%;overflow:hidden;background:#dfe3e9;border-radius:.02667rem;box-sizing:border-box}.ReservationAdd .timeline-segment i[data-v-15507cdb]{position:absolute;top:0;bottom:0}.ReservationAdd .timeline-segment i.free[data-v-15507cdb]{background:#dfe3e9}.ReservationAdd .timeline-segment i.busy[data-v-15507cdb]{background:#4ebd3c}.ReservationAdd .timeline-segment i.interval[data-v-15507cdb]{z-index:1;min-width:.02667rem;background:#f5a623}.ReservationAdd .timeline-segment i.selected[data-v-15507cdb]{z-index:2;background:#2675ee}.ReservationAdd .timeline-hours[data-v-15507cdb]{position:relative;height:.48rem;margin-top:.21333rem}.ReservationAdd .timeline-hours span[data-v-15507cdb]{position:absolute;transform:translateX(-50%);font-size:.24rem;color:#8190a5}.ReservationAdd .timeline-legend[data-v-15507cdb]{display:flex;flex-wrap:wrap;gap:.10667rem;align-items:center;margin-top:.21333rem;color:#8190a5;font-size:.26667rem}.ReservationAdd .timeline-legend span[data-v-15507cdb]{width:.37333rem;height:.18667rem;border-radius:.05333rem;margin-left:.10667rem}.ReservationAdd .timeline-legend .blue[data-v-15507cdb]{background:#2675ee}.ReservationAdd .timeline-legend .green[data-v-15507cdb]{background:#4ebd3c}.ReservationAdd .timeline-legend .orange[data-v-15507cdb]{background:#f5a623}.ReservationAdd .timeline-legend .gray[data-v-15507cdb]{background:#dfe3e9}.ReservationAdd .custom-duration-dialog[data-v-15507cdb]{padding:.42667rem}.ReservationAdd .dialog-title[data-v-15507cdb]{margin-bottom:.32rem;font-size:.42667rem;font-weight:600;color:#27364d}.ReservationAdd .dialog-actions[data-v-15507cdb]{display:flex;gap:.32rem;margin-top:.42667rem}.ReservationAdd .dialog-actions .van-button[data-v-15507cdb]{flex:1}.ReservationAdd .imageBg[data-v-15507cdb]{position:absolute}.ReservationAdd .container[data-v-15507cdb]{padding:0 .53333rem;position:relative}.ReservationAdd[data-v-15507cdb] .van-nav-bar{--van-nav-bar-background:transparent}.ReservationAdd .submit[data-v-15507cdb]{margin:.53333rem 0}