.t-tag-select{box-sizing:border-box;display:flex;height:41px;margin-bottom:-6px;line-height:20px;font-size:14px;overflow:hidden}.t-tag-select.t-all{height:auto;overflow:auto}.t-tag-select .t-wrap{flex:1;margin-right:6px}.t-tag-select .t-options{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.t-tag-select .t-tag{padding:6px 8px;margin:0 10px 10px 0;border-radius:3px;cursor:pointer}.t-tag-select .t-tag:not(.t-active,.t-disabled):hover{color:#448aff}.t-tag-select .t-active{background:#448aff;color:#fff}.t-tag-select .t-active.t-disabled{background:#f5f5f5}.t-tag-select .t-disabled{color:#c0c4cc;cursor:not-allowed}.t-tag-select .t-expand-btn{box-sizing:border-box;display:flex;flex-shrink:0;height:32px;padding:6px 0;color:#448aff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.t-tag-select .t-text{margin-right:4px}.t-tag-select .t-icon{transition:.3s;display:inline-block}.t-tag-select .t-icon.t-up{transform:rotate(180deg)}