<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
  filter: blur(7px);
  -webkit-filter: blur(7px);
}
.header .logo img,
.advice-img img,
.scroll-banner .scroll-item .sc-big,
.guanggao li img,
.footer_img img,
.guanggao2 img {
  filter: none;
  -webkit-filter: none;
}
#DIALOG_CENTER,
#DIALOG_CENTER_SHADE {
  display: none !important;
}
body {
  font: normal normal 16px / 30px "Helvetica Neue", sans-serif, Arial, Helvetica,
    Verdana, "Microsoft YaHei";
  background-color: #fff;
  color: #666;
}
body,
header,
div,
nav,
section,
ol,
ul,
li,
span,
a,
em,
i,
p,
footer,
dl,
dd,
h1,
h2,
h3,
h4,
article,
menu {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
time {
  font-size: 0.9em;
  color: #555;
}
em {
  font-style: normal;
}
.backf {
  background-color: #fff;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.clam {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.clam1 {
  -webkit-line-clamp: 1;
}
.clam2 {
  -webkit-line-clamp: 2;
}
.clam3 {
  -webkit-line-clamp: 3;
}
.container {
  min-width: 800px;
  max-width: 1200px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #555;
}
a:hover {
  text-decoration: none;
  color: var(--color);
}
table,
table tr,
table tr td {
  max-width: 100%;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  width: 80%;
  color: #333;
  text-align: center;
}
table tr td {
  line-height: 2.5em;
  width: 50%;
}
table tr td,
table tr td span {
  font-size: 1em !important;
}
table tr:nth-child(odd) {
  background: #f5f5f5;
}

.top {
  background: #fafafa;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.top .container {
  display: flex;
}
.top a {
  color: #555555;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.top a:first-child {
  flex: 3;
}
/*header*/
.header {
  transition: all 0.4s;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header .logo {
  overflow: hidden;
}
.header .logo img {
  margin-right: 10px;
}
.header .Search-box {
  font-size: 0.9rem;
}
.Search-box-input {
  height: 28px;
  border: 1px solid var(--color);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.Search-box-text {
  line-height: 28px;
}
.Search-box-text strong {
  font-size: 12px;
  color: var(--color);
}
.Search-box-text a {
  font-size: 12px;
  color: #666;
  margin: 0 3px;
}
.Search-box-input input {
  width: 60%;
  line-height: 28px;
  font-size: 12px;
  outline: 0;
  border: 0;
  margin-left: 10px;
  color: #504e4e;
}
.Search-box-input #search_btn {
  background: var(--color) none repeat scroll 0 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  cursor: pointer;
  float: right;
  height: 28px;
  width: 70px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.menu {
  background-color: var(--color);
}
.menu ul {
  justify-content: space-between;
}
.menu ul li {
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-size: 1.1em;
  flex: 1;
}
.menu ul li a {
  color: #fff;
}
.menu ul li.active,
.menu ul li:hover {
  background-color: var(--highlight);
}

.footer_img {
  background: var(--color);
}
.footer_img img {
  display: block;
  width: 100%;
}
#footer {
  padding-bottom: 1em;
}
.sj_footer {
  padding-top: 1em;
}
.sj_footer p {
  text-align: center;
}
.sj_footer p:nth-child(2) {
  display: none;
}
.sj_footer p a {
  padding-left: 0.5em;
}
.footer-copyright-con {
  /* margin:1em 0 2em; */
  text-align: center;
}
.footer-copyright-con p {
  font-size: 0.9em; /* margin-bottom: .2em; */
}
.footer-copyright-con p a {
  padding: 0 1%;
}
@media (max-width: 1200px) {
}
@media (max-width: 800px) {
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
}
@media (max-width: 481px) {
}
.chatBtn img{
  filter: blur(0);
}</pre></body></html>