#g-footer {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px
}

#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center
}

#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none
}

#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline
}

#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%
}

#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851;
}

#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00;
}

#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
}

#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  display: flex;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
}

#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left
}

#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right
}

#g-topbar .redbg a:link,
#g-topbar .redbg a:visited,
#g-topbar .redbg a:hover {
  color: #fff
}

