<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #fff;
}
.header {
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #e5e5e5;
  position: fixed;
  top: 0px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  background: #fff;
}
.header .header_back {
  position: absolute;
  top: 0px;
  left: 10px;
}
.header .header_back .iconfont {
  font-size: 22px;
  padding: 5px;
}
.header .Home {
  position: absolute;
  top: 0px;
  right: 10px;
}
.header .Home .iconfont {
  font-size: 22px;
  padding: 5px;
}
.header .TrueName {
  font-size: 16px;
  font-weight: bold;
}
.footer {
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #fff;
  padding: 10px;
}
.footer .footer_l {
  float: left;
  display: flex;
}
.footer .footer_l .Head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.footer .footer_l .footer_User {
  margin-left: 10px;
}
.footer .footer_l .footer_User .TrueName {
  font-weight: bold;
}
.footer .footer_l .footer_User .StoreName {
  color: #777;
}
.footer .footer_r {
  float: right;
}
.News {
  margin-top: 50px;
  padding-bottom: 60px;
}
.News .Xian {
  height: 10px;
  background: #e5e5e5;
}
.News .Top_Box {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  position: relative;
  padding: 10px;
}
.News .Top_Box h1 {
  font-size: 18px;
  font-weight: bold;
  padding-right: 35px;
}
.News .Top_Box .DateBox ul {
  display: flex;
  margin-top: 5px;
}
.News .Top_Box .DateBox ul li {
  margin-right: 20px;
  color: #999;
}
.News .Top_Box .menu_right {
  position: absolute;
  top: 0px;
  right: 3px;
  z-index: 999;
}
.News .Top_Box .menu_right i {
  font-size: 20px;
  padding: 5px;
  font-weight: bold;
}
.News .ZhaiYao {
  padding: 15px 0px;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}
.News .ZhaiYao .Title2 {
  color: #0079fe;
}
.News .NeiRong {
  padding: 10px;
  margin-top: 20px;
}
.News .TuiJian {
  padding: 10px;
}
.News .TuiJian h2 {
  font-size: 16px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 10px;
}
.News .TuiJian ul li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0px;
}
.News .TuiJian ul li h3 {
  font-size: 14px;
  padding-bottom: 2px;
}
.News .TuiJian ul li p {
  color: #999;
}
.News .TuiJian ul li p span {
  margin-right: 15px;
}</pre></body></html>