html {
  background: #ffe;
  color: #800000;
}
#h-menu {
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  color: #c00;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  overflow: auto;
  width: 140px;
  height: 100%;
  background-color: #fff;
}
#h-menu #h-menu-top-img,
#h-menu #h-menu-top-sitename {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#h-menu #h-menu-top-img {
  margin-top: 5px;
  margin-bottom: 5px;
}
#h-menu #h-menu-top-sitename {
  font-size: 18px;
  margin-bottom: 10px;
}
#h-menu #h-menu-search #h-menu-search-keyword {
  display: block;
  width: 90%;
  margin: 5px auto;
}
#h-menu #h-menu-content {
  font-size: 12px;
}
#h-menu #h-menu-content .h-nav-parent-header,
#h-menu #h-menu-content .h-nav-header {
  color: #c00;
  font-weight: bold;
}
#h-menu #h-menu-content .h-active {
  margin-left: -15px;
  padding-left: 15px;
  background: #ea8;
}
#h-menu #h-menu-content .h-active a {
  font-weight: bold;
  color: #fff;
}
#h-menu #h-menu-content .h-nav-item a {
  color: #07d;
}
#h-menu #h-menu-content .h-nav-item:hover a {
  color: #059;
}
#h-bottom-nav {
  position: fixed;
  margin-bottom: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  border-top: 1px #000 solid;
  background: #ffe;
  z-index: 500;
}
#h-tool {
  position: fixed;
  bottom: 180px;
  right: 10px;
}
#h-tool .h-tool-btn {
  display: block;
  background: #b00;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  opacity: 0.5;
  cursor: pointer;
}
#h-tool .h-tool-btn:hover {
  opacity: 0.9;
}
#h-content {
  margin: auto auto 50px 140px;
}
#h-content h2.h-title {
  text-align: center;
  font-weight: bold;
  color: #800000;
}
#h-content-top-nav {
  margin: 5px 0;
}
#h-post-form .h-post-form-grid {
  margin-top: 1px;
}
#h-post-form .h-post-form-title,
#h-post-form .h-post-form-input,
#h-post-form .h-post-form-option {
  padding: 2px 0 2px 5px;
}
#h-post-form .h-post-form-title {
  height: 100%;
  background: #ea8;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}
#h-post-form .h-post-form-input input {
  width: 100%;
}
#h-post-form .h-post-form-option {
  padding-left: 10px;
}
#h-post-form .h-post-form-textarea-title {
  height: 90px;
  line-height: 90px;
}
#h-post-form .h-post-form-textarea {
  width: 100%;
  height: 80px;
  padding: 0;
}
.h-forum-header {
  margin-top: 10px;
  font-size: 12px;
}
.h-forum-header img {
  padding: 0;
}
.h-threads-item {
  display: block;
  clear: both;
}
.h-threads-item .h-threads-img-box {
  display: inline;
  position: relative;
  margin: 3px 0;
}
.h-threads-item .h-threads-img-box .h-threads-img-tool {
  display: none;
  font-size: 12px;
}
.h-threads-item .h-threads-img-box .h-threads-img-tool .h-threads-img-tool-btn {
  cursor: pointer;
}
.h-threads-item .h-threads-img-box .h-threads-img-tool .h-threads-img-tool-btn:nth-child(n+2):before {
  color: #999;
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
.h-threads-item .h-threads-img-box .h-threads-img-tool .h-threads-img-tool-btn i {
  padding-right: 3px;
  color: #800000;
}
.h-threads-item .h-threads-img-box .h-threads-img-a {
  cursor: zoom-in;
}
.h-threads-item .h-threads-img-box .h-threads-img-a .h-threads-img {
  padding: 0;
  margin: 0 20px;
  max-width: 250px;
}
.h-threads-item .h-threads-img-box.h-active .h-threads-img-tool {
  display: block;
}
.h-threads-item .h-threads-img-box.h-active .h-threads-img-a {
  display: block;
  cursor: zoom-out;
}
.h-threads-item .h-threads-img-box.h-active .h-threads-img-a .h-threads-img {
  position: relative;
  margin: 0;
  max-width: 100%;
}
.h-threads-item .h-threads-info .h-threads-info-title {
  font-weight: bold;
  color: #cc1105;
}
.h-threads-item .h-threads-info .h-threads-info-email {
  font-weight: bold;
  color: #117743;
}
.h-threads-item .h-threads-info .h-threads-info-email,
.h-threads-item .h-threads-info .h-threads-info-createdat,
.h-threads-item .h-threads-info .h-threads-info-uid,
.h-threads-item .h-threads-info .h-threads-info-id,
.h-threads-item .h-threads-info .h-threads-info-reply-btn,
.h-threads-item .h-threads-info .h-threads-info-report-btn {
  margin-left: 5px;
}
.h-threads-item .h-threads-info .h-threads-info-reply-btn {
  font-size: 16px;
}
.h-threads-item .h-threads-info .h-threads-info-reply-btn a {
  margin: 0 2px;
}
.h-threads-item .h-threads-info .h-threads-info-report-btn {
  font-size: 12px;
}
.h-threads-item .h-threads-info .h-threads-info-report-btn a {
  margin: 0 2px;
}
.h-threads-item .h-threads-content {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 40px;
}
.h-threads-item .h-threads-item-replies .h-threads-item-reply {
  display: table;
  margin-bottom: 3px;
}
.h-threads-item .h-threads-item-replies .h-threads-item-reply .h-threads-item-reply-icon,
.h-threads-item .h-threads-item-replies .h-threads-item-reply .h-threads-item-reply-main {
  display: table-cell;
}
.h-threads-item .h-threads-item-replies .h-threads-item-reply .h-threads-item-reply-main {
  background: #f0e0d6;
}
.h-threads-item .h-threads-tips {
  color: #707070;
}
.h-pagination li a,
.h-pagination li span {
  color: #07d;
  background: #fff;
  border-radius: 0;
}
.h-pagination li:hover a {
  color: #059;
}
.h-pagination li.uk-active a,
.h-pagination li.uk-active span {
  color: #fff;
  background: #b00;
}
#h-ref-view {
  position: absolute;
  display: none;
}
#h-ref-view .h-threads-item-ref {
  background: #f0e0d6;
  border: 1px solid #000;
  margin-top: 20px;
}
#h-ref-view .uk-container {
  background: #f0e0d6;
}
.h-hidden-text {
  background: #666;
  color: #666;
}
.h-hidden-text:hover {
  background: transparent;
  color: #800000;
}
#h-acfun-preview {
  position: absolute;
  display: none;
}
#h-acfun-preview .h-acfun-preview-container {
  background: #f0e0d6;
  border: 1px solid #000;
  width: 350px;
  height: 110px;
  margin-top: 20px;
  padding: 5px;
}
#h-acfun-preview .h-acfun-preview-container .h-acfun-preview-cover {
  float: left;
  width: 120px;
  height: 90px;
  padding: 3px;
}
#h-acfun-preview .h-acfun-preview-container .h-acfun-preview-info {
  font-size: 12px;
  margin-left: 130px;
  height: 90px;
  overflow: hidden;
}
#h-acfun-preview .h-acfun-preview-container .h-acfun-preview-info .h-acfun-preview-desc {
  margin: 3px 0;
}
#h-acfun-preview .h-acfun-preview-container .h-acfun-preview-etc {
  margin-top: 3px;
  font-size: 12px;
}
.h-admin-tool {
  display: none;
}
#h-settings {
  color: #fff !important;
  font-size: 12px;
}
#h-settings.uk-offcanvas .uk-panel {
  color: #fff;
  text-shadow: none;
}
#h-settings h1,
#h-settings h2,
#h-settings h3,
#h-settings h4,
#h-settings h5,
#h-settings h6 {
  color: #fff;
  text-shadow: none;
}
#h-settings input[type=checkbox],
#h-settings input[type=radio] {
  vertical-align: middle;
}
div.h-threads-item-index {
  max-height: 95vh;
  overflow-y: scroll;
}
.h-threads-item-index::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.h-threads-item-index::-webkit-scrollbar-thumb
{
  box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
  /*border-radius: 10px;*/
  background: rgba(237, 237, 237, 0.1);
}
div.h-threads-item-reply.h-threads-item-reply-selected > div.h-threads-item-reply-main,
div.h-threads-item.uk-clearfix.h-threads-item-selected > div.h-threads-item-main
{
  box-shadow: 0 0 5px 1px #07d;
}