*, html, body, ul, ol, dl, li, dt, dd {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  min-height: 100%;
  position: relative;
  margin: auto;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  color: #f1f2ec;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #fff;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  display: block;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header, section, footer, nav, article, aside {
  display: block;
}

.wrapper-toolbar {
  background-color: #9d9f96;
  box-sizing: border-box;
  height: 47px;
  min-width: 970px;
  position: relative;
  padding: 0;
  z-index: 10;
}

.inner-toolbar {
  max-width: 1970px;
  position: relative;
  height: 47px;
  min-width: 980px;
  margin: auto;
  padding: 0;
}

.wrapper-left-menu.active {
  background-color: #7a7c73;
}
.wrapper-left-menu.active .left-menu {
  display: block;
}

.wrapper-left-menu {
  cursor: pointer;
  float: left;
  position: relative;
  width: 186px;
}

.left-menu {
  background-color: #7a7c73;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 10px 0 12px;
  position: absolute;
  top: 47px;
  width: 100%;
}
.left-menu a {
  font: 16px/38px normal Arial, sans-serif;
  color: #fff;
  display: block;
  text-decoration: none;
}
.left-menu a span {
  margin: 0 20px;
  display: block;
}
.left-menu a:hover {
  text-decoration: underline;
}

.btn-left-menu {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  height: 47px;
  padding: 0 20px;
  text-align: center;
  float: left;
}
.btn-left-menu > i {
  float: left;
  line-height: 47px;
}

.logo {
  display: block;
  float: left;
  height: 47px;
  line-height: 47px;
  font-size: 12px;
  letter-spacing: 0.1px;
  position: relative;
  z-index: 1;
}
.logo span {
	font-weight: 700;
}

.btn-posts {
  display: block;
  font-size: 14px;
  height: 47px;
  color: #fff;
  min-width: 118px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-posts > span {
  display: inline-block;
  float: left;
  line-height: 47px;
  margin: 0 10px 0 0;
  position: relative;
}
.btn-posts > .fa {
  float: right;
  position: relative;
  line-height: 47px;
}

.recent-posts {
  overflow: hidden;
  cursor: pointer;
}

.recent-posts.active {
  background-color: #7a7c73;
}
.recent-posts.active .posts-list {
  display: block;
}

.posts-list {
  display: none;
  overflow: auto;
  position: absolute;
  background-color: #7a7c73;
}

.post-obj a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 20px;
  text-decoration: none;
}
.post-obj a:hover .title-obg-post {
  text-decoration: underline;
}
.post-obj a:hover .img-obg-post img {
  opacity: .8;
}
.post-obj .img-obg-post {
  float: left;
}
.post-obj .img-obg-post img {
  box-sizing: border-box;
  margin: 0 16px 0 0;
  max-height: 75px;
  max-width: 120px;
}
.post-obj .title-obg-post {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: -2px 0 5px;
  padding: 0;
}
.post-obj .desc-obg-post {
  display: block;
  font-size: 14px;
  line-height: 140%;
}

.post-obj:hover {
  background-color: #5d5f56;
}
.post-obj:hover .img-obg-post img {
  outline: 1px solid #fff;
}

.trust {
  float: right;
  height: 47px;
  position: relative;
  width: 350px;
  background-color: #dbdcce;
  box-sizing: border-box;
  z-index: 12;
}
.trust .inner-trust .full-menu {
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-top: 17px;
  display: none;
  border-bottom: none;
  background-color: #f1f2ec;
  color: #000;
}
.trust .inner-trust .full-menu > ul {
  overflow: hidden;
}
.trust .inner-trust > ul > li {
  cursor: default;
  position: relative;
  height: 48px;
}

.trust.active {
  background-color: #f1f2ec;
  height: 48px;
}
.trust.active .full-menu {
  display: block;
}
.trust.active li > .list-info {
  display: none;
}

.name-add {
  display: none;
  box-sizing: border-box;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 14px;
  line-height: 47px;
}
.name-add > a {
  color: #797b71;
  text-decoration: none;
  padding-right: 27px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.name-add > a:hover {
  text-decoration: underline;
}

.active .name-add {
  display: inline-block;
}

.list-info {
  position: relative;
}
.list-info > ul {
  padding: 2px 10px 0 10px;
  overflow: hidden;
}
.list-info > ul > li {
  width: 33.33%;
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
}

.status-info > p {
  font-size: 16px;
  margin-bottom: 1px;
}
.status-info > p + p {
  font-size: 12px;
  color: #777970;
}

.c-green {
  color: #059851;
}

.c-red {
  color: #981705;
}

.c-yellow {
  color: #cc9f14;
}

.open-trust {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  height: 47px;
  line-height: 47px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 50px;
  z-index: 1;
}
.open-trust > i {
  color: #9d9f96;
}

.list-info-more {
  overflow: hidden;
  padding: 0 10px;
}
.list-info-more > div {
  overflow: hidden;
}
.list-info-more > div + div {
  margin-top: 17px;
}
.list-info-more .list-info > ul {
  padding: 0 0 14px;
}

.list-icons > ul {
  overflow: hidden;
  padding: 0 0 15px;
}
.list-icons > ul > li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 11px 0 0;
}

.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.borderline {
  display: block;
  height: 1px;
  background-color: #dbdcce;
}

.power-info {
  overflow: hidden;
}
.power-info > div {
  padding-left: 48px;
  position: relative;
  top: -2px;
}
.power-info > div p {
  font-size: 16px;
  margin-bottom: 2px;
}
.power-info > div p + p {
  font-size: 12px;
  color: #777970;
}

.pw-icon {
  width: 48px;
  float: left;
}

.title-list-1 {
  padding: 0 10px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin-bottom: 9px;
}

.developer-info {
  padding: 0 0 14px;
  overflow: hidden;
  text-align: center;
}

.developer-title {
  font-size: 12px;
  color: #777970;
}
.developer-title > a {
  color: #777970;
}
.developer-title > a:hover {
  text-decoration: underline;
}

.wrapper-button {
  overflow: hidden;
  padding: 20px 15px 18px;
  text-align: center;
}

.button-main {
  position: relative;
  width: 155px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #9d9f96;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.button-main:hover {
  text-decoration: underline;
}

.icons-left {
  box-sizing: border-box;
  float: right;
  padding: 0 0 0 18px;
  width: 268px;
}
.icons-left .icon {
  float: left;
  position: relative;
}
.icons-left .icon > a {
  display: block;
  font-size: 16px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  width: 56px;
}
.icons-left .icon > a.active, .icons-left .icon > a:hover {
  background-color: #7a7c73;
}
.icons-left .icon .tooltip {
  background-color: #7a7c73;
  color: #fff;
  font: 16px/52px normal Arial, sans-serif;
  display: none;
  position: absolute;
  width: 156px;
  height: 52px;
  top: 57px;
  left: 50%;
  margin: 0 0 0 -78px;
  text-align: center;
  z-index: 10;
}
.icons-left .icon.block-report:hover .tooltip {
  display: none;
}
.icons-left .icon:hover .tooltip {
  display: block;
}

.icon.active .report {
  display: block;
}

.icon.block-report {
  position: static;
}
.icon.block-report .tooltip-message {
  left: auto;
  width: auto;
  padding: 0 10px;
}

.title-report {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 19px 0 12px;
}

.report {
  background-color: #7a7c73;
  display: none;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 20px 1px;
  position: absolute;
  right: 0;
  top: 47px;
  width: 315px;
  z-index: 10;
}
.report .iradio {
  background-color: #7a7c73;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #f1f2ec;
  width: 15px;
  height: 15px;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.report .iradio.checked::after {
  content: '';
  background-color: #f1f2ec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 5px;
  height: 5px;
  left: 50%;
  margin: -2.5px 0 0 -2.5px;
  position: absolute;
  top: 50%;
}
.report ul {
  border-bottom: 1px solid #9d9f96;
  padding: 0 0 14px;
}
.report ul li {
  position: relative;
}
.report label {
  box-sizing: border-box;
  color: #f1f2ec;
  cursor: pointer;
  display: inline-block;
  font: 16px/40px Arial, sans-serif;
  height: 40px;
  padding: 0 0 0 33px;
  width: 100%;
}

.close-toolbar {
  color: #f1f2ec;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  width: 47px;
}

.close-toolbar:hover {
  opacity: .7;
}

.b-site {
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.power-by {
  float: right;
}

@media only screen and (min-width: 1px) and (max-width: 1150px) {
  .icons-left {
    width: auto;
  }
  .icons-left .icon > a {
    width: 46px;
  }
}
