.tv-header[data-v-d686b6c9] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 6%, 0.8)),
    color-stop(80%, hsla(0, 0%, 6%, 0.4)),
    to(hsla(0, 0%, 6%, 0))
  );
  background: -o-linear-gradient(
    top,
    hsla(0, 0%, 6%, 0.8) 0,
    hsla(0, 0%, 6%, 0.4) 80%,
    hsla(0, 0%, 6%, 0) 100%
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 6%, 0.8),
    hsla(0, 0%, 6%, 0.4) 80%,
    hsla(0, 0%, 6%, 0)
  );
  left: 0;
  padding: 0.1rem 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 9;
}

.header-100[data-v-d686b6c9] {
  background-color: hsla(0, 0%, 9%, calc(var(--t-b-p) * 0.8));
}

.header-100 .header-row[data-v-d686b6c9] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.header-100 .top-bar-right[data-v-d686b6c9] {
  padding: 0 0.2rem 0 0;
  width: 1.6rem;
}

.header-100 .top-bar-right .search-box[data-v-d686b6c9] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-100 .top-bar-right .search-box .input[data-v-d686b6c9] {
  display: none;
}

.header-100 .top-bar-left[data-v-d686b6c9] {
  top: 0;
  width: calc(100% - 2.7rem);
}

.header-col[data-v-d686b6c9] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  justify-content: flex-start;
}

.top-bar-left[data-v-d686b6c9] {
  overflow: hidden;
  position: relative;
  top: calc(var(--t-b-p) * -1 * 0.7rem);
  width: 100%;
  width: calc(100% - min(var(--t-b-p) * 2 * 1.6rem, 1.6rem));
}

.nav-list[data-v-d686b6c9] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 0.32rem;
  overflow: auto;
  width: 100%;
}

.nav-list[data-v-d686b6c9]::-webkit-scrollbar {
  display: none;
}

.nav-list li .cmsa[data-v-d686b6c9] {
  line-height: 1.5;
  padding: 0.16rem 0.22rem;
  position: relative;
  white-space: nowrap;
}

.nav-list li .cmsa.active[data-v-d686b6c9] {
  color: var(--tv-text-2);
  font-weight: 700;
}

.nav-list li .cmsa.actives[data-v-d686b6c9]:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff2a2a),
    to(rgba(255, 42, 42, 0))
  );
  background: -o-linear-gradient(left, #ff2a2a 0, rgba(255, 42, 42, 0) 100%);
  background: linear-gradient(90deg, #ff2a2a, rgba(255, 42, 42, 0));
  border-radius: 0.04rem 0 0 0.04rem;
  bottom: -28;
  content: "";
  height: 0.06rem;
  left: 0.02rem;
  position: absolute;
  width: 0.56rem;
}

.nav-list li .cmsa.active[data-v-d686b6c9]:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff2a2a),
    to(rgba(255, 42, 42, 0))
  );
  background: -o-linear-gradient(left, #ff2a2a 0, rgba(255, 42, 42, 0) 100%);
  background: linear-gradient(90deg, #ff2a2a, rgba(255, 42, 42, 0));
  border-radius: 0.04rem 0 0 0.04rem;
  bottom: -5 !important;
  content: "";
  height: 0.06rem;
  left: 0.46rem !important;
  position: absolute;
  width: 0.56rem;
}

.top-bar-right[data-v-d686b6c9] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding: 0.1rem 0.2rem 0;
  -webkit-transition: width flex-direction justify-content 0.3s;
  -o-transition: width flex-direction justify-content 0.3s;
  transition: width flex-direction justify-content 0.3s;
  width: 100%;
}

.top-bar-right .search-box[data-v-d686b6c9] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((1 - var(--t-b-p)) * 100% - 0.7rem);
  flex: 0 0 calc((1 - var(--t-b-p)) * 100% - 0.7rem);
  height: 0.6rem;
  position: relative;
  width: calc((1 - var(--t-b-p)) * 100% - 0.5rem);
}

.top-bar-right .search-box .input[data-v-d686b6c9] {
  background: rgba(222, 228, 233, 0.2);
  border-radius: 0.3rem;
  color: #dee4e999;
  font-size: 0.28rem;
  height: 100%;
  line-height: 0.32rem;
  opacity: calc((1 - var(--t-b-p)) * 100% - 20%);
  padding: 0.14rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-bar-right .search-box .input[data-v-d686b6c9] {
    width: auto ;
  }
}

.top-bar-right .search-box .search[data-v-d686b6c9] {
  color: var(--tv-text-2);
  cursor: pointer;
  font-size: calc(0.36rem + var(--t-b-p) * 0.1rem);
  position: absolute;
  right: calc(0.22rem - var(--t-b-p) * 0.12rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar-right .history[data-v-d686b6c9] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.5rem;
  flex: 0 0 0.5rem;
  margin-left: 0.2rem;
}

.top-bar-right .history i[data-v-d686b6c9] {
  color: var(--tv-text-2);
  font-size: 0.44rem;
}
