* {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: outside none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background: #d1e7a9;
  color: #486127;
  font-size: 12px;
  font-family: "宋体", Tahoma, Geneva, sans-serif;
  line-height: 16px;
}

input,
select {
  height: 18px;
  border: 1px #c9d2bb solid;
  color: #486127;
  font-family: inherit;
  font-size: 12px;
  line-height: 16px;
}

.red {
  color: #f00;
}

#logo {
  margin: 0 auto;
  background: url(./huaer/logo.gif);
  width: 910px;
  height: 143px;
}

#bottom {
  margin: 0 auto;
  background: url(./huaer/bottom.gif);
  width: 910px;
  height: 20px;
}

#wrapper {
  margin: 0 auto;
  background: url(./huaer/bg.gif) repeat-y center top;
  width: 878px;
  padding: 0 16px;
}

#navi {
  padding-top: 8px;
}

#navi li {
  display: inline-block;
  margin-left: 1em;
  height: 16px;
  line-height: 16px;
  position: relative;
}

#navi li:hover .submenu {
  display: block;
}

#navi .submenu {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 15px;
  background: #f0f0f0;
  border: 1px solid #486127;
}

#navi .submenu > a {
  display: block;
  margin: 1px;
  padding: 2px 20px 2px 27px;
  white-space: nowrap;
}

#navi .submenu > a:hover {
  color: #ffffff;
  background-color: #e4edcb;
  border: 1px solid #222222;
  padding: 1px 19px 1px 26px;
}

#arrow {
  text-align: right;
  margin-bottom: 10px;
}

#arrow a {
  display: inline-block;
  background: url(./huaer/arrow.gif);
  width: 33px;
  height: 11px;
}

#meta {
  overflow: auto;
  margin-bottom: 10px;
}

#meta form {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#meta form input,
#meta form select {
  margin-right: 0.5em;
}

#meta .info {
  float: right;
  text-align: right;
}

#announce {
  height: 28px;
  line-height: 28px;
  background: #faffef;
  border: 1px solid #e5f0ce;
}

.box {
  margin-bottom: 10px;
}

.box .head {
  background: url(./huaer/box.gif);
  height: 25px;
  line-height: 25px;
  text-indent: 8px;
}

.forum {
  width: 100%;
  border-collapse: collapse;
  background: #faffef;
}

.forum td {
  border: 1px solid #e5f0ce;
}

.forum thead td {
  height: 23px;
  text-align: center;
}

.forum tbody td {
  vertical-align: middle;
  padding: 9px 5px;
}

.forum tbody td:nth-of-type(1) {
  width: 50px;
  text-align: center;
}

.forum tbody td:nth-of-type(2) {
  width: 47%;
}

.forum tbody td:nth-of-type(2) p {
  width: 75%;
}

.forum tbody td:nth-of-type(3) {
  width: 78px;
}

.forum tbody td:nth-of-type(4) {
  width: 200px;
}

.forum tbody td:nth-of-type(5) {
  text-align: center;
  width: 100px;
}

#online {
  width: 100%;
  border-collapse: collapse;
  background: #faffef;
}

#online td {
  border: 1px solid #e5f0ce;
  padding: 6px;
}

#online td:nth-of-type(2) {
  text-align: center;
  width: 100px;
}

#footer {
  text-align: center;
  line-height: 18px;
}