.container-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
}

.product-info-item {
}

.product-info-item-left {
  margin: 24px;
  margin-bottom: 0px;
}

.thumbnail-box {
  /* margin: 0 auto; */
  margin-left: 24px;
  width: 1125px;
  margin-top: 16px;
  padding-bottom: 24px;
}

.button-prev,
.button-next {
  width: 14px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(179, 179, 179, 1);
  border: 1px solid rgba(204, 204, 204, 1);
  cursor: pointer;
  /* display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important; */
  /* 允许 hover 等效果 */
}

.button-prev:hover,
.button-next:hover {
  border: 1px solid red;
}

.el-icon-arrow-left:before {
  content: "<";
}

.el-icon-arrow-right:before {
  content: ">";
}

.main-image {
  width: 450px;
  height: 450px;
  position: relative;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbnails-container {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-box {
  display: flex;
  width: 1086px;
  /* height: 85px; */
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
}

.swiper-box .swiper-swapper {
  margin: 0;
}

.thumbnails-slide {
  height: 85px;
  width: 85px;
  cursor: pointer !important;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  border: 1px solid transparent; /* 默认透明边框 */
}

.thumbnails-slide:hover,
.thumbnails-slide.active {
  border: 1px solid red; /* 只改变边框颜色，不改变尺寸 */
}

.thumbnails img {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumbnails-slide:hover,
.thumbnails-slide.active {
  border: 1px solid red;
  box-sizing: border-box;
}

.product-info-item-right {
  margin: 24px;
  margin-bottom: 0px;
  width: 696px;
}

.product-info-item-content {
}

.product-info-item-title {
  width: 75%;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  color: rgba(28, 28, 28, 1);
}

.product-info-item-price {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 118, 72, 1);
}

.product-info-item-info {
  width: 95%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
  border-bottom: 1px solid rgba(222, 226, 231, 1);
}

.product-info-item-info div {
  display: flex;
}

.synonyms {
  display: flex;
}

.synonyms-des {
  font-size: 14px;
}

.tags {
  display: flex;
  font-size: 16px;
  font-weight: 400;
}

.tags_lable {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  margin-top: 10px;
  display: inline-block;
}

.tags_item {
  margin-top: 10px;
  border-radius: 5px;
  padding: 1px 8px;
  border: 1px solid rgba(0, 118, 72, 1);
  display: inline-block;
  margin-right: 30px;
}

.product-info-item-info div:last-child {
  padding-bottom: 12px;
}

.product-info-item-info span:first-child {
  width: 110px;
  display: inline-block;
  flex: 0 0 110px;
  color: rgba(0, 118, 72, 1);
}

.tags_items {
  width: 90%;
}

.ap-lable {
  height: 16px;
  line-height: 16px;
}

.ap-lable::after,
.sp-lable::after {
  content: url("../images/x.png");
  padding: 0 6px;
}

.ap-lable:last-child::after,
.sp-lable:last-child::after {
  content: none;
}

.product-info-item-spec {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
  align-items: center;
}

/* 规格左右布局 */
.product-info-item-spec.spec-row {
  display: flex;
  align-items: center;
}

.product-info-item-spec .spec-label {
  color: rgba(0, 118, 72, 1);
  flex-shrink: 0;
  line-height: 32px;
  margin-right: 10px;
}

.product-info-item-spec .spec-items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* 支持后台控制的换行 */
.product-info-item-spec .spec-items .spec-new-line {
  flex-basis: 100%;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}

/* 保留 br 标签样式（兼容旧版） */
.product-info-item-spec .spec-items br {
  flex-basis: 100%;
  width: 100%;
  height: 0;
  min-height: 0;
  display: block;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.product-info-item-spec span {
  color: rgba(0, 118, 72, 1);
}

.product-info-item-spec a {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  background: rgba(222, 226, 231, 1);
  color: rgba(0, 118, 72, 1);
  margin-right: 15px;
}

.product-info-item-spec a:hover,
.product-info-item-spec a.active {
  background: rgba(0, 118, 72, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

/* 库存状态样式 */
.product-stock-status {
  margin-top: 10px;
  font-size: 16px;
}

.product-stock-status span {
  color: rgba(255, 129, 0, 1);
}

.product-info-item-btn a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid rgba(0, 118, 72, 1);
  color: rgba(0, 118, 72, 1);
}

.product-info-item-btn a:hover {
  text-decoration: none;
  background: rgba(0, 118, 72, 1);
  color: rgba(255, 255, 255, 1);
}

.product-detail-item {
  /* padding: 23px 30px; */
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  position: relative;
}

.tab-content {
  padding: 10px 30px;
  padding-bottom: 23px;
}

.section-species-title {
  font-size: 14px;
  font-weight: 700;
}

.section-content-species,
.section-content-dilution,
.section-content-positive {
  font-size: 14px;
  font-weight: 400;
  text-indent: 2em;
  color: rgba(28, 28, 28, 1);
}

.tabs {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

/* #product-info {
  margin-top: 1.5rem; 
} */
.tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  padding-top: 23px;
  margin-left: 30px;
  margin-right: 30px;
}

#download-btn-link {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid rgba(0, 118, 72, 1);
  color: rgba(0, 118, 72, 1);
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 118, 72, 1);
}

#download-btn-link:hover {
  text-decoration: none;
  background: rgba(0, 118, 72, 1);
  color: rgba(255, 255, 255, 1);
}

.download-btn a {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 118, 72, 1);
}

.tab-links {
  display: flex;
  gap: 1rem;
  height: 100%;
}

.section-row {
  display: flex;
  gap: 1rem;
  height: 100%;
  align-items: stretch;
}

.tab-link {
  height: 48px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 118, 72, 1);
}

.tab-link.active {
  border-bottom: 2px solid rgba(0, 118, 72, 1);
  color: rgba(0, 118, 72, 1);
  font-weight: bold;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 118, 72, 1);
  margin-bottom: 15px;
  /* 与下面内容留空 */
  flex-shrink: 0;
  /* 不被压缩 */
}

.section-title span {
  padding: 10px 0;
  display: inline-block;
}

.pro-table tr {
  border-bottom: 1px solid rgba(0, 118, 72, 1);
}

.pro-table {
  width: 100%;
  border-collapse: collapse;
  /* height: calc(100% - 71px); */
  padding: 2px;
}
.pro-table,
.pro-table td,
.pro-table th {
  border: none !important;
}
.split-line {
  margin-top: 1.5rem;
  border-top: 2px solid rgba(0, 118, 72, 1);
}

/* #images {
  border-bottom: 2px solid rgba(0, 118, 72, 1);
} */

.pro-table td,
.pro-table th {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 14px;
  color: rgba(28, 28, 28, 1);
}

.pro-table th {
  width: 200px;
}

/* .pro-table tr:nth-child(even) {
  background: rgba(239, 239, 239, 1);
} */

/* .product-details-item img {
  max-width: 100%;
  margin: 0 0;
  vertical-align: middle;
} */

.detail-mode-simple table {
  width: 100% !important;
  line-height: 20px;
  text-align: center;
  border-collapse: collapse;
  padding: 2px;
  margin: 5px auto;
}
.detail-mode-simple th,
.detail-mode-simple td {
  border: 1px solid #ccc;
}

.detail-mode-simple tr:first-child,
.detail-mode-simple th:first-child {
  background-color: #e9f0ee;
}

/* .product-details-item table td:first-child {
  min-width: 100px;
} */

/* .product-details-item table .firstRow {
  background-color: #eaeaea;
} */

.product-details-item table p {
  margin-bottom: 0px;
}

.application-table {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.application-table td,
.application-table th {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 14px;
  color: rgba(28, 28, 28, 1);
}

.section-content {
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
}

.image-container {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; */
  padding: 20px;
}

.image-box {
  position: relative;
}

.image-row {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 118, 72, 1);
}
.image-row:last-child {
  border-bottom: none;
}
.image-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 353px;
  max-width: 353px;
  min-width: 353px;
  padding-bottom: 20px;
  flex: 0 0 calc(33.333% - 10px);
  /* border-bottom: 1px solid rgba(0, 118, 72, 1); */
}

.image-box-content {
  position: relative;
  width: 353px;
  height: 353px;
}

.image-box img {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  padding: 10px 5px;
  line-height: 1.5rem;
}

.image-text p {
  margin-bottom: 5px;
}

.note {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
}

.swiper-container {
  /* margin: 0 auto; */
  display: flex;
  padding: 1rem 0;
  width: 1075px;
  overflow: hidden;
}

.swiper-container .swiper-wrapper {
  margin: 0;
}

.swiper-container .swiper-slide {
  width: 152px;
  text-align: center;

  flex-shrink: 0;
  box-sizing: border-box;
}

.product-name {
  margin: 0.5rem 0;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-name a {
  color: rgba(28, 28, 28, 1);
}

.product-name a:hover {
  color: rgba(0, 118, 72, 1);
  text-decoration: none;
}

.carousel-control-prev-icon {
  background-image: url("../images/product_left.png");
  /* width: 30px;
  height: 30px; */
  opacity: 1;
}

.carousel-control-next-icon {
  background-image: url("../images/product_right.png");
  /* width: 30px;
  height: 30px; */
  opacity: 1;
}

.swiper-container .price {
  color: rgba(0, 118, 72, 1);
  font-size: 16px;
  font-weight: 400;
  margin: 0.5rem 0;
}

.btn-blue {
  color: rgba(0, 118, 72, 1);
  border: 1px solid rgba(0, 118, 72, 1);
  border-radius: 4px;
  font-size: 12px;
  transition: background-color 0.3s ease;
}

.btn-blue:hover {
  color: white;
  background-color: rgba(0, 118, 72, 1);
}

.btn-outline-blue {
  background-color: transparent;
  color: rgba(0, 118, 72, 1);
  border: 1px solid rgba(0, 118, 72, 1);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}

/* 绑定产品样式 */
.product-info-item-bind {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
}

.bind-products-list {
  margin-top: 10px;
}

.bind-product-item {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid rgba(222, 226, 231, 1);
  border-radius: 5px;
  background: rgba(249, 250, 251, 1);
}

.bind-product-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.bind-product-name {
  font-weight: 600;
  color: rgba(28, 28, 28, 1);
  min-width: 200px;
}

.bind-product-no,
.bind-product-spec,
.bind-product-price {
  font-size: 14px;
  color: rgba(80, 80, 80, 1);
  min-width: 120px;
}

.bind-product-price {
  color: rgba(0, 118, 72, 1);
  font-weight: 600;
}

.btn-outline-blue:hover {
  background-color: rgba(0, 118, 72, 1);
  color: white;
}

.related-products-container {
  margin-top: 30px;
  padding: 20px;
}

.related-products {
  display: flex;
  justify-content: space-between;
}

.related-products-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(222, 226, 231, 1);
}

.product-control-prev,
.product-control-next {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(222, 226, 231, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 5rem;
}

.product-control-prev:hover,
.product-control-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.product-control-prev::before,
.product-control-next::before {
  display: none;
}

.i_arrow-left {
  background: url("../images/p_control_prev.png") no-repeat;
  width: 10px;
  height: 17px;
}

.i_arrow-right {
  background: url("../images/p_control_next.png") no-repeat;
  width: 10px;
  height: 17px;
}

/* 绑定产品SKU样式 */
.sku-item.bind-product-sku {
  position: relative;
  border: 1px solid rgba(0, 118, 72, 0.3);
  background: rgba(0, 118, 72, 0.05);
  color: rgba(0, 118, 72, 1);
}

.sku-item.bind-product-sku:hover {
  border-color: rgba(0, 118, 72, 0.7);
  background: rgba(0, 118, 72, 0.1);
  color: rgba(0, 118, 72, 1);
}

.sku-item.bind-product-sku::after {
  content: "↗";
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 10px;
  color: rgba(0, 118, 72, 0.7);
}

.sku-item.bind-product-sku.active {
  border-color: rgba(0, 118, 72, 1);
  background: rgba(0, 118, 72, 0.15);
  color: rgba(0, 118, 72, 1);
}

.sku-item.bind-product-sku.out-of-stock {
  border-color: rgba(204, 204, 204, 1);
  background: rgba(249, 250, 251, 1);
  color: rgba(204, 204, 204, 1);
  cursor: not-allowed;
}

.sku-item.bind-product-sku.low-stock {
  border-color: rgba(255, 153, 0, 0.3);
  background: rgba(255, 153, 0, 0.05);
  color: rgba(255, 153, 0, 1);
}

/* 规格分组标题 */
.sku-group-title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(80, 80, 80, 1);
  margin: 15px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(222, 226, 231, 0.5);
}

.sku-group-title:first-child {
  margin-top: 0;
}

/* 可选：给不可用状态加个透明度提示 */
.swiper-button-disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.img-box {
  /* border: 1px solid rgba(222, 226, 231, 1); */
  width: 152px;
  height: 158px;
  position: relative;
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.htmlBox ::v-deep a {
  color: #62a0fd !important;
}
.fas {
  color: rgba(0, 118, 72, 1);
  font-size: 2.5rem;
}
.addToCompare {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 129, 0, 1);
  padding: 2.5px 13px;
  border: 1px solid rgba(255, 129, 0, 1);
  border-radius: 8px;
  margin-right: 14px;
  cursor: pointer;
}

.addToCompare:hover {
  background-color: rgba(255, 129, 0, 1);
  color: #fff;
}

.addToCompare.added {
  background-color: rgba(255, 129, 0, 1);
  color: #fff;
}

.product-info-item-des span:nth-child(2) {
  color: rgba(255, 129, 0, 1);
}

/* 规格集组样式 */
.product-spec-groups {
  margin-top: 15px;
}

/* 规格集组切换标签 */
.spec-group-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

/* .spec-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(80, 80, 80, 1);
  margin-right: 10px;
} */

.spec-group-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.spec-group-tab {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(222, 226, 231, 1);
  border-radius: 4px;
  font-size: 14px;
  color: rgba(80, 80, 80, 1);
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.spec-group-tab:hover {
  border-color: rgba(0, 118, 72, 0.5);
  color: rgba(0, 118, 72, 1);
}

.spec-group-tab.active {
  border-color: rgba(0, 118, 72, 1);
  background: rgba(0, 118, 72, 1);
  color: #fff;
}

/* 规格集内容区域 */
.spec-sets-container {
  padding: 15px 0;
}

.spec-group-content {
  display: none;
}

.spec-group-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 规格集项 */
.spec-set-item {
  margin-bottom: 15px;
}

.spec-set-item:last-child {
  margin-bottom: 0;
}

.spec-set-title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(28, 28, 28, 1);
  margin-bottom: 10px;
}

.spec-set-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.spec-item {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(222, 226, 231, 1);
  border-radius: 4px;
  font-size: 13px;
  color: rgba(28, 28, 28, 1);
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.spec-item:hover {
  border-color: rgba(0, 118, 72, 0.5);
  color: rgba(0, 118, 72, 1);
}

.spec-item.active {
  border-color: rgba(0, 118, 72, 1);
  background: rgba(0, 118, 72, 1);
  color: #fff;
}

.spec-item.disabled {
  border-color: rgba(204, 204, 204, 1);
  background: rgba(249, 250, 251, 1);
  color: rgba(153, 153, 153, 1);
  cursor: not-allowed;
}

.spec-item.disabled:hover {
  border-color: rgba(204, 204, 204, 1);
  color: rgba(153, 153, 153, 1);
}

.spec-item.active .spec-remark {
  color: rgba(255, 255, 255, 0.8);
}

/* 规格项不可用状态 */
.spec-item.disabled {
  border-color: rgba(204, 204, 204, 1);
  background: rgba(249, 250, 251, 1);
  color: rgba(153, 153, 153, 1);
  cursor: not-allowed;
  opacity: 0.7;
  position: relative;
}

.spec-item.disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: rotate(-15deg);
}

.spec-item.disabled:hover {
  border-color: rgba(204, 204, 204, 1);
  color: rgba(153, 153, 153, 1);
}

/* 缺货提示 */
.spec-item.out-of-stock {
  border-color: rgba(255, 107, 107, 0.3);
  background: rgba(255, 245, 245, 1);
  color: rgba(255, 107, 107, 1);
}

.spec-item.out-of-stock::after {
  content: "缺货";
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 10px;
  padding: 2px 6px;
  background: rgba(255, 107, 107, 1);
  color: #fff;
  border-radius: 3px;
  transform: scale(0.8);
}

/* 低库存提示 */
.spec-item.low-stock {
  border-color: rgba(255, 165, 0, 0.3);
  background: rgba(255, 250, 240, 1);
}
/* 
.spec-item.low-stock::after {
  content: "库存紧张";
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 10px;
  padding: 2px 6px;
  background: rgba(255, 165, 0, 1);
  color: #fff;
  border-radius: 3px;
  transform: scale(0.8);
} */

/* 规格集组切换动画优化 */
.spec-group-content {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.spec-group-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* 规格集组标签悬停效果 */
.spec-group-tab {
  position: relative;
  overflow: hidden;
}

.spec-group-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.spec-group-tab:hover::before {
  left: 100%;
}

/* 规格集标题样式优化 */
.spec-set-title {
  position: relative;
  padding-left: 12px;
}

.spec-set-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: rgba(0, 118, 72, 0.3);
  border-radius: 2px;
}

/* 规格集名称样式 */
.spec-set-name {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(222, 226, 231, 1);
  border-radius: 4px;
  font-size: 14px;
  color: rgba(28, 28, 28, 1);
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  user-select: none;
}

.spec-set-name:hover {
  border-color: rgba(0, 118, 72, 0.5);
  color: rgba(0, 118, 72, 1);
}

.spec-set-name.active {
  border-color: rgba(0, 118, 72, 1);
  background: rgba(0, 118, 72, 1);
  color: #fff;
}

/* 规格项hover时，规格备注也变成白色 */
.spec-item:hover .spec-remark,
.spec-item.active .spec-remark {
  color: #fff;
}
.simple-spec .spec-item,
.simple-spec .spec-remark {
  color: #fff;
}
/* 关联产品 - 规格集名称样式 */
.spec-set-name {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.spec-set-name:hover,
.spec-set-name.active {
  background-color: rgba(0, 118, 72, 1);
  border-color: rgba(0, 118, 72, 1);
  color: #fff;
}
