.section-best-sellers {
    width: 100%;
    margin-top: 60px;
    padding: 0 80px;
}

.section-best-sellers_title {
    text-align: center;
    font-size: 34px;
    color: #000;
    line-height: 43px;
    width: 100%;
}

.section-best-sellers_title img {
    width: 100%;
    height: 100%;
    max-height: 45px;
    object-fit: contain;
}

.section-best-sellers_tabs {
    margin-top: 58px;
}

.section-best-sellers_tabs .nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.section-best-sellers_tabs .nav-tabs .nav-link.active {
    border-bottom: 3px solid #7d2898;
    color: #7d2898;
}

.section-best-sellers .center-slider {
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .section-best-sellers {
  }
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .section-best-sellers {
    padding: 0;
    margin-top: 30px;
  }

  .section-best-sellers_title {
    font-size: 24px;
    line-height: 32px;
    height: 32px;
  }

  .section-best-sellers_tabs {
    margin-top: 30px;
  }
}
