.tab-container{width:100%}.tab-header{display:flex;justify-content:space-between;margin-bottom:24px}.tab-item{width:100%;font-size:16px;font-weight:600;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:none;text-align:center;transition:color .3s,background-color .3s;border:1px solid #d8d8da}.tab-item:first-child{border-radius:12px 0 0 12px}.tab-item:last-child{border-radius:0 12px 12px 0}.tab-item:not(:last-child){border-right:0}.tab-item.active{background-color:#4076f5;color:#fff;border-color:#4076f5}.tab-container.tabBorder .tab-item{border:0;border-bottom:2px solid #d8d8da;color:#000000d9;font-size:14px;line-height:22px;font-weight:400;border-radius:0}.tab-container.tabBorder .tab-item.active{border:0;border-bottom:2px solid #1890ff;color:#1890ff;background-color:transparent}