.series-list {
  box-shadow: 4px -1px 12px 0px rgba(164, 137, 94, 0.08);
  /* margin-top: 40px; */
  /* margin-right: 160px; */
  width: 100%;
  position: sticky;
  top: 80px;
  padding-top: 20px;
}
.series-list .series-item {
}
.series-list .series-item .parent-title {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-700;
  font-weight: 700;
  color: #333333;
  line-height: 19px;
  text-align: right;
}
.series-list .series-item .child-title {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-400;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-align: right;
  cursor: pointer;
}

.product-list {
}
.product-list .product-item {
    margin-bottom: 80px;
}
.product-list .product-item .left-img {
  width: 260px;
}
.left-img .big-img {
  width: 260px;
  height: 260px;
  object-fit: cover;
}
.left-img .sub-img {
  margin-top: 10px;
}
.left-img .sub-img .small-img {
  width: 56px;
  height: 56px;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-right: 10px;
}
.left-img .sub-img .small-img:last-child {
  margin-right: 0;
}
.left-img .sub-img .small-img.active{
    border: 2px solid #f8e391;
}
.right-text-box {
    flex: 1;
    height: 100%;
    min-width: 200px;
    
}
.right-text-box .text-title {
  font-size: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei-400;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 24px;
}
.right-text-box .text-cont {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-400;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  border-bottom: 1px solid #c1c1c1;
}
.right-text-box .text-desc {

font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400;
color: #333333;
line-height: 21px;
}

@media(max-width: 992px) {
  .right-text-box .text-title{
    font-size: 16px !important;
    font-weight: bold;
    color: #333333;
  }
  .desc_con{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
      margin-top: -20px;
      margin-bottom: 20px;
  }
}