@charset "UTF-8";

.tabs[data-v-f396866c] {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 24px
}

.tabs .item[data-v-f396866c] {
  font-size: 18px;
  color: #999;
  line-height: 59px
}

.tabs .icon[data-v-f396866c] {
  margin: 0 15px
}

.tabs .item.actived[data-v-f396866c] {
  color: #333;
  position: relative
}

.tabs .item.actived[data-v-f396866c]:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #4AC07C;
  position: absolute;
  left: 0;
  bottom: 0
}
