.oc-maon-sam-product-detail-tab {
  padding: 0.52rem 0;
}
.oc-maon-sam-product-detail-tab .tab-btns {
  position: sticky;
  top: 0.64rem;
  border-bottom: 1px solid #e5e7eb;
  margin: 0 2.15rem 0.24rem;
  transition: all 0.3s ease;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btns-content {
  justify-content: center;
  display: flex;
  gap: 0.2rem;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn {
  border-radius: 0.06rem;
  padding: 0.16rem 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.1rem;
  cursor: pointer;
  font-size: max(22px, 0.22rem);
  position: relative;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.oc-maon-sam-product-detail-tab .tab-placeholder {
  height: 0;
}
.oc-maon-sam-product-detail-tab .tab-btns.sticky {
  position: fixed;
  left: 0;
  padding: 0;
  width: 100%;
  margin: 0;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #f5faff;
}
.oc-maon-sam-product-detail-tab .tab-btns.sticky .tab-btn {
  padding: 0.12rem 0.32rem;
  font-size: max(16px, 0.16rem);
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn.active {
  color: #2f67b3;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  width: 100%;
  height: 0.01rem;
  border-bottom: 2px solid #2f67b3;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn.active .tab-btn-title {
  color: #2f67b3;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn .tab-btn-icon {
  display: flex;
  width: 0.24rem;
  height: 0.24rem;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn .tab-btn-icon svg {
  width: 100%;
  height: 100%;
}
.oc-maon-sam-product-detail-tab .tab-content {
  background-color: #f5f7fa;
  margin: 0 2.15rem;
  border-radius: 0.04rem;
}
.tab-content-description {
  padding: 0.1rem 0.63rem 0.8rem;
}
.tab-content-description h2,
.tab-content-description h3,
.tab-content-description h4 {
  margin-top: 0.38rem !important;
  color: var(--Color) !important;
}
.tab-content-specification {
  padding: 0.2rem 0.48rem;
}
.tab-content-specification h2,
.tab-content-specification h3 {
  text-align: right;
  margin: 0 0 0.09rem;
  color: #808899 !important;
  font-size: max(14px, 0.14rem);
  font-weight: 400;
  line-height: 0.18rem;
}
.tab-content-specification table {
}
.tab-content-technical {
  padding: 0.2rem 0.48rem;
}
.pdf-tabs-content .pdf-frame {
  width: 100%;
  height: 100vh;
  border: none;
}
.pdf-tabs-header {
  display: flex;
  gap: 0.08rem;
  border-bottom: 0.01rem solid #e5e7eb;
}
.tab-content-technical .pdf-tab {
  padding: 0.08rem 0.32rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  color: #2f2725;
  background-color: #ffffff;
  border-radius: 0.04rem 0.04rem 0 0;
  font-weight: 700;
  font-size: max(0.18rem, 18px);
  z-index: 1;
}
.tab-content-technical .pdf-tab:not(.active):hover {
  color: #2f67b3;
}
.pdf-tabs .pdf-tab.active {
  color: #fff;
}
.pdf-tabs .pdf-tab.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #2f67b3;
  border-radius: 0.04rem 0.04rem 0 0;
}
.pdf-tabs .pdf-panel {
  display: none;
}
.pdf-tabs .pdf-panel.active {
  display: block;
}
.pdf-tabs-content .print_pdf-btn a {
  color: #2f67b3;
  font-size: max(16px, 0.16rem);
  font-weight: 700;
  text-align: right;
  padding: 0.2rem 0;
}
.tab-content-video {
  padding: 0.2rem 0.48rem;
  text-align: center;
}
.tab-content-video h2 {
  color: #808899;
  text-align: right;
  margin-bottom: 0.09rem;
  font-size: max(0.14rem, 14px);
  font-weight: 400;
  line-height: 0.18rem;
}
.tab-content-video iframe {
  width: 8.69rem;
  height: 5.04rem;
}
.tab-content-reviews {
  padding: 0.2rem 0.48rem 0.48rem;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-switch {
  display: none;
}
.tab-content-technical .collapsible-wrapper .collapsible-title {
  color: #808899;
  text-align: right;
  margin-bottom: 0.09rem;
  font-size: max(0.14rem, 14px);
  font-weight: 400;
  line-height: 0.18rem;
}
@media screen and (max-width: 1400px) {
  .oc-maon-sam-product-detail-tab .tab-btns {
    top: 0.97rem;
  }
  .oc-maon-sam-product-detail-tab .tab-btns {
    margin: 0 0 0.24rem;
  }
  .oc-maon-sam-product-detail-tab .tab-content {
    margin: 0;
  }
  .oc-main-sam-similar-container {
    padding: 0.5rem 1.2rem;
  }
  .oc-maon-sam-product-detail-tab {
    padding: 0.5rem 1.2rem;
  }
  .oc-maon-sam-product-detail-tab .tab-btns .tab-btn {
    font-size: 18px;
  }
  .tab-content-specification {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1025px) {
  .oc-main-sam-similar-container {
    padding: 0.5rem 0.3rem;
  }
  .oc-maon-sam-product-detail-tab {
    padding: 0.5rem 0;
  }
  .oc-maon-sam-product-detail-tab .tab-btns {
    top: 1.8rem;
    margin: 0 0 0.21rem;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
  }
  .oc-maon-sam-product-detail-tab .tab-btns .tab-btn {
    font-size: max(0.18rem, 18px);
    justify-content: start;
    gap: 0.2rem;
    padding: 0.2rem 0.28rem;
    font-weight: 800;
    white-space: nowrap;
  }
  .oc-maon-sam-product-detail-tab .tab-btns .tab-btns-content {
    justify-content: normal;
    display: flex;
    gap: 0.2rem;
    overflow-x: auto;
    margin: 0 0.72rem;
    scrollbar-width: none;
  }
  .oc-maon-sam-product-detail-tab .tab-content {
    border-radius: 0.08rem;
    margin: 0 0.3rem;
  }
  .oc-maon-sam-product-detail-tab .tab-btns .tab-switch {
    width: 0.72rem;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
  }
  .oc-maon-sam-product-detail-tab .tab-btns .tab-switch svg {
    width: 0.3rem;
    height: 0.3rem;
  }
  .oc-maon-sam-product-detail-tab .tab-btns .tab-switch .tabs-icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .oc-maon-sam-product-detail-tab .tab-btn-left {
    position: relative;
    overflow: visible;
    left: 0;
  }
  .oc-maon-sam-product-detail-tab .tab-btn-left::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    pointer-events: none;
    box-shadow: 4px 0 8px 0 rgba(17, 31, 60, 0.15);
  }
  .oc-maon-sam-product-detail-tab .tab-btn-right {
    position: relative;
    overflow: visible;
    right: 0;
  }
  .oc-maon-sam-product-detail-tab .tab-btn-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 4px;
    height: 100%;
    pointer-events: none;
    box-shadow: -4px 0 8px 0px rgba(17, 31, 60, 0.15);
  }
  .tab-content-video iframe {
    width: 100%;
    height: 220px;
  }
  .tab-content-description {
    padding: 0.1rem 0.32rem;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .tab-content-specification h2,
  h3 {
    font-size: max(0.12rem, 12px);
    font-weight: 400;
    line-height: 100%;
  }
  .tab-content-technical .collapsible-wrapper .collapsible-title {
    font-size: max(0.12rem, 12px);
    font-weight: 400;
    line-height: 100%;
  }
  .pdf-tabs-header {
    overflow-x: auto;
    gap: 0.08rem;
    overflow-y: hidden;
  }
  .pdf-tabs .pdf-tab.active::after {
    border-radius: 0.08rem 0.08rem 0 0;
  }
  .tab-content-technical .pdf-tab {
    border-radius: 0.08rem 0.08rem 0 0;
    padding: 0.16rem 0.32rem;
  }
  .pdf-tabs-content .print_pdf-btn a {
    padding: 0.4rem 0;
  }
  .tab-content-specification,
  .tab-content-technical,
  .tab-content-reviews {
    padding: 0.1rem 0.32rem;
  }
}
