
* {
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}

.main.text-content {
  background: #ffffff !important;
}

/* 覆盖 bg-blue 背景色为白色 */
.main.text-content .bg-blue,
.detail-container .detail-item.bg-blue {
  background: #ffffff !important;
}

#headerHtml {
  width: 100%;
  height: 84px;
  position: absolute;
  overflow: hidden;
}

.w1200 h2 {
  font-size: 50px;
  padding: 20px 0;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.banner-container {
  height: auto;
  padding-top: 0;
  background: #ffffff !important;
}

.text-content h3 {
  padding-bottom: 20px !important;
  color: rgba(0, 0, 0, 0.85);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.text-content b {
  color: #000;
  font-size: 16px;
}

.text-content p {
  /* text-indent:32px; */
  margin: 6px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.text-content a {
  color: #6246E8 !important;
}

.text-content a:hover {
  text-decoration: underline;
  color: #45a049 !important;
}

.moduleA .detail-con {
  padding-top: 20px;
}

.detail-container .detail-item {
  padding: 5px 0;
}

/* 点阵装饰颜色修改为主题紫色 #6246E8 */
.moduleA-line {
  filter: brightness(0) saturate(100%) invert(28%) sepia(90%) saturate(1800%) hue-rotate(214deg) brightness(100%) contrast(95%) !important;
}

@media screen and (max-width: 524px) {
  .w1200 h2 {
    font-size: 36px;
  }

  .text-content h3 {
    font-size: 24px;
    line-height: initial;
  }
}
