<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  text-decoration: none;
  color: #000; }

body {
  margin: 0px;
  background-color: #eee; }

.banxin {
  width: 1200px;
  margin: 0px auto; }

.top .banner {
  width: 100%;
  height: 150px;
  background: url("http://res.hygame.cc/icon/banner/bnr2.jpg") no-repeat;
  background-size: 100%; }
.top .nav {
  height: 50px;
  background-color: #fff; }
  .top .nav .nav-item {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    transition: all linear .3s; }
    .top .nav .nav-item:hover {
      color: #1F6FB5; }
  .top .nav .active {
    background-color: #fff;
    color: #1F6FB5;
    height: 48px;
    border-bottom: 2px solid #1F6FB5; }

.content {
  background-color: #f5f5f5;
  min-height: 200px; }
  .content &gt; .banxin {
    padding: 20px 0px; }

.footer .friend-link {
  margin-top: 20px;
  font-size: 14px; }
  .footer .friend-link .title {
    font-size: 20px;
    font-weight: 900; }
  .footer .friend-link .list {
    text-align: center;
    line-height: 50px;
    border-bottom: 2px solid #1F6FB5; }
    .footer .friend-link .list &gt; a {
      display: inline-block;
      margin: 0px 10px; }
      .footer .friend-link .list &gt; a:hover {
        color: #1F6FB5;
        text-decoration: underline; }
.footer .more {
  text-align: center;
  font-size: 12px;
  line-height: 30px; }
  .footer .more .link &gt; a {
    display: inline-block;
    margin: 0px 10px; }
    .footer .more .link &gt; a:hover {
      color: #1F6FB5;
      text-decoration: underline; }

.tab {
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff; }
  .tab .title {
    height: 30px;
    line-height: 30px;
    color: #1F6FB5;
    border-bottom: 1px solid #1F6FB5;
    background-color: #fff;
    padding-left: 10px;
    font-weight: 900; }

.mt20 {
  margin-top: 20px; }

.default-btn {
  display: inline-block;
  border: 1px solid #1F6FB5;
  background-color: #1F6FB5;
  color: #fff;
  cursor: pointer; }
  .default-btn:hover {
    background-color: #fff;
    color: #1F6FB5; }

/*# sourceMappingURL=public.css.map */
</pre></body></html>