.channelTab{display:flex;flex-direction:row;flex-wrap:nowrap;user-select:none}.channelTab .channelTabItem{white-space:nowrap;font-size:16px;font-weight:600;color:hsla(0,0%,100%,.85);height:40px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 20px;cursor:pointer}.channelTab .channelTabItem:hover{color:#fff}.channelTab .channelTabItem:hover:before{content:"";position:absolute;top:0;bottom:0;left:-20px;right:-20px;background:hsla(0,0%,100%,.19);border-radius:21px;padding:0 21px}.channelTab .channelTabItem.active{color:#000;position:relative;z-index:1}.channelTab .channelTabItem.active:before{content:"";position:absolute;top:0;bottom:0;left:-20px;right:-20px;background:#fff;border-radius:21px;padding:0 21px;z-index:-1}.channelTab .channelMoreDropdown .ant-popover-arrow{display:none}.channelTab .channelMoreDropdown .ant-popover-inner{box-shadow:0 0 6px 0 hsla(0,0%,78%,.5);border-radius:16px}.channelTab .channelMoreDropdown .ant-popover-inner .ant-popover-inner-content{padding:30px}.channelTab .channelMoreDropdown .bannerChannelPopContent{max-width:274px}.channelTab .channelMoreDropdown .bannerChannelPopContent .column{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:-4px;margin-bottom:-14px;margin-right:-30px}.channelTab .channelMoreDropdown .bannerChannelPopContent .column .colItem{font-weight:400;font-size:14px;color:#333;cursor:pointer;border-radius:4px;transition:all .3s ease;margin-right:30px;margin-bottom:10px}.channelTab .channelMoreDropdown .bannerChannelPopContent .column .colItem:hover{font-weight:600}