.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: 18px;
  line-height: 2;
  color: #bebebe;
}

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

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

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


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

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

.goods-panel {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 2.5;
  /* border: 1px solid brown; */
  padding-top: 1em;
  padding-bottom: 1em;
}

.goods-item-box {
  display: block;
  box-sizing: border-box;
  /* border: 1px solid blueviolet; */
}

.goods-item__image_wrap {
  position: relative;
  padding-top: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.goods-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

.goods-item__name {
  text-align: center;
}


.anticon {
  display:inline-block;
  color:inherit;
  font-style:normal;
  line-height:0;
  text-align:center;
  text-transform:none;
  vertical-align:-.125em;
  text-rendering:optimizelegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
 }
 .anticon>* {
  line-height:1
 }
 .anticon svg {
  display:inline-block
 }
 .anticon:before {
  display:none
 }
 .anticon .anticon-icon {
  display:block
 }
 .anticon>.anticon {
  line-height:0;
  vertical-align:0
 }


@media (min-width: 576px) and (max-width: 767.98px) {
  .series-panel {
    font-size: 18px;
  }
  .series-panel {
    font-size: 22px;
  }
  .series-item {
    width: 7em;
  }
  .types-panel {
    font-size: 14px;
  }
  .types-item {
    margin-right: 1em;
  }
  .goods-panel {
    font-size: 18px;
  }
  .gx-2 {
    --bs-gutter-x: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .series-panel {
    font-size: 18px;
  }
  .series-item {
    width: 7em;
  }
  .types-panel {
    font-size: 14px;
  }
  .types-item {
    margin-right: 1.5em;
  }
  .goods-panel {
    font-size: 20px;
  }
  .gx-2 {
    --bs-gutter-x: 1.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .series-panel {
    font-size: 20px;
  }
  .series-item {
    width: 7em;
  }
  .types-panel {
    font-size: 16px;
  }
  .types-item {
    margin-right: 2em;
  }
  .goods-panel {
    font-size: 20px;
  }
  .gx-2 {
    --bs-gutter-x: 2em;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .series-panel {
    font-size: 20px;
  }
  .series-item {
    width: 7em;
  }
  .types-panel {
    font-size: 16px;
  }
  .types-item {
    margin-right: 2em;
  }
  .goods-panel {
    font-size: 22px;
  }
  .gx-2 {
    --bs-gutter-x: 2.5em;
  }
}

@media (min-width: 1600px) {
  .series-item {
    width: 7em;
  }
  .series-panel {
    font-size: 22px;
  }
  .types-panel {
    font-size: 16px;
  }
  .types-item {
    margin-right: 2em;
  }
  .goods-panel {
    font-size: 22px;
  }
  .gx-2 {
    --bs-gutter-x: 3em;
  }
}
