/* 案例子栏目字体颜色 */
#example .part1 .nav > ul li a {
  display: inline-block;
}

#example .part1 .nav > ul .active a {
  color: white;
}
/* 案例子栏目字体颜色 */

/* 案例和新闻 */
/* //从第7个开始隐藏 */
.mob_news li:nth-of-type(n + 7),
.mob_case li:nth-of-type(n + 7) {
  display: none;
}

/* 新闻p标签 */
.detail_line_height p,
.detail_line_height .detail p {
  line-height: 1.8;
  margin-bottom: var(--size_50);
  font-size: 16px;
}
.detail_line_height .detail h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.detail_line_height .detail h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
/* 新闻标签最后一个字符 */
.tag_ids span:last-child {
  display: none;
}

/* 表单红框 */
.error {
  border: 1px solid red !important;
}

.copyright a {
  color: white;
}

#example h1,
#example h2,
#example h3,
#example h4,
#example h5,
#example h6 {
  margin: var(--size_40) 0 var(--size_20);
}
.mui-h2,
h2 {
  font-size: var(--size_40);
}
.mui-h3,
h3 {
    font-size: var(--fontTitle);
}


#nav_type::-webkit-scrollbar { display: none; }
.bottom-contact b {
  font-size: var(--size_40);
}