:host,:root{--van-tabbar-height:50px;--van-tabbar-z-index:1;--van-tabbar-background:var(--van-background-2)}.van-tabbar{background:var(--van-tabbar-background);box-sizing:content-box;display:flex;height:var(--van-tabbar-height);width:100%;z-index:var(--van-tabbar-z-index)}.van-tabbar--fixed{bottom:0;left:0;position:fixed}:host,:root{--van-tabbar-item-font-size:var(--van-font-size-sm);--van-tabbar-item-text-color:var(--van-text-color);--van-tabbar-item-active-color:var(--van-primary-color);--van-tabbar-item-active-background:var(--van-background-2);--van-tabbar-item-line-height:1;--van-tabbar-item-icon-size:22px;--van-tabbar-item-icon-margin-bottom:var(--van-padding-base)}.van-tabbar-item{align-items:center;color:var(--van-tabbar-item-text-color);cursor:pointer;display:flex;flex:1;flex-direction:column;font-size:var(--van-tabbar-item-font-size);justify-content:center;line-height:var(--van-tabbar-item-line-height)}.van-tabbar-item__icon{font-size:var(--van-tabbar-item-icon-size);margin-bottom:var(--van-tabbar-item-icon-margin-bottom)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{background-color:var(--van-tabbar-item-active-background);color:var(--van-tabbar-item-active-color)}.tabbar[data-v-f86ad389]{--van-tabbar-item-active-color:#ff8d8d}.checked[data-v-f86ad389]{background:linear-gradient(143deg,#fff 16%,#ffacac 82%);border-radius:9999px;bottom:0;height:16px;opacity:.8;position:absolute;right:-6px;width:16px}:host,:root{--van-overlay-z-index:1;--van-overlay-background:rgba(0,0,0,.7)}.van-overlay{background:var(--van-overlay-background);height:100%;left:0;position:fixed;top:0;width:100%;z-index:var(--van-overlay-z-index)}:host,:root{--van-popup-background:var(--van-background-2);--van-popup-transition:transform var(--van-duration-base);--van-popup-round-radius:16px;--van-popup-close-icon-size:22px;--van-popup-close-icon-color:var(--van-gray-5);--van-popup-close-icon-margin:16px;--van-popup-close-icon-z-index:1}.van-overflow-hidden{overflow:hidden!important}.van-popup{background:var(--van-popup-background);box-sizing:border-box;max-height:100%;overflow-y:auto;position:fixed;transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{left:0;margin:0 auto;max-width:calc(100vw - var(--van-padding-md)*2);right:0;top:50%;transform:translateY(-50%);width:-moz-fit-content;width:fit-content}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{left:0;top:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{right:0;top:50%;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{left:0;top:50%;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size);position:absolute;z-index:var(--van-popup-close-icon-z-index)}.van-popup__close-icon--top-left{left:var(--van-popup-close-icon-margin);top:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{right:var(--van-popup-close-icon-margin);top:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{bottom:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}:host,:root{--van-toast-max-width:70%;--van-toast-font-size:var(--van-font-size-md);--van-toast-text-color:var(--van-white);--van-toast-loading-icon-color:var(--van-white);--van-toast-line-height:var(--van-line-height-md);--van-toast-radius:var(--van-radius-lg);--van-toast-background:rgba(0,0,0,.7);--van-toast-icon-size:36px;--van-toast-text-min-width:96px;--van-toast-text-padding:var(--van-padding-xs) var(--van-padding-sm);--van-toast-default-padding:var(--van-padding-md);--van-toast-default-width:88px;--van-toast-default-min-height:88px;--van-toast-position-top-distance:20%;--van-toast-position-bottom-distance:20%}.van-toast{align-items:center;background:var(--van-toast-background);border-radius:var(--van-toast-radius);box-sizing:content-box;color:var(--van-toast-text-color);display:flex;flex-direction:column;font-size:var(--van-toast-font-size);justify-content:center;line-height:var(--van-toast-line-height);max-width:var(--van-toast-max-width);min-height:var(--van-toast-default-min-height);padding:var(--van-toast-default-padding);text-align:center;transition:all var(--van-duration-fast);white-space:pre-wrap;width:var(--van-toast-default-width);word-break:break-all}.van-toast--break-normal{word-break:normal;word-wrap:normal}.van-toast--break-word{word-break:normal;word-wrap:break-word}.van-toast--unclickable{cursor:not-allowed;overflow:hidden}.van-toast--unclickable *{pointer-events:none}.van-toast--html,.van-toast--text{min-height:0;min-width:var(--van-toast-text-min-width);padding:var(--van-toast-text-padding);width:-moz-fit-content;width:fit-content}.van-toast--html .van-toast__text,.van-toast--text .van-toast__text{margin-top:0}.van-toast--top{top:var(--van-toast-position-top-distance)}.van-toast--bottom{bottom:var(--van-toast-position-bottom-distance);top:auto}.van-toast__icon{font-size:var(--van-toast-icon-size)}.van-toast__loading{color:var(--van-toast-loading-icon-color);padding:var(--van-padding-base)}.van-toast__text{margin-top:var(--van-padding-xs)}.popup[data-v-938cd43b]{width:80%;--van-popup-round-radius:24px}.input[data-v-938cd43b]{font-size:12px;--van-cell-background:#efefef}
