.main-title .main-item[data-v-38f6da9c] {
  position: relative;
  cursor: pointer;
  height: 2.625rem;
  padding: 0 0.625rem;
  border-bottom: 0.03125rem solid #e6e6e6;
  background: #fff;
  color: #646566;
  font-family: 'MiSans VF';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 330;
  flex-shrink: 0;
}
.main-title .main-item[data-v-38f6da9c]:hover {
  background: #e8edfb;
  color: #224cda;
}
.main-title .main-item:hover .main-icon[data-v-38f6da9c] {
  display: block;
}
.main-title .main-item .main-text[data-v-38f6da9c] {
  line-height: 2.625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-title .main-item .main-icon[data-v-38f6da9c] {
  line-height: 2.625rem;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 2.625rem;
  width: 5rem;
  text-align: center;
  background: linear-gradient(to right, rgba(253, 253, 253, 0.8), #fdfdfd);
  border-radius: 1.25rem;
}
.main-title .active[data-v-38f6da9c] {
  background: #e8edfb;
  color: #224cda;
}
.main-title .main-empty[data-v-38f6da9c] {
  text-align: center;
  margin-top: 1.25rem;
}

