:host,:root{--van-dropdown-menu-height:48px;--van-dropdown-menu-background:var(--van-background-2);--van-dropdown-menu-shadow:0 2px 12px rgba(100,101,102,.12);--van-dropdown-menu-title-font-size:15px;--van-dropdown-menu-title-text-color:var(--van-text-color);--van-dropdown-menu-title-active-text-color:var(--van-primary-color);--van-dropdown-menu-title-disabled-text-color:var(--van-text-color-2);--van-dropdown-menu-title-padding:0 var(--van-padding-xs);--van-dropdown-menu-title-line-height:var(--van-line-height-lg);--van-dropdown-menu-option-active-color:var(--van-primary-color);--van-dropdown-menu-option-disabled-color:var(--van-text-color-3);--van-dropdown-menu-content-max-height:80%}.van-dropdown-menu{-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:flex;height:var(--van-dropdown-menu-height);background:var(--van-dropdown-menu-background);box-shadow:var(--van-dropdown-menu-shadow)}.van-dropdown-menu__bar--opened{z-index:calc(var(--van-dropdown-item-z-index) + 1)}.van-dropdown-menu__bar--scrollable{padding-left:var(--van-padding-base);padding-right:var(--van-padding-xs);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-dropdown-menu__bar--scrollable::-webkit-scrollbar{display:none}.van-dropdown-menu__item{display:flex;flex:1;align-items:center;justify-content:center;min-width:0}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:var(--van-dropdown-menu-title-disabled-text-color)}.van-dropdown-menu__item--grow{flex:1 0 auto;padding-left:var(--van-padding-base);padding-right:var(--van-padding-sm)}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:var(--van-dropdown-menu-title-padding);color:var(--van-dropdown-menu-title-text-color);font-size:var(--van-dropdown-menu-title-font-size);line-height:var(--van-dropdown-menu-title-line-height)}.van-dropdown-menu__title:after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent var(--van-gray-4) var(--van-gray-4);transform:rotate(-45deg);opacity:.8;content:""}.van-dropdown-menu__title--active{color:var(--van-dropdown-menu-title-active-text-color)}.van-dropdown-menu__title--active:after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down:after{margin-top:-1px;transform:rotate(135deg)}:host,:root{--van-dropdown-item-z-index:10}.van-dropdown-item{position:fixed;right:0;left:0;z-index:var(--van-dropdown-item-z-index);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:var(--van-dropdown-menu-option-active-color)}.van-dropdown-item__option--disabled,.van-dropdown-item__option--disabled .van-dropdown-item__icon{color:var(--van-dropdown-menu-option-disabled-color)}.van-dropdown-item--up{top:0}.van-dropdown-item--down{bottom:0}.van-dropdown-item__content{position:absolute;max-height:var(--van-dropdown-menu-content-max-height)}:host,:root{--van-switch-size:26px;--van-switch-width: calc(1.8em + 4px) ;--van-switch-height: calc(1em + 4px) ;--van-switch-node-size:1em;--van-switch-node-background:var(--van-white);--van-switch-node-shadow:0 3px 1px 0 rgba(0,0,0,.05);--van-switch-background:rgba(120,120,128,.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,.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:2px;left:2px;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) - 4px))}.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}.filter-section[data-v-e621951f] .van-dropdown-menu__bar{position:static;width:100%;height:-moz-fit-content;height:fit-content;box-shadow:none}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item:active{opacity:1}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item .arrow{transform:rotate(180deg);transition:transform .2s ease}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item .van-dropdown-menu__title{padding:0 6px;color:#9d9d9e}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item .van-dropdown-menu__title:after{display:none}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item .van-dropdown-menu__title .filter-header{display:flex;align-items:center;justify-content:center;width:100%;height:40px;pointer-events:none}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item .van-dropdown-menu__title .filter-header .filter-name{font-size:14px}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item .van-dropdown-menu__title .filter-header .filter-name.filter-name_active{font-weight:600;color:var(--color-text-title)}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item .van-dropdown-menu__title.van-dropdown-menu__title--active{color:inherit}.filter-section[data-v-e621951f] .van-dropdown-menu__bar .van-dropdown-menu__item .van-dropdown-menu__title.van-dropdown-menu__title--active .arrow{transform:rotate(0)}.filter-section[data-v-e621951f] .van-dropdown-item__content .filter-box .filter-list{display:flex;flex-wrap:wrap;gap:10px;max-height:300px;padding:15px 10px;overflow-y:auto;-webkit-overflow-scrolling:touch}.filter-section[data-v-e621951f] .van-dropdown-item__content .filter-box .filter-list .filter-item{display:flex;gap:2px;align-items:center;justify-content:center;width:80px;height:35px;font-size:13px;color:var(--color-text-title);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--color-bg-primary);border:1px solid #e6e6e6;border-radius:25px;opacity:.85;transition:all .2s ease}.filter-section[data-v-e621951f] .van-dropdown-item__content .filter-box .filter-list .filter-item .filter-item-icon{width:20px;height:20px}.filter-section[data-v-e621951f] .van-dropdown-item__content .filter-box .filter-list .filter-item:active{background-color:#f5f5f5}.filter-section[data-v-e621951f] .van-dropdown-item__content .filter-box .filter-list .filter-item_active{font-weight:500;color:var(--color-primary);background-color:var(--color-primary-1);border-color:transparent;opacity:1}.filter-section[data-v-e621951f] .van-dropdown-item__content .filter-box .filter-btn{display:flex;gap:12px;justify-content:space-between;height:72px;padding:12px;border-top:1px solid var(--color-border-primary)}.filter-section[data-v-e621951f] .van-popup--top{border-radius:0 0 10px 10px}.filter-section .type-filter-box .van-cell[data-v-e621951f]:active{background-color:var(--color-bg-secondary)}.filter-section .filter-btn[data-v-e621951f]{display:flex;gap:12px;justify-content:space-between;height:72px;padding:12px;border-top:1px solid var(--color-border-primary)}
