/* 面包屑 */
.oc-main-sam-breadcrumb {
  padding: 32px 0 24px;
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.breadcrumb-item {
  font-size: 16px;
  display: inline !important;
}

.breadcrumb-item a {
  color: #8a8a8a;
  display: inline;
}

.breadcrumb-item a:hover {
  color: var(--color);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  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: auto;
  width: 1200px;
}

.highcharts-credits {
  display: none;
}

/* 修改导出按钮文字大小 */
.highcharts-button text,
.highcharts-button .highcharts-button-text {
  font-size: 16px !important; /* 改成你想要的字号 */
  font-family: 'Microsoft YaHei', sans-serif;
}

.highcharts-contextmenu .highcharts-menu {
  padding: 5px !important;
}

.highcharts-contextmenu .highcharts-menu .highcharts-menu-item {
  font-size: 16px !important;
}

hr {
  margin-block-start: 5px !important;
  margin-block-end: 5px !important;
}

.highcharts-axis-labels > text {
  font-size: 14px !important;
}

#highcharts-property-buttons {
  margin-top: 30px;
  margin-bottom: 42px;
  gap: 30px 33px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(6, 172px);
}

#highcharts-property-buttons > div {
  border-radius: 6px;
  border: 1px solid #cbd4dc;
  width: 172px !important;
  /*文字不换行 */
  white-space: nowrap;
}

#highcharts-property-buttons a {
  display: block;
  color: #44494e;
  border-radius: 6px;
  font-family: Exo, Arial, sans-serif;
  font-size: 14px;
  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: 12px;
  /* 文字超出隐藏 */
  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: 16px;
  color: rgb(0 51 153);
  cursor: pointer;
}

#highcharts-back-nav.show {
  display: block !important;
}

#highcharts-container .highcharts-drilldown-axis-label {
  font-size: 14px !important; /* 改字体大小 */
  fill: #2f67b3 !important; /* 改文字颜色 */
  font-weight: 400 !important; /* 加粗 */
  cursor: pointer; /* 鼠标样式 */
  text-decoration: none !important; /* 下划线 */
}

.chart-description-container {
  margin: 0 auto;
  width: 1200px;
}

.property-group {
  margin-bottom: 40px;
}

.property-group h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Exo';
  margin-bottom: 21px;
  color: #1d1f21;
}

.property-group ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0;
}

.property-group li {
  margin-bottom: 12px;
  list-style: disc;
  color: #44494e;
}

.property-group strong {
  color: #595959;
  font-weight: 600;
  font-size: 14px;
  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: auto;
  width: 1200px;
}

.chart-title-container .chart-introduction-title {
  font-family: Exo;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  line-height: 60px;
  margin-bottom: 21px;
}

.chart-title-container .chart-introduction-description {
  font-family: Exo;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #44494e;
}

/* 小屏pc */
@media only screen and (max-width: 1025px) {
  /* 导航栏 */
  .breadcrumb-item {
    font-size: 20px;
  }

  .oc-main-sam-breadcrumb {
    padding: 60px 120px 25px;
    margin-top: var(--header-height-middle);
  }

  #highcharts-back-nav.show {
    margin-top: 78px;
    margin-left: 80px;
  }

  .chart-title-container {
    width: 95%;
  }

  .comparison-chart-container {
    width: 95%;
  }

  .chart-description-container {
    width: 95%;
  }
}

/* ipad和mobile */
@media only screen and (max-width: 1024px) {
  .chart-title-container .chart-introduction-title {
    font-size: 0.48rem;
    margin: 0;
    line-height: 0.77rem;
    margin-bottom: 0.21rem;
  }

  .chart-title-container .chart-introduction-description {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }

  #highcharts-property-buttons {
    grid-template-columns: repeat(3, 2.1rem);
    gap: 0.3rem 0.28rem;
  }

  .property-group li {
    font-weight: 400;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }

  #highcharts-property-buttons > div {
    width: 2.1rem !important;
  }

  /* 导航栏 */
  .breadcrumb-item {
    font-size: 0.24rem;
  }
  .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;
  }
}
