.page.meridian-index .filter{padding-bottom:5px}.page.meridian-index .filter .adm-tabs-header{border-top:1px solid #f7f7f7;border-bottom:0;padding:0 10px}.page.meridian-index .filter .adm-tabs-tab{font-size:14px}.page.meridian-index .filter .adm-tabs-tab-active{color:#333;font-weight:600}.page.meridian-index .content .tags{padding:10px 20px!important}.page.meridian-index .content .tags .tag{padding:6px 24px;flex:1 1 calc(0.05 * var(--max-width));white-space:nowrap}.component.meridian.filter .cover{transition:all .5s;background-color:transparent}.component.meridian.filter.active .cover{position:fixed;top:0;bottom:0;left:0;right:0;margin:0 auto;width:var(--max-width);height:100vh;overflow:hidden;z-index:10;background-color:#00000085}.component.meridian.filter .pannel{position:fixed;bottom:0;left:0;right:0;margin:0 auto;width:var(--max-width);height:50vh;background-color:#fff;z-index:20;border-radius:30px 30px 0 0;display:none;flex-direction:column}.component.meridian.filter.closed .pannel{animation:meridian-filter-close .3s ease-in 1}.component.meridian.filter.active .pannel{display:flex;animation:meridian-filter-open .2s ease-out 1}.component.meridian.filter .pannel>.title{font-size:18px;font-weight:800;color:#333;padding:20px;text-align:center;height:25px}.component.meridian.filter .options{display:flex;flex:1 1}.component.meridian.filter .options .sider{width:120px;height:100%;background-color:#f7f7f7}.component.meridian.filter .options .sider .group{padding:15px 10px;font-size:14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.component.meridian.filter .options .sider .group .selected-count{background-color:#58bebf;color:#fff;padding:1px 4px;border-radius:100%;font-size:12px}.component.meridian.filter .options .sider .group.active{color:#58bebf;background-color:#fff}.component.meridian.filter .options .content{display:flex;flex-wrap:wrap;align-content:flex-start;gap:10px;padding:10px;flex:1 1;height:calc(50vh - 65px - 126px)}.component.meridian.filter .options .content .option{padding:5px 13px;margin:5px;background-color:#f7f7f7;display:inline-flex;align-items:center;justify-content:center;border-radius:21px;color:#666;font-size:14px;flex:1 1 calc(0.05 * var(--max-width));white-space:nowrap;height:20px;border:1px solid #f7f7f7;cursor:pointer}.component.meridian.filter .options .content .option.active{background-color:#fff;border:1px solid #58bebf;color:#58bebf}.component.meridian.filter .buttons{display:flex;gap:10px;padding:20px}.component.meridian.filter .buttons .reset{height:46px;width:117px;border-radius:30px;color:#666;font-weight:400;font-size:14px}.component.meridian.filter .buttons .submit{height:46px;flex:1 1;border-radius:30px;background-color:#58bebf;color:#fff;border:0;font-weight:400;font-size:14px}@keyframes meridian-filter-close{0%{bottom:0;display:flex}to{bottom:-50vh;display:none}}@keyframes meridian-filter-open{to{bottom:0;display:flex}0%{bottom:-50vh;display:none}}