.channel-body {
  box-sizing: border-box;
  min-height: 10px;
  /* margin-top: calc(100px + 2em); */
  /* border: 1px solid red; */
  /* padding-top: 1em; */
}

@media (min-width: 768px) {
  .channel-body { 
    margin-top: calc(100px + 1em);
  }
}

.channel-content {
  box-sizing: border-box;
  min-height: 100px;
  max-width: calc(1200px + 2em);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  /* border: 1px solid darkorange; */
}


.swiper-img {
  max-width: 100%;
  height: auto;
}

.series-panel {
  display: flex;
  font-size: 22px;
  line-height: 2;
  color: #bebebe;
}

.series-item {
  box-sizing: border-box;
  width: 7em;
  flex: 0 1 auto;
  color: #bebebe;
  padding-right: 1em;
}

.series-item.active {
  color: #000;
}

.types-panel {
  display: flex;
  font-size: 16px;
  line-height: 2.8;
  color: #bebebe;
}


.types-item {
  box-sizing: border-box;
  flex: 0 0 auto;
  margin-right: 2em;
  color: #bebebe;
}
.types-item.active {
  color: #000;
}


.article-contain-wrap {
  box-sizing: border-box;
  max-width: 1200px;
  padding-top: 3em;
  padding-bottom: 4em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  min-height: 150px;
}