/* 面包屑 */
.oc-main-sam-breadcrumb {
  padding: 0.35rem 2.15rem 0.25rem;
  margin-top: var(--header-height);
}

.breadcrumb-item {
  font-size: 0.14rem;
  display: inline !important;
}

.breadcrumb-item a {
  color: #8a8a8a;
  display: inline;
}

.breadcrumb-item a:hover {
  color: var(--Color);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.05rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.05rem;
  color: #8a8a8a;
  content: '/';
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item .active {
  color: rgba(0, 0, 0, 0.25);
}

.oc-main-sam-breadcrumb .breadcrumb-link .breadcrumb-item:last-child a {
  color: var(--Color);
  pointer-events: none;
}

.oc-main-sam-breadcrumb.under-banner {
  margin-top: 0;
}
.oc-main-sam-breadcrumb.product-category-page {
  margin-top: 0;
}

.comparison-chart-container {
  margin-bottom: 0.42rem;
  padding: 0 2.2rem;
}

.highcharts-credits {
  display: none;
}

/* 修改导出按钮文字大小 */
.highcharts-button text,
.highcharts-button .highcharts-button-text {
  font-size: 0.16rem !important; /* 改成你想要的字号 */
  font-family: 'Microsoft YaHei', sans-serif;
}

.highcharts-contextmenu .highcharts-menu {
  padding: 0.05rem !important;
}

.highcharts-contextmenu .highcharts-menu .highcharts-menu-item {
  font-size: 0.16rem !important;
}

hr {
  margin-block-start: 0.05rem !important;
  margin-block-end: 0.05rem !important;
}

.highcharts-axis-labels > text {
  font-size: 0.14rem !important;
}

#highcharts-property-buttons {
  margin-top: 0.1rem;
  margin-bottom: 0.42rem;
  gap: 0.3rem 0.33rem;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(6, 1.72rem);
}

#highcharts-property-buttons > div {
  border-radius: 0.06rem;
  border: 1px solid #cbd4dc;
  width: 2.3rem !important;
  /*文字不换行 */
  white-space: nowrap;
  box-sizing: border-box;
}

#highcharts-property-buttons a {
  display: block;
  color: #44494e;
  border-radius: 0.06rem;
  font-family: Exo, Arial, sans-serif;
  font-size: 0.14rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease 0ms;
  transition: background-color 0.3s ease 0ms, box-shadow 0.3s ease 0ms;
  cursor: pointer;
  padding: 0.12rem 0.12rem;
  /* 文字超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
}

#highcharts-property-buttons a.selected {
  background-color: #1e73bd;
  color: #fff;
}

#highcharts-container .highcharts-subtitle > a tspan {
  color: #0c71c3;
}

.highcharts-subtitle a {
  fill: rgb(0 51 153);
}

#highcharts-back-nav {
  display: none !important;
  position: absolute;
  z-index: 9999;
  margin-top: 40px;
  margin-left: 60px;
  font-size: 0.16rem;
  color: rgb(0 51 153);
  cursor: pointer;
}

#highcharts-back-nav.show {
  display: block !important;
}

#highcharts-container .highcharts-drilldown-axis-label {
  font-size: 0.14rem !important; /* 改字体大小 */
  fill: #2f67b3 !important; /* 改文字颜色 */
  font-weight: 400 !important; /* 加粗 */
  cursor: pointer; /* 鼠标样式 */
  text-decoration: none !important; /* 下划线 */
}

.chart-description-container {
  margin: 0 auto;
  padding: 0 2.2rem;
}

.property-group {
  margin-bottom: 40px;
}

.property-group h2 {
  font-size: 0.28rem;
  font-weight: 700;
  font-family: 'Exo';
  margin-bottom: 0.21rem;
  color: #44494e;
}

.property-group ul {
  list-style: disc;
  padding-left: 0.22rem;
  margin: 0;
}

.property-group li {
  margin-bottom: 0.12rem;
  list-style: disc;
  color: #44494e;
}

.property-group strong {
  color: #000;
  font-weight: 600;
  font-size: 0.14rem;
  font-family: 'Exo';
}

.highcharts-data-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
}

.highcharts-data-table th,
.highcharts-data-table td {
  border: 1px solid #ccc; /* 表格边框 */
  padding: 8px;
  text-align: center;
}

.highcharts-data-table th {
  background-color: #f0f0f0; /* 表头灰色 */
  font-weight: bold;
}

.highcharts-data-table caption {
  caption-side: top;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
}

.chart-title-container {
  margin-bottom: 0.3rem;
  padding: 0 2.2rem;
}

.chart-title-container .chart-introduction-title {
  font-family: Exo;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  margin-bottom: 0.21rem;
}

.chart-title-container .chart-introduction-description {
  font-family: Exo;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #44494e;
}

.sam-form-inquiry .form-content .is-ceramics-pc {
  display: block !important;
}

.sam-form-inquiry .form-content .is-ceramics-model {
  display: none !important;
}

/* 小屏pc */
@media only screen and (max-width: 1025px) {
  .sam-form-inquiry .form-content .form-item .form_btn_blue {
    height: 0.78rem !important;
    padding-left: 0.58rem !important;
    padding-right: 0.58rem !important;
  }

  .sam-form-inquiry .form-content .form-item .form-upload .upload-box {
    min-height: 1.67rem !important;
  }

  .sam-form-inquiry .form-content .is-ceramics-pc {
    display: none !important;
  }

  .sam-form-inquiry .form-content .is-ceramics-model {
    display: block !important;
  }

  .property-group h2 {
    font-size: 0.28rem;
  }

  .property-group strong {
    font-size: 0.22rem;
  }

  .property-group li {
    font-size: 0.22rem;
    line-height: 0.36rem;
  }

  .highcharts-axis-labels > text {
    font-size: 0.18rem !important;
  }

  #highcharts-property-buttons a {
    font-size: 0.18rem;
  }

  #highcharts-property-buttons > div {
    width: 2.1rem !important;
  }
  #highcharts-property-buttons {
    grid-template-columns: repeat(3, 2.1rem);
  }

  .chart-title-container .chart-introduction-description {
    font-size: 0.2rem;
    line-height: 0.36rem;
  }

  /* 导航栏 */
  .breadcrumb-item {
    font-size: 0.2rem;
  }

  .oc-main-sam-breadcrumb {
    padding: 0.6rem 1.2rem 0.25rem;
    margin-top: var(--header-height-middle);
  }

  #highcharts-back-nav.show {
    margin-top: 0.78rem;
    margin-left: 0.8rem;
  }

  .chart-title-container {
    padding: 0rem 0.3rem;
  }

  .comparison-chart-container {
    padding: 0rem 0.3rem;
  }

  #highcharts-property-buttons {
    grid-template-columns: repeat(3, 2.1rem);
    gap: 0.3rem 0.28rem;
  }

  .chart-description-container {
    padding: 0rem 0.3rem;
  }
}

/* ipad和mobile */
@media only screen and (max-width: 1024px) {
  /* 导航栏 */
  .breadcrumb-item {
    font-size: 0.2rem;
  }
  .oc-main-sam-breadcrumb {
    padding: 0.3rem;
    font-size: 0.2rem;
    margin-top: var(--header-height-mobile);
  }

  .oc-main-sam-page-banner {
    display: none;
  }

  .oc-main-sam-breadcrumb.under-banner {
    margin-top: var(--header-height-mobile);
  }

  .oc-main-sam-breadcrumb.product-category-page {
    margin-top: 0;
  }
}
