.channelHeader {
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.channelHeaderShow {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.channelHeaderBgLine {
  width: 100%;
  height: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chbglineleft {
  margin-left: 10px;
  width: 80px;
  height: 3px;
  background: #96B32B;
  border-radius: 2px;
}

.chbglineright {
  flex-grow: 1;
  height: 2px;
  background: #EDEDED;
  background-color: #EDEDED;
}

.channelHeaderTitleView {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 10px;
}

.channelHeaderTitle {
  height: 28px;
  line-height: 28px;
  font-weight: 600;
  font-size: 20px;
  color: black;
  text-align: left;
  font-style: normal;
  margin-bottom: 6px;
}

.channelHeaderTitleLine {
  width: 80px;
  height: 3px;
  background: linear-gradient(270deg, #035FF5 0%, #00A8F9 100%);
  border-radius: 2px;
}

.channelHeaderAction {
  align-self: flex-end;
  margin-right: 24px;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #96B32B;
  text-align: right;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 11px;
}
