.buying-guide .tab-content .img-wrap .bubble-wrap {
  --pc-top: 46%;
  --mobile-top: 33%;
}
.buying-guide .procuct-summary .sticky-product-no .inner .inner2 div span,
.buying-guide .procuct-summary .procuct-no span {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: #ccc;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .procuct-summary .procuct-no span {
    margin: 0 5px;
  }
}
.buying-guide .autoplay-slider-wrap .slider-controls {
  right: 20px;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .autoplay-slider-wrap .slider-controls {
    right: 10px;
  }
}
.buying-guide .point-box .colWrap .col .collapse-content .red {
  color: #ff0000;
}