<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --theme-color: #7177f6;
}

/* 主题颜色更改开始 */
.a-hover a:hover,
.title:hover,
.tabs-container .active,
.a11y-btns-container a {
  color: #7177f6 !important;
  color: var(--theme-color) !important;
}

.tabs-lists-container &gt; ul li a::before,
.tabs-container .title.active::after,
.zdly-title::after {
  background-color: #7177f6;
  background-color: var(--theme-color);
}

.info-card-lists-container {
  background-image: linear-gradient(102deg, rgba(113, 119, 246, 0.024) 0%, rgba(113, 119, 246, 0.063) 100%);
}

/* 主题颜色更改结束 */
/* banner图片开始 */
header {
  background-image: url(ggwhfw_banner.png);
}

/* banner图片结束 */
.ggwhfw .zdly-tabs-lists-container .tabs-container {
  justify-content: center;
}
.ggwhfw .zdly-tabs-lists-container .tabs-container .title {
  margin-right: 163px;
}
.ggwhfw .zdly-tabs-lists-container .tabs-container .title:last-of-type {
  margin-right: 0;
}

.mobile_type .ggwhfw .zdly-tabs-lists-container .tabs-container .title {
  margin-right: 3.2vw;
}
.mobile_type .ggwhfw .zdly-tabs-lists-container .tabs-container .title:last-of-type {
  margin-right: 0;
}

.main-content-2 a {
  width: 100%;
  height: 120px;
  display: block;
  background-image: url(xzcf.png);
  background-position: center;
  background-size: auto 100%;
  border-radius: 0.5625em;
}
.main-content-2 a:hover {
  background-size: auto 105%;
}

.mobile_type .main-content-2 a {
  height: 16vw;
}

.main-content-1 .tabs-container {
  padding: 0 115px;
}
.main-content-1 .tabs-container .title {
  padding-bottom: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  flex: 1;
}
.main-content-1 .tabs-container .title span {
  padding-bottom: 1em;
  display: inline-block;
  position: relative;
}
.main-content-1 .tabs-container .title.active::after {
  display: none;
}
.main-content-1 .tabs-container .title.active span::after {
  content: "";
  width: 100%;
  height: 0.182em;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0.091em);
  background-color: #0b77ef;
  background-color: var(--theme-color);
}

.mobile_type .main-content-1 .tabs-container {
  padding: 0 3.2vw;
}</pre></body></html>