@charset "UTF-8";
.sls-products-table {
  width: 100%;
  overflow-x: auto;
  position: relative;
  z-index: 8;
}
.sls-products-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625vw;
  position: sticky;
  left: 0;
}
.sls-products-table-header-count {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin-bottom: 0;
}
.sls-products-table-header-dropdown {
  cursor: pointer;
}
.sls-products-table-header-dropdown-text {
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-products-table-header-dropdown-text .bi {
  margin-left: 0.2604166667vw;
}
.sls-products-table-header-dropdown-filter {
  display: none;
}
.sls-products-table-content {
  width: 100%;
}
.sls-products-table-content thead tr:nth-child(1n),
.sls-products-table-content tbody tr:nth-child(1n) {
  background-color: rgb(247, 248, 250);
}
.sls-products-table-content thead tr:nth-child(2n),
.sls-products-table-content tbody tr:nth-child(2n) {
  background-color: #fff;
}
.sls-products-table-content thead tr:hover,
.sls-products-table-content tbody tr:hover {
  background-color: rgb(232, 243, 255);
}
.sls-products-table-content thead tr th,
.sls-products-table-content thead tr td,
.sls-products-table-content tbody tr th,
.sls-products-table-content tbody tr td {
  padding: 0.8333333333vw 0.4166666667vw;
  text-align: left;
  border-bottom: 0.0520833333vw solid #e0e0e0;
  white-space: nowrap;
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 150%;
  min-width: 3.5416666667vw;
  /* 实现sticky固定悬浮功能 */
}
.sls-products-table-content thead tr th.bold,
.sls-products-table-content thead tr td.bold,
.sls-products-table-content tbody tr th.bold,
.sls-products-table-content tbody tr td.bold {
  font-weight: 700;
}
.sls-products-table-content thead tr th.price,
.sls-products-table-content thead tr td.price,
.sls-products-table-content tbody tr th.price,
.sls-products-table-content tbody tr td.price {
  color: rgb(245, 63, 63);
}
.sls-products-table-content thead tr th.star .bi,
.sls-products-table-content thead tr td.star .bi,
.sls-products-table-content tbody tr th.star .bi,
.sls-products-table-content tbody tr td.star .bi {
  color: rgb(255, 125, 0);
  margin-right: 0.2604166667vw;
}
.sls-products-table-content thead tr th.sticky,
.sls-products-table-content thead tr td.sticky,
.sls-products-table-content tbody tr th.sticky,
.sls-products-table-content tbody tr td.sticky {
  position: sticky;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14.5833333333vw;
  background-color: inherit;
}
.sls-products-table-content thead tr {
  background-color: #fff !important;
}
.sls-products-table-footer {
  padding: 1.09375vw;
  background-color: #fff;
}
.sls-products-table-footer-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
}
.sls-products-table-footer-pagination > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4166666667vw;
  border-radius: 0.4166666667vw;
  background: rgb(255, 255, 255);
  padding: 0.5208333333vw 0.6770833333vw;
  color: rgb(78, 89, 105);
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.8333333333vw;
}
.sls-products-table-footer-pagination > a:hover {
  text-decoration: none;
  background: rgb(148, 191, 255);
  color: rgb(255, 255, 255);
}
.sls-products-table-footer-pagination > a.active {
  background: rgb(148, 191, 255);
  color: rgb(255, 255, 255);
}
.sls-products-table-footer-pagination-prev, .sls-products-table-footer-pagination-next {
  padding: 0.5208333333vw !important;
}
.sls-products-table-footer-pagination-count {
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  margin: 0;
}
.sls-products-table-footer-pagination-limit-text {
  padding: 0.5208333333vw 0.625vw;
  border-radius: 0.1041666667vw;
  background: rgb(242, 243, 245);
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sls-products-table-header {
    padding: 3.0769230769vw;
    position: sticky;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
  }
  .sls-products-table-header-count {
    font-size: 4.1025641026vw;
    width: 100%;
    margin-bottom: 3.0769230769vw;
  }
  .sls-products-table-header-dropdown {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sls-products-table-header-dropdown-text {
    font-size: 4.1025641026vw;
  }
  .sls-products-table-header-dropdown-text .bi {
    margin-left: 1.2820512821vw;
  }
  .sls-products-table-header-dropdown-filter {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    color: rgb(78, 89, 105);
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    align-items: center;
  }
  .sls-products-table-header-dropdown-filter .bi {
    font-size: 6.1538461538vw;
    margin-right: 2.0512820513vw;
  }
  .sls-products-table-content thead tr th,
  .sls-products-table-content thead tr td,
  .sls-products-table-content tbody tr th,
  .sls-products-table-content tbody tr td {
    padding: 4.1025641026vw 2.0512820513vw;
    border-bottom: 0.2564102564vw solid #e0e0e0;
    font-size: 3.5897435897vw;
  }
  .sls-products-table-content thead tr th.star .bi,
  .sls-products-table-content thead tr td.star .bi,
  .sls-products-table-content tbody tr th.star .bi,
  .sls-products-table-content tbody tr td.star .bi {
    margin-right: 1.2820512821vw;
  }
  .sls-products-table-content thead tr th:nth-child(1),
  .sls-products-table-content thead tr td:nth-child(1),
  .sls-products-table-content tbody tr th:nth-child(1),
  .sls-products-table-content tbody tr td:nth-child(1) {
    min-width: 41.0256410256vw;
  }
  .sls-products-table-content thead tr th:nth-child(2),
  .sls-products-table-content thead tr td:nth-child(2),
  .sls-products-table-content tbody tr th:nth-child(2),
  .sls-products-table-content tbody tr td:nth-child(2) {
    min-width: 53.3333333333vw;
  }
  .sls-products-table-content thead tr th:nth-child(3),
  .sls-products-table-content thead tr td:nth-child(3),
  .sls-products-table-content tbody tr th:nth-child(3),
  .sls-products-table-content tbody tr td:nth-child(3) {
    min-width: 27.6923076923vw;
  }
  .sls-products-table-content thead tr th:nth-child(4),
  .sls-products-table-content thead tr td:nth-child(4),
  .sls-products-table-content tbody tr th:nth-child(4),
  .sls-products-table-content tbody tr td:nth-child(4) {
    min-width: 27.6923076923vw;
  }
  .sls-products-table-content thead tr th:nth-child(5),
  .sls-products-table-content thead tr td:nth-child(5),
  .sls-products-table-content tbody tr th:nth-child(5),
  .sls-products-table-content tbody tr td:nth-child(5) {
    min-width: 27.6923076923vw;
  }
  .sls-products-table-content thead tr th:nth-child(6),
  .sls-products-table-content thead tr td:nth-child(6),
  .sls-products-table-content tbody tr th:nth-child(6),
  .sls-products-table-content tbody tr td:nth-child(6) {
    min-width: 27.6923076923vw;
  }
  .sls-products-table-content thead tr th:nth-child(7),
  .sls-products-table-content thead tr td:nth-child(7),
  .sls-products-table-content tbody tr th:nth-child(7),
  .sls-products-table-content tbody tr td:nth-child(7) {
    min-width: 24.6153846154vw;
  }
  .sls-products-table-content thead tr th.sticky,
  .sls-products-table-content thead tr td.sticky,
  .sls-products-table-content tbody tr th.sticky,
  .sls-products-table-content tbody tr td.sticky {
    max-width: 71.7948717949vw;
  }
  .sls-products-table-footer {
    position: sticky;
    left: 0;
    padding: 5.3846153846vw;
  }
  .sls-products-table-footer-pagination {
    gap: 2.0512820513vw;
  }
  .sls-products-table-footer-pagination > a {
    gap: 2.0512820513vw;
    border-radius: 2.0512820513vw;
    padding: 2.5641025641vw 3.3333333333vw;
    font-size: 4.1025641026vw;
    line-height: 4.1025641026vw;
  }
  .sls-products-table-footer-pagination-prev, .sls-products-table-footer-pagination-next {
    padding: 2.5641025641vw !important;
  }
  .sls-products-table-footer-pagination-count {
    display: none;
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
  .sls-products-table-footer-pagination-limit {
    display: none;
  }
  .sls-products-table-footer-pagination-limit-text {
    padding: 2.5641025641vw 3.0769230769vw;
    border-radius: 0.5128205128vw;
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
}

.sls-main-product-breadcrumbs {
  padding: 0.4166666667vw 0 0 0;
  width: 62.5vw;
  margin: 0 auto;
}
.sls-main-product-breadcrumbs > * {
  color: rgb(115, 125, 140);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin-right: 0.8333333333vw;
}
.sls-main-product-breadcrumbs > *:hover {
  text-decoration: none;
}
.sls-main-product-container {
  padding: 1.0416666667vw 0 4.1666666667vw;
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  gap: 2.0833333333vw;
}
.sls-main-product-container-detail {
  width: 44.7916666667vw;
  padding: 1.0416666667vw;
  background-color: #fff;
}
.sls-main-product-container-detail-star {
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin-bottom: 0.8333333333vw;
}
.sls-main-product-container-detail-star .bi {
  color: rgb(255, 125, 0);
}
.sls-main-product-container-detail-title {
  color: rgb(29, 33, 41);
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 130%;
  letter-spacing: -1%;
  margin-bottom: 0.8333333333vw;
}
.sls-main-product-container-detail-price {
  color: rgb(245, 63, 63);
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 0.8333333333vw;
}
.sls-main-product-container-detail-price span {
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 150%;
}
.sls-main-product-container-detail-other-info {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
  margin-bottom: 1.6666666667vw;
}
.sls-main-product-container-detail-other-info-item {
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin: 0;
}
.sls-main-product-container-detail-operations {
  display: flex;
  gap: 0.625vw;
  margin-bottom: 1.25vw;
}
.sls-main-product-container-detail-operations-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4166666667vw;
  flex: 1;
  padding: 0.625vw 1.0416666667vw;
  border-radius: 0.4166666667vw;
  background: rgb(232, 255, 234);
  cursor: pointer;
  border: none;
  outline: none;
  color: rgb(0, 180, 42);
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.8333333333vw;
}
.sls-main-product-container-detail-operations-btn .bi {
  font-size: 1.25vw;
}
.sls-main-product-container-detail-share {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
  margin-bottom: 0.8333333333vw;
}
.sls-main-product-container-detail-share-title {
  color: rgb(22, 93, 255);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin-bottom: 0;
}
.sls-main-product-container-detail-share-icon {
  width: 1.875vw;
  height: 1.875vw;
  border-radius: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(247, 248, 250);
  cursor: pointer;
}
.sls-main-product-container-detail-share-icon .bi {
  font-size: 1.25vw;
}
.sls-main-product-container-detail-tabs .nav {
  gap: 1.0416666667vw;
}
.sls-main-product-container-detail-tabs .nav .nav-item .nav-link {
  background: none;
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
  padding: 0;
  border-radius: 0;
  padding-bottom: 0.4166666667vw;
  border-bottom: 0.1041666667vw solid rgba(29, 33, 41, 0);
}
.sls-main-product-container-detail-tabs .nav .nav-item .nav-link.active {
  color: rgb(29, 33, 41);
  border-bottom: 0.1041666667vw solid rgb(29, 33, 41);
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane {
  padding: 1.6666666667vw 0;
  flex-direction: column;
  gap: 1.6666666667vw;
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane.show {
  display: flex;
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane-spec {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane-spec > * {
  margin: 0;
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane-spec-title {
  width: 100%;
  color: rgb(29, 33, 41);
  font-family: Inter;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane-spec-item {
  width: calc((100% - 0.5208333333vw) / 2);
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane-desc .title {
  width: 100%;
  color: rgb(29, 33, 41);
  font-family: Inter;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 150%;
  margin-bottom: 0.4166666667vw;
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane-desc p {
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-product-container-detail-tabs .tab-content .tab-pane-desc img {
  max-width: 100%;
}
.sls-main-product-container-recommend {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2.0833333333vw - 44.7916666667vw);
  gap: 1.0416666667vw;
}
.sls-main-product-container-recommend-item-title {
  color: rgb(29, 33, 41);
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 140%;
  letter-spacing: -1%;
  margin-bottom: 1.0416666667vw;
}
.sls-main-product-container-recommend-item-products {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
.sls-main-product-container-recommend-item-products-item {
  padding: 1.0416666667vw;
  border-radius: 0.2083333333vw;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 0.2083333333vw;
}
.sls-main-product-container-recommend-item-products-item > * {
  margin: 0;
}
.sls-main-product-container-recommend-item-products-item-calss {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 150%;
}
.sls-main-product-container-recommend-item-products-item-title {
  color: rgb(29, 33, 41);
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 140%;
  letter-spacing: -1%;
}
.sls-main-product-container-recommend-item-products-item-star {
  display: flex;
  align-items: center;
  gap: 0.2083333333vw;
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 150%;
}
.sls-main-product-container-recommend-item-products-item-star .bi {
  color: rgb(255, 125, 0);
}
.sls-main-product-container-recommend-item-products-item-spec {
  display: flex;
  flex-direction: column;
  gap: 0.2083333333vw;
}
.sls-main-product-container-recommend-item-products-item-spec > * {
  margin: 0;
}
.sls-main-product-container-recommend-item-products-item-spec-item {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 150%;
}
.sls-main-product-container-recommend-item-products-item-price {
  color: rgb(245, 63, 63);
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 130%;
  letter-spacing: -1%;
}
.sls-main-product .sls-main-product-trial-use {
  background-color: rgb(242, 243, 245);
}
.sls-main-product .sls-main-product-trial-use-container {
  padding: 2.0833333333vw 0 4.1666666667vw;
  width: 62.5vw;
  margin: 0 auto;
}
.sls-main-product .sls-main-product-trial-use-container-title {
  color: rgb(29, 33, 41);
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 140%;
  letter-spacing: -1%;
  margin: 0 0 1.0416666667vw 0;
}
@media (max-width: 768px) {
  .sls-main-product-breadcrumbs {
    width: 100%;
    padding: 2.0512820513vw 3.0769230769vw;
  }
  .sls-main-product-breadcrumbs > * {
    font-size: 4.1025641026vw;
    margin-right: 4.1025641026vw;
  }
  .sls-main-product-container {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .sls-main-product-container-detail {
    width: 100%;
    padding: 4.1025641026vw 3.0769230769vw;
  }
  .sls-main-product-container-detail-star {
    font-size: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
  .sls-main-product-container-detail-title {
    font-size: 8.2051282051vw;
    margin-bottom: 4.1025641026vw;
  }
  .sls-main-product-container-detail-price {
    font-size: 12.3076923077vw;
    margin-bottom: 4.1025641026vw;
  }
  .sls-main-product-container-detail-price span {
    font-size: 5.1282051282vw;
  }
  .sls-main-product-container-detail-other-info {
    gap: 2.0512820513vw;
    margin-bottom: 8.2051282051vw;
  }
  .sls-main-product-container-detail-other-info-item {
    font-size: 4.1025641026vw;
  }
  .sls-main-product-container-detail-operations {
    gap: 2.0512820513vw;
    margin-bottom: 8.2051282051vw;
    flex-direction: column;
  }
  .sls-main-product-container-detail-operations-btn {
    gap: 2.0512820513vw;
    padding: 3.0769230769vw 5.1282051282vw;
    border-radius: 2.0512820513vw;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
  .sls-main-product-container-detail-operations-btn .bi {
    font-size: 6.1538461538vw;
  }
  .sls-main-product-container-detail-share {
    gap: 5.1282051282vw;
    margin-bottom: 4.1025641026vw;
  }
  .sls-main-product-container-detail-share-title {
    font-size: 4.1025641026vw;
  }
  .sls-main-product-container-detail-share-icon {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    border-radius: 9.2307692308vw;
  }
  .sls-main-product-container-detail-share-icon .bi {
    font-size: 6.1538461538vw;
  }
  .sls-main-product-container-detail-tabs .nav {
    gap: 5.1282051282vw;
  }
  .sls-main-product-container-detail-tabs .nav .nav-item .nav-link {
    font-size: 4.1025641026vw;
    padding-bottom: 2.0512820513vw;
    border-bottom: 0.5128205128vw solid rgba(29, 33, 41, 0);
  }
  .sls-main-product-container-detail-tabs .nav .nav-item .nav-link.active {
    border-bottom: 0.5128205128vw solid rgb(29, 33, 41);
  }
  .sls-main-product-container-detail-tabs .tab-content .tab-pane {
    padding: 8.2051282051vw 0;
    gap: 8.2051282051vw;
  }
  .sls-main-product-container-detail-tabs .tab-content .tab-pane-spec {
    gap: 2.0512820513vw;
  }
  .sls-main-product-container-detail-tabs .tab-content .tab-pane-spec-title {
    font-size: 4.1025641026vw;
  }
  .sls-main-product-container-detail-tabs .tab-content .tab-pane-spec-item {
    width: calc((100% - 2.5641025641vw) / 2);
    font-size: 4.1025641026vw;
  }
  .sls-main-product-container-detail-tabs .tab-content .tab-pane-desc .title {
    font-size: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
  .sls-main-product-container-detail-tabs .tab-content .tab-pane-desc p {
    font-size: 4.1025641026vw;
  }
  .sls-main-product-container-recommend {
    width: 100%;
    padding: 3.0769230769vw;
    gap: 6.1538461538vw;
  }
  .sls-main-product-container-recommend-item-title {
    font-size: 5.1282051282vw;
    margin-bottom: 3.0769230769vw;
  }
  .sls-main-product-container-recommend-item-products {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.0769230769vw;
  }
  .sls-main-product-container-recommend-item-products-item {
    width: calc((100% - 9.2307692308vw) / 2);
    padding: 3.0769230769vw;
    border-radius: 1.0256410256vw;
    gap: 1.0256410256vw;
  }
  .sls-main-product-container-recommend-item-products-item-calss {
    font-size: 3.0769230769vw;
  }
  .sls-main-product-container-recommend-item-products-item-title {
    font-size: 4.1025641026vw;
  }
  .sls-main-product-container-recommend-item-products-item-star {
    gap: 1.0256410256vw;
    font-size: 4.1025641026vw;
  }
  .sls-main-product-container-recommend-item-products-item-spec {
    gap: 1.0256410256vw;
  }
  .sls-main-product-container-recommend-item-products-item-spec-item {
    font-size: 3.5897435897vw;
  }
  .sls-main-product-container-recommend-item-products-item-price {
    font-size: 5.1282051282vw;
  }
  .sls-main-product .sls-main-product-trial-use-container {
    padding: 0;
    width: 100%;
  }
  .sls-main-product .sls-main-product-trial-use-container-title {
    font-size: 6.1538461538vw;
    margin: 0 0 3.0769230769vw 0;
    padding: 0 3.0769230769vw;
  }
}/*# sourceMappingURL=product.css.map */