@keyframes scheduleInWidth-9ba9f554 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes scheduleOutWidth-9ba9f554 {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes rotate-9ba9f554 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes close-9ba9f554 {
  from {
    transform: translate(-50%, -50%);
  }
  to {
    transform: translate(0, -50%);
  }
}
.tags-view[data-v-9ba9f554] {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--el-text-color-regular);
  background: #080f29;
  position: relative;
  box-shadow: 0 0 1px #188ee1;
}
.tags-view .scroll-item[data-v-9ba9f554] {
  border-radius: 3px 3px 0 0;
  padding: 0 6px;
  box-shadow: 0 0 2px #188ee1;
  position: relative;
  margin-right: 4px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  transition: all 0.4s;
  cursor: pointer;
}
.tags-view .scroll-item .el-icon-close[data-v-9ba9f554] {
  font-size: 10px;
  color: #666;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: font-size 0.2s;
}
.tags-view .scroll-item .el-icon-close[data-v-9ba9f554]:hover {
  border-radius: 50%;
  color: #fff;
  background: #b4bccc;
  font-size: 13px;
}
.tags-view .scroll-item.is-closable[data-v-9ba9f554]:not(:first-child):hover {
  padding-right: 18px;
}
.tags-view .scroll-item.is-closable:not(:first-child):hover:not(.is-active) .el-icon-close[data-v-9ba9f554] {
  animation: close-9ba9f554 200ms ease-in forwards;
}
.tags-view a[data-v-9ba9f554] {
  text-decoration: none;
  color: #ccc;
  padding: 0 4px;
}
.tags-view .scroll-container[data-v-9ba9f554] {
  flex: 1;
  overflow: hidden;
  padding: 5px 0;
  white-space: nowrap;
  position: relative;
}
.tags-view .scroll-container .tab[data-v-9ba9f554] {
  position: relative;
  float: left;
  list-style: none;
  overflow: visible;
  white-space: nowrap;
  transition: transform 0.5s ease-in-out;
}
.tags-view .scroll-container .tab .scroll-item[data-v-9ba9f554] {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tags-view .scroll-container .tab .scroll-item[data-v-9ba9f554]:nth-child(1) {
  margin-left: 5px;
}
.tags-view .right-button[data-v-9ba9f554] {
  display: flex;
  font-size: 16px;
}
.tags-view .right-button li[data-v-9ba9f554] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  border-right: 1px solid #033352;
  cursor: pointer;
}
.tags-view .right-button li .el-icon[data-v-9ba9f554] {
  color: #fff;
}
.tags-view .contextmenu[data-v-9ba9f554] {
  margin: 0;
  background: #001529;
  position: absolute;
  list-style-type: none;
  padding: 5px 0;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  white-space: nowrap;
  outline: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.tags-view .contextmenu li[data-v-9ba9f554] {
  width: 100%;
  margin: 0;
  padding: 7px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tags-view .contextmenu li[data-v-9ba9f554]:hover {
  background: var(--el-color-primary-light-9);
  color: var(--el-color-primary);
}
.tags-view .contextmenu li svg[data-v-9ba9f554] {
  display: block;
  margin-right: 0.5em;
}
.el-dropdown-menu[data-v-9ba9f554] {
  padding: 0;
}
.el-dropdown-menu li[data-v-9ba9f554] {
  width: 100%;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.el-dropdown-menu li svg[data-v-9ba9f554] {
  display: block;
  margin-right: 0.5em;
}
.el-dropdown-menu__item[data-v-9ba9f554]:not(.is-disabled):hover {
  color: #606266;
  background: #f0f0f0;
}
[data-v-9ba9f554] .el-dropdown-menu__item i {
  margin-right: 10px;
}
.el-dropdown-menu__item--divided[data-v-9ba9f554]::before {
  margin: 0;
}
.el-dropdown-menu__item.is-disabled[data-v-9ba9f554] {
  cursor: not-allowed;
}
.scroll-item.is-active[data-v-9ba9f554] {
  background-color: #042d4a;
  position: relative;
  color: #fff;
}
.scroll-item.is-active[data-v-9ba9f554]:not(:first-child) {
  padding-right: 18px;
}
.scroll-item.is-active .el-icon-close[data-v-9ba9f554] {
  transform: translate(0, -50%);
}
.scroll-item.is-active a[data-v-9ba9f554] {
  color: var(--el-color-primary);
}
.arrow-left[data-v-9ba9f554], .arrow-right[data-v-9ba9f554] {
  width: 40px;
  height: 38px;
  color: #fff;
  position: relative;
}
.arrow-left svg[data-v-9ba9f554], .arrow-right svg[data-v-9ba9f554] {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
}
.arrow-left[data-v-9ba9f554] {
  box-shadow: 5px 0 5px -6px #188ee1;
}
.arrow-left[data-v-9ba9f554]:hover {
  cursor: w-resize;
}
.arrow-right[data-v-9ba9f554] {
  box-shadow: -5px 0 5px -6px #188ee1;
  border-right: 1px solid #033352;
}
.arrow-right[data-v-9ba9f554]:hover {
  cursor: e-resize;
}
.card-in[data-v-9ba9f554] {
  color: var(--el-color-primary);
}
.card-in a[data-v-9ba9f554] {
  color: var(--el-color-primary);
}
.card-out[data-v-9ba9f554] {
  border: none;
  color: #666;
}
.card-out a[data-v-9ba9f554] {
  color: #666;
}
.schedule-active[data-v-9ba9f554] {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #188ee1;
}
.schedule-in[data-v-9ba9f554] {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--el-color-primary);
  animation: scheduleInWidth-9ba9f554 400ms ease-in;
}
.schedule-out[data-v-9ba9f554] {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--el-color-primary);
  animation: scheduleOutWidth-9ba9f554 400ms ease-in;
}
.refresh-button[data-v-9ba9f554] {
  animation: rotate-9ba9f554 600ms linear infinite;
}